183df448a1045dcf8cdaa45259203176b8860839
[gnus] / lisp / ChangeLog
1 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
2
3         * auth-source.el (auth-source-macos-keychain-search-items): Return
4         result of `auth-source-macos-keychain-result-append' (bug#19074).
5
6 2014-11-25  Glenn Morris  <rgm@gnu.org>
7
8         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
9         Add :version tag.
10
11 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * pop3.el (pop3-open-server): Warn unless encrypted.
14
15         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
16
17 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
18
19         Port new time stamp handling to Emacs 23.2.
20         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
21         * time-date.el (time-add, time-subtract, time-less-p):
22         Use eval-and-compile, not eval-when-compile.
23
24 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
25
26         * message.el (message-valid-fqdn-regexp): Add non-internaional new
27         TLDs.
28
29 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
30
31         Port new time stamp handling to old Emacs and to XEmacs.
32         This is needed for Gnus, which copies time-date.el and which
33         runs on older Emacs implementations.
34         * time-date.el (with-decoded-time-value):
35         Handle 'nil' and floating-point arg more compatibly with new Emacs.
36         (encode-time-value, with-decoded-time-value):
37         Obsolete only if new Emacs.
38         (time-add, time-subtract, time-less-p): Define if not new Emacs.
39
40         Improve time stamp handling, and be more consistent about it.
41         This implements a suggestion made in:
42         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
43         Among other things, this means timer.el no longer needs to
44         autoload the time-date module.
45         * time-date.el (seconds-to-time, days-to-time, time-since)
46         (with-decoded-time-value):
47         Treat 'nil' as current time.  This is mostly for XEmacs.
48         (encode-time-value, with-decoded-time-value): Obsolete.
49         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
50         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
51
52 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
55         discarding changes in ephemeral groups.
56
57         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
58         things the user isn't interested in.
59
60 2014-11-13  Julien Danjou  <jd@abydos>
61
62         * gnus-notifications.el (gnus-notifications-notify): Provide both
63         app-icon and image-path.
64
65 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
66
67         * mm-url.el (mm-url-encode-multipart-form-data):
68         Restore to handle "multipart/form-data" by eww.
69
70 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
71
72         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
73         Landscheidt.
74
75 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
76
77         Simplify use of current-time and friends.
78         * gnus-delay.el (gnus-delay-article):
79         * gnus-sum.el (gnus-summary-read-document):
80         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
81         * message.el (message-make-expires-date):
82         Omit unnecessary call to current-time.
83         * gnus-util.el (gnus-float-time): Simplify to an alias because
84         time-to-seconds now behaves like float-time with respect to nil arg.
85         (gnus-seconds-year): Don't call current-time twice to get the current
86         time stamp, as this can lead to inconsistent results.
87         * time-date.el (time-to-seconds) [!float-time]:
88         Use current time if arg is nil, to be compatible with float-time.
89         (time-date--day-in-year): New function, with most of the guts of
90         the old time-to-day-in-year.
91         (time-to-day-in-year): Use it.
92         (time-to-days): Use it, to avoid decoding the same time stamp twice.
93
94 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
95
96         * gnus.el (gnus-mode-line-buffer-identification):
97         Don't add image data for a non-graphic display (bug#18813).
98
99 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
100
101         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
102         load-path, it blocks autoloading of find-image (bug#18813).
103
104 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
105
106         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
107         to keep connection open (bug#18728).
108
109 2014-10-20  Glenn Morris  <rgm@gnu.org>
110
111         * Merge in all changes up to 24.4 release.
112
113 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
114
115         * message.el (message-insert-signature): Use `newline' instead of
116         inserting explicit "\n".
117
118 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
119
120         * gnus-icalendar.el: Support vcal format timezones.
121         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
122         compute dates with associated timezone.
123         (gnus-icalendar-event-from-ical): Compute all timezones.
124
125 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
126
127         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
128         check the newsrc.eld file's timestamp before saving it.
129         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
130         timestamp has changed to be newer.
131
132 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
133
134         * gnus-icalendar.el (gnus-icalendar-identities):
135         Include message-alternative-emails.
136
137 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
140         New compatibility functions.
141         (ntlm-build-auth-response): Use them.
142
143 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
144
145         * ntlm.el (ntlm-build-auth-request):
146         Add NTLM2 Session support.  (Bug#15603)
147
148 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
149
150         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
151         expired messages only when it was built in reverse order.
152
153 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
154
155         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
156         last so it can be used in `message-send-hook'.
157
158 2014-09-29  Daiki Ueno  <ueno@gnu.org>
159
160         * mml.el (mml-parse-1): Error out if unknown mode is specified in
161         <#secure> tag (bug#18513).
162
163 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
164
165         * parse-time.el: Require cl when compiling.
166
167 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
168
169         Use cl-lib as much as possible following the 2014-09-26 change
170         in the Emacs trunk.
171         * parse-time.el: Try requiring cl-lib.
172         (parse-time-incf): Alias to cl-incf or incf.
173         (digit-char-p): Remove.
174         (parse-time-integer): Alias to cl-parse-integer or the one defined.
175         (parse-integer): Rename to parse-time-integer.
176         (parse-time-tokenize, parse-time-rules, parse-time-string)
177         Use parse-time-incf and parse-time-integer.
178
179 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
180
181         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
182         of ":delete".
183
184 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
185
186         * gnus-art.el (gnus-article-browse-html-save-cid-content)
187         (gnus-article-browse-html-parts):
188         Revert last change that breaks links other than cid contents.
189
190 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * gnus-art.el (gnus-article-browse-html-save-cid-content)
193         (gnus-article-browse-html-parts): Make cid file names relative.
194
195 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * mm-view.el (mm-display-inline-fontify): Make the working buffer
198         temporarily displayed when running a mode function (at least org-mode
199         requires it).
200
201 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
202
203         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
204         the gnus-summary-article-expire-hook should be told where the function
205         is going. In particular, the Gnus registry might want to know.
206
207 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
208
209         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
210
211 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
212
213         * gnus-sum.el (gnus-summary-expire-articles): Revert.
214
215 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
216
217         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
218         the gnus-summary-article-expire-hook should be told where the function
219         is going. In particular, the Gnus registry might want to know.
220
221 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
222
223         Don't mishandle year-9999 dates (Bug#18176).
224         * parse-time.el (parse-time-rules):
225         Allow years up to most-positive-fixnum.
226         * time-date.el (date-to-time):
227         Pass "Specified time is not representable" errors through.
228
229 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
230
231         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
232         groups and t.
233
234 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
235
236         * gnus-utils.el (gnus-recursive-directory-files):
237         Unify hard or symbolic links (bug#18063).
238
239 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
240
241         * gnus-msg.el (gnus-configure-posting-style):
242         Allow string replacements in values when matching against a header.
243
244 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
245
246         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
247         the dribble buffer even when it is shrunk a lot.
248         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
249
250 2014-06-26  Glenn Morris  <rgm@gnu.org>
251
252         * mm-util.el (help-function-arglist): Remove outdated declaration.
253
254 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
255
256         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
257         attribute values.  (Bug#17834)
258
259 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
260
261         * gnus-sum.el (gnus-summary-edit-article-done):
262         Prefer point-marker to copy-marker of point.
263
264 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
265
266         * Makefile.in (install-el, install-el-elc): Compress .el files.
267         (uninstall): Remove compressed .el files.
268
269 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
270
271         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
272         (gnus-article-read-summary-keys):
273         Don't bug out when there is no article in the summary buffer.
274         (gnus-mime-buttonize-attachments-in-header):
275         Improve criterion that finds parts to display.
276
277         * gnus-art.el (gnus-mm-display-part):
278         * mm-decode.el (mm-shr):
279         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
280         (mm-insert-inline): Revert last changes.
281
282 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
283
284         * gnus-art.el (gnus-mm-display-part):
285         * mm-decode.el (mm-shr):
286         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
287         (mm-insert-inline): Set insertion type of end-marker, not only
288         start-marker, of undisplayer so as to stay after inserted text.
289
290 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
291
292         * html2text.el (html2text-get-attr): Fix typo when splitting value from
293         attribute. (Bug#17613)
294
295 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
296
297         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
298         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
299
300 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
301
302         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
303         delete next part button; keep spacing between buttons.
304
305 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
306
307         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
308         Work for the last MIME part in an article.
309         (gnus-mime-display-single): Suppress excessive newlines between parts.
310
311         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
312         by leading or trailing newline.
313
314 2014-05-12  Sam Steingold  <sds@gnu.org>
315
316         * time-date.el (seconds-to-string): New function to pretty print time
317         delay in seconds.
318
319 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
322         while prompting a user for a file name, etc.
323         (gnus-mime-display-single): Display part with a common appearance no
324         matter whether MIME button is omitted or not; don't add duplicate entry
325         to gnus-article-mime-handle-alist.
326         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
327
328 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
329
330         * mml2015.el (mml2015-display-key-image): New variable.
331
332 2014-05-08  Glenn Morris  <rgm@gnu.org>
333
334         * gnus-fun.el (gnus-grab-cam-face):
335         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
336         This is CVE-2014-3421.
337
338 2014-05-04  Glenn Morris  <rgm@gnu.org>
339
340         * gnus-registry.el (gnus-registry-install-p): Doc fix.
341
342 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
345         the displaying state of a part.
346         (gnus-mm-display-part): Don't insert a newline in the beginning of
347         a part like gnus-mime-inline-part doesn't; work for XEmacs.
348
349         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
350         (mm-shr): Make undisplayer unbreakable.
351
352         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
353         insert excessive newline.
354         (mm-inline-text-html-render-with-w3m, mm-inline-text)
355         (mm-insert-inline): Make undisplayer unbreakable.
356
357 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
358
359         * gnus.el: Ma Gnus v0.11 is released.
360
361 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * gnus-art.el (gnus-mm-display-part):
364         Highlight header attachment buttons.
365
366 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
367
368         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
369         a part; redisplay a button (enbugged in 2014-02-05).
370
371 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
372
373         * auth-source.el (auth-source-search, auth-source-search-backends):
374         Treat :max 0 as an indicator that a boolean return is wanted, as
375         documented. Reported by Joe Bloggs.
376
377 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
378
379         * gnus-icalendar.el: Require gnus-art.
380
381 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
382
383         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
384         (gnus-icalendar--update-org-event): put event timestamp in
385         the org entry body instead of the drawer.
386         (gnus-icalendar-event--get-attendee-names): list of participants should
387         contain even attendees without common name attribute.
388         (gnus-icalendar--update-org-event): don't generate duplicates of empty
389         property tags in org drawers.
390
391 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * gmm-utils.el (gmm-format-time-string): New function.
394
395         * message.el (message-insert-formatted-citation-line): Use the original
396         author's time zone to express a date string.
397
398 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
399
400         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
401         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
402         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
403         Silence compiler warnings.
404         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
405
406 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
407
408         * mml.el: Require url when compiling.
409
410         * gnus-cloud.el (gnus-cloud-parse-version-1):
411         Use plist-get rather than CL's getf.
412         (gnus-activate-group, gnus-subscribe-group): Declare.
413
414         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
415
416 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
417
418         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
419         buttons when toggling the header off.
420
421 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
422
423         * tls.el (tls-program): Reflow docstring.
424
425 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
426
427         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
428         groups work again.
429
430 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
431
432         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
433         999 correctly (i.e. "1,342").
434
435 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
436
437         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
438         out if the directory doesn't exist.
439
440 2014-03-07  Daiki Ueno  <ueno@gnu.org>
441
442         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
443         commands here; instead, only check if epg-config.el is available.
444
445 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
446
447         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
448         messages with embedded images.
449         (mml-generate-mime): Don't bug out if you don't have libxml.
450
451 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
452
453         * message.el (message-make-html-message-with-image-files): New command.
454
455 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
456
457         * gnus-group.el (gnus-group-make-group): Clarify prompt.
458
459         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
460
461 2014-02-23  David Engster  <deng@randomsample.de>
462
463         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
464         to stay compatible with older Emacsen, so replace `cl-loop' with
465         `loop'.
466
467 2014-02-22  Daniel Colascione  <dancol@dancol.org>
468
469         * auth-source.el (auth-source-secrets-listify-pattern): New function.
470         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
471         instead, build list of patterns.
472
473 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
476         Display header attachment buttons by gnus-article-prepare-display
477         rather than gnus-article-prepare so as to view in mml-preview as well.
478
479 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
480
481         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
482         in `auth-sources' means and link to EPA docs.
483
484 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
485
486         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
487         (bug#12375).
488
489 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
490
491         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
492         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
493
494 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
495
496         * message.el (message-tab): Mention what happens on normal tabs
497         (bug#11297).
498
499 2014-02-08  Glenn Morris  <rgm@gnu.org>
500
501         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
502
503 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
504
505         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
506         buttons that are hidden in unselected alternative part as well.
507         (gnus-mime-display-alternative): Redraw attachment buttons in header.
508
509         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
510
511 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
512
513         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
514         keystroke.
515         (gnus-server-toggle-cloud-server): Only allow clouding applicable
516         types.
517
518         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
519         with an empty string.
520
521 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
522
523         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
524         buffer-local in some buffers, so bind it explicitly in the buffer we're
525         trying to cancel the article in (bug#10808).
526
527 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
528
529         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
530         New functions.
531
532         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
533         New user option.
534         (gnus-mime-buttonize-attachments-in-header): New function.
535         (gnus-article-prepare): Use it.
536         (gnus-mime-inline-part): Suppress extra newline.
537         (gnus-mm-display-part): Save excursion;
538         remove useless deleting and adding of buttons.
539         (gnus-insert-mime-button): Allow insertion in the middle of a line.
540
541         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
542         Add gnus-mime-buttonize-attachments-in-header.
543
544 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
545
546         * nnimap.el (nnimap-request-articles): New command to download several
547         articles at once.
548
549         * gnus.el (gnus-variable-list): Save Cloud variables.
550
551         * gnus-int.el (gnus-request-accept-article): Doc fix.
552
553 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
554
555         * parse-time.el (parse-time-iso8601-regexp)
556         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
557         it more generally.
558
559 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
560
561         * gnus-cloud.el: New file to provide the Emacs Cloud.
562
563         * dgnushack.el: Silence XEmacs w3 warning.
564
565         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
566         `url-retrieve-synchronously', apparently.
567
568         * dgnushack.el: Silence XEmacs dns.el warning.
569
570         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
571         instead of in all files.
572
573         * dns.el (network-interface-list): Define for XEmacs.
574
575         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
576         XEmacs.
577
578         * nnrss.el (libxml-parse-html-region): Silence compilation error.
579
580 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
581
582         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
583         `gnus-group-split-fancy'.
584
585 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
586
587         * message.el (message-remove-header): Doc fix.
588         (message-forward-included-headers): New variable.
589         (message-remove-ignored-headers): Use it.
590
591 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
592
593         * nnir.el (nnir-request-update-mark): Don't try to update the source
594         group if we can't find it (bug#16611).
595
596 2014-01-31  Dave Abrahams  <dave@boostpro.com>
597
598         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
599
600 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
601
602         * dns.el (dns-servers-up-to-date-p): New function to see whether the
603         network interfaces changed.
604         (dns-query): Use it to flush the data.
605
606 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
607
608         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
609         from random face commands.
610         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
611         Face.
612         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
613         (gnus--random-face-with-type): Generic function returning a face-type
614         as a string.
615         (gnus--insert-random-face-with-type): Generic function inserting a face
616         in a message buffer header.
617         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
618         (gnus-insert-random-x-face-header): Rewritten to use
619         `gnus--insert-random-face-with-type`.
620         (gnus-random-face): Return random (png) Face as string.
621         (nus-insert-random-face-header): Insert random (png) Face in a message
622         buffer.
623
624 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
625
626         * mm-url.el: Remove all usage of w3.
627
628         * nnrss.el: Ditto.
629
630         * mm-decode.el: Ditto.
631
632         * mm-view.el: Ditto.
633
634         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
635         outdated and all Emacsen have url.el built-in.
636
637         * gnus-setup.el: Remove outdated file.
638
639 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
640
641         * gnus.el: Ma Gnus v0.9 is released.
642
643 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
644
645         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
646
647 2014-01-31  Dave Abrahams  <dave@boostpro.com>
648
649         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
650         in the summary buffer (bug#13769).
651
652 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
653
654         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
655         name if we're using a single article buffer.  Otherwise, it may point
656         to a killed buffer (bug#13756).
657
658 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
659
660         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
661         the match data, just save and restore it explictly (bug#12375).
662
663         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
664         that's needed.
665
666         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
667         the code once (bug#9069).
668
669 2014-01-18  Steinar Bang  <sb@dod.no>
670
671         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
672         reading.
673
674 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
675
676         * message.el (message-bury): Call bury-buffer with no argument
677         in the message-return-action case too.
678
679 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
682         (nnimap-split-fancy, nnimap-split-methods): Declare.
683
684         * mm-util.el (help-function-arglist): Declare.
685
686 2013-12-28  Glenn Morris  <rgm@gnu.org>
687
688         * gnus-sieve.el (gnus-sieve-select-method):
689         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
690         (gravatar-rating, gravatar-size):
691         * message.el (message-minibuffer-local-map):
692         * sieve-manage.el (sieve-manage-authenticators)
693         (sieve-manage-authenticator-alist): Specify custom types.
694
695         * hashcash.el (hashcash-program): Rename from hashcash-path.
696         Update callers.
697
698         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
699         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
700         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
701
702         * auth-source.el (auth-sources):
703         * nnmairix.el (nnmairix-propagate-marks-upon-close):
704         Fix custom types.
705
706         * tls.el (tls-certtool-program): Fix default value.
707
708 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
709
710         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
711         we get proper traces there, too.
712
713 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
714
715         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
716         value of the parameters if the current article has a Reply-To or From
717         field.
718
719 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
720
721         * gnus.el (gnus-group-buffer): Remove duplicate definition.
722
723 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
724
725         * gnus-sum.el (gnus-summary-exit): Stop animations.
726
727 2013-12-19  Juri Linkov  <juri@jurta.org>
728
729         * gnus.el (gnus-suppress-keymap):
730         * gnus-art.el (gnus-article-mode-map):
731         * gnus-group.el (gnus-group-mode-map):
732         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
733         Remove [backspace] key binding because it shadows DEL (bug#16035).
734
735         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
736
737 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
738
739         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
740         Make sure work directory exists.
741         (gnus-uu-digest-mail-forward): Store temporary files in work directory
742         rather than tmp directory.
743         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
744         not necessarily always run, with it.
745
746 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
747
748         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
749         value of gnus-icalendar-additional-identities work without restart.
750
751 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
752
753         * mm-util.el (mm-make-temp-file):
754         Alias to make-temp-file for modern Emacsen.
755
756 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
759         nnir-article-number and nnir-article-group.
760
761 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
762
763         * message.el (message-send-mail-with-sendmail):
764         Don't kill error buffer if sending fails.
765
766 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
767
768         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
769         (gnus-icalendar-event->org-entry)
770         (gnus-icalendar--update-org-event)
771         (gnus-icalendar-event->gnus-calendar): Distinguish between
772         required/optional/non-participant attendee status.  Fix bug causing
773         the first required event participant to be omitted.
774
775 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
776
777         * gnus-art.el (article-de-quoted-unreadable)
778         (article-de-base64-unreadable, gnus-mime-copy-part)
779         * gnus-html.el (gnus-article-html)
780         * mm-view.el (mm-inline-text-html-render-with-w3)
781         (mm-inline-text-html-render-with-w3m-standalone)
782         * rfc2231.el (rfc2231-decode-encoded-string):
783         Allow overriding charset by mm-charset-override-alist.
784
785         * gnus-art.el (gnus-article-browse-html-parts):
786         Replace LWSPs with `&nbsp;'s in header.
787
788         Work for broken Chinese articles.
789
790         * gnus-art.el (gnus-article-browse-html-save-cid-content):
791         Exclude broken handles that gnus-summary-enter-digest-group may create.
792         (gnus-article-browse-html-parts):
793         Allow overriding charset by mm-charset-override-alist.
794
795 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
796
797         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
798         (gnus-icalendar-identities): Support additional-identities.
799
800 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
801
802         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
803         org-timestamp for events ending at midnight.
804
805 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
806
807         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
808         .log files.
809
810 2013-11-20  David Engster  <deng@randomsample.de>
811
812         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
813
814 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
815
816         * message.el (message-beginning-of-line):
817         Use beginning-of-visual-line when visual-line-mode is turned on.
818
819 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
820
821         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
822         (gnus-icalendar-event-from-ical)
823         (gnus-icalendar-event->org-entry)
824         (gnus-icalendar--update-org-event): Required/optional participation,
825         list of attendees synced to org.
826
827 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
828
829         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
830         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
831         cancellations to be synced to org if the original appt has an org
832         outline.
833
834 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
835
836         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
837         (gnus-icalendar-event->org-entry)
838         (gnus-icalendar--update-org-event)
839         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
840
841 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
842
843         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
844         Fix timezone handling in gnus-icalendar export to org.
845
846 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
847
848         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
849
850 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
851
852         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
853
854 2013-10-30  Glenn Morris  <rgm@gnu.org>
855
856         * gnus-group.el (gnus-group-browse-foreign-server):
857         * gnus-int.el (gnus-start-news-server):
858         Silence compiler obsolescence warning.
859
860 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
861
862         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
863         `nnoo-current-server' first, then for the actual `nnimap-address' to
864         allow netrc entries for the nnoo server to coexist with netrc entries
865         for the `nnimap-address'.
866
867 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         * mm-decode.el (mm-dissect-buffer): Revert last change.
870         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
871         The problem that motivated those changes was attributed to a broken
872         mail sender, and has been fixed.
873
874 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
875
876         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
877         token is missing in the Content-Type header.
878
879         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
880
881 2013-09-18  Glenn Morris  <rgm@gnu.org>
882
883         * gnus-util.el (image-size): Declare.
884
885 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
888         (gnus-icalendar-event-from-ical)
889         (gnus-icalendar-event--build-reply-event-body)
890         (gnus-icalendar-event-reply-from-buffer)
891         (gnus-icalendar-find-org-event-file)
892         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
893         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
894
895         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
896
897 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
898
899         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
900         Use save-current-buffer.
901         (gnus-tree-mode-map): Initialize in the declaration.
902         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
903         (scroll-in-place): Defvar it.
904         (gnus-tmp-*): Defvar them.
905         (gnus-get-tree-buffer): Use derived-mode-p.
906         (gnus--let-eval): New macro.
907         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
908         non-prefixed variables.
909         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
910
911         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
912         vars since it doesn't seem to be available.
913         (gnus-set-global-variables, gnus-summary-read-group-1)
914         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
915         (gnus-summary-display-article, gnus-summary-select-article)
916         (gnus-summary-next-article, gnus-offer-save-summaries)
917         (gnus-summary-generic-mark): Use derived-mode-p.
918         (gnus-summary-read-group-1, gnus-summary-exit)
919         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
920         Adjust calls to gnus-tree-close and gnus-tree-open.
921
922         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
923
924         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
925         (gnus-agent-mode): Use derived-mode-p.
926         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
927         gnus-command-method and *-command-method to nil, but bind
928         gnus-command-method to *-command-method instead!
929         (gnus-agent-fetch-articles): Remove unused var `id'.
930         (gnus-agent-fetch-headers): Remove unused arg `force'.
931         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
932         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
933         (gnus-agent-short-article, gnus-agent-long-article)
934         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
935         first use.
936         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
937         `score-param'.
938         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
939         (gnus-get-predicate): Push in front of the cache, rather than end.
940         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
941         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
942         (gnus-agent-expire-unagentized-dirs): Don't rebind
943         gnus-agent-expire-current-dirs since the defvar silences the warning.
944         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
945         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
946         (gnus-agent-regenerate): Simplify interactive spec and doc.
947
948 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * gnus-int.el (gnus-open-server): Silence compiler.
951
952         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
953
954         * message.el (message-display-completion-list): Abolish.
955         (message-completion-in-region): Use display-completion-list.
956
957 2013-09-17  Glenn Morris  <rgm@gnu.org>
958
959         * gnus-util.el (gnus-message-with-timestamp-1):
960         Use `messages-buffer' function if available.  Ignore read-only.
961
962 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
963
964         * message.el (message-expand-group, message-completion-in-region):
965         Correct the order of start and end of a region.
966
967 2013-09-13  Glenn Morris  <rgm@gnu.org>
968
969         * mml2015.el (gnus-create-image): Autoload it.
970
971         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
972
973         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
974         (image-size): Declare.
975
976 2013-09-12  Glenn Morris  <rgm@gnu.org>
977
978         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
979         Avoid using `find', which i) might not be defined at runtime;
980         ii) does not work, since its default test is eql, not equal.
981         (gnus-mime-action-alist): Declare.
982
983 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
984
985         * score-mode.el (gnus-score-mode-map): Move initialization
986         into declaration.
987         (gnus-score-mode): Use define-derived-mode.
988         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
989         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
990         into declaration.
991         (gnus-kill-file-mode): Use define-derived-mode.
992         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
993         Use derived-mode-p.
994         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
995         (gnus-group-setup-buffer, gnus-group-name-at-point)
996         (gnus-group-make-web-group, gnus-group-enter-directory)
997         (gnus-group-suspend): Use derived-mode-p.
998         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
999         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1000         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1001         (gnus-article-setup-buffer, gnus-article-prepare)
1002         (gnus-article-prepare-display, gnus-sticky-article)
1003         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1004         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1005         (gnus-article-read-summary-keys): Use derived-mode-p.
1006
1007 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1008
1009         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1010
1011 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1012
1013         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1014         shift_jis from the default value set for Japanese users.
1015
1016 2013-08-13  Glenn Morris  <rgm@gnu.org>
1017
1018         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1019
1020         * gnus.el (gnus-valid-select-methods): Fix type.
1021
1022         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1023
1024 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * mm-decode.el (mm-display-external): Run a timer for the temp files
1027         deletion after a viewer exits; add a deletion timer for the needsterm
1028         case, too.
1029
1030         * mm-decode.el (mm-display-external): Try to delete temporary files by
1031         using a 1-min. timer.
1032
1033 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1036         New internal variables.
1037         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1038         (mm-display-external): Use it to delete temporary files instead of
1039         using timers.
1040
1041 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1044
1045 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1046
1047         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1048         with cond for backwards compatability.
1049
1050 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * mm-decode.el (mm-display-external): Bind process-connection-type to
1053         nil; don't delete a temp file immediately even if a viewer finishes,
1054         since it may be a shell script, like xdg-open, that launches a real
1055         viewer program belatedly.
1056
1057 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1058
1059         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1060         that we can create nndoc groups that excerpt other groups.
1061
1062 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * gnus-delay.el (gnus-delay-article): Fix typo.
1065
1066         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1067         articles.
1068
1069         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1070         we can get spell-checking etc.
1071
1072 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1073
1074         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1075         a single one used for encoding the whole text in a header.
1076
1077 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1080         doesn't work properly on XEmacs.
1081
1082 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083
1084         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1085         before sending.
1086
1087         * dgnushack.el (dgnushack-compile): Add a temporary check for
1088         gnus-icalendar.
1089
1090         * mm-decode.el (mm-command-output): New face.
1091         (mm-display-external): Use it.
1092
1093 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1094
1095         * nnmbox.el (nnmbox-request-article): Don't change point.
1096
1097 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1098
1099         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1100         Include `handle' parameter.
1101
1102 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1103
1104         * gnus-icalendar.el: New file.
1105
1106 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107
1108         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1109
1110         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1111         dummy roots, too.
1112
1113 2013-08-01  David Edmondson  <dme@dme.org>
1114
1115         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1116         out on ttys.
1117
1118 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1121         not empty.
1122
1123         * nnrss.el (nnrss-discover-feed): Indent.
1124
1125 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1128
1129 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1130
1131         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1132         dirty to ensure nnimap data being saved.
1133
1134 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1135
1136         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1137         menu entry.
1138
1139         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1140         the current thread's total score instead of the current article's
1141         score.
1142
1143         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1144         (gnus-sort-threads-recursively): Delete defcustom.
1145         (gnus-sort-threads-recursive): Adapt accordingly.
1146
1147 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1148
1149         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1150         (gnus-sort-threads-recursive): Use it.
1151         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1152         again.  Now that determines how to sort subthreads.
1153
1154 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1155
1156         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1157         (gnus-sort-threads): Use it.
1158
1159 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1160
1161         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1162         punctuation characters follow parentheses (bug#14950).
1163
1164 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1165
1166         * gnus.el (gnus-continuum-version):
1167         * gnus-msg.el (gnus-extended-version): Simplify.
1168
1169         * gnus.el (gnus-continuum-version-1): Remove.
1170         * gnus-msg.el (gnus-bug): Revert.
1171
1172         Calculate gnus-version correctly on Cygwin.
1173
1174         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1175         (gnus-continuum-version-1): New function, return a string.
1176
1177         * gnus-msg.el (gnus-extended-version, gnus-bug):
1178         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1179
1180 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1181
1182         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1183         (bug#13384).
1184
1185 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1186
1187         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1188         that were only relevant in a development version a long time ago.
1189
1190 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1193         that the old Emacs 24s bundle.
1194
1195 2013-07-10  David Engster  <deng@randomsample.de>
1196
1197         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1198         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1199         fixes a bug in Emacs trunk where the 'unexist' marks were always
1200         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1201         Gnus v0.03".
1202
1203 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1204
1205         * gnus.el (gnus-summary-line-format): Reference
1206         `gnus-user-date-format-alist' for the &user-date; format, not
1207         `gnus-summary-user-date-format-alist'.
1208
1209 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210
1211         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1212         delete files (bug#13481).
1213
1214 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1215
1216         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1217
1218 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1219
1220         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1221         display images.
1222
1223         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1224
1225         * message.el (message-cancel-news): According to
1226         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1227         preferred over "cmsg cancel" in the Subject.
1228
1229         * nnir.el (nnir-engines): Note that the group specs are regexps
1230         (bug#13238).
1231
1232         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1233         gotten read-only text properties, ensure that those aren't heeded when
1234         copying stuff over (bug#13434).
1235
1236         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1237         (bug#13762).
1238
1239 2013-07-05  David Kastrup  <dak@gnu.org>
1240
1241         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1242         authinfo file again (important for blank passwords).  This had been
1243         broken with 2013-06-15 change.
1244
1245 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1248         Revert 2013-01-14 change.
1249
1250 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1251
1252         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1253         of 'create-image' for XEmacs compatibility; check errors when decoding
1254         image.  Reported by Uwe Brauer.
1255
1256 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1259         gnus-button-push revised at 2011-01-19.
1260
1261 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1264         now live in the lisp/net Emacs 24 repository.
1265
1266 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267
1268         * eww.el (eww-update-header-line-format): Quote % characters.
1269
1270 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271
1272         * eww.el (eww-process-text-input): Display passwords as asterisks.
1273
1274         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1275
1276 2013-06-19  Tom Tromey  <tromey@redhat.com>
1277
1278         * eww.el (eww-top-url): Remove.
1279         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1280         (eww-render): Set new variables.  Don't set eww-top-url.
1281         (eww-handle-link): Handle "prev", "home", and "contents".
1282         Downcase the rel text.
1283         (eww-top-url): Choose best top URL.
1284
1285 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * eww.el: Rewrite to implement form elements "by hand" instead of
1288         relying in widget.el.  Using widget.el leads to too many
1289         user interface inconsistencies.
1290         (eww-self-insert): Implement entering commands in text fields.
1291         (eww-process-text-input): New function to make text input field editing
1292         work.
1293         (eww-submit): Rewrite to use the new-style form methods.
1294         (eww-select-display): Display the correct selected item.
1295         (eww-change-select): Implement changing the select value.
1296         (eww-toggle-checkbox): Implement radio/checkboxes.
1297         (eww-update-field): Fix compilation error.
1298         (eww-tag-textarea): Implement <textarea>.
1299
1300         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1301         don't shadow mode-specific bindings.
1302
1303         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1304         nothing to push.
1305
1306         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1307
1308 2013-06-19  Glenn Morris  <rgm@gnu.org>
1309
1310         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1311
1312 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1313
1314         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1315
1316 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1317
1318         * shr.el (shr-make-table-1): Implement <td rowspan>.
1319         (shr-table-horizontal-line): Allow nil as a value, and change the
1320         default.
1321         (shr-insert-table-ruler): Respect the nil value.
1322
1323 2013-06-18  Tom Tromey  <tromey@barimba>
1324
1325         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1326         New defvars.
1327         (eww-open-file): New defun.
1328         (eww-render): Initialize new variables.
1329         (eww-display-html): Handle "link" and "a".
1330         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1331         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1332         (eww-back-url): Rename from eww-previous-url.
1333         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1334         defuns.
1335
1336 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1337
1338         * shr.el (shr-tag-table): Insert the images after the table, so that
1339         they're not covered by the table colourisation, which often looked
1340         awkward.
1341         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1342         <dd>.
1343         (shr-make-table-1): Implement <td colspan=> support.
1344         (shr-insert-document): Use one less than window width if `shr-width' is
1345         nil, since otherwise things may get one character too wide.
1346
1347 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * eww.el (eww-detect-charset): Improve regexp; move backward.
1350
1351 2013-06-18  Glenn Morris  <rgm@gnu.org>
1352
1353         * mm-decode.el (widget-convert-button): Autoload.
1354
1355         * sieve-manage.el (mm-enable-multibyte): Autoload.
1356
1357         * shr.el (libxml-parse-html-region): Declare.
1358         (shr-render-buffer): Explicit error if no libxml2 support.
1359
1360 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1361
1362         * auth-source.el (auth-source-current-line): New function.
1363         (auth-source-netrc-parse-entries): When a data token is "machine",
1364         assume we're in the wrong place and abort parsing the current line.
1365
1366 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1367
1368         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1369         (eww-convert-widgets): Don't bug out if the first widget starts at the
1370         beginning of the buffer.
1371         (eww-convert-widgets): Fix last patch.
1372         (eww-tag-input): Support <input type=image>.
1373
1374         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1375         (shr-tag-base): Protect against base specs that are degenerate.
1376         (shr-ensure-paragraph): Don't delete empty lines that have text
1377         properties, because these may be input fields.
1378
1379         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1380         we can navigate to them.
1381
1382         * shr.el (shr-colorize-region): Put the colours over the entire region.
1383         (shr-inhibit-decoration): New variable.
1384         (shr-add-font): Use it to inhibit text property decorations while doing
1385         preliminary table renderings.  This speeds up typical Wikipedia page
1386         renderings by 15%.
1387         (shr-tag-span): Don't respect the <title>, because that overwrites the
1388         help-echo from links inside the spans.
1389         (shr-next-link): Use `help-echo' for navigation, so that we can
1390         navigate to form elements, too.
1391
1392         * eww.el (eww-button): New face.
1393         (eww-convert-widgets): Use it to make submit buttons more button-like.
1394
1395         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1396         that Gnus commands work.
1397
1398         * shr.el (shr-render-td): Support horizontal alignment.
1399
1400         * eww.el (eww-put-color): Removed.
1401         (eww-colorize-region): Use `add-face-text-property'.
1402
1403         * shr.el (shr-add-font): Append face data, so that we get the correct
1404         precedence: The innermost value (which is applied first) wins.
1405         (shr-make-overlay): Obsolete function.
1406
1407         * mm-decode.el (mm-convert-shr-links): New function to convert
1408         new-style shr URL links into widgets.
1409         (mm-shr): Use it.
1410
1411         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1412         widget commands, since we're no longer using widgets for links.
1413
1414         * shr.el (shr-next-link): New command.
1415         (shr-previous-link): New command.
1416         (shr-urlify): Don't use `widget-convert', because that's slow.
1417         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1418         because collecting the overlays and reapplying them when generating
1419         tables is slow.
1420         (shr-insert-table): Ditto.
1421
1422 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1423
1424         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1425         * shr.el (browse-url): Require `url'.
1426         * eww.el (url): Require format-spec.
1427
1428 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * eww.el (eww-display-html): Default to using the entire window width.
1431         (eww-browse-url): Don't add a User-Agent header (twice), because that
1432         makes Bing refuse connection.
1433
1434         * shr.el (shr-make-table): Cache the table rendering at the table
1435         level, and not the <td> level.  This is a bit faster.
1436
1437         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1438         #id.
1439
1440         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1441         browsers don't.
1442         (shr-expand-url): Respect #anchor links.
1443         (shr-parse-base): Chop off the anchor before using.
1444         (shr-descend): Respect display: none.
1445         (shr-descend): Allow marking elements that have certain IDs.
1446
1447         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1448
1449         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1450
1451         * eww.el (eww-tag-textarea): Support <textarea>.
1452
1453 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1454
1455         * shr.el (shr-dom-to-xml): Fixed function call.
1456
1457         * eww.el (eww): New group.
1458         (eww-header-line-format): New custom variable.
1459         (eww-current-title): New variable.
1460         (eww-display-html): Update header and handle title tag.
1461         (eww-update-header-line-format): New function.
1462         (eww-tag-title): New function.
1463
1464         * shr.el (shr-dom-to-xml): New function.
1465         (shr-tag-svg): Add support for the SVG tag.
1466         (shr-bullet): New custom variable.
1467         (shr-tag-li): Support custom bullet in unordered lists.
1468
1469 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1470
1471         * shr.el (shr-expand-url): Respect // URLs.
1472
1473         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1474         put a background colour onto the entire buffer.
1475         (eww-render): When being redirected, use the redirect URL as the new
1476         base URL.
1477
1478         * shr.el (shr-parse-base): Fix parsing error.
1479
1480         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1481
1482         * shr.el (shr-parse-base): New function.
1483         (shr-expand-url): Use it to expand relative URLs reliably.
1484
1485 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1486
1487         * auth-source.el (auth-source-search-collection): Fix docstring.
1488         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1489         single-quoted strings and multiline entries.
1490         (auth-source-netrc-parse-next-interesting)
1491         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1492         functions to support parser.
1493
1494 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1495
1496         * eww.el (eww-submit): Get submit button logic right when hitting RET
1497         on non-submit buttons.
1498
1499         * shr.el: Remove shr-preliminary-table-render, since that can't really
1500         be used for anything in practice.
1501
1502 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1503
1504         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1505         (sieve-manage-quit).
1506
1507 2013-06-14  Glenn Morris  <rgm@gnu.org>
1508
1509         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1510
1511 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1512
1513         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1514         control the maximum size of photo ID image.
1515         (mml2015-epg-key-image-to-string): Respect it.
1516
1517 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1518
1519         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1520         instead of the final one so that we can more easily distinguish them.
1521
1522         * eww.el (eww-submit): Compute the submission URL correctly.
1523
1524 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1525
1526         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1527         Use plist-get rather than CL's getf.
1528         (sieve-manage-parse-capability): Avoid CL's remove-if.
1529
1530 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1531
1532         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1533         (sieve-manage-quit).
1534
1535 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1536
1537         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1538         last slash.
1539
1540         * eww.el (eww-tag-select): Use the first value as the default value.
1541
1542 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1543
1544         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1545         (eww-mode): Use `define-derived-mode'.
1546         (eww-parse-headers): Parse headers from beginning of buffer so that
1547         file:// links work.
1548
1549 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1550
1551         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1552
1553 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554
1555         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1556         to handle them at all.
1557
1558 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1559
1560         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1561         work, too.
1562         (eww-tag-select): Implement <select>.
1563
1564 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1565
1566         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1567         stream managing functions by using open-protocol-stream to do most of
1568         the work.  Has the nice benefit of enabling STARTTLS.
1569         Wait for capabilities after STARTTLS: following RFC5804, the server
1570         sends new capabilities after successfully establishing a TLS connection
1571         with the client.  The client should update the cached list of
1572         capabilities, but we just ignore the answer for now.
1573         (sieve-manage-network-p, sieve-manage-network-open)
1574         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1575         (sieve-manage-forward, sieve-manage-streams)
1576         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1577         API, nor called by any other function.
1578         Enable Multibyte for SieveManage buffers: The parser won't properly
1579         handle umlauts and line endings unless multibyte is turned on in the
1580         process buffer.
1581
1582 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1583
1584         * eww.el (eww-tag-input): Support password fields.
1585         (eww-submit): Support POST.
1586
1587 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1588
1589         * eww.el (eww-tag-form): Protect against degenerate forms.
1590
1591         * shr.el (shr-expand-url): Expand URLs that start with a slash
1592         correctly.
1593
1594         * eww.el (eww-submit): Get submit button logic right.
1595
1596         * shr.el (shr-final-table-render): New variable to signal when we're
1597         doing the final table rendering so that we can collect more data at
1598         that point.
1599
1600         * eww.el (eww-submit): Make form submission work.
1601         (eww-tag-input): Implement submit buttons.
1602         (eww-click-radio): Implement radio and checkboxes.
1603         (eww-submit): Handle hidden elements.
1604
1605         * shr.el (shr-descend): Allow other packages to override (or provide)
1606         rendering of elements.
1607         (shr-expand-url): Strip query strings from URLs before expanding them.
1608
1609         * eww.el: Don't require cl-lib.
1610         (eww-tag-form): Start form support.
1611
1612         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1613
1614         * eww.el: Start writing a new, tiny web browser.
1615         (eww-previous-url): New command.
1616         (eww-quit): New command.
1617
1618 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1619
1620         * sieve.el: Put point at beginning of buffer when viewing a script.
1621         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1622         number in sieve-buffer's header.  Fixed code to also work with a string
1623         as port specifier.  Properly close the connection on pressing 'q'.  Make
1624         sieve-manage-quit close the connection and process buffer.  Also, remove
1625         duplicate keybinding for 'q'.
1626
1627 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1628
1629         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1630         make it easier to read.
1631         (mm-pkcs7-enveloped-magic): Ditto.
1632
1633 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1634
1635         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1636         before `image-type-available-p' to avoid loading the image libraries
1637         needlessly.
1638
1639 2013-06-05  David Engster  <deng@randomsample.de>
1640
1641         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1642         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1643         to see whether the group was synced before.
1644
1645 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1646
1647         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1648         when opening the connection.
1649         Suggested by João Távora <joaotavora@gmail.com> in
1650         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1651
1652 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1655         assume Date header begins with "Date", that may be customized into
1656         something like "X-Sent" using gnus-article-time-format.
1657         (article-transform-date): Allow multi-line Date header.
1658
1659 2013-06-02  David Engster  <deng@randomsample.de>
1660
1661         * registry.el (initialize-instance, registry-lookup)
1662         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1663         (registry-lookup-secondary-value, registry-search, registry-delete)
1664         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1665         not wrap methods in `eval-and-compile'.  This breaks due to latest
1666         changes in EIEIO (introduction of eieio-core.el).
1667
1668 2013-05-30  Glenn Morris  <rgm@gnu.org>
1669
1670         * nnmail.el (nnmail-fancy-expiry-target):
1671         Also bind mail-dont-reply-to-names.
1672
1673         * spam-stat.el (spam-stat-save):
1674         No need to tweak font-lock in temp buffers.
1675
1676         * shr.el (shr-put-image): Silence compiler.
1677
1678 2013-05-29  Glenn Morris  <rgm@gnu.org>
1679
1680         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1681
1682         * gnus-group.el (gnus-sequence-of-unread-articles)
1683         (gnus-summary-add-mark, gnus-mark-article-as-read)
1684         (gnus-group-make-articles-read): Declare.
1685
1686         * gnus-sum.el (gnus-parameter-list-identifier)
1687         (gnus-article-stop-animations, gnus-stop-downloads)
1688         (gnus-article-only-boring-p, article-goto-body)
1689         (gnus-flush-original-article-buffer, article-narrow-to-head)
1690         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1691         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1692
1693         * gnus.el: No need to eval-and-compile autoloads.
1694
1695         * gravatar.el (help-function-arglist): Autoload.
1696
1697         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1698
1699         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1700
1701         * spam.el: No need to load spam-report when compiling.
1702         No need to eval-and-compile autoloads.
1703         (spam-report-resend-to): Declare.
1704         (spam-report-resend-register-routine): Require 'spam-report.
1705
1706 2013-05-24  Julien Danjou  <julien@danjou.info>
1707
1708         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1709         setup.
1710
1711 2013-05-23  Glenn Morris  <rgm@gnu.org>
1712
1713         * gnus-util.el (rmail-swap-buffers-maybe)
1714         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1715         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1716         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1717
1718         * mm-decode.el: No need to load term when compiling.
1719         (term-mode, term-char-mode): Declare.
1720
1721         * mm-util.el: No need to load jka-compr when compiling.
1722         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1723
1724         * nnmaildir.el: Require is automatically eval-and-compile.
1725         (nnmail): Require at run-time too.
1726
1727         * registry.el (registry-size): Move definition before use.
1728
1729 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1730
1731         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1732         signed data to conform the standard.  (Bug#14232)
1733
1734 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1735
1736         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1737         double angle quotation mark.
1738
1739 2013-05-20  Glenn Morris  <rgm@gnu.org>
1740
1741         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1742
1743 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1744
1745         * message.el (message-insert-formatted-citation-line): handle finding
1746         first/lastname when more than 2 names appear.
1747
1748 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1749
1750         * shr.el (shr-tag-span): New function.
1751
1752 2013-05-18  Glenn Morris  <rgm@gnu.org>
1753
1754         * message.el (message-mode): Use message-mode-abbrev-table,
1755         with text-mode-abbrev-table as parent.  (Bug#14413)
1756
1757 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * message.el (message-expand-group): Decode group names.
1760
1761 2013-05-16  Julien Danjou  <julien@danjou.info>
1762
1763         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1764         app-icon.
1765
1766 2013-05-15  Glenn Morris  <rgm@gnu.org>
1767
1768         * shr-color.el (shr-color-visible-luminance-min)
1769         (shr-color-visible-distance-min): Use shr-color group.
1770
1771 2013-05-11  Glenn Morris  <rgm@gnu.org>
1772
1773         * gnus-vm.el: Make it loadable without VM.
1774         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1775         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1776
1777 2013-05-09  Glenn Morris  <rgm@gnu.org>
1778
1779         * mml1991.el: Make it loadable.  (Bug#13456)
1780
1781         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1782         * gnus-async.el (gnus-async-post-fetch-function):
1783         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1784         * gnus-html.el (gnus-html-image-cache-ttl):
1785         * gnus-notifications.el (gnus-notifications-timeout):
1786         * gnus-picon.el (gnus-picon-properties):
1787         * gnus-util.el (gnus-completion-styles):
1788         * gnus.el (gnus-other-frame-resume-function):
1789         * message.el (message-user-organization-file)
1790         (message-cite-reply-position):
1791         * nnir.el (nnir-summary-line-format)
1792         (nnir-retrieve-headers-override-function):
1793         * shr-color.el (shr-color-visible-luminance-min):
1794         * shr.el (shr-blocked-images):
1795         * spam-report.el (spam-report-resend-to):
1796         * spam.el (spam-summary-exit-behavior): Fix custom types.
1797
1798         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1799
1800 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1801
1802         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1803         because of let-binding help-xref-following.  (Bug#14356)
1804
1805 2013-05-06  Glenn Morris  <rgm@gnu.org>
1806
1807         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1808
1809 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1810
1811         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1812         entering into the registry.
1813
1814 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1815
1816         * gnus.el: Ma Gnus v0.7 is released.
1817
1818 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1821         (Bug#14304)
1822
1823 2013-04-27  Glenn Morris  <rgm@gnu.org>
1824
1825         * gnus.el (gnus-list-debbugs):
1826         Use require rather than autoload.  (Bug#14262)
1827
1828 2013-04-27  Julien Danjou  <julien@danjou.info>
1829
1830         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1831         port to "sieve" now that it has an official IANA port assigned.
1832
1833 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1834
1835         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1836         Don't set the MAILHOST environment variable permanently (Bug#14271).
1837
1838 2013-04-26  Glenn Morris  <rgm@gnu.org>
1839
1840         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1841
1842 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1843
1844         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1845         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1846
1847 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1848
1849         * nnir.el (nnir-close-group): Make sure we are in the right group.
1850
1851         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1852         dependency table from all newly retrieved headers.
1853
1854 2013-04-16  David Edmondson  <dme@dme.org>
1855
1856         Support <img src="data:...">.
1857
1858         * shr.el (shr-image-from-data): New function.
1859         (shr-tag-img): Use it.
1860
1861 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1862
1863         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1864         group.
1865
1866 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1867
1868         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1869         corresponding to any existing group (Bug#14166).
1870
1871 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1872
1873         * nnir.el (number-sequence): No longer used.
1874         (nnir-request-set-mark): New function.
1875         (nnir-request-update-info): Improve marks updating.
1876         (nnir-request-scan): Don't duplicate marks updating.
1877         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1878         Use 'assq rather than 'assoc.  Quote anonymous function.
1879         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1880         Use 'gnus-group-prefixed-p.
1881         (gnus-summary-create-nnir-group): Make sure server for method is open.
1882
1883 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1884
1885         * nnir.el (gnus-nnir-group-p): New function.
1886         (nnir-possibly-change-group): Use it.
1887
1888         * gnus-msg.el (gnus-setup-message): Use it.
1889
1890 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1891
1892         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1893         `initial-input' for the argument name.
1894         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1895
1896 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1897
1898         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1899         (used by MH-E).
1900
1901 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1902
1903         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1904         group.
1905
1906         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1907         fix compilation.
1908
1909 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1910
1911         * nnir.el (nnir-method-default-engines): And another typo.
1912
1913 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1914
1915         * nnir.el (nnir-method-default-engines): Fix typo.
1916
1917 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1918
1919         * nnir.el: Define 'number-sequence for xemacs.
1920         (gnus-summary-create-nnir-group): New function to create an nnir group
1921         from an nnir summary buffer based on the current query.
1922         (nnir-request-create-group): Update to allow nnir group creation based
1923         on the current query.
1924
1925 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * nndraft.el (nndraft-request-expire-articles):
1928         Make expiry target always `delete'.
1929
1930 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1931
1932         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1933         buffer use the posting-style and gcc of the original article group.
1934         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1935
1936         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1937         after other deffoos.
1938
1939 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1940
1941         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1942         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1943         support for real (i.e. not ephemeral) nnir groups.
1944         (gnus-summary-make-nnir-group): New function for initiating searches
1945         from a summary buffer.
1946
1947 2013-03-18  Sam Steingold  <sds@gnu.org>
1948
1949         * message.el (message-bury): Minor cleanup.
1950
1951 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1952
1953         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1954
1955 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1958         nnml-request-list.  (Bug#13873)
1959         (nndir-request-newsgroups): Remove, unused.
1960
1961         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1962
1963 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1964
1965         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1966         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1967         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1968
1969 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1970
1971         * shr.el: Make all the overlays set the `evaporate' property so that
1972         they're removed properly.
1973
1974 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1975
1976         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1977         shell-quote-argument.
1978
1979 2013-02-22  David Engster  <deng@randomsample.de>
1980
1981         * gnus-registry.el (gnus-registry-save): Provide class name when
1982         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1983         `condition-case' to stay compatible with older EIEIO versions which
1984         only accept one argument.
1985
1986 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1987
1988         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1989         (epg-user-id-validity): Autoload.
1990         (mml2015-epg-check-user-id): New function.
1991         (mml2015-epg-check-sub-key): New function split from
1992         mml2015-epg-find-usable-key.
1993         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1994         optional name-is-key-id, to handle the case when user-id is unusable.
1995         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1996
1997 2013-02-17  Glenn Morris  <rgm@gnu.org>
1998
1999         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2000
2001 2013-02-16  Glenn Morris  <rgm@gnu.org>
2002
2003         * shr.el (shr-put-image): Only animate images that specify a delay.
2004         This is consistent with the old image-animated-p behavior.
2005
2006 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2009         for XEmacs.
2010
2011 2013-02-13  Juri Linkov  <juri@jurta.org>
2012
2013         * gnus-art.el (gnus-article-mode-map):
2014         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2015         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2016
2017 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2018
2019         * auth-source.el (auth-source-format-prompt): Don't get confused by
2020         any "\" in replacement text.  (Bug#13637)
2021
2022 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2023
2024         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2025         (gnus-backend-trace): Honour gnus-backend-trace.
2026
2027         * mml.el (mml-insert-part): Insert closing tag.
2028
2029         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2030
2031 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032
2033         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2034         able to find the article, which can happen in debbugs groups,
2035         apparently.
2036
2037 2013-01-16  Glenn Morris  <rgm@gnu.org>
2038
2039         * smiley.el (smiley-style): Make the file loadable in batch mode.
2040
2041 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2042
2043         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2044         imap process running.
2045
2046 2013-01-14  Julien Danjou  <julien@danjou.info>
2047
2048         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2049         Compare addresses against addresses, not against the full From field.
2050
2051 2013-01-13  Richard Stallman  <rms@gnu.org>
2052
2053         * message.el (message-forward-make-body-mime): New args BEG, END
2054         specify what part of FORWARD-BUFFER to use.  Do the work directly
2055         instead of calling `mml-insert-buffer'.
2056
2057 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2058
2059         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2060         cross-reference(s).
2061
2062         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2063         cross-reference(s).
2064
2065 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2066
2067         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2068         and point-max-marker.
2069         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2070
2071 2013-01-11  Julien Danjou  <julien@danjou.info>
2072
2073         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2074         max are almost equal.  Also return the correct value for V which is
2075         already between 0 and 1.
2076
2077 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2078
2079         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2080         to mml2015-encrypt-to-self.
2081         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2082
2083 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2084
2085         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2086         mml-smime-epg-find-usable-secret-key.
2087
2088 2013-01-08  Glenn Morris  <rgm@gnu.org>
2089
2090         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2091
2092 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2093
2094         * mml-smime.el: Support signing by sender.
2095         Requested by Uwe Brauer.
2096         (mml-smime-sign-with-sender): New user option analogous
2097         to mml2015-sign-with-sender.
2098         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2099         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2100         mml2015.el.
2101
2102 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2105         isn't running, because Gnus will probably not know how to handle the
2106         Gcc header (bug#11941).
2107
2108         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2109         articles.
2110
2111 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2112
2113         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2114         (nnfolder-generate-active-file): Make this function work with recursive
2115         folder names.
2116
2117 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2118
2119         * nntp.el (nntp-open-connection): Use HELP as the capability command
2120         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2121         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2122
2123 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2124
2125         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2126         place holder since this gives `Invalid face reference: nil' messages.
2127         Use the `default' face instead.  It has the same effect here, even
2128         though it is not no-op.
2129
2130         * gnus-util.el
2131         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2132
2133 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2134
2135         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2136         non-string posting styles (bug#13285).
2137
2138 2012-12-27  Glenn Morris  <rgm@gnu.org>
2139
2140         * plstore.el (plstore-passphrase-callback-function):
2141         Use plstore-get-file.
2142
2143 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2144
2145         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2146         stderr.
2147
2148 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2151
2152         * gnus-compat.el (set-buffer-multibyte): Remove.
2153
2154 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2155
2156         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2157         temporary file to get PGP key image.  Pass no-show-photos when
2158         extracting image to avoid having it pop up twice.
2159
2160 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2161
2162         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2163         eligible for treatment.
2164
2165         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2166         lines.  This makes summary commands with hidden threads work more
2167         reliably.
2168
2169         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2170         button to mark the hidden citations (bug#9395).
2171
2172 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2173
2174         * mml2015.el (mml2015-epg-signature-to-string): New function.
2175         (mml2015-epg-verify-result-to-string): New function.
2176         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2177         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2178         instead of epg-verify-result-to-string.
2179         (epg-signature-key-id, epg-signature-to-string): Autoload.
2180         (epg-verify-result-to-string): Remove autoload.
2181
2182 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2183
2184         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2185         ID image from GPG public key.
2186         (mml2015-epg-key-image-to-string): New function.
2187
2188 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2189
2190         * plstore.el (plstore-passphrase-callback-function): Fix error when
2191         error when plstore-cache-passphrase-for-symmetric-encryption is set
2192         (bug#13264).
2193
2194 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2195
2196         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2197         buffer to the article buffer here, because that clobbers multiple
2198         article buffers.
2199
2200         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2201         buffer always points to the right summary buffer.
2202
2203 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2204
2205         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2206         the password (bug#12097).
2207
2208 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2209
2210         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2211         (bug#13263).
2212
2213         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2214         buffer exists before using it (bug#12475).
2215
2216         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2217         offline groups (bug#11937).
2218
2219         * message.el (message-yank-original): When using customize to set the
2220         value of `message-cite-style', the variable it set to a symbol that's
2221         the name of the variable, which must then be dereferenced (bug#12616).
2222
2223 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2224
2225         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2226         the `face' property with a list whose car is the face specified in the
2227         format string and whose cdr is (nil).
2228         * lisp/gnus-util.el
2229         (gnus-put-text-property-excluding-characters-with-faces):
2230         Change accordingly.
2231         (gnus-get-text-property-excluding-characters-with-faces): New function.
2232         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2233         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2234         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2235
2236 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2237
2238         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2239         login methods.
2240         (nnimap-login): Respect the `nnimap-authenticator' variable.
2241
2242         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2243         mark state when moving articles.  Otherwise unticked articles will get
2244         their ticks back after moving.
2245
2246 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2247
2248         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2249
2250         * message.el (message-ignored-news-headers): Always remove
2251         X-Message-SMTP-Method to avoid information leakage if the user
2252         mistakenly inserts the header into news messages.
2253
2254         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2255
2256         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2257         right than four characters, this command would move point to
2258         `point-max'.  Don't do that.
2259
2260         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2261         to nil to allow re-selecting groups that gain articles.
2262         (gnus-bug-group-download-format-alist): Update the URL.
2263
2264 2012-12-23  Andreas Schwab  <schwab@suse.de>
2265
2266         * shr.el (shr-tag-em): Render em as italic, not bold.
2267
2268 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2269
2270         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2271         for reuse.
2272         (gnus-open-server): Use it to add more tracing.
2273         (gnus-finish-retrieve-group-infos): Add backend tracing.
2274         (gnus-backend-trace): Also note the elapsed seconds.
2275
2276 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2277
2278         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2279         Set epa-file-encrypt-to from variable to avoid querying.
2280
2281 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2282
2283         * sieve-mode.el (sieve-font-lock-keywords):
2284         Keywords should be word delimited.  (Bug#13173)
2285
2286 2012-12-13  Andreas Schwab  <schwab@suse.de>
2287
2288         * tls.el (tls-program): Update customize type.
2289
2290 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2293         instead of <pre> to align message header.
2294
2295 2012-12-12  Sam Steingold  <sds@gnu.org>
2296
2297         * gnus.el (gnus-other-frame-resume-function): Add user option.
2298         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2299
2300 2012-12-06  Sam Steingold  <sds@gnu.org>
2301
2302         * gnus-start.el (gnus-before-resume-hook): Add.
2303         (gnus-1): Run it when Gnus is alive.
2304
2305 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2308         * gnus-art.el (article-unsplit-urls)
2309         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2310         * gnus-registry.el (gnus-registry-get-article-marks)
2311         * message.el (message-goto-body): Use it.
2312         (message-called-interactively-p): Remove.
2313
2314         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2315         (spam-stat-score-buffer): Use it.
2316
2317         * spam.el: Silence the warnings against BBDB functions when compiling.
2318
2319         * gnus-score.el (gnus-score-decode-text-parts):
2320         Use append+mapcar instead of the cl function mapcan.
2321
2322 2012-12-05  Sam Steingold  <sds@gnu.org>
2323
2324         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2325         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2326         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2327
2328 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2329
2330         * gmm-utils.el (gmm-called-interactively-p): Revert.
2331         This seems to cause Emacs to get stuck!
2332         * gnus-art.el (article-unsplit-urls)
2333         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2334         * gnus-registry.el (gnus-registry-get-article-marks)
2335         * message.el (message-goto-body)
2336         (message-called-interactively-p): Revert.
2337
2338         * gmm-utils.el (gmm-called-interactively-p): New function.
2339         * gnus-art.el (article-unsplit-urls)
2340         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2341         * gnus-registry.el (gnus-registry-get-article-marks)
2342         * message.el (message-goto-body): Use it.
2343         (message-called-interactively-p): Remove.
2344
2345         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2346         * gnus-sync.el (gnus-sync-lesync-call)
2347         * message.el (message-read-from-minibuffer): Use it.
2348
2349 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * gmm-utils.el (gmm-flet): Remove.
2352         * gnus-sync.el (gnus-sync-lesync-call)
2353         * message.el (message-read-from-minibuffer): Don't use it.
2354
2355 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2356
2357         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2358
2359 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2362
2363         * gnus-sync.el (gnus-sync-lesync-call)
2364         * message.el (message-read-from-minibuffer): Use gmm-flet.
2365
2366         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2367
2368         * gnus-util.el (gnus-macroexpand-all): Remove.
2369
2370 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2371
2372         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2373         to TAB, not [tab].
2374         (gnus-summary-article-map): Likewise.
2375
2376         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2377         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2378
2379 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2380
2381         * time-date.el: Commentary fix.
2382
2383 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2384
2385         * color.el: Don't require cl.
2386         (color-complement): `caddr' -> `nth 2'.
2387
2388         * time-date.el (time-to-seconds): De-obsolete.
2389
2390 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * message.el (message-get-reply-headers):
2393         Make sure the reply goes to the author if it is a wide reply.
2394
2395 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2396
2397         * gnus-score.el (gnus-score-body):
2398         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2399         scoring by body.
2400
2401 2012-11-16  Glenn Morris  <rgm@gnu.org>
2402
2403         * gnus-diary.el (nndiary-request-create-group-functions)
2404         (nndiary-request-update-info-functions)
2405         (gnus-subscribe-newsgroup-functions)
2406         (nndiary-request-accept-article-functions):
2407         Use new names for hooks rather than obsolete aliases.
2408
2409 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2412
2413 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2414
2415         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2416         in meta tag with the one the part specifies in its header.
2417
2418 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2419
2420         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2421         by default.
2422
2423 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2426         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2427
2428 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2429
2430         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2431         and a runtime function for it, of which the XEmacs version takes only
2432         two arguments.
2433
2434 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2435
2436         * nndiary.el (nndiary-request-create-group-functions)
2437         (nndiary-request-update-info-functions)
2438         (nndiary-request-accept-article-functions):
2439         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2440         "-hooks" suffix.
2441
2442 2012-10-19  Julien Danjou  <julien@danjou.info>
2443
2444         * gnus-art.el: Require gnus-util because it uses
2445         `gnus-timer--function'.
2446
2447 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2448
2449         * starttls.el (starttls-extra-arguments): Doc fix.
2450
2451 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2452
2453         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2454         it.
2455
2456 2012-10-06  Glenn Morris  <rgm@gnu.org>
2457
2458         * gnus-notifications.el (gnus-notifications):
2459         Add missing group :version tag.
2460         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2461         (gnus-gcc-post-body-encode-hook):
2462         * gnus-sync.el (gnus-sync-lesync-name)
2463         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2464
2465 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2466
2467         * color.el (color-hsl-to-rgb): Fix incorrect results for
2468         small and large hue values.  (Bug#12559)
2469
2470 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2471
2472         New UIDL implementation.
2473
2474         * mail-source.el (mail-sources, mail-source-keyword-map):
2475         Add :leave as a pop3 keyword.
2476         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2477
2478         * pop3.el (pop3-leave-mail-on-server): Allow number.
2479         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2480         (pop3-movemail): Add UIDL support.
2481         (pop3-send-streaming-command): Take a list of mail numbers instead of
2482         the number of mails.
2483         (pop3-write-to-file): Add X-UIDL header.
2484         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2485         (pop3-uidl-add-xheader): New functions.
2486
2487         * message.el (message-ignored-resent-headers):
2488         Add X-Content-Length and X-UIDL headers.
2489
2490 2012-10-05  Glenn Morris  <rgm@gnu.org>
2491
2492         * color.el (color-name-to-rgb, color-rgb-to-hex)
2493         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2494         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2495         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2496         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2497
2498 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2501         a user about whether to delete temp files if once a user answered as n.
2502
2503 2012-09-25  Chong Yidong  <cyd@gnu.org>
2504
2505         * password-cache.el (password-read-and-add): Use a declare form to mark
2506         this function obsolete.
2507
2508 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * lpath.el: Bind mail-encode-mml for old Emacsen.
2511
2512 2012-09-17  Richard Stallman  <rms@gnu.org>
2513
2514         * message.el (message-in-body-p): Don't set mark or modify buffer.
2515
2516         * mml.el (mml-attach-file): Doc fix.
2517         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2518         Set mail-encode-mml when in Mail mode.
2519         Simplify code to set HEAD and move back to HEAD.
2520         (mml-insert-multipart, mml-insert-part):
2521         Set mail-encode-mml when in Mail mode.
2522
2523 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * gnus-util.el (gnus-timer--function): New function.
2526
2527         * gnus-art.el (gnus-article-stop-animations): Use it.
2528
2529 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2530
2531         Fix glitches caused by addition of psec to timers.
2532         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2533         rather than raw access to timer vector.
2534
2535 2012-09-11  Julien Danjou  <julien@danjou.info>
2536
2537         * gnus-notifications.el (gnus-notifications): Check for nil values in
2538         ignored addresses check.
2539
2540 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2541
2542         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2543
2544 2012-09-07  Chong Yidong  <cyd@gnu.org>
2545
2546         * gnus-util.el
2547         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2548
2549         * gnus-salt.el (gnus-tree-highlight-node):
2550         * gnus-sum.el (gnus-summary-highlight-line):
2551         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2552
2553 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2554
2555         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2556
2557 2012-09-06  Juri Linkov  <juri@jurta.org>
2558
2559         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2560         scheme for buffer names to be more consistent with other group and
2561         article buffer names in Gnus.
2562
2563 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2564
2565         * gnus-util.el
2566         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2567
2568         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2569         Jenkner.
2570
2571         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2572
2573         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2574
2575         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2576
2577 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2578
2579         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2580         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2581
2582         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2583         string-prefix-p in Emacs >=23.2.
2584
2585         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2586         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2587         instead of string-match-p.
2588         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2589
2590 2012-09-06  Kenichi Handa  <handa@gnu.org>
2591
2592         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2593         lowercase a..f.
2594
2595 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2596
2597         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2598
2599 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2600
2601         * nnimap.el (nnimap-request-move-article): Decode the group name when
2602         doing internal moves to avoid charset issues.
2603
2604         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2605         TIME is set.
2606
2607 2012-09-05  Juri Linkov  <juri@jurta.org>
2608
2609         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2610         than one group at a time (bug#11961).
2611
2612 2012-09-05  Julien Danjou  <julien@danjou.info>
2613
2614         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2615         this hide the real reason with a message giving absolutely no hint.
2616
2617 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2618
2619         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2620         to the backend (bug#11804).
2621
2622         * message.el (message-insert-newsgroups): Don't insert newsgroup
2623         duplicates (bug#12275).
2624
2625 2012-09-05  John Wiegley  <johnw@newartisans.com>
2626
2627         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2628         sieve rules.
2629
2630 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2631
2632         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2633         function.
2634
2635         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2636
2637         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2638
2639 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2640
2641         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2642         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2643         This should make nnmaildir more usable with offlineimap.
2644
2645 2012-09-05  Julien Danjou  <julien@danjou.info>
2646
2647         * nnimap.el (nnimap-request-list): Revert change that made listing
2648         synchronous.
2649         (nnimap-get-responses): Restore.
2650
2651 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2652
2653         * dgnushack.el: XEmacs 21.5 compilation fix.
2654
2655         * gnus-notifications.el (gnus-notifications-notify): Use it.
2656
2657         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2658         warnings on XEmacs.
2659
2660 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2661
2662         Better seeds for (random).
2663         * gnus-sync.el (gnus-sync-lesync-setup):
2664         * message.el (message-canlock-generate, message-unique-id):
2665         Change (random t) to (random), now that the latter is more random.
2666
2667 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2668
2669         * nnimap.el (nnimap-change-group): Document result value
2670
2671         * auth-source.el (auth-sources): Fix macos keychain access.
2672
2673         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2674         allow the backend `request-head' function to determine the group
2675         name on its own.
2676         (gnus-request-expire-articles): Filter out negative article numbers
2677         during expiry (Bug#11980).
2678
2679         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2680         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2681
2682         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2683         you've found the article when you haven't.
2684
2685         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2686         that nnimap-change-group can return t.
2687
2688 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2689
2690         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2691
2692 2012-08-30  Julien Danjou  <julien@danjou.info>
2693
2694         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2695         `gnus-notifications-timeout'.
2696         (gnus-notifications-timeout): Add.
2697         (gnus-notifications-action): New function.
2698         (gnus-notifications-notify): Add :action using
2699         `gnus-notifications-action'.
2700         (gnus-notifications-id-to-msg): New variable.
2701         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2702         notifications id to messages.
2703
2704 2012-08-30  Kenichi Handa  <handa@gnu.org>
2705
2706         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2707         once.
2708
2709 2012-08-29  Julien Danjou  <julien@danjou.info>
2710
2711         * gnus-notifications.el: New file.
2712         (gnus-notifications-notify): New function.
2713         (gnus-notifications): Use `gnus-notifications-notify'.
2714
2715 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2718         transfer encoding first; bind gnus-newsgroup-charset to the charset
2719         that the article specifies (Bug#12209).
2720
2721 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2722
2723         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2724         (gnus-group-customize-done): Encode values posting-style holds.
2725
2726         * gnus-msg.el (gnus-summary-resend-message)
2727         (gnus-configure-posting-styles): Decode values posting-style group
2728         parameter holds.
2729
2730 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2733         `name' and `address' in Resent-From header.
2734
2735 2012-08-14  Chong Yidong  <cyd@gnu.org>
2736
2737         * gnus-art.el (article-display-face): Handle failure in
2738         gnus-create-image (Bug#11802).
2739
2740 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2741
2742         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2743         Use defsetf.
2744
2745 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2746
2747         * auth-source.el (auth-source-plstore-search)
2748         (auth-source-secrets-search): Ignore :require and :type in search spec.
2749
2750 2012-08-06  Julien Danjou  <julien@danjou.info>
2751
2752         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2753         `nnimap-request-move-article'.
2754
2755         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2756         Remove autoload, already handled by gnus.el.
2757
2758         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2759
2760         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2761         supported by nnimap actually.  Reverts previous change.
2762
2763         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2764         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2765         to-buffer argument that is already supported.
2766
2767 2012-08-05  Julien Danjou  <julien@danjou.info>
2768
2769         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2770         Add autoload.
2771
2772 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * gnus.el (gnus-valid-select-methods): Fix custom type.
2775
2776 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2777
2778         * auth-source.el (auth-sources, auth-source-backend-parse)
2779         (auth-source-macos-keychain-search)
2780         (auth-source-macos-keychain-search-items)
2781         (auth-source-macos-keychain-result-append)
2782         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2783         auth-source.el through the /usr/bin/security utility.
2784         (auth-sources): Fix syntax error.
2785         (auth-source-macos-keychain-result-append): Fix variable name.
2786         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2787
2788 2012-07-27  Julien Danjou  <julien@danjou.info>
2789
2790         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2791         Emacs < 24.1
2792
2793 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2794
2795         * message.el (message-kill-address): Don't kill last newline.
2796         (message-skip-to-next-address): Don't move to the next header.
2797         (message-fill-field-address): Work properly.
2798
2799 2012-07-25  Julien Danjou  <julien@danjou.info>
2800
2801         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2802
2803 2012-07-24  Julien Danjou  <julien@danjou.info>
2804
2805         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2806
2807         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2808         (nntp-async-timer-handler): Remove, unused.
2809
2810         * nnimap.el (nnimap-get-responses): Remove, unused.
2811
2812         * nnheader.el (mail-header-set-extra): Remove, unused.
2813
2814         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2815         unused.
2816
2817         * mm-view.el (mm-view-sound-file): Remove, unused.
2818
2819         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2820         (mm-url-encode-multipart-form-data): Remove, unused.
2821
2822         * message.el (message-remove-signature, message-make-host-name)
2823         (message-fill-address): Remove, unused.
2824
2825         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2826         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2827         unused.
2828
2829         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2830         (gnus-xmas-call-region): Remove, unused.
2831
2832         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2833
2834         * gnus-util.el (gnus-extract-address-component-name)
2835         (gnus-extract-address-component-email, gnus-sortable-date)
2836         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2837         (gnus-process-live-p): Remove, unused.
2838
2839         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2840
2841         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2842         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2843         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2844         function.
2845
2846         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2847
2848         * gnus-score.el (gnus-summary-score-crossposting)
2849         (gnus-score-regexp-bad-p): Remove, unused.
2850
2851         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2852
2853         * gnus-range.el (gnus-sublist-p): Remove, unused.
2854
2855         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2856         unused.
2857
2858         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2859
2860         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2861         (gnus-request-associate-buffer): Remove, unused.
2862
2863         * gnus-group.el (gnus-group-set-method-info)
2864         (gnus-group-set-params-info): Remove, unused.
2865
2866         * gnus-fun.el (gnus-shell-command-to-string)
2867         (gnus-shell-command-on-region): Remove, unused.
2868
2869         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2870
2871         * gnus-art.el (gnus-article-text-type-exists-p)
2872         (article-translate-characters, gnus-article-hide-text-of-type)
2873         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2874         Remove, unused.
2875
2876 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2877
2878         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2879
2880 2012-07-21  Julien Danjou  <julien@danjou.info>
2881
2882         * message.el (message-dont-reply-to-names): Replace deprecated
2883         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2884         (message-get-reply-headers): Ditto.
2885
2886 2012-07-18  Julien Danjou  <julien@danjou.info>
2887
2888         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2889         `sieve-upload-and-kill'.
2890
2891         * sieve.el (sieve-bury-buffer): Remove function.
2892         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2893         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2894
2895 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2896
2897         * shr.el (shr-expand-url): Handle URL starting with `//'.
2898
2899 2012-07-13  Chong Yidong  <cyd@gnu.org>
2900
2901         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2902         instead of calling toggle-read-only with a (bogus) argument.
2903
2904 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2905
2906         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2907         of initial input when reading the author to restrict the summary to.
2908
2909 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * mm-decode.el (mm-shr):
2912         Allow overriding charset by mm-charset-override-alist.
2913
2914 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * gnus-art.el (gnus-article-view-part):
2917         Toggle subparts of multipart/alternative part.
2918
2919 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2920
2921         * shr.el (shr-render-buffer): New command.
2922         (shr-visit-file): Use it.
2923
2924 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2927         Set no-byte-compile and no-update-autoloads.
2928
2929 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2932
2933 2012-06-25  Julien Danjou  <julien@danjou.info>
2934
2935         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2936         `nnimap-request-move-articles-find-limit' since we do not use it only
2937         for move operations.
2938         (nnimap-request-accept-article): Use
2939         `nnimap-request-articles-find-limit' to limit search by message-id.
2940
2941 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2942
2943         Support higher-resolution time stamps (Bug#9000).
2944
2945         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2946         VARLIST.  It's optional, for backward compatibility.
2947         (encode-time-value): New optional arg PICO.  New type 3.
2948         (time-to-seconds) [!float-time]: Support the new picoseconds
2949         component if it's used.
2950         (seconds-to-time, time-subtract, time-add):
2951         Support ps-resolution time stamps as well.
2952
2953 2012-06-19  Julien Danjou  <julien@danjou.info>
2954
2955         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2956
2957         * nnimap.el (nnimap-log-buffer): Check that
2958         `window-point-insertion-type' is boundp, since it's not available in
2959         XEmacs.
2960
2961 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2962
2963         * nnimap.el (nnimap-log-buffer): Add this, setting
2964         `window-point-insertion-type' in the buffer to t.
2965         (nnimap-log-command): Use nnimap-log-buffer.
2966
2967 2012-06-19  Julien Danjou  <julien@danjou.info>
2968
2969         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2970         argument to be able to limit the search.
2971         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2972         (nnimap-request-move-articles-find-limit): Add this to limit the search
2973         by Message-Id after a message move.
2974         (nnimap): Add defgroup.
2975
2976 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2977
2978         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2979
2980 2012-06-15  Julien Danjou  <julien@danjou.info>
2981
2982         * nnimap.el (nnimap-find-article-by-message-id): Use
2983         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2984         (nnimap-possibly-change-group): Add read-only argument.
2985         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2986         issuing EXAMINE manually.
2987         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2988         with read-only argument.
2989         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2990         cannot possibly change because we need to be sure that it's either
2991         read-write or read-only.
2992
2993 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2994
2995         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2996         being bound to a lambda form.
2997
2998 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2999
3000         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3001         articles when fetch-old is non-nil (bug#11370).
3002
3003 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3004
3005         * gnus-picon.el (gnus-picon-properties): New defcustom.
3006         (gnus-picon-create-glyph): Use it.
3007
3008 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3009
3010         * gnus-group.el (gnus-group-get-new-news): Respect
3011         `gnus-group-use-permanent-levels', as documented (bug#11638).
3012
3013 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3014
3015         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3016         groups (bug#11641).
3017
3018 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3019
3020         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3021         is an integer to avoid later problems.
3022
3023 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024
3025         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3026         locales.
3027
3028         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3029         on a handle.
3030
3031         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3032         address as the default.
3033         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3034
3035         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3036         makes no sense to query the user about internal files.
3037
3038         * gnus-spec.el: Remove all the byte-compilation stuff, since
3039         benchmarking shows that it doesn't help when entering large summary
3040         buffers.
3041
3042         * gnus-xmas.el (gnus-xmas-define): Remove.
3043
3044         * gnus-util.el (gnus-byte-code): Remove.
3045
3046         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3047         grouplens stuff.
3048
3049 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3050
3051         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3052         (bug#11514).
3053
3054 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3055
3056         * message.el (message-buffers): Return all buffers derived from Message
3057         to make `gnus-dired-attach' work with mu4e.
3058
3059 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3060
3061         * nntp.el: Stop the `letf' madness.
3062         (nntp--report-1): New var.
3063         (nntp-report): Merge nntp-report-1 into it.
3064         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3065         the nntp-report function.
3066
3067         * auth-source.el: Fix comment-style to follow the convention.
3068
3069 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3070
3071         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3072         (mm-dissect-singlepart): Don't guess the MIME type of
3073         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3074         set.
3075         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3076         toplevel MIME type is multipart/encrypted.
3077
3078 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3079
3080         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3081         a string so that Gcc works (bug#11514).
3082
3083 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3084
3085         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3086         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3087
3088 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3089
3090         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3091         jumping to *Server* from a dedicated *Group* window.
3092         (gnus-configure-frame): CSE.
3093
3094         * gnus-registry.el: Minor style cleanup.
3095         (gnus-registry--set/remove-mark): New function, extracted from
3096         gnus-registry-install-shortcuts.
3097         (gnus-registry-install-shortcuts): Use it.
3098
3099 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3100
3101         * nnspool.el (news-path): Use eval-and-compile.
3102
3103 2012-05-24  Glenn Morris  <rgm@gnu.org>
3104
3105         * nnspool.el (news-directory, news-path, news-inews-program):
3106         Move here from paths.el.  Don't see a need for these to be autoloaded.
3107
3108         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3109         Merge in doc from paths.el version.  Don't see any need for this to be
3110         autoloaded, or for the warning about users not setting it.
3111
3112 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3113
3114         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3115         format.  In particular, add an optional argument and a docstring.
3116
3117         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3118
3119         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3120         current before calling `gnus-groups-to-gnus-format'.
3121         Note that this was already the case for `gnus-active-to-gnus-format'.
3122
3123 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3124
3125         Fix minor Y10k bug.
3126         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3127
3128 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3129
3130         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3131         message once it's actually open.
3132
3133 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3134
3135         * gnus.el: Ma Gnus v0.5 is released.
3136
3137 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3138
3139         * auth-source.el (auth-source--aput-1, auth-source--aput)
3140         (auth-source--aget): New functions and macros.
3141         Use them instead of aput/aget.
3142
3143 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3144
3145         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3146
3147 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3148
3149         * plstore.el (plstore-called-interactively-p): New compat macro copied
3150         from message.el.
3151         (plstore-mode): Use it.
3152
3153 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3154
3155         * plstore.el: Revive the editing feature.
3156         (plstore-mode): New mode to edit plstore file.
3157         (plstore-mode-toggle-display, plstore-mode-original)
3158         (plstore-mode-decoded): New command.
3159         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3160         (plstore--insert-buffer, plstore--make): New function.
3161         (plstore-open, plstore-save): Simplify by using them.
3162
3163 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3166
3167 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3168
3169         * tls.el (open-tls-stream): Remove unused binding.
3170
3171 2012-04-16  Glenn Morris  <rgm@gnu.org>
3172
3173         * nndraft.el (nndraft-request-list): Fix declaration.
3174
3175 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3176
3177         * mm-decode.el (mm-dissect-buffer): Doc fix.
3178
3179         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3180         don't have a current group.
3181
3182         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3183         buffer if it doesn't exist.
3184
3185         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3186         given, mark the group as ephemeral with the current window conf.
3187
3188         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3189         buffer exists, which it doesn't if we haven't started Gnus.
3190         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3191
3192 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3193
3194         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3195         type is.
3196
3197         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3198         `unexists' entries.
3199         (gnus-clean-old-newsrc): Fix last checkin.
3200
3201         * nnimap.el (nnimap-update-info): None of the articles below the active
3202         low-water mark exist.
3203
3204         * dgnushack.el: Get rid of XEmacs compilation warning.
3205
3206         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3207         would have gotten if we posted to the group, and use that to compare
3208         against the message we want to cancel (bug#10808).
3209
3210         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3211         on XEmacs.
3212
3213 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3214
3215         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3216         `scroll-margin'.
3217
3218 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3219
3220         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3221         citation prefix within a block of cited text should be considered part
3222         of that block *only* if it is a blank line.
3223
3224 2012-04-09  Chong Yidong  <cyd@gnu.org>
3225
3226         * binhex.el, hashcash.el, uudecode.el:
3227         Remove * characters from the front of variable docstrings.
3228
3229 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3230
3231         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3232         before kinsoku-bol characters nor within kinsoku-eol characters.
3233
3234 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3237         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3238         (gnus-sync-read): Use mapc instead of mapcar.
3239
3240         * mm-archive.el: Require mm-decode for some macros.
3241         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3242         the byte compiler.
3243         (mm-archive-decoders): New function that returns the value of
3244         the mm-archive-decoders variable.
3245
3246         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3247         instead.
3248         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3249
3250         * nnimap.el (gnus-refer-thread-use-nnir):
3251         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3252
3253 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3254
3255         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3256
3257 2012-03-12  Peter Münster  <pmrb@free.fr>
3258
3259         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3260         (gnus-demon-cancel): Ditto.
3261         (gnus-demon-run-callback): When function cannot be called due to low
3262         idleness, call it when idleness reaches the expected value, instead of
3263         waiting another timer period.
3264         (gnus-demon-init): Add `time' to arguments of call-back.
3265
3266 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3269
3270         * gnus.el: Register gnus-registry functions.
3271
3272         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3273         indent.
3274
3275         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3276         enabled before warping.
3277
3278 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3279
3280         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3281         registry about each article retrieved.
3282
3283         * gnus-int.el (gnus-select-group-with-message-id): New function.
3284         (gnus-try-warping-via-registry): Ditto.
3285         (gnus-warp-to-article): Fall back on the registry.
3286
3287 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3288
3289         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3290         inboxes.
3291
3292 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3293
3294         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3295
3296 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3297
3298         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3299         gnus-gcc-self-resent-messages may be a group parameter.
3300         (gnus-summary-resend-message): Don't encode encoded words in header
3301         when Gcc'ing resent message.
3302
3303 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304
3305         * shr.el (shr-insert): Treat non-breaking space just like normal
3306         space.  This seems to produce more pleasing results.
3307         (shr-insert): Only insert a blank line if we're starting from an image.
3308         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3309         (shr-ensure-paragraph): Consider lines with white space to be blank.
3310
3311 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3312
3313         * Makefile.in: Respect DESTDIR.
3314
3315 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3316
3317         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3318         and gnus-gcc-post-body-encode-hook.
3319
3320 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3321
3322         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3323         messages that don't exist.
3324
3325         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3326
3327 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3328
3329         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3330         Remove.
3331
3332         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3333
3334         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3335
3336 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3337
3338         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3339         have a group name.
3340
3341         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3342         a multibyte buffer (bug#7410).
3343         (article-wash-html): Parse the original article buffer to get the
3344         unencoded data (bug#7410).
3345
3346         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3347         .newsrc.el files.
3348
3349 2012-04-05  Bastien Guerry  <bzg@altern.org>
3350
3351         * color.el (color-lighten-name): Fix typo.
3352
3353 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3354
3355         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3356         "#" to avoid having them interpreted as comments.
3357
3358 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359
3360         * shr.el (shr-insert): Update the text state properly to avoid
3361         inserting spurious paragraph starts.
3362
3363 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364
3365         * shr.el (shr-table-widths): Divide the extra width more fairly over
3366         the TDs (bug#10973).
3367         (shr-render-td): Don't delete too much padding.
3368         (shr-natural-width): Compute the natural width more correctly.
3369         (shr-insert): Allow the natural width to be computed for tables again.
3370         (shr-tag-table-1): Rework how the natural widths are computed by
3371         rendering the table a third time.
3372         (shr-natural-width): Removed.
3373         (shr-buffer-width): New function.
3374         (shr-expand-newlines): Use it.
3375
3376         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3377         using a `gnus-use-full-window' setup (bug#11013).
3378
3379 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3380
3381         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3382         24.1 release.
3383
3384 2012-03-10  David Edmondson  <dme@dme.org>
3385
3386         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3387         'Forwarded Message' header and the start of the message.
3388
3389 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3390
3391         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3392         isn't running (bug#10897).
3393
3394 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3395
3396         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3397         This is inconsistent with all the other stream functions, which leave
3398         the setting up to the higher levels (if so wanted) (bug#10931).
3399
3400 2012-02-28  Glenn Morris  <rgm@gnu.org>
3401
3402         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3403         mm-decode.el: Standardize possessive apostrophe usage.
3404
3405 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3406
3407         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3408
3409 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3410
3411         * parse-time.el (parse-time-string): Allow extractor to return nil.
3412
3413 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3414
3415         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3416
3417 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3418
3419         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3420
3421 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3422
3423         * mm-decode.el (mm-shr): Remove "soft hyphens".
3424
3425         * nnimap.el (nnimap-request-list): Return the group names encoded as
3426         utf8.  Otherwise non-European group names don't work.
3427         (nnimap-request-newgroups): Ditto.
3428
3429         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3430         the default in `read-string' (bug#10757).
3431
3432         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3433         topics (bug#10843).
3434
3435         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3436         buffer.  Suggested by Herbert Valerio Riedel.
3437         (nnimap-request-move-article): Delete the message from the correct IMAP
3438         server.
3439
3440 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3441
3442         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3443         Reported by Peter Münster.
3444
3445 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3446
3447         * shr.el (shr-image-fetched): Make sure we really kill the right
3448         buffer.
3449
3450 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3451
3452         * gnus-start.el (gnus-1): Avoid duplicate entries.
3453
3454 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3455
3456         * imap.el: Remove.
3457
3458         * nntp.el (nntp-coding-system-for-read): Remove.
3459         (nntp-coding-system-for-write): Ditto.
3460         (nntp-open-connection): Just use `binary' directly.
3461
3462         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3463         Gnus 0.3.
3464
3465 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3466
3467         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3468         application/octet-stream parts really is.
3469
3470         * gnus-sum.el (gnus-propagate-marks): Remove.
3471
3472 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3473
3474         * shr.el (shr-rescale-image): Undo previous change; see
3475         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3476
3477 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3478
3479         * gnus.el: Ma Gnus v0.3 is released.
3480
3481 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3482
3483         * gnus-sum.el (gnus-summary-local-variables): Make
3484         `gnus-newsgroup-unexist' into a local variable.
3485
3486 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3487
3488         * registry.el (registry-usage-test, registry-persistence-test): Move to
3489         tests/gnustest-registry.el.
3490         (registry-make-testable-db, registry-match-test)
3491         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3492
3493         * gnus-registry.el (gnus-registry-misc-test)
3494         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3495
3496         * tests/gnustest-registry.el: New file with the registry and
3497         gnus-registry ERT tests.
3498
3499 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * gnus-msg.el (gnus-summary-resend-message): Make
3502         gnus-summary-resend-message-insert-gcc be last item in
3503         message-header-setup-hook.
3504
3505 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3506
3507         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3508         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3509         Remove.
3510         (nnfolder-open-server): Don't use marks.
3511         (nnfolder-request-delete-group): Ditto.
3512         (nnfolder-request-rename-group): Ditto.
3513         (nnfolder-request-set-mark, nnfolder-request-marks)
3514         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3515         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3516
3517         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3518         (nnml-marks-modtime): Remove.
3519         (nnml-request-delete-group): Don't use marks.
3520         (nnml-request-rename-group): Ditto.
3521         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3522         (nnml-save-marks, nnml-open-marks): Remove.
3523
3524         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3525         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3526         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3527         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3528         (nntp-server-to-method-cache): Remove.
3529
3530         * shr.el (shr-rescale-image): Fix wrong merge.
3531
3532 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3533
3534         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3535         too-wide lines.
3536
3537 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3538
3539         * nnimap.el (nnimap-record-commands): New variable.
3540         (nnimap-log-command): Use it.
3541         (nnimap-make-process-buffer): Add a space to the process buffer.
3542         (nnimap-transform-headers): Don't bug out on header lines containing
3543         stuff that look like IMAP length encodings.
3544
3545         * shr.el (shr-rescale-image): Allow viewing large images.
3546
3547 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3548
3549         * nnml.el (nnml-request-compact-group): Delete the marks file after
3550         compaction (bug#10800).
3551
3552         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3553         group exit.
3554
3555         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3556         QRESYNC/FETCH output.
3557
3558 2012-02-11  Glenn Morris  <rgm@gnu.org>
3559
3560         * sieve-manage.el (sieve-manage-default-stream):
3561         * shr.el (shr):
3562         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3563         (nnir-retrieve-headers-override-function)
3564         (nnir-imap-default-search-key, nnir-notmuch-program)
3565         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3566         (nnir-method-default-engines):
3567         * message.el (message-cite-reply-position):
3568         * gssapi.el (gssapi-program):
3569         * gravatar.el (gravatar):
3570         * gnus-sum.el (gnus-refer-thread-use-nnir):
3571         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3572         (gnus-registry-max-pruned-entries):
3573         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3574         * gnus-int.el (gnus-after-set-mark-hook)
3575         (gnus-before-update-mark-hook):
3576         * gnus-async.el (gnus-async-post-fetch-function):
3577         * auth-source.el (auth-source-cache-expiry):
3578         Add missing :version tags to new defcustoms and defgroups.
3579
3580 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3581
3582         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3583         `gnus-newsgroup-unexist'.
3584
3585         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3586         marks.
3587         (gnus-article-special-mark-lists): Put the `unexist' in the special
3588         marks list instead.
3589
3590         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3591         articles in the list of articles to be selected.
3592
3593         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3594         articles.
3595         (nnimap-update-info): Keep track of unexisting articles.
3596         (nnimap-update-qresync-info): Ditto.
3597
3598 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3599
3600         * message.el (message-default-send-mail-function): Made into own
3601         function for reuse by emacsbug.el.
3602
3603 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3604
3605         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3606         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3607
3608 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3609
3610         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3611         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3612
3613         * gnus-compat.el: Define `timer-set-function'.
3614
3615         * mm-decode.el (mm-display-external): Output the text from the command
3616         in the buffer after the command finished.  This makes text-based
3617         commands behave better.
3618
3619 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3620
3621         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3622
3623 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3624
3625         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3626         23.1.
3627
3628 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3631
3632 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3633
3634         * message.el (smtpmail-smtp-user): Silence compiler warning.
3635
3636 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3637
3638         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3639         SMTP user name.
3640
3641 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3642
3643         * gnus-sum.el (gnus-summary-show-thread):
3644         next-single-char-property-change may return nil in XEmacs.
3645         (gnus-summary-article-map): Fix typo.
3646
3647 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3648
3649         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3650         running.
3651
3652         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3653
3654         * gnus.el (gnus-server-extend-method): Don't add an -address component
3655         if the method already has one (bug#9676).
3656
3657 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3658
3659         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3660         of an initial-input for consistency (bug#10757).
3661
3662         * dgnushack.el: Fix XEmacs compilation warning.
3663
3664         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3665
3666         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3667
3668 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3669
3670         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3671         lines that are narrower than the window width.  Otherwise background
3672         "blocks" will look less readable.
3673
3674 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3675
3676         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3677         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3678         have newlines within the strings, and where the UID comes after the
3679         BODYSTRUCTURE element (bug#10537).
3680
3681         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3682         (bug#10732).
3683
3684         * shr.el (shr-insert-document): Add doc string.
3685         (shr-visit-file): Ditto.
3686         (shr-remove-trailing-whitespace): New function.
3687         (shr-insert-document): Use it to clean up trailing whitespace as the
3688         final step (bug#10714).
3689
3690 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3691
3692         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3693         buffer if `gnus-kill-summary-on-exit' is nil.
3694
3695 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3696
3697         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3698         when just reading a single group from "without" Gnus.
3699
3700 2012-02-06  Chong Yidong  <cyd@gnu.org>
3701
3702         * gnus-sum.el (gnus-summary-show-thread):
3703         next-single-char-property-change never returns nil (Bug#8657).
3704
3705 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3706
3707         * message.el (message-multi-smtp-send-mail): New function.
3708         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3709         header to implement multi-SMTP functionality.
3710
3711         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3712         (gnus-agentize): Don't set it.
3713         (gnus-agent-send-mail): Don't use it.
3714
3715         * gnus-sum.el (gnus-summary-widget-backward): New function and
3716         keystroke.
3717
3718         * gnus-compat.el: More the compat functions more compatible.
3719
3720         * shr.el (shr-put-image): Remove underlines from sliced images.
3721         (shr-zoom-image): Compute the region to be replaced more correctly.
3722
3723 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3726         (gnus-summary-resend-message-insert-gcc): New function.
3727         (gnus-summary-resend-message): Modify message-header-setup-hook and
3728         message-sent-hook to make it work for Gcc.
3729         (gnus-inews-do-gcc): Update the number of unread articles of groups
3730         that messages are Gcc'd to.
3731
3732         * message.el (message-resend): Run message-sent-hook to do Gcc.
3733
3734 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3735
3736         * lpath.el: Fix an XEmacs compilation warning.
3737
3738         * gnus-compat.el: Require `help-fns' to fix compilation error.
3739
3740         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3741         a higher level to silence compilation.
3742
3743         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3744         parameter to allow controlling the scaling.
3745
3746         * shr.el (shr-zoom-image): New command and keystroke.
3747         (shr-put-image): Take a `size' flag to say how to scale the image.
3748
3749         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3750         deletion unless already defined.
3751
3752         * gnus.el (gnus-compat): Require it.
3753
3754         * gnus-compat.el: New file.
3755
3756         * gnus-start.el (gnus-clean-old-newsrc): New function.
3757         (gnus-read-newsrc-file): Use it.
3758
3759         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3760         Use recursive deletion.
3761         (mm-dissect-archive): Add support for zip files.
3762
3763         * gnus-util.el (gnus-recursive-directory-files): New function.
3764
3765         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3766         (mm-archive-decoders): Add tgz support.
3767
3768         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3769         Otherwise inserting text into the Gnus buffer can look odd.
3770
3771         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3772
3773         * mm-archive.el (mm-archive-decoders): Add support for tar.
3774
3775         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3776
3777         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3778
3779 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3780
3781         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3782
3783         * mm-archive.el: New file.
3784
3785         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3786
3787         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3788
3789         * message.el (message-goto-*): Make all the `message-goto-*' commands
3790         push the mark before moving point.  This makes it easier to go back to
3791         where you came from after editing whatever you jumped to.
3792
3793 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3794
3795         * gnus.el: Ma Gnus v0.1 is released.
3796
3797 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3798
3799         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3800         without reconnecting.
3801         (nnimap-possibly-change-group): Ditto.
3802         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3803         connection has died before being called.
3804
3805 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3806
3807         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3808         an initial sync unless we're really doing one.
3809
3810         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3811         address parameter if one already exists (bug#9676).
3812
3813         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3814         not the prefix, as documented (bug#10689).
3815
3816 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3817
3818         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3819         the "server".
3820
3821         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3822         the real error message with the useless "previously known to be down".
3823         Which isn't even correct.
3824
3825         * nntp.el (nntp-open-connection): Report the error message if the nntp
3826         server can't be reached.
3827
3828         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3829         groups we do a total scan for.
3830         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3831         doing that.
3832
3833 2012-01-31  Jim Meyering  <jim@meyering.net>
3834
3835         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3836         Correct a comment (insert "not") and hide nominally-doubled "to".
3837
3838 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3839
3840         * gnus.el (gnus-version): Change name to "Ma Gnus".
3841
3842 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3843
3844         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3845         section in the manual.
3846
3847 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3848
3849         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3850         words.
3851         (rfc2047-encode-string): Ditto.
3852         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3853         understand folded filename="..." parameters, for instance.
3854
3855         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3856         the message for greater debuggability.
3857
3858 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3859
3860         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3861         instead of setting it locally, since the latter doesn't seem to have
3862         any effect (most of the time).
3863
3864 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3865
3866         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3867         function call.
3868
3869 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3870
3871         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3872         seconds, and make the repeat clause with HH:MM specs work as
3873         documented.
3874
3875 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3876
3877         * proto-stream.el (proto-stream-capability-open): Fall back on
3878         :end-of-command if :end-of-capability doesn't exist.
3879
3880 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3881
3882         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3883         bound globally in old Emacsen and XEmacsen.
3884
3885 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3886
3887         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3888         so that previous errors don't prohibit getting new news.
3889
3890         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3891
3892         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3893
3894 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3895
3896         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3897         buffer, not of the string which is its name.
3898
3899 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3900
3901         * proto-stream.el (proto-stream-capability-open): Wait for
3902         :end-of-capability, not :end-of-command.
3903
3904         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3905         non-server-marks groups.
3906         (gnus-group-make-articles-read): Ditto.
3907
3908         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3909         methods (bug#9676).
3910
3911         * gnus.el (gnus-method-ephemeral-p): New function.
3912
3913 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3916         left-to-right.
3917
3918 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3919
3920         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3921         warning.
3922
3923 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3924
3925         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3926         macroexpand the nnir things, since they haven't been defined yet, and
3927         nnir requires gnus-sum.
3928
3929 2012-01-24  Julien Danjou  <julien@danjou.info>
3930
3931         * color.el (color-rgb-to-hsl): Fix value computing.
3932         (color-hue-to-rgb): New function.
3933         (color-hsl-to-rgb): New function.
3934         (color-clamp, color-saturate-hsl, color-saturate-name)
3935         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3936         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3937
3938 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939
3940         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3941
3942 2012-01-19  Julien Danjou  <julien@danjou.info>
3943
3944         * color.el (color-name-to-rgb): Use the white color to find the max
3945         color component value and return correctly computed values.
3946         (color-name-to-rgb): Add missing float conversion for max value.
3947
3948 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3949
3950         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3951         logical server name in addition to the actual machine address.
3952
3953         * auth-source.el (auth-source-user-and-password): Add convenience
3954         wrapper to search by just host and optionally user.
3955
3956 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3957
3958         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3959         after rendering.
3960
3961 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3962
3963         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3964         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3965         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3966
3967 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3968
3969         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3970         (bug#9693).
3971         (gnus-summary-setup-buffer): Document return value (bug#9697).
3972
3973         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3974         since ido doesn't work on symbols (bug#9632).
3975
3976         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3977         when getting a single value as when getting all the values.  This means
3978         that atoms like `gcc-self' work cumulatively, like variable settings,
3979         instead of getting the value from the last matching clause.
3980         (gnus-group-find-parameter): Protect against the group buffer not
3981         existing (bug#9585).
3982
3983 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3984
3985         * gnus-start.el (gnus-activate-group): Document more parameters
3986         (bug#9694).
3987
3988         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3989         (bug#9692).
3990
3991         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3992         article was fetched, so that it can be expired later (bug#9958).
3993         (gnus-agent-summary-fetch-series): Add doc string.
3994         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3995         (bug#9517).
3996
3997         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3998         retrieval is happening.
3999
4000         * gnus.el (gnus-parameters): Doc fix.
4001
4002 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4003
4004         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4005         show the thread after expansion.
4006
4007 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4008
4009         * gnus-art.el (article-narrow-to-head): If the head is completely
4010         empty, narrow to the empty region (bug#9764).
4011
4012         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4013         read, and then mark them as unread only when the unread mark is used.
4014         This makes `C-- T k' actually work, even though it's confusing.
4015
4016         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4017         alive before we try to find its window.
4018
4019 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4020
4021         * mm-decode.el (mm-display-external): Use a longer timeout for the
4022         deletion to allow slow programs to display the file.
4023
4024 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4025
4026         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4027         prompt to be less confusing.
4028
4029         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4030         argument to `message-reply'.  This broke `special-display-*' frame
4031         pop-uping (bug#10238).
4032
4033 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4034
4035         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4036         systems, since these allegedly don't work there.
4037
4038 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4039
4040         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4041         live buffer.
4042
4043 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4044
4045         * nnir.el (nnir-retrieve-headers): Protect against the article not
4046         existing on the server (bug#10335).
4047
4048 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4049
4050         * gnus-agent.el (gnus-agent-load-local): Recompute
4051         gnus-agent-article-local on changing method.
4052
4053 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054
4055         * gnus.el (gnus-parameters): Note precedence.
4056
4057 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4058
4059         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4060         in the group buffer.
4061
4062 2012-01-04  Julien Danjou  <julien@danjou.info>
4063
4064         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4065         change.
4066
4067 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4068
4069         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4070         too.
4071
4072         * nntp.el (nntp-retrieve-group-data-early): Use it.
4073
4074 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4075
4076         * nntp.el (nntp-retrieval-in-progress): New variable.
4077         (nntp-make-process-buffer): Make it buffer-local.
4078
4079         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4080         2010.
4081         (gnus-demon-init): Use it to compute the time if time is on the form
4082         "04:23".
4083
4084         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4085
4086         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4087         status in the correct buffer.
4088
4089 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4090
4091         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4092         when opening topics (bug#10407).
4093
4094 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4095
4096         * gnus-cus.el (gnus-score-customize):
4097         * gnus-sum.el (gnus-sort-gathered-threads):
4098         * message.el (message-shorten-references):
4099         * nnmairix.el (nnmairix-request-group):
4100         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4101
4102 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4103
4104         * gnus-agent.el (gnus-agent-regenerate-group):
4105         * gnus-int.el (gnus-retrieve-group-data-early):
4106         * mm-util.el (mm-codepage-ibm-list):
4107         * nndiary.el (Commentary, nndiary-get-new-mail):
4108         * nnir.el (nnir):
4109         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4110
4111 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * mm-view.el (mm-display-inline-fontify): Add comment.
4114
4115 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4116
4117         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4118         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4119
4120 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4121
4122         * gnus-art.el (gnus-split-methods):
4123         * gnus-msg.el (gnus-configure-posting-styles):
4124         * gnus-spec.el (gnus-parse-simple-format):
4125         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4126         * message.el (message-do-actions): Spelling fix.
4127
4128 2011-12-15  Juri Linkov  <juri@jurta.org>
4129
4130         * mm-decode.el (mm-inline-media-tests): Add missing
4131         `mm-handle-media-subtype'.
4132
4133 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4134
4135         * gnus-group.el (gnus-group-tool-bar):
4136         * gnus-sum.el (gnus-summary-tool-bar):
4137         * message.el (message-tool-bar):
4138         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4139
4140 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4141
4142         * plstore.el (plstore--insert-buffer): Spelling fix.
4143
4144 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4145
4146         * message.el (message-valid-fqdn-regexp): Update with newly approved
4147         top-level domain names ".tel" and ".asia".
4148
4149 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4152         unconditionally.
4153
4154 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4157         pop-to-buffer-same-window for old Emacsen.
4158
4159 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4160
4161         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4162
4163 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4164
4165         * netrc.el (netrc-credentials): Spelling fix.
4166
4167 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4168
4169         * gnus-fun.el (gnus-fun-ppm-change-string):
4170         * gnus-msg.el (gnus-inews-do-gcc):
4171         * gnus-sum.el (gnus-summary-find-for-reselect):
4172         * gnus.el (gnus-summary-cancelled):
4173         * message.el (message-cancel-hook, message-send-news):
4174         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4175         * nnir.el (nnir-run-hyrex):
4176         * nntp.el (nntp-with-open-group-function):
4177         * pgg.el (pgg-pending-timers): Spelling fix.
4178
4179 2011-12-04  Chong Yidong  <cyd@gnu.org>
4180
4181         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4182         change (Bug#10200).
4183
4184 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4185
4186         * compface.el (uncompface):
4187         * gnus-art.el (gnus-article-x-face-command): Update the header format
4188         of icon data for the most recent icontopbm program.
4189
4190 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * gnus-msg.el (gnus-inews-do-gcc):
4193         * message.el (message-send-mail):
4194         * mml.el (mml-generate-mime): Share the value of the buffer-local
4195         `message-options' variable between a draft buffer and temprary working
4196         buffers.
4197
4198 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4199
4200         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4201
4202 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4203
4204         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4205         for Cygwin.
4206
4207 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4208
4209         * gnus-group.el (gnus-group-prepare-flat):
4210         * mm-bodies.el (mm-encode-body):
4211         * mml.el (mml-preview):
4212         * nnml.el (nnml-request-compact-group):
4213         * pop3.el (pop3-stream-type): Spelling fix.
4214
4215 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4216
4217         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4218
4219 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4220
4221         * color.el (color-rgb-to-hsl):
4222         * gmm-utils.el (gmm-tool-bar-style):
4223         * gnus-group.el (gnus-group-prepare-flat):
4224         * gnus-topic.el (gnus-topic-prepare-topic):
4225         * mm-decode.el (mm-discouraged-alternatives):
4226         * rfc2047.el (rfc2047-encode-1):
4227         * starttls.el: Spelling fix.
4228
4229 2011-11-24  Glenn Morris  <rgm@gnu.org>
4230
4231         * binhex.el (binhex-begin-line): Give it basic doc-string.
4232
4233         * starttls.el, tls.el: Fix case of "GnuTLS".
4234
4235 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4236
4237         * gnus-group.el (gnus-group-highlight): Fix typo.
4238
4239 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4240
4241         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4242         value of `delete-file', that returns nil for a local file but returns t
4243         for a remote file using ssh.
4244
4245 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4246
4247         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4248
4249 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4250
4251         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4252         avoid later breakage.
4253
4254 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4255
4256         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4257         article buffers' name.
4258
4259 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4260
4261         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4262         by Paul Eggert's spellfixes two days ago.
4263
4264 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4265
4266         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4267         doesn't have it.
4268
4269         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4270         buffer-local instead of binding them to avoid warnings.  Also demote
4271         errors (bug#10063).
4272         (font-lock-mode-hook): Shut up byte compiler.
4273
4274 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4275
4276         * mm-util.el (mm-charset-after):
4277         * nnir.el (nnir-run-hyrex):
4278         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4279         (ntlm-get-password-hashes, ntlm-md4hash):
4280         * smime.el: Fix typo.
4281
4282 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4283
4284         * gnus-agent.el (gnus-agent-expire-group-1):
4285         * nndiary.el (nndiary-last-occurence):
4286         * nnimap.el (nnimap-request-set-mark):
4287         * nnmairix.el (nnmairix-only-use-registry):
4288         * gnus-group.el (gnus-group-prepare-flat):
4289         * gnus-sum.el (gnus-decode-encoded-word-methods):
4290         * message.el (message-wash-subject):
4291         * nntp.el (nntp-retrieve-headers-with-xover):
4292         * smime.el (smime-certificate-directory): Spelling fix.
4293
4294 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4295
4296         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4297
4298         * color.el:
4299         * gnus-agent.el (gnus-agent-possibly-alter-active):
4300         * gnus-dired.el (gnus-dired-print):
4301         * mail-parse.el:
4302         * nnmairix.el (nnmairix-request-group):
4303         * shr.el (shr-image-displayer):
4304         * sieve-manage.el:
4305         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4306
4307 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4308
4309         * gnus-sum.el (gnus-auto-select-subject):
4310         * spam-report.el (spam-report-resend): Spelling fix.
4311
4312 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4313
4314         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4315         * gnus-art.el (gnus-default-article-saver):
4316         * gnus-srvr.el (gnus-server-copy-server):
4317         * gnus.el (gnus-sloppily-equal-method-parameters):
4318         * html2text.el (html2text-format-tag-list):
4319         * message.el (message-narrow-to-head):
4320         * nndiary.el:
4321         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4322         * sieve.el: Spelling fix.
4323
4324 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4325
4326         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4327         * gnus-sum.el (gnus-summary-make-menu-bar):
4328         * gnus-uu.el (gnus-uu-decode-postscript)
4329         (gnus-uu-decode-postscript-and-save):
4330         * mailcap.el (mailcap-print-command):
4331         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4332         Fix typos.
4333
4334 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4335
4336         * gnus-art.el (gnus-article-part-wrapper):
4337         * html2text.el (html2text-fix-paragraphs):
4338         * mm-decode.el (mm-image-fit-p):
4339         * rfc2047.el (rfc2047-encode-message-header):
4340         * shr-color.el (shr-color-visible-distance-min)
4341         (shr-color-relative-to-absolute, set-minimum-interval)
4342         (shr-color-visible): Fix typos.
4343
4344 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4345
4346         * gmm-utils.el (gmm-tool-bar-item):
4347         * gnus-art.el (gnus-treat-body-boundary):
4348         * gnus-diary.el (gnus-user-format-function-d):
4349         * gnus-start.el (gnus-get-unread-articles):
4350         * pgg-gpg.el (pgg-gpg-update-agent):
4351         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4352
4353 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4354
4355         * gnus-topic.el (gnus-group-prepare-topics):
4356         * gnus-uu.el (gnus-extract-view):
4357         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4358
4359 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4360
4361         * spam.el: Move BBDB autoloads.
4362         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4363         BBDB 2 and 3.
4364         (spam-check-BBDB): Use it.
4365         (spam-enter-ham-BBDB): Use it.
4366
4367 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4368
4369         * smime.el (smime-draw-buffer): Spelling fix.
4370
4371 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4372
4373         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4374         for scanning exactly one level.
4375         * gnus-start.el (gnus-get-unread-articles): Ditto.
4376
4377 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4378
4379         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4380         slightly clearer.
4381
4382 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4383
4384         * gnus-sync.el: More commentary about setup.
4385
4386 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4387
4388         * message.el (message-send-and-exit): Document `arg'.
4389
4390 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4391
4392         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4393
4394 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4395
4396         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4397
4398         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4399         we don't use `bound-and-true-p'.
4400
4401 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4402
4403         * gnus-util.el (gnus-bound-and-true-p): Remove.
4404         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4405         * nnir.el: Use it.
4406         * nnmairix.el: Use it.
4407
4408 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4409
4410         * gnus-sync.el: Improve docs about CouchDB admins.
4411
4412         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4413         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4414         for reasons unknown.
4415         * nnir.el: Use it.
4416         * nnmairix.el: Use it.
4417
4418         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4419         * nnir.el: Ditto.
4420         * nnmairix.el: Ditto.
4421
4422         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4423
4424 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4425
4426         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4427         not needed.  Provide xmlplistread list function to produce XML plist
4428         output for non-Gnus LeSync clients.
4429
4430 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4431
4432         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4433
4434         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4435         and save against it.  Group subscriptions, read marks, other marks,
4436         subscription levels, topic names, and topic offsets (the group's
4437         position within the topic) are saved.  This is an experimental backend
4438         and may change significantly.  Load json.el from the gnus-fallback-lib
4439         if it's not available otherwise.
4440         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4441
4442 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4443
4444         * message.el (message-completion-function): Make sure
4445         message-tab-body-function is not attempted if one of
4446         message-completion-alist fails to find a completion (bug#9158).
4447
4448 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4449
4450         * mml.el (mml-quote-region): Quote <#secure> tag.
4451         (mml-generate-mime-1): Unquote <#secure> tag.
4452
4453 2011-10-20  Chong Yidong  <cyd@gnu.org>
4454
4455         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4456         calling a minor mode from Lisp with nil arg enables it, so we have to
4457         make the wording a bit ambiguous here).
4458
4459 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4460
4461         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4462         * nnir.el (nnir-mode): Use it.
4463         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4464         Use it.
4465
4466         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4467         * nnmairix.el (gnus-registry-enabled): Ditto.
4468
4469 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4470
4471         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4472         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4473         only while we need to find out if it should be t or nil.
4474         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4475         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4476         the registry is installed.  Set it to nil when it's unloaded.
4477         (gnus-registry-install-p): Provide user guidance for the initial value
4478         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4479         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4480         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4481         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4482         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4483         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4484         `gnus-registry-install'.
4485
4486 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4487
4488         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4489         previous change.
4490         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4491         primary key is marked as disabled.
4492
4493 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4494
4495         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4496         primary key is marked as disabled.
4497
4498 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4499
4500         * html2text.el (html2text-clean-anchor): Check for quotes around
4501         `href' value.
4502
4503 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4504
4505         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4506         searching.  Drop `bbdb-cache'.
4507
4508 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4509
4510         * message.el (message-signed-or-encrypted-p): Exclude header when
4511         checking if there is signed or encrypted body in text/plain message.
4512
4513 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4514
4515         * html2text.el (html2text-get-attr): Correctly handle attribute values
4516         containing "=".
4517
4518 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4519
4520         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4521         handle bindings.
4522
4523 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4524
4525         * gnus-win.el (gnus-configure-windows): Protect against reading
4526         ephemeral groups outside of Gnus.
4527
4528 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * shr.el (shr-tag-img): Don't get images displayed in tables.
4531
4532 2011-10-03  Glenn Morris  <rgm@gnu.org>
4533
4534         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4535         the "maintainer" version of debbugs.gnu.org reports.
4536
4537 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4538
4539         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4540         make asynchronous adjacent image insertion work better.
4541
4542 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4543
4544         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4545         documentation.
4546
4547 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4548
4549         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4550         `gnus-asynchronous' isn't shadowed.
4551
4552 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4553
4554         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4555
4556         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4557         (nnimap-insert-partial-structure): The charset parameter isn't
4558         case-sensitive.
4559
4560         * nnheader.el (nnheader-message-maybe): New function.
4561
4562         * shr.el (shr-tag-table): Render totally broken tables better.
4563
4564         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4565         computing the boundary.
4566
4567 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4568
4569         * pop3.el (pop3-number-of-responses): Remove.
4570         (pop3-wait-for-messages): Rewrite to take linear time instead of
4571         exponential time.
4572
4573 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4574
4575         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4576         re-fetch images.
4577
4578         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4579         re-fetch images when hitting `g' in Gnus.
4580
4581 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4584         (mml-compute-boundary): Don't check collision if it is non-nil.
4585         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4586         before checking collision.
4587
4588 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4589
4590         * message.el (message-indent-citation): Really make sure there's a
4591         newline at the end.
4592
4593         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4594         Fix suggested by John Wiegley.
4595
4596         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4597
4598         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4599
4600         * message.el (message-default-send-rename-function): Break out into its
4601         own function.
4602
4603         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4604         doesn't work under XEmacs.
4605
4606         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4607         of "imaps" to word around Windows problems.
4608         (nnimap-open-connection-1): Use it.
4609
4610         * message.el (message-indent-citation): Revert last change which made
4611         `F' not work.
4612
4613 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4614
4615         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4616         terminal as well.
4617
4618 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4619
4620         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4621         because it displays images using overlays that aren't easy to copy to
4622         the article buffer.
4623
4624 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4625
4626         * message.el (message-indent-citation): Fix empty line removal at the
4627         end of the citation.
4628
4629 2011-09-20  Julien Danjou  <julien@danjou.info>
4630
4631         * auth-source.el (auth-source-netrc-create): Use default value for
4632         password if specified.  Evaluate default.
4633         (auth-source-plstore-create): Ditto.
4634         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4635         value evaluation.
4636         (auth-source-netrc-create): Typo fix.
4637         (auth-source-plstore-create): Ditto.
4638
4639         * password-cache.el (password-cache-remove): Remove entries even if the
4640         value is nil, so that password with a nil value (negative caching) is
4641         possible to invalidate.
4642
4643         * auth-source.el (auth-source-format-cache-entry): New function.
4644
4645 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4648
4649 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4650
4651         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4652
4653 2011-09-19  Julien Danjou  <julien@danjou.info>
4654
4655         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4656         which work with things that are not ASCII.
4657
4658 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4659
4660         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4661
4662 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4663
4664         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4665         message level.
4666
4667 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4668
4669         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4670
4671 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4672
4673         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4674
4675 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4676
4677         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4678         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4679
4680 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4681
4682         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4683         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4684         articles.
4685
4686 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4687
4688         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4689         (message-mail-other-window, message-mail-other-frame)
4690         (message-news-other-window, message-news-other-frame):
4691         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4692         instead of setting buffer display varibles.
4693
4694 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4695
4696         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4697
4698         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4699
4700 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4701
4702         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4703         duplicates" to a higher level.
4704
4705         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4706         most egregious messages.
4707
4708 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4709
4710         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4711
4712 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4713
4714         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4715         up the file (bug#9351).
4716
4717 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4718
4719         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4720         it does with all other backends, but decode the names immediately after
4721         getting them.
4722
4723         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4724         decoding nnimap groups.
4725
4726         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4727         newsrc file.  It doesn't seem like an important optimization any more.
4728
4729 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4730
4731         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4732         overflows.
4733
4734 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4735
4736         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4737         (gnus-interactive-exit): Extend to `quiet'.
4738
4739         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4740
4741         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4742         string.
4743
4744         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4745         renaming function arguments from `this'.
4746
4747         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4748
4749         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4750         has been renamed.
4751         (gnus-lrm-string-p): Include RLM and PDF, too.
4752
4753         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4754         (bug#9225).
4755
4756 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4757
4758         Add autoload cookies for functions used by sendmail.el.
4759         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4760
4761         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4762
4763 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * gnus-art.el (article-date-ut): Work properly even when there are
4766         things like Date header in the body; work for forwarded parts.
4767
4768 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4769
4770         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4771         original-article-buffer.
4772
4773 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4774
4775         * nnir.el (nnir-compose-result): Fix matching of server type.
4776         (nnir-run-swish++): Ditto.
4777         (nnir-run-namazu): Ditto.
4778         (nnir-run-notmuch): Ditto.
4779
4780 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4781
4782         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4783         (bug#9405).
4784
4785         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4786         (bug#9421).
4787
4788         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4789         (bug#9425).
4790
4791         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4792         thing (bug#9426).
4793
4794 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4795
4796         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4797         the error message.
4798
4799 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4800
4801         * message.el (message-setup-1): Return t (Bug#9392).
4802
4803 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4804
4805         * gnus-sum.el: When adding article headers to a summary buffer also
4806         update gnus-newsgroup-articles (bug#9386).
4807
4808 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4809
4810         * auth-source.el: Autoload help-mode.
4811
4812 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4813
4814         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4815         names.
4816
4817 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4818
4819         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4820         mm-replace-in-string for compatibility issues.
4821         * mml2015.el (mml2015-epg-verify): Ditto.
4822
4823 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4824
4825         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4826
4827         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4828
4829 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4830
4831         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4832         continue on and do the clean-up phase (bug#9188).
4833
4834         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4835         just ignore groups that can't be opened instead of erroring out
4836         (bug#9225).
4837
4838         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4839         nil since some many people are fuddy-duddies.
4840
4841         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4842         images.
4843
4844         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4845         instead.
4846
4847         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4848
4849         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4850
4851         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4852         processing.
4853
4854         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4855         buffer to avoid warnings.
4856
4857 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4858
4859         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4860         specified to reduce precision.
4861
4862 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4863
4864         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4865         bodystructures (bug#9314).
4866
4867 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4870         Make button keymap non-sticky after buttons.
4871
4872 2011-08-18  David Engster  <dengste@eml.cc>
4873
4874         * nnmairix.el (nnmairix-request-set-mark)
4875         (nnmairix-goto-original-article): Remove adding of article to registry,
4876         since `gnus-registry-add-group' isn't available anymore.
4877         (nnmairix-determine-original-group-from-registry):
4878         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4879         available anymore.
4880
4881 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4882
4883         * starttls.el (starttls-any-program-available): Define as obsolete
4884         function.
4885
4886 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4887
4888         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4889         versions which Gnus use when appropriate.
4890
4891         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4892         a pretty destructive command.
4893
4894         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4895
4896 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4897
4898         * message.el (message-fix-before-sending): Make a different warning
4899         about NUL characters (bug#9270).
4900
4901         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4902         from custom (bug#9260).
4903
4904         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4905         things work in Emacs 22 and XEmacs, too.
4906
4907         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4908         default From.
4909
4910         * gnus-spec.el (gnus-lrm-string-p): New macro.
4911         (gnus-lrm-string): New constant.
4912         (gnus-summary-line-format-spec): LRM-ify the from.
4913         (gnus-tilde-max-form): LRM-ify string chopping.
4914
4915         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4916
4917         * message.el (message-is-yours-p): Allow disabling canlock checking
4918         (bug#9295).
4919         (message-shoot-gnksa-feet): Add `canlock-verify'.
4920         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4921         message directory isn't writable (bug#9304).
4922
4923         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4924         non-world-readable.
4925
4926 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4929         articles.
4930
4931 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4932
4933         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4934         copy-list.
4935
4936 2011-08-12  Sam Steingold  <sds@gnu.org>
4937
4938         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4939         in the reverse order to avoid modifying the cache with `nreverse'.
4940         (gnus-all-score-files): Do not modify the value returned by
4941         `gnus-score-find-alist' because it lives in a cache variable.
4942         (gnus-current-home-score-file): No need to `nreverse' the return value
4943         of `gnus-score-find-alist', it is already in the correct order.
4944
4945 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4946
4947         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4948         type MESSAGE and subtype RFC822 is slightly different from those of
4949         type TEXT.
4950
4951 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4952
4953         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4954         This allows article-referral to work from an nnir group.
4955
4956 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4957
4958         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4959
4960 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4961
4962         * mml1991.el (mml1991-epg-find-usable-key)
4963         (mml1991-epg-find-usable-secret-key): New function.
4964         (mml1991-epg-sign): Check if signing key is usable.
4965         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4966
4967 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4968
4969         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4970         server-variables only.  This should fix a bug introduced with commit
4971         e1889675b7f4adf057833c5513c9374134c4e053.
4972         (nnir-run-query): 'nnir-search-engine should not be set from the global
4973         environment.
4974
4975 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4976
4977         * nnir.el (nnir-search-thread): Position point on referring article
4978         line.
4979         (nnir-warp-to-article): Clean up summary buffers.
4980
4981         * nnimap.el (nnimap-request-thread): Whitespace fix.
4982
4983 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4984
4985         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4986
4987 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4988
4989         * starttls.el (starttls-available-p): Rename from
4990         `starttls-any-program-available' and changed return convention.
4991
4992 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4993
4994         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4995         `unix-sync' unless it's defined.
4996
4997 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4998
4999         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5000         `aref' for XEmacs compatibiltiy.
5001
5002 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5003
5004         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5005
5006 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5007
5008         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5009         closures, quote the form properly (bug#9194).
5010
5011 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5012
5013         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5014         (gnus-summary-insert-new-articles): Protect against servers that are
5015         down.
5016
5017 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5018
5019         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5020         in mm handle if none is specified.
5021
5022 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5023
5024         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5025
5026 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5027
5028         * nnir.el (nnir-search-thread): New function to make an nnir group
5029         based on a thread query.
5030
5031         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5032         of nnir in thread referral.
5033         (gnus-summary-refer-thread): Use it.
5034
5035         * nnimap.el (nnimap-request-thread): Use it.
5036
5037 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5038
5039         * shr.el (shr-tag-comment): Ignore HTML comments.
5040
5041 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5042
5043         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5044         argument.
5045         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5046         Use `nnir-address' to handle server info rather than passing an arg.
5047
5048         * nnimap.el (nnimap-make-thread-query): New utility function to format
5049         an imap thread search query.
5050         (nnimap-request-thread): Use it.
5051
5052         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5053         right select-method if we are not going back to the group buffer.
5054
5055 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5056
5057         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5058         enter invalid buffer configurations into the quit form (bug#9107).
5059         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5060         unplugged/plugged.
5061
5062         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5063         keep track of which ones are unread (bug#9061).
5064
5065         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5066         (bug#9055).
5067
5068         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5069         (bug#9041).
5070
5071         * gnus-html.el (mm-util): Require (bug#9073).
5072
5073         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5074         (gnus-summary-refer-thread): Use it to remove duplicates in the
5075         un-threaded view (bug#9053).
5076         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5077
5078 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5079
5080         * nnir.el (nnir-read-server-parm): Use default value from global
5081         variable.  Without this the default search engine parameters aren't
5082         used at all.
5083
5084 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5085
5086         * message.el (message-unique-id): Don't use the undocumented return
5087         value from (random t) (bug#9118).
5088
5089 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090
5091         * message.el (message-auto-save-directory): If the ~/Mail directory
5092         doesn't exist, use ~ as the auto-save directory (bug#4432).
5093
5094         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5095         hasn't already been started.
5096
5097 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5098
5099         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5100
5101         * message.el (message-reply): Work around mysterious bug where
5102         `message-mode' seems to overwrite the locally bound `subject' variable.
5103
5104 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5105
5106         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5107         correct group.
5108
5109         * gnus-int.el (gnus-request-thread): Add group argument.
5110
5111         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5112
5113 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5114
5115         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5116
5117         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5118         renamed to `debbugs-gnu-*'.
5119
5120 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5121
5122         * plstore.el: Revert the editing feature since it is not urgent.
5123         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5124         (plstore-mode-decoded): Remove.
5125
5126 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5127
5128         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5129         isn't very interesting any more, and it leaks potentially secret data.
5130         (gnus-debug): Remove.
5131
5132         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5133         use of :custom-show.
5134
5135 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5136
5137         * plstore.el: Add documentation.
5138         (plstore-mode): New mode to edit plstore file.
5139         (plstore-mode-toggle-display, plstore-mode-original)
5140         (plstore-mode-decoded): New command.
5141         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5142         (plstore--insert-buffer, plstore--make): New function.
5143         (plstore-open, plstore-save): Simplify by using them.
5144
5145 2011-07-06  Glenn Morris  <rgm@gnu.org>
5146
5147         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5148
5149 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5150
5151         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5152         no longer is much used.
5153         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5154         Articles".
5155
5156 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5157
5158         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5159         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5160         `notmuch' backend.
5161
5162 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5163
5164         * mm-decode.el (mm-text-html-renderer): Doc fix.
5165
5166         * gnus-msg.el (gnus-bug): Fix the MML tag.
5167
5168         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5169
5170 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5171
5172         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5173         secondary methods if started with `gnus-no-server'.
5174
5175 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5176
5177         * message.el (message-return-action): Fix typo in docstring.
5178
5179 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5180
5181         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5182         bug reports at once.
5183
5184         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5185
5186 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * nndraft.el: Require gnus-group.
5189         (nndraft-request-list): Declare.
5190
5191         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5192         no unread article unless it matches gnus-permanently-visible-groups.
5193
5194         * nndraft.el (nndraft-update-unread-articles): New function.
5195         (nndraft-request-associate-buffer): Use it to update the number of
5196         unread articles for the nndraft groups in the group buffer when saving
5197         or killing a draft message.
5198
5199 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5200
5201         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5202         systems to binary before writing and reading the mbox files.
5203
5204         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5205         instead of trying to list them all (bug#8978).
5206
5207 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5208
5209         * pop3.el (pop3-open-server): Use :end-of-capability.
5210
5211 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5212
5213         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5214         the id is always a number.
5215
5216         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5217
5218         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5219         debbugs mode, if possible.
5220
5221 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5222
5223         * auth-source.el (auth-source-token-passphrase-callback-function):
5224         Reindent.
5225         (epg-context-operation): Remove unnecessary autoload.
5226
5227 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5228
5229         * gnus.el (gnus-list-debbugs): New command.
5230
5231         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5232         mboxstat instead of the maintbox, since the stat seems to be fuller.
5233
5234         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5235         summary buffers.
5236
5237         * message.el (message-get-reply-headers): Delete all duplicates,
5238         instead of the first.
5239         (message-get-reply-headers): Ensure that we have progress while
5240         deleting duplicates.
5241
5242         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5243         gnus-posting-style value from the summary buffer to make it easier to
5244         make that a per-buffer conf.
5245
5246 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5247
5248         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5249         found by setting `shortcut' in 'query.
5250         (nnir-request-article): Use `shortcut' setting when requesting article
5251         by Message-ID.
5252
5253 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5254
5255         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5256         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5257         Bring the pseudo-headers back too.
5258
5259 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5260
5261         * auth-source.el (auth-source-token-passphrase-callback-function):
5262         Simplify and remove EPA dependency.
5263
5264 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5265
5266         * nnir.el (nnir-request-article): Fix error message text.
5267
5268 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5269
5270         * auth-source.el (plstore-delete): Autoload.
5271         (auth-source-plstore-search): Support delete operation.
5272         * plstore.el (plstore-delete): New function.
5273
5274 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5277         mark actually existing articles as unread rather than the ones that
5278         active asserts.
5279
5280 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5281
5282         * nntp.el (nntp-record-command):
5283         * gnus-util.el (gnus-message-with-timestamp-1):
5284         Use format-time-string rather than decoding time stamps by hand.
5285         This is simpler and insulates the code from potential changes to
5286         current-time format.
5287
5288 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5291
5292 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5293
5294         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5295         (plstore-save): Support public key encryption.
5296         (plstore--init-from-buffer): New function.
5297         (plstore-open): Use it; fix error when opening a non-existent file.
5298         (plstore-revert): Use plstore--init-from-buffer.
5299
5300 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5301
5302         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5303
5304 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5307         for old Emacsen.
5308
5309 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5310
5311         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5312         is not fully working.
5313
5314 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5315
5316         * dgnushack.el: Autoload sha1 on XEmacs.
5317
5318         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5319         quit window configuration.
5320
5321         * auth-source.el (epg-context-set-passphrase-callback):
5322         Remove duplicate autoload.
5323
5324 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5325
5326         * nnir.el (nnir-request-article): Allow requesting articles by
5327         Message-ID with nnimap.
5328
5329         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5330         current server.
5331
5332 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5333
5334         * auth-source.el: Autoload EPA/EPG functions.
5335         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5336         changed when EPA/EPG is not available.
5337         (auth-source-backend): Rename "arg" member to "data".
5338         (auth-source-backend-parse, auth-source-plstore-search)
5339         (auth-source-plstore-create): Use it.
5340
5341 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5342
5343         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5344         `gnus-refer-article-methods'.
5345
5346 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5347
5348         * auth-source.el: Require EPA and EPG.
5349         (auth-source-passphrase-alist): New variable.
5350         (auth-source-passphrase-callback-function)
5351         (auth-source-token-passphrase-callback-function): Callbacks for the
5352         netrc field encryption (GPG tokens).
5353         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5354         Symmetric encryption and decryption of the netrc GPG tokens.
5355         (auth-source-netrc-normalize): Use them, simplifying the closure.
5356
5357 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5360         is available.
5361
5362 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5363
5364         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5365         non-nil, and `nnimap-split-methods' is nil, use the former.
5366
5367 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5368
5369         * plstore.el (plstore-revert): New function.
5370         (plstore-open): Use it; hide the buffer from user.
5371
5372 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5373
5374         * auth-source.el (auth-source-backend): New member "arg".
5375         (auth-source-backend-parse): Handle new backend 'plstore.
5376         * plstore.el: New file.
5377
5378 2011-06-30  Glenn Morris  <rgm@gnu.org>
5379
5380         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5381
5382 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5383
5384         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5385         expiring articles to.
5386
5387         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5388         variations as ASCII (bug#5458).
5389
5390 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5393
5394 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5395
5396         * message.el (message-point-in-header-p): Tweak the function to default
5397         to saying that we're not in the headers if there is no separator at
5398         all.  This makes it possible to use the Message version of `M-q' in
5399         buffers with no headers (bug#7987).
5400         (message-point-in-header-p): Fix last checkin to work with an empty
5401         mail-header-separator, too.
5402
5403         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5404         again, save the choice via customize.
5405
5406 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5407
5408         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5409
5410         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5411         ended the connection, bail out before waiting infinitely on a new
5412         connection.
5413
5414 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5415
5416         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5417         reports.
5418
5419         * gnus.el (gnus-bug-package): Use "gnus."
5420         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5421
5422 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5423
5424         * dgnushack.el: Make the timer warning go away on XEmacs.
5425
5426         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5427         animations going on at article exit time.
5428
5429         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5430         since removing it breaks people upgrading.
5431
5432         * shr.el (shr-put-image): Use the new interface for animating images.
5433         (shr-put-image): Animate for 60 seconds.
5434
5435         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5436         avoid compiler warnings.
5437
5438         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5439         error with `find-file-hooks' on Emacs 22.
5440         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5441         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5442         on all architectures.
5443
5444         * spam.el (spam-stat): Require in a normal fashion without binding
5445         `spam-stat-install-hooks' to avoid compilation warnings.
5446
5447         * spam-stat.el (spam-stat-install-hooks): Remove.
5448         (spam-stat-install-hooks): Don't run automatically.
5449
5450 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5451
5452         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5453         and keystroke.
5454
5455 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * auth-source.el (auth-source-netrc-cache): Move forward.
5458
5459 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5460
5461         * proto-stream.el (proto-stream-open-starttls): Use
5462         `gnutls-available-p' to see whether we have built-in support.
5463
5464         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5465         we already know.
5466         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5467         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5468
5469 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5470
5471         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5472         %S format, since that looks odd.
5473         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5474         file, especially when saving.
5475
5476 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5477
5478         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5479         article found.
5480
5481 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5482
5483         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5484         `auth-source-save-secrets' with a more sensitive alist that can be
5485         configured per file.  Experimental, so defaults to 'never.
5486         (auth-source-netrc-create): Use it.  Still experimental code.
5487         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5488         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5489
5490 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5491
5492         * auth-source.el (auth-source-save-secrets): New variable to control if
5493         secret tokens should be saved encrypted.
5494         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5495         to `auth-source-netrc-normalize'.
5496         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5497         on the EPA variables being defined.
5498         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5499         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5500         the lexical-let closure.
5501         (auth-source-netrc-create): Create "gpg:" tokens according to
5502         `auth-source-save-secrets'.
5503
5504 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * gnus-group.el (gnus-group-update-group): Add new argument
5507         `info-unchanged' that stops updating dribble buffer.
5508
5509         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5510         deletes lines matching to it in dribble buffer.
5511
5512         * gnus-agent.el (gnus-agent-fetch-group-1):
5513         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5514         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5515         * gnus-start.el (gnus-group-change-level):
5516         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5517
5518         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5519         if newsgroup info is not changed.
5520
5521         * gnus-group.el (gnus-group-get-new-news-this-group):
5522         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5523         Don't update dribble buffer.
5524
5525 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5526
5527         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5528         remove entries with groups we ignore.
5529
5530 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5531
5532         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5533         the underline comes at the bottom.
5534
5535 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5536
5537         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5538         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5539         (gnus-registry-article-marks-to-names): Rename from
5540         `gnus-registry-user-format-function-M2'.
5541
5542 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5545         ephemeral group.
5546
5547 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5548
5549         * shr.el (shr-browse-image): Copy the URL if called interactively.
5550
5551 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5552
5553         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5554         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5555         done, then unselected articles may be marked as read.
5556
5557         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5558         since not doing this seems to lead to a race condition in pop3-logon.
5559
5560         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5561         so that the call chain it correct when we call "upwards".
5562
5563         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5564         in read-only groups.
5565
5566         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5567
5568         * message.el (message-cite-reply-position): Doc string fix.
5569
5570         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5571         avoid regexp overflow.
5572         (nnimap-transform-split-mail): Ditto.
5573
5574         * pop3.el (pop3-retr): Error out if the server closes the connection.
5575
5576 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5577
5578         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5579         mm-with-unibyte-current-buffer.  The buffer should not contain any
5580         multibyte chars anyway at this stage.
5581
5582 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5583
5584         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5585         at the end of lines.
5586
5587 2011-05-29  Julien Danjou  <julien@danjou.info>
5588
5589         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5590
5591 2011-05-27  Glenn Morris  <rgm@gnu.org>
5592
5593         * gnus-group.el (gnus-bug-group-download-format-alist):
5594         Use the "maintainer" version of debian reports as well.
5595
5596 2011-05-26  Glenn Morris  <rgm@gnu.org>
5597
5598         * gnus-group.el (gnus-bug-group-download-format-alist):
5599         Use the "maintainer" version of debbugs.gnu.org reports.
5600
5601 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5602
5603         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5604
5605 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5606
5607         * gnus-cus.el (gnus-agent-customize-category):
5608         * gnus-delay.el (gnus-delay-send-queue):
5609         * gnus.el (gnus-other-frame):
5610         Don't quote lambda expressions with `quote'.
5611
5612 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5613
5614         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5615         the thread moves us backwards and so we loop forever.
5616
5617 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5618
5619         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5620         whitespace in base64 data lines.
5621
5622 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5623
5624         * gnus-registry.el (gnus-registry-user-format-function-M):
5625         Use `mapconcat'.
5626         (gnus-registry-user-format-function-M2): Use to see the full text of
5627         the marks.  Make "," the mark text separator.
5628
5629         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5630         authentication with auth-source.
5631
5632 2011-05-17  Glenn Morris  <rgm@gnu.org>
5633
5634         * gnus-group.el (gnus-import-other-newsrc-file):
5635         Use insert-file-contents.
5636
5637 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5638
5639         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5640         1000 iterations.
5641
5642 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5643
5644         * nntp.el (nntp-open-connection): Check if process-type is available.
5645
5646 2011-05-16  Julien Danjou  <julien@danjou.info>
5647
5648         * shr.el (shr-tag-del): Add support for del tag.
5649
5650 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * gnus-html.el (gnus-html-put-image): Register a displayer.
5653
5654         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5655
5656 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5657
5658         * registry.el (prune-factor): New initialization parameter defaulting
5659         to 0.1.
5660         (registry-prune-hard): Use it.
5661
5662         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5663         0.1 expicitly.
5664
5665 2011-05-13  Glenn Morris  <rgm@gnu.org>
5666
5667         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5668         is bound, since this function requires sendmail.
5669
5670 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5671
5672         * registry.el (registry-usage-test): Disable pruning test.
5673
5674 2011-05-11  David Engster  <dengste@eml.cc>
5675
5676         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5677         Bind set-network-process-option for XEmacs.
5678
5679 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5680
5681         * registry.el (registry-prune-hard-candidates)
5682         (registry-prune-soft-candidates): Helper methods for registry pruning.
5683         (registry-prune): Use them.  Make the sort function optional.
5684
5685 2011-05-10  Jim Meyering  <meyering@redhat.com>
5686
5687         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5688
5689 2011-05-10  Julien Danjou  <julien@danjou.info>
5690
5691         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5692         symbol and not a list.
5693
5694 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5695
5696         * gnus-art.el (gnus-article-mode): Move binding of
5697         shr-put-image-function here from gnus-article-prepare-display.
5698
5699         * shr.el (shr-put-image-function): New variable.
5700         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5701         (shr-put-image): Return scaled image.
5702
5703         * gnus-art.el (gnus-shr-put-image): New function.
5704         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5705
5706         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5707         original ones, as deletable.
5708
5709 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5710
5711         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5712
5713 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5714
5715         * registry.el (registry-full): Add convenience method.  Fix logic.
5716         (registry-insert): Use it.  Fix logic here too.
5717
5718         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5719         `registry-prune' if `registry-full' returns t.
5720         (gnus-registry-handle-action)
5721         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5722         (gnus-registry-usage-test): Use it.
5723
5724 2011-05-07  Julien Danjou  <julien@danjou.info>
5725
5726         * shr.el (shr-link): Make shr-link inherit from link by default.
5727
5728 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5729
5730         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5731
5732 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5733
5734         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5735         error out because the face is not a list.
5736
5737 2011-05-05  Glenn Morris  <rgm@gnu.org>
5738
5739         * proto-stream.el (gnutls-negotiate): Fix declarations.
5740
5741         * gnus-start.el (gnus-propagate-marks): Declare.
5742
5743 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5744
5745         * registry.el (registry-reindex): Fix percentage message.
5746
5747         * proto-stream.el (network-stream-open-starttls): Adjust to call
5748         `gnutls-negotiate' with :process and :hostname arguments.
5749
5750 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5751
5752         * shr.el: Add shr-link face for links.
5753         (shr-urlify): Use it.
5754
5755         * registry.el (registry-insert): Make error message more helpful.
5756
5757 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5758
5759         * gnus-html.el (gnus-html-schedule-image-fetching):
5760         Use url-queue-retrieve, if it exists.
5761
5762         * shr.el (shr-tag-img): Ditto.
5763
5764         * gnus.el: Autoload more gnus-agent functions.
5765
5766         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5767         agent if we haven't already (bug#8502).
5768
5769         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5770         into the Agent, too.
5771
5772         * gnus-agent.el (gnus-agent-store-article): New function.
5773
5774         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5775         and moved from that file for reuse.
5776
5777         * pop3.el (pop3-open-server): Error messages are "-ERR".
5778
5779 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5780
5781         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5782         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5783
5784 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5785
5786         * gnus.el: No Gnus v0.17 is released.
5787
5788 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5789
5790         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5791         buffer has moved to a different frame.
5792
5793 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5794
5795         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5796         to get the conversion from unibyte to multibyte buffers to work on
5797         Emacs 22.
5798
5799         * nntp.el (nntp-request-article): Slight clean-up.
5800
5801 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5802
5803         * shr.el (shr-strike-through): New face.
5804         (shr-tag-s): Use it to provide <s> support.
5805         (shr-tag-s): Remove duplicate definition.
5806
5807 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5808
5809         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5810         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5811
5812 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5813
5814         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5815         `gnutls-negotiate'.
5816         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5817
5818 2011-04-23  Glenn Morris  <rgm@gnu.org>
5819
5820         * gnus-sum.el (gnus-extra-headers): Bump :version.
5821
5822 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5823
5824         * shr.el (shr-tag-sup): New function.
5825         (shr-tag-sub): Ditto.
5826
5827 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5828
5829         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5830         for the case where `gnus-registry-ignored-groups' is a list of lists,
5831         and don't call `gnus-parameter-registry-ignore' otherwise.
5832
5833 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5834
5835         * nnimap.el (nnimap-user): New backend variable.
5836         (nnimap-open-connection-1): Use it.
5837         (nnimap-credentials): Accept user parameter so it's explicit what user
5838         name is desired.
5839
5840         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5841         default.
5842
5843         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5844         not gnus-registry.el.
5845
5846         * gnus-registry.el: Mention in comments how to modify
5847         `gnus-extra-headers' for proper recipient tracking and that it may
5848         already have To and Cc recently, which it does as of this commit.
5849         (gnus-registry-ignored-groups): Remove defcustom.
5850         Explain why in comments.
5851         (gnus-registry-action): Fix data-header reference to use the extra
5852         headers.  Explain in package commentary how to add To and Cc headers to
5853         the gnus-extra-headers.
5854         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5855         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5856         parameter list or a string list in `gnus-registry-ignored-groups'.
5857         Fix logic error.
5858
5859 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5860
5861         * shr.el (shr-expand-url): Protect against null urls.
5862
5863 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5864
5865         * shr.el (shr-base): New binding.
5866         (shr-tag-base): Keep track of <base>.
5867         (shr-expand-url): New function used throughout.
5868
5869 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5870
5871         * gnus-registry.el
5872         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5873         (gnus-registry-ignored-groups): New variable.
5874         (gnus-registry-ignore-group-p): Use it.
5875         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5876         set the destination group to nil (same as delete) if it's ignored.
5877
5878 2011-04-20  David Engster  <dengste@eml.cc>
5879
5880         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5881
5882         * Makefile.in (test-nntp): New rule.
5883         (check): Add it.
5884         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5885
5886 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * gnus-registry.el (gnus-registry-action)
5889         (gnus-registry-fetch-header-fast):
5890         Don't use mail-header that looks an internal function of mailheader.el.
5891
5892 2011-04-19  Glenn Morris  <rgm@gnu.org>
5893
5894         * time-date.el (time-to-days): Remove unused local variables.
5895
5896 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * gnus-registry.el: Eliminate cl functions.
5899         (gnus-registry-sort-addresses): New function that replaces mapcan.
5900         (gnus-registry-action, gnus-registry-spool-action)
5901         (gnus-registry-split-fancy-with-parent)
5902         (gnus-registry-fetch-recipients-fast): Use it.
5903         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5904
5905         * registry.el (initialize-instance, registry-lookup)
5906         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5907         (registry-lookup-secondary-value, registry-search, registry-delete)
5908         (registry-insert, registry-reindex, registry-size, registry-prune):
5909         Use eval-and-compile.
5910
5911 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5912
5913         * registry.el (registry-reindex): New method to recreate the secondary
5914         registry indices.
5915
5916         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5917         tracked field changes.
5918         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5919         (gnus-registry-action, gnus-registry-spool-action)
5920         (gnus-registry-handle-action)
5921         (gnus-registry--split-fancy-with-parent-internal)
5922         (gnus-registry-split-fancy-with-parent)
5923         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5924         move, and delete actions, and for fancy splitting with parent.
5925         (gnus-registry-extract-addresses)
5926         (gnus-registry-fetch-recipients-fast)
5927         (gnus-registry-fetch-header-fast): Convenience functions.
5928         (gnus-registry-misc-test): ERT test of
5929         `gnus-registry-extract-addresses'.
5930
5931 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5932
5933         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5934         Track by subject first, then sender.
5935
5936 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5937
5938         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5939
5940         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5941         Lisp.
5942
5943         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5944         (gnus-draft-send): Use it to avoid popping
5945         up frames from gnus-group-send-queue.
5946
5947 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5948
5949         * gnus-registry.el: Updated gnus-registry docs.
5950
5951 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5952
5953         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5954         Fix logic bug.
5955         (gnus-registry-post-process-groups): Fix logging of no results and
5956         quote sender and subject.
5957
5958 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5959
5960         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5961         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5962         gnutls-cli are too slow to be done opportunistically.
5963
5964         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5965         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5966         we had no early-data returned.
5967         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5968         two async commands to the same server at the same time.
5969
5970 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5971
5972         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5973
5974 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5975
5976         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5977         "warning" level.
5978
5979         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5980         (mm-url-insert-file-contents): Don't set the package names.
5981
5982 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5983
5984         * gnus-registry.el (gnus-registry-action): Remove properties and
5985         simplify subject in `gnus-registry-handle-action'.
5986         (gnus-registry-spool-action): Get subject and sender from message if
5987         they are not passed in.
5988         (gnus-registry-handle-action): Remove properties and simplify subject
5989         consistently.
5990
5991 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5992
5993         * registry.el: Require CL before using defmacro*.
5994
5995 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * gnus-art.el (article-treat-date): Assume that
5998         gnus-article-date-headers may be a group parameter.
5999
6000 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6001
6002         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6003
6004         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6005         interactively so the newsrc file can contain foreign groups too.
6006         Useful for debugging but not much for users.
6007
6008 2011-04-07  David Engster  <dengste@eml.cc>
6009
6010         * registry.el (registry-usage-test): Only do
6011         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6012         lexical binding.
6013
6014 2011-04-07  David Engster  <dengste@eml.cc>
6015
6016         * Makefile.in (check, test-registry): New rules for test-suite.
6017
6018 2011-04-06  David Engster  <dengste@eml.cc>
6019
6020         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6021         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6022
6023 2011-04-06  David Engster  <dengste@eml.cc>
6024
6025         * registry.el (initialize-instance): Change :after to :AFTER to be
6026         compatible with old EIEIO version in XEmacs.
6027
6028 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6029
6030         * gnus-registry.el (gnus-registry-post-process-groups)
6031         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6032         and provide better messaging.
6033
6034 2011-04-06  David Engster  <dengste@eml.cc>
6035
6036         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6037         errors.
6038
6039         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6040         dgnushack-compile with error-on-warn enabled, and to signal an error if
6041         clean compilation failed.
6042         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6043         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6044
6045 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6046
6047         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6048         unconditionally anyway, discarding errors.
6049         (gnus-registry-delete-entries): New convenience function.
6050         (gnus-registry-import-eld): Import from old .eld registry.
6051
6052         * registry.el: Don't use ERT if it's not available.  Load it
6053         unconditionally anyway, discarding errors.
6054
6055         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6056         version from the Claudio Bley GnuTLS patch (extra optional parameters
6057         and host name).
6058
6059 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6060
6061         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6062         fixup the parameters that can be customized by the user between
6063         save/read cycles.
6064         (gnus-registry-read): Use it.
6065         (gnus-registry-make-db): Use it.
6066         (gnus-registry-spool-action, gnus-registry-handle-action):
6067         Fix messaging.
6068         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6069         Map references to actual group names with sender and subject tracking.
6070         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6071         (gnus-registry-usage-test): Add subject lookup test.
6072
6073         * registry.el (registry-db, initialize-instance): Set up constructor
6074         instead of :initform arguments for the sake of older Emacsen.
6075         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6076         pre-lexbind merge bug.
6077         (registry-usage-test): Use it.
6078         (initialize-instance, registry-db): Move the non-function initforms
6079         back to the class definition.
6080
6081 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6082
6083         * registry.el: New library to manage gnus-registry-style data.
6084
6085         * gnus-registry.el: Use it (major rewrite).
6086
6087         * nnregistry.el: Use it.
6088
6089         * spam.el: Use it.
6090
6091 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6092
6093         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6094         marks on non-selected articles.
6095
6096 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6097
6098         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6099         parameter to open-protocol-stream.
6100
6101 2011-04-01  Julien Danjou  <julien@danjou.info>
6102
6103         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6104         fundamental-mode.
6105
6106 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6107
6108         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6109         servers.
6110
6111 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6112
6113         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6114         made marks not propagate, again.
6115
6116 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6117
6118         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6119         Make this the default type.
6120         (proto-stream-open-plain): Rename from proto-stream-open-default.
6121         (open-protocol-stream, proto-stream-open-starttls)
6122         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6123         with `plain'.
6124
6125         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6126         value.
6127
6128         * nntp.el (nntp-open-connection-function): Document the fact that some
6129         values are not functions but are instead handled specially.
6130         Recognize nntp-open-plain-stream value.
6131         (nntp-open-connection): Recognize that value.
6132
6133 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6134
6135         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6136         where it seems to be needed.
6137
6138 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6139
6140         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6141         stuff.
6142
6143         * gnus-score.el (gnus-score-string): Fix calling convention of
6144         `gnus-simplify-buffer-fuzzy' after last patches.
6145
6146         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6147         server for articles we didn't get any headers for.  This is a sanity
6148         check.
6149
6150 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6151
6152         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6153         new CAPABILITY, use it.
6154
6155 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6156
6157         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6158         downloading anything.
6159
6160         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6161
6162 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6163
6164         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6165         colors.
6166         (gnus-splash-svg-color-symbols): New function.
6167
6168 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6169
6170         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6171         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6172         (gnus-simplify-subject-fuzzy): Use the local
6173         gnus-simplify-subject-fuzzy-regex instead of the global one.
6174         This makes using this variable in group parameters work.
6175
6176 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6177
6178         * gnus-registry.el (gnus-registry-unfollowed-groups):
6179         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6180         archive:sent-YYYY-MM-DD groups).
6181         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6182         tracking if there are more than `gnus-registry-max-track-groups'
6183         matches.
6184
6185 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6186
6187         * message.el (message--yank-original-internal): New function to do the
6188         insertion cleanly inside eval in `message-yank-original'.
6189         (message-yank-original): Use it.
6190
6191 2011-03-29  Julien Danjou  <julien@danjou.info>
6192
6193         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6194         local variables disabled rather than `normal-mode'.
6195
6196 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6197
6198         * imap.el (imap-shell-open, imap-process-connection-type):
6199         Use imap-process-connection-type for 'shell' streams as well as
6200         Kerberos, SSL, other subprocesses.
6201
6202 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6203
6204         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6205         with open-network-stream.
6206         (proto-stream-always-use-starttls): Option removed.
6207         (open-protocol-stream): Return a process object by default.  Provide a
6208         new parameter :return-list specifying a list-type return value, which
6209         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6210         :type `network' to `try-starttls', and `network-only' to `default'.
6211         Make `default' the default, for compatibility with open-network-stream.
6212         Handle the no-parameter case exactly as open-network-stream, with no
6213         additional stream processing.  Search plists using plist-get.
6214         Explicitly add :end-of-commend parameter if it is missing.
6215         (proto-stream-open-default): Rename from
6216         proto-stream-open-network-only.  Return 'default as the type.
6217         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6218         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6219         failed.  Always return a list with a (possibly dead) process as the
6220         first element, for compatibility with open-network-stream.
6221         (proto-stream-open-tls): Use plist-get.  Always return a list.
6222         (proto-stream-open-shell): Return `default' as connection type.
6223         (proto-stream-capability-open): Use plist-get.
6224         (proto-stream-eoc): Function deleted.
6225
6226         * nnimap.el (nnimap-stream, nnimap-open-connection)
6227         (nnimap-open-connection-1): Handle renaming of :type parameter for
6228         open-protocol-stream.
6229         (nnimap-open-connection-1): Pass a :return-list parameter
6230         open-protocol-stream to obtain a list return value.  Parse this list
6231         using plist-get.
6232
6233         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6234         for open-protocol-stream.  Accept open-protocol-stream return value
6235         that is a subprocess object instead of a list.  Handle the case of a
6236         dead returned process.
6237
6238 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6239
6240         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6241
6242         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6243
6244 2011-03-21  Julien Danjou  <julien@danjou.info>
6245
6246         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6247         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6248         query.
6249         (mm-inline-text): Render normal text with fontification whenever
6250         possible.
6251
6252         * gnus-sum.el (gnus-summary-save-parts-1):
6253         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6254         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6255         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6256         Use `mm-handle-filename'.
6257
6258         * mm-util.el (mm-handle-filename): New function, return the filename of
6259         an handle.
6260
6261 2011-03-18  Julien Danjou  <julien@danjou.info>
6262
6263         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6264         (gnus-buffer-live-p): Check that buffer is not nil.
6265
6266 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6267
6268         * gnus.el: No Gnus v0.15 is released.
6269
6270 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6271
6272         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6273         avoid warning on XEmacs.
6274
6275         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6276         on XEmacs.
6277
6278         * gnus-art.el: Require mouse, which the build bot seems to say is
6279         needed.
6280
6281         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6282
6283         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6284         XEmacs, since it doesn't have url-retrieve-synchronously.
6285
6286         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6287         since assoc-string doesn't exist in XEmacs.
6288
6289 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6290
6291         * gnus-group.el (gnus-group-list-ticked): New function.
6292         (gnus-group-make-menu-bar): Provide a menu entry for it.
6293         (gnus-group-list-map): Provide a binding for it.
6294
6295 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6296
6297         * shr.el (shr-visit-file): New command.
6298
6299         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6300
6301 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6302
6303         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6304         servers.
6305
6306 2011-03-16  Julien Danjou  <julien@danjou.info>
6307
6308         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6309         inline.
6310
6311         * gnus-art.el (article-hide-list-identifiers):
6312         Use gnus-group-get-list-identifiers.
6313
6314         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6315         (gnus-summary-remove-list-identifiers):
6316         Use gnus-group-get-list-identifiers to get regexp.
6317         (gnus-select-newsgroup, gnus-summary-insert-subject)
6318         (gnus-summary-insert-articles):
6319         Call gnus-summary-remove-list-identifiers unconditionally.
6320
6321 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6322
6323         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6324         we're selecting a group with unread articles.
6325
6326         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6327
6328         * gssapi.el: New file separated out from imap.el to provide a general
6329         Kerberos 5 connection facility for Emacs.
6330
6331         * message.el (message-elide-ellipsis): Document the format spec
6332         ellipsis.
6333
6334 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6335
6336         * message.el (message-elide-region): Allow the ellipsis to say how many
6337         lines were removed.
6338
6339 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6340
6341         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6342         window configurations containing buffers that are now dead.
6343
6344         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6345         parsing to avoid integer overflows.
6346         (nnimap-parse-flags): Simplify the last change.
6347         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6348         too large for 32-bit Emacsen.
6349
6350 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6351
6352         * auth-source.el (auth-source-netrc-create):
6353         * message.el (message-yank-original): Fix use of `case'.
6354
6355 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6356
6357         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6358         XEmacs, which was one character too wide.
6359
6360 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6361
6362         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6363         default number of articles to display.
6364         (gnus-articles-to-read): Use pretty names for prompt.
6365
6366 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6367
6368         * gnus-int.el (gnus-open-server): Ditto.
6369
6370         * gnus-start.el (gnus-activate-group): Give a backtrace if
6371         debug-on-quit is set and the user hits `C-g'.
6372         (gnus-read-active-file): Ditto.
6373
6374         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6375
6376 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6377
6378         * message.el (message-yank-original): Use cond instead of CL case.
6379
6380 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6381
6382         * auth-source.el (auth-source-netrc-create): Use usual format for the
6383         default in prompts.
6384
6385 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * lpath.el: Fbind read-char-choice for XEmacs.
6388
6389 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6390
6391         * auth-source.el (auth-source-netrc-create): Show the default in the
6392         prompt when prompting for token creation.
6393
6394 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6395
6396         * auth-source.el (auth-source-format-prompt): Always convert the value
6397         to a string to avoid evaluating non-string arguments.
6398         (auth-source-netrc-create): Offer default properly, not as initial
6399         content in `read-string'.
6400         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6401         of line to determine if we've been run before.  If so, don't run again,
6402         but print a trivial message to indicate the cache was hit instead.
6403
6404 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6405
6406         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6407         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6408         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6409         Gnus.
6410
6411 2011-03-11  Julien Danjou  <julien@danjou.info>
6412
6413         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6414         modified file".
6415
6416 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6417
6418         * auth-source.el (auth-source-read-char-choice): New function to read a
6419         character choice using `dropdown-list', `read-char-choice', or
6420         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6421         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6422         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6423         (auth-source-netrc-saver): Use it.
6424         (auth-source-pick-first-password): New convenience function.
6425
6426 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6427
6428         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6429         parameter in the credentials.
6430         (nnimap-open-connection-1): Use it after a successful login.
6431         (nnimap-credentials): Add IMAP-specific user and password prompt.
6432
6433         * auth-source.el (auth-source-search): Add :require parameter, taking a
6434         list.  Document it and the :save-function return token.  Pass :require
6435         down.  Change the CREATED message from a warning to a debug statement.
6436         (auth-source-search-backends): Pass :require down.
6437         (auth-source-netrc-search): Pass :require down.
6438         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6439         Change save prompt to indicate all modifications saved here are
6440         deletions.
6441         (auth-source-netrc-create): Take user login name as default in user
6442         prompt.  Move all the save functionality to a lexically bound function
6443         under the :save-function token in the returned list.  Set up clearer
6444         default prompts for user, host, port, and secret.
6445         (auth-source-netrc-saver): New function, intended to be wrapped for
6446         :save-function.
6447
6448 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6449
6450         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6451         lines to be spaces instead.
6452
6453 2011-03-07  Julien Danjou  <julien@danjou.info>
6454
6455         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6456         (sieve-sasl-auth): Check that auth-source-search did return something,
6457         or just return an empty string.
6458
6459 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6460
6461         * gnus.el (gnus-interactive): Use read-directory-name.
6462
6463         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6464         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6465         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6466         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6467         Likewise.
6468
6469         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6470
6471 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6472
6473         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6474         onto the list of killed groups, too.  This makes killed nnimap groups,
6475         for instance, more reliably not reappear.
6476
6477         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6478         the parent.
6479
6480         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6481
6482         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6483         really have server-side marks.
6484
6485         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6486         since most backends do not usefully have server-side marks.
6487         (gnus-update-read-articles): Propagate marks to all backends that
6488         really have server-side marks.
6489
6490 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6491
6492         * message.el (message-cite-reply-position, message-cite-style):
6493         New variables.
6494         (message-yank-original): Use the new citation styles.
6495
6496 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6497
6498         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6499         buffer-local issue); don't mark it buffer-local when running under
6500         XEmacs.
6501
6502 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6503
6504         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6505         numbers too big to be `read'.
6506
6507 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6508
6509         * password-cache.el (password-in-cache-p): Add autoload.
6510
6511         * message.el (message-options): Make buffer-local two ways to attempt
6512         to fix a XEmacs bug.
6513
6514 2011-03-02  Julien Danjou  <julien@danjou.info>
6515
6516         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6517
6518 2011-03-01  Julien Danjou  <julien@danjou.info>
6519
6520         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6521         group.
6522         (article-hide-list-identifiers): Use list-identifier group parameter.
6523
6524 2011-02-28  Julien Danjou  <julien@danjou.info>
6525
6526         * sieve.el (sieve-buffer-script-name): New local variable to store
6527         sieve script name.
6528         (sieve-edit-script): Store sieve script name.
6529         (sieve-upload): Use sieve script name when uploading.
6530         (sieve-upload): Use substitute-command-keys.
6531         (sieve-edit-script): Use substitute-command-keys.
6532         (sieve-refresh-scriptlist): Use substitute-command-keys.
6533         (sieve-manage-mode-map): Define keymap properly.
6534         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6535         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6536         Remove commented code about cvs.
6537         (sieve-manage-quit): New function.
6538         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6539
6540 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6541
6542         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6543
6544 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6545
6546         * auth-source.el (auth-source-search): Cache empty result sets.
6547
6548         * password-cache.el (password-in-cache-p): Convenience function to
6549         check if a key is in the cache, even if the value is nil.
6550
6551         * auth-source.el (auth-source-save-behavior): New variable to replace
6552         `auth-source-never-create'.
6553         (auth-source-netrc-create): Use it.
6554         (auth-source-never-save): Remove.
6555
6556 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6557
6558         * nnimap.el (nnimap-stream): Doc fix.
6559         (nnimap-open-connection-1): Reverse the order of the ports to that the
6560         prompted-for port is first.
6561
6562         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6563         retrieval by the no-group selection.
6564
6565         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6566         numerical parameters.
6567
6568 2011-02-25  Julien Danjou  <julien@danjou.info>
6569
6570         * gnus-gravatar.el: Use gnus-with-article-buffer.
6571
6572         * gnus-art.el (gnus-with-article-buffer): Check that the
6573         gnus-article-buffer is alive.
6574
6575 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6576
6577         * auth-source.el (auth-source-creation-prompts): New variable to manage
6578         creation-time prompts.
6579         (auth-source-search): Document it.
6580         (auth-source-format-prompt): Add utility function.
6581         (auth-source-netrc-create): Don't default the user name to
6582         user-login-name.  Use `auth-source-creation-prompts' and some default
6583         prompts for user, host, port, and password (the default generic prompt
6584         remains ugly).
6585         (auth-source-never-save): Add customizable option to never save info.
6586         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6587         mode excursion.
6588
6589 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6592         argument that XEmacs doesn't support.
6593
6594         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6595         compiled for Emacsen having no `libxml-parse-html-region' support.
6596
6597         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6598
6599         * lpath.el: Bind buffer-save-without-query for XEmacs.
6600
6601 2011-02-23  Julien Danjou  <julien@danjou.info>
6602
6603         * gnus-art.el (article-make-date-line): Ignore errors if time is
6604         invalid and not convertible.
6605         (article-make-date-line): Only add lapsed time if time is not nil.
6606
6607 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6608
6609         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6610         `read-char-choice' for backwards compatibility.
6611         (auth-source-netrc-element-or-first): New function to DTRT for
6612         parameter extraction.
6613         (auth-source-netrc-create): Use it and fix multiple parameter print
6614         bug.  Use the default passed from above (given-default) or the
6615         built-in (user-login-name for :user).
6616
6617 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6618
6619         * gnus-start.el (gnus-dribble-read-file):
6620         Set buffer-save-without-query, since we always want to save the dribble
6621         file, probably.
6622
6623         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6624         nnimap.
6625
6626         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6627         -summary- since it's a user-visible variable.
6628
6629         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6630         first time you use the new Gnus.
6631
6632 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6633
6634         * auth-source.el: Don't load netrc.el.
6635         (auth-sources): Search ~/.netrc as well by default.
6636         (auth-source-debug): Add 'trivia option for extra output.
6637         (auth-source-do-trivia): Use it.
6638         (auth-source-search): Simplify logic to use
6639         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6640         appropriate.  Don't keep a running count at this level.  Layer :create
6641         and :delete options appropriately on the first and second passes.
6642         Don't track the backend with the search results.
6643         (auth-source-search-backends): New function to search a list of
6644         backends for a processed spec.
6645         (auth-source-netrc-parse): Cache all netrc files, making
6646         auth-source-netrc-cache an alist keyed by the file name and using the
6647         file mtime as the caching criterion.  Keep the obfuscated data secret
6648         with a lexical bind.
6649         (auth-source-netrc-search): Don't calculate the length of the results
6650         unnecessarily.
6651         (auth-source-search-backends): Fix bug.
6652         (auth-source-netrc-create): Rework prompts.
6653
6654 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6655
6656         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6657         Lower case names of search constraints.
6658         (nnir-run-query): Cache and reuse search constraints for all imap
6659         servers.
6660
6661 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6662
6663         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6664         after exit.
6665         (gnus-setup-message): Define missing variable from last checkin.
6666
6667         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6668         value, show the raw article.
6669
6670 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6671
6672         * gnus.el: No Gnus v0.13 is released.
6673
6674 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6675
6676         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6677         auth-source now accepts numbers.
6678
6679         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6680         spec, too.
6681         (auth-source-ensure-strings): New function.
6682
6683         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6684         (gnus-article-setup-buffer): Always restart the date timer so that user
6685         changes to the frequency is respected.
6686
6687         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6688         port numbers, so make sure it gets that if nnimap-server-port is
6689         explicit.
6690
6691 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6692
6693         * nnimap.el (nnimap-inbox): Doc fix.
6694
6695 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6696
6697         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6698         Autoload.  Add optional arg FRAME, and pass it to color-values.
6699         (color-complement): Caller changed.  Doc fix.
6700         (color-gradient): Rewrite for better clarity and efficiency.
6701
6702 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6703
6704         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6705         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6706         color-lab-to-srgb.
6707
6708 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6709
6710         * color.el: First part of merge from hexrgb.el.
6711         (color-rgb-to-hex): Rename from color-rgb->hex.
6712         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6713         saturation to zero if the value is too small.
6714         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6715         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6716         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6717         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6718         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6719         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6720         (color-cie-de2000): Doc fix.
6721
6722 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6723
6724         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6725         given method as in the group name if we're using an extended method.
6726         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6727         command, if we're using that, instead of waiting for the beginning.
6728
6729         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6730         we're sure to get unique server names, and we don't output two async
6731         commands in the same buffer.  This fixes an NNTP hang for some users.
6732
6733 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6734
6735         * gnus.el: No Gnus v0.11 is released.
6736
6737 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6738
6739         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6740         summary buffer before reading going to the next buffer.  This avoids
6741         putting the point in the group buffer if you `C-g' the command.
6742
6743         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6744         cache (for now) to make ~/.authinfo.gpg files usable.
6745
6746         * nnfolder.el (copyright-update): Define for the compiler.
6747
6748         * auth-source.el (auth-source-search): Fix unbound variable.
6749
6750 2011-02-19  Glenn Morris  <rgm@gnu.org>
6751
6752         * gnus.el (gnus-meta): Doc fix.
6753
6754 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6755
6756         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6757         in case it's not yet loaded.
6758
6759 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6760
6761         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6762         line we're waiting for.
6763
6764 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6765
6766         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6767         face with line-width greater than zero will cause RET in gnus summary
6768         buffer to scroll down article page-wise because auto vscroll happens,
6769         it should be temporally disabled when doing a scroll-up.
6770
6771 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6772
6773         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6774         outputs from the server.
6775
6776 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6777
6778         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6779         later so that bbdb can hook in easier.
6780
6781 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6782
6783         * auth-source.el (auth-source-search): Don't try to create credentials
6784         if the caller doesn't want that.
6785         (auth-source-search): If we don't find a match, don't bug out on
6786         non-bound variables.
6787         (auth-source-search): Only ask a single backend to create the
6788         credentials.
6789
6790         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6791         logging.
6792         (nnimap-credentials): Protect against auth-source-search returning nil.
6793         (nnimap-request-list): Protect against not being able to open the
6794         server.
6795
6796 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6797
6798         * auth-source.el (auth-source-search): Do a two-phase search, one with
6799         no :create to get the responses from all backends.
6800
6801         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6802         when getting credentials.
6803
6804         * gnus-util.el (gnus-delete-duplicates): New function.
6805
6806 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6807
6808         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6809         a creation default, pass the whole port list down.  It will be
6810         completed.
6811
6812         * auth-source.el (auth-source-search): Updated docs to talk about
6813         multiple creation choices.
6814         (auth-source-netrc-create): Accept a list as a value (from the search
6815         parameters) and do completion on that list.  Keep a separate netrc line
6816         with the password obscured for showing the user.
6817
6818         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6819         first choice to `auth-source-search' so it will be used for entry
6820         creation instead of the server's Gnus-specific name.
6821         (nnimap-credentials): Rely on the auth-source library to select which
6822         port is actually wanted in the new netrc entry, so don't override
6823         `auth-source-creation-defaults'.
6824
6825         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6826         :protocol and accept a missing user, host, or port as a wildcard match.
6827         (auth-source-debug): Default to off.
6828
6829         (auth-source-netrc-search, auth-source-netrc-create)
6830         (auth-source-secrets-search, auth-source-secrets-create)
6831         (auth-source-user-or-password, auth-source-backend, auth-sources)
6832         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6833         instead of :protocol.
6834
6835         * nnimap.el (nnimap-credentials): Pass a port default to
6836         `auth-source-search' in case an entry needs to be created.
6837         (nnimap-open-connection-1): Use :port instead of :protocol.
6838
6839 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * auth-source.el: Bind load-path when loading EIEIO from
6842         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6843         21.4 doesn't support, to `require'.
6844         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6845         delete-dups that is not available in XEmacs 21.4.
6846
6847 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6848
6849         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6850         as EIEIO must also be loaded when auth-source.el is being
6851         byte-compiled.
6852
6853 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6854
6855         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6856
6857         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6858
6859         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6860
6861         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6862
6863         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6864
6865         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6866
6867         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6868
6869         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6870         necessary.
6871
6872 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6873
6874         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6875         nil means that nnimap doesn't get updated.
6876
6877 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6878
6879         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6880         result when the user doesn't want to write to the file.
6881         (auth-source-netrc-search): Expect a synthetic result and proceed
6882         accordingly.
6883         (auth-source-cache-expiry): New variable to override
6884         `password-cache-expiry'.
6885         (auth-source-remember): Use it.
6886
6887         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6888         parameter.  Create entry if necessary by using :create t.
6889         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6890
6891 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6892
6893         * auth-source.el (auth-source-debug): Enable by default and don't
6894         mention the obsolete `auth-source-hide-passwords'.
6895         (auth-source-do-warn): New function to debug unconditionally.
6896         (auth-source-do-debug): Use it.
6897         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6898         and for Secrets API entries when the secrets.el library is not
6899         available.
6900
6901 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6902
6903         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6904         (gnus-summary-exit): Kill the correct article buffer on exit from a
6905         `C-d' group.
6906
6907         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6908         gnus-propagate-marks.
6909
6910         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6911         before killing the buffers so that a non-full window conf gets handled
6912         correctly.
6913         (gnus-summary-exit): Ditto.
6914         (gnus-summary-read-group-1): Ditto.
6915
6916         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6917         async code again so that we can debug it properly.
6918
6919         * message.el (message-reply): Take an optional switch-buffer parameter
6920         so that Gnus window confs are respected better.
6921
6922 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6923
6924         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6925         `plist-get' to accept non-list parameters (XEmacs issue).
6926         Fix docstring.
6927         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6928         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6929         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6930         Login collection is "Login" and not "login".
6931
6932 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6933
6934         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6935         multiple headers.
6936
6937         * nnimap.el (nnimap-inhibit-logging): New variable.
6938         (nnimap-log-command): Don't log login commands.
6939
6940         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6941         to have more parameters.
6942
6943         * nnimap.el (nnimap-send-command): Mark the command time for each
6944         command, so that we don't get NOOPs stepping on our toes.
6945
6946         * gnus-art.el (article-date-ut): Get the date from the Date header on
6947         `t'.
6948
6949 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * auth-source.el (auth-source-search): Use copy-sequence instead of
6952         the cl.el copy-list.
6953
6954 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6955
6956         * imap.el: Bring it back (revert
6957         84d800cd31de3064f0ed39617d725709a2f8f42f).
6958
6959 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6960
6961         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6962         Improve prompt.
6963
6964 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6965
6966         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6967         washing status from the default format.  It isn't very informative.
6968
6969 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6970
6971         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6972         Fix Gcc processing on imap.
6973
6974 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6975
6976         * imap.el: Remove file.  All the functionality is in nnimap.el.
6977
6978 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6979
6980         * message.el (message-bury): Don't pop up a new window when selected
6981         window is dedicated.
6982
6983 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6984
6985         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6986
6987 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6988
6989         * sieve-manage.el: Autoload `auth-source-search'.
6990         (sieve-sasl-auth): Use it.
6991
6992 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6993
6994         * nnimap.el: Autoload `auth-source-forget+'.
6995         (nnimap-open-connection-1): Use it if the connection fails.
6996
6997         * auth-source.el: Require `password-cache'.
6998         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6999         obsolete.
7000         (auth-source-magic): Marker for `password-cache' keys.
7001         (auth-source-do-cache): Update docstring.
7002         (auth-source-search): Use and check cache.
7003         (auth-source-forget-all-cached, auth-source-remember)
7004         (auth-source-recall, auth-source-forget, auth-source-forget+)
7005         (auth-source-specmatchp): Caching support functions.
7006         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7007         Remove and obsolete.
7008         (auth-source-user-or-password): Remove caching to further discourage
7009         using it.  Always hide passwords.
7010
7011         * password-cache.el (password-cache-remove): Accept secrets that are
7012         not strings.
7013
7014 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7015
7016         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7017         code for now, since it doesn't work for all users.
7018
7019 2011-02-09  Julien Danjou  <julien@danjou.info>
7020
7021         * message.el (message-options): Make message-options really buffer
7022         local.
7023
7024 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7025
7026         * mail-source.el: Autoload `auth-source-search'.
7027         (mail-source-keyword-map): Note order matters.
7028         (mail-source-set-1): Get all the mail-source source values and
7029         defaults and search auth-source on those if needed.  This can all
7030         probably be simplified.
7031
7032         * nnimap.el: Autoload `auth-source-search'.
7033         (nnimap-credentials): Use it.
7034         (nnimap-open-connection-1): Ask for the virtual server and physical
7035         address in one shot.
7036
7037         * nntp.el: Autoload `auth-source-search'.
7038         (nntp-send-authinfo): Use it.  Note TODO.
7039
7040 2011-02-08  Julien Danjou  <julien@danjou.info>
7041
7042         * shr.el (shr-tag-body): Add support for text attribute in body
7043         markups.
7044
7045         * message.el (message-options): Make message-options a local variable.
7046
7047 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7048
7049         * auth-source.el (auth-source-secrets-search)
7050         (auth-source-user-or-password): Use `append' instead of `nconc'.
7051         (auth-source-user-or-password): Build return list better and protect
7052         against nil :secret.
7053
7054 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7055
7056         * nnimap.el (nnimap-update-info): Refactor slightly.
7057         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7058         (nnimap-update-info): Clean up slightly.
7059         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7060         characters.
7061         (nnimap-process-quirk): Rename function to avoid collision.
7062         (nnimap-update-info): Fix macrology bug-out.
7063         (nnimap-update-info): Simplify split history test.
7064
7065 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7066
7067         * auth-source.el (top): Require 'eieio unconditionally.
7068         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7069         (auth-source-secrets-search): Limit search when `max' is greater than
7070         number of results.
7071
7072 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7073
7074         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7075         part not returning any data.
7076
7077         * proto-stream.el (open-protocol-stream): Document the return value.
7078
7079 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7080
7081         * auth-source.el (auth-source-secrets-search): Add examples.
7082
7083 2011-02-06  Julien Danjou  <julien@danjou.info>
7084
7085         * message.el (message-setup-1): Handle message-generate-headers-first
7086         set to t.
7087
7088 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7089
7090         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7091         API with a string "secrets:collection-name" and with 'default.
7092         (auth-source-backend-parse): Parse "secrets:collection-name" and
7093         'default.  Recurse on parses instead of repeating code.  Use the
7094         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7095         message when ignoring a source.
7096         (auth-source-search): List ignored search keys at the top level.
7097         (auth-source-netrc-create): Use `case' instead of `cond'.
7098         (auth-source-secrets-search): Created with TODOs.
7099         (auth-source-secrets-create): Created with TODOs.
7100         (auth-source-retrieve, auth-source-create, auth-source-delete)
7101         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7102         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7103         (auth-source-user-or-password-sftp)
7104         (auth-source-user-or-password-smtp): Remove.
7105         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7106         around `auth-source-search'.  Not tested thoroughly.
7107
7108 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7109
7110         * auth-source.el: Bring in assoc and eioeio libraries.
7111         (secrets-enabled): New variable to track the status of the Secrets API.
7112         (auth-source-backend): New EIOEIO class to represent a backend.
7113         (auth-source-creation-defaults): New variable to set prompt defaults
7114         during token creation (see the `auth-source-search' docstring for
7115         details).
7116         (auth-sources): Simplify to allow a simple string as a netrc backend
7117         spec.
7118         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7119         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7120         (auth-source-search): Main auth-source API entry point.
7121         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7122         (auth-source-search-collection): Helper function for searching.
7123         (auth-source-netrc-parse, auth-source-netrc-normalize)
7124         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7125         Supports search, create, and delete.
7126         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7127         backend stubs.
7128         (auth-source-user-or-password): Call `auth-source-search' but it's not
7129         ready yet.
7130
7131 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7132
7133         * message.el (message-setup-1): Remove the read-only stuff, since it
7134         doesn't work under XEmacs, for some reason.
7135
7136         * gnus-sum.el (gnus-user-date): Rename back from
7137         gnus-summary-user-date since user code refers to it.
7138
7139         * shr.el (shr-render-td): Store the actual background color used.
7140
7141         * message.el (message-setup-1): Don't bind the constant
7142         -forbidden-properties.
7143         (message-setup-1): Revert previous change, since it needs to bind the
7144         props to insert them.
7145         (message-resend): Allow removing the read-only separator line.
7146
7147 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7148
7149         * nnimap.el (nnimap-request-accept-article): Give an error message if
7150         the APPEND wasn't successful.
7151
7152 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7153
7154         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7155         that have no groups.
7156
7157 2011-02-03  Julien Danjou  <julien@danjou.info>
7158
7159         * gnus-draft.el: Remove progn around gnus-draft-setup.
7160
7161 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7162
7163         * gnus-start.el (gnus-read-active-for-groups): This function is never
7164         called with a nil `infos', so clean that up.
7165         (gnus-get-unread-articles): Request active files from primary/secondary
7166         methods that have no groups (yet).
7167
7168 2011-02-03  Julien Danjou  <julien@danjou.info>
7169
7170         * message.el (message-setup-1): Always generate References first.
7171         (message-mail): Return the return value of message-setup, not always t.
7172         (message-setup-1): Insert mail-header-separator with read-only and
7173         intangible properties set.
7174
7175         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7176         user-date in docstring.
7177
7178         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7179
7180         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7181         docstring.
7182
7183         * gnus.el (gnus-user-date-format-alist): Change default value.
7184         Use defcustom, with type and group.  Move from gnus-util.el.
7185         Rename to gnus-summary-user-date-format-alist.
7186
7187 2011-02-03  Glenn Morris  <rgm@gnu.org>
7188
7189         * nnimap.el (gnus-fetch-headers): Declare.
7190
7191         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7192
7193 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7194
7195         * message.el (message-forward-make-body-digest-plain)
7196         (message-followup, message-reply): Clean up things noted by Stefan.
7197
7198         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7199         gnus-article-update-date-headers is nil.
7200         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7201         it didn't really work with defcustom.
7202         (article-update-date-lapsed): Make sure the window start doesn't move,
7203         either.
7204
7205 2011-02-01  Julien Danjou  <julien@danjou.info>
7206
7207         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7208         format.
7209
7210         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7211         standard in Emacs nowadays.
7212
7213         * color.el (color-gradient): Add a color-gradient function.
7214
7215 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7216
7217         * message.el (message-expand-name): Don't trust the return value of
7218         bbdb-complete-name.
7219         (message-check-news-header-syntax): Remove unused var `start'.
7220         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7221         (message-inhibit-body-encoding): Move to before first use.
7222         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7223         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7224         (Organization, Message-ID, Date, mh-previous-window-config):
7225         Defvar the vars using dynamic scoping.
7226
7227 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7228
7229         * shr.el (shr-render-td): Only do colors at the final rendering.
7230         Should be slightly faster.
7231         (shr-insert-table): Fix up TD background colors when doing the
7232         vertical padding.
7233
7234         * gnus-art.el (article-date-ut): Protect against articles with no Date
7235         header.
7236         (article-update-date-lapsed): Don't use current-column to find the
7237         horizontal position.  It's fragile in the presence of \003 characters.
7238
7239         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7240
7241 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7242
7243         * gnus-art.el (article-transform-date): Rewrite to still work when
7244         there are several rfc2822 parts.
7245         (article-transform-date): Fix infinite recursion.
7246         (article-date-ut): Replace infinitely many Date headers with a single
7247         one when called interactively.
7248
7249         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7250         secure manner.
7251
7252         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7253         move around by not using save-window-excursion.  It seems to work...
7254
7255 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * gnus-art.el (article-make-date-line): Work for user-defined format.
7258
7259 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7260
7261         * nntp.el (nntp-retrieve-group-data-early)
7262         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7263         fetching functions.
7264
7265         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7266         thoroughly for all backends that have no known groups.  This should
7267         allow new nnml methods to retrieve mail.
7268
7269         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7270         that Gnus doesn't know exists again.
7271
7272         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7273         (gnus-treat-date-ut): Ditto.
7274         (gnus-article-update-date-header): Rename.
7275         (gnus-treat-date-local): Remove.
7276         (gnus-treat-date-english): Remove.
7277         (gnus-treat-date-lapsed): Remove.
7278         (gnus-treat-date-combined-lapsed): Remove.
7279         (gnus-treat-date-original): Remove.
7280         (gnus-treat-date-iso8601): Remove.
7281         (gnus-treat-date-user-defined): Remove.
7282         (gnus-article-date-headers): New variable to control all the date
7283         header options.
7284         (article-date-ut): Rewrite to allow using the new way to format date
7285         headers(s).
7286
7287 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7288
7289         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7290         method.
7291         (nnmail-article-group): A better test for fanciness.
7292
7293         * nnimap.el (nnimap-request-head): Protect against not finding the
7294         article by Message-ID.
7295
7296 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7297
7298         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7299         keep point at the "same place".
7300
7301 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7302
7303         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7304         data if the group is inactive.
7305
7306 2011-01-28  Julien Danjou  <julien@danjou.info>
7307
7308         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7309         (gnus-all-windows-visible-p): Remove old compatibility code.
7310         (gnus-window-top-edge): Add docstring.
7311
7312         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7313
7314 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7315
7316         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7317         older request-update-info.
7318
7319         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7320
7321 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7322
7323         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7324         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7325
7326 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7327
7328         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7329         groups.  This makes the nndraft:queue group pop up if it's not already
7330         there.
7331
7332         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7333         messages" logic, which was reversed.
7334
7335         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7336         the "same place" even if point is on the line being replaced.
7337         (article-update-date-lapsed): Allow updating both the combined lapsed
7338         and the lapsed headers.
7339         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7340         (article-make-date-line): Limit the number of segments dynamically to
7341         avoid too-long lines.
7342
7343 2011-01-27  Julien Danjou  <julien@danjou.info>
7344
7345         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7346         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7347
7348 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7351         Use plist-get instead of the cl function getf.
7352
7353 2011-01-27  Glenn Morris  <rgm@gnu.org>
7354
7355         * gnus-util.el (float-time): Get rid of compiler warning, again.
7356
7357 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7358
7359         * shr.el (shr-put-color): Special-case background colors: Do put them
7360         at the blank parts at the front of the lines.
7361
7362         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7363         exit hook to nix out all data on readedness on group exit.
7364
7365         * gnus-util.el (float-time): If float-time is bound, always use it on
7366         all Emacsen.  It's unclear why the subrp check was there.
7367         (time-date): Require to make some autoload issues on XEmacs go away.
7368
7369         * shr.el (shr-put-color): Don't do the box padding in tables, since
7370         they're already padded.
7371
7372 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7373
7374         * gnus-art.el (gnus-article-next-page): When the last line of the
7375         article is displayed, scroll down once more instead of going to the
7376         next article at once.
7377         (article-lapsed-string): Refactor out and allow specifying how many
7378         segments you want.
7379         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7380         (gnus-article-update-lapsed-header): New variable.
7381
7382         * shr.el: Revert change that made headings use different-sized faces.
7383         The Emacs display engine isn't advanced enough that, for instance,
7384         tables can comfortably use differently-sized faces.
7385
7386 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7387
7388         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7389         used.
7390         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7391         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7392         we're using an encrypted connection.
7393
7394         * proto-stream.el: Alter the interface functions to also return the
7395         actual stream type used: network or tls.
7396
7397 2011-01-25  Julien Danjou  <julien@danjou.info>
7398
7399         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7400         (mm-display-javascript-inline): New function.
7401
7402         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7403         viewing function.
7404
7405 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * shr.el (shr-expand-newlines): Fix variable name.
7408
7409 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7410
7411         * shr.el (shr-expand-newlines): Make nested boxes work.
7412
7413 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7414
7415         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7416         backgrounds.
7417         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7418         in a more sensible manner.
7419
7420 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7421
7422         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7423         if EPG is loaded.
7424
7425 2011-01-24  Julien Danjou  <julien@danjou.info>
7426
7427         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7428         tags.
7429
7430 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7431
7432         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7433         commands.
7434
7435         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7436         in the article buffer.
7437         (gnus-gravatar-insert): Use blank space from the current buffer to
7438         avoid breaking text properties.  This makes X-Sent updating work again.
7439
7440         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7441
7442 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7443
7444         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7445         fix the bug in url-http.el instead.
7446
7447         * shr.el (shr-image-fetched): Ditto.
7448
7449         * shr.el (shr-image-fetched): Avoid having point move in the article
7450         buffer.
7451
7452         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7453         buffer after being called.  It's apparently being killed by url.el, and
7454         killing it made point move to end-of-buffer in a random buffer.
7455
7456         * shr.el (shr-image-fetched): Ditto.
7457
7458 2011-01-23  Julien Danjou  <julien@danjou.info>
7459
7460         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7461
7462         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7463         text/x-org.
7464
7465 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7466
7467         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7468         (i.e., nnimap) returning nil as the article number.
7469
7470 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7471
7472         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7473         "DelSp" parameter in RFC3676.
7474
7475 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7476
7477         * message.el (message-check-recipients): Display the encoded version of
7478         the bogus address if they differ.
7479
7480         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7481         after sending.
7482
7483         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7484
7485         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7486
7487         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7488         group buffer after sending the queue.
7489
7490         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7491
7492 2011-01-22  Julien Danjou  <julien@danjou.info>
7493
7494         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7495
7496 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7497
7498         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7499         nested related parts.
7500
7501         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7502         unexpired articles.  This fixes the regression that led expiry marks to
7503         disappear from nnfolder groups.
7504
7505 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7506
7507         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7508         Don't confuse the "ret" of "retrograde" with RET.
7509
7510 2011-01-21  Julien Danjou  <julien@danjou.info>
7511
7512         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7513         than mm-insert-inline.
7514
7515 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7516
7517         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7518         Widen article buffer.
7519
7520 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7521
7522         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7523         the temp buffer.
7524         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7525
7526 2011-01-20  Julien Danjou  <julien@danjou.info>
7527
7528         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7529
7530         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7531         than mm-insert-inline to insert inline part: this respect
7532         mm-inline-media-tests displayers.
7533
7534         * mm-view.el (mm-display-shell-script-inline): New function.
7535
7536         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7537
7538         * mm-uu.el (mm-uu-type-alist): Add org block.
7539         (mm-uu-org-src-code-block-extract): New function.
7540
7541         * mm-view.el (mm-display-org-inline): New function.
7542
7543         * mm-decode.el (mm-automatic-display): Add text/org.
7544
7545         * mailcap.el (mailcap-mime-extensions): Add .org.
7546
7547 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7548
7549         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7550         gnus-article-add-buttons.
7551
7552 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7553
7554         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7555         From header with a date and "nobody" as the sender.
7556
7557 2011-01-19  Julien Danjou  <julien@danjou.info>
7558
7559         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7560         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7561         if you have the same regexp several times.
7562         (gnus-button-push): Fix matching when regexp is symbol.
7563
7564 2011-01-15  Glenn Morris  <rgm@gnu.org>
7565
7566         * message.el (message-mail): A compose-mail function should
7567         accept headers as strings.
7568
7569 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7570
7571         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7572         Add :vert-only tags.
7573         (message-mail): New arg RETURN-ACTION.
7574         (message-return-action): New var.
7575         (message-bury): Use it.
7576         (message-mode): Make it buffer-local.
7577         (message-send-and-exit): Always call message-bury.
7578
7579         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7580         message-mail.
7581
7582 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7583
7584         * nnimap.el (nnimap-convert-partial-article): Protect against
7585         zero-length body parts.
7586
7587         * mm-decode.el (mm-preferred-alternative-precedence):
7588         Discourage showing empty parts.
7589
7590         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7591         and stuff if the backend didn't return the article number.  This fixes
7592         an Exchange-related nnimap bug.
7593
7594         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7595         group window, because it does the wrong thing when a separate frame
7596         displays the group buffer.
7597
7598         * proto-stream.el (open-protocol-stream): Protect against the low-level
7599         transport functions returning nil.
7600
7601 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7602
7603         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7604         (mml2015-epg-find-usable-secret-key): New function.
7605         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7606         mml2015-epg-find-usable-key (Bug#7797).
7607         (mml2015-epg-encrypt): Ditto.
7608
7609 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * dgnushack.el (rot13-string): Fix the way to get the argument.
7612
7613 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7614
7615         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7616
7617 2011-01-03  Glenn Morris  <rgm@gnu.org>
7618
7619         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7620
7621         * sieve.el (sieve-open-server): Give a more explicit error if
7622         sieve-manage-open returns nil.  (Bug#7720)
7623
7624 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7625
7626         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7627
7628 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7629
7630         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7631         This avoids sending passwords in plain text over non-encrypted
7632         channels.
7633
7634         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7635
7636         * nnimap.el (nnimap-login): Refactored out into own function, and
7637         implement CRAM-MD5.
7638         (nnimap-wait-for-line): Refactored out.
7639
7640         * mm-view.el (mml-smime): Require.
7641
7642 2010-12-20  David Engster  <deng@eml.cc>
7643
7644         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7645         use EPG to decrypt S/MIME messages instead of openssl.
7646
7647 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7648
7649         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7650
7651         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7652         status is the group clearly is unreachable.
7653
7654         * auth-source.el (auth-source-create): Add the optional second
7655         parameter to `local-variable-p' to be compatible with XEmacs.
7656
7657 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7658
7659         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7660         work when using a compressed nnml folder.
7661
7662 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7663
7664         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7665         backends after sanitising on entry, because this never makes sense:
7666         If the articles have gone missing, then the data no longer exists on
7667         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7668         overwrite anything anyway.
7669
7670         * shr.el (shr-insert-document): Bind shr-width dynamically to
7671         window-width if it's nil.
7672
7673 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7674
7675         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7676         with the meaning of using the full emacs window width for rendering.
7677
7678 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7679
7680         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7681         case when sender is not given.
7682
7683 2010-12-23  Julien Danjou  <julien@danjou.info>
7684
7685         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7686         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7687         the addresses, otherwise we might misplaced the gravatar.
7688
7689 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7690
7691         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7692         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7693         obsolete in Emacs.
7694
7695 2010-12-20  Julien Danjou  <julien@danjou.info>
7696
7697         * gnus-util.el (gnus-rescale-image): Revert last change.
7698
7699 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7700
7701         * binhex.el: Improve commentary (Bug#7482).
7702
7703 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7704
7705         * gnus-group.el (gnus-group-delete-articles): New command.
7706
7707 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7708
7709         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7710
7711 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7712
7713         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7714         here, since it's up to the backends to do CRLF removal if their
7715         protocol has it.
7716
7717         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7718
7719 2010-12-17  Julien Danjou  <julien@danjou.info>
7720
7721         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7722         they are from file.  Can also scale up.
7723
7724 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7725
7726         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7727         Restore gnus-use-agent.
7728         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7729
7730         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7731
7732 2010-12-17  Julien Danjou  <julien@danjou.info>
7733
7734         * gravatar.el (gravatar-retrieve-synchronously): New function.
7735         (gravatar-get-data): Make more robust.
7736
7737 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7740
7741 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7742
7743         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7744         to really consider the last line.
7745
7746 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7747
7748         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7749         list of recipient keys, or use symmetric encryption if not a list.
7750         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7751         EPA override, replacing the call to `netrc-store-data'.
7752
7753 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7754
7755         * gnus-srvr.el: Avoid passing nil regexp argument to
7756         delete-matching-lines.
7757
7758 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7759
7760         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7761         fetching stops when Gnus exits.
7762
7763         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7764         function.
7765         (nnfolder-request-expire-articles): Save all the buffers after doing
7766         expiry.
7767
7768         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7769         the last article", since that led to serious performance regressions
7770         when expiring nnml groups.
7771
7772 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7773
7774         * nnir.el: Improve customizations.
7775
7776 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7777
7778         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7779
7780         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7781         group has been killed.
7782         (gnus-group-yank-group): Ditto.
7783
7784         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7785
7786         * nnimap.el (nnimap-request-update-group-status): New function.
7787
7788         * gnus-int.el (gnus-request-update-group-status): New interface
7789         function.
7790
7791         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7792         copying read-ness to the backends.
7793
7794         * nnimap.el (nnimap-quirk): New function.
7795         (nnimap-retrieve-group-data-early): Use it.
7796         (nnimap-quirks): New alist.
7797
7798 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7801         don't delete it within indentation.
7802
7803 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7804
7805         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7806         previous line.
7807
7808 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7809
7810         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7811         QRESYNC command by deleting a superfluous space which broke Cyrus
7812         servers.  This change will break other servers that are buggy the other
7813         way around.
7814
7815 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7816
7817         * spam.el: Reindent and fix long lines.
7818         (spam-copy-or-move-routine): Exclude invalid move destinations.
7819
7820 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7821
7822         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7823         installed the registry.
7824
7825 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7828
7829 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7830
7831         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7832         groupname doesn't contain "gmane".
7833
7834 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7835
7836         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7837         and netrc-bound-and-true-p bindings.
7838         (netrc-parse): Cache the netrc contents.
7839
7840         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7841         (gnus-1): Don't create the nndrafts group twice.
7842         (gnus-setup-news): There's no need to read the active file here, since
7843         that's done again later on a per-backend basis.
7844         (gnus-start-draft-setup): Make sure that the new group is started out
7845         empty.
7846
7847         * gnus-agent.el (gnus-agentize): Don't create the queue group
7848         automatically on startup.  It'll be created later, if needed.
7849
7850         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7851         of automatically subscribed groups.
7852         (gnus-auto-subscribed-categories): New variable.
7853         (gnus-matches-options-n): Use it.
7854         (gnus-default-subscribed-newsgroups): Remove unused variable.
7855         (gnus-start-draft-setup): Message a bit less.
7856
7857 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7858
7859         * nnir.el (nnir-run-imap): Return article list in order of increasing
7860         UID.
7861
7862 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7863
7864         * gnus-sum.el (gnus-summary-enter-digest-group):
7865         Mention gnus-auto-select-on-ephemeral-exit.
7866
7867         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7868         convention of the network-only option.
7869
7870 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7871
7872         * proto-stream.el (proto-stream-open-network-only): New function to
7873         have a way to specify non-STARTTLS upgrade connections.
7874
7875 2010-12-10  Julien Danjou  <julien@danjou.info>
7876
7877         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7878         email address is nil.
7879
7880         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7881
7882 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7883
7884         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7885         deletion.
7886         (nnir-run-imap): Only need to parse list once.
7887
7888 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7889
7890         * shr.el (shr-tag-script): Ignore <script>.
7891         (shr-tag-label): Add <label> support.
7892
7893 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7896
7897         * shr.el (shr-image-displayer): Work for images lined side by side.
7898
7899 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7900
7901         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7902         parameter, since XEmacs doesn't accept t as a parameter.
7903
7904 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7905
7906         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7907         ids.
7908         (nnir-run-gmane): Simplify groupspec formatting.
7909         (nnir-request-expire-articles): New function.
7910
7911 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7912
7913         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7914         overflow, possibly.
7915
7916         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7917         (shr-render-td): Handle td style="" better.
7918         (shr-tag-table): Use the color from the style sheet.
7919         (shr-render-td): Make sure we copy over all the overlays, too.
7920
7921 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7922
7923         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7924         (nnir-request-article): Improve article retrieval.
7925
7926 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * mm-util.el (mm-extra-numeric-entities): New variable.
7929
7930         * mm-url.el (mm-url-decode-entities):
7931         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7932
7933         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7934
7935 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7936
7937         * message.el: Use completion-at-point.
7938         (message-completion-function): New fun, extracted from message-tab.
7939         (message-mode): Use it for completion-at-point-functions.
7940         (message-tab): Use it and completion-at-point.
7941
7942 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7945         character if a non-breakable character follows.
7946
7947 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7948
7949         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7950         any stream.
7951
7952         * shr.el (shr-tag-font): Colorize the region.
7953         (shr-tag-body): Ditto.
7954         (shr-tag-font): Actually let the styles be inherited instead of
7955         overwriting them.
7956         (shr-tag-font): Get the background color right.
7957         (shr-tag-style): Ignore all <style> tags for the moment.
7958
7959         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7960         a Message-ID to avoid having nnimap depend on gnus-sum.
7961
7962         * shr.el (shr-descend): Only colorize something if we have a node that
7963         sets colors.
7964
7965 2010-12-06  Julien Danjou  <julien@danjou.info>
7966
7967         * shr.el (shr-render-td): Render td content with shr-descend, so style
7968         will be applied to <td> too.
7969         (shr-colorize-region): Colorize region even if we only have a background.
7970         (shr-tag-body): Fix color and background color inheritance.
7971         Do not recolorize after shr-generic.
7972         (shr-tag-font): Let shr-generic colorize via inheritance.
7973
7974 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7977
7978 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7979
7980         * nnir.el (nnir-request-move-article): Remove obsolete code.
7981
7982 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7985
7986 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7987
7988         * gnus-sum.el (gnus-summary-respool-article): The completion function
7989         expects a list instead of an alist.
7990
7991         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7992         string as the parameter.
7993
7994         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7995
7996         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7997         styles.
7998         (shr-colorize-region): New function.
7999         (shr-insert-background-overlay): Remove.
8000         (shr-render-td): Background setting should be taken care of on a higher
8001         level.
8002         (shr-tag-body): Use post-hoc colorizations.
8003         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8004         (shr-put-color-1): Don't overwrite old colors.
8005         (shr-colorize-region): When the background color isn't explicit, use
8006         a fixed background.
8007
8008         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8009         nnmail variables.
8010
8011 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8012
8013         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8014         unless necessary.
8015
8016 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8017
8018         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8019         server.
8020
8021 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8022
8023         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8024         so that TAB works.
8025
8026         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8027         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8028
8029         * shr.el (shr-urlify): Show the URL before the title to avoid
8030         misleading URLs.
8031
8032 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8033
8034         * shr.el (shr-urlify): Display the title in <a> tags.
8035
8036 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8037
8038         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8039
8040 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8041
8042         * nnir.el: Rearrange code to allow macros to be autoloaded by
8043         gnus-sum.el.
8044         (nnir-retrieve-headers-override-function): Make this variable
8045         customizable.
8046         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8047
8048         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8049         from nnir.el.
8050
8051 2010-12-03  Julien Danjou  <julien@danjou.info>
8052
8053         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8054
8055 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8058         allow optional argument `environment'.
8059
8060 2010-12-03  Glenn Morris  <rgm@gnu.org>
8061
8062         * mm-extern.el (message-goto-body): Update declaration.
8063
8064 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * gnus-util.el (gnus-macroexpand-all): New function.
8067
8068         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8069         instead of macroexpand-all that is unavailable in XEmacs.
8070
8071 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8072
8073         * nnir.el (nnir-summary-line-format): New variable.
8074         (nnir-mode): Use it.
8075         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8076         (nnir-article-ids): Reimplement as defsubst.
8077         (nnir-retrieve-headers): Don't mangle the subject header.
8078         (nnir-run-imap): Use 100 as RSV score.
8079         (nnir-run-find-grep): Fix for full server searching.
8080         (nnir-run-gmane): Better restriction to gmane groups.
8081
8082         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8083         summary buffers.
8084
8085 2010-12-02  Julien Danjou  <julien@danjou.info>
8086
8087         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8088
8089         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8090
8091         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8092         support.
8093
8094 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8095
8096         * nnir.el: Update to handle the registry better.
8097         (autoload): Silence byte-compiler.
8098         (nnir-open-server): Add a hook for nnir groups.
8099         (nnir-request-move-article): Don't mangle the header.  Better to use
8100         formatting variables (which will be added in the future).
8101         (nnir-registry-action): Update the registry using the original article
8102         group name.
8103         (nnir-mode): Install nnir-specific hooks for updating the registry.
8104
8105         * gnus-sum.el
8106         (gnus-article-original-subject, gnus-newsgroup-original-name):
8107         Remove obsolete variables.
8108         (gnus-summary-move-article): Remove use of obsolete variables.
8109         (gnus-summary-local-variables): Make move and delete hooks local to
8110         summary buffers.
8111
8112 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8113
8114         * rtree.el: New file.
8115
8116 2010-12-01  Julien Danjou  <julien@danjou.info>
8117
8118         * message.el (message-user-organization): Do not use
8119         gnus-local-organization.
8120
8121         * gnus.el: Remove gnus-local-organization.
8122
8123         * gnus-msg.el: Remove nastygram thing.
8124
8125 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8126
8127         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8128         funcall.
8129
8130 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8131
8132         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8133         names.
8134
8135         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8136         characters.
8137
8138         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8139         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8140         Suggested by Štěpán Němec <stepnem@gmail.com>.
8141         (gnus-gravatar-transform-address): Use mail-extract-address-components
8142         that supports non-ASCII names rather than mail-header-parse-addresses.
8143
8144 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8145
8146         * proto-stream.el (open-protocol-stream): All starttls connections are
8147         handled by the network handler.
8148
8149 2010-11-30  Julien Danjou  <julien@danjou.info>
8150
8151         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8152         (nnimap-open-connection-1): Fix PREAUTH.
8153
8154         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8155
8156 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8159         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8160         (shr-insert): Use them.
8161         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8162
8163 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8164
8165         * nnir.el (nnir-request-move-article): Bail out if original group
8166         doesn't support article moves.
8167         (nnir-get-active): Improve active list retrieval.
8168
8169 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170
8171         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8172
8173 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8174
8175         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8176         seem to accept strings-with-numbers as port numbers.
8177
8178 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8179
8180         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8181         change the registry.
8182
8183 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8184
8185         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8186         delete-dups that is not available in XEmacs 21.4.
8187
8188         * mm-util.el (mm-delete-duplicates): Add comment.
8189
8190 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8191
8192         * nnir.el (nnir-ignored-newsgroups): New variable.
8193         (nnir-get-active): Use it.
8194
8195 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8196
8197         * proto-stream.el (proto-stream-open-network): Add some comments.
8198
8199         * nntp.el (nntp-open-connection): Provide a :success condition.
8200
8201         * nnimap.el (nnimap-open-connection-1): Ditto.
8202
8203         * proto-stream.el (proto-stream-open-network): See what the response to
8204         the STARTTLS command is.
8205
8206         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8207         backwards compatibility).
8208         (nnimap-open-connection-1): Really respect nnimap-server-port.
8209
8210         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8211         TLS upgrades we don't really care about the identity of the peer.
8212         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8213         that what we've checked for.
8214         (proto-stream-always-use-starttls): Only default to t if
8215         open-gnutls-stream exists.
8216         (proto-stream-open-network): If STARTTLS failed, then just open a
8217         normal connection.
8218         (proto-stream-open-network): Wait until the greeting before doing
8219         STARTTLS.
8220
8221         * nntp.el (nntp-open-connection): Report what the connection error is.
8222
8223         * proto-stream.el (open-protocol-stream): Rename from
8224         open-proto-stream.
8225
8226 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8227
8228         * nnimap.el (nnimap-stream): Change default to `undecided'.
8229         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8230         first, and then network.
8231         (nnimap-open-connection-1): Respect nnimap-server-port.
8232         (nnimap-open-connection): Be more backwards-compatible.
8233
8234         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8235         (proto-stream-open-starttls): De-duplicate the starttls code.
8236         (proto-stream-open-starttls): Folded back into the main function.
8237         (proto-stream-open-network): Fix typo in the gnutls path.
8238         (proto-stream-command): Refactor out.
8239
8240         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8241
8242         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8243         starttls.el STARTTLS.
8244
8245         * color.el (color-lab->srgb): Fix function call name.
8246
8247         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8248         if we're using tls.el.
8249         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8250         built in, then don't try to establish a STARTTLS connection.
8251
8252         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8253         servers.
8254
8255         * proto-stream.el (open-proto-stream): Use network, not stream.
8256         (open-proto-stream): Add a way to specify what the end of a command is.
8257
8258         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8259         connections types.
8260         (nntp-open-network-stream): Remove.
8261         (nntp-open-ssl-stream): Remove.
8262         (nntp-open-tls-stream): Remove.
8263         (nntp-ssl-program): Remove.
8264
8265         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8266
8267 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8268
8269         * nnir.el: Fix typos.
8270         (nnir-retrieve-headers-override-function): Rename variable to reflect
8271         new semantics.
8272         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8273         macros.
8274         (nnir-request-article, nnir-request-move-article): Use them.
8275         (nnir-categorize): New function.
8276         (nnir-run-query): Use it.
8277         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8278         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8279         sorted.
8280         (nnir-group-full-name): Use gnus-group-full-name instead.
8281         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8282         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8283
8284 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8285
8286         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8287
8288         * proto-stream.el: New library to provide protocol-specific
8289         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8290         protocols.
8291         (open-proto-stream): Complete the documentation.
8292         (proto-stream-open-network): Fix some typos.
8293
8294         * nnimap.el (nnimap-open-connection): Use it.
8295
8296 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8297
8298         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8299         negotiation.
8300
8301 2010-11-26  Julien Danjou  <julien@danjou.info>
8302
8303         * color.el: Rename various rgb functions to srgb.
8304
8305 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8306
8307         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8308         names.
8309
8310 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8311
8312         * shr.el (shr-insert): Revert last change.
8313         (shr-find-fill-point): Never leave point being at bol;
8314         relax the kinsoku limitation when rendering tables.
8315
8316 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8317
8318         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8319         results from -accept-article.
8320
8321         * shr-color.el: Require cl when compiling.
8322
8323         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8324         checkin.
8325
8326         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8327
8328         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8329
8330         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8331         'add and 'delete to set backend marks.
8332
8333         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8334
8335         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8336
8337         * nntp.el (nntp-request-set-mark): Use it.
8338
8339         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8340
8341         * nnml.el (nnml-request-set-mark): Ditto.
8342
8343         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8344         introduces regressions in article selection.
8345         (nnimap-find-uid-response): New function.
8346         (nnimap-request-accept-article): Use the UID returned, if any.
8347         (nnimap-request-move-article): Use the UID returned, if any.
8348         (nnimap-get-groups): Reimplement to work with folded lines.
8349         (nnimap-find-uid-response): The UID is the last element in the list.
8350         (nnimap-request-set-mark): Extend syntax with 'set.
8351
8352         * nnml.el (nnml-request-set-mark): Ditto.
8353
8354         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8355
8356         * nntp.el (nntp-request-set-mark): Ditto.
8357
8358 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * message.el (message-called-interactively-p): A temporary macro.
8361         (message-goto-body): Use it temporarily.
8362
8363 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8364
8365         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8366         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8367         (nnimap-last-response-string): Fix last unfolding fix.
8368
8369 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * shr.el (shr-insert): Fix the way to fold lines.
8372
8373 2010-11-25  Julien Danjou  <julien@danjou.info>
8374
8375         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8376
8377         * color.el: Rename from color-lab.el
8378         (color-rgb->hex): Add.
8379         (color-complement): Add.
8380         (color-complement-hex): Add.
8381
8382         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8383
8384 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8385
8386         * shr-color.el (shr-color-visible): Don't bug out if the color names
8387         don't exist.
8388
8389 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8392         assuming that article displaying or another mml-preview may be
8393         interrupted for an error or for the like.
8394
8395         * shr.el (shr-get-background): Fix argument name.
8396
8397 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8398
8399         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8400
8401         * gnus-sum.el (gnus-summary-include-articles): New function.
8402
8403         * message.el (message-goto-body): called-interactively-p needs a
8404         parameter, so use `any'.
8405
8406         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8407         clear marks before moving, since they're synced from the Gnus side
8408         first.
8409
8410         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8411         (gnus-summary-move-article): Copy over all marks before moving, so that
8412         IMAP doesn't think a new article has arrived.
8413
8414 2010-11-24  Julien Danjou  <julien@danjou.info>
8415
8416         * shr.el (shr-insert-background-overlay): Fix typo.
8417         (shr-render-td): Copy the background before rendering.
8418
8419         * shr-color.el (shr-color-visible): Fix docstring.
8420
8421         * shr.el (shr-tag-table): Add bgcolor support.
8422         (shr-render-td): Add bgcolor support.
8423         (shr-get-background): Add.
8424         (shr-insert-foreground-overlay): Use shr-get-background.
8425
8426         * message.el (message-goto-body): Use called-interactively-p.
8427         (message-in-body-p): message-goto-body returns point.
8428
8429 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8430
8431         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8432         Fixes something or other in Emacs 23, and is backwards compatible.
8433
8434         * message.el (message-goto-body): Remove the <#secure special-casing,
8435         which is too special.
8436
8437         * shr.el (shr-parse-style): Drop !important from styles.
8438
8439 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8440
8441         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8442         this function to return incorrect results when calling it with an
8443         explicit article argument different from
8444         (gnus-summary-article-number).
8445
8446 2010-11-24  Julien Danjou  <julien@danjou.info>
8447
8448         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8449         (shr-tag-body): Add background support.
8450         (shr-descend): Add background support.
8451         (shr-tag-title): Add.
8452
8453         * shr-color.el (shr-color-visible): Really return original background
8454         if fixed.
8455
8456 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8457
8458         * shr.el (shr-color-check): Protect against non-existent color names.
8459
8460 2010-11-24  Julien Danjou  <julien@danjou.info>
8461
8462         * color-lab.el: Require 'cl when compiling.
8463
8464         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8465
8466         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8467         matched part.
8468
8469         * color-lab.el: Fix all expt calls to use float type.
8470
8471 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8472
8473         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8474         expression to shr-color-check as is.
8475
8476         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8477
8478         * color-lab.el: Add coding cookie.
8479         (float-pi): Use eval-and-compile.
8480
8481         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8482         compiled for Emacsen having no `libxml-parse-html-region' support.
8483
8484 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8485
8486         * shr.el (shr-insert-color-overlay): Split stuff like
8487         "#444444 !important" to find the real color.
8488         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8489         parse <font color="red"> entries.
8490
8491 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8492
8493         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8494         point when parsing headers.
8495
8496         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8497         is positioned properly when parsing headers.
8498
8499 2010-11-23  Julien Danjou  <julien@danjou.info>
8500
8501         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8502
8503         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8504
8505         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8506
8507         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8508         Use shr-color-hue-to-rgb.
8509         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8510
8511 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8512
8513         * shr.el (shr-color->hexadecimal): Autoload.
8514         (shr-descend): Add color to all tags.
8515
8516 2010-11-22  Julien Danjou  <julien@danjou.info>
8517
8518         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8519         shr-color->hexadecimal.
8520
8521         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8522         RGB() or HSL() color representation.
8523
8524         * shr.el (shr-tag-font): Add.
8525         (shr-tag-color-check): New function to get better colors.
8526         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8527         tag-span.
8528
8529         * shr-color.el: New file.
8530
8531         * color-lab.el: New file.
8532
8533         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8534
8535 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8536
8537         * nnir.el: Fix typo in comments.
8538         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8539         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8540
8541 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8542
8543         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8544
8545         * nnimap.el (nnimap-get-capabilities): Refactor out.
8546         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8547
8548 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8549
8550         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8551         appearing when `mm-uu-hide-markers' is nil.
8552
8553 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8554
8555         * nnimap.el (nnimap-unselect-group): Make into its own function.
8556         (nnimap-request-rename-group): Unselect group before renaming.
8557         This had gotten lost somewhere.
8558         (nnimap-request-accept-article): Keep track of examined groups, and
8559         unselect the group before APPENDing to read-only groups.
8560         (nnimap-request-move-article): Clear flags before moving so that they
8561         can be re-set later.
8562
8563 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8566         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8567
8568 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * gnus-art.el (gnus-mime-display-single):
8571         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8572         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8573         parameter.
8574
8575 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8576
8577         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8578         (shr-table-vertical-line): New variable.
8579         (shr-insert-table): Use it.
8580
8581 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * gnus-html.el (gnus-html-wash-images): Don't display images if
8584         gnus-inhibit-images is non-nil; register displayer for cid images.
8585         (gnus-html-display-image): Work for cid image.
8586         (gnus-html-insert-image): Allow arguments.
8587         (gnus-html-put-image): Inhibit read-only.
8588         (gnus-html-prefetch-images): Don't prefetch images if
8589         gnus-inhibit-images is non-nil.
8590
8591 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8592
8593         * shr.el (shr-put-image): Break lines when inserting big pictures.
8594
8595 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8596
8597         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8598         sender, thanks Katsumi Yamaoka.
8599
8600 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8601
8602         * nnir.el (nnir-run-imap): Reverse the article list for each group
8603         rather than the whole list.
8604
8605 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8606
8607         * shr.el (shr-image-displayer): Protect function against non-existent
8608         image source.
8609
8610         * gnus-art.el (gnus-inhibit-images): New user option.
8611         (gnus-mime-display-single): Don't display image if it is non-nil.
8612
8613         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8614         gnus-inhibit-images.
8615
8616         * shr.el (shr-image-displayer): New function.
8617         (shr-tag-img): Use it.
8618
8619 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8620
8621         * mml2015.el (mml2015-epg-sign): Use From header.
8622
8623 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8624
8625         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8626
8627         * gnus-util.el (gnus-find-text-property-region): Return markers.
8628
8629         * shr.el (shr-tag-img): Put a displayer in the text property.
8630
8631         * gnus-util.el (gnus-find-text-property-region): New utility function.
8632
8633         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8634         (gnus-html-show-images): Remove.
8635
8636         * gnus-art.el (gnus-article-show-images): New, more general function.
8637
8638         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8639         image url text properties.
8640
8641         * shr.el: Ditto.
8642
8643         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8644         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8645
8646 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8649         work for two or more articles.
8650
8651 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8654         divide an image that's in an html article to two or more when washing
8655         non-ASCII characters in alt text of it.
8656
8657 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8658
8659         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8660         smime-decrypt-region using function argument.
8661         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8662
8663         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8664
8665         * smime.el (smime-decrypt-region): Catch it.
8666
8667 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8668
8669         * smime.el (smime-mode-map): Move initialization into declaration.
8670         (gnus-run-mode-hooks): Don't autoload.
8671         (smime-mode): Use define-derived-mode.
8672
8673 2010-11-11  Glenn Morris  <rgm@gnu.org>
8674
8675         * smime.el (from): Restrict declaration to XEmacs.
8676
8677         * nnir.el (gnus-group-topic-name): Autoload.
8678
8679 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * shr.el (shr-insert): Don't break long line if it is because of
8682         kinsoku-bol characters in the line end.
8683
8684 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8685
8686         * nnir.el (nnir-request-move-article): Fix to provide original group
8687         and subject.
8688         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8689         been retrieved.
8690
8691         * gnus-sum.el (gnus-summary-move-article): Use original group and
8692         subject for virtual articles such as those in an nnir summary buffer.
8693
8694 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8697         least 21.5).
8698
8699         * smime.el (from): Declare it again for XEmacs.
8700
8701 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8702
8703         * message.el (message-resend): Don't disable encoding unless it's
8704         already encoded.
8705
8706         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8707         low-numbered articles.
8708
8709 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * rfc2047.el (rfc2047-syntax-table): Simplify.
8712
8713         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8714
8715         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8716         set-char-table-range for XEmacs.
8717
8718 2010-11-10  Glenn Morris  <rgm@gnu.org>
8719
8720         * time-date.el (time-to-seconds): Always an alias on Emacs,
8721         never a real function.
8722         (with-no-warnings): Remove compat stub, now unused.
8723         (time-less-p): Doc fix.
8724         (time-to-number-of-days): Simplify.
8725
8726         * smime.el (from): Remove unused declaration.
8727
8728         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8729         (gnus-float-time): On Emacs, always an alias.
8730
8731         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8732         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8733
8734 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * dgnushack.el: Don't use ignore-errors in the top level form since it
8737         is unavailable in XEmacs even if cl is loaded.
8738
8739         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8740
8741 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8742
8743         * shr.el (browse-url-mailto): Autoload.
8744
8745         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8746
8747         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8748         regexp doesn't need quoting.
8749
8750 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8751
8752         * message.el (message-subject-trailing-was-ask-regexp)
8753         (message-subject-trailing-was-regexp): Match was: in addition to was.
8754
8755 2010-11-09  Glenn Morris  <rgm@gnu.org>
8756
8757         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8758         (nnbabyl-check-mbox): Use point-at-bol.
8759
8760 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8761
8762         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8763
8764         * message.el (message-mailto): New function.
8765         (message-mailto): Should accept other parameters.
8766         (message-mailto): Remove since it duplicates browse-url-mailto
8767         functionality.
8768
8769 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8770
8771         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8772         methods.
8773         (gnus-read-active-file): Ditto.
8774
8775         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8776         ": " from the prompt.
8777         (gnus-group-make-group): Ditto.
8778
8779 2010-11-07  Glenn Morris  <rgm@gnu.org>
8780
8781         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8782         (gnus-bookmark-kill-line): Use point-at-eol.
8783
8784 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8787         asterisks in From header.
8788
8789 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8790
8791         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8792         string to avoid making the From headers syntactically invalid.
8793
8794         * message.el (message-send-mail): Don't insert courtesy messages if the
8795         message already has List-Post and List-ID messages.
8796
8797 2010-11-06  Glenn Morris  <rgm@gnu.org>
8798
8799         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8800         `condition', `type', `length' a prefix.
8801         (gnus-treat-predicate): Update for above name changes.
8802
8803 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8804
8805         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8806         binding.  Handled by `gnus-summary-refer-thread' instead.
8807         (nnir-warp-to-article): New backend function.
8808
8809         * nnimap.el (nnimap-request-thread): Force dependency updating.
8810
8811         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8812         (gnus-summary-refer-thread): Rework to improve thread-referral.
8813
8814         * gnus-int.el (gnus-warp-to-article): New function.
8815
8816         * gnus-sum.el (gnus-summary-article-map): Bind it.
8817
8818 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8819
8820         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8821         gnus-summary-refer-thread.
8822
8823         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8824         headers.
8825         (gnus-summary-limit-include-thread): Prevent articles in thread from
8826         being cut in gnus-cut-threads.
8827         (gnus-summary-refer-thread): Limit retrieved headers to those in
8828         thread.
8829
8830 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8831
8832         * message.el (message-send-mail): Use the value of
8833         message-courtesy-message from the message buffer.
8834
8835         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8836
8837         * shr.el (shr-browse-url): Implement mailto: URLs.
8838
8839         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8840         "raw".
8841
8842         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8843         if it's already selected.
8844
8845         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8846
8847 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8850         to measure the length and truncate alt text.
8851
8852 2010-11-03  Glenn Morris  <rgm@gnu.org>
8853
8854         * nndiary.el (nndiary-generate-nov-databases-1)
8855         (nndiary-generate-active-info): Rename dynamic variable `files' to
8856         something less generic.
8857
8858 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8859
8860         * nnir.el (nnir-request-move-article): Call the underlying backend to
8861         move articles from nnir.
8862
8863 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8864
8865         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8866
8867 2010-11-02  Julien Danjou  <julien@danjou.info>
8868
8869         * nnir.el: Remove wais support.
8870
8871 2010-11-02  Glenn Morris  <rgm@gnu.org>
8872
8873         * gnus-html.el: Reorder requirements to quieten compiler.
8874
8875 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8878         properly for XEmacs as well.
8879         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8880         (gnus-article-natural-long-line-p): Use window-width rather than
8881         frame-width.
8882
8883 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8884
8885         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8886         (nnir-read-parms): Don't modify query.
8887         (nnir-run-query): Add ability to search topic on current line.
8888         (nnir-get-active): Clean up.
8889
8890 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8891
8892         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8893         degenerate articles.
8894
8895         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8896         (gnus-print-buffer): Just print the buffer as is, without any copying
8897         to a buffer and then re-highlighting.
8898
8899         * nnimap.el (nnimap-request-group): Store the new updated info.
8900         (nnimap-request-group): Select the group when we don't know whether it
8901         exists or not.
8902
8903         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8904         groups.
8905
8906         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8907         groups.
8908
8909         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8910         groups.
8911
8912         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8913         long-lines case by only filling the long lines.
8914
8915         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8916         (bug#7311).
8917
8918 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * shr.el: No need to declare `declare-function' since shr.el is for
8921         only Emacsen that provide `libxml-parse-html-region'.
8922
8923         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8924         effective only in a file it is referred to.
8925
8926 2010-11-01  Glenn Morris  <rgm@gnu.org>
8927
8928         * mm-util.el (gnus-completing-read): Autoload.
8929         (mm-read-coding-system): Simplify Emacs definition.
8930
8931         * nnmail.el (gnus-activate-group):
8932         * nnimap.el (gnutls-negotiate):
8933         * nntp.el (netrc-parse): Fix declarations.
8934
8935 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8938         string-match-p in Emacs >=23.
8939
8940         * gnus-msg.el (gnus-configure-posting-styles):
8941         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8942
8943 2010-11-01  Glenn Morris  <rgm@gnu.org>
8944
8945         * nnir.el (declare-function): Add compat stub.
8946         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8947         (nnir-run-gmane): Require 'mm-url.
8948
8949         * mm-util.el (mm-string-to-multibyte): Simplify.
8950
8951         * shr.el (declare-function): Add compat stub.
8952         (url-cache-create-filename): Declare.
8953         (mm-disable-multibyte, widget-convert-button): Autoload.
8954
8955         * smime.el (ldap-search): Declare.
8956         (smime-cert-by-ldap-1): Require ldap on Emacs.
8957
8958         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8959         (nnimap-keepalive): Use gnus-float-time.
8960
8961         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8962         (mail-source-delete-crash-box): Use gnus-float-time.
8963
8964         * gnus-dired.el (gnus-completing-read): Autoload.
8965
8966         * mm-view.el (gnus-rescale-image): Autoload.
8967
8968         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8969
8970         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8971
8972         * sieve-manage.el: Require 'cl when compiling.
8973
8974         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8975         (gnus-iswitchb-completing-read): Require iswitchb.
8976         (gnus-select-frame-set-input-focus): Silence compiler.
8977
8978 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8979
8980         * message.el (message-subject-trailing-was-query): Change default to t,
8981         since I think that's what most people want.
8982
8983         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8984         appending for easier debugging.
8985         (nnimap-wait-for-connection): Take a regexp.
8986         (nnimap-request-accept-article): Wait for the continuation line before
8987         sending anything unless we're streaming.
8988
8989         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8990         leave the header washing to take place.
8991
8992 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8993
8994         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8995         regular expression match and replace in posting styles.
8996
8997 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8998
8999         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9000         an entire server.
9001         (nnir-get-active): New function.
9002         (nnir-run-imap): Use it.
9003         (nnir-run-gmane): Who knew, gmane search returns an article score!
9004
9005         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9006         server on the current line with nnir.
9007
9008 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9009
9010         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9011         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9012         left edge.
9013         (gnus-article-foldable-buffer): Skip past the prefix when determining
9014         raggedness.
9015
9016         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9017         the raw article, and change `C-u g' to show the article without doing
9018         treatments.
9019
9020         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9021         on to `gnus-treat-article'.
9022         (gnus-inhibit-article-treatments): New variable.
9023
9024         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9025
9026         * gnus-art.el (gnus-treatment-function-alist): Have
9027         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9028         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9029         sections.
9030
9031         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9032         parameter.
9033         (gnus-article-fill-cited-long-lines): New function.
9034         (gnus-article-fill-cited-article): Allow filling only long sections.
9035
9036         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9037         and non-punctuation (like after the apostrophe in "'We").
9038
9039         * gnus-sum.el (gnus-summary-select-article): Make sure
9040         gnus-original-article-buffer is alive.
9041
9042         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9043         reflect the order they're in in the digest.
9044
9045         * gnus.el (gnus-group-startup-message): Move point to the start of the
9046         buffer.
9047
9048         * nnimap.el (nnimap-capability): New function.
9049         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9050         is set.
9051
9052 2010-10-31  David Engster  <dengste@eml.cc>
9053
9054         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9055         conform with changes to gnus-completing-read.
9056
9057 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9058
9059         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9060
9061 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9062
9063         * nnir.el: Move defvar, defcustom around to keep file organized
9064         and keep byte-compiler quiet.
9065         (nnir-read-parms): Accept search-engine as arg.
9066         (nnir-run-query): Pass search-engine as arg.
9067         (nnir-search-engine): Remove.
9068
9069 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9070
9071         * shr.el (shr-generic): The text nodes should be text, not :text.
9072
9073         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9074         later in the file.
9075
9076 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9077
9078         * nnir.el: General clean up.  Allow searching with multiple engines.
9079         Allow separate extra-parameters for each engine.
9080         Batch queries when possible.
9081         (nnir-imap-default-search-key, nnir-method-default-engines):
9082         Add customize interface.
9083         (nnir-run-gmane): New engine.
9084         (nnir-engines): Use it.  Qualify all prompts with engine name.
9085         (nnir-search-engine): Remove global variable.
9086         (nnir-run-hyrex): Restore for now.
9087         (nnir-extra-parms, nnir-search-history): New variables.
9088         (gnus-group-make-nnir-group): Use them.
9089         (nnir-group-server): Remove in favor of gnus-group-server.
9090         (nnir-request-group): Avoid searching twice.
9091         (nnir-sort-groups-by-server): New function.
9092
9093 2010-10-30  Julien Danjou  <julien@danjou.info>
9094
9095         * gnus-group.el: Remove gnus-group-fetch-control.
9096
9097         * gnus-start.el (gnus-find-new-newsgroups):
9098         Remove gnus-check-first-time-used.
9099
9100         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9101
9102 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9103
9104         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9105         set on groups that don't have \* permanentflags.
9106
9107 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9108
9109         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9110         control the background color.
9111         (shr-tag-img): Ignore very small web bug type images.
9112         (shr-put-image): Add help-echo alt texts to the images.
9113         (shr-tag-video): Show the video poster image.
9114
9115 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9116
9117         * shr.el (shr-table-depth): New variable.
9118         (shr-tag-table-1): Only insert the images after the top-level table.
9119
9120         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9121
9122         * gnus-util.el (gnus-list-memq-of-list): New function.
9123
9124         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9125         selected.
9126         (nnimap-unsplittable-articles): New slot.
9127         (nnimap-new-articles): Use it.
9128
9129 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9130
9131         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9132         move to the previous line on `M-g'.
9133
9134 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9135
9136         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9137         *-request-group, which seems unnecessary.
9138
9139         * nnimap.el (nnimap-quote-specials): Function copied over from
9140         imap.el.
9141         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9142         they support that.  Suggested by Tom Regner.
9143
9144 2010-10-29  Julien Danjou  <julien@danjou.info>
9145
9146         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9147         defalias.
9148         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9149
9150         * gnus.el: Remove `gnus-nntp-service' variable.
9151         (gnus-secondary-servers): Make obsolete.
9152         (gnus-nntp-server): Make obsolete.
9153
9154         * gnus-start.el (gnus-1): Remove x-splash calls.
9155
9156         * gnus-ems.el (gnus-x-splash): Remove.
9157
9158         * gnus.el (gnus-group-startup-message): Simplify/update code.
9159
9160         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9161         definition.
9162
9163         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9164         capability before doing anything.
9165         (gnus-group-insert-group-line): Remove useless
9166         gnus-group-remove-excess-properties.
9167
9168 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9171
9172 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9173
9174         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9175         config after reselecting.
9176
9177 2010-10-28  Julien Danjou  <julien@danjou.info>
9178
9179         * shr.el (shr-put-image): Use point even if only inserting text.
9180         (shr-put-image): Save excursion when inserting alt text on non-graphic
9181         display, so the behavior is the same when we are on a graphic display.
9182
9183         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9184
9185 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9188         (gnus-mime-copy-part): Check coding system, not charset.
9189         (gnus-mime-view-part-externally): Never remove part.
9190         (gnus-mime-view-part-internally): Don't remove part here.
9191         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9192         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9193         multipart/alternative.
9194
9195         * mm-decode.el (mm-display-part): Take optional arg `force'.
9196
9197 2010-10-26  Julien Danjou  <julien@danjou.info>
9198
9199         * gnus-group.el (gnus-group-default-list-level): Add this function to
9200         compute the default list level.
9201         (gnus-group-default-list-level): Add possibility to use a function.
9202
9203 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9206
9207         * gnus-group.el (gnus-group-completing-read)
9208         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9209         gnus-replace-in-string.
9210
9211 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * shr.el (shr-tag-div): Add.
9214
9215         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9216
9217 2010-10-25  Julien Danjou  <julien@danjou.info>
9218
9219         * gnus-util.el: Remove `gnus-with-local-quit'.
9220
9221         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9222
9223 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9224
9225         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9226         the original article buffer.
9227
9228 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9229
9230         * nnimap.el (nnimap-request-head): New function.
9231         (nnimap-request-move-article): Try to be slightly faster by not
9232         requesting the entire message when moving.
9233         (nnimap-transform-headers): Don't bug out on bodiless articles.
9234         (nnimap-send-command): Have no outstanding messages if the IMAP server
9235         doesn't support streaming.
9236         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9237
9238 2010-10-24  Julien Danjou  <julien@danjou.info>
9239
9240         * message.el (message-default-headers): Fix type.
9241
9242 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9243
9244         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9245         prefetching images.
9246
9247         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9248         backend for unknown groups.  This is mainly useful for nnimap groups.
9249
9250         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9251         group isn't covered by the agent.
9252
9253 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9254
9255         * nnir.el (nnir-method-default-engines): New variable.
9256         (nnir-run-query): Use it.
9257         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9258         (gnus-summary-nnir-goto-thread): Change group if needed.
9259
9260         * gnus-group.el (gnus-group-group-map): Add key binding for
9261         gnus-group-make-nnir-group.
9262
9263 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9264
9265         * shr.el (shr-tag-object): Add.
9266
9267         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9268         original article buffer live.
9269         (gnus-summary-select-article-buffer):
9270         Mention gnus-widen-article-buffer.
9271
9272 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9273
9274         * shr.el (shr-tag-strong): Add.
9275
9276 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9277
9278         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9279         group names.  They mess up the group buffer badly.
9280
9281         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9282
9283         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9284         instead of the summary one.
9285
9286 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * mml.el (mml-preview): Work properly when editing article.
9289
9290         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9291         gnus-have-read-active-file if it's already been in.
9292
9293 2010-10-22  Tom Tromey  <tromey@redhat.com>
9294
9295         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9296         gnus-group-completing-read.
9297
9298 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9299
9300         * message.el (message-mode-map): Don't bind M-; to comment region, to
9301         allow the global comment-dwim to work.
9302
9303 2010-10-21  Julien Danjou  <julien@danjou.info>
9304
9305         * message.el (message-setup-1): Allow message-default-headers to be a
9306         function.
9307
9308 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * shr.el (shr-tag-table): Simplify.
9311
9312 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9313
9314         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9315         to avoid trying to snarf invalid stuff.
9316
9317         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9318
9319         * gnus.el (gnus-message-archive-group): Quote value.
9320         (gnus-message-archive-group): Mark as changed.
9321
9322         * shr.el (shr-add-font): Don't put the font properties on the newline
9323         or the indentation.
9324
9325         * message.el (message-fix-before-sending): Change options when sending
9326         non-printable characters.
9327
9328         * gnus.el (gnus-message-archive-method): Change the default to
9329         monthly outgoing groups.
9330
9331         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9332         that have gotten new numbers.
9333
9334         * nnimap.el (nnimap-request-replace-article): New function.
9335
9336 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9337
9338         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9339         (nnrss-request-article): Don't use special html washing code.
9340
9341 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9342
9343         * shr.el (shr-tag-table): Remove useless nconc.
9344
9345 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9346
9347         * gnus-art.el (article-wash-html): Simplify and remove the charset
9348         stuff.  Use the normal html rendering code instead of the special html
9349         washing code.
9350
9351         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9352         `gnus-w3m' symbols.
9353         (mm-text-html-washer-alist): Remove.
9354
9355         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9356         (mm-inline-media-tests): Remove use.
9357         (mm-text-html-renderer): Change default to the `shr' symbol.
9358
9359         * mm-view.el (mm-inline-text-html): Remove use.
9360
9361         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9362         `gnus-blocked-images' to be a function.
9363         (gnus-article-wash-function): Remove.
9364
9365 2010-10-20  Julien Danjou  <julien@danjou.info>
9366
9367         * spam.el (spam-list-of-processors): Mark as obsolete.
9368
9369         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9370         (nnimap-insert-partial-structure): Fix boundary detection.
9371
9372 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9373
9374         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9375         run file-truename on remote files.  This can be expensive and even
9376         prevent one from editing drafts if some unrelated buffer has a stale
9377         connection.
9378
9379 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9382         kinsoku-eol regardless of shr-kinsoku-shorten.
9383         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9384         (shr-tag-table): Support caption, thead, and tfoot.
9385
9386 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9387
9388         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9389         lines.
9390         (shr-save-contents): New command and keystroke.
9391
9392         * nndoc.el (nndoc-type-alist): Add git support.
9393         (nndoc-git-type-p): New function.
9394         (nndoc-transform-git-article): Ditto.
9395         (nndoc-transform-git-headers): Ditto.
9396         (nndoc-transform-git-headers): Generate Subject headers.
9397
9398         * shr.el (shr-parse-style): New function.
9399         (shr-tag-span): Ditto.
9400
9401         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9402         to `G G' to avoid collisions.
9403
9404 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * shr.el: Load kinsoku if necessary.
9407         (shr-kinsoku-shorten): New internal variable.
9408         (shr-find-fill-point): Make kinsoku shorten text line if
9409         shr-kinsoku-shorten is bound to non-nil.
9410         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9411         shr-indentation too when testing if table is wider than frame width.
9412         (shr-insert-table): Use `string-width' instead of `length' to measure
9413         text width.
9414         (shr-insert-table-ruler): Make sure indentation is done at bol.
9415
9416 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9417
9418         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9419         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9420         undecoded network data.
9421
9422 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9423
9424         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9425         name in the mode line spec so that the mode line menu works
9426         (bug#2431).
9427
9428         * message.el (message-get-reply-headers): If we're fed `to-address',
9429         then always use that.
9430
9431         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9432         aren't so wide as to need to switch off the edit menu.
9433
9434         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9435         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9436
9437         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9438         `M-g'.
9439         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9440         the permanent marks.
9441
9442 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9443
9444         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9445         Splitting according to references/in-reply-to obeys the ignore-groups
9446         variable, while splitting by sender and subject do not.
9447
9448 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9449
9450         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9451         alist, so that we can look for non-Unicode chars.
9452         (article-translate-strings): Allow both character and string maps.
9453
9454 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * shr.el (shr-insert): Don't insert space behind a wide character
9457         categorized as kinsoku-bol, or between characters both categorized as
9458         nospace.
9459
9460 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9461
9462         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9463         headers to gnus-newsgroup-headers.
9464
9465 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9466
9467         * shr.el (shr-tag-img): Don't align images -- since we're not
9468         rescaling, this often leads to ugly displays.
9469
9470 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9471
9472         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9473         duplicates.
9474
9475 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9476
9477         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9478         call.
9479
9480 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9481
9482         * gnus.el: Autoload gnus-html-show-images.
9483
9484         * nnimap.el: Use nnheader-message throughout.
9485
9486         * shr.el (shr-tag-img): Ignore images with no data.
9487
9488 2010-10-15  Julien Danjou  <julien@danjou.info>
9489
9490         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9491         a possibility to disable format=flow encoding when using hard newlines.
9492
9493 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * shr.el (shr-insert): Remove space inserted before or after a
9496         breakable character or at the beginning or the end of a line.
9497         (shr-find-fill-point): Do kinsoku; find the second best point or give
9498         it up if there's no breakable point.
9499
9500 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9501
9502         * nnimap.el (nnimap-open-connection): Message when opening connection
9503         for debugging purposes.
9504
9505         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9506         on every setup buffer call to allow this to change from article to
9507         article.
9508
9509         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9510         buffers where we have a wide table.
9511
9512 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9513
9514         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9515         uses *-request-thread.
9516
9517 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9518
9519         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9520         incantation, which is no longer valid.
9521
9522 2010-10-14  Julien Danjou  <julien@danjou.info>
9523
9524         * shr.el: Fix defcustom type (char -> character).
9525
9526 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9527
9528         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9529         programs.
9530
9531 2010-10-14  Julien Danjou  <julien@danjou.info>
9532
9533         * shr.el (shr-tag-a): Use url-link as widget type.
9534
9535         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9536         `gnus-group-get-icon'.
9537
9538 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9539
9540         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9541         This should make server editing work better.
9542
9543         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9544
9545         * tls.el (tls-program): Remove spurious %s from openssl.
9546
9547         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9548         (nnimap-parse-flags): Fix regexp.
9549
9550         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9551         probably work for CJVK text, too.
9552
9553         * nnimap.el (nnimap-extend-tls-programs): Remove.
9554         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9555
9556         * tls.el (tls-starttls-switches): Remove starttls hack.
9557         (open-tls-stream): Ditto.
9558         (tls-find-starttls-argument): Ditto.
9559
9560 2010-10-13  Julien Danjou  <julien@danjou.info>
9561
9562         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9563         responses.
9564
9565 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9566
9567         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9568
9569         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9570         anything in Emacs.
9571
9572         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9573
9574 2010-10-13  Julien Danjou  <julien@danjou.info>
9575
9576         * shr.el (shr-width): Make shr-width a defcustom with default to
9577         fill-column.
9578         (shr-tag-img): Use shr-width rather than fill-column.
9579
9580 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * dgnushack.el (byte-optimize-apply):
9583         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9584
9585         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9586         position when (X-)Faces exist.
9587         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9588         avatars when called interactively.
9589
9590 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9591
9592         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9593         gnus-article-x-face-too-ugly is bound.
9594
9595 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9596
9597         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9598
9599         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9600         mailbox that doesn't exist.
9601
9602 2010-10-12  Julien Danjou  <julien@danjou.info>
9603
9604         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9605         (shr-get-image-data): Encode URL properly when fetching from cache.
9606         (shr-tag-img): Use aligned-to spaces to align correctly images.
9607
9608         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9609         before inserting the Gravatar.
9610
9611         * shr.el (shr-tag-img): Add align attribute support for <img>.
9612
9613 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9614
9615         * gnus-gravatar.el (gnus-art): Require.
9616
9617         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9618         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9619         Remove long obsoleted functions.
9620
9621 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9624
9625         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9626
9627         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9628         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9629         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9630         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9631         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9632         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9633         * sieve-manage.el, smime.el, spam.el:
9634         Fix comment for declare-function.
9635
9636 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9637
9638         * nnimap.el (nnimap-request-rename-group): Select group read-only
9639         before renaming it.
9640
9641         * shr.el (shr-insert): Fix up the white space only regexp.
9642
9643         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9644         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9645
9646         * shr.el (shr-current-column): New function.
9647         (shr-find-fill-point): New function.
9648
9649 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9650
9651         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9652         numbers.
9653
9654 2010-10-11  Julien Danjou  <julien@danjou.info>
9655
9656         * shr.el (shr-hr-line): Add.
9657         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9658         display hr lines.
9659         (shr-max-columns): Do not change state to nil if we just inserting
9660         spaces.
9661
9662 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9663
9664         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9665         select the last group.
9666
9667 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9668
9669         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9670
9671 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9672
9673         * dig.el (dig-mode-map): Declare and define in one step.
9674
9675 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9676
9677         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9678         for Gnus.
9679         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9680         (nnimap-update-qresync-info): Mark \Seen articles as read.
9681
9682         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9683         non-variable, too.
9684
9685         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9686         available.
9687         (nnimap-update-info): Rely more on the current active than the param
9688         active to avoid marking articles as read too much.
9689
9690         * auth-source.el (auth-source-create): Use (user-login-name) for the
9691         user name default.
9692
9693         * nnimap.el (nnimap-update-info): If the server doesn't return any
9694         useful info, just use the previous info.
9695         (nnimap-update-info): Prefer old info over start-article.
9696         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9697
9698 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9699
9700         * nnir.el (autoload): Clean up autoloads.
9701         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9702         Use key rather than value.
9703         (nnir-imap-search-other): New variable.
9704         (nnir-read-parm): Use it.
9705         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9706         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9707
9708 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9709
9710         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9711         the process, too.
9712
9713 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9714
9715         * spam.el (gnus-summary-mode-map): Bind to "$".
9716         Suggested by Russ Allbery.
9717
9718         * shr.el: Rework the way things are indented by <li> slightly.
9719
9720         * gnus.el (gnus-group-set-parameter): Fix typo.
9721
9722         * nnimap.el: Start implementing QRESYNC support.
9723
9724 2010-10-09  Julien Danjou  <julien@danjou.info>
9725
9726         * nnir.el (nnir-engines): Fix too many arguments.
9727
9728 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9729
9730         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9731         group is the "last", so that the backends like nnfolder actually save
9732         their folders.
9733
9734         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9735         try to use that for the tls stream.
9736         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9737         UIDVALIDITY and find out which groups are read-only and not.
9738         (nnimap-get-flags): Use the same marks parsing code as the rest of
9739         nnimap.
9740
9741 2010-10-09  Julien Danjou  <julien@danjou.info>
9742
9743         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9744
9745         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9746         retrieving gravatars.
9747
9748         * shr.el (shr-table-corner): Add.
9749         (shr-table-line): Add.
9750         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9751
9752 2010-10-08  Julien Danjou  <julien@danjou.info>
9753
9754         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9755
9756 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9757
9758         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9759
9760         * gnus-sum.el (gnus-mark-article-as-unread)
9761         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9762         (gnus-summary-set-bookmark): Use it.
9763
9764         * gnus-msg.el (gnus-setup-message): Use it.
9765
9766         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9767
9768         * gnus.el (gnus-group-remove-parameter): Use it.
9769
9770         * gnus-group.el (gnus-group-make-web-group): Use it.
9771
9772         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9773
9774         * nnregistry.el: Update docs to mention manual.
9775
9776         * gnus-registry.el: Update docs to mention nnregistry.el.
9777         (gnus-registry-initialize): Don't install nnregistry refer method
9778         automatically.
9779         (gnus-registry-install-nnregistry): Remove it.
9780
9781 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9782
9783         * shr.el (shr-insert): Don't insert double spaces.
9784
9785 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9786
9787         * gnus-gravatar.el (gnus-treat-from-gravatar)
9788         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9789         called interactively.
9790
9791         * gnus-art.el (gnus-mime-view-part-externally)
9792         (gnus-mime-view-part-internally): Make predicate function passed to
9793         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9794         of a mime type.
9795
9796         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9797
9798 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9799
9800         * shr.el (require): Require cl when compiling.
9801         (shr-tag-hr): New function.
9802
9803         * nnimap.el (nnimap-update-info): Remove double setting of high.
9804         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9805         This makes nnimap work properly on Courier again.
9806
9807         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9808         the variable for backwards compatibility.
9809
9810         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9811         the file name before using to avoid setting mm-default-directory to
9812         nil.
9813
9814         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9815         bidning gnus-agent variables.
9816
9817         * shr.el (shr-render-td): Use a cache for the table rendering function
9818         to avoid getting an exponential rendering behavior in nested tables.
9819         (shr-insert): Rework the line-breaking algorithm.
9820         (shr-insert): Don't leave trailing spaces.
9821         (shr-insert-table): Also insert empty TDs.
9822         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9823
9824 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9825
9826         * gnus-sum.el (gnus-number): Rename from `number'.
9827         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9828         (gnus-summary-limit-children): Update uses correspondingly.
9829
9830 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9833         (gnus-gravatar-transform-address): Don't show avatars of people of
9834         which mail addresses match gnus-gravatar-too-ugly.
9835
9836 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9837
9838         * shr.el (shr-table-widths): Expand TD elements to fill available
9839         space.
9840
9841 2010-10-07  Julien Danjou  <julien@danjou.info>
9842
9843         * nnimap.el (nnimap-request-rename-group): Add this method.
9844
9845 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9848         name from XEmacs' function-arglist.
9849
9850         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9851         gravatar under XEmacs.
9852
9853 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9854
9855         * auth-source.el: Update docs with TODO items.
9856
9857         * gnus-sync.el: Update docs to explain state and plans.
9858
9859         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9860         Hooks for mark updates.
9861         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9862
9863         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9864         hooks with arguments, which is needed for mark update hooks.
9865
9866 2010-10-06  Julien Danjou  <julien@danjou.info>
9867
9868         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9869         was matched.
9870
9871         * sieve-manage.el: Update example in `Commentary'.
9872
9873         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9874
9875         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9876         not 2000.
9877         (sieve-manage-authenticate): Re-add function.
9878
9879 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9880
9881         * shr.el (shr-insert): Get 'space transition right.
9882         (shr-render-td): Only delete space at the end of the TD.
9883
9884         * nnimap.el (nnimap-open-connection): Prepare to support
9885         open-gnutls-stream.
9886
9887         * shr.el: Rearrange function order to be more logical.
9888
9889 2010-10-06  Julien Danjou  <julien@danjou.info>
9890
9891         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9892         (nnrss-discover-feed): Remove 404 URL in docstring.
9893
9894         * nnir.el: Fix Swish-E URL.
9895         Fix Namazu URL.
9896
9897         * message.el (message-change-subject): Remove 404 URL in a comment.
9898
9899 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9900
9901         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9902         called interactively.
9903
9904         * gnus-util.el (gnus-remove-if): Allow hash table.
9905         (gnus-remove-if-not): New function.
9906
9907         * gnus-art.el (gnus-mime-view-part-as-type):
9908         * gnus-score.el (gnus-summary-score-effect):
9909         * gnus-sum.el (gnus-read-move-group-name):
9910         Replace remove-if-not with gnus-remove-if-not.
9911
9912         * gnus-group.el (gnus-group-completing-read):
9913         Regard collection as a hash table if it is not a list.
9914
9915 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9916
9917         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9918
9919         * shr.el: Document the table-rendering algorithm.
9920
9921 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9924         for Emacsen having no `libxml-parse-html-region' support.
9925
9926 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9927
9928         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9929         invalid URLs.
9930
9931         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9932         line-broken.
9933         (shr-tag-img): Ignore image fetching errors.
9934         (shr-overlays-in-region): Compute overlay positions correctly.
9935
9936         * mm-decode.el (mm-shr): Require shr.
9937
9938         * gnus-art.el (gnus-blocked-images): Move variable here.
9939
9940         * shr.el (shr-insert-table): Bind free variable.
9941
9942         * mm-decode.el (mm-shr): Bind shr-content-function.
9943
9944         * shr.el (shr-content-function): New variable.
9945
9946         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9947         added for symmetry.
9948
9949         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9950
9951         * gnus-group.el (gnus-group-make-group): Doc fix.
9952
9953         * nnimap.el (nnimap-request-newgroups): Return success.
9954
9955         * shr.el (shr-find-elements): New function.
9956         (shr-tag-table): Put all the images after the table.
9957         (shr-tag-table): Really inhibit images inside the table.
9958         (shr-collect-overlays): Copy over overlays from the TD elements to the
9959         main document.
9960
9961         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9962         gnus-blocked-images.
9963
9964 2010-10-05  Julien Danjou  <julien@danjou.info>
9965
9966         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9967
9968         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9969         (gnus-html-maximum-image-size): Add this function.
9970         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9971
9972         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9973         server-value of the capability is nil.
9974
9975 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9976
9977         * shr.el (shr-tag-em): Add <EM> tag.
9978
9979 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9980
9981         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9982         customizable.
9983
9984         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9985         handing broken links to browse-url.
9986
9987 2010-10-05  Julien Danjou  <julien@danjou.info>
9988
9989         * gnus-util.el (gnus-emacs-completing-read)
9990         (gnus-iswitchb-completing-read): Use autoload rather than require.
9991
9992 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9995         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9996         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9997         iswitchb-temp-buflist for XEmacs.
9998
9999         * gnus-util.el (gnus-completing-read-function): Exclude
10000         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10001         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10002         XEmacs.
10003
10004         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10005         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10006
10007         * gnus-html.el: Don't require help-fns under XEmacs.
10008         (gnus-html-schedule-image-fetching): Work for XEmacs.
10009
10010         * mm-decode.el (mm-shr): Decode contents by charset.
10011
10012 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10013
10014         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10015         unknown.
10016
10017         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10018         (shr-get-image-data): Ensure against the cache file missing.
10019
10020         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10021         for data.
10022
10023         * spam-report.el (spam-report-url-ping-plain): Don't query about
10024         killing the process.
10025
10026         * shr.el (shr-render-td): Protect against too-wide text.
10027
10028 2010-10-04  Julien Danjou  <julien@danjou.info>
10029
10030         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10031         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10032
10033         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10034         retrieved.
10035
10036 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10037
10038         * shr.el (browse-url): Require.
10039         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10040         lines.
10041         (shr-show-alt-text, shr-browse-image): New commands.
10042         (shr-browse-url, shr-copy-url): New commands.
10043
10044         * gnus-sum.el (gnus-widen-article-window): New variable.
10045         (gnus-summary-select-article-buffer): Use it.
10046
10047         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10048         without @ signs.
10049
10050 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10051
10052         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10053
10054 2010-10-04  Julien Danjou  <julien@danjou.info>
10055
10056         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10057         for XEmacs.
10058
10059 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10060
10061         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10062
10063         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10064         (nnimap-close-server): Implement.
10065
10066         * dgnushack.el (iswitchb): Require to shut up the compiler.
10067
10068         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10069         (shr-insert): Tweak line breaking.
10070         (shr-insert): Handle <pre> better.
10071         (shr-tag-li): Get <li> indentation right.
10072         (shr-tag-li): Get <li> indentation even righter.
10073         (shr-tag-blockquote): Ensure paragraph start.
10074         (shr-make-table): Tweak table generation.
10075         (shr-make-table): Fix typo.
10076
10077         * shr.el: Implement table rendering.
10078
10079 2010-10-04  Julien Danjou  <julien@danjou.info>
10080
10081         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10082
10083 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10084
10085         * shr.el (shr-insert): Use string anchors instead of line anchors.
10086
10087 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10088
10089         * shr.el: Add headings.
10090         (shr-ensure-paragraph): Actually work.
10091         (shr-tag-li): Make <ul> prettier.
10092         (shr-insert): Get white space at the beginning/end of elements right.
10093         (shr-tag-p): Collapse subsequent <p>s.
10094         (shr-ensure-paragraph): Don't insert double line feeds after blank
10095         lines.
10096         (shr-insert): \t is also space.
10097         (shr-tag-s): Fix "s" tag name function.
10098         (shr-tag-s): Fix face prop name.
10099
10100 2010-10-03  Julien Danjou  <julien@danjou.info>
10101
10102         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10103
10104         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10105         gnus-window-inside-pixel-edges.
10106
10107         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10108         gnus-ems.
10109
10110         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10111
10112         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10113         function.
10114
10115         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10116         resize choice.
10117
10118 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10119
10120         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10121         beginning of the buffer.
10122
10123         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10124         article buffer again.
10125
10126         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10127
10128         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10129         when it's at the start of the buffer.
10130
10131         * shr.el (shr-tag-blockquote): Convert name.
10132         (shr-rescale-image): Use the right image-size variant.
10133
10134         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10135         buffer isn't shown, then select the current article first instead of
10136         bugging out.
10137         (gnus-summary-select-article-buffer): Show both the article and summary
10138         buffers again.
10139
10140         * shr.el (shr-fontize-cont): Protect against regions with no text.
10141         Rename tag functions to shr-tag-* for enhanced security.
10142         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10143
10144 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10145
10146         * shr.el (shr-insert):
10147         * pop3.el (pop3-movemail):
10148         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10149         loaded.
10150
10151 2010-10-03  Glenn Morris  <rgm@gnu.org>
10152
10153         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10154
10155         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10156
10157         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10158
10159         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10160
10161         * gnus-util.el (gnus-make-local-hook): Simplify.
10162
10163 2010-10-02  Julien Danjou  <julien@danjou.info>
10164
10165         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10166         (gnus-ido-completing-read): New function.
10167         (gnus-emacs-completing-read): New function.
10168         (gnus-completing-read): Use gnus-completing-read-function.
10169         Add gnus-completing-read-function.
10170
10171 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10172
10173         * shr.el (shr-insert-document): Autoload.
10174         (shr-img): Be silent.
10175         (shr-insert): Add a newline after every picture before text.
10176         (shr-add-font): Use overlays for combining faces.
10177         (shr-insert): Pass upwards the text start point.
10178
10179         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10180         possible.
10181         (mm-shr): New function.
10182
10183 2010-10-02  Julien Danjou  <julien@danjou.info>
10184
10185         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10186         should go backward.
10187
10188 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10189
10190         * shr.el (shr): Fix typo in provide call.
10191
10192 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10193
10194         * shr.el: New file.
10195
10196         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10197
10198         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10199         completing read.
10200
10201 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10202
10203         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10204         we're being queried about.  Suggested by Dan Jacobson.
10205
10206         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10207         Suggested by Jason Eisner.
10208
10209         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10210         table, too.  Suggested by Stefan Wiens.
10211         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10212         the table unnecessary.  Suggested by Stefan Wiens.
10213
10214         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10215         longer needed, and probably doesn't work either, as pointed out by
10216         Stefan Wiens.
10217         (gnus-summary-exit): Remove call to the clearing function.
10218         (gnus-summary-exit-no-update): Ditto.
10219
10220         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10221         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10222         Reported by Stefan Monnier.
10223         (gnus-summary-save-in-rmail): Ditto.
10224
10225         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10226         article buffer, instead of both the article buffer and the summary
10227         buffer.  Sort of suggested by Dan Jacobson.
10228
10229         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10230
10231         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10232         Suggested by Dan Jacobson.
10233
10234         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10235         documentation clearer.
10236
10237         * message.el (message-shorten-references): Comment on the number "21".
10238         Suggested by Stefan Monnier.
10239
10240         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10241         Suggested by Dan Jacobson.
10242
10243         * gnus.el (gnus-large-newsgroup):
10244         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10245
10246         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10247         externalize attachments.  Bug reported by Steve Wen.
10248
10249         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10250         really message anything to the user.
10251
10252         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10253         directly.
10254
10255         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10256         messages in empty groups.
10257
10258 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10259
10260         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10261         non-UIDNEXT group.
10262
10263 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10264
10265         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10266         not the value from the collection.
10267
10268         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10269         values.  This sometimes happens on some groups that have no info.
10270         (nnimap-request-newgroups): New function.
10271
10272 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10273
10274         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10275         check into `gnus-registry-initialize'.
10276         (gnus-registry-initialize): Ditto.
10277         Fix and extend header docs.
10278
10279 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10280
10281         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10282         regexp backtrace overflows.
10283
10284         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10285         for starttls that tls.el implements; i.e. openssl.
10286
10287         * tls.el (tls-starttls-switches): Give up on using starttls with
10288         gnutls-cli.
10289         (tls-program): Add --insecure to be consistent with the defaults from
10290         openssl s_client.  Now all three commands are insecure.
10291
10292 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10293
10294         * lpath.el: Bind completion-styles-alist for XEmacs.
10295
10296         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10297         (gravatar-create-image): New function that's an alias to
10298         gnus-xmas-create-image, gnus-create-image, or create-image.
10299         (gravatar-data->image): Use it.
10300
10301 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10302
10303         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10304         install the nnregistry refer method.
10305         (gnus-registry-install-hooks): Use it.
10306         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10307         unfollowed groups.
10308
10309 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10310
10311         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10312         expanding threads.
10313
10314 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10315
10316         * nnir.el: Use the server names without suffixes (bug#7009).
10317
10318         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10319         unencrypted to STARTTLS, if possible.
10320
10321 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10322
10323         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10324         headers before superseding.
10325
10326 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10327
10328         * nnrss.el (nnrss-use-local): Add documentation.
10329
10330         * nnimap.el (nnimap-extend-tls-programs): New function.
10331         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10332         (nnimap-wait-for-connection): Accept the greeting from the stupid
10333         output from openssl s_client -starttls, too.
10334
10335         * tls.el (tls-starttls-switches): New variable.
10336         (tls-find-starttls-argument): Use it.
10337         (open-tls-stream): Ditto.
10338
10339         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10340         (netrc-machine): Ditto.
10341
10342         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10343         article number.
10344         (nnimap-split-fancy): New variable.
10345         (nnimap-split-incoming-mail): Use it.
10346
10347         * nntp.el (nntp-server-list-active-group): Document.
10348
10349         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10350         SELECT to get the message-id.
10351
10352         * mail-source.el (mail-sources): Remove webmail support.
10353         (defvar): Ditto.
10354         (mail-source-fetcher-alist): Ditto.
10355         (mail-source-fetch-webmail): Remove.
10356
10357         * webmail.el: Remove -- doesn't seem relevant any more.
10358
10359         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10360
10361         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10362         the \r.
10363
10364 2010-09-30  Julien Danjou  <julien@danjou.info>
10365
10366         * gnus-agent.el (gnus-agent-add-group): Fix call to
10367         gnus-completing-read.
10368
10369 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10370
10371         * nndoc.el (nndoc-retrieve-groups): New function.
10372
10373         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10374         `default', use nnmail-split-methods.
10375         (nnimap-request-article): Downcase the NILs so that they are nil.
10376
10377         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10378         symbol.
10379
10380         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10381         code, since if the user has requested network, that's what they ought
10382         to get.
10383         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10384         (nnimap-split-rule): Mark as obsolete.
10385
10386         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10387         New variable.
10388
10389         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10390         correct slot, too.
10391
10392 2010-09-29  Julien Danjou  <julien@danjou.info>
10393
10394         * gnus.el (gnus-local-domain): Declare variable obsolete.
10395
10396         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10397         Fix history computing.
10398         (gnus-ido-completing-read): Require ido.
10399
10400 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10401
10402         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10403         build Gnus.
10404
10405         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10406         when interpreting the structures.
10407         (nnimap-request-accept-article): Add \r\n to the lines to make this
10408         work with Cyrus.
10409
10410         * nndraft.el (nndraft-request-expire-articles): Use the group name
10411         instead if "nndraft".  Fix found by Nils Ackermann.
10412
10413 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10414
10415         * nnregistry.el: Add.
10416
10417 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10418
10419         * nnmail.el (group, group-art-list, group-art):
10420         Remove unneeded directives.
10421
10422 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10423
10424         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10425         (mm-mime-charset):
10426         * rfc2047.el (rfc2047-syntax-table):
10427         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10428
10429         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10430         rather than `insert-file-contents' and `eval-region'.
10431
10432         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10433         construction.
10434
10435         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10436
10437         * time-date.el: No need to require cl for Emacs 21.
10438
10439 2010-09-29  Julien Danjou  <julien@danjou.info>
10440
10441         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10442         replacement of `gnus-gravatar-relief' to mimic
10443         `gnus-faces-properties-alist'.
10444         Add :version property.
10445
10446 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * mail-source.el (mail-source-report-new-mail):
10449         * message.el (message-default-mail-headers):
10450         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10451
10452         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10453
10454 2010-09-28  Julien Danjou  <julien@danjou.info>
10455
10456         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10457         mail-address contains the same string as real-name.
10458
10459         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10460         non-blank in header, otherwise it'll get stripped.
10461
10462         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10463         real-name, and then for mail address rather than doing : or , search.
10464
10465 2010-09-27  Julien Danjou  <julien@danjou.info>
10466
10467         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10468         right completing-read function.
10469         (gnus-use-ido): New variable
10470         (gnus-completing-read-with-default): Remove.
10471         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10472         (gnus-agent-add-group):
10473         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10474         * mm-view.el (mm-view-pkcs7-decrypt):
10475         * mm-util.el (mm-codepage-setup):
10476         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10477         * mml-smime.el (mml-smime-openssl-sign-query):
10478         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10479         (mml-insert-multipart):
10480         * gnus-msg.el (gnus-summary-yank-message):
10481         * gnus-int.el (gnus-start-news-server):
10482         * mm-decode.el (mm-interactively-view-part):
10483         * gnus-dired.el (gnus-dired-attach):
10484         * gnus.el (gnus-read-method):
10485         * gnus-bookmark.el (gnus-bookmark-jump):
10486         * gnus-art.el (gnus-mime-view-part-as-type)
10487         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10488         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10489         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10490         * nnmairix.el (nnmairix-create-server-and-default-group)
10491         (nnmairix-update-groups, nnmairix-get-server)
10492         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10493         (nnmairix-get-group-from-file-path):
10494         * nnrss.el (nnrss-find-rss-via-syndic8):
10495         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10496         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10497         (gnus-group-browse-foreign-server):
10498         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10499         (gnus-summary-execute-command, gnus-summary-respool-article)
10500         (gnus-read-move-group-name):
10501         * gnus-score.el (gnus-summary-increase-score)
10502         (gnus-summary-score-effect):
10503         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10504
10505 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10508         x-focus-frame.
10509
10510         * nnimap.el (auth-source-forget-user-or-password)
10511         (auth-source-user-or-password): Autoload.
10512
10513         * message.el (message-from-style, message-interactive)
10514         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10515         (message-yank-prefix, message-indentation-spaces, message-signature)
10516         (message-signature-file): Add comment.
10517
10518 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10519
10520         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10521         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10522         new articles.
10523
10524         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10525         parts.
10526         (nnimap-request-article): Work with the t setting, too.
10527
10528         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10529         that you don't get flashes of other buffers.
10530         (gnus-summary-show-complete-article): Intern before setting.
10531
10532 2010-09-27  David Engster  <dengste@eml.cc>
10533
10534         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10535         well as HEADERS.
10536         (nnmairix-retrieve-headers): Provide new argument for the above.
10537
10538 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10539
10540         * gnus-sum.el (gnus-summary-move-article): Don't alter
10541         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10542         group.
10543
10544         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10545
10546         * message.el (message-cite-prefix-regexp): Revert my last edit.
10547
10548         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10549         variable instead of the Gnus variable.
10550
10551         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10552
10553         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10554
10555         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10556         since some servers don't like it.
10557         (nnimap-open-connection): Forget credentials if the server says the
10558         password was wrong.
10559         (nnimap-parse-line): Protect against invalid data.
10560
10561         * gnus-sum.el (gnus-summary-move-article): Add comment.
10562         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10563         nothing alters it while scanning for new messages.
10564
10565         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10566         which may or may not help.
10567         (nnimap-open-connection): If we're doing a stream connection, and then
10568         discover we're on a STARTTLS-capable server, then open a STARTTLS
10569         connection instead.
10570
10571 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10572
10573         * nnimap.el (utf7): Require.
10574
10575         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10576         prefix.
10577
10578 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10579
10580         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10581
10582 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10583
10584         * nnimap.el (nnimap-request-accept-article): Message the error on
10585         error.
10586
10587 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10590
10591 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10592
10593         * nndoc.el (nndoc-request-list): Return success always.
10594
10595         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10596         `fetch-old' -- we only want to fetch the articles we've requested.
10597         The rest are in the agent, probably.
10598         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10599         disappeared server" to something low.  It's not important.
10600
10601         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10602         arrived before the FETCH data.
10603
10604         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10605         target here, because we don't know the Gnus name of the group.
10606
10607         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10608         for the correct group.
10609
10610         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10611
10612         * gnus.el (gnus): Give a final warning after startup.
10613
10614         * gnus-util.el (gnus-action-message-log): New variable.
10615         (gnus-message): Use it.
10616         (gnus-final-warning): New function.
10617
10618         * nnimap.el (nnimap-open-connection): Record the greeting.
10619         (nnimap): Add greeting.
10620
10621 2010-09-26  Julien Danjou  <julien@danjou.info>
10622
10623         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10624         arguments.
10625         (gnus-html-wash-images): Fix spec computing to include start/end.
10626
10627         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10628
10629 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10630
10631         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10632         deletion.
10633         (nnimap-retrieve-headers): Don't select the group, because that's
10634         already done by nnimap-possibly-change-group.
10635
10636         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10637         (gnus-picon-transform-address): Use it.
10638
10639         * mail-source.el (mail-source-value): Revert previous patch.
10640
10641         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10642         on failure.
10643         (nnimap-open-connection): Look up both virtual and physical server name
10644         credentials.
10645
10646         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10647
10648 2009-02-07  Dave Love  <fx@gnu.org>
10649
10650         * tls.el (open-tls-stream): Don't query killing process.
10651
10652 2009-02-08  Dave Love  <fx@gnu.org>
10653
10654         * gnus-win.el (gnus-window-to-buffer-helper)
10655         (gnus-all-windows-visible-p): Function needn't be a symbol.
10656
10657         * mail-source.el (mail-source-value): Function needn't be a symbol.
10658
10659 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10660
10661         * message.el (message-cite-prefix-regexp): Remove } from the cite
10662         prefix.
10663
10664         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10665         highlight again, so that the highlight is correct.
10666
10667         * gnus-picon.el (gnus-picon): Remove again.
10668         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10669
10670         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10671         doing the header highlightling, so that the background color of the
10672         picon is correct.
10673
10674         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10675         (gnus-picon): Ditto.
10676         (gnus-picon): Reinstate.  The background color for picons is white.
10677         (gnus-picon-insert-glyph): Make the background white.
10678
10679         * nnml.el (nnml-open-nov): Don't return dead buffers.
10680
10681         * auth-source.el (auth-source-create): Query the user for whether to
10682         store the credentials.
10683
10684         * netrc.el (netrc-store-data): New function.
10685
10686         * auth-source.el (auth-source-user-or-password): Use the existing auth
10687         sources, if any, for creation.
10688
10689         * gnus.el (gnus-group-fast-parameter): Return the last matching
10690         parameter instead of the first matching parameter.
10691
10692 2010-09-26  Julien Danjou  <julien@danjou.info>
10693
10694         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10695
10696 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10697
10698         * mml2015.el (mml2015-use): Remove gpg support.
10699
10700         * mml1991.el (mml1991-function-alist): Remove gpg function.
10701         (mml1991-gpg-sign): Remove.
10702
10703 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10704
10705         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10706         (gnus-browse-unsubscribe-current-group): Document it.
10707         (gnus-browse-unsubscribe-group): Use it.
10708
10709 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10710
10711         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10712         address to the To list for easier response.
10713
10714         * gnus.el (gnus-play-startup-jingle): Remove.
10715         (gnus-splash): Don't play jingle.
10716         (gnus): Silence gnus-load message.
10717
10718         * gnus-art.el (gnus-treat-play-sounds): Remove.
10719
10720         * gnus.el (gnus-play-jingle): Remove audio support.
10721
10722         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10723
10724         * earcon.el: Remove -- no users.
10725
10726         * gnus-audio.el: Remove -- no users of this package.
10727
10728         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10729
10730         * gnus-start.el (gnus-setup-news): Remove nocem support.
10731
10732         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10733
10734         * gnus.el (gnus-use-nocem): Remove.
10735
10736         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10737         Remove.
10738
10739         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10740         uses NoCeM any more.
10741
10742         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10743         (gnus-button-ctan-handler): Ditto.
10744         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10745         (gnus-button-ctan-directory-regexp): Ditto.
10746         (gnus-button-handle-ctan): Ditto.
10747         (gnus-button-tex-level): Ditto.
10748         (gnus-button-alist): Remove CTAN stuff.
10749
10750 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10751
10752         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10753         nnimap-streaming test.
10754
10755         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10756         servers twice.
10757
10758         * nnimap.el (nnimap-open-connection): Add more error reporting when
10759         nnimap fails early.
10760
10761         * nnheader.el (nnheader-get-report-string): New function.
10762         (nnheader-get-report): Use it.
10763
10764         * gnus-int.el (gnus-check-server): Say what the error was when opening
10765         failed.
10766
10767         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10768         using streaming.
10769
10770 2010-09-25  Julien Danjou  <julien@danjou.info>
10771
10772         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10773         gnus-window-inside-pixel-edges.
10774
10775 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10776
10777         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10778
10779         * mm-decode.el (mm-save-part): Allow saving to other directories the
10780         normal Emacs way.
10781
10782         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10783         Suggested by Jay Berkenbilt.
10784
10785         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10786         there isn't a single byte.
10787
10788         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10789         just do it.  It doesn't really seem to matter what the user responds
10790         here, I think, so it's just a confusing question.
10791
10792         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10793         non-streaming case.
10794
10795         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10796         (gnus-article-encrypt-body): Use it.
10797
10798         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10799         keystroke.
10800
10801         * nnimap.el (nnimap-find-wanted-parts-1):
10802         Use gnus-fetch-partial-articles.
10803
10804         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10805
10806         * nnimap.el (nnimap-insert-partial-structure): New function.
10807         (nnimap-get-partial-article): New function.
10808         (nnimap-request-article): Use it.
10809         (nnimap-wait-for-response): Return whether the wait was successful.
10810         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10811         retrieval wasn't successful.
10812         (nnimap-retrieve-group-data-early): Allow throttling servers.
10813         (nnimap-streaming): New variable.
10814         (nnimap-fetch-partial-articles): Remove.
10815
10816         * mm-decode.el (mm-with-part): Protect against killed buffers.
10817
10818         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10819         for prettier summary display.
10820
10821 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10822
10823         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10824
10825 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10826
10827         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10828         apparently third-party libraries depend on it.
10829
10830         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10831         before starting negotiation.
10832
10833         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10834         privacy reasons.
10835         (gnus-treat-mail-gravatar): Ditto.
10836
10837         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10838         buffer when inserting images.  Inserting text into the headers, for
10839         instance, can make them invalid.
10840
10841 2010-09-25  Julien Danjou  <julien@danjou.info>
10842
10843         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10844         variables.
10845
10846         * nnheader.el: Remove useless variables news-reply-yank-from and
10847         news-reply-yank-message-id.
10848
10849         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10850         variables.
10851
10852         * mml1991.el: Remove useless mml1991-verbose.
10853
10854         * gnus.el: Remove useless variable gnus-use-generic-from.
10855         Remove obsolete variable gnus-topic-indentation.
10856
10857         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10858
10859         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10860
10861         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10862
10863         * gnus-group.el: Remove useless gnus-group-icon-cache.
10864         Remove useless gnus-ephemeral-group-server.
10865
10866         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10867
10868         * mml2015.el: Remove useless mml2015-verbose.
10869
10870         * mml-smime.el: Remove useless mml-smime-verbose.
10871
10872         * gnus.el: Remove useless gnus-local-domain.
10873
10874         * gnus-gravatar.el (gnus-gravatar-transform-address):
10875         Use gnus-gravatar-size.
10876
10877         * gnus-art.el: Remove useless gnus-treat-translate.
10878
10879 2010-09-24  Julien Danjou  <julien@danjou.info>
10880
10881         * gnus-sum.el: Add support for Gravatars.
10882
10883         * gnus-art.el: Add support for Gravatars.
10884
10885         * gnus-gravatar.el: Add this file.
10886
10887         * gravatar.el: Add this file.
10888
10889 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10890
10891         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10892
10893         * gnus-group.el (gnus-group-fetch-faq): Remove.
10894
10895         * gnus.el (gnus-group-faq-directory): Remove.
10896
10897         * gnus-group.el (gnus-group-fetch-charter): Remove.
10898
10899         * gnus.el (gnus-group-charter-alist): Remove.
10900
10901         * gnus-group.el (gnus-group-archive-directory): Remove.
10902         (gnus-group-recent-archive-directory): Ditto.
10903         (gnus-group-make-archive-group): Remove.
10904
10905         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10906
10907         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10908         use the same article number for all the cached articles.
10909
10910         * nnimap.el (nnimap-command): Register the last command time so
10911         that we can use it for idling NOOPs.
10912         (nnimap-open-connection): Start the keeplive timer.
10913         (nnimap-make-process-buffer): Store all the process buffers.
10914         (nnimap-keepalive): New function.
10915
10916         * starttls.el (starttls-open-stream): Add autoload cookie.
10917
10918 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10919
10920         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10921         handling.
10922
10923 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10924
10925         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10926         its data structures.
10927
10928         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10929         instead of the cl.el copy-list.
10930         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10931         equalp.
10932
10933 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10934
10935         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10936         and tool-bar-local-item-from-menu.
10937
10938         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10939         mode-line-highlight face for Emacs.
10940
10941         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10942         loading gnus-sum.elc; fix comment for canlock-verify.
10943         (gnus-article-jump-to-part): Use read-number.
10944         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10945         Remove Emacs pre-21 compatible code for help-echo.
10946         (gnus-article-next-page-1): No need to adjust the number of lines.
10947         (gnus-article-describe-bindings): Always use help-buffer.
10948
10949         * gnus-audio.el (gnus-audio-inline-sound):
10950         * gnus-cus.el (gnus-custom-mode):
10951         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10952
10953         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10954
10955         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10956         compatible code.
10957
10958 2010-09-24  Glenn Morris  <rgm@gnu.org>
10959
10960         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10961         visiting the fcc file in rmail-mode.
10962
10963         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10964
10965 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * nnir.el: Silence the byte compiler.
10968
10969         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10970         alias to browse-url-url-encode-chars if any.
10971         (gnus-html-encode-url): Use it.
10972
10973 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10974
10975         * gnus-start.el (gnus-use-backend-marks): New variable.
10976         (gnus-get-unread-articles-in-group): Use it.
10977
10978         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10979         makeover.
10980
10981 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10982
10983         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10984
10985 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10986
10987         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10988         Remove.
10989         (gnus-setup-news-hook):
10990         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10991
10992         * gnus-int.el (gnus-request-update-info): Protect against backends not
10993         having the function.
10994
10995         * nnimap.el (nnimap-stream): Mention starttls.
10996         (nnimap-open-connection): Add starttls support.
10997
10998 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10999
11000         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11001
11002 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11003
11004         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11005         BODYSTRUCTUREs.
11006         (nnimap-transform-headers): Unfold quoted {42} headers.
11007
11008         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11009         the info.
11010         (gnus-get-unread-articles): Only call updatep on backends that support
11011         it.
11012
11013         * nnweb.el (nnweb-request-update-info): NOOP.
11014
11015         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11016
11017         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11018         since it only deals with marks.
11019
11020         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11021         gnus-request-marks, and make a new gnus-request-update-info.
11022
11023         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11024         the active instead of the high number, which is usually too low.
11025
11026 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11027
11028         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11029         * encrypt.el: Remove.
11030
11031 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11032
11033         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11034         server in symbolic form.
11035
11036         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11037
11038 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11039
11040         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11041         (nnimap-update-info): Fix up code slightly.
11042
11043         * gnus-int.el (gnus-open-server): Add tracing for performance
11044         debugging.
11045
11046         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11047         (gnus-group-insert-group-line): Pass the real group name so that it
11048         gets the right data.
11049
11050         * gnus-start.el (gnus-get-unread-articles): Don't have
11051         `gnus-get-unread-articles-in-group' update info, since that can be
11052         really slow and doesn't seem to be needed?
11053
11054 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11055
11056         * time-date.el (date-to-time): Try using parse-time-string first before
11057         using the slower timezone-make-date-arpa-standard.
11058
11059 2010-09-22  Julien Danjou  <julien@danjou.info>
11060
11061         * gnus-group.el (gnus-group-insert-group-line):
11062         Call gnus-group-highlight-line.
11063         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11064         default hook list.
11065         (gnus-group-update-eval-form): Add new function.
11066         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11067         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11068
11069 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11070
11071         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11072         immediate, then expire all articles.
11073         (nnimap-update-info): Fix off-by-one errors.
11074         (nnimap-flags-to-marks): Would return no marks lists for group with no
11075         flags.  Instead return the other data.
11076
11077 2010-09-22  Julien Danjou  <julien@danjou.info>
11078
11079         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11080         Only return an icon.
11081         (gnus-group-insert-group-line): Compute icon to return.
11082
11083         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11084         (gnus-html-image-fetched): Only cache if
11085         gnus-html-image-automatic-caching is set.
11086         (gnus-html-image-fetched): Check for errors.
11087
11088 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11089
11090         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11091         once per method on `g'.  This ensures that backends like nnfolder don't
11092         open all their folders.
11093
11094         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11095         (nnimap-request-list): Nix out group in the correct buffer.
11096         (nnimap-parse-flags): Implement by using `read' instead of
11097         hand-parsing.
11098         (nnimap-flags-to-marks): Pass on permanent-flags.
11099         (nnimap-make-process-buffer): Record the server name.
11100         (nnimap-parse-flags): Fix typo.
11101         (nnimap-request-scan): Run split on the server in general, not just a
11102         single group.
11103
11104         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11105         parameter, and propagate this downwards.
11106
11107         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11108         since EXAMINE changes it on the server.
11109
11110         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11111         this command might take a while.
11112
11113 2010-09-22  Julien Danjou  <julien@danjou.info>
11114
11115         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11116         harmful if you have 2 images side-by-side, they can't be properly
11117         update on text deletion.  Using text-property is safer here.
11118         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11119         data.
11120
11121 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11122
11123         * nnimap.el (nnimap-expunge-inbox): Remove.
11124         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11125         (nnimap-expunge): Flip default to t.
11126
11127         * gnus.el (gnus-method-to-server): Don't push things to the cache
11128         unless it's unique.
11129         (gnus-server-to-method): Ditto.
11130
11131 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11132
11133         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11134
11135 2010-09-22  Julien Danjou  <julien@danjou.info>
11136
11137         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11138         get the start of data.
11139         (gnus-html-encode-url): Add this function to encode special chars in
11140         URL.
11141         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11142         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11143
11144         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11145         default.
11146         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11147
11148         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11149         images alt-text.
11150         (gnus-html-put-image): Put alt-text as help-echo.
11151
11152 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11155         * mm-util.el (mm-decompress-buffer):
11156         * nnir.el (nnir-run-find-grep):
11157         * pop3.el (pop3-list): Use 3rd arg of split-string.
11158
11159         * time-date.el (format-seconds): Comment fix.
11160
11161         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11162         and byte-optimize-form-code-walker.
11163         (dgnushack-make-auto-load): Don't advise make-autoload.
11164
11165         * lpath.el: Remove Emacs 21 stuff.
11166
11167 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11168
11169         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11170         outside the active range.  Suggested by Dan Christensen.
11171
11172         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11173         slightly later to avoid double-getting it.
11174
11175         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11176         previous patch.
11177
11178         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11179
11180 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11181
11182         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11183
11184 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11185
11186         * gnus-int.el (gnus-open-server): Give a better error message in the
11187         "go offline" case.
11188
11189         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11190         marks for nnimap, which is seldom the right thing to do.
11191
11192         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11193         (gnus-same-method-different-name): New function.
11194
11195         * nnimap.el (parse-time): Require.
11196
11197         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11198         method in the presence of many similar methods.
11199
11200         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11201
11202         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11203         nnml-inhibit-expiry.
11204
11205         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11206         find out whether methods are equal.
11207
11208         * nnimap.el (nnimap-find-expired-articles): New function.
11209         (nnimap-process-expiry-targets): New function.
11210         (nnimap-request-move-article): Request the article before looking at
11211         what the Message-ID is.  Fix found by Andrew Cohen.
11212         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11213
11214         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11215         for oldness in addition to being a predicate.
11216
11217         * nnimap.el (nnimap-request-group): When we have zero articles, return
11218         the right data to Gnus.
11219         (nnimap-request-expire-articles): Only delete articles immediately if
11220         the target is 'delete.
11221
11222         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11223         method, this would bug out.
11224
11225         * gnus-group.el (gnus-group-expunge-group): Rename from
11226         gnus-group-nnimap-expunge, and implemented as a normal interface
11227         function.
11228
11229         * gnus-int.el (gnus-request-expunge-group): New function.
11230
11231         * nnimap.el (nnimap-request-create-group): Implement.
11232         (nnimap-request-expunge-group): New function.
11233
11234 2010-09-21  Julien Danjou  <julien@danjou.info>
11235
11236         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11237         (gnus-html-cache-expired): Add new function.
11238         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11239         wethever we should display image for fetch it.
11240         Compute alt-text earlier to pass it to the fetching function too.
11241         (gnus-html-schedule-image-fetching): Change function argument to only
11242         get one image at a time, not a list.
11243         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11244         cache.
11245         (gnus-html-get-image-data): New function to retrieve image data from
11246         cache.
11247         (gnus-html-put-image): Change buffer argument to use image data rather
11248         than file, and place image above region rather than inserting a new
11249         one.  Do not take alt-text as argument, since it's useless now: we place
11250         the image above alt-text.
11251         (gnus-html-prune-cache): Remove.
11252         (gnus-html-show-images): Start to fetch image when we find one, do not
11253         push into a temporary list.
11254         (gnus-html-prefetch-images): Only fetch image if they have expired.
11255         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11256         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11257
11258 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11261
11262 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11263
11264         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11265         spec inser "*" if the group isn't active instead of 0.
11266
11267         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11268         opening the server.
11269         (nnimap-request-delete-group): Implement group deletion.
11270         (nnimap-transform-headers): Return the size of the entire message in
11271         the Bytes header, not just the size of the first part.
11272         (nnimap-request-move-article): When moving an article from nnimap,
11273         request the article first so the accepting form has an article to
11274         accept.  Reported by Dan Christensen.
11275         (nnimap-command): Make sure that the error message doesn't error out.
11276
11277 2010-09-20  David Edmondson  <dme@dme.org>
11278
11279         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11280         we haven't requested anything.
11281
11282 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11283
11284         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11285         "".  Fix found by Andrew Cohen.
11286
11287         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11288         instead of -encode-string.
11289
11290 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11293
11294         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11295         by mm-subst-char-in-string.
11296
11297 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11298
11299         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11300         waiting for the connection string.
11301
11302         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11303         arriving.
11304
11305         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11306         bogus characters.  This allows selecting certain Gmail groups.
11307
11308         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11309         (nnimap-fetch-partial-articles): New variable.
11310         (nnimap-open-connection): When looking for credentials, also use the
11311         nnimap-server-port.
11312         (nnimap-request-article): Return the group/article number, so that Gnus
11313         `^' works as expected.
11314         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11315
11316         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11317         comments.
11318         (gnus-methods-sloppily-equal): New function.
11319         (gnus): When using the development version of Gnus, load the gnus-load
11320         file.
11321
11322         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11323         `gnus-open-server' on each method before trying to scan them etc.
11324         This ensures that all the backend parameters are set correctly.
11325
11326         * nnimap.el (nnimap-authenticator): New variable.
11327         (nnimap-open-connection): Allow anonymous login.
11328         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11329         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11330
11331         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11332         patch, found by Knut Anders Hatlen.
11333
11334 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11335
11336         * gnus-agent.el (gnus-agent-batch-confirmation)
11337         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11338         to gnus-message.
11339         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11340         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11341         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11342         * gnus-int.el (gnus-open-server): Likewise.
11343         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11344         (gnus-score-check-syntax): Likewise.
11345         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11346         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11347         Likewise.
11348         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11349
11350 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11351
11352         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11353         calling conventions so that prefetch doesn't bug out.
11354
11355 2010-09-19  Julien Danjou  <julien@danjou.info>
11356
11357         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11358         rather than `subst-char-in-region' in order to be able to replace ASCII
11359         char by UTF-8 ones.
11360
11361         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11362         than curl.
11363         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11364         the right URL and ALT text on images.
11365         (gnus-html-wash-tags): Fix tag case.
11366         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11367         (gnus-article-html): Add -o display_ins_del=2 option.
11368         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11369
11370 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11371
11372         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11373         the extra mail headers, which sometimes seem to happen for unknown
11374         reasons.
11375
11376         * mail-parse.el (mail-header-encode-parameter): Define as
11377         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11378         (or most, perhaps?) mail readers don't understand the latter, but do
11379         understand the former.
11380
11381         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11382         to nil, so that no methods are automatically agentized.  I think this
11383         is probably what most users want.
11384
11385         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11386         from url-retrieve, for instance about invalid URLs.
11387
11388         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11389         groups that have no articles.
11390         (nnimap-request-article): Check that we really got an article when we
11391         requested one.
11392
11393         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11394         doesn't exist.
11395
11396         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11397         nntp buffer so the agent can save it.
11398         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11399         that CRLF doesn't get translated to \n.
11400         (nnimap-open-connection): Don't make 'shell commands only send \n.
11401
11402 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11403
11404         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11405         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11406         Update var name.
11407         (nnml-generate-nov-file): Use dolist.
11408         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11409         Use with-current-buffer.
11410
11411 2010-09-18  Julien Danjou  <julien@danjou.info>
11412
11413         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11414         parallel.
11415
11416 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11417
11418         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11419         the range update right.
11420         (nnimap-request-group): Don't make `M-g' bug out on group with no
11421         marks.
11422         (nnoo): Require, so that other packages can require nnimap.
11423         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11424         command we're looking for.  This helps when the server sends more
11425         responses after we've gotten everything we expected.
11426         (nnimap): Add a `newlinep' field to keep track of end-of-line
11427         conventions.
11428         Don't send CRLF to things that don't want it.
11429         (nnimap-request-accept-article): Ditto.
11430
11431 2010-09-18  Julien Danjou  <julien@danjou.info>
11432
11433         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11434         than curl to retrieve images.
11435
11436 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11437
11438         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11439         the marks.
11440         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11441         (nnimap-wait-for-connection): New function.
11442         (nnimap-open-connection): If we have PREAUTH, don't query for login
11443         credentials.
11444         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11445         when doing a partial update.
11446
11447 2010-09-18  Julien Danjou  <julien@danjou.info>
11448
11449         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11450         tags.
11451
11452 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11453
11454         * nnimap.el (nnimap-credentials): New function.
11455         (nnimap-open-connection): Use the new function to look for credentials
11456         also on the numeric equivalents of "imap" and "imaps".
11457
11458         * gnus-start.el (gnus-activate-group): Send the info to
11459         gnus-request-group.
11460
11461         * nnimap.el (nnimap-request-group): Have the "check" version of the
11462         function parse flags and update the info, so that a `M-g' get a total
11463         resync of all flags from the group.
11464
11465         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11466         to allow backends to alter the info on group selection.  Also alter all
11467         the backend -request-group functions to take the parameter.
11468
11469         * nnimap.el (nnimap-store-info): New function.
11470         (nnimap-update-info): Store the info for later usage.
11471         (nnimap-request-group): Use the stored info for the dont-check case, so
11472         that we don't retrieve all marks when we enter a group.
11473
11474         * nnimap.el: Use deffoo instead of defun for interface functions.
11475
11476         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11477         update the group info.  This makes the nndraft groups, for instance, go
11478         back to their old behavior.
11479
11480         * gnus-sum.el (gnus-select-newsgroup): Indent.
11481
11482         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11483         in.
11484         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11485         nothing.
11486
11487         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11488         from methods that are denied.
11489
11490         * gnus-int.el (gnus-method-denied-p): New function.
11491
11492         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11493         store the password instead of netrc.
11494         (nnimap-open-connection): Don't error out when we can't make a
11495         connections.
11496
11497         * auth-source.el (auth-source-create): In the password prompt, say what
11498         we're querying for.  Also prompt for user name if that hasn't been
11499         given.
11500
11501         * nnimap.el (nnimap-with-process-buffer): Remove.
11502
11503 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11504
11505         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11506         method when we're reading from the agent.
11507
11508         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11509
11510         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11511         that's probably most useful for users.
11512
11513         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11514         "failed" all the time.
11515
11516         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11517         ...)) with (with-current-buffer ... ).
11518
11519         * nntp.el (nntp-open-server): Return whether the open was successful or
11520         not.
11521
11522         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11523         select an unread unseen article first.
11524
11525         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11526         /etc/services, supply some sensible port defaults.
11527
11528         * dgnushack.el: Define netrc-credentials.
11529
11530 2010-09-17  Julien Danjou  <julien@danjou.info>
11531
11532         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11533
11534 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11535
11536         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11537         doesn't have any parameters.
11538
11539 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11540
11541         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11542         only upcased checks.
11543
11544         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11545
11546         * nnimap.el (nnimap-open-shell-stream): New function.
11547         (nnimap-open-connection): Use it.
11548         (nnimap-transform-headers): Get the number of lines in each message.
11549         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11550         number of lines.
11551         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11552         problem.
11553
11554         * utf7.el (utf7-encode): Autoload.
11555
11556         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11557         to allow the mail splitting to not return a default group.  This is
11558         useful for nnimap, which will leave unmatched mail in the inbox.
11559
11560         * nnimap.el: Rewritten.
11561
11562         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11563         nnimap usage.
11564
11565         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11566         if the move is internal, so that nnimap can do fast internal moves.
11567
11568         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11569         data.
11570         (gnus-read-active-for-groups): Support finishing the early retrieval of
11571         data.
11572
11573         * gnus-range.el (gnus-range-nconcat): New function.
11574
11575         * gnus-int.el (gnus-finish-retrieve-group-infos)
11576         (gnus-retrieve-group-data-early): New functions.
11577
11578 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11579
11580         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11581         (nnrss-retrieve-groups):
11582         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11583         (pop3-quit): Use with-current-buffer.
11584
11585 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11586
11587         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11588         instead of nnheader-accept-process-output.
11589
11590         * dgnushack.el (dgnushack-compile): Add comment.
11591
11592         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11593
11594         * gnus-html.el (gnus-html-schedule-image-fetching)
11595         (gnus-html-prefetch-images): Replace process-kill-without-query by
11596         gnus-set-process-query-on-exit-flag.
11597
11598 2010-09-16  Romain Francoise  <romain@orebokech.com>
11599
11600         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11601
11602 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11603
11604         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11605         parameter to unintern is mandatory-ish in Emacs 24.
11606
11607         * gnus-html.el (gnus-html-schedule-image-fetching)
11608         (gnus-html-prefetch-images): Check for curl before using it.
11609
11610         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11611         depend on curl, which isn't essential.
11612
11613         * imap.el: Revert back to version
11614         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11615         seem problematic.
11616
11617 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11618
11619         * gnus-registry.el (gnus-registry-install-shortcuts):
11620         Explicitly pass `obarray' to `unintern' to avoid a warning.
11621
11622 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11623
11624         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11625         change.
11626
11627         * nnrss.el (nnrss-request-list): Remove this function and related
11628         functions, including the moreover stuff.
11629
11630 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11631
11632         * nnrss.el (nnrss-retrieve-groups): New function.
11633
11634 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11635
11636         * .dir-locals.el: Add no-byte-compile cookie.
11637
11638 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11639
11640         * time-date.el (format-seconds): Comment fix.
11641
11642         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11643         for back end that doesn't support request-scan.
11644
11645 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11646
11647         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11648         then do request scans from the backends.
11649
11650         * netrc.el (netrc-credentials): New conveniency function.
11651
11652         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11653         avoid running a hook per line, since this takes a lot of time,
11654         profiling shows.
11655         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11656         directly if gnus-visual-p is true.
11657
11658 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11661         groups; replace mapcar with dolist which is a bit faster; pass groups
11662         info to gnus-read-active-file-1.
11663         (gnus-read-active-file-1): Scan only specified groups if the new
11664         optional arg `infos' is given.
11665
11666 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11667
11668         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11669
11670         * pop3.el (pop3-movemail): Remove.
11671         (pop3-streaming-movemail): Rename to pop3-movemail.
11672
11673         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11674         don't restrict end-tag searches to the end of the line.
11675
11676 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11679         articles of every unchecked group to t, which means unknown since the
11680         server has never been opened.
11681
11682 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11683
11684         * gnus-html.el (gnus-html-show-alt-text): New command.
11685         (gnus-html-browse-image): Ditto.
11686         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11687         to browse the image directly.
11688         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11689         better.
11690
11691         * gnus-async.el (gnus-async-article-callback):
11692         Call `gnus-html-prefetch-images' unconditionally.
11693
11694         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11695         before feeding URLs to curl.
11696
11697 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11700         internal images as deletable by `W D D'.
11701
11702         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11703         (gnus-async-article-callback): Fix typo.
11704
11705 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11706
11707         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11708         current line to work around bugs in the output from w3m.
11709
11710         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11711         for groups that want that.
11712
11713         * nntp.el (nntp-wait-for-string): Supply a timeout for
11714         accept-process-output to ensure progress.
11715
11716         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11717         level to get unread articles from, then use that for foreign groups,
11718         too.
11719
11720         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11721         confuses the rest of the function.
11722
11723         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11724         for the methods that support -retrieve-groups, too.
11725
11726         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11727
11728 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11729
11730         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11731         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11732
11733         * pop3.el: Require cl when compiling.
11734         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11735
11736 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11737
11738         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11739         that aren't going to be activated.
11740         (gnus-get-unread-articles): Fix up the last commit.
11741
11742         * gnus-html.el (gnus-article-html): Allow calling without specifying
11743         the handle.  In that case, dissect the buffer first.
11744
11745         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11746
11747         * nnimap.el (nnimap-open-connection): Revert the change that would look
11748         into authinfo for imaps instead of imap.
11749
11750         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11751         say that you don't want to call gnus-request-group with don-check, but
11752         do check the reponse.  This is for virtual groups only.
11753         (gnus-get-unread-articles): Count the archive groups as secondary, so
11754         that they're activated the same way as before.
11755
11756         * imap.el (imap-message-map): Removed optional buffer parameter, since
11757         no callers use it.
11758         (imap-message-get): Ditto.
11759         (imap-message-put): Ditto.
11760         (imap-mailbox-map): Ditto.
11761         (imap-mailbox-put): Ditto.
11762         (imap-mailbox-get): Ditto.
11763         (imap-mailbox-get): Revert last change for this function.
11764
11765         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11766         case-insensitively.
11767         (nnimap-debug): Remove.
11768
11769         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11770         callers to use `imap-fetch' instead.  According to the comments, this
11771         should be safe, since all other IMAP clients use the 1:* syntax.
11772         (imap-enable-exchange-bug-workaround): Remove.
11773         (imap-debug): Remove -- doesn't seem very useful.
11774
11775         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11776         mail from a file, and the file doesn't exist.
11777
11778         * imap.el (imap-log): New convenience function used throughout instead
11779         of repeating the same code all over the place.
11780
11781         * pop3.el (pop3-streaming-movemail): Return t for success.
11782
11783         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11784         .authinfo if we're using ssl connection.
11785
11786         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11787         already have if we're in a main Gnus `g' run.
11788
11789         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11790
11791 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11792
11793         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11794
11795         * nnmh.el (nnmh-request-list-1): Bind `file'.
11796
11797         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11798         alias to set-process-query-on-exit-flag or process-kill-without-query.
11799         (pop3-open-server): Use it.
11800
11801 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11802
11803         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11804         box to the Incoming file.  Fixes mistake in previous checkin.
11805
11806         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11807         request loop (for debugging purposes) removed.
11808
11809         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11810         culprit is more visible.
11811         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11812         (nnml-add-incremental-nov): New functions to do "incremental" nov
11813         updates, where we just append to the end of the existing nov files
11814         without reading/writing them in full.
11815
11816         * mail-source.el (mail-source-delete-crash-box): Really only check the
11817         incoming files once in a while.
11818
11819         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11820
11821         * mail-source.el (mail-source-delete-crash-box): Only check the
11822         incoming files for deletion once per day to save a lot of file
11823         accesses.
11824
11825         * pop3.el (pop3-logon): Fix up unbound variable typo.
11826
11827         * mail-source.el (pop3-streaming-movemail): Autoload.
11828
11829         * pop3.el (pop3-streaming-movemail):
11830         Respect pop3-leave-mail-on-server.
11831
11832         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11833         retrieval.
11834
11835         * pop3.el (pop3-process-filter): Remove unused function.
11836         (pop3-streaming-movemail, pop3-send-streaming-command)
11837         (pop3-wait-for-messages, pop3-write-to-file)
11838         (pop3-number-of-responses): New functions for streaming pop3
11839         retrieval.
11840
11841         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11842         come from no known methods.
11843         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11844         list.
11845
11846         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11847         message sizes.
11848         (pop3-movemail): Use erase-buffer instead of looping and deleting
11849         regions, which seems rather odd.
11850
11851         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11852         file once per `g' run.
11853
11854         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11855         directories.  This makes the draft queue directory work.
11856
11857         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11858         data from the backends, so that we only request the list of groups from
11859         each method once.  This should speed things up considerably.
11860
11861         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11862         detect that it's not implemented.
11863
11864         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11865         we actually do recurse down into the tree, but don't stat all leaf
11866         nodes.
11867
11868         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11869         then say so instead of bugging out.
11870
11871         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11872         files exist before trying to read them.
11873
11874         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11875         around <pre_int>.
11876
11877         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11878
11879         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11880
11881 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11882
11883         * mm-util.el (mm-image-load-path): Just return the image directories,
11884         not all directories in the path in addition to the image directories.
11885         (mm-image-load-path): Maintain a cache of the image directories so that
11886         the `g' command in Gnus doesn't have to stat dozens of directories each
11887         time.
11888
11889         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11890         (gnus-html-wash-tags): Add a new `i' command to insert images.
11891         (gnus-html-insert-image): New command and keystroke.
11892         (gnus-html-redisplay-with-images): New command and keystroke.
11893         (gnus-html-show-images): Rename command.
11894         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11895         spacers.
11896         (gnus-html-wash-tags): Decode entities at the end, so that entities
11897         inside the tags don't mess up the rest of the "parsing".
11898
11899         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11900         so that nnimap methods aren't agentized by default.  There's apparently
11901         many problems related to agent/imap behavior.
11902
11903         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11904
11905         * gnus-html.el: Doc fix.
11906
11907 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11910         specifier-spec-list for Emacs 21.
11911
11912         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11913         glyph-width and glyph-height instead of display-graphic-p and
11914         image-size; make avoidance of displaying small images work for XEmacs.
11915
11916         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11917         for XEmacs.
11918
11919         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11920         of symbol that holds plist data.
11921         (gnus-process-plist): Remove plist of process after getting it.
11922
11923 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11924
11925         * message.el (message-generate-hashcash): Change default to
11926         'opportunistic if hashcash is installed.
11927
11928         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11929         (gnus-html-put-image): Only call image-size once, since it's somewhat
11930         time-consuming on remote X servers.
11931
11932 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11935         type on data, not a file name.
11936
11937         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11938         window-pixel-edges for Emacs 21.
11939
11940         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11941         decoded contents.
11942         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11943
11944 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11945
11946         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11947         group line format, since it isn't very interesting.
11948
11949         * gnus-agent.el (gnus-agent-short-article),
11950         (gnus-agent-long-article): Increase values for these two variables,
11951         since most people are likely to have more network connection and
11952         storage than before.
11953
11954         * gnus.el (gnus-refer-article-method): Change default to 'current.
11955         When referring an article, the common behavior is to refer it from the
11956         current select method, not the native select method.  The chances of
11957         the native select method having the message in question is rather slim
11958         these days.
11959
11960         * gnus-sum.el (gnus-auto-select-subject): Change default to
11961         `unseen-or-unread'.  I think it's likely that most people want to
11962         select an unseen article over a previously seen, but unread one.
11963
11964         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11965         means that in the article buffer none of the minor mode elements will
11966         be shown, usually, and this is not desirable in most cases.
11967
11968         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11969         that commands like `d' (and the like) go to the next line in the
11970         buffer, instead of the next unread article.  I think this is the
11971         behavior that is most natural for most users.
11972         (gnus-single-article-buffer): Change default to nil, so that people can
11973         have as many article buffers open as they have summary buffer.  I think
11974         this is the most natural way for the groups to behave.
11975
11976         * message.el (message-generate-new-buffers): Change default to
11977         `unsent', so that all new message buffers start their names with the
11978         string "*unsent", and it's easier to find the buffers if you move from
11979         them.
11980
11981 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11982
11983         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11984         small.  They're probably tracking images.
11985         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11986         (gnus-html-rescale-image): Yet another try at getting the image sizing
11987         right.
11988
11989         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11990         nntp-marks-file-name is nil.
11991
11992 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11993
11994         * gnus-html.el (gnus-html-wash-tags)
11995         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11996         Better logging.
11997
11998 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11999
12000         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12001
12002         * gnus-html.el (gnus-html-wash-tags): Check the value of
12003         gnus-blocked-images in the summary buffer.
12004
12005 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12006
12007         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12008
12009 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12010
12011         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12012         like "a", it seems like.
12013         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12014         since it needs to be picked from the correct buffer.
12015
12016         * nnwfm.el: Remove.
12017
12018         * nnlistserv.el: Remove.
12019
12020 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12021
12022         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12023         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12024
12025 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12026
12027         * nnkiboze.el: Remove.
12028
12029         * nndb.el: Remove.
12030
12031         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12032         alt text.
12033         (gnus-html-rescale-image): Try to get the rescaling logic right for
12034         images that are just wide and not tall.
12035
12036         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12037         overshadow variable bindings.
12038
12039 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12040
12041         * gnus-html.el (gnus-html-wash-tags)
12042         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12043         Add extra logging.
12044
12045 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12046
12047         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12048         (gnus-max-image-proportion): New variable.
12049         (gnus-html-rescale-image): New function.
12050         (gnus-html-put-image): Rescale images.
12051
12052 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12053
12054         Fix up some byte-compiler warnings.
12055         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12056         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12057         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12058         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12059         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12060         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12061         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12062
12063 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * gnus-html.el (gnus-article-html): Decode contents by charset.
12066
12067 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12070         (gnus-html-frame-width, gnus-blocked-images):
12071         * message.el (message-prune-recipient-rules): Add custom version.
12072         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12073
12074         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12075         functions.
12076
12077         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12078         gnus-process-get.
12079
12080 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12081
12082         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12083         instead of lsub directly.
12084
12085 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12086
12087         * nnwarchive.el: Remove.
12088
12089         * gnus-soup.el: Remove.
12090
12091         * nnsoup.el: Remove.
12092
12093         * nnultimate.el: Remove.
12094
12095         * gnus-html.el (gnus-blocked-images): New variable.
12096
12097         * message.el (message-prune-recipients): New function.
12098         (message-prune-recipient-rules): New variable.
12099
12100         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12101         guess whether a long line is natural text or not.
12102
12103         * gnus-html.el (gnus-html-schedule-image-fetching):
12104         Use gnus-process-plist and friends for compatibility.
12105
12106 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12107
12108         * gnus-html.el: Require packages that define macros used in this file.
12109         (gnus-article-mouse-face): Declare to silence byte-compiler.
12110         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12111         process-get.
12112         (gnus-html-put-image): Use plist-get to avoid getf.
12113         (gnus-html-prefetch-images): Use with-current-buffer.
12114
12115 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12116
12117         * gnus-ems.el: Provide compatibility functions for
12118         gnus-set-process-plist.
12119
12120         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12121         header-line-format for XEmacs 21.4.
12122
12123         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12124         * gnus.el (gnus-valid-select-methods):
12125         * message.el (message-send-mail-partially-limit):
12126         * mm-decode.el (mm-text-html-renderer):
12127         * mml.el (mml-insert-mime-headers-always):
12128         * smiley.el (smiley-regexp-alist): Bump custom version.
12129
12130 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12131
12132         * gnus-html.el: Require mm-url.
12133         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12134         with the url to `url'.
12135         (gnus-html-wash-tags): Support cid: URLs/images.
12136
12137 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12138
12139         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12140         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12141         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12142
12143         * gnus-move.el: Remove file, since it doesn't really work.
12144
12145         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12146         UTF-8.  This seems to fix problems with some German web feeds.
12147
12148         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12149         at the top so that the proper colors are applied.
12150
12151         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12152         don't have dots in their names.
12153
12154         * gnus-art.el (gnus-article-view-part): Doc fix.
12155
12156         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12157         XEmacs-compatible.
12158         (gnus-html-put-image): Don't do images on non-graphic displays.
12159
12160         * nnslashdot.el: Remove this unused backend.
12161
12162         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12163         actions.
12164         (gnus-undo-register-1): Revert last change.
12165
12166         * gnus-group.el (gnus-group-completing-read): Protect against not
12167         having completion-styles bound.
12168
12169         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12170         make broken recipients happier.
12171
12172         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12173
12174         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12175         point parameter.
12176
12177         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12178
12179         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12180         completion-styles for group selection.
12181
12182 2009-02-04  Andreas Schwab  <schwab@suse.de>
12183
12184         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12185         headers and regexp-quote the match if necessary.
12186
12187 2009-03-24  Miles Bader  <miles@gnu.org>
12188
12189         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12190         the blinking smiley.
12191
12192 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12193
12194         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12195         blink smiley.
12196
12197 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12198
12199         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12200         where the dribbel file lives exists.
12201
12202         * message.el (message-send-mail-partially-limit): Change the default to
12203         nil, since most people don't want this.
12204
12205         * mm-url.el (mm-url-decode-entities): Also decode entities like
12206         &#x3212.
12207
12208 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12209
12210         * gnus-sum.el (gnus-summary-idna-message):
12211         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12212         Hyperlink urls in docstrings with URL `...'.
12213
12214 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12215
12216         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12217         functions.
12218
12219 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12220
12221         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12222         say what the mouseover text should be.
12223
12224         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12225         version of the mm-w3m-safe-url-regexp variable to only download images
12226         in the groups where we want that to happen.
12227
12228         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12229
12230         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12231         easier debugging.
12232         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12233         big pictures in the article buffer.
12234
12235         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12236         gnus-article-html.
12237         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12238         w3m.
12239
12240         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12241
12242 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12243
12244         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12245         which doesn't exist.
12246
12247         * message.el (message-inhibit-ecomplete): New variable to allow some
12248         function to inhibit ecomplete address storage.
12249         (message-resend): Disable ecomplete message storage when resending
12250         messages.
12251
12252         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12253
12254 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12255
12256         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12257         Save excursion while copying, moving, and deleting articles in order to
12258         prevent the cursor from jumping to unforeseen place.
12259
12260 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12261
12262         * lpath.el: No need to bind bookmark-current-buffer,
12263         bookmark-yank-point and bookmark-make-record-function.
12264
12265 2010-08-17  Glenn Morris  <rgm@gnu.org>
12266
12267         * gnus-sync.el: Require gnus components whose functions are used.
12268
12269         * gnus-art.el (bookmark-make-record-function):
12270         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12271         Declare for compiler.
12272
12273         * mm-url.el (mml-compute-boundary): Autoload.
12274
12275 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12276
12277         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12278
12279 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12280
12281         Typo fix "hoo4a" -> "hook".
12282
12283         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12284
12285 2010-08-14  Glenn Morris  <rgm@gnu.org>
12286
12287         * gnus-sync.el (gnus-sync): Fix defgroup version.
12288
12289 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12290
12291         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12292
12293         * gnus-sync.el: Fix docs.
12294         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12295         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12296
12297 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12298
12299         Optimizations for gnus-sync.el.
12300
12301         * gnus-sync.el: Add docs about gnus-sync-backend
12302         possibilities.
12303         (gnus-sync-save): Remove unnecessary message.
12304         (gnus-sync-read): Optimize and show what groups were skipped.
12305
12306 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12307
12308         Minor bug fixes for gnus-sync.el.
12309
12310         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12311         Don't read the sync on get-new-news.
12312
12313         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12314         quiet.
12315
12316         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12317         (fix typo).
12318
12319 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12320
12321         Make saving and restoring of hidden threads work with overlays.
12322         Patch applied by Ted Zlatanov.
12323
12324         * gnus-sum.el (gnus-hidden-threads-configuration)
12325         (gnus-restore-hidden-threads-configuration): Update to deal with text
12326         properties, rather than searching for a magic character.
12327
12328 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12329
12330         New gnus-sync.el library for synchronization of marks.
12331
12332         * gnus-sync.el: New library for synchronization of marks.
12333
12334         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12335         renamed from `gnus-registry-grep-in-list'.
12336
12337         * gnus-registry.el (gnus-registry-follow-group-p):
12338         Use `gnus-grep-in-list'.
12339
12340         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12341
12342 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12345         determining charset of text fails.
12346
12347 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12348
12349         * nnmail.el (nnmail-get-new-mail-1): Revert.
12350
12351         * nnml.el (nnml-active-number): Make sure names of newly created groups
12352         in nnml-group-alist are encoded.
12353
12354 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12357         containing non-ASCII characters in active file for nnml back end.
12358
12359 2010-07-24  David Engster  <dengste@eml.cc>
12360
12361         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12362         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12363
12364 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12365
12366         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12367         tag (Bug#6654).
12368
12369 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12372         the article buffer, not the summary buffer.
12373
12374 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12377         Emacs 23 as well.
12378
12379 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12382         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12383
12384 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12385
12386         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12387         Patch applied by Karl Fogel.
12388
12389         * gnus-sum.el (gnus-summary-bookmark-make-record):
12390         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12391
12392 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12393
12394         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12395         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12396         C-w still not working correctly from Article buffers; Thierry's
12397         patch to fix that will be applied after this.
12398
12399         * gnus-art.el (bookmark-make-record-function): New local variable.
12400
12401         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12402         article buffer.
12403         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12404
12405 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12406
12407         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12408         on changes in bookmark.el.
12409
12410 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12413         `no-log' instead of message not to log prompt string.
12414
12415 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12416
12417         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12418         the *other* type of HTML form submission.
12419
12420 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12421
12422         * auth-source.el (auth-source-pick): If choice does not contain a
12423         questioned keyword, set the check to t.
12424
12425 2010-06-12  Romain Francoise  <romain@orebokech.com>
12426
12427         * gnus-util.el (gnus-date-get-time): Move up before first use.
12428
12429 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12432         (gnus-article-edit-part): Bind it to make last part that is substituted
12433         or deleted visible.
12434         (gnus-mime-display-single): Buttonize part of which id equals to
12435         gnus-mime-buttonized-part-id.
12436
12437 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12438
12439         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12440         (gnus-dd-mmm): Use gnus-date-get-time.
12441         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12442         simplify logic.
12443         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12444         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12445
12446 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12447
12448         * auth-source.el (top): Autoload `secrets-list-collections',
12449         `secrets-create-item', `secrets-delete-item'.
12450         (auth-sources): Fix tag string.
12451         (auth-get-source, auth-source-retrieve, auth-source-create)
12452         (auth-source-delete): New defuns.
12453         (auth-source-pick): Rewrite in order to avoid 2 passes.
12454         (auth-source-forget-user-or-password): New parameter USERNAME.
12455         (auth-source-user-or-password): New parameters CREATE-MISSING and
12456         DELETE-EXISTING.  Retrieve password interactively, if needed.
12457
12458 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12459
12460         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12461         deleting unused directories when gnus-expert-user is t.
12462
12463 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12464
12465         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12466         for each temp file when gnus-article-browse-delete-temp is ask.
12467
12468 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12469
12470         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12471         Replace Lisp calls to delete-backward-char by calls to delete-char.
12472
12473 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12474
12475         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12476
12477 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12478
12479         * password-cache.el (password-cache-remove): Fix docstring.
12480
12481 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12484         article unless decoding article to be saved.
12485
12486 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12487
12488         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12489         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12490         generated within the mm-with-unibyte-current-buffer macro.
12491
12492 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12493
12494         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12495         to nil when we're in a mml-preview buffer and no group is selected.
12496
12497 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12498
12499         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12500         when catching the `C-g'.  Reported by "Leo".
12501
12502 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * message.el (message-forward-make-body-plain)
12505         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12506         multibyte-string-p.
12507
12508         * lpath.el: Revert.
12509
12510 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * message.el (message-forward-make-body-mml): Assume original message
12513         is multibyte string; error on unibyte.
12514         (message-forward-make-body-plain): Ditto; don't add excessive newline
12515         in body end.
12516
12517         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12518
12519 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12520
12521         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12522         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12523
12524 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * mm-extern.el (mm-extern-url): Don't use
12527         mm-with-unibyte-current-buffer.
12528         (mm-extern-cache-contents): Use with-current-buffer instead of
12529         save-excursion + set-buffer.
12530
12531 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12532
12533         * mm-util.el (mm-emacs-mule): Remove.
12534
12535 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12536
12537         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12538         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12539         change.
12540
12541 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12544         bind the default value of enable-multibyte-characters to nil.
12545
12546 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * message.el (message-forward-make-body-plain)
12549         (message-forward-make-body-mml):
12550         Don't use mm-with-unibyte-current-buffer.
12551
12552 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12553
12554         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12555
12556 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12557
12558         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12559         (Bug#5592).
12560
12561 2010-05-07  Julien Danjou  <julien@danjou.info>
12562
12563         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12564         it to mm-pipe-part.
12565
12566         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12567         it is given.
12568
12569 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * binhex.el (binhex-decode-region-internal):
12572         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12573         (dns-query):
12574         * nnweb.el (nnweb-gmane-search):
12575         * pgg-parse.el (pgg-parse-armor):
12576         * pgg.el (pgg-verify-region):
12577         * sha1.el (sha1-string-external):
12578         * uudecode.el (uudecode-decode-region-internal):
12579         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12580         XEmacs.
12581
12582         * gnus-art.el (gnus-article-browse-html-parts):
12583         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12584         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12585         make-temp-file.
12586
12587         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12588         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12589         compiling.
12590
12591         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12592         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12593         XEmacs when compiling.
12594
12595         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12596         gnus-pick-mode-off-hook for XEmacs when compiling.
12597         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12598         gnus-binary-mode-off-hook for XEmacs when compiling.
12599
12600         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12601         Return nil if char-charset is not available.
12602
12603         * imap.el (imap-disable-multibyte)
12604         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12605         macros.
12606
12607         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12608         instead of encode-coding-string.
12609
12610         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12611         'xemacs) instead of mm-emacs-mule to switch function definitions.
12612         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12613
12614         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12615         bind temporary-file-directory for XEmacs;
12616         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12617         timer-set-function for XEmacs 21.4 and SXEmacs;
12618         bind timer-list for XEmacs 21.4 and SXEmacs;
12619         fbind char-charset and find-charset-region for non-Mule XEmacs;
12620         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12621         encode-coding-region and encode-coding-string for XEmacs having no
12622         file-coding feature.
12623
12624 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12625
12626         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12627
12628 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12631         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12632
12633 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12634
12635         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12636         alias `jka-compr-delete-temp-file' no longer exists.
12637
12638 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12639
12640         Use define-minor-mode in Gnus where applicable.
12641         * mml.el (mml-mode): Use define-minor-mode.
12642         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12643         (gnus-undo-mode): Use define-minor-mode.
12644         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12645         (gnus-dead-summary-mode): Use define-minor-mode.
12646         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12647         Initialize in declaration.
12648         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12649         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12650         (gnus-mailing-list-mode): Use define-minor-mode.
12651         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12652         (gnus-draft-mode): Use define-minor-mode.
12653         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12654         (gnus-dired-mode): Use define-minor-mode.
12655
12656 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12657
12658         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12659         handles on recursive mml-to-mime translation and check them for
12660         boundary delimiter collisions.  Reported by Greg Troxel.
12661
12662 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12665
12666 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12667
12668         * mm-util.el (mm-find-buffer-file-coding-system):
12669         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12670
12671 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12672
12673         * message.el (message-generate-headers): Record insertion of optional
12674         headers as well.  Otherwise the check to prevent repeated insertion of
12675         optional headers is a no-op.
12676
12677 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12678
12679         * smime.el: Don't mention CVS.
12680
12681         * nnrss.el (nnrss-fetch): Don't mention CVS.
12682
12683         * nnir.el: Don't mention CVS.
12684
12685 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12686
12687         * gnus-sum.el (gnus-summary-bookmark-make-record):
12688         Add `location' field.
12689
12690 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * lpath.el: Fbind bookmark-default-handler,
12693         bookmark-get-bookmark-record, bookmark-make-record-default,
12694         bookmark-prop-get for Emacs <23 and XEmacs.
12695
12696 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12697
12698         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12699         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12700         Use with-current-buffer to silence the byte-compiler.
12701         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12702         bother to require `gnus'.
12703         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12704
12705 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12706
12707         * gnus-sum.el (gnus-summary-bookmark-make-record)
12708         (gnus-summary-bookmark-jump): New functions.
12709         (gnus-summary-mode): Setup bookmark support.
12710
12711 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12712
12713         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12714         if set.
12715
12716 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12717
12718         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12719         gnus-article-browse-html-save-cid-image; make it work recursively for
12720         forwarded messages as well.
12721         (gnus-article-browse-html-parts): Work when prefix arg is given.
12722         (gnus-article-browse-html-article): Doc fix.
12723
12724 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12725
12726         * message.el (message-default-mail-headers)
12727         (message-default-headers): Carry the value mail-default-headers over
12728         into message-default-mail-headers, rather than message-default-headers.
12729
12730 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12731
12732         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12733         charset.
12734
12735         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12736         charset into the <meta> tag when the article is encoded to utf-8.
12737
12738 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12739
12740         * gnus-art.el (gnus-article-browse-delete-temp-files):
12741         Delete directories as well.
12742         (gnus-article-browse-html-parts): Work for images that do not specify
12743         file names; delete temp directory when quitting; insert header at the
12744         right place; use file: scheme for image files.
12745
12746 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12747
12748         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12749         (gnus-article-browse-html-parts): Use it to make temporary cid image
12750         files in addition to html file so that browser may display them.
12751
12752 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12753
12754         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12755
12756 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12757
12758         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12759
12760 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12761
12762         * auth-source.el (auth-sources): Change default to be simpler.
12763         Explain about Secret Service API sources.  Improve Customize options.
12764         (auth-source-pick): Change to accept any number of search parameters.
12765         Implement fallbacks iteratively, not recursively.  Add scoring on the
12766         second pass and sort by score.  Call Secret Service API when needed.
12767         (auth-source-user-or-password): Use it.  Call Secret Service API
12768         directly when needed to get the user name and the password.
12769
12770 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12771
12772         * message.el (message-interactive): Doc fix.
12773         (message-qmail-inject-args): Reflow.
12774         (message-kill-to-signature): Fix typo in docstring.
12775
12776         * smiley.el (smiley-buffer): Fix typo in docstring.
12777
12778 2010-03-24  Glenn Morris  <rgm@gnu.org>
12779
12780         * mail-source.el (gnus-message): Declare.
12781         (mail-source-delete-old-incoming): Require gnus-util.
12782
12783 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12786
12787         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12788
12789         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12790         password-cache's default if it is not bound.
12791         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12792         password-cache-expiry's default if it is not bound.
12793
12794         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12795         available in Emacs 21.
12796
12797         * lpath.el: Suppress compiler warnings for:
12798         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12799         XEmacs;
12800         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12801         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12802         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12803
12804 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12805
12806         * auth-source.el (auth-sources): Fix up definition so extra parameters
12807         are always inline.
12808
12809 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12810
12811         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12812         wasn't updated after mismatch.  Clear cached mailbox info correctly
12813         when uidvalidity changes.
12814         (nnimap-group-prefixed-name): New function to avoid some code
12815         duplication.
12816         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12817         (nnimap-request-group): Use it.
12818         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12819         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12820         with many imap folders.  This is done by caching the group status from
12821         the imap server persistently in a group parameter `imap-status'.  (This
12822         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12823         but not persistently, so every Gnus startup was still very slow.)
12824
12825 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12826
12827         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12828         delete the extra newline.  Otherwise editing of :string and :number
12829         types don't work.
12830
12831 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12832
12833         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12834         secrets.el dependency.
12835         (auth-sources): Add optional user name.  Add secrets.el configuration
12836         choice (unused right now).
12837
12838 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12839
12840         * gnus-sum.el (gnus-summary-make-menu-bar):
12841         Let `gnus-registry-install-shortcuts' fill in the functions.
12842
12843         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12844         warnings.
12845         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12846         (gnus-registry-install-shortcuts): Populate and use it in a
12847         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12848
12849 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12850
12851         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12852         In-place substitutions for the group name encoding/decoding.
12853         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12854         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12855         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12856         (nnimap-update-unseen, nnimap-request-list)
12857         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12858         (nnimap-request-set-mark, nnimap-split-to-groups)
12859         (nnimap-split-articles, nnimap-request-newgroups)
12860         (nnimap-request-create-group, nnimap-request-accept-article)
12861         (nnimap-request-delete-group, nnimap-request-rename-group)
12862         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12863         `encoded-mbx' for consistency.
12864         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12865         variable `imap-current-mailbox'.
12866
12867         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12868         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12869
12870 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12871
12872         * pop3.el (pop3-display-message-size-flag): Display message size byte
12873         counts during POP3 download.
12874         (pop3-movemail): Use it.
12875         (pop3-list): Implement listing of available messages.
12876
12877 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12878
12879         * nnir.el (nnir-get-article-nov-override-function): New function to
12880         override the normal NOV retrieval.
12881         (nnir-retrieve-headers): Use it.
12882
12883 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12884
12885         * auth-source.el (netrc-machine-user-or-password): Autoload.
12886
12887 2010-03-19  Glenn Morris  <rgm@gnu.org>
12888
12889         Stop message.el from loading about 40 libraries it doesn't always need.
12890         The general approach is to autoload rather than require, and to
12891         require in the specific functions rather than the file.  (Bug#5642)
12892
12893         * gmm-utils.el: Don't require wid-edit.
12894         (widget-create-child-value, widget-convert, widget-default-get):
12895         Autoload.
12896
12897         * gnus-util.el: Don't require time-date, netrc.
12898         (message-fetch-field, gnus-group-name-decode): Declare rather than
12899         autoloading.
12900         (gnus-fetch-field): Require message.
12901         (gnus-decode-newsgroups): Require gnus-group.
12902
12903         * ietf-drums.el: Don't require time-date.
12904
12905         * message.el: Don't require hashcash, canlock, ecomplete.
12906         Do require mail-utils.  Require nnheader only when compiling.
12907         (smtpmail-default-smtp-server): Remove declaration.
12908         (message-send-mail-function): Check smtpmail-default-smtp-server
12909         is bound rather than requiring smtpmail.
12910         (message-auto-save-directory, message-insert-signature):
12911         Use expand-file-name rather than nnheader-concat.
12912         (nnheader-insert-file-contents): Autoload.
12913         (hashcash-wait-async): Declare.
12914         (message-send-mail): Only call gnus-setup-posting-charset if
12915         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12916         (message-send-mail-with-sendmail): Require sendmail.
12917         (canlock-password, canlock-password-for-verify): Declare.
12918         (message-canlock-password): Require canlock.
12919         (nnheader-get-report): Autoload.
12920         (gnus-setup-posting-charset): Declare.
12921         (message-send-news): Require gnus-msg.
12922         (message-make-references, message-make-in-reply-to): Use mail-header-id
12923         rather than the alias mail-header-message-id.
12924         (ecomplete-add-item, ecomplete-save): Declare.
12925         (message-put-addresses-in-ecomplete): Require ecomplete.
12926         (ecomplete-display-matches): Autoload.
12927
12928         * mm-decode.el: Don't require mailcap, gnus-util.
12929         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12930         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12931         Autoload.
12932         (mailcap-mime-extensions): Declare.
12933
12934         * mm-encode.el: Don't require mailcap.
12935         (mailcap-extension-to-mime): Autoload.
12936
12937         * mml-sec.el: Don't require password-cache.
12938
12939         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12940         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12941         (mml-minibuffer-read-type): Require mailcap.
12942         (mml-preview): Require gnus-msg.
12943
12944         * mml1991.el: Require password-cache.
12945         (password-cache-expiry): Remove declaration.
12946
12947         * mml2015.el: Require password-cache.
12948         (password-cache-expiry): Remove declaration.
12949
12950         * nneething.el (mailcap): Require mailcap.
12951
12952         * nnheader.el (declare-function): Add compatibility stub.
12953         (message-remove-header): Declare rather than autoload.
12954         (nnheader-replace-header): Require message.
12955
12956         * nnimap.el (declare-function): Add compatibility stub.
12957         (netrc-parse, netrc-machine-user-or-password): Declare.
12958         (nnimap-open-connection): Require netrc.
12959
12960         * nntp.el (declare-function): Add compatibility stub.
12961         (netrc-parse, netrc-machine, netrc-get): Declare.
12962         (nntp-send-authinfo): Require netrc.
12963
12964         * rfc2047.el: Don't require qp.
12965         (quoted-printable-encode-region, quoted-printable-decode-string):
12966         Autoload.
12967
12968         * sieve-mode.el: Don't require easymenu.
12969         (easy-menu-add-item): Autoload it.
12970
12971         * spam-stat.el (time-to-number-of-days): Autoload it.
12972
12973 2010-03-19  Glenn Morris  <rgm@gnu.org>
12974
12975         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12976
12977 2010-03-18  Glenn Morris  <rgm@gnu.org>
12978
12979         * hashcash.el (declare-function): Remove duplicate definition.
12980
12981 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12982
12983         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12984         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12985         value if any backslash escapes).
12986
12987 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12990         if it is available.  (bug#5647)
12991
12992         * lpath.el: Suppress compiler warning for coding-system-from-name for
12993         Emacs 21 and XEmacs.
12994
12995 2010-03-14  Juri Linkov  <juri@jurta.org>
12996
12997         * hmac-def.el:
12998         * hmac-md5.el:
12999         * netrc.el: Fix keywords.
13000
13001 2010-02-26  Glenn Morris  <rgm@gnu.org>
13002
13003         * message.el (message-send-mail-function): Change the default, so that
13004         it inherits from a customized send-mail-function.  (Bug#5643)
13005
13006 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13007
13008         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13009         shell-command-to-string signals an error (bug#5299).
13010
13011 2010-02-24  Glenn Morris  <rgm@gnu.org>
13012
13013         * message.el (message-smtpmail-send-it)
13014         (message-send-mail-with-mailclient): Doc fixes.
13015
13016 2010-02-16  Glenn Morris  <rgm@gnu.org>
13017
13018         * message.el (message-default-mail-headers): Change the default value
13019         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13020
13021 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13022
13023         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13024         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13025
13026 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13027
13028         * time-date.el (date-to-time): Doc fix (Bug#5408).
13029
13030 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13031
13032         * message.el (message-mail): Just pass yank-action on to message-setup.
13033         (message-setup): Handle (FUN . ARGS) form of yank-action.
13034         (message-with-reply-buffer, message-widen-reply)
13035         (message-yank-original): Handle non-buffer values of
13036         message-reply-buffer (Bug#4080).
13037         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13038
13039 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13040
13041         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13042         Fix typo in docstring.
13043
13044 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13045
13046         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13047         response.
13048
13049 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13052
13053         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13054
13055         * message.el (message-check-news-header-syntax): Protect against a
13056         string that `rfc822-addresses' returns when parsing fails.
13057
13058 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13061         (gnus-previous-char-property-change): New functions.
13062
13063         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13064
13065 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13066
13067         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13068         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13069
13070 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13071
13072         * message.el (message-exchange-point-and-mark): Rework last change to
13073         avoid using optional arg of exchange-point-and-mark, for backward
13074         compatibility.
13075
13076 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13077
13078         * message.el (message-exchange-point-and-mark):
13079         Call exchange-point-and-mark with an argument rather than setting
13080         mark-active by hand (Bug#5175).
13081
13082 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13083
13084         * nntp.el (nntp-service-to-port): Work for service expressed with
13085         numeric string; replace [:digit:] with [0-9] for XEmacs.
13086
13087 2009-12-17  Glenn Morris  <rgm@gnu.org>
13088
13089         * gnus-group.el (gnus-bug-group-download-format-alist):
13090         Change emacs entry to debbugs.gnu.org.  Bump :version.
13091
13092 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13093
13094         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13095
13096 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13097
13098         * message.el (message-info): Explain why we use `Info-goto-node'.
13099
13100 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13101
13102         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13103
13104 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13105
13106         * message.el (message-completion-in-region): New compatibility function.
13107         (message-expand-group): Use it.
13108
13109 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13112         with no unread article should be listed if the 2nd arg `predicate' is
13113         given.
13114
13115 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13118
13119 2009-11-29  Juri Linkov  <juri@jurta.org>
13120
13121         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13122         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13123         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13124
13125 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13126
13127         * sha1.el (sha1-string-external): default-directory "/" in case
13128         otherwise non-existent.  process-connection-type pipe for touch of
13129         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13130
13131 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13132
13133         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13134         it's comms related and sgml-mode.el has "comm" on that basis too.
13135
13136 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13139         containing tspecial characters if they have been already quoted.
13140
13141 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13142
13143         * dns-mode.el (auto-mode-alist): Purecopy string.
13144
13145 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13146
13147         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13148
13149 2009-10-24  Glenn Morris  <rgm@gnu.org>
13150
13151         * gnus-art.el (help-xref-stack-item): Define for compiler.
13152
13153 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13154
13155         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13156
13157 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13160
13161 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13164         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13165
13166 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13167
13168         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13169         (gnus-overlays-in): New alias to overlays-in.
13170
13171         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13172         gnus-overlay-get, and gnus-delete-overlay.
13173         (gnus-summary-show-thread): Make it work as well for systems in which
13174         next-single-char-property-change is not available.
13175         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13176
13177         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13178         (gnus-overlay-get): New alias to extent-property.
13179         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13180
13181         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13182         SXEmacs.
13183
13184         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13185         SXEmacs.
13186
13187 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13188
13189         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13190
13191 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13192
13193         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13194         and XEmacs that don't have `remove-overlays'.
13195
13196 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13197
13198         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13199         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13200         selective display.  Use overlays instead.
13201
13202 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13203
13204         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13205
13206 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13207
13208         * spam-stat.el (spam-stat-load): Fix typo in message.
13209
13210 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13211
13212         * dig.el (dig-invoke): Fix typo in docstring.
13213         (query-dig): Reflow docstring.
13214
13215 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13216
13217         * gnus-art.el (gnus-article-encrypt-body):
13218         * message.el (message-check-recipients):
13219         * mm-util.el (mm-codepage-setup):
13220         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13221         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13222
13223 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13224
13225         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13226         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13227         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13228         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13229         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13230
13231 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13232
13233         * dig.el: Add "Keywords: comm", as per net-utils.el.
13234
13235 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13236
13237         * dig.el (dig-mode): Use define-derived-mode.
13238
13239 2009-09-19  Glenn Morris  <rgm@gnu.org>
13240
13241         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13242
13243 2009-09-18  Glenn Morris  <rgm@gnu.org>
13244
13245         * gnus-diary.el (gnus-diary-check-message):
13246         * message.el (message-insert-formatted-citation-line):
13247         * nnbabyl.el (top-level):
13248         * nndiary.el (nndiary-schedule):
13249         Fix typos in condition-case handlers.
13250
13251 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13254         configuration that provides the sole article window in a frame;
13255         position point correctly after deleting a part.
13256
13257 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13258
13259         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13260         (spam-resolve-registrations-routine): Use it to unregister articles
13261         that change status.
13262
13263 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13266         with XEmacs.
13267         (parse-time-string-chars): Use it.
13268
13269 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13270
13271         * imap.el (imap-interactive-login): Better messages.
13272         (imap-open): Fix bug with renamed buffer on reconnect.
13273         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13274         for easier debugging and cleaner code.  On successful (guessed based on
13275         server capabilities) secondary authentication, set imap-state
13276         correctly.
13277         (imap-last-authenticator): Define imap-last-authenticator as a variable
13278         to avoid warnings.
13279
13280 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13281
13282         * nnrss.el (nnrss-request-article): Remove binding of
13283         default-enable-multibyte-characters that has gotten needless by
13284         the 2007-07-13 change in rfc2047-encode-message-header.
13285
13286         * mml.el (mml-insert-multipart): Error on the message header.
13287         (mml-insert-part): Error on the message header; position point at
13288         the end of a MIME tag.
13289
13290 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * time-date.el (autoload): Expand define-obsolete-function-alias into
13293         defalias and make-obsolete for old Emacsen that Gnus supports.
13294         (with-no-warnings): Define it for old Emacsen.
13295         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13296         is available.
13297         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13298         float-time is available; suppress compile warning for time-to-seconds.
13299
13300         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13301         (gnus-float-time): Alias to float-time if it exists.
13302
13303         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13304         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13305         float-time is available; suppress compile warning for time-to-seconds.
13306
13307         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13308         XEmacs.
13309
13310 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13311
13312         * imap.el (imap-message-map): Docstring fix.
13313
13314 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13317         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13318         Add the optional argument `encoding' that overrides the default.
13319
13320         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13321         mm-encode-buffer.
13322
13323 2009-09-04  Glenn Morris  <rgm@gnu.org>
13324
13325         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13326         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13327         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13328         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13329         * mm-util.el (mm-with-unibyte-current-buffer)
13330         (mm-find-buffer-file-coding-system):
13331         * yenc.el (yenc-decode-region): Use default-value rather than
13332         default-enable-multibyte-characters.
13333
13334 2009-09-03  Glenn Morris  <rgm@gnu.org>
13335
13336         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13337         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13338         than default-enable-multibyte-characters.
13339
13340 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13341
13342         * gnus-art.el (gnus-article-read-summary-keys):
13343         Fix gnus-buffer-configuration's value temporarily used.
13344
13345 2009-09-02  Glenn Morris  <rgm@gnu.org>
13346
13347         * gnus-util.el (gnus-float-time): New function.
13348         * gnus-delay.el (gnus-delay-article):
13349         * gnus-sum.el (gnus-thread-latest-date):
13350         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13351         * nnspool.el (nnspool-request-newgroups):
13352         Use gnus-float-time rather than time-to-seconds.
13353         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13354
13355         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13356         (gnus-header-subject-face, gnus-header-newsgroups-face)
13357         (gnus-header-name-face, gnus-header-content-face):
13358         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13359         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13360         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13361         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13362         (gnus-cite-face-11):
13363         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13364         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13365         (gnus-server-closed-face, gnus-server-denied-face)
13366         (gnus-server-offline-face):
13367         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13368         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13369         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13370         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13371         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13372         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13373         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13374         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13375         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13376         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13377         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13378         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13379         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13380         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13381         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13382         (gnus-summary-high-undownloaded-face)
13383         (gnus-summary-low-undownloaded-face)
13384         (gnus-summary-normal-undownloaded-face)
13385         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13386         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13387         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13388         (gnus-splash-face):
13389         * message.el (message-header-to-face, message-header-cc-face)
13390         (message-header-subject-face, message-header-newsgroups-face)
13391         (message-header-other-face, message-header-name-face)
13392         (message-header-xheader-face, message-separator-face)
13393         (message-cited-text-face, message-mml-face):
13394         * sieve-mode.el (sieve-control-commands-face)
13395         (sieve-action-commands-face, sieve-test-commands-face)
13396         (sieve-tagged-arguments-face):
13397         * spam.el (spam-face):
13398         Mark face aliases with "-face" in the name as obsolete.
13399
13400 2009-09-01  Glenn Morris  <rgm@gnu.org>
13401
13402         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13403         than goto-line.
13404
13405 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13408         Don't move point if the command is invoked inside the message header.
13409
13410 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13411
13412         * imap.el (imap-send-command): Simplify.
13413         (imap-wait-for-tag): point-max -> buffer-size.
13414
13415 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13416
13417         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13418         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13419         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13420         * nnir.el (nnir-swish-e-index-file):
13421         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13422         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13423         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13424         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13425         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13426         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13427
13428 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13429
13430         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13431         Don't save excursion.
13432
13433 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13434
13435         * nnheader.el (nnheader-find-file-noselect):
13436         * mm-util.el (mm-insert-file-contents):
13437         Use (default-value 'major-mode) instead of default-major-mode.
13438
13439 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13440
13441         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13442
13443 2009-08-26  Glenn Morris  <rgm@gnu.org>
13444
13445         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13446         than placing in files.el.
13447
13448 2009-08-25  Glenn Morris  <rgm@gnu.org>
13449
13450         * nnir.el (top-level): Don't require cl at run-time.
13451         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13452         Replace cl-function substitute with gnus-replace-in-string.
13453         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13454         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13455         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13456         simplified expansions.
13457
13458 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13459
13460         * dig.el (dig): Add autoload cookie.
13461
13462 2009-08-22  Glenn Morris  <rgm@gnu.org>
13463
13464         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13465         goto-line.
13466
13467 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13468
13469         * parse-time.el (parse-time-string-chars): Save match data.
13470
13471 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13472
13473         * parse-time.el (parse-time-string-chars): Compute using character
13474         classes, to handle non-ascii characters (Bug#3190).
13475
13476 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13479
13480         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13481         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13482         (gnus-mm-display-part, gnus-mime-display-single)
13483         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13484         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13485
13486         * gnus-sum.el
13487         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13488         (gnus-summary-move-article): Add expirable mark to articles copied or
13489         moved to group that has auto-expire turned on if the option is non-nil.
13490
13491 2009-07-24  Glenn Morris  <rgm@gnu.org>
13492
13493         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13494         Fix typo.  (Bug#3903)
13495
13496 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13499         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13500         that should not be used for draft articles.
13501         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13502         that has no concern in minor mode keys.
13503         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13504         Abolish.
13505
13506 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13509         article without making inquiry to a user for unknown encoding.
13510
13511         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13512         (nnmaildir--scan): Assume i-node and device number that file-attributes
13513         returns might be cons-cell.
13514
13515         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13516
13517         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13518
13519 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13520
13521         * auth-source.el: Remove docs now in auth.texi.  Don't use
13522         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13523         `auth-source-hide-passwords' and use them.
13524
13525 2009-07-15  Glenn Morris  <rgm@gnu.org>
13526
13527         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13528
13529 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13532         excessive whitespace from the default values of title and description.
13533
13534 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13535
13536         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13537         mail-fetch-field to fetch Content-Description header in order to
13538         exclude newlines.
13539
13540 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13541
13542         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13543         format used by GnuPG 2.0.11.
13544
13545 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13548         to deleted part.
13549
13550 2009-05-30  David Engster  <dengste@eml.cc>
13551
13552         * nnmairix.el: Remove old documentation in the commentary block.
13553         (nnmairix-request-group): Do not update active file for nnml back ends.
13554         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13555         end so that overview files are ignored.
13556         (nnmairix-update-groups): Make updating the groups more robust by using
13557         marks.
13558         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13559         with dollar characters in message-id.
13560
13561 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13562
13563         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13564         2008-12-25 in dns.el.
13565
13566 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13567
13568         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13569         could happen if the text is only composed of spaces and/or tabs.
13570
13571 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13572
13573         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13574         when sending a queued message to avoid extra mml tags.
13575
13576 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13577
13578         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13579
13580 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13583         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13584         rmail-toggle-header for XEmacs;
13585         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13586
13587 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * gnus-dired.el: Remove autoload for gnus-setup-message.
13590         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13591         displaying Gnus logo; always use compose-mail.
13592
13593 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13596
13597 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13600         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13601         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13602         available.
13603         (gnus-nocem-epg-verify): New function.
13604
13605 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13606
13607         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13608
13609 2009-02-15  Glenn Morris  <rgm@gnu.org>
13610
13611         * gnus-util.el (rmail-insert-rmail-file-header)
13612         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13613         autoloads.
13614         (rmail-default-rmail-file): Remove unnecessary declaration.
13615         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13616
13617 2009-02-14  Glenn Morris  <rgm@gnu.org>
13618
13619         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13620         variable (only used in gnus-util, which declares it anyway).
13621         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13622         which was only needed by gnus-art (changed to not use it any more).
13623         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13624         only used in gnus-util, which autoloads it itself.
13625         (rmail-update-summary): Fix autoload.
13626
13627         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13628         rather than rmail-output-to-rmail-file.
13629
13630 2009-02-07  Glenn Morris  <rgm@gnu.org>
13631
13632         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13633         autoload of function that no longer exists.
13634         (rmail-toggle-header): Declare.
13635         (message-forward-rmail-make-body): Handle mbox Rmail.
13636
13637 2009-01-31  Glenn Morris  <rgm@gnu.org>
13638
13639         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13640         2009-01-09 change.
13641
13642 2009-01-31  Dave Love  <fx@gnu.org>
13643
13644         * imap.el (imap-fetch-safe): Bind debug-on-error.
13645         (imap-debug): Add imap-fetch-safe.
13646
13647 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13648
13649         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13650         (auth-source-forget-all-cached): New convenience function.
13651         (auth-source-user-or-password): Accept list of modes or a single mode.
13652
13653         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13654         auth-source modes.
13655
13656         * netrc.el (netrc-machine-user-or-password): Use list of
13657         auth-source modes.
13658
13659         * nnimap.el (nnimap-open-connection): Use list of
13660         auth-source modes.
13661
13662         * nntp.el (nntp-send-authinfo): Use list of
13663         auth-source modes.
13664
13665 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13666
13667         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13668         now.
13669
13670 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13671
13672         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13673         coding system in XEmacs; add a workaround for XEmacs.
13674
13675         * lpath.el: Fbind coding-system-aliasee.
13676
13677 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13678
13679         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13680         of current-language-environment.
13681
13682 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13683
13684         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13685         available at runtime.
13686
13687 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13690
13691 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13692
13693         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13694         the greatest positive fixnum value doesn't work under an XEmacs with
13695         bignum support; use the most-positive-fixnum constant instead,
13696         available since Emacs 21.1 with cl and XEmacs 21.1.
13697
13698 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13701         XEmacs gets not to work.
13702
13703 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * mm-util.el (mm-coding-system-priorities): Allow the value like
13706         "Japanese (UTF-8)" of current-language-environment.
13707
13708 2009-01-09  Glenn Morris  <rgm@gnu.org>
13709
13710         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13711         with last-command-event.
13712
13713 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13714
13715         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13716         in the doc string.
13717
13718         * message.el (message-fix-before-sending): Amend comment.
13719
13720 2009-01-08  Dave Love  <fx@gnu.org>
13721
13722         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13723
13724 2009-01-07  David Engster  <dengste@eml.cc>
13725
13726         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13727         simplified server definitions by converting it via
13728         gnus-server-to-method.
13729
13730 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13733         parameter's operands.
13734
13735 2009-01-06  David Engster  <dengste@eml.cc>
13736
13737         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13738         primary select method (for gnus-group-mark-article-as-read).
13739
13740 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13741
13742         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13743         `(gnus)Face', not `(gnus)X-Face'.
13744
13745 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13746
13747         * mm-util.el (mm-ucs-to-char): New function.
13748
13749         * mm-url.el (mm-url-decode-entities): Use it.
13750
13751         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13752         unicode-to-char.
13753
13754 2009-01-05  Dave Love  <fx@gnu.org>
13755
13756         * time-date.el: Require cl for `declare'.
13757
13758 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13759
13760         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13761         Dave Love.
13762
13763 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13764
13765         * message.el (message-fix-before-sending): Add `eight-bit' to
13766         illegible-text check.
13767
13768 2009-01-03  Michael Olson  <mwolson@gnu.org>
13769
13770         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13771         `headers' is nil.  This can occur if the IMAP server does not have
13772         permissions to read messages from a folder, but can write new messages
13773         to the folder.
13774         (nnimap-request-article-part): Do not insert `data' if it is nil.
13775
13776         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13777         characters which will confuse `read', so skip past them.
13778
13779 2009-01-01  Dave Love  <fx@gnu.org>
13780
13781         * imap.el (imap-string-to-integer): Fix typo.
13782         (imap-fetch-safe): New function.
13783         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13784
13785         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13786
13787         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13788         (imap-parse-greeting): Fix doc strings.
13789         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13790         (imap-parse-flag-list): Make messages unique.
13791         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13792
13793         * nnimap.el: Fix author email.
13794         (nnimap-split-rule): Add FIXME comment.
13795         (nnimap-debug): Fix doc string.
13796
13797 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13798
13799         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13800
13801 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13802
13803         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13804         nslookup if resolv.conf isn't available.
13805         (dns-query): Rename from query-dns.
13806         (dns-query-cached): Rename from query-dns-cached.
13807
13808 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13811         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13812         to check if those variables exist (first appeared in Emacs 18.50).
13813
13814 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * mm-util.el (mm-line-number-at-pos): New function.
13817
13818         * spam-report.el (spam-report-process-queue): Use it.
13819
13820 2008-12-24  David Engster  <dengste@eml.cc>
13821
13822         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13823         parameters that haven't existed as variables as buffer-local variables.
13824
13825 2008-12-23  Dave Love  <fx@gnu.org>
13826
13827         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13828         cadar.
13829
13830         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13831         imap-starttls-p.
13832         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13833
13834 2008-12-22  Dave Love  <fx@gnu.org>
13835
13836         * imap.el: Fix author email.  Doc fixes.
13837         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13838         reply.
13839
13840 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13841
13842         * spam-report.el (spam-report-gmane-max-requests): New constant.
13843         (spam-report-gmane-wait): New variable.
13844         (spam-report-gmane-ham, spam-report-gmane-spam)
13845         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13846         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13847         the server.
13848
13849         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13850         Add explanations.
13851
13852         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13853         nnheader-accept-process-output and nnheader-read-timeout if available.
13854         (pop3-movemail): Use it.
13855
13856         * message.el (message-check-news-body-syntax): Fix signature check if
13857         there's an attachment.
13858
13859 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * mm-util.el: Add comments to the mm- emulating functions.
13862
13863 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13864
13865         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13866         Reported by Stephen Berman <stephen.berman@gmx.net>.
13867
13868 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * mm-util.el (mm-substring-no-properties): New function.
13871         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13872         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13873         (mm-string-to-multibyte): Doc fix.
13874
13875         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13876
13877 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13878
13879         * mml.el (mml-attach-file): Strip text properties from file name.
13880         (Bug#1574)
13881
13882 2008-12-16  Glenn Morris  <rgm@gnu.org>
13883
13884         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13885
13886 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13887
13888         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13889         knows since the charset specified might be a bogus alias that
13890         mm-charset-synonym-alist provides.
13891
13892 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13893
13894         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13895         "ISO_8859-1".
13896
13897         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13898
13899 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * mm-util.el (mm-charset-eval-alist):
13902         Define it before mm-charset-to-coding-system.
13903         (mm-charset-to-coding-system): Add optional argument `silent';
13904         define it before mm-charset-override-alist.
13905         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13906         default value if it can be used in Emacs currently running;
13907         silence mm-charset-to-coding-system.
13908
13909 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13910
13911         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13912         `allow-override' which says whether to use `mm-charset-override-alist'.
13913         (rfc2047-decode-encoded-words): Use it.
13914
13915         * mm-util.el (mm-charset-override-alist): Fix custom type;
13916         add `(gb2312 . gbk)' to choices.
13917
13918 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13921         fast.
13922
13923         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13924
13925         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13926
13927 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13928
13929         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13930         on links.
13931
13932         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13933
13934 2008-12-03  Lute Kamstra  <lute@gnu.org>
13935
13936         * sha1.el: Remove leading * from docstrings of defcustoms,
13937         deffaces, defconsts and defuns.
13938
13939 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13942         users' addresses that don't have domain parts.
13943         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13944         rather than message-narrow-to-head since there will be the message
13945         header separator.
13946
13947 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13948
13949         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13950         since the result is inserted in a unibyte buffer anyway.
13951         (nnimap-demule-use-string-to-multibyte): Remove.
13952         (nnimap-demule): Alias it to mm-string-to-multibyte.
13953
13954 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13955
13956         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13957         variable for debugging bug#464 and bug#1174.
13958         (nnimap-demule): Use it.
13959
13960 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13961
13962         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13963         score calculation correctly.
13964
13965 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13966
13967         * message.el (message-send-mail): Just set the buffer to unibyte
13968         rather than use mm-with-unibyte-current-buffer which does a lot more.
13969         (message-send-mail-partially): Don't bother with
13970         mm-with-unibyte-current-buffer since it's already been made unibyte by
13971         message-send-mail.
13972
13973 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13974
13975         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13976
13977 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13978
13979         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13980
13981 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13984         require itself and to remove `with-no-warnings'.
13985
13986 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13987
13988         * starttls.el (starttls-any-program-available): Get the name of the
13989         available TLS layer program.
13990         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13991         well as the host name in the "opening" message.
13992
13993         * auth-source.el (auth-source-cache, auth-source-do-cache)
13994         (auth-source-user-or-password): Cache passwords and logins by default,
13995         allow override with `auth-source-do-cache'.
13996         (auth-source-forget-user-or-password): Allow users to remove cache
13997         entries if needed.
13998
13999 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14000
14001         * md4.el (md4-buffer): Fix typo in docstring.
14002         (md4, md4-64): Doc fixes.
14003         (md4-pack-int32): Reflow docstring.
14004
14005 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14006
14007         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14008         condition-case to only the forward-sexp call.
14009
14010 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14011
14012         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14013         quotes contained.  Make it more robust regardless by an extra
14014         condition-case wrapper.
14015
14016 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14019
14020 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14021
14022         * nnml.el (nnml-request-expire-articles): Check if the function set to
14023         `nnmail-expiry-target' returns the symbol `delete'.
14024
14025         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14026
14027         * nnmail.el (nnmail-expiry-target): Fix custom type.
14028
14029 2008-10-02  Glenn Morris  <rgm@gnu.org>
14030
14031         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14032         Silence compiler warning.
14033
14034 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14035
14036         * tls.el (open-tls-stream): Show the actual command being
14037         executed, instead of the format string.
14038
14039 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * lpath.el: Fbind codepage-setup for Emacs 23.
14042
14043 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14044
14045         * mml.el (mml-menu): Don't assume mml2015 is bound.
14046
14047 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14050         exists.
14051
14052 2008-09-27  Glenn Morris  <rgm@gnu.org>
14053
14054         * gnus-util.el (mail-header-remove-comments): Autoload it.
14055
14056 2008-09-27  Andreas Schwab  <schwab@suse.de>
14057
14058         * gnus-util.el (gnus-split-references): Strip comments.
14059         (gnus-parent-id): Likewise.
14060
14061 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14062
14063         * message.el (message-confirm-send): Fix version.
14064
14065 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14066
14067         * message.el (message-idna-to-ascii-rhs-1): Use
14068         mail-extract-address-components rather than mail-header-parse-addresses
14069         that is an alias by default to ietf-drums-parse-addresses that does not
14070         support non-ASCII names in headers' contents.
14071
14072 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14073
14074         * message.el (message-confirm-send): Fix variable documentation to
14075         avoid the "y/n" wording.
14076
14077 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14078
14079         * message.el (message-set-auto-save-file-name): Save to a different
14080         filename so multiple messages (especially drafts) can be recovered.
14081
14082 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14083
14084         * message.el (message-confirm-send): Add appropriate version.
14085
14086 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14087
14088         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14089         defvar.
14090
14091 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14092
14093         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14094         (mm-pkcs7-enveloped-magic): Ditto.
14095
14096 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14097
14098         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14099         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14100
14101 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14102
14103         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14104         default, it's better.
14105
14106 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14107
14108         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14109         summary line gnus-number property and ignore them (with a warning
14110         message).
14111
14112 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14115         macro caddr in the interactive form since it won't be expanded.
14116
14117 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14120         `charset'; fix name of function called recursively.
14121         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14122
14123 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14126         (gnus-mime-set-charset-parameters): New function.
14127         (gnus-mime-view-part-as-charset): Use it to correctly display part
14128         specifying wrong charset.
14129
14130 2008-09-08  David Engster  <dengste@eml.cc>
14131
14132         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14133         in completing-read for back end server.
14134
14135 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14136
14137         * message.el (message-confirm-send): New variable to confirm sending a
14138         message.
14139         (message-send): Use it.
14140
14141 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14142
14143         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14144
14145 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14148
14149 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14150
14151         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14152         prevent tracking too many groups.
14153         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14154         Use it.
14155
14156 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14157
14158         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14159         moving point to the bottom of the window in order to avoid recentering.
14160
14161 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14164
14165         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14166         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14167         (gnus-article-beginning-of-window): Fix calculation.
14168
14169 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * gnus-msg.el (gnus-summary-supersede-article)
14172         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14173         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14174         message header.
14175
14176 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14177
14178         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14179         pending output coming after the status change.
14180
14181 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14182
14183         * message.el:
14184         * gnus-start.el:
14185         * gnus-registry.el: Remove VMS support.
14186
14187 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14190         macro.
14191         (rfc2104-hash): Use it.
14192
14193 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14194
14195         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14196         (gnus-summary-sort-by-most-recent-date): New commands.
14197         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14198         and menu entries.
14199
14200 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14203         don't redisplay article for raw contents; remove plural articles stuff.
14204
14205         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14206         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14207         on gnus-summary-save-article; display results properly.
14208
14209 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * lpath.el: No need to fbind ns-focus-frame.
14212
14213 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14214
14215         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14216
14217 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * gnus-art.el (gnus-summary-save-in-pipe):
14220         Consider gnus-save-all-headers.
14221
14222 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14223
14224         * gnus-util.el (ns-focus-frame): Remove declaration.
14225         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14226         like x.
14227
14228 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14229
14230         * rfc2104.el (rfc2104-zero): Delete defconst.
14231         (rfc2104-hex-alist): Likewise.
14232         (rfc2104-hex-to-int): Delete func.
14233         (rfc2104-hexstring-to-bitstring): Likewise.
14234         (rfc2104-nybbles): New defconst.
14235         (rfc2104-hash): Rewrite for speed.
14236
14237 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * tls.el (open-tls-stream): Make it work with the 2nd argument
14240         BUFFER that is a string but does not exist as a buffer object, as
14241         mentioned in the doc-string.
14242
14243 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14244
14245         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14246         SXEmacs.
14247
14248 2008-07-16  Glenn Morris  <rgm@gnu.org>
14249
14250         * gnus-util.el (ns-focus-frame): Declare for compiler.
14251
14252 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14255         set as a group parameter.
14256         (gnus-summary-save-in-pipe): Work when it is called independently.
14257         (gnus-summary-pipe-to-muttprint): Don't modify
14258         gnus-summary-pipe-output-default-command.
14259
14260 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14261
14262         * message.el (message-send-mail-with-sendmail):
14263         Display the error message.
14264
14265 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * gnus-art.el (gnus-default-article-saver):
14268         Add gnus-summary-save-in-pipe to choices.
14269         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14270         gnus-summary-pipe-output-default-command as the default command.
14271         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14272         instead of gnus-last-shell-command.
14273
14274         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14275         New user option.
14276         (gnus-summary-muttprint-program): Mention the value will be changed.
14277         (gnus-summary-save-article): Force showing of all headers.
14278         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14279
14280 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14281
14282         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14283
14284 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14285
14286         * nnimap.el (nnimap-id):
14287         * sieve-manage.el (sieve-manage-open): Doc fixes.
14288
14289 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14290
14291         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14292         if available.
14293
14294 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14295
14296         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14297
14298         * nnkiboze.el (nnkiboze-generate-group):
14299         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14300
14301         * nnmairix.el: Require CL.
14302
14303 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * dgnushack.el: Autoload get-display-table and put-display-table for
14306         XEmacs 21.5.
14307
14308         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14309         21.4 and SXEmacs.
14310
14311 2008-06-15  David Engster  <dengste@eml.cc>
14312
14313         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14314
14315 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14316
14317         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14318         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14319         runtime choice under XEmacs.
14320
14321         * gnus-sum.el (gnus-summary-set-display-table):
14322         Use `gnus-put-display-table', `gnus-get-display-table',
14323         `gnus-set-display-table' for the display table, instead of `aset'.
14324
14325         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14326         Use `gnus-put-display-table', `gnus-get-display-table',
14327         `gnus-set-display-table' for the display table.
14328
14329 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14330
14331         * nnmairix.el: Add autoloads.
14332
14333 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * nnmairix.el (nnmairix-delete-recreate-group)
14336         (nnmairix-update-and-clear-marks): Fix error messages.
14337
14338 2008-06-14  David Engster  <dengste@eml.cc>
14339
14340         * nnmairix.el: Upgrade to version 0.6.
14341         (nnmairix-group-toggle-propmarks-this-group)
14342         (nnmairix-group-toggle-readmarks-this-group)
14343         (nnmairix-group-delete-recreate-this-group)
14344         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14345         (nnmairix-remove-tick-mark-original-article): New commands.
14346         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14347         (nnmairix-propagate-marks-to-nnmairix-groups)
14348         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14349         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14350         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14351         functions needed for marks propagation and manipulation of read marks.
14352         (nnmairix-update-groups): New function.
14353         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14354         (nnmairix-determine-original-group-from-registry)
14355         (nnmairix-determine-original-group-from-path)
14356         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14357         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14358         New helper functions.
14359         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14360         keystrokes for new commands.
14361         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14362         (nnmairix-request-group): Check allow-fast group parameter.
14363         (nnmairix-request-create-group): Set allow-fast group parameter if
14364         nnmairix-allowfast-default is set.
14365         (nnmairix-close-group): Propagate marks upon closing if needed.
14366         (nnmairix-group-toggle-threads-this-group): Use new.
14367         nnmairix-group-toggle-parameter helper function.
14368         (nnmairix-search): Better check for empty search result.
14369         (nnmairix-goto-original-article): Use new helper functions for
14370         determining original article.
14371         (nnmairix-show-original-article): Make sure message-id is in brackets.
14372         (nnmairix-call-mairix-binary): Change variable name.
14373         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14374         helper function.
14375         (nnmairix-widget-toggle-activate): Fix doc string.
14376
14377 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * nnir.el: Require edmacro when compiling with XEmacs.
14380         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14381         available in Emacs 21.
14382
14383 2008-06-11  Glenn Morris  <rgm@gnu.org>
14384
14385         * gnus-util.el (x-focus-frame):
14386         * gnus.el (image-size):
14387         * mm-decode.el (image-size): Declare.
14388
14389         * gnus-picon.el (declare-function): Add compat definition.
14390         (image-size): Declare.
14391
14392         * gnus-group.el (tool-bar-map):
14393         * gnus-sum.el (tool-bar-map): Define for compiler.
14394
14395         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14396
14397         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14398
14399         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14400         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14401         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14402         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14403         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14404         * sieve-manage.el, spam-report.el, spam.el:
14405         Remove unnecessary eval-and-compile of autoloads.
14406
14407 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14408
14409         * auth-source.el: Precise Tramp doc.
14410
14411 2008-06-07  Glenn Morris  <rgm@gnu.org>
14412
14413         * nnmairix.el: Remove unnecessary eval-when-compile.
14414
14415 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14416
14417         * lpath.el: Fbind propertize for XEmacs 21.4.
14418
14419 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14420
14421         * nnir.el: Move here from ../contrib.
14422
14423 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14424
14425         * gnus-util.el (gnus-read-shell-command): New function.
14426         * mm-decode.el (mm-pipe-part):
14427         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14428
14429 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14430
14431         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14432
14433 2008-06-03  Glenn Morris  <rgm@gnu.org>
14434
14435         * pop3.el (nnheader-accept-process-output): Autoload it.
14436
14437 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14438
14439         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14440         are not 2-digit hexadecimal characters that follow `%'s.
14441
14442 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14443
14444         * message.el (message-bogus-recipient-p): Fix type in doc string.
14445         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14446         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14447         Improve custom options.
14448         (message-bogus-recipient-p): Adjust accordingly.
14449
14450 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14451
14452         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14453         long-form month and day names.
14454
14455 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14456
14457         * dgnushack.el: Autoload debug, eudc-expand-inline and
14458         pgg-snarf-keys-region for XEmacs.
14459
14460         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14461
14462         * nnmairix.el: Require edmacro when compiling with XEmacs.
14463
14464 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14465
14466         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14467         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14468
14469 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14470
14471         * auth-source.el: Add more docs.
14472
14473         * netrc.el (netrc-machine): Always match if the port is not given.
14474
14475 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14476
14477         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14478         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14479         retrieval faster in some cases, but might make CPU usage larger.
14480         If this has any bad side effects, we might revert this change.
14481
14482         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14483         seems to make mail retrieval much, much faster.
14484         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14485         unconditionally.
14486
14487         * gnus-draft.el (gnus-group-send-queue):
14488         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14489
14490 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14491
14492         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14493
14494         * message.el (message-bogus-address-regexp): Fix and improve custom
14495         type.
14496         (message-setup-hook): Add message-check-recipients as custom option.
14497
14498 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14499
14500         * message.el (message-cite-function): Remove bogus autoload which crept
14501         in during merge from v5-10.
14502
14503 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14504
14505         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14506
14507         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14508
14509         * auth-source.el: Preliminary Tramp docs.
14510         (auth-sources): Change the default auth-sources to use
14511         EPA .gpg files.
14512
14513 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14514
14515         * nntp.el: Autoload `auth-source-user-or-password'.
14516         (nntp-send-authinfo): Use it.
14517
14518         * nnimap.el: Autoload `auth-source-user-or-password'.
14519         (nnimap-open-connection): Use it.
14520
14521         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14522         for the gnus-message function.
14523         (auth-source-user-or-password): Use it.
14524
14525 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14526
14527         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14528         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14529         (rfc2104-hash): Use it.
14530
14531 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14532
14533         * gnus-art.el (gnus-article-toggle-truncate-lines):
14534         Don't use `iff' in docstring.
14535
14536 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14537
14538         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14539
14540         * gnus-util.el (gnus-extract-address-component-name)
14541         (gnus-extract-address-component-email): Convenience functions around
14542         `gnus-extract-address-components'.
14543
14544         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14545         Use `gnus-extract-address-component-email' to fix bug of comparing full
14546         sender name to `user-mail-address'.
14547
14548 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14549
14550         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14551         catch/throw to optimize.
14552         (gnus-registry-find-keywords): Just use member to find a keyword.
14553
14554 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14555
14556         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14557         is current before calling gnus-server-prepare.
14558         (gnus-server-setup-buffer, gnus-server-update-server)
14559         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14560
14561 2008-05-04  Juri Linkov  <juri@jurta.org>
14562
14563         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14564         (mailcap-file-default-commands): Use mailcap-replace-in-string
14565         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14566         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14567
14568 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14569
14570         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14571
14572 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14573
14574         * gnus.el: Bump version to 0.11.
14575
14576 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14577
14578         * gnus.el: No Gnus v0.10 is released.
14579
14580 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14581
14582         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14583         hooks.
14584         (gnus-update-read-articles): Speed up non-marks-using users.
14585         (gnus-use-marks): Define gnus-use-marks.
14586         (gnus-propagate-marks): Rename variable to something more sensible.
14587
14588 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14589
14590         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14591         (gmm-image-load-path-for-library): Fix typos in docstrings.
14592         (gmm-message): Reflow docstring.
14593
14594 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14595
14596         * mail-source.el (mail-source-set-1, mail-source-bind):
14597         Move auth-source code out of the macro to clean it up and fix bugs.
14598
14599 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14600
14601         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14602         by sender if it's equal to user-mail-address, it's likely to be
14603         useless.
14604
14605         * mail-source.el (mail-source-bind): Don't use user or password if they
14606         are not bound.  Unintern them if they are nil.  Don't use server unless
14607         it's bound, and default it to empty string otherwise.
14608
14609 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14610
14611         * mail-source.el: Load auth-source.el.
14612         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14613         get user name or password, if auth-sources is set up.
14614
14615         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14616         strategy of splitting with parent.
14617         (gnus-registry-split-fancy-with-parent)
14618         (gnus-registry-post-process-groups): Use it and fix prior
14619         bug (returning a list as the split result).
14620
14621         * auth-source.el (auth-sources): Remove server parameter.
14622         (auth-source-pick, auth-source-user-or-password)
14623         (auth-source-user-or-password-imap)
14624         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14625         (auth-source-user-or-password-sftp)
14626         (auth-source-user-or-password-smtp): Remove server parameter.
14627
14628 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14629
14630         * smime.el (smime-sign-region, smime-encrypt-region)
14631         (smime-decrypt-region):
14632         Remove redundant calls to `generate-new-buffer-name'.
14633
14634 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14635
14636         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14637         Don't use QP for message/rfc822.
14638         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14639
14640 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14641
14642         * sieve-manage.el (sieve-string-bytes): Remove.
14643         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14644         correct byte-length only if the process's coding-system is the same as
14645         the one used internally by Emacs to represent strings.
14646
14647 2008-04-22  Juri Linkov  <juri@jurta.org>
14648
14649         * mailcap.el (mailcap-file-default-commands): New function.
14650
14651 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14652
14653         * message.el (message-signature-separator, message-cite-function):
14654         Change custom version.
14655
14656 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14657
14658         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14659         commands.
14660         (tls-checktrust): Ditto.
14661
14662 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14663
14664         * mm-decode.el (mm-display-external): Make temp file read-only.
14665
14666 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14667
14668         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14669         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14670         `C-c C-f d'.
14671
14672 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14673
14674         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14675
14676 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14677
14678         * gnus.el: Bump version to 0.9.
14679
14680 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14681
14682         * gnus.el: No Gnus v0.8 is released.
14683
14684 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14685
14686         * mail-source.el (mail-source-value):
14687         Prefer fboundp to functionp so it works with macros as well.
14688
14689 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14690
14691         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14692         Fix last change in case the element is not even a symbol.
14693
14694 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14695
14696         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14697         Prefer fboundp to functionp so it works with macros as well.
14698
14699 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14700
14701         * auth-source.el: Add docs.
14702         (auth-sources): Modify format to support server.
14703         (auth-source-pick, auth-source-user-or-password)
14704         (auth-source-user-or-password-imap)
14705         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14706         (auth-source-user-or-password-sftp)
14707         (auth-source-user-or-password-smtp): Add server parameter.
14708
14709 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14710
14711         * gnus-registry.el: Initialize the registry when gnus-registry-install
14712         is t.
14713
14714 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14715
14716         * compface.el (uncompface): Make buffer unibyte.
14717
14718 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14719
14720         * mail-source.el (mail-source-value):
14721         Prefer fboundp to functionp so it works with macros as well.
14722
14723 2008-04-05  Glenn Morris  <rgm@gnu.org>
14724
14725         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14726
14727 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14728
14729         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14730         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14731
14732         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14733         multibyteness after rather than before erasing it.
14734
14735         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14736         mm-with-multibyte.
14737         (gnus-request-article-this-buffer): Make sure the proper decoding is
14738         used if gnus-original-article-buffer happens to be unibyte.
14739
14740         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14741         default-enable-multibyte-characters.
14742
14743         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14744         default-enable-multibyte-characters.
14745
14746         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14747
14748         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14749
14750 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14751
14752         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14753         Fix last change in case the element is not even a symbol.
14754
14755 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14756
14757         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14758         (imap-message-copyuid-1): Use it.
14759         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14760         J. Williams in
14761         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14762
14763         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14764         imap-enable-exchange-bug-workaround.
14765         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14766
14767 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14768
14769         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14770         a 100 byte status-checks into a 2-3MB transfer for each group.
14771         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14772         to enable bug workaround or not.
14773         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14774
14775 2008-03-31  Glenn Morris  <rgm@gnu.org>
14776
14777         * message.el (mml2015-use): Declare for compiler.
14778         (message-info): Require mml2015 when appropriate.
14779
14780 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14781
14782         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14783         whitespace.
14784
14785 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14786
14787         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14788         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14789         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14790         (nntp-service-to-port): New function.
14791         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14792         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14793         (nntp-open-netcat-stream): New function.
14794         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14795
14796 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14797
14798         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14799
14800 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14801
14802         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14803
14804 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14805
14806         * dns.el (dns-write): Use set-buffer-multibyte.
14807
14808 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14809
14810         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14811
14812 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14813
14814         * message.el (message-signature-separator): Change default.
14815         Improve custom type.
14816         (message-cite-function): Change default to
14817         message-cite-original-without-signature.
14818
14819         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14820         toggle.
14821
14822         * message.el (message-check-news-body-syntax): Fix signature check.
14823         (message-setup-1): Mark buffer as unmodified _after_ running
14824         message-setup-hook and handling message-alternative-emails.
14825         (message-shorten-references): Be more strict when building list of
14826         valid references to comply with GNKSA.
14827
14828         * gnus-group.el (gnus-read-ephemeral-bug-group)
14829         (gnus-read-ephemeral-debian-bug-group)
14830         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14831
14832         * message.el (message-info): Don't use booleanp which isn't supported
14833         in Emacs 21 and XEmacs.
14834
14835 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14836
14837         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14838         gnus-group-gmane-group-download-format.
14839         (gnus-group-read-ephemeral-gmane-group): Rename from
14840         gnus-group-read-ephemeral-gmane-group.
14841         (gnus-read-ephemeral-gmane-group-url): Rename from
14842         gnus-group-read-ephemeral-gmane-group-url.
14843         (gnus-bug-group-download-format-alist): New variable.
14844         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14845         (gnus-read-ephemeral-emacs-bug-group): New commands.
14846
14847 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14848
14849         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14850         (gnus-visible-headers): Improve custom type.
14851
14852 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14853
14854         * mml.el (mml-menu): Add workarounds for XEmacs.
14855
14856         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14857         X-Boundary header.
14858
14859         * message.el (message-simplify-recipients): Fix previous commit.
14860
14861 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14862
14863         * mm-util.el (mm-set-buffer-multibyte): New function.
14864         * mm-decode.el (mm-copy-to-buffer): Use it.
14865
14866         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14867         Prefer fboundp to functionp so it works with macros as well.
14868
14869 2008-03-19  Glenn Morris  <rgm@gnu.org>
14870
14871         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14872         Accidentally removed in the sync process with Emacs.
14873
14874 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14875
14876         * message.el (message-alter-recipients-discard-bogus-full-name):
14877         New function.
14878         (message-alter-recipients-function): New variable.
14879         (message-get-reply-headers): Use it.
14880         (message-replace-header): New helper function.
14881         (message-recipients-without-full-name): New variable.
14882         (message-simplify-recipients): New command.
14883
14884         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14885
14886         * message.el (message-info): Handle EasyPG manual.
14887
14888         * mml.el (mml-menu): Add entry for EasyPG.
14889
14890 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14891
14892         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14893         parameter.
14894
14895         * message.el (message-disassociate-draft): Specify drafts group name
14896         fully.
14897
14898 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14899
14900         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14901         Eliminate unnecessary duplicates from the match list.
14902
14903 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14904
14905         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14906
14907         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14908
14909         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14910         args of `how-many' of which the XEmacs version doesn't take; declare
14911         Info-index-next as function.
14912
14913 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14914
14915         * gnus-score.el (gnus-score-headers): Fix handling of
14916         gnus-inhibit-slow-scoring.
14917
14918         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14919         string.
14920         (gnus-button-url-regexp): Improve handling of parenthesis.
14921         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14922         (gnus-button-handle-info-keystrokes): Handle index entries.
14923
14924 2008-03-15  Glenn Morris  <rgm@gnu.org>
14925
14926         * parse-time.el (parse-time-string): Simplify.
14927
14928 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14931         Incoming* files.
14932
14933 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14934
14935         * auth-source.el (auth-sources): Rename from auth-source-choices.
14936         (auth-source-pick): Use it.
14937
14938 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14939
14940         * binhex.el (binhex-decode-region-internal):
14941         * uudecode.el (uudecode-decode-region-internal):
14942         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14943         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14944         setting default-enable-multibyte-characters.
14945
14946 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14947
14948         * auth-source.el (auth-source-protocols)
14949         (auth-source-protocols-customize, auth-source-choices): Add and
14950         modified variable customizations and defaults.
14951         (auth-source-pick, auth-source-user-or-password)
14952         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14953         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14954         (auth-source-user-or-password-sftp)
14955         (auth-source-user-or-password-smtp): Use new variables and provide an
14956         interface to netrc.el.
14957
14958 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14959
14960         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14961         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14962         Make sure the nntp port to specify is a string.
14963
14964 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14965
14966         * nntp.el: Use with-current-buffer.
14967         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14968         dubious mm-with-unibyte-current-buffer.
14969         (nntp-with-open-group-function): New function extracted from
14970         nntp-with-open-group macro.
14971         (nntp-with-open-group): Use the function, so it's easier to debug.
14972         Add indentation and debugging info.
14973         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14974         Recommend the use of the netcat alternatives.
14975
14976         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14977         Avoid mm-string-as-multibyte as well.
14978
14979         * nnweb.el (nnweb-insert-html):
14980         Remove use of nnheader-string-as-multibyte.
14981
14982         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14983         (nnheader-string-as-multibyte): Remove.
14984
14985         * mm-view.el: Use inhibit-read-only.
14986         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14987         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14988         or unibyte-string.
14989
14990         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14991         (mm-uu-yenc-extract): Use with-current-buffer.
14992
14993         * gnus-soup.el (gnus-soup-send-packet): Don't use
14994         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14995
14996         * nnmh.el: Use with-current-buffer.
14997         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14998         mm-string-as-multibyte on the output of mm-encode-coding-string.
14999
15000         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15001         (nnimap-request-move-article): Use with-current-buffer.
15002
15003         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15004         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15005         conversion uses string-make-unibyte rather than string-as-unibyte.
15006
15007         * gnus-msg.el: Use with-current-buffer.
15008
15009         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15010
15011 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15012
15013         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15014         string for caching if it is 'PIN.
15015
15016 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15017
15018         * lpath.el: Consider the case without Emacs/W3.
15019
15020 2008-03-08  Glenn Morris  <rgm@gnu.org>
15021
15022         * time-date.el (date-to-time, time-subtract, time-add)
15023         (safe-date-to-time): Doc fixes.
15024
15025 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15026
15027         * mail-source.el (mail-source-delete-old-incoming-confirm):
15028         Change default to nil.
15029         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15030
15031 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * lpath.el: Rearrange.
15034
15035         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15036         (gnus-article-goto-prev-page): Work for articles having ^L's.
15037
15038         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15039
15040         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15041
15042 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15043
15044         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15045         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15046         (gnus-bookmark-jump): Adjust some variable names.
15047
15048 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15049
15050         * auth-source.el: New package.
15051         (auth-source-choices): Add customization entry point variable.
15052
15053         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15054         bug.
15055
15056 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15057
15058         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15059         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15060         (gnus-registry-install-shortcuts): Rename from
15061         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15062         the `gnus-registry-mark-map' keymap dynamically from
15063         `gnus-registry-marks'.  The generated functions update the summary line
15064         when a registry mark is added or deleted, and will call
15065         `gnus-registry-install-p' (see the comments in the code).
15066         (gnus-registry-user-format-function-M): Use concat intelligently.
15067
15068         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15069         the registry mark functions.
15070
15071 2008-03-05  Glenn Morris  <rgm@gnu.org>
15072
15073         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15074         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15075         gnus-art.
15076         (top-level): No need to load own source when compiling.
15077
15078 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15079
15080         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15081         Suggested by <chris.anderton@zetnet.co.uk>.
15082
15083 2008-03-04  Glenn Morris  <rgm@gnu.org>
15084
15085         * gnus-sum.el (top-level): No need to require gnus when compiling,
15086         since unconditionally required near start of file.
15087         (gnus-summary-display-while-building): Move definition before use.
15088
15089 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15090
15091         * gnus-registry.el (gnus-registry-user-format-function-M):
15092         Add formatting function.
15093
15094 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15095
15096         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15097         with plists.
15098         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15099         Use new format.
15100
15101 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15104         `where-is-internal' that returns a range of key sequences.
15105
15106 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15107
15108         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15109
15110         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15111         (gnus-summary-jump-to-group): Consider windows on other displayed
15112         frames as well.  Similar changes might be needed elsewhere, but that's
15113         the one I've bumped into during my use.
15114
15115         * nndoc.el (nndoc-oe-dbx-type-p):
15116         * gnus-msg.el (gnus-debug):
15117         * gnus-group.el (gnus-update-group-mark-positions):
15118         Use mm-string-to-multibyte.
15119
15120 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15121
15122         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15123         doesn't handle NotDashEscaped.
15124
15125         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15126         (mml-dnd-attach-options): Fix typo in custom choice.
15127
15128         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15129         Change nndoc-article-type to mbox.
15130         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15131
15132         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15133         to nil, instead of html2text.
15134
15135         * imap.el (imap-debug): Add `imap-ping-server'.
15136
15137         * gnus-bookmark.el: Add FIXMEs.
15138
15139         * message.el (message-form-letter-separator)
15140         (message-send-form-letter-delay): New variables.
15141         (message-send-form-letter): Use them.  New command to send form
15142         letters.  Requested by Uwe Siart.
15143         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15144
15145 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15146
15147         * Update copyright years.
15148
15149 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15150
15151         Sync from EMACS_22_BASE.
15152
15153         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15154
15155 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15156
15157         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15158         empty author.
15159
15160 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15161
15162         * gnus-registry.el (gnus-registry-marks): Add variable for
15163         customization of marks and their appearance.
15164         (gnus-registry-read-mark): Use it.
15165         (gnus-registry-do-marks): Add utility function to loop through
15166         `gnus-registry-marks'.
15167         (gnus-registry-install-shortcuts-and-menus): Add function to install
15168         shortcuts and menus.
15169         (gnus-registry-initialize): Use it.
15170         (gnus-registry-default-mark): Clarify documentation.
15171
15172 2008-02-29  Glenn Morris  <rgm@gnu.org>
15173
15174         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15175         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15176         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15177         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15178         Change defcustom :version from 23.0 to 23.1.
15179
15180 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15181
15182         * gnus-registry.el (gnus-registry-follow-group-p)
15183         (gnus-registry-post-process-groups): Add functions to aid registry
15184         splitting and improve logging.  Clarify behavior in function
15185         documentation.
15186         (gnus-registry-split-fancy-with-parent): Use them.
15187
15188 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15189
15190         * gnus-art.el: Use with-current-buffer.
15191
15192 2008-02-27  David Engster  <dengste@eml.cc>
15193
15194         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15195         Express real group name in the response.
15196
15197 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15200         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15201         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15202         autoload gnus-registry-fetch-group when compiling.
15203         (nnmairix-request-group-with-article-number-correction):
15204         Remove unreferenced argument passed to nnmairix-call-backend.
15205
15206 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15207
15208         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15209         (mm-uu-extract): Improve face for low color ttys.
15210         Reported by Sascha Wilde.
15211
15212 2008-02-27  Glenn Morris  <rgm@gnu.org>
15213
15214         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15215         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15216         variables to defconsts.  Convert comments to doc-strings.
15217         (nnmairix-last-server, nnmairix-current-server): Convert from free
15218         variables to defvars.  Convert comments to doc-strings.
15219         (gnus-registry-fetch-group): Autoload.
15220         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15221         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15222         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15223         caddr.
15224         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15225         nnmairix-request-group-with-article-number-correction call.
15226         (nnmairix-fast, nnmairix-group): New, less general names, for free
15227         variables passed from nnmairix-request-group to
15228         nnmairix-request-group-with-article-number-correction.  Declare.
15229         (nnmairix-request-group-with-article-number-correction):
15230         Use nnmairix-fast, nnmairix-group rather than fast, group.
15231
15232 2008-02-26  David Engster  <dengste@eml.cc>
15233
15234         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15235         version 0.5.
15236
15237 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15238
15239         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15240         instead of making an extra function call.  Don't add the current group
15241         to articles only when they have the group.  Use
15242         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15243         Reported by David <de_bb@arcor.de>.
15244
15245 2008-02-24  Miles Bader  <miles@gnu.org>
15246
15247         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15248         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15249         (mm-find-mime-charset-region):
15250         * mm-bodies.el (mm-encode-body):
15251         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15252
15253 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15256         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15257
15258 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15259
15260         * mail-source.el (mail-source-delete-incoming): Change default.
15261         Supplement doc string.
15262
15263         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15264
15265 2008-02-14  Glenn Morris  <rgm@gnu.org>
15266
15267         * time-date.el (format-seconds): New function.
15268
15269 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15270
15271         * nnmail.el (nnmail-message-id-cache-file): Derive from
15272         `gnus-home-directory'.
15273
15274 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15275
15276         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15277         Document negative prefix.
15278
15279         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15280
15281 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15282
15283         * message.el (message-unsent-separator): Add the Exim bounce
15284         separator.
15285
15286 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15287
15288         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15289         list.
15290         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15291         recipient/signer list.
15292
15293 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * Makefile.in (datarootdir): Define.
15296         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15297         name that might contain whitespace.
15298
15299 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15300
15301         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15302         fbound (Emacs 23 unicode), signal an error.
15303
15304 2008-02-08  Glenn Morris  <rgm@gnu.org>
15305
15306         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15307
15308 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15309
15310         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15311         ports to the calls to `netrc-machine-user-or-password' in addition to
15312         "imap" and "imaps".
15313
15314 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15315
15316         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15317
15318         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15319
15320 2008-02-01  Kenichi Handa  <handa@m17n.org>
15321
15322         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15323         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15324         (rfc2104-hash): Convert the result of concat to unibyte string.
15325
15326 2008-02-01  Dave Love  <fx@gnu.org>
15327
15328         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15329         coding-system-for-read.
15330         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15331
15332 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15333
15334         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15335         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15336         <hanche@math.ntnu.no>.
15337
15338 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15341
15342         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15343
15344 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15345
15346         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15347         * message.el (message-beginning-of-line): Use featurep instead of bound
15348         tests in order to resolve conditionals at compile time.
15349
15350 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15351
15352         * mail-source.el (mail-sources): Add `group' choice.
15353
15354         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15355         parameter `in-group' to control into which group the articles go.
15356         Add treatment of `group' mail-source.
15357
15358 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15359
15360         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15361
15362         * mm-decode.el (mm-dissect-buffer): Decode description.
15363
15364         * mml.el (mml-to-mime): Encode message header first.
15365
15366 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15369         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15370
15371         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15372         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15373
15374 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15375
15376         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15377
15378 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15381         prefix keys.
15382         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15383         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15384         gnus-xmas.el.
15385
15386         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15387         (gnus-xmas-article-describe-bindings): New function.
15388         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15389         gnus-xmas-article-describe-bindings.
15390
15391         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15392
15393 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15394
15395         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15396         Add new variables for article mark management.
15397         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15398         list of extra data entries which, when present, will indicate that the
15399         article ID should not be trimmed from the registry.
15400         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15401         functions.
15402         (gnus-registry-read-mark): New function to read a mark name from the
15403         user.
15404         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15405         (gnus-registry-set-article-mark-internal): New functions to add and
15406         remove marks.
15407         (gnus-registry-get-article-marks): New function to show the marks for
15408         an article, or retrieve them for further use.
15409
15410 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15413         keys when no argument is given.
15414
15415 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15416
15417         * imap.el (imap-ping-server): New variable.
15418         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15419         (imap-ping-server): Minor doc string fixes.
15420
15421 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15422
15423         * imap.el (imap-ping-server): New function.
15424         (imap-opened): Call imap-ping-server.
15425
15426 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15427
15428         * gnus-sum.el (gnus-article-sort-by-random)
15429         (gnus-thread-sort-by-random): Fix doc strings.
15430         Reported by jidanni@jidanni.org.
15431
15432 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15433
15434         * gnus-art.el (gnus-article-describe-bindings): New function.
15435         (gnus-article-read-summary-keys): Use it.
15436         (gnus-article-mode-map): Bind `C-h b' to it.
15437
15438 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15441         XEmacs.
15442         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15443         Protect against non-character events.
15444
15445         * lpath.el: Fbind map-keymap for Emacs 21.
15446
15447 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15448
15449         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15450         New command.
15451         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15452         instead of END.  Change name of the temp file.
15453         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15454         customizable.
15455
15456 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15457
15458         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15459         bind `S W' to gnus-article-wide-reply-with-original; set default
15460         binding to gnus-article-read-summary-send-keys.
15461         (gnus-article-read-summary-keys): Fix the order of keys; display
15462         continuation keys correctly in the echo area; describe bindings
15463         correctly when keys end with `C-h'.
15464         (gnus-article-read-summary-send-keys): New function.
15465         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15466         Work for gnus-article-read-summary-send-keys; display continuation keys
15467         correctly in the echo area.
15468         (gnus-article-reply-with-original): Ignore prefix argument.
15469         (gnus-article-wide-reply-with-original): New function.
15470
15471         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15472         Emacs 21.
15473
15474 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15477         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15478
15479 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15480
15481         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15482         (gnus-group-read-ephemeral-gmane-group): New command.
15483
15484 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15485
15486         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15487
15488 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15489
15490         * message.el (message-send-mail-function): Increase custom version.
15491
15492         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15493         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15494
15495 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15496
15497         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15498         for the cases where imap-authenticate is called with a nil buffer
15499         parameter.
15500
15501 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15502
15503         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15504         html parts correctly; support forwarded messages.
15505         (gnus-article-browse-html-article): Remove work buffers.
15506
15507         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15508         compiling.
15509         (netrc-bound-and-true-p): New macro.
15510         (netrc-parse): Use it instead of bound-and-true-p that is not available
15511         in XEmacs 21.4.
15512
15513 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15514
15515         * gnus-registry.el (gnus-registry-mark-article)
15516         (gnus-registry-article-marks): Add functionality to mark articles
15517         through the Gnus registry.
15518
15519         * encrypt.el: Clarify documentation for the new pgg method.
15520         (encrypt-file-alist): Add PGG option.
15521         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15522         functionality.  Abstract password key and messaging to external
15523         functions.
15524         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15525         (encrypt-message-method-and-cipher): Add new convenience external
15526         functions.
15527         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15528         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15529
15530         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15531         (netrc-parse): Use encrypt-file-alist to determine if
15532         encrypt-find-model or encrypt-insert-file-contents should be used.
15533
15534         * encrypt.el: Clarify documentation.  Load password-cache or
15535         password, whichever one is found first, instead of autoloading.
15536
15537 2007-12-19  Glenn Morris  <rgm@gnu.org>
15538
15539         * mml.el (message-options-set, message-narrow-to-head)
15540         (message-in-body-p, message-mail-p, message-encode-message-body):
15541         Autoload.
15542         (message-remove-header, message-narrow-to-headers-or-head)
15543         (message-subscribed-p, message-make-mail-followup-to)
15544         (message-position-on-field, message-news-p)
15545         (message-options-set-recipient, message-generate-headers)
15546         (message-sort-headers): Declare as functions.
15547
15548 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15549
15550         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15551         convention in doc string.
15552
15553 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15554
15555         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15556         title to html parts.
15557         (gnus-article-browse-html-article): Pass message header to it.
15558
15559         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15560
15561 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15562
15563         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15564         or password compatible with XEmacs.
15565
15566 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15567
15568         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15569         format document.
15570         (gnus-mime-delete-part): Don't write description line if empty.
15571         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15572
15573 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15574
15575         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15576         (gnus-summary-mark-read-and-unread-as-read)
15577         (gnus-summary-mark-current-read-and-unread-as-read)
15578         (gnus-summary-mark-unread-as-ticked): Doc fix.
15579         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15580
15581 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15582
15583         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15584         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15585
15586 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15587
15588         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15589         yes-or-no-p.
15590
15591 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * mm-decode.el (mm-add-meta-html-tag): New function.
15594         (mm-save-part-to-file, mm-pipe-part): Use it.
15595
15596         * gnus-art.el (gnus-article-browse-delete-temp-files):
15597         Use gnus-y-or-n-p instead of y-or-n-p.
15598         (gnus-article-browse-html-parts): Work with message/external-body; use
15599         mm-add-meta-html-tag.
15600
15601 2007-12-11  Glenn Morris  <rgm@gnu.org>
15602
15603         * gnus-cache.el: Require gnus-sum not just when compiling.
15604
15605         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15606
15607         * gnus-int.el (gnus-server-opened, gnus-status-message):
15608         Move definitions before use.
15609
15610         * mm-decode.el: Require gnus-util.
15611         (mm-remove-part): Only call delete-annotation on XEmacs.
15612
15613         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15614
15615         * nnmail.el: Require gnus-int.
15616
15617         * spam.el: Move `require's before `eval-when-compile's.
15618
15619         * gnus-ems.el (gnus-alive-p):
15620         * gnus-fun.el (message-goto-eoh):
15621         * gnus-util.el (gnus-group-name-decode):
15622         * mail-source.el (gnus-compress-sequence):
15623         * message.el (Info-goto-node, format-spec):
15624         * mm-bodies.el (message-options-get):
15625         * mm-decode.el (mm-view-pkcs7):
15626         * mm-util.el (gmm-write-region):
15627         * mml-smime.el (mml-compute-boundary)
15628         (gnus-completing-read-with-default):
15629         * mml.el (widget-button-press, gnus-make-hashtable):
15630         * mml1991.el (mm-decode-content-transfer-encoding)
15631         (mm-encode-content-transfer-encoding)
15632         (message-options-get, message-options-set):
15633         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15634         * nnfolder.el (gnus-request-group):
15635         * nnheader.el (ietf-drums-unfold-fws):
15636         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15637         * smime.el (gnus-run-mode-hooks):
15638         * spam-stat.el (gnus-message): Autoload.
15639
15640         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15641         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15642         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15643         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15644         Add declare-function compatibility definition.
15645
15646         * gnus-cache.el (nnvirtual-find-group-art):
15647         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15648         (gnus-add-image, gnus-add-wash-type):
15649         * gnus-group.el (nnkiboze-score-file):
15650         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15651         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15652         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15653         (message-tokenize-header, gnus-get-buffer-create)
15654         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15655         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15656         * gnus.el (gnus-group-decoded-name):
15657         * mail-source.el (imap-capability):
15658         * mm-bodies.el (message-options-set):
15659         * mm-decode.el (gnus-configure-windows):
15660         * mm-extern.el (message-goto-body):
15661         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15662         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15663         (epg-sub-key-validity, message-options-set):
15664         * mml.el (widget-event-point, gnus-configure-windows):
15665         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15666         * mml2015.el (epg-check-configuration, epg-configuration)
15667         (message-options-set):
15668         * nndb.el (nndb-request-article):
15669         * nnfolder.el (gnus-request-create-group):
15670         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15671         * nnmaildir.el (gnus-group-mark-article-read):
15672         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15673         * rfc1843.el (message-fetch-field):
15674         * spam.el (gnus-extract-address-components):
15675         Declare as functions.
15676
15677 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15678
15679         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15680
15681         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15682
15683         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15684         bind show-trailing-whitespace for XEmacs.
15685
15686 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15687
15688         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15689         new no-op macro for backward compatibility.
15690
15691         * imap.el (imap-string-to-integer): New function.
15692
15693 2007-12-09  Glenn Morris  <rgm@gnu.org>
15694
15695         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15696
15697         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15698         * message.el, mm-view.el, sieve-manage.el, smime.el:
15699         Add declare-function compatibility definition.
15700
15701         * gnus-art.el (w3-region, w3m-region, Info-menu):
15702         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15703         * gnus-sum.el (gnus-get-predicate):
15704         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15705         * message.el (mail-abbrev-in-expansion-header-p):
15706         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15707         (w3m-detect-meta-charset, w3m-region):
15708         * sieve-manage.el (password-read, password-cache-add)
15709         (password-cache-remove):
15710         * smime.el (password-read-and-add): Declare as functions.
15711
15712 2007-12-08  David Kastrup  <dak@gnu.org>
15713
15714         * gnus-sum.el (gnus-summary-simplify-subject-query):
15715         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15716         `message'.
15717
15718 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15721         it to bind idna-program, installation-directory, defined-colors, and
15722         face-attribute for XEmacs of the version that compiles defcustom forms.
15723
15724 2007-12-07  Glenn Morris  <rgm@gnu.org>
15725
15726         * gnus-art.el (article-make-date-line): Revert previous change.
15727
15728 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15729
15730         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15731
15732 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15733
15734         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15735         Call gnus-add-to-range ranges only once with a prepared article-list.
15736
15737 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15738
15739         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15740         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15741         group names with backslashes.
15742         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15743
15744 2007-12-06  Deepak Goel  <deego3@gmail.com>
15745
15746         * gnus-art.el (article-make-date-line):
15747         * gnus-start.el (gnus-load):
15748         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15749
15750 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15751
15752         * gnus-art.el (gnus-use-idna):
15753         * gnus-start.el (gnus-site-init-file):
15754         * message.el (message-use-idna):
15755         * mm-uu.el (mm-uu-hide-markers):
15756         * smiley.el (smiley-style): Revert changes that suppress warnings.
15757
15758 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15761         specify charset to html source.
15762         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15763
15764 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15765
15766         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15767         idna-program in order to suppress byte compile warning issued by XEmacs
15768         that came to byte compile the default value section of defcustom forms
15769         recently.
15770
15771         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15772         value of installation-directory.
15773
15774         * message.el (message-use-idna): Don't directly refer to the value of
15775         idna-program.
15776
15777         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15778
15779         * smiley.el (smiley-style): Don't directly call face-attribute.
15780
15781 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15782
15783         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15784
15785         * gnus-dired.el: Reduce Gnus dependencies.
15786         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15787         Don't require.  Use autoloads instead.
15788         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15789         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15790         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15791         (gnus-dired-mode): Adjust doc string.
15792         (gnus-dired-mail-mode): New variable.
15793         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15794         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15795         (gnus-dired-mail-buffers): New function.  Return mail or message
15796         composition buffers.
15797         (gnus-dired-attach): Use it.
15798         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15799         NO-DECODE.
15800         (gnus-dired-print): Use `gnus-print-buffer' depending on
15801         `gnus-dired-mail-mode'.
15802
15803 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * rfc2047.el (rfc2047-encoded-word-regexp)
15806         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15807         explaining what regexp patterns are for.
15808
15809 2007-12-04  Glenn Morris  <rgm@gnu.org>
15810
15811         * password.el: Move to password-cache.el.
15812
15813         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15814         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15815         * mml-smime.el (password-read, password-cache-add)
15816         (password-cache-remove):
15817         No need to autoload, since mml-sec requires password.
15818
15819         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15820         * message.el (gnus-extract-address-components):
15821         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15822
15823         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15824         password.
15825
15826 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15827
15828         * mailcap.el: Reduce dependencies.
15829         (mail-header-parse-content-type): Autoload.
15830         (mailcap-delete-duplicates): New alias.
15831         (mailcap-mime-info): Add optional argument NO-DECODE.
15832         (mailcap-mime-types): Use mailcap-delete-duplicates.
15833
15834         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15835
15836 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15837
15838         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15839         (imap-parse-status): Upcase status-att for servers that sends them
15840         lower-case (e.g., MS Exchange 2007).
15841
15842 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15843
15844         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15845         function.
15846
15847         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15848         (gnus-uu-yenc-article): New function.
15849
15850         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15851
15852         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15853
15854 2007-12-02  Glenn Morris  <rgm@gnu.org>
15855
15856         * binhex.el (binhex): New custom group.
15857         (binhex-decoder-program, binhex-decoder-switches)
15858         (binhex-use-external): Move to the binhex custom group.
15859
15860         * uudecode.el (uudecode): New custom group.
15861         (uudecode-decoder-program, uudecode-decoder-switches)
15862         (uudecode-use-external): Move to the uudecode custom group.
15863
15864         * netrc.el (top-level): Don't load `encrypt' features.
15865         (netrc-parse): Don't use encrypt.
15866         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15867
15868         * encrypt.el: Remove file.
15869
15870 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15871
15872         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15873         matches on patches.
15874
15875         * gnus-art.el (gnus-article-browse-html-article):
15876         Mention `mm-text-html-renderer' in the doc string.
15877
15878         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15879         string.  Add comments.
15880
15881         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15882         if rhs is ASCII.
15883
15884 2007-12-01  Glenn Morris  <rgm@gnu.org>
15885
15886         * mail-source.el (top-level): Require format-spec before
15887         eval-when-compile.
15888
15889 2007-11-30  Glenn Morris  <rgm@gnu.org>
15890
15891         * encrypt.el: Require password, rather than autoloading password-read.
15892
15893 2007-11-29  Glenn Morris  <rgm@gnu.org>
15894
15895         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15896         (sasl-make-client, sasl-next-step, sasl-step-data)
15897         (sasl-step-set-data): Declare as functions.
15898
15899 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15900
15901         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15902
15903 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15904
15905         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15906         certs should be verified and what is to be done in the event of a
15907         verification failure.
15908
15909         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15910         caller can indicate whether the cache should be disregarded for this
15911         call.  This way the result of the call is reproducible at all times and
15912         can be considered a canonical server name for the supplied method.
15913         (gnus-agent-method-p): Canonicalize server names by pushing their
15914         method through `gnus-method-to-server' using the no-cache argument.
15915
15916         * gnus-srvr.el (gnus-server-insert-server-line):
15917         Call `gnus-method-to-server' with `no-cache' argument.
15918
15919         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15920         gnus-agent-possibly-synchronize-flags as this should be called when the
15921         server is actually being opened.
15922         (gnus-agent-possibly-synchronize-flags)
15923         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15924         flags file of an agentized server to the latter function.
15925
15926         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15927         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15928         after a connection has been established successfully.
15929
15930 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * gnus-art.el (article-display-face): Force to display face if called
15933         interactively; check if gnus-article-x-face-too-ugly matches author.
15934         (article-display-x-face): Display face even if From header is missing
15935         as article-display-face does.
15936
15937 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15938
15939         * hashcash.el (message-narrow-to-headers-or-head)
15940         (message-fetch-field, message-goto-eoh)
15941         (message-narrow-to-headers): Declare as functions.
15942
15943 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15944
15945         * mail-source.el (mail-sources): Default to fetch from file for
15946         compatibility with default of nnmail-spool-file.
15947
15948 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15949
15950         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15951         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15952         to look for encoded word that should be encoded again.
15953         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15954         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15955         encoding pattern.
15956         (rfc2047-decode-region): Switch strict regexp and loose one according
15957         to rfc2047-allow-irregular-q-encoded-words.
15958
15959 2007-11-25  Romain Francoise  <romain@orebokech.com>
15960
15961         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15962
15963 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15964
15965         * tls.el (tls-program): Provide more custom choices from
15966         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15967         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15968
15969 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15970
15971         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15972         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15973
15974         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15975         `nnmail-spool-file'.
15976
15977         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15978         `nnmail-spool-file'.
15979
15980         * gnus-move.el (gnus-change-server): Ditto.
15981
15982         * gnus-kill.el (gnus-batch-score): Ditto.
15983
15984         * gnus-cache.el (gnus-jog-cache): Ditto.
15985
15986         * gnus-msg.el (gnus-summary-reply):
15987         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15988
15989 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15990
15991         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15992         version.  Minor improvement to doc strings.
15993         (tls-program): Add comment.
15994
15995 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15996
15997         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15998         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15999         mismatch between the hostname provided in the certificate and the name
16000         of the host connnecting to.
16001         (open-tls-stream): Use them.  Check certificates against trusted root
16002         certificates.
16003
16004 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16005
16006         * gnus-cache.el (gnus-cache-generate-nov-databases):
16007         Use nnml-generate-nov-databases-directory instead of
16008         nnml-generate-nov-databases-1.
16009
16010 2007-11-24  Glenn Morris  <rgm@gnu.org>
16011
16012         * message.el (message-tool-bar-retro): Update for rename
16013         mail_send.xpm->mail-send.xpm.
16014
16015 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16016
16017         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16018         `smime-ldap-search' for Emacs 22 and up.
16019
16020 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16021
16022         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16023
16024         * message.el (message-send-mail-function): Fix error convention.
16025         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16026         (message-widen-reply, message-send-mail, message-talkative-question)
16027         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16028         (message-clone-locals, message-send-news): Use with-current-buffer.
16029         (message-insert-or-toggle-importance): Remove unused var `valid'.
16030         (message-make-references): Remove unused var `new-references'.
16031         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16032
16033 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16034
16035         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16036         (spam-split-symbolic-return-positive): Reflow docstring.
16037         (spam-backends, spam-summary-exit-behavior)
16038         (spam-mark-ham-unread-before-move-from-spam-group)
16039         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16040         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16041         (spam-clear-cache, spam-backend-check, spam-install-backend)
16042         (spam-install-statistical-backend, spam-list-of-processors)
16043         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16044         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16045         (spam-check-crm114, spam-initialize, spam-unload-hook):
16046         Fix typos in docstrings.
16047
16048 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16049
16050         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16051         been checked if they have never been read and those group levels are
16052         higher than the one that a user specified.
16053
16054 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16055
16056         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16057         foreign groups unless a group level is specified by a user.
16058         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16059
16060 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16061
16062         * message.el (message-send-mail-function): Require sendmail.
16063
16064 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16065
16066         * message.el (message-send-mail-function): Check for smtpmail too.
16067
16068         * utf7.el (utf7-encode, utf7-decode): Use coding system
16069         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16070
16071         * message.el (message-send-mail-function): New function.
16072         (message-send-mail-function): Set default using
16073         message-send-mail-function.  Adjust doc string.
16074         (message-send-mail-with-mailclient): New function.
16075
16076 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16077
16078         * smime.el (from):
16079         * rfc2047.el (message-posting-charset):
16080         * qp.el (mm-use-ultra-safe-encoding):
16081         * pop3.el (parse-time-months):
16082         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16083         * nnml.el (files):
16084         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16085         (jka-compr-compression-info-list, ange-ftp-path-format)
16086         (efs-path-regexp):
16087         * nndiary.el (files):
16088         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16089         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16090         (epg-digest-algorithm-alist, inhibit-redisplay)
16091         (password-cache-expiry):
16092         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16093         (pgg-output-buffer, password-cache-expiry):
16094         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16095         (efs-path-regexp):
16096         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16097         (inhibit-redisplay):
16098         * mm-uu.el (file-name, start-point, end-point, entry)
16099         (gnus-newsgroup-name, gnus-newsgroup-charset):
16100         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16101         (latin-unity-ucs-list):
16102         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16103         (mm-uu-binhex-decode-function):
16104         * message.el (gnus-message-group-art, gnus-list-identifiers)
16105         (rmail-enable-mime-composing, gnus-local-organization)
16106         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16107         (gnus-read-active-file, facemenu-add-face-function)
16108         (facemenu-remove-face-function, gnus-article-decoded-p)
16109         (tool-bar-mode):
16110         * mail-source.el (display-time-mail-function):
16111         * gnus-util.el (nnmail-pathname-coding-system)
16112         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16113         (gnus-original-article-buffer, gnus-user-agent)
16114         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16115         (xemacs-codename, sxemacs-codename, emacs-program-version):
16116         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16117         * gnus-start.el (gnus-agent-covered-methods)
16118         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16119         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16120         (gnus-newsgroup-headers, gnus-group-list-mode)
16121         (gnus-group-mark-positions, gnus-newsgroup-data)
16122         (gnus-newsgroup-unreads, nnoo-state-alist)
16123         (gnus-current-select-method, mail-sources)
16124         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16125         (nnmail-spool-file, gnus-cache-active-hashtb):
16126         * gnus-mh.el (mh-lib-progs):
16127         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16128         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16129         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16130         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16131         (gnus-group-buffer):
16132         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16133         (font-lock-set-defaults):
16134         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16135         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16136         (gnus-summary-post-menu, total-parts, type, condition, length):
16137         * gnus-agent.el (gnus-agent-read-agentview):
16138         * flow-fill.el (show-trailing-whitespace):
16139         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16140         eval-and-compile wrappers for byte compiler pacifiers.
16141
16142         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16143         (mm-display-inline-fontify): Check for featurep 'xemacs not
16144         extent-list.
16145
16146         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16147         itimer-list.
16148         (mm-create-image-xemacs): Only do something for XEmacs.
16149         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16150
16151         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16152
16153         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16154         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16155
16156 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16157
16158         * nnimap.el (nnimap-split-download-body):
16159         * gnus-demon.el (gnus-demon):
16160         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16161
16162 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16163
16164         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16165         New macros.
16166         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16167         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16168         copy data from unibyte buffer to multibyte current buffer.
16169         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16170         to copy data from unibyte current buffer to multibyte buffer.
16171         (nntp-make-process-buffer): Make process buffer unibyte.
16172
16173         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16174
16175 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16176
16177         * pop3.el (pop3-open-server): Accept and process data more robustly at
16178         connection start to avoid spurious "POP SSL connection failed" errors.
16179
16180 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16181
16182         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16183         read group names.
16184
16185 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16186
16187         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16188
16189 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16190
16191         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16192         (nnmail-save-active): Use a unibyte buffer when saving active file,
16193         which may contain non-ASCII group names.
16194
16195         * nnml.el (nnml-request-group): Decode group names in messages.
16196
16197 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16198
16199         * message.el (message-citation-line-function)
16200         (message-insert-formatted-citation-line): Fix spelling of
16201         `message-insert-formated-citation-line'.
16202
16203 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16204
16205         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16206
16207 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16208
16209         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16210         nnmail-pathname-coding-system.
16211
16212         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16213         that a user enters; decode group names in messages.
16214
16215         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16216
16217 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16218
16219         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16220
16221         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16222
16223         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16224         risky local variable.
16225
16226         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16227
16228 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16229
16230         * encrypt.el: Improve documentation to fix function name typo.
16231         Reported by Daiki Ueno <ueno@unixuser.org>.
16232
16233 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16234
16235         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16236         even if the point is not in the last page of an article.
16237         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16238         back to the previous page.
16239
16240 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16241
16242         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16243
16244 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16245
16246         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16247
16248 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16249
16250         * message.el (message-check-news-body-syntax):
16251         Avoid mm-string-as-multibyte.
16252         (message-hide-headers): Don't assume (point-min)==1.
16253
16254 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16255
16256         * message.el (message-remove-blank-cited-lines): Fix if remove is
16257         given.
16258         (message-bogus-address-regexp): New variable.
16259         (message-bogus-recipient-p): New function.
16260         (message-check-recipients): New command.
16261         (message-syntax-checks): Add `bogus-recipient'.
16262         (message-fix-before-sending): Add `bogus-recipient'.
16263
16264         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16265         (gnus-treat-body-boundary): Don't test window-system.
16266
16267 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16268
16269         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16270
16271 2007-10-28  Miles Bader  <miles@gnu.org>
16272
16273         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16274         at compile-time too.
16275
16276 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16277
16278         * gnus-msg.el (gnus-message-setup-hook):
16279         Add `message-remove-blank-cited-lines' to options.
16280
16281 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16282
16283         * message.el (message-remove-blank-cited-lines): New function.
16284         Suggested by Karl Plästerer.
16285
16286 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16287
16288         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16289         mapc.
16290
16291         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16292         (top-level): Use mapc to set functions to be traced for debugging.
16293
16294         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16295         called for effect with while loop.
16296
16297         * message.el (message-talkative-question): Replace mapcar called for
16298         effect with mapc.
16299
16300         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16301         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16302         called for effect with dolist.
16303
16304         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16305
16306         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16307         gnus-extra-headers and nnmail-extra-headers.
16308
16309         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16310         called for effect with dolist.
16311         (top-level): Use mapc to set functions to be traced for debugging.
16312
16313         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16314         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16315         dolist.
16316
16317         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16318         Replace mapcar called for effect with mapc.
16319         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16320         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16321         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16322         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16323
16324         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16325         remove-if that's a cl function.
16326
16327         * webmail.el (webmail-debug): Replace mapcar called for effect with
16328         dolist.
16329
16330         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16331         with mapc.
16332
16333 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16334
16335         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16336         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16337         with while loop.
16338
16339         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16340         functions from article-* functions.
16341         (gnus-multi-decode-header): Replace mapcar called for effect with
16342         dolist.
16343
16344         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16345         (gnus-bookmark-show-details): Replace mapcar called for effect with
16346         while loop.
16347
16348         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16349         called for effect with while loop.
16350
16351         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16352         with dolist.
16353
16354         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16355         Replace mapcar called for effect with dolist.
16356
16357         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16358
16359         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16360         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16361         Replace mapcar called for effect with dolist.
16362         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16363         mapc.
16364
16365         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16366         Replace mapcar called for effect with dolist.
16367         (gnus-topic-list): Replace mapcar called for effect with mapc.
16368
16369         * gnus.el: Use mapc instead of mapcar to add autoloads.
16370
16371 2007-10-23  Richard Stallman  <rms@gnu.org>
16372
16373         * gnus-group.el (gnus-group-highlight): Mark as risky.
16374
16375 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * gnus.el (gnus-server-to-method): Return method found first in
16378         gnus-newsrc-alist.
16379
16380         * gnus-art.el (gnus-article-highlight-signature)
16381         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16382         button overlay without the front stickiness.
16383
16384 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16385
16386         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16387         overview buffer needed a catch to receive its throw.
16388         (gnus-agent-flush-cache): Declare as interactive to make this function
16389         easier to use.
16390
16391 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16392
16393         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16394         `next-line'.
16395
16396 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16397
16398         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16399         exclude address matching message-dont-reply-to-names.
16400
16401 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16402
16403         * gnus-util.el (gnus-string<): New function.
16404
16405         * gnus-sum.el (gnus-article-sort-by-author)
16406         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16407
16408 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16409
16410         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16411         the frame-focus tag is set in gnus-buffer-configuration.
16412
16413 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16416         the front stickiness.
16417
16418 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16419
16420         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16421         url pattern; remove duplicate one.
16422         (gnus-article-extend-url-button): New function.
16423         (gnus-article-add-buttons): Use it.
16424         (gnus-button-push): Use concatenated url that it makes.
16425
16426 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16427
16428         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16429
16430 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16431
16432         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16433         Don't hardcode point-min==1.
16434
16435 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16436
16437         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16438         Fix comment about "iso8859-1".
16439
16440 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16441
16442         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16443         ones returned from the verify-function.
16444
16445         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16446         Call mml2015-extract-cleartext-signature if extraction failed.
16447
16448 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16449
16450         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16451         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16452         failed.
16453
16454 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16455
16456         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16457
16458 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16459
16460         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16461         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16462         recommends to use EasyPG instead of PGG.
16463
16464         * pgg.el: Revert to revision 6.23.2.16.
16465
16466         * pgg-def.el: Revert to revision 6.6.2.14.
16467
16468         * pgg-gpg.el: Revert to revision 6.23.2.34.
16469
16470 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16471
16472         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16473         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16474         thread for both the null and zero (kill/expire thread) universal prefix
16475         cases.
16476         (gnus-summary-expire-thread): Add new function to expire a thread,
16477         using gnus-summary-kill-thread.
16478         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16479         shortcuts for gnus-summary-expire-thread.
16480         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16481         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16482
16483 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16484
16485         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16486         extras value, so an extras entry can be deleted.
16487         (gnus-registry-delete-extra-entry): Use it.
16488         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16489         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16490         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16491         storage through the gnus-registry, and provide an appropriate API for
16492         it.
16493
16494 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16495
16496         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16497         Suggested by Leo <sdl.web@gmail.com>.
16498
16499         * gnus.el: Do.
16500
16501 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16502
16503         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16504         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16505
16506         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16507
16508         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16509         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16510
16511 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16514         newline.
16515         (nnmbox-request-accept-article): Don't change article in source buffer;
16516         narrow to header to use message-fetch-field rather than
16517         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16518         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16519         as delimiters; make sure article ends with newline.
16520         (nnmbox-delete-mail): Correct last position of article to be deleted;
16521         ignore X-Gnus-Newsgroup header in article body.
16522         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16523         positions; make sure article ends with newline.
16524
16525         * message.el (message-display-abbrev): Don't infloop when a user
16526         inserts SPC in the beginning of header.
16527
16528         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16529         coding-system-for-read and coding-system-for-write for XEmacs having no
16530         file-coding feature.
16531
16532         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16533
16534 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16535
16536         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16537         list of groups not followed by default.  Fix type to be regexp.
16538         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16539
16540 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16541
16542         * hmac-def.el (define-hmac-function): Switch from old-style to
16543         new-style backquotes.
16544
16545         * md4.el (md4-make-step): Likewise.
16546
16547 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16550         raw-text coding system when saving .newsrc file, which may contain
16551         non-ASCII group names.
16552
16553 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16554
16555         * gnus-cus.el (gnus-score-extra): New widget.
16556         (gnus-score-extra-convert): New function.
16557         (gnus-score-customize): Use it for Extra.
16558
16559 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16560
16561         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16562         (mml2015-mailcrypt-clear-verify): Use it.
16563         (mml2015-gpg-clear-verify): Use it.
16564         (mml2015-pgg-clear-verify): Use it.
16565         (mml2015-epg-clear-verify): Replace the current part with the output
16566         from GnuPG; don't extract the plaintext by itself.
16567
16568         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16569         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16570         mml2015-clear-verify-function; don't touch the armor headers or
16571         dash-escaped text here.
16572
16573 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16574
16575         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16576         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16577         parts, or application/octet-stream as a last resort.
16578         (gnus-mime-view-part-as-type): Don't toggle display.
16579         (gnus-mime-view-part-as-charset): Don't turn off display before
16580         querying charset.
16581
16582         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16583         stuff to undisplayer function in Emacs.
16584         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16585
16586         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16587         text/calendar parts.
16588
16589 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16592         decoding text/calendar parts.
16593
16594         * message.el (message-forward-make-body-mime): Always mark body as
16595         having no illegible text; remove signed-or-encrypted argument.
16596         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16597
16598         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16599         (mml-generate-mime-1): Don't encode body if it is specified to be in
16600         raw form; don't make buffer be unibyte when inserting multibyte string.
16601
16602 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16603
16604         * sha1.el: Fix up comment style.
16605         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16606         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16607
16608         * hex-util.el: Fix up comment style.
16609         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16610
16611         * gnus-salt.el: Use with-current-buffer.
16612         (gnus-pick-setup-message): Fix long-standing typo.
16613
16614 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16615
16616         * imap.el (imap-logout-timeout): New variable.
16617         (imap-logout, imap-logout-wait): New functions.
16618         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16619
16620         * nnimap.el (nnimap-logout-timeout): New server variable.
16621         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16622         nnimap-logout-timeout.
16623
16624         * gnus-art.el (gnus-article-summary-command-nosave)
16625         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16626
16627 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16628
16629         * gnus.el (gnus-maximum-newsgroup): New variable.
16630
16631         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16632         according to gnus-maximum-newsgroup.
16633
16634         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16635         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16636         Limit the range of articles according to gnus-maximum-newsgroup.
16637
16638 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16639
16640         * gnus-art.el (gnus-sticky-article): Fix problems described in
16641         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16642         Don't perform gnus-configure-windows here; reuse existing sticky
16643         article buffer.
16644
16645         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16646         it doesn't exist in gnus-article-mode.
16647
16648 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16649
16650         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16651         (gnus-agent-decoded-group-name): New function.
16652         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16653         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16654
16655 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16656
16657         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16658         Add binding for gnus-sticky-article.
16659         (gnus-summary-exit): Don't kill sticky article buffers.
16660
16661         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16662         article buffer.
16663         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16664         (gnus-kill-sticky-article-buffers): New commands.
16665
16666 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16667
16668         * nntp.el (nntp-xref-number-is-evil): New server variable.
16669         (nntp-find-group-and-number): If it is non-nil, don't trust article
16670         numbers in the Xref header.
16671
16672 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * gnus-agent.el (gnus-agent-read-group): New function.
16675         (gnus-agent-flush-group, gnus-agent-expire-group)
16676         (gnus-agent-regenerate-group): Use it.
16677         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16678         nnmail-pathname-coding-system.
16679
16680 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16683
16684         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16685         that are unread as unread, and also as selected so that information of
16686         marks having been changed by a user may be updated when exiting group.
16687
16688 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16689
16690         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16691
16692 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16693
16694         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16695         calculated ignoring signature parts to gnus-treat-article.
16696
16697 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16698
16699         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16700         a point here in order to keep the window start.
16701         (gnus-insert-mime-security-button): Make a button overlay without the
16702         front stickiness.
16703         (gnus-mime-display-security): Goto the end of a button.
16704
16705         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16706
16707 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16710         group-name-at-point.
16711         (gnus-group-completing-read): New function that offers decoded
16712         non-ASCII group names for completion.
16713         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16714         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16715         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16716         (gnus-group-fetch-control): Use it.
16717         (gnus-fetch-group): Use group-name-at-point for the initial value
16718         rather than the default value; use gnus-alive-p.
16719
16720         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16721         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16722         (gnus-summary-post-news): Use gnus-group-completing-read.
16723
16724         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16725         (gnus-read-move-group-name): Decode group name for completion.
16726
16727 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16728
16729         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16730         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16731         Yamaoka slightly modified the code).
16732
16733 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16734
16735         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16736         (nnmail-split-incoming): Bind it.
16737
16738         * nnml.el (nnml-group-name-charset): New function.
16739         (nnml-decoded-group-name): Use it; don't decode group name if
16740         nnmail-group-names-not-encoded-p is non-nil.
16741         (nnml-encoded-group-name): New function.
16742         (nnml-group-pathname): Inline nnml-decoded-group-name.
16743         (nnml-request-expire-articles): Decode group name in message.
16744         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16745         nnmail-pathname-coding-system.
16746         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16747         not decoded ones according to nnmail-group-names-not-encoded-p.
16748         (nnml-generate-active-info): Use nnml-encoded-group-name.
16749
16750 2007-08-08  Glenn Morris  <rgm@gnu.org>
16751
16752         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16753         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16754         doc-strings and comments.
16755
16756 2007-07-25  Glenn Morris  <rgm@gnu.org>
16757
16758         * Relicense all FSF files to GPLv3 or later.
16759
16760 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16761
16762         * gnus-sum.el (gnus-summary-move-article):
16763         Make gnus-summary-respool-article work.
16764
16765 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16766
16767         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16768         string.
16769
16770 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16771
16772         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16773         that should be ignored when comparing distant RSS articles with local
16774         ones.
16775         (nnrss-make-hash-index): New function.  Create a hash index according
16776         to the ignored fields.
16777         (nnrss-check-group): Use it.
16778
16779 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16782
16783         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16784
16785         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16786         the new optional argument ENCODED is non-nil.
16787         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16788         coding system for encoding group name.
16789         (gnus-group-make-rss-group): Pass un-encoded group name to
16790         gnus-group-make-group.
16791         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16792         encoded.
16793
16794         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16795         Encode group name to which articles are moved or copied.
16796         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16797         coding system for encoding Newsgroup, Followup-To and Xref headers.
16798
16799         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16800         marks; use nnheader-file-coding-system to write a file.
16801         (nnagent-retrieve-headers): Bind file-name-coding-system to
16802         nnmail-pathname-coding-system.
16803
16804         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16805
16806         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16807         (nnml-request-article, nnml-request-create-group)
16808         (nnml-request-rename-group, nnml-find-id)
16809         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16810         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16811         (nnml-save-marks): Use nnml-group-pathname instead of
16812         nnmail-group-pathname.
16813
16814         (nnml-request-create-group, nnml-request-expire-articles)
16815         (nnml-request-move-article, nnml-request-delete-group)
16816         (nnml-deletable-article-p, nnml-possibly-create-directory)
16817         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16818         (nnml-open-marks): Bind file-name-coding-system to
16819         nnmail-pathname-coding-system.
16820
16821         (nnml-request-article): Pass server argument to nnml-find-group-number.
16822         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16823         Pass server argument to nnml-possibly-create-directory.
16824         (nnml-request-accept-article): Pass server argument to
16825         nnml-active-number and nnml-save-mail.
16826         (nnml-find-group-number): Pass server argument to nnml-find-id.
16827         (nnml-request-update-info): Pass server argument to
16828         nnml-marks-changed-p.
16829
16830         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16831         (nnml-save-mail, nnml-active-number): Add server argument.
16832
16833         (nnml-request-delete-group): Warn if group is missing.
16834         (nnml-get-nov-buffer): Decode group name.
16835         (nnml-generate-active-info): Encode group name.
16836         (nnml-open-marks): Decode group name in messages.
16837
16838 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16839
16840         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16841         if it is not specified.
16842         (gnus-article-pipe-part, gnus-article-save-part)
16843         (gnus-article-interactively-view-part, gnus-article-copy-part)
16844         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16845         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16846         (gnus-article-replace-part, gnus-article-delete-part)
16847         (gnus-article-view-part-as-type): Pass raw prefix argument to
16848         gnus-article-part-wrapper.
16849
16850 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * gnus-agent.el (gnus-agent-save-active):
16853         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16854
16855         * gnus-cache.el (gnus-cache-save-buffers)
16856         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16857         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16858         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16859         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16860         (gnus-cache-generate-active, gnus-cache-rename-group)
16861         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16862         (gnus-cache-update-overview-total-fetched-for):
16863         Bind file-name-coding-system to nnmail-pathname-coding-system.
16864         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16865         New variables.
16866         (gnus-cache-decoded-group-name): New function.
16867         (gnus-cache-file-name): Use it.
16868         (gnus-cache-generate-active): Use non-decoded group name for active.
16869
16870         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16871         right place.
16872         (gnus-write-active-file): Don't break non-ASCII group names.
16873
16874         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16875         nnmail-pathname-coding-system.
16876
16877         * lpath.el: Bind default-file-name-coding-system,
16878         file-name-coding-system and language-info-alist for XEmacs.
16879
16880         * gnus-uu.el (gnus-uu-decode-save): Typo.
16881
16882 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16885
16886 2007-07-14  David Kastrup  <dak@gnu.org>
16887
16888         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16889         finishing actions if we did not edit the article.
16890
16891 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16892
16893         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16894         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16895         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16896         (gnus-agent-flush-group, gnus-agent-flush-cache)
16897         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16898         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16899         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16900         (gnus-agent-regenerate-group)
16901         (gnus-agent-update-files-total-fetched-for)
16902         (gnus-agent-update-view-total-fetched-for):
16903         Bind file-name-coding-system to nnmail-pathname-coding-system.
16904         (gnus-agent-group-pathname): Don't encode file names by
16905         nnmail-pathname-coding-system.
16906         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16907         coding-system-for-write instead of buffer-file-coding-system to
16908         gnus-agent-file-coding-system.
16909
16910         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16911         Decode group name.
16912
16913         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16914
16915         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16916         (gnus-read-newsrc-el-file): Make group names unibyte.
16917
16918         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16919         nnmail-pathname-coding-system.
16920
16921         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16922         (nnrss-request-delete-group): Bind file-name-coding-system to
16923         nnmail-pathname-coding-system.
16924         (nnrss-read-server-data, nnrss-read-group-data):
16925         Bind file-name-coding-system correctly.
16926         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16927
16928         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16929         (nntp-server-to-method-cache): New variable.
16930         (nntp-group-pathname): New function that decodes non-ASCII group names.
16931         (nntp-possibly-create-directory, nntp-marks-changed-p)
16932         (nntp-save-marks, nntp-open-marks): Use it.
16933         (nntp-possibly-create-directory, nntp-open-marks):
16934         Bind file-name-coding-system to nnmail-pathname-coding-system.
16935         (nntp-open-marks): Decode group names when bootstrapping marks.
16936
16937         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16938         Newsgroups and Followup-To headers.
16939
16940 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16941
16942         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16943         (gnus-server-closed-face, gnus-server-denied-face)
16944         (gnus-server-offline-face): Remove variable.
16945         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16946
16947         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16948         of modifying message-stack directly for XEmacs.
16949
16950         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16951         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16952         if the coding-system argument is nil for XEmacs.
16953
16954         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16955         mm-charset-override-alist.
16956
16957         * rfc2047.el: Don't require base64; require rfc2045 for the function
16958         rfc2045-encode-string.
16959         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16960         to quote the parameter value.
16961
16962 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16963
16964         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16965         form in gnus-group-name-charset-method-alist.
16966
16967         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16968         overrides the default layout edit-form.
16969
16970         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16971
16972         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16973
16974 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16975
16976         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16977         as unfetched articles.
16978
16979 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16980
16981         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16982
16983 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16984
16985         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16986         original back end that keeps marks in the local system.
16987
16988 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16989
16990         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16991         arg of pop-to-buffer for XEmacs.
16992         (gnus-article-read-summary-keys): Ditto; don't restore window
16993         configuration if summary command ends up with neither article buffer
16994         nor summary buffer; describe bindings if summary keys end with C-h.
16995
16996 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16997
16998         * message.el (message-fix-before-sending): Skip raw message part to be
16999         forwarded while checking illegible text.
17000         (message-forward-make-body-mime, message-forward-make-body):
17001         Mark signed or encrypted raw message as having no illegible text.
17002
17003 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17004
17005         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17006         (gnus-message-with-timestamp-1): New macro.
17007         (gnus-message-with-timestamp): New function.
17008         (gnus-message): Use them.
17009
17010         * nnheader.el (nnheader-message): Use them.
17011
17012 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17013
17014         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17015         .newsrc.eld file.
17016
17017 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * gnus-agent.el (gnus-agent-fetch-headers)
17020         (gnus-agent-retrieve-headers):
17021         Bind gnus-decode-encoded-address-function to identity.
17022
17023         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17024         available also when the server returns simply a dot.
17025
17026         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17027
17028 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17029
17030         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17031
17032 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * gnus-ems.el (gnus-x-splash): Make it work.
17035
17036         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17037         from being used.
17038
17039         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17040
17041 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17042
17043         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17044         4th and the 5th arguments.
17045
17046         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17047         the front stickiness.
17048         (gnus-article-summary-command-nosave): Correct the order of the
17049         arguments passed to pop-to-buffer.
17050         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17051         summary command ends up with the article buffer.
17052
17053         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17054         the same faces.
17055
17056 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17057
17058         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17059
17060 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17061
17062         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17063         * gnus-sum.el (gnus-summary-highlight):
17064         * pgg.el (pgg-sign-region, pgg-sign):
17065         * mail-source.el (mail-source-delete-old-incoming-confirm):
17066         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17067
17068 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17069
17070         * gnus-art.el (gnus-mime-view-part-externally)
17071         (gnus-mime-view-part-internally): Fix predicate function passed to
17072         completing-read.
17073
17074         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17075
17076         * gnus.el (gnus-update-message-archive-method): Add :version.
17077
17078 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17079
17080         * gnus.el (gnus-update-message-archive-method): New variable.
17081
17082         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17083         according to gnus-message-archive-method if
17084         gnus-update-message-archive-method is non-nil.
17085
17086 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17087
17088         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17089         Suggested by Loic Dachary <loic@dachary.org>.
17090         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17091
17092 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17093
17094         * message.el (message-pop-to-buffer): Add switch-function argument.
17095         (message-mail): Pass switch-function argument to it.
17096
17097 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17098
17099         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17100         Improve doc string.
17101
17102 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17103
17104         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17105         (gnus-header-content):
17106         * gnus-cite.el (gnus-cite-10):
17107         * gnus-srvr.el (gnus-server-closed):
17108         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17109         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17110         (gnus-group-mail-3-empty, gnus-group-mail-low)
17111         (gnus-group-mail-low-empty, gnus-splash):
17112         * message.el (message-header-to, message-header-cc)
17113         (message-header-subject, message-header-other, message-header-name)
17114         (message-header-xheader, message-separator, message-cited-text)
17115         (message-mml): Lighten colors of faces used for dark background.
17116
17117 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17118
17119         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17120         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17121
17122 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * message.el (message-narrow-to-headers-or-head):
17125         Ignore mail-header-separator in the body.
17126
17127 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17128
17129         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17130         same as window size.
17131
17132 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17133
17134         * message.el (message-font-lock-keywords): Use message-header-xheader
17135         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17136         ahead of the anything pattern, to get it recognized.
17137
17138 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17139
17140         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17141         spam.el loads uses it in the compiled defadvice form.
17142
17143 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17144
17145         * gnus-sum.el (gnus-articles-to-read)
17146         (gnus-summary-insert-old-articles): Don't truncate group name for
17147         `read-string'.
17148
17149         * gnus-util.el (gnus-limit-string): Delete this function.
17150
17151         * gnus-sum.el (gnus-simplify-subject-fully):
17152         Use `truncate-string-to-width' instead.
17153
17154 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17155
17156         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17157         Tell if, on summary exit, the next group has to be selected.
17158         (gnus-summary-exit): Use it.
17159
17160 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17161
17162         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17163         non-break space.
17164
17165 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17166
17167         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17168         Check if group is not a directory.
17169         (nnfolder-request-expire-articles): Don't delete articles if the target
17170         group is not available.
17171
17172         * nnml.el (nnml-request-create-group): Properly check if group is not a
17173         file.
17174         (nnml-request-expire-articles): Don't delete articles if the target
17175         group is not available.
17176
17177         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17178         Don't quote characters that are within parentheses.
17179
17180 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17181
17182         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17183         (gnus-handle-ephemeral-exit): Select article according to it.
17184
17185 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17186
17187         * message.el (message-insert-formated-citation-line): Remove newline.
17188         (message-citation-line-format): Add final \n here so that the user can
17189         avoid a blank line.
17190
17191 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17192
17193         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17194         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17195         Update lanl/arXiv support.
17196
17197 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17198
17199         * gnus.el: Bump version number.
17200
17201 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17202
17203         * gnus.el (gnus-version-number): Bump version.
17204
17205 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17206
17207         * gnus.el: No Gnus v0.6 is released.
17208
17209 2007-04-27  Didier Verna  <didier@xemacs.org>
17210
17211         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17212         * gmm-utils.el (gmm-regexp-concat): ... here.
17213         * message.el: Don't require 'gnus-util.
17214         (message-dont-reply-to-names): Handle name change above.
17215         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17216
17217 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17220         since the initial value varies according to the system.
17221
17222 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17223
17224         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17225
17226 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17227
17228         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17229
17230 2007-04-24  Didier Verna  <didier@xemacs.org>
17231
17232         Improve the type of gnus-ignored-from-addresses.
17233         * gnus-util.el (gnus-orify-regexp): New function.
17234         * message.el (gnus-util): Require it.
17235         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17236         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17237         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17238
17239 2007-04-24  Didier Verna  <didier@xemacs.org>
17240
17241         * gnus-sum.el:
17242         * gnus-utils.el: Fix some trailing whitespaces.
17243
17244 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17245
17246         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17247         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17248         article's Message-ID; refer parent article in summary buffer.
17249
17250         * message.el (message-bounce): Call mime-to-mml.
17251
17252         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17253         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17254         optimize and/or forms properly.
17255
17256 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17257
17258         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17259         URL.
17260
17261 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17262
17263         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17264
17265 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17266
17267         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17268         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17269         displayed of multipart/alternative part if it is invoked from summary
17270         buffer.
17271
17272         * mm-view.el (mm-inline-text-html-render-with-w3m)
17273         (mm-inline-text-html-render-with-w3m-standalone)
17274         (mm-inline-render-with-function): Use mail-parse-charset by default.
17275
17276 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17277
17278         * parse-time.el (parse-time-string-chars): Check if CHAR
17279         is less than the length of parse-time-syntax.
17280
17281 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17284         from gnus-newsgroup-processable.
17285
17286 2007-04-16  Didier Verna  <didier@xemacs.org>
17287
17288         * gnus-msg.el (gnus-configure-posting-styles):
17289         Handle message-signature-directory properly with :file syntax.
17290         Reported by "Leo".
17291
17292 2007-04-11  Didier Verna  <didier@xemacs.org>
17293
17294         New user option: message-signature-directory.
17295         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17296         * message.el (message-insert-signature): Ditto.
17297         * message.el (message-signature-file): Doc update.
17298         * message.el (message-signature-directory): New.
17299
17300 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * gnus-msg.el (gnus-inews-yank-articles):
17303         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17304
17305 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17306
17307         * message.el (message-yank-original): Make sure cited text ends with
17308         newline; don't exchange point and mark.
17309
17310 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17311
17312         * tls.el (open-tls-stream): Properly handle case where there
17313         is no associated buffer.
17314
17315 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17316
17317         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17318         message-yank-original, make sure (< mark TEXT point).
17319
17320 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17321
17322         * message.el (message-fill-column): New variable.
17323         (message-mode): Use it.  Add comment on a possible new hook.
17324
17325         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17326         (nnmail-get-new-mail): Reformat.
17327
17328         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17329
17330         * gmm-utils.el: Fix Commentary.
17331         (gmm-tool-bar-from-list): Fix typo in doc string.
17332
17333 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17334
17335         * message.el (message-yank-original): Don't switch point and mark
17336         unnecessarily to put point and mark as documented.
17337
17338 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17339
17340         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17341         from the message heads.
17342
17343 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17344
17345         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17346         article buffer does not have a window.  This may not be the best
17347         solution but is certainly better than setting the start of the null,
17348         that is the current, window.
17349
17350 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17351
17352         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17353         (gnus-draft-setup): Run it.
17354
17355         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17356         gnus-score-fast-scoring.  Allow regexp.
17357         (gnus-score-headers): Use it.
17358
17359         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17360         XEmacs.
17361
17362         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17363         string.
17364         (gnus-button-alist): Also catch `<f1> k ...'.
17365         (gnus-treat-display-x-face): Fix doc string.
17366
17367 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17368
17369         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17370         evaluation of gnus-extended-version to ensure correct generation of the
17371         User-Agent header when message-generate-headers-first is used.
17372
17373 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17374
17375         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17376         hashcash-path is nil.  Don't call callback with incorrect number of
17377         parameters if val is 0.
17378
17379 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17380
17381         * message.el (message-required-news-headers):
17382         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17383
17384 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17385
17386         * tls.el (open-tls-stream): In handshake-waiting loop,
17387         don't wait more if there is output available to process.
17388
17389 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17390
17391         * tls.el (tls-program): Doc fix.
17392
17393 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17394
17395         * message.el (message-generate-new-buffers): Change the meaning of the
17396         nil value; add `standard' to the choices; treat t as `unique'; improve
17397         doc string.
17398         (gnus-select-frame-set-input-focus): Autoload.
17399         (message-buffer-name): Search for the existing message buffer if
17400         message-generate-new-buffers is nil or `standard'; treat the value t of
17401         message-generate-new-buffers as `unique'.
17402         (message-pop-to-buffer): Raise the frame already displaying the message
17403         buffer; clear the echo area after querying.
17404         (message-setup): Pass the `continue' argument to compose-mail.
17405         (message-mail): Prefer `switch-function' if it is given; search for the
17406         existing message buffer if the `continue' argument is non-nil; pass
17407         continue and switch-function arguments to compose-mail by way of
17408         message-setup.
17409         (message-mail-other-window): Adjust argument of message-setup.
17410         (message-mail-other-frame): Ditto.
17411
17412 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17413
17414         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17415         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17416         to turn font-lock on when turning gnus-message-citation-mode on.
17417
17418 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17419
17420         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17421         (mml-smime-function-alist): New variable; add epg as the backend.
17422         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17423         mml-smime- functions instead.
17424         * mm-view.el: Require smime.
17425
17426 2007-03-05  Didier Verna  <didier@xemacs.org>
17427
17428         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17429         instead of just inheritance for posting styles.
17430         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17431
17432 2007-02-24  Chris Moore  <dooglus@gmail.com>
17433
17434         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17435         * pgg-pgp.el (pgg-pgp-encrypt-region):
17436         * pgg-gpg.el (pgg-gpg-encrypt-region):
17437         Check pgg-encrypt-for-me if no other recipients.
17438
17439 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17440
17441         * tls.el (tls-certtool-program): Fix custom type.
17442
17443 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17444
17445         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17446         and point-at-eol instead of line-(beginning|end)-position.
17447
17448         * assistant.el (assistant-parse-buffer): Ditto.
17449
17450         * netrc.el (netrc-parse-services): Ditto.
17451
17452 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17453
17454         * mml2015.el (mml2015-epg-find-usable-key): New function.
17455         (mml2015-epg-sign): Use it.
17456         (mml2015-epg-encrypt): Use it.
17457
17458 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17459
17460         * message.el (message-make-in-reply-to): Quote name containing
17461         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17462         if there are special characters.  Reported by NAKAJI Hiroyuki
17463         <nakaji@jp.freebsd.org>.
17464
17465 2007-02-27  Didier Verna  <didier@xemacs.org>
17466
17467         Include the group parameters as well as the topic ones in the
17468         inheritance filter process.
17469         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17470         argument GROUP-PARAMS-LIST.
17471         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17472
17473 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17474
17475         * nntp.el (nntp-never-echoes-commands)
17476         (nntp-open-connection-functions-never-echo-commands): New variables.
17477         (nntp-send-command): Use them.
17478
17479 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17480
17481         * mml2015.el (mml2015-epg-verify): Simplify.
17482
17483 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17484
17485         * mml.el (mml-content-disposition-alist): New user option.
17486         (mml-content-disposition): New function.
17487         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17488         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17489
17490 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17491
17492         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17493         verification.
17494
17495 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17496
17497         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17498         articles posted in the last 24 hours.
17499
17500 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17501
17502         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17503
17504 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17505
17506         * nntp.el (nntp-send-command): Don't wait for echoes when
17507         nntp-open-ssl-stream is used.
17508
17509 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17510
17511         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17512         (gnus-message-add-citation-keywords)
17513         (gnus-message-remove-citation-keywords): Remove.
17514         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17515         directly, make the variables in font-lock-defaults buffer-local, add
17516         gnus-message-citation-keywords to them and then update the value of
17517         font-lock-keywords.
17518
17519 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17520
17521         * message.el (message-cite-original-1): Don't call
17522         gnus-article-highlight-citation.
17523
17524         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17525         citations; fix line count.
17526
17527 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17528
17529         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17530         (gnus-message-add-citation-keywords)
17531         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17532         versions of font-lock-add-keywords and font-lock-remove-keywords to
17533         work with XEmacs correctly.
17534
17535 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17536
17537         * gnus-cite.el (gnus-cite-face-list): Set the values of
17538         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17539         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17540         (gnus-message-cite-prefix-regexp): New variable.
17541         (gnus-message-search-citation-line): Use it; protect against long
17542         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17543         the 0th match data for Emacs.
17544         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17545         (gnus-message-add-citation-keywords): Append keywords rather than
17546         prepending; emulate font-lock-add-keywords if it is not available.
17547         (gnus-message-remove-citation-keywords):
17548         Emulate font-lock-remove-keywords if it is not available.
17549
17550         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17551
17552         * message.el (message-cite-prefix-regexp): Set the value of
17553         gnus-message-cite-prefix-regexp.
17554
17555 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17556
17557         * nnweb.el (nnweb-google-parse-1): Update parser.
17558
17559 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17560
17561         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17562
17563 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17564
17565         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17566         regexp.
17567
17568 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17569
17570         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17571         string-to-multibyte.
17572         (uudecode-decode-region-internal): Use it.
17573
17574         * lpath.el: Fbind string-as-multibyte for XEmacs.
17575
17576 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17577
17578         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17579         Fix custom choice.
17580
17581         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17582
17583 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17584
17585         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17586
17587         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17588         `write-region' to respect `mm-inhibit-file-name-handlers'.
17589
17590 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17591
17592         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17593         Use gnus-home-directory instead of "~/" or "$HOME".
17594
17595 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17596
17597         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17598         to mention filename.
17599         Add comments at beginning regarding usage.
17600         (encrypt-write-file-contents): Change interactive so a string is
17601         acceptable.  If the file has no associated model, show an error instead
17602         of a nonsense prompt.
17603
17604 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17605
17606         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17607         Thanks to Yoshihiko Yamada for kind notification of this typo.
17608
17609 2007-01-12  Kenichi Handa  <handa@m17n.org>
17610
17611         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17612         multibyte buffer.
17613
17614 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17615
17616         * gnus-score.el (gnus-score-fast-scoring): New variable.
17617         (gnus-score-headers): Use it.
17618
17619         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17620
17621         * message.el (message-cite-original-1):
17622         Call gnus-article-highlight-citation if requested.
17623         (message-make-from): Allow name and address as optional arguments.
17624
17625         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17626
17627         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17628         bugs to doc string.
17629         (gnus-button-alist): Add mid\\|message-id.
17630         (gnus-button-fetch-group): Extend for use in
17631         `browse-url-browser-function'.
17632         (gnus-button-url-regexp): Try to catch paired parentheses like in
17633         Wikipedia URLs.
17634
17635         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17636         Suggested by Simon Krahnke <overlord@gmx.li>.
17637
17638 2007-01-13  Romain Francoise  <romain@orebokech.com>
17639
17640         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17641         Update copyright.
17642
17643 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17644
17645         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17646
17647 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17648
17649         * gnus-registry.el (gnus-registry-unfollowed-groups)
17650         (gnus-registry-split-fancy-with-parent): Fix documentation.
17651
17652 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17653
17654         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17655         from nnweb groups.
17656
17657 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17658
17659         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17660         Xref urls.  Erase buffer before requesting head.
17661
17662         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17663
17664 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17665
17666         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17667         customizable.
17668
17669 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17670
17671         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17672         no signing key is found.
17673         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17674         no encrypting and/or signing key is found.
17675
17676 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17677
17678         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17679
17680 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17681
17682         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17683         headers read from disk with the ones newly found in the current search.
17684         This should no longer cause problems, because the article numbers in
17685         Gmane's `nov.php' output are ignored since the previous change.
17686
17687 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17688
17689         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17690
17691 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17692
17693         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17694         replace-regexp-in-string; bind url-version; fbind display-images-p and
17695         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17696         find-face and set-itimer-function for Emacs; bind itimer-list for
17697         Emacs.
17698
17699         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17700
17701 2007-01-01  Romain Francoise  <romain@orebokech.com>
17702
17703         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17704
17705 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17706
17707         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17708         `define-minor-mode' macro definition expanded properly.
17709         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17710         exclude it there.
17711
17712         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17713         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17714         `fboundp' test.
17715         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17716         This is OK to autoload in (S)XEmacs now.
17717
17718 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17719
17720         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17721         keystroke.
17722         (gnus-summary-limit-to-singletons): Fix typo.
17723
17724         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17725         else fails.
17726
17727 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17728
17729         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17730         docstring.
17731
17732         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17733         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17734         (gnus-summary-insert-dormant-articles): Fix typo in message.
17735
17736 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17737
17738         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17739         nil for XEmacs.
17740         (gnus-message-citation-mode): Don't autoload in XEmacs.
17741
17742         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17743
17744 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17745
17746         * nnimap.el (nnimap-expunge-search-string):
17747         Mention nnimap-search-uids-not-since-is-evil in docstring.
17748
17749 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17750
17751         * spam.el: Revert to make-obsolete-variable because
17752         define-obsolete-variable-alias is not supported in Emacs 21.
17753
17754         * spam.el (spam-ifile-path, spam-ifile-database-path)
17755         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17756         make-obsolete-variable.
17757         (spam-bsfilter-path, spam-bsfilter-program)
17758         (spam-spamassassin-path, spam-spamassassin-program)
17759         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17760         Don't use "path" inappropriately.
17761         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17762         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17763         variable names.
17764
17765 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17766
17767         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17768         summary buffer.
17769
17770         * password.el (password-cache-remove): Use clear-string to burn
17771         password, if available.
17772
17773 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17774
17775         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17776
17777         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17778
17779         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17780         (gnus-message-highlight-citation): Move defcustom here from
17781         gnus-cite.el.
17782         (gnus-message-citation-mode): Autoload.
17783
17784         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17785         checks to make it compile with XEmacs.
17786         (gnus-message-citation-mode): New minor mode.
17787         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17788         (gnus-message-highlight-citation): New variables.
17789         (gnus-message-search-citation-line)
17790         (gnus-message-add-citation-keywords)
17791         (gnus-message-remove-citation-keywords)
17792         (turn-on-gnus-message-citation-mode)
17793         (turn-off-gnus-message-citation-mode): New functions.
17794
17795 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17796
17797         * gnus-cite.el: Enable highlighting of different citation levels in
17798         message-mode.
17799
17800 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17801
17802         * message.el (message-make-fqdn): Fix comment.
17803         (message-bogus-system-names): Add ".local".
17804
17805         * spam.el (spam-ifile-path, spam-ifile-program)
17806         (spam-ifile-database-path, spam-ifile-database)
17807         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17808         Don't use "path" inappropriately.
17809         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17810         strings.
17811         (spam-check-ifile, spam-ifile-register-with-ifile)
17812         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17813         Use new variable names.
17814
17815         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17816         (gnus-treat-display-smileys): Simplify using
17817         gnus-image-type-available-p.
17818
17819         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17820         available.
17821
17822         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17823         Use `display-images-p' if available.
17824
17825 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17826
17827         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17828         one after turning on the buffer's multibyteness instead of decoding
17829         them directly in the unibyte buffer that causes unexpected conversion
17830         in Emacs 23 (unicode).
17831
17832 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17833
17834         * message.el (message-generate-hashcash): Fix custom type.
17835
17836 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17837
17838         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17839
17840 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17841
17842         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17843         disconnect icons.  Add help text.
17844
17845 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17846
17847         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17848         negated to be consistent with the others we handle.
17849
17850 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17851
17852         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17853         version of gnus-summary-buffer to something, so that we can use two
17854         article buffers at the same time.
17855
17856 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17857
17858         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17859         trigger all the extra headers.
17860         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17861         sorting.
17862
17863 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17864
17865         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17866         solid groups.
17867
17868 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17869
17870         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17871
17872 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17873
17874         * legacy-gnus-agent.el: Add Copyright notice.
17875
17876 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17877
17878         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17879
17880 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17881
17882         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17883
17884         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17885         to make it work reliably in CVS Emacs.
17886         (gnus-summary-limit-strange-charsets-predicate)
17887         (gnus-summary-limit-to-predicate): New functions.
17888
17889 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17890
17891         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17892         specifying array size.
17893         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17894         array if it is too small.
17895         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17896         (gnus-sort-threads-loop): New function.
17897
17898 2006-12-06  Chris Moore  <dooglus@gmail.com>
17899
17900         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17901         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17902
17903 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17904
17905         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17906         options.
17907
17908 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17909
17910         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17911         DOS-ing the recipient.
17912
17913         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17914         the headers when creating the mapping to avoid mismappings.
17915         (nnweb-gmane-create-mapping): Always nix out old mapping.
17916
17917 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17918
17919         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17920         and mm-verify-option to never.
17921
17922 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17923
17924         * message.el (message-signed-or-encrypted-p): New function.
17925         (message-forward-make-body): Use it.
17926
17927         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17928         Replace encode-coding-string with mm-encode-coding-string.
17929
17930 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17931
17932         * nneething.el (nneething-decode-file-name):
17933         Replace decode-coding-string with mm-decode-coding-string.
17934
17935         * gnus-int.el (gnus-open-server): Say failed server's name.
17936
17937 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17938
17939         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17940         strings to a single string.  Quote `errors-file-name'.
17941         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17942         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17943         Adjust calls.  Use `shell-quote-argument'.
17944
17945 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17946
17947         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17948         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17949
17950         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17951         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17952         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17953         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17954         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17955         (gnus-subscribe-newsgroup, gnus-1):
17956         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17957         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17958         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17959         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17960
17961 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17962
17963         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17964         keystroke.
17965         (gnus-summary-limit-to-bodies): Implement headersp.
17966
17967 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17968
17969         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17970
17971 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17972
17973         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17974
17975 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17976
17977         * message.el (message-generate-hashcash): Expand range of values to
17978         include `opportunistic'.
17979         (message-send-mail): Use it.
17980
17981 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17982
17983         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17984         and comment it.
17985
17986         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17987
17988 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17989
17990         * gnus-util.el (gnus-extract-address-components): Improve comment.
17991
17992 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17993
17994         * gnus-util.el (gnus-extract-address-components): Work with address in
17995         which the name portion contains @.
17996
17997         * lpath.el: Fbind custom-autoload.
17998
17999 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18000
18001         * gnus.el (gnus-start): Move custom group up.
18002         (gnus-select-method): Don't autoload, but make it available for
18003         `customize-variable'.
18004         (gnus-getenv-nntpserver): Don't autoload.
18005
18006 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18007
18008         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18009
18010 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18011
18012         * message.el (message-sendmail-extra-arguments): New variable.
18013         (message-send-mail-with-sendmail): Use it.
18014
18015 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18016
18017         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18018         mm-with-unibyte-current-buffer to make string unibyte.
18019
18020         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18021         mm-string-as-multibyte.
18022
18023 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18024
18025         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18026         Reported by Werner Koch <wk@gnupg.org>.
18027
18028 2006-11-14  Daiki Ueno  <ueno@p360>
18029
18030         * mml2015.el: Autoload epa-select-keys when compiling.
18031
18032 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18033
18034         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18035         message-options.
18036         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18037
18038 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18039
18040         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18041         EasyPG (< 0.0.6).
18042         (mml2015-always-trust): New user option.
18043         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18044         prompt.
18045
18046 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * nntp.el (nntp-authinfo-force): New variable.
18049         (nntp-send-authinfo): Use it.
18050
18051 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18052
18053         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18054         decode encoded words.  Improve prompt.  Add comment about forwarding.
18055         (message-replacement-char): Move up.
18056
18057 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18058
18059         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18060         instead of gnus-intersection because arguments of gnus-sorted-nunion
18061         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18062
18063 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18064
18065         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18066         (message-simplify-subject-functions):
18067         Enable message-strip-subject-encoded-words by default.
18068
18069 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18070
18071         * message.el (message-strip-subject-encoded-words): New function.
18072         (message-simplify-subject-functions): New variable.
18073         (message-simplify-subject): Use it.  Fix typo in doc string.
18074         Support message-strip-subject-encoded-words.
18075
18076 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18077
18078         * gnus-diary.el (gnus-diary-delay-format-function):
18079         * nndiary.el (nndiary-reminders):
18080         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18081
18082 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18083
18084         * gnus-art.el (article-hide-boring-headers): Fetch date from
18085         gnus-original-article-buffer to avoid problems with localized date
18086         strings.
18087
18088 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18091
18092 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18093
18094         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18095         New variables.
18096         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18097         (mm-charset-synonym-alist): Move some entries to
18098         mm-codepage-iso-8859-list.
18099         (mm-charset-synonym-alist, mm-charset-override-alist):
18100         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18101
18102 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18103
18104         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18105
18106 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18107
18108         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18109         with Emacs 21 and XEmacs.
18110
18111 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18112
18113         * spam.el (spam-parse-address): New function for better parsing,
18114         catching errors, etc.
18115         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18116
18117 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18118
18119         * mm-view.el: Add interactive arg to html2text autoload.
18120
18121 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18122
18123         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18124
18125 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18126
18127         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18128         New variables.
18129         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18130         (mm-charset-synonym-alist): Move some entries to
18131         mm-codepage-iso-8859-list.
18132
18133         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18134
18135 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18136
18137         * message.el (message-citation-line-format)
18138         (message-insert-formated-citation-line): Fix implementation of %E, %N
18139         and %n according to the doc string.
18140
18141 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18142
18143         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18144         Use car-safe to avoid bad parses.
18145
18146 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18149         names.
18150
18151         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18152
18153 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18154
18155         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18156         header.
18157
18158         * message.el (message-draft-headers): Add Date.
18159         (message-headers-to-generate): Fix typo in docstring.
18160
18161         * nndraft.el (nndraft-required-headers): New variable.
18162         (nndraft-generate-headers): Use it.
18163
18164         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18165
18166 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18167
18168         * gnus-registry.el (gnus-registry-wash-for-keywords)
18169         (gnus-registry-find-keywords): New functions to allow easy searching of
18170         articles that are in the registry.
18171
18172 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18173
18174         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18175         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18176         Reported by Damien Elmes <damien@repose.cx>.
18177
18178 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18179
18180         * gnus.el (gnus-mime): Remove unused custom group.
18181
18182 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18183
18184         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18185         "blank line" when searching for end of armor headers.
18186
18187 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18188
18189         * gmm-utils.el (gmm-write-region): Fix variable name.
18190
18191 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18192
18193         * gmm-utils.el (gmm-write-region): New function based on compatibility
18194         code from `mm-make-temp-file'.
18195
18196         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18197
18198         * nnmaildir.el (nnmaildir--update-nov)
18199         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18200         Use `gmm-write-region'.
18201
18202 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18203
18204         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18205         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18206
18207         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18208
18209         * message.el (message-replacement-char): New variable.
18210         (message-fix-before-sending): Use it.
18211         (message-simplify-subject): New function to remove duplicate code.
18212         (message-reply, message-followup): Use it.
18213
18214         * gnus-sum.el (gnus-summary-make-menu-bar):
18215         Clarify gnus-summary-limit-to-articles.
18216
18217 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18218
18219         * gnus-util.el (gnus-with-local-quit): New macro.
18220
18221         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18222
18223 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18224
18225         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18226         ignore non-string data.
18227
18228 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18229
18230         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18231         non-string data (needs to be done in the registry too).
18232
18233 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18234
18235         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18236         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18237         (gnus-registry-split-fancy-with-parent)
18238         (gnus-registry-fetch-simplified-message-subject-fast)
18239         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18240         Remove text properties on ingress into the registry and when it's saved.
18241         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18242         registry from entries with no groups.
18243
18244 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18245
18246         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18247         function to remove string properties.
18248
18249 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18250
18251         * gmm-utils.el (gmm): Adjust custom version.
18252
18253         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18254         Adjust custom version.
18255
18256         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18257
18258 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18259
18260         * gnus-art.el (gnus-insert-prev-page-button)
18261         (gnus-insert-next-page-button): Simplify.  Reformat.
18262
18263 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18264
18265         * gnus-art.el (gnus-insert-prev-page-button)
18266         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18267
18268 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18269
18270         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18271
18272 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18273
18274         * gnus-art.el (gnus-insert-mime-button)
18275         (gnus-insert-mime-security-button):
18276         Apply gnus-article-button-face to MIME and security buttons.
18277
18278 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18279
18280         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18281         readable.
18282
18283 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18284
18285         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18286
18287 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18288
18289         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18290         `browse-url-of-file' instead of `browse-url'.
18291
18292 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18293
18294         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18295         regexp.  Articles containing quotation were cut prematurely.
18296
18297 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18298
18299         * message.el (message-cite-original-1): Use nobody by default for the
18300         value of From header.
18301         (message-reply): Ditto.
18302
18303 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18304
18305         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18306         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18307         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18308
18309 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18310
18311         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18312         mails in the doc string.  Add some URLs in comment.
18313         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18314
18315 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18316
18317         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18318         backslashes handling and the way to find boundaries of quoted strings.
18319
18320 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18321
18322         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18323         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18324         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18325         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18326
18327 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18328
18329         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18330         doc string.
18331         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18332
18333 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18334
18335         * lpath.el: Fbind epg-check-configuration.
18336
18337 2006-09-06  Simon Josefsson  <jas@extundo.com>
18338
18339         * mml2015.el (mml2015-use): Doc fix, mention epg.
18340
18341 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18342
18343         * mml2015.el (mml2015-use): Default to epg, if available.
18344
18345 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18346
18347         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18348         message-sender.
18349         (mml1991-epg-encrypt): Ditto.
18350         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18351         message-sender.
18352         (mml2015-epg-encrypt): Ditto.
18353
18354 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18355
18356         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18357         several common directories.
18358
18359 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18360
18361         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18362         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18363
18364 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18365
18366         * gnus-art.el (article-decode-encoded-words): Make it fast.
18367
18368 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18369
18370         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18371
18372         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18373         in quoted string into `\'.
18374
18375 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18376
18377         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18378         Use standard-syntax-table.
18379
18380 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18381
18382         * gnus-art.el (gnus-decode-address-function): New variable.
18383         (article-decode-encoded-words): Use it to decode headers which are
18384         assumed to contain addresses.
18385         (gnus-mime-delete-part): Remove useless `or'.
18386
18387         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18388         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18389         (gnus-nov-parse-line): Use it to decode From header.
18390         (gnus-get-newsgroup-headers): Ditto.
18391         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18392
18393         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18394         (mail-decode-encoded-address-string): New alias.
18395
18396         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18397         New function.
18398         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18399         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18400         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18401         (rfc2047-decode-string): Ditto.
18402         (rfc2047-decode-address-region): New function.
18403         (rfc2047-decode-address-string): New function.
18404
18405 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18406
18407         * message.el (message-caesar-buffer-body): Allow rotating headers.
18408
18409         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18410
18411         * message.el (message-insert-formated-citation-line): Fix %f.
18412         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18413
18414 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18415
18416         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18417         (gnus-bookmark-mouse-available-p): New macro.
18418         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18419         (gnus-bookmark-bmenu-show-infos): Use it.
18420         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18421         (gnus-bookmark-bmenu-hide-infos): Ditto.
18422         (gnus-bookmark-remove-properties): New function.
18423         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18424         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18425         (gnus-bookmark-write-file): Bind coding-system-for-write.
18426         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18427         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18428         group before selecting it.
18429         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18430         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18431         quit-window if it is not available; use gnus-mouse-2 and bind it to
18432         gnus-bookmark-bmenu-select-by-mouse.
18433         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18434         (gnus-bookmark-bmenu-select-by-mouse): New function.
18435
18436 2006-08-13  Romain Francoise  <romain@orebokech.com>
18437
18438         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18439         space.
18440
18441 2006-08-10  Romain Francoise  <romain@orebokech.com>
18442
18443         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18444         (dns-mode-soa-auto-increment-serial): New user option.
18445         (dns-mode-soa-maybe-increment-serial): New function.
18446         (dns-mode): Add the latter to `write-contents-functions'.
18447
18448 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18449
18450         * compface.el (uncompface): Use binary rather than raw-text-unix.
18451
18452 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18453
18454         * compface.el (uncompface): Make sure the eol conversion doesn't take
18455         place when communicating with the external programs.
18456         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18457
18458 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18459
18460         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18461
18462 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18463
18464         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18465         Make it more robust by parsing author and date independently.
18466
18467 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18468
18469         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18470
18471 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18472
18473         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18474         first matching secret key.
18475         (mml2015-epg-encrypt): Ditto.
18476
18477         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18478         first matching secret key.
18479         (mml1991-epg-encrypt): Ditto.
18480
18481         * mml2015.el (mml2015-encrypt-to-self): New user option.
18482         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18483         mml2015-epg-encrypt-to-self is set.
18484
18485         * mml1991.el (mml1991-encrypt-to-self): New variable.
18486         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18487         mml1991-epg-encrypt-to-self is set.
18488
18489         * mml2015.el (mml2015-signers): New user option.
18490         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18491         (mml2015-epg-encrypt): Allow to select signing keys.
18492
18493         * mml1991.el (mml1991-signers): New variable.
18494         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18495         (mml1991-epg-encrypt): Allow to select signing keys.
18496
18497 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18498
18499         * nnheader.el (nnheader-insert-head): Make it work even if the file
18500         uses CRLF for the line-break code.
18501
18502 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18503
18504         * mml2015.el: Require mml-sec instead of password.
18505         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18506         (mml2015-cache-passphrase): Inherit the default value from
18507         mml-secure-cache-passphrase.
18508         (mml2015-passphrase-cache-expiry): Inherit the default value from
18509         mml-secure-passphrase-cache-expiry.
18510
18511         * mml1991.el: Require mml-sec instead of password.
18512         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18513         (mml1991-cache-passphrase): Inherit the default value from
18514         mml-secure-cache-passphrase.
18515         (mml1991-passphrase-cache-expiry): Inherit the default value from
18516         mml-secure-passphrase-cache-expiry.
18517
18518         * mml-sec.el: Require password.
18519         (mml-secure-verbose): New user option.
18520         (mml-secure-cache-passphrase): New user option.
18521         (mml-secure-passphrase-cache-expiry): New user option.
18522
18523 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18524             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18525
18526         * pgg-def.el (pgg-truncate-key-identifier):
18527         Truncate the key ID to 8 letters from the end.
18528
18529 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18530
18531         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18532         workaround for the url package included with Emacs.
18533
18534         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18535
18536 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18537
18538         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18539         correctly.  This fixes a bug caused by the 2006-05-12 change.
18540
18541 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18542
18543         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18544         some information about the error when saying that the `bogus' mail
18545         group will be used.
18546
18547 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18548
18549         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18550         string.
18551
18552 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18553
18554         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18555
18556 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18557
18558         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18559
18560 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18561
18562         * mml1991.el (mml1991-function-alist): Add epg.
18563         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18564         (mml1991-epg-encrypt): New functions.
18565
18566 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18567
18568         * mml2015.el (mml2015-verbose): New variable.
18569         (mml2015-cache-passphrase): Ditto.
18570         (mml2015-passphrase-cache-expiry): Ditto.
18571         (mml2015-function-alist): Add epg.
18572         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18573         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18574         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18575         New functions.
18576
18577 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18578
18579         * message.el (message-cite-original-1): Preserve region when removing
18580         quoted text due to X-No-Archive in order to avoid bogus attribution
18581         when citing multiple messages.
18582
18583 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18584
18585         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18586         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18587
18588 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18589
18590         * gnus-diary.el (gnus-user-format-function-d)
18591         (gnus-user-format-function-D): Autoload.
18592
18593         * imap.el (Commentary): Fix typo.
18594
18595         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18596         2006-04-22 contribution.
18597
18598 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18599
18600         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18601         It didn't really fix the bogosity I'm seeing with solid web groups.
18602
18603 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18604
18605         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18606         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18607         created using server names.  If we use the feature without declaring
18608         it, Gnus does not properly manage server and group state.
18609
18610         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18611         bound.
18612
18613 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18614
18615         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18616         looking up the method using GROUP's prefix before inventing a new one.
18617         It is used on killed/unknown groups in various places where returning
18618         an all-new method isn't expected by the caller.
18619
18620         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18621         and match semantics of gnus-group-real-prefix.
18622
18623 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18624
18625         * nnmail.el (nnmail-broken-references-mailers): New variable.
18626         (nnmail-ignore-broken-references): New function generalizing
18627         nnmail-fix-eudora-headers.
18628         (nnmail-fix-eudora-headers): Now obsolete.
18629
18630         * gnus-art.el (gnus-button-handle-custom):
18631         Support `customize-apropos*'.
18632
18633 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18634
18635         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18636
18637         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18638         articles.
18639
18640 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18641
18642         * message.el (message-cite-reply-above): New variable.
18643         (message-yank-original): Use it.
18644
18645 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18646
18647         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18648
18649 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18650
18651         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18652         as read.
18653
18654         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18655
18656 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18657
18658         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18659         (gnus-bookmark-default-file): Use gnus-directory.
18660         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18661         Remove "*" in doc string.
18662         (gnus-bookmark-write-file): Simplify.
18663         (gnus-bookmark-maybe-sort-alist): Use `when'.
18664         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18665         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18666         Add FIXME about Emacs 21 and XEmacs compatibility.
18667         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18668         compatibility.
18669         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18670         compatibility.
18671         (gnus-bookmark-menu-heading): Fix version.
18672
18673 2006-06-19  Bastien Guerry  <bzg@altern.org>
18674
18675         * gnus-bookmark.el: New file.
18676
18677 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18678
18679         * message.el (message-syntax-checks): Doc fix.
18680
18681 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18682
18683         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18684         unsubscribed groups as if they were killed ones.  It causes duplicate
18685         entries in gnus-newsrc-alist.
18686
18687 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18688
18689         * message.el (message-syntax-checks): Doc fix.
18690         (message-send-mail): Add check for continuation headers.
18691         (message-check-news-header-syntax): Fix regexp used to check for
18692         continuation headers.
18693
18694 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18695
18696         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18697
18698 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18699
18700         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18701
18702 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18703
18704         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18705         default-truncate-lines.
18706
18707 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18708
18709         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18710         to fill the utf-8 entry.
18711
18712         * lpath.el: Fbind unicode-precedence-list.
18713
18714 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18715
18716         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18717
18718 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18719
18720         * gnus-agent.el (directory-files-and-attributes): Move all the way
18721         forward (the third and final move).
18722         (gnus-agent-read-agentview): Trap reconstruction errors due to
18723         nonexistent directory.  Handle by returning nil.
18724
18725 2006-05-30  Didier Verna  <didier@xemacs.org>
18726
18727         * message.el (message-dont-reply-to-names): Update the custom type.
18728         * message.el (message-dont-reply-to-names): New defsubst: potentially
18729         convert a list of regexps into a single one.
18730         * message.el (message-get-reply-headers): Use it.
18731         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18732
18733 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18734
18735         * gnus-agent.el (directory-files-and-attributes): Move forward.
18736
18737 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18738
18739         * gnus-ml.el (gnus-mailing-list-subscribe)
18740         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18741         (gnus-mailing-list-message): Fix doc strings.
18742
18743 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18744
18745         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18746         of doing it manually.
18747
18748 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18749
18750         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18751         comment.
18752
18753 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18754
18755         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18756         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18757         (gnus-agent-read-local): All symbols allocated in my-obarray.
18758         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18759         (gnus-agent-regenerate-group): Check numeric names to see if they are
18760         messages or groups.
18761         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18762         better way of do this...)
18763
18764         * gnus-cache.el (gnus-agent-total-fetched-for):
18765         Ignore 'dummy.group' (there should be a better way of do this...)
18766
18767 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18768
18769         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18770         (gnus-saved-headers): Ditto.
18771         (gnus-default-article-saver): Mention functions may have properties.
18772         (gnus-article-save): Override gnus-save-all-headers and
18773         gnus-saved-headers by :headers property which saver function may have.
18774         (gnus-summary-save-in-file): Add :headers property.
18775         (gnus-summary-write-to-file): Ditto.
18776
18777         * gnus-sum.el (gnus-summary-save-article): Bind
18778         gnus-prompt-before-saving to t when saving many articles in a file;
18779         always show all headers.
18780
18781         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18782
18783 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18784
18785         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18786         marks.
18787
18788         * message.el (message-indent-citation): Add optional arguments to allow
18789         using it outside of message buffers.
18790
18791         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18792         (gnus-article-treat-unfold-headers): Use it.
18793         (gnus-article-truncate-lines): New variable.
18794         (gnus-article-mode): Use it.
18795         (gnus-article-toggle-truncate-lines): New function.
18796
18797         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18798         Add gnus-article-toggle-truncate-lines.
18799
18800         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18801         coding system in XEmacs, use binary.
18802
18803 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18804
18805         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18806         after-load-alist.
18807
18808         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18809         this function should save decoded articles.
18810         (gnus-summary-write-to-file): Use property to specify this function
18811         should save decoded articles and specify gnus-summary-save-in-file
18812         should be used to save articles other than the first one when saving
18813         many articles.
18814         (gnus-summary-save-body-in-file): Use property to specify this
18815         function should save decoded articles.
18816         (gnus-summary-write-body-to-file): Use property to specify this
18817         function should save decoded articles and specify
18818         gnus-summary-save-body-in-file should be used to save articles other
18819         than the first one when saving many articles.
18820
18821         * gnus-sum.el (gnus-summary-save-article): Simplify.
18822
18823 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18824
18825         * gnus-art.el (gnus-default-article-saver):
18826         Add gnus-summary-write-body-to-file.
18827         (gnus-article-save-coding-system): Don't use coding system object
18828         in XEmacs.
18829         (gnus-read-save-file-name): Add optional `dir-var' argument which
18830         specifies directory in which files are saved; work even if optional
18831         `variable' argument is not specified.
18832         (gnus-summary-write-to-file): Read file name.
18833         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18834         (gnus-summary-write-body-to-file): New function.
18835
18836         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18837         (gnus-summary-local-variables): Add it.
18838         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18839         (gnus-summary-save-article): Remove optional `decode' argument;
18840         determine whether to decode articles by the value of
18841         gnus-default-article-saver; when saving many files using
18842         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18843         it first and use gnus-summary-save-in-file or
18844         gnus-summary-save-body-in-file thereafter unless
18845         gnus-prompt-before-saving is always; move point to article which
18846         will be saved.
18847         (gnus-summary-save-article-file): Revert.
18848         (gnus-summary-write-article-file): Revert.
18849         (gnus-summary-save-article-body-file): Revert.
18850         (gnus-summary-write-article-body-file): New function.
18851
18852 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18853
18854         * gnus-art.el (gnus-default-article-saver): Doc fix.
18855         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18856         from gnus-summary-save-article-coding-system, and default to a
18857         certain coding system.
18858         (gnus-output-to-file): Add coding cookie and encode text according
18859         to gnus-article-save-coding-system; don't use mm-append-to-file.
18860
18861         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18862         gnus-art.el and rename to gnus-article-save-coding-system.
18863         (gnus-summary-save-article): Require gnus-art; don't show all
18864         headers if it decodes articles; don't add coding cookie here;
18865         don't bind mm-text-coding-system-for-write.
18866         (gnus-summary-save-article-file): Save decoded articles.
18867         (gnus-summary-write-article-file): When saving many files, use
18868         gnus-summary-write-to-file first and gnus-summary-save-in-file
18869         thereafter unless gnus-prompt-before-saving is always.
18870         (gnus-summary-save-article-body-file): Save decoded articles.
18871
18872         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18873
18874 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18875
18876         * nnrss.el (nnrss-check-group): Bind hash-index.
18877
18878 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18879
18880         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18881         its hash index.  Store this hash in `nnrss-group-data'.
18882         (nnrss-read-group-data): Update accordingly.
18883
18884 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18885
18886         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18887         entry.
18888
18889         * gnus-sum.el (gnus-summary-make-menu-bar):
18890         Add gnus-article-browse-html-article.
18891
18892 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18893
18894         * gnus-sum.el (gnus-summary-mime-map):
18895         Add gnus-article-browse-html-article.
18896
18897         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18898
18899 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18900
18901         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18902         suitable coding systems in customize.
18903
18904 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18905
18906         * mail-source.el (mail-sources): Fix custom type.
18907
18908 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18909
18910         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18911         (gnus-summary-expire-articles-now): Shorten prompt.
18912
18913         * gmm-utils.el (wid-edit): Require.
18914         (defun-gmm): Rename from `gmm-defun-compat'.
18915         (gmm-image-search-load-path): Use it.
18916         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18917
18918 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18919
18920         * gnus-sum.el (gnus-summary-save-article-coding-system):
18921         New variable.
18922         (gnus-summary-save-article): Add optional `decode' argument.
18923         If it is set and gnus-summary-save-article-coding-system is non-nil,
18924         save decoded article.
18925         (gnus-summary-write-article-file): Save decoded article if
18926         gnus-summary-save-article-coding-system is non-nil.
18927
18928         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18929         type.
18930
18931 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18932
18933         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18934
18935 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18936
18937         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18938         first to test gnus-single-article-buffer which may be buffer-local.
18939
18940         * gnus-sum.el (gnus-summary-setup-buffer):
18941         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18942         group; make gnus-article-buffer, gnus-article-current, and
18943         gnus-original-article-buffer always buffer-local.
18944         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18945         group.
18946         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18947
18948 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18949
18950         * nnml.el (nnml-request-compact-group): Compressed files might not
18951         have .gz extension.
18952
18953 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18954
18955         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18956         (mm-copy-to-buffer): Use with-current-buffer.
18957         (mm-display-part): Simplify.
18958         (mm-inlinable-p): Add optional arg `type'.
18959
18960 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18961
18962         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18963         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18964         Try harder to show the attachment internally or externally using
18965         gnus-mime-view-part-as-type.
18966
18967 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18968
18969         * message.el (message-from-style, message-signature-separator)
18970         (message-user-organization-file, message-send-mail-function)
18971         (message-citation-line-function, message-yank-prefix)
18972         (message-indent-citation-function, message-signature)
18973         (message-signature-file, message-signature-insert-empty-line):
18974         Remove autoloads.
18975
18976         * gnus-art.el (gnus-buttonized-mime-types):
18977         Remove "multipart/signed".  Revert 2006-04-26 change.
18978
18979 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18980
18981         * gnus.el (gnus-version-number): Bump version.
18982
18983 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18984
18985         * gnus.el: No Gnus v0.5 is released.
18986
18987 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18988
18989         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18990         fetching articles by message-id.
18991
18992 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18993
18994         * message.el (hashcash): Require hashcash as normal.
18995
18996         * ecomplete.el (ecomplete-highlight-match-line):
18997         Use point-at-eol.
18998         (ecomplete-highlight-match-line): Use `highlight', because that
18999         face exists in both Emacs and XEmacs.
19000
19001         * message.el (message-display-abbrev): Use point-at-bol.
19002
19003         * mail-source.el: Don't require timer/timer-funcs.
19004
19005         * gnus-async.el: Ditto.
19006
19007         * password.el: Ditto.
19008
19009         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19010
19011         * mm-url.el: Ditto.
19012
19013         * gnus-xmas.el: Don't require timer-funcs.
19014
19015         * mm-util.el: Require timer/timer-funcs.
19016
19017 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19018
19019         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19020         Close.
19021
19022 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19023
19024         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19025         unibyte after clear-decrypt function runs.
19026
19027         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19028         returns as a unibyte string.
19029
19030 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19031
19032         * lpath.el: Revert.
19033
19034         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19035         (pgg-gpg-process-sentinel): Revert.
19036
19037         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19038         (pgg-pgp-lookup-key): Revert.
19039
19040         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19041         (pgg-pgp5-lookup-key): Revert.
19042
19043         * pgg.el (pgg-fetch-key): Revert.
19044
19045 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19046
19047         * lpath.el: Fbind string-as-multibyte for XEmacs.
19048
19049         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19050         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19051         (mml1991-pgg-encrypt): Ditto.
19052
19053         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19054         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19055         a multibyte buffer.
19056
19057         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19058         (pgg-pgp-lookup-key): Ditto.
19059
19060         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19061         (pgg-pgp5-lookup-key): Ditto.
19062
19063         * pgg.el (pgg-fetch-key): Ditto.
19064
19065 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19066
19067         * message.el (message-user-organization-file): Check several
19068         locations of the organization file.
19069
19070         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19071         Add gnus-article-view-part-as-type.
19072
19073         * gnus-art.el (gnus-article-view-part-as-type): New function.
19074
19075         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19076         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19077
19078         * mml.el: Simplify autoload.
19079         (mml-mode): defvar dnd-protocol-alist instead of using
19080         symbol-value.
19081         (mml-default-directory): New variable.
19082         (mml-minibuffer-read-file): Use it.
19083         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19084
19085         * message.el (message-citation-line-format): New variable.
19086         (message-insert-formated-citation-line): New function.
19087         (message-citation-line-function):
19088         Add `message-insert-formated-citation-line' to custom type.
19089
19090         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19091         to doc string.
19092
19093         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19094         depending on mm-verify-option.
19095
19096 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19097
19098         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19099         binding pgg-* variables; reimplement the section which prevents
19100         MIME header from being signed.
19101         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19102         pgg-text-mode; remove a blank line at the top of body.
19103
19104         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19105         lines at the top of body; use gnus-newsgroup-charset if there's no
19106         Charset header.
19107
19108 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19109
19110         * message.el (message-self-insert-commands): Doc fix.
19111
19112         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19113         (mm-uu-pgp-encrypted-test): Ditto.
19114         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19115         between header and body; return application/pgp-encrypted handle
19116         if decryption failed; decode decrypted body by charset.
19117
19118         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19119         element match to application/pgp-*.
19120
19121 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19122
19123         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19124         HTML.
19125
19126 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19127
19128         * mail-source.el (mail-source-call-script): Message the error
19129         string.
19130
19131 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19132
19133         * gnus-util.el (gnus-byte-compile): Use it.
19134
19135 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19136
19137         * gnus-util.el (kill-empty-logs): New function.
19138
19139 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19140
19141         * message.el (message-mail-alias-type): Doc fix.
19142         (message-mail-alias-type-p): New function.
19143         (message-send): Use it.
19144         (message-mode): Ditto.
19145         (message-strip-forbidden-properties): Ditto.
19146
19147         * ecomplete.el (ecomplete-database-file-coding-system):
19148         New variable.
19149         (ecomplete-save): Use it.
19150         (ecomplete-setup): Use it.
19151
19152 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19153
19154         * message.el (message-self-insert-commands): New variable.
19155         (message-strip-forbidden-properties): Use it.
19156
19157 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19158
19159         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19160         that doesn't make XEmacs choke.
19161
19162 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19163
19164         * gnus-util.el (gnus-replace-in-string):
19165         Prefer replace-regexp-in-string over of replace-in-string.
19166
19167 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19168
19169         * gnus-util.el (gnus-select-frame-set-input-focus):
19170         Use select-frame-set-input-focus if it is available in XEmacs; use
19171         definition defined in Emacs 22 for old Emacsen.
19172
19173         * dgnushack.el: Autoload unmorse-region for XEmacs.
19174
19175         * lpath.el: Bind cursor-in-non-selected-windows and
19176         select-frame-set-input-focus for XEmacs.
19177
19178 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19179
19180         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19181
19182 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19183
19184         * gnus-registry.el (gnus-registry-cache-save): Remove text
19185         properties when saving via the temp buffer.
19186
19187 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19188
19189         * message.el (message-generate-hashcash): Honor custom type.
19190
19191 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19192
19193         * message.el (message-generate-hashcash): Default to non-nil when
19194         hashcash is found.
19195
19196         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19197         (gnus-refer-thread-limit): Increase default to 500.
19198
19199         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19200
19201         * flow-fill.el (fill-flowed): Allow delete-space.
19202
19203 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19204
19205         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19206         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19207         Remove autoloads.
19208
19209 2006-04-18  Simon Josefsson  <jas@extundo.com>
19210
19211         * message.el (message-generate-hashcash): Default to.
19212
19213 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19214
19215         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19216         concatenating segments rather than before concatenating them.
19217
19218 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19219
19220         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19221
19222 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19223
19224         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19225
19226         * message.el (message-forward-make-body-plain):
19227         Allow message-forward-ignored-headers to be a list.
19228         (message-remove-ignored-headers): Factor out into function.
19229         (message-forward-make-body-mml): Use it.
19230
19231         * imap.el (imap-quote-specials): New function.
19232         (imap-login-auth): Quote specials.
19233
19234         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19235         (rfc2231-parse-string): Allow concatanation of parameters that
19236         aren't contiguous.  The test case is
19237           (mail-header-parse-content-type "message/external-body;
19238             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19239             access-type=LOCAL-FILE;
19240             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19241
19242 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19243
19244         * nntp.el (nntp-accept-process-output): Return the value of
19245         `nnheader-accept-process-output'.
19246
19247 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19248
19249         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19250         (gnus-button-alist): Recognize more diff formats.
19251         (gnus-button-patch): Strip directory.
19252
19253 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19254
19255         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19256         Emacs 22 when setting focus.
19257
19258 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19259
19260         * gnus-art.el (gnus-article-treat-types): Do treatment of
19261         text/x-verbatim parts.
19262         (gnus-button-patch): New command.
19263
19264         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19265         addresses that contain invalid characters.
19266
19267 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19268
19269         * message.el (message-put-addresses-in-ecomplete):
19270         Use gnus-replace-in-string.
19271         (message-is-yours-p): Use the more correct
19272         mail-header-parse-address instead of
19273         mail-extract-address-components.
19274         (message-put-addresses-in-ecomplete): Fix typo.
19275
19276         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19277         keystroke.
19278
19279         * gnus-art.el (gnus-treatment-function-alist): Change order of
19280         newsgroups/generic header folding to avoid double-folding.
19281
19282         * message.el (message-hidden-headers): Add X-Draft-From.
19283
19284         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19285         New command.
19286         (gnus-summary-repeat-search-article-backward): New command.
19287
19288         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19289         groups in the parent topic.
19290
19291 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19292
19293         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19294         (spam-extra-header-to-number): Return the CRM114 number as a
19295         number instead of a string.
19296
19297 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19298
19299         * gnus-art.el (gnus-face-properties-alist): Move here from
19300         gnus-fun.
19301
19302         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19303
19304 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19305
19306         * message.el (message-strip-forbidden-properties): Only display on
19307         self-insert-command.
19308
19309         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19310         reindent.
19311         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19312
19313 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19314
19315         * smiley.el (smiley-style): Fix typo.
19316
19317 2006-03-23  Kenichi Handa  <handa@m17n.org>
19318
19319         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19320         instead of set-buffer-multibyte.
19321
19322 2006-03-23  Kenichi Handa  <handa@m17n.org>
19323
19324         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19325         buffer and then decode the buffer text if necessary.
19326         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19327         first, and after mm-encode-body, change the buffer to unibyte.
19328
19329 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19330
19331         * hashcash.el (hashcash-insert-payment-async-2):
19332         Use message-goto-eoh instead of doing it manually.
19333         (mail-add-payment): Use message-narrow-to-header instead of trying
19334         to do the same itself.
19335
19336         * message.el (message-hidden-headers): Add Face.
19337
19338         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19339         reparenting code.
19340         (gnus-summary-reparent-children): Refactored out code.
19341         (gnus-summary-thread-map): New keystroke.
19342         (gnus-summary-reparent-children): Make into command.
19343
19344         * smiley.el (smiley-style): Default to `medium' if using a large
19345         font.
19346
19347         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19348         does it itself.
19349
19350         * message.el (message-point-in-header-p): Simplify definition.
19351
19352 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19353
19354         * nnagent.el (nnagent-request-set-mark): Silence log file
19355         writing.
19356         (nnagent-request-set-mark): Use write-region instead of
19357         append-to-file.
19358
19359         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19360         strange select method.
19361
19362         * ecomplete.el (ecomplete-display-matches): Get highlightling
19363         right.
19364         (ecomplete-display-matches): Use literals.
19365         (ecomplete-display-matches): Disable message logging.
19366
19367         * message.el (message-display-abbrev): Small optimization.
19368
19369         * ecomplete.el (ecomplete-display-matches): Allow automatic
19370         display.
19371
19372         * message.el (message-strip-forbidden-properties):
19373         Display abbrevs.
19374         (message-display-abbrev): Get automatic display right.
19375
19376         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19377         keystrokes.
19378
19379 2006-04-13  Romain Francoise  <romain@orebokech.com>
19380
19381         TODO: Backport to v5-10!
19382
19383         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19384         Move here (and rename) from gnus-registry.el.
19385
19386         * gnus-registry.el: Require gnus-util.
19387         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19388
19389 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19390
19391         * gnus-group.el (gnus-group-catchup-current):
19392         Change if-then-else-if-then-else into cond.
19393         (gnus-group-catchup): Indent.
19394         (group-name-at-point): New function.
19395         (gnus-fetch-group): Provide default from thing at point.
19396
19397 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19398
19399         * message.el (message-display-abbrev): Fix regexp.
19400
19401         * ecomplete.el (ecomplete-highlight-match-line):
19402         Reimplement choosing.
19403         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19404         dead variables.
19405
19406         * message.el (message-newline-and-indent): Remove debugging.
19407         (message-display-abbrev): Use new implementation.
19408
19409 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19410
19411         * gnus-art.el (gnus-article-mode):
19412         Set cursor-in-non-selected-windows to nil.
19413
19414         * smiley.el: Revert previous change.
19415         (smiley-data-directory): defvar it before using it in the
19416         defcustom of `smiley-style'.
19417
19418 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19419
19420         * message.el (message-newline-and-indent): New function.
19421
19422         * ecomplete.el: Implement more bits.
19423
19424         * message.el (message-put-addresses-in-ecomplete): Clean up the
19425         string.
19426
19427         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19428
19429         * gnus-sum.el (gnus-summary-save-parts):
19430         Bind gnus-summary-save-parts-counter and use it to make unique file
19431         names.
19432
19433         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19434
19435         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19436         parameter to say whether to actually parse the individual
19437         addresses.
19438
19439         * message.el (message-put-addresses-in-ecomplete): New function.
19440         (ecomplete): Require.
19441         (message-mail-alias-type): Add ecomplete as an option.
19442
19443 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19444
19445         * flow-fill.el (fill-flowed): Remove trailing space from blank
19446         quoted lines.
19447
19448 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19449
19450         * smiley.el (smiley-style): Move definition later to avoid a
19451         compilation warning.
19452
19453 2006-04-12  Kenichi Handa  <handa@m17n.org>
19454
19455         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19456         buffer and then decode the buffer text if necessary.
19457         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19458         first, and after mm-encode-body, change the buffer to unibyte.
19459         Use mm-disable-multibyte instead of set-buffer-multibyte.
19460
19461 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19462
19463         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19464         Content-Type header instead of Content-Disposition header.
19465         (gnus-mime-inline-part): Ditto.
19466         (gnus-mime-view-part-as-charset): Ignore charset that the part
19467         specifies.
19468
19469         * mm-decode.el (mm-display-part): Work with external parts and
19470         usual parts similarly.
19471
19472         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19473         instead of gnus-display-mime.
19474
19475         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19476         instead of with-temp-buffer.
19477
19478         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19479         tag to summarized topics part in order to encode non-ASCII text.
19480
19481 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19482
19483         * smiley.el (smiley-style): New variable.
19484         (smiley-directory): New function.
19485         (smiley-data-directory): Derive from `smiley-style' using
19486         `smiley-directory'.
19487         (smiley-regexp-alist): Add new entries.
19488
19489         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19490         (gnus-article-browse-delete-temp): Add :version.
19491
19492 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19493
19494         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19495         the sieve region.
19496
19497 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19498
19499         * gnus.el (gnus-version-number): Bump version.
19500
19501 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19502
19503         * gnus.el: No Gnus v0.4 is released.
19504
19505 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19506
19507         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19508         layout.
19509
19510         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19511         unknown charset.
19512
19513         * message.el (message-header-synonyms): Add Original-To to the
19514         default.
19515
19516         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19517         optional parameter.
19518
19519 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19520
19521         * gnus-fun.el (gnus): Require it for gnus-directory.
19522
19523 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19524
19525         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19526
19527 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19528
19529         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19530
19531 2006-04-05  Simon Josefsson  <jas@extundo.com>
19532
19533         * password.el (password-reset): New function.
19534
19535 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19536
19537         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19538         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19539
19540 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19541
19542         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19543         Some whitespace was matched into the url, which broke browsing hits
19544         > 100 when mm-url-use-external was nil.
19545
19546 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19547
19548         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19549         Check gnus-extra-headers for 'Newsgroups.
19550
19551         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19552         bound.
19553
19554 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19555
19556         * pgg-gpg.el: Clean up process buffers every time gpg processes
19557         complete.
19558
19559 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19560
19561         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19562         doc string.
19563
19564 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19565
19566         * pgg-gpg.el (pgg-gpg-process-filter)
19567         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19568
19569         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19570         lines, temporary fix.
19571
19572 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19573
19574         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19575
19576 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19577
19578         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19579         default-enable-multibyte-characters.  This reverts the change from
19580         revision 6.17 which is no longer necessary because the passphrase
19581         is sent separately now.  GnuPG messages are unreadable under
19582         multibyte locales with default-enable-multibyte-characters set to
19583         nil.
19584
19585 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19586
19587         * message.el (message-tool-bar-gnome): Move "spell".
19588
19589 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19590
19591         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19592         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19593         instead.
19594
19595 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19596
19597         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19598         Improve newsgroups handling for NNTP overviews which don't include
19599         Newsgroups.
19600
19601 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19602
19603         * message.el (message-resend): Bind message-generate-hashcash to nil.
19604
19605 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19606
19607         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19608         when searching for already-paid recipients.
19609
19610 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19611
19612         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19613         passphrases when it is not needed.
19614         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19615         passphrase stuff from gpg, should only be necessary when you use
19616         gpg with a smartcard.
19617
19618 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19619
19620         * mml.el (mml-insert-mime): Ignore cached contents of
19621         message/external-body part.
19622
19623         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19624         (mm-insert-part): Ditto.
19625
19626 2006-03-23  Simon Josefsson  <jas@extundo.com>
19627
19628         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19629         Reiner.
19630         (pgg-gpg-use-agent-p): Use it again.
19631
19632 2006-03-23  Simon Josefsson  <jas@extundo.com>
19633
19634         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19635         older emacsen.
19636         (pgg-gpg-use-agent-p): Don't use it.
19637
19638 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19639
19640         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19641         if we can.
19642
19643 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19644
19645         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19646         (pgg-gpg-update-agent): New function.
19647         (pgg-gpg-use-agent-p): New function.
19648         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19649         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19650         (pgg-gpg-sign-region): Use it.
19651
19652 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19653
19654         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19655         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19656
19657 2006-03-21  Simon Josefsson  <jas@extundo.com>
19658
19659         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19660         <wilde@sha-bang.de>.
19661         (pgg-gpg-use-agent): New variable.
19662         (pgg-gpg-process-region): Use it.
19663         (pgg-gpg-encrypt-region): Likewise.
19664         (pgg-gpg-encrypt-symmetric-region): Likewise.
19665         (pgg-gpg-decrypt-region): Likewise.
19666         (pgg-gpg-sign-region): Likewise.
19667         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19668
19669 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19670
19671         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19672
19673         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19674         Add comment on version.
19675
19676 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19677
19678         * smiley.el: Add missing test smiley.
19679
19680 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19681
19682         * mm-decode.el (mm-with-part): New macro.
19683         (mm-get-part): Use it; work with message/external-body as well.
19684         (mm-save-part): Treat name and filename equally.
19685
19686         * mm-extern.el (mm-extern-cache-contents): New function.
19687         (mm-inline-external-body): Use it; force the part to be displayed;
19688         move undisplayer added to the cached handle to the parent.
19689
19690         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19691         (gnus-mime-view-part-as-type): Work with message/external-body.
19692
19693         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19694
19695 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19696
19697         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19698         images in image-load-path.  [Sync with image.el, revision 1.60, in
19699         Emacs.]
19700
19701 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19702
19703         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19704         path rather than symbol.  Always return list of directories.
19705         Guarantee that image directory comes first.  [Sync with image.el,
19706         revision 1.59, in Emacs.]
19707
19708         * message.el (message-make-tool-bar): Adjust to new API of
19709         `gmm-image-load-path-for-library'.
19710
19711         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19712
19713         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19714
19715 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19716
19717         * gnus-art.el (gnus-article-only-boring-p):
19718         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19719         intangible text.
19720         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19721
19722 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19723
19724         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19725         Use `defun' instead of `gmm-defun-compat'.
19726
19727 2006-03-14  Simon Josefsson  <jas@extundo.com>
19728
19729         * message.el (message-unique-id): Don't use message-number-base36
19730         if (user-uid) is a float.
19731         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19732
19733 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19734
19735         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19736
19737         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19738         empty line between a part and a message part.
19739
19740 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19741
19742         * smiley.el: Add more test smileys.
19743         (smiley-data-directory, smiley-regexp-alist)
19744         (gnus-smiley-file-types): Fix doc strings.
19745         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19746         adding new elements.
19747         (smiley-mouse-map): Unused code.  Make it a comment.
19748
19749 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19750
19751         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19752         scan latest NoCeM messages instead of old ones.
19753         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19754         delimiters that are recently used.
19755         (gnus-nocem-load-cache): Add autoload cookie.
19756
19757         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19758
19759         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19760         level which is larger than gnus-use-nocem is specified.
19761
19762         * gnus-group.el (gnus-group-get-new-news): Ditto.
19763
19764 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19765
19766         * gnus-util.el (gnus-tool-bar-update): New function.
19767
19768         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19769         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19770
19771         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19772
19773         * gnus-group.el (gnus-group-redraw-when-idle)
19774         (gnus-group-redraw-check): Remove.
19775         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19776
19777 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19778
19779         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19780         if optional last element is specified in splits (FIELD VALUE...).
19781
19782 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19783
19784         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19785         to gmm-image-load-path-for-library.  Call with no-error argument.
19786         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19787
19788         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19789
19790         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19791
19792         * gmm-utils.el (gmm-image-load-path): Remove alias.
19793
19794 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19795
19796         * gmm-utils.el (gmm-image-load-path): Add alias.
19797
19798         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19799         nnml-generate-nov-databases-1.
19800         (nnml-generate-nov-databases): Use it.
19801         (nnml-generate-nov-databases-directory): Document no-active
19802         argument.
19803
19804         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19805         directory if path is t.  Add no-error.
19806
19807         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19808         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19809
19810         * gnus-art.el (gnus-article-browse-delete-temp-files):
19811         Simplify resetting gnus-article-browse-html-temp-list.
19812
19813         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19814         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19815         Add example to docstring.  Rename local variables.  Move error
19816         checks to default case in cond and simplify.
19817
19818 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19819
19820         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19821         handle is multipart when calling it recursively.
19822         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19823
19824 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19825
19826         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19827         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19828
19829 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19830
19831         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19832         is loaded.
19833
19834         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19835         loaded.
19836
19837 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19838
19839         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19840         to "Emacs 23 (unicode)" in doc string.
19841
19842         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19843         "Emacs 23 (unicode)" in comment.
19844
19845 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19846
19847         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19848
19849         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19850         characters 160 through 255 in Emacs 23.
19851
19852 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19853
19854         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19855         gnus-article-browse-html-temp.
19856         (gnus-article-browse-delete-temp): Make it customizable.
19857         Add `file'.  Adjust doc string.
19858         (gnus-article-browse-delete-temp-files): Add argument.
19859         Allow query for each file.  Adjust doc string.
19860         (gnus-article-browse-html-parts):
19861         Add `gnus-article-browse-delete-temp-files' to
19862         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19863
19864 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19865
19866         * gnus-art.el (gnus-article-browse-html-temp)
19867         (gnus-article-browse-delete-temp): New variables.
19868         (gnus-article-browse-delete-temp-files): New function.
19869         (gnus-article-browse-html-parts): Use it.
19870
19871 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19872
19873         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19874
19875         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19876         string.
19877
19878         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19879         gnus-summary-insert-new-articles when unplugged.
19880         Remove gnus-summary-search-article-forward.
19881
19882         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19883         display-visual-class instead of display-color-cells.
19884
19885 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19886
19887         * dgnushack.el: Autoload customize-group for XEmacs.
19888
19889         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19890         message/* containing non-ASCII text properly.
19891
19892 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19893
19894         * message.el: Require gmm-utils, remove autoloads.
19895         (message-tool-bar): Set default based on
19896         gmm-tool-bar-style.
19897         (message-tool-bar-gnome): Add gmm-customize-mode.
19898
19899         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19900         gmm-tool-bar-style.
19901         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19902
19903         * gnus-group.el (gnus-group-tool-bar): Set default based on
19904         gmm-tool-bar-style.
19905         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19906
19907         * gmm-utils.el (gmm-image-directory): Rename variable from
19908         gmm-image-load-path.
19909         (gmm-image-load-path): Use gmm-image-directory.
19910         (gmm-customize-mode): New function.
19911         (gmm-tool-bar-style): New variable.
19912
19913         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19914         gnus-group-redraw-line-number.
19915         (gnus-group-redraw-check): Simplify.
19916         (gnus-group-tool-bar-update): Remove redraw check.
19917         (gnus-group-make-tool-bar): Add redraw check.
19918
19919 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19920
19921         * gnus-art.el (gnus-button): Add missing parentheses.
19922
19923 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19924
19925         * lpath.el: Fbind line-number-at-pos.
19926
19927 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19928
19929         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19930
19931 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19932
19933         * gnus-art.el (gnus-button): New face.
19934         (gnus-article-button-face): Use it.
19935
19936         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19937         Add gnus-summary-next-page.  Re-order.
19938
19939         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19940         next-node are now included.
19941         (gnus-group-redraw-line-number): New internal variable.
19942         (gnus-group-redraw-check): Helper function for updating the tool
19943         bar.
19944         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19945
19946         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19947
19948         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19949         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19950         Use it to match format of Spamassassin 3.0 and later.
19951         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19952         (spam-check-bogofilter)
19953         (spam-bogofilter-register-with-bogofilter): Fix args of
19954         `gnus-error' calls.
19955
19956 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19957
19958         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19959         unnecessary interaction when sending queued mails.
19960         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19961
19962 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19963
19964         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19965         first or last are nil.
19966
19967 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19968
19969         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19970
19971 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19972
19973         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19974
19975 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19976
19977         * dns.el (query-dns): Protect more against buggy tcp output.
19978
19979 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19980
19981         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19982         nov.php.
19983
19984 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19985
19986         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19987         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19988         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19989         output on the server side.
19990         (nnweb-google-create-mapping): Update regexps and add some
19991         progress indication.
19992
19993 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19994
19995         * gnus-group.el (gnus-group-tool-bar-gnome):
19996         Fix gnus-agent-toggle-plugged.  Re-order icons.
19997         (gnus-group-tool-bar-gnome):
19998         Add gnus-group-{prev,next}-unread-group.
19999         (gnus-group-tool-bar-gnome): Re-order icons.
20000
20001         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20002         Move gnus-summary-insert-new-articles.
20003
20004         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20005         Fix comments.
20006
20007         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20008         also available in Emacs 21.3.
20009
20010         * message.el (message-fix-before-sending): Change "Emacs 22" to
20011         "Emacs 23 (unicode)" in comment.
20012
20013         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20014         "Emacs 23 (unicode)" in comment.
20015
20016         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20017         comment.
20018         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20019
20020         * mm-view.el (mm-fill-flowed): Add :version.
20021
20022 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20023
20024         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20025         and load-path.
20026
20027 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20028
20029         * message.el: Autoload gmm-image-load-path.
20030         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20031         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20032         consitency.
20033
20034         * gmm-utils.el (gmm-image-load-path): Also search in
20035         "../etc/images".  Don't set gmm-image-load-path if we don't find
20036         the image.
20037
20038 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20039
20040         * gmm-utils.el (gmm-image-load-path): Don't make
20041         `gmm-image-load-path' include subdirectories which the second arg
20042         `image' might specify.
20043
20044         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20045         subdirectory to icon file names.
20046
20047         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20048
20049 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20050
20051         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20052         gmm-image-load-path calls.
20053
20054         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20055
20056         * message.el (message-make-tool-bar): Ditto.
20057
20058         * mml.el (mml-preview): Add comment concerning tool bar icons.
20059
20060         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20061         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20062
20063         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20064         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20065
20066         * message.el (message-tool-bar-gnome): Use new icon names.
20067         (message-make-tool-bar): Use `gmm-image-load-path'.
20068
20069         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20070         New functions from MH-E.
20071         (gmm-image-load-path): New variable from MH-E.
20072         (gmm-image-load-path): New function from MH-E.  Add arguments
20073         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20074         *-image-load-path-called-flag.
20075
20076 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20077
20078         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20079
20080 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20081
20082         * nnimap.el (nnimap-request-move-article): Change folder back to
20083         source group before deleting.
20084
20085 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20086
20087         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20088
20089         * gnus-art.el (mm-url-insert-file-contents-external):
20090         Autoload mm-url.
20091
20092         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20093
20094 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20095
20096         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20097         coding system which mm-charset-to-coding-system returns for a
20098         given charset is valid.
20099
20100 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20101
20102         * html2text.el (html2text-remove-tag-list):
20103         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20104
20105 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20106
20107         * gnus-cus.el: Revert 2005-10-17 change.
20108
20109 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20110
20111         * gnus-art.el (article-strip-banner):
20112         Call article-really-strip-banner only when the regexp match is made.
20113
20114 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20115
20116         * gnus-art.el (article-strip-banner):
20117         Use gnus-extract-address-components instead of
20118         mail-header-parse-addresses to make it work with non-ASCII text;
20119         remove mail-encode-encoded-word-string.
20120
20121         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20122         values which are surrounded with \"...\"; make it never cause a
20123         Lisp error; give up parsing of parameters if it failed in
20124         extracting type.
20125
20126 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20127
20128         * smime.el (smime-cert-by-ldap-1): Fix bug where
20129         `smime-ldap-search' returns results without userCertificates.
20130
20131 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20132
20133         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20134
20135 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20136
20137         * spam.el (spam-check-spamassassin-headers): Adapt format for
20138         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20139         <ari@mbf.ocn.ne.jp>.
20140         (spam-list-of-processors): Add spam-use-gmane.
20141
20142 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20143
20144         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20145         make-temp-file; make it work with XEmacs as well.
20146
20147         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20148         mm-make-temp-file.
20149
20150         * mm-decode.el (mm-display-external): Use the 3rd arg of
20151         mm-make-temp-file.
20152         (mm-create-image-xemacs): Ditto.
20153
20154 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20155
20156         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20157         with message-narrow-to-headers.
20158         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20159         (gnus-draft-check-draft-articles): New function.
20160         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20161
20162 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20163
20164         * gnus-art.el (gnus-article-browse-html-parts):
20165         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20166         Don't use suffix argument for mm-make-temp-file for Emacs 21
20167         compatibility.  Remove useless `format'.
20168
20169 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20170
20171         * nnweb.el (nnweb-google-wash-article): Update regexps.
20172         (nnweb-group-alist): Use defvoo instead of defvar.
20173
20174 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20175
20176         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20177         re-loading nn* modules.
20178
20179 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20180
20181         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20182         for `tool-bar-mode' and don't check it's default-value.
20183
20184         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20185
20186         * message.el (message-make-tool-bar): Ditto.
20187
20188         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20189         `substring'.  Shorten tmp-file name.
20190
20191         * gnus.el: Remove bogus comment.
20192
20193 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20194
20195         * gnus-art.el (gnus-article-browse-html-parts): New function.
20196         (gnus-article-browse-html-article): New function for viewing html
20197         articles with a browser.
20198
20199 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20200
20201         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20202         in elisp.
20203         (pgg-gpg-encrypt-symmetric-region): Ditto.
20204         (pgg-gpg-sign-region): Ditto.
20205
20206         * pgg-def.el (pgg-text-mode): New variable.
20207
20208         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20209         (mml2015-pgg-encrypt): Ditto.
20210
20211         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20212         (mml1991-pgg-encrypt): Ditto.
20213
20214 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20215
20216         * nnfolder.el (nnfolder-insert-newsgroup-line):
20217         Use message-make-date instead of current-time-string.
20218
20219         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20220         to gnus-decoded which mm-uu might set.
20221
20222 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20223
20224         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20225         don't decode quoted parameters; remove misimported Emacs code.
20226         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20227         (rfc2231-decode-encoded-string): Don't use split-string which
20228         behaves differently according to Emacs version; use
20229         mm-decode-coding-region to convert charset to coding-system.
20230         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20231         (rfc2231-encode-string): Remove misimported Emacs code.
20232
20233 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20234
20235         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20236         when calling mail-header-parse-content-type.
20237         (article-de-quoted-unreadable): Ditto.
20238         (article-de-base64-unreadable): Ditto.
20239         (article-wash-html): Ditto.
20240
20241         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20242         calling mail-header-parse-content-type and
20243         mail-header-parse-content-disposition.
20244         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20245         mail-header-parse-content-type.
20246
20247         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20248         insert charset and format parameters; encode description after
20249         inserting it to buffer.
20250         (mml-insert-parameter): Fold lines properly even if a parameter is
20251         segmented into two or more lines; change the max column to 76.
20252
20253         * rfc1843.el (rfc1843-decode-article-body): Don't use
20254         ignore-errors when calling mail-header-parse-content-type.
20255
20256         * rfc2231.el (rfc2231-parse-string): Return at least type if
20257         possible; don't cause an error even if it fails in parsing of
20258         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20259         (rfc2231-encode-string): Don't break lines at the beginning, leave
20260         it to mml-insert-parameter.
20261
20262         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20263         calling mail-header-parse-content-type.
20264
20265 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20266
20267         * spam-report.el (spam-report-gmane-use-article-number):
20268         Improve doc string.
20269         (spam-report-gmane-internal): Check if a suitable header was found
20270         in the article.
20271
20272 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20273
20274         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20275         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20276
20277 2006-02-05  Romain Francoise  <romain@orebokech.com>
20278
20279         Update copyright notices of all files in the gnus directory.
20280
20281 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20282
20283         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20284
20285 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20286
20287         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20288         segmented lines of parameter value to cope with Thunderbird 1.5
20289         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20290         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20291         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20292
20293 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20294
20295         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20296         parts.
20297
20298 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20299
20300         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20301         there's only one active file for all servers.
20302         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20303         solid groups.  Gnus might have used a FAST request to select the group.
20304         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20305         and nnweb-search redundantly in the active file.
20306         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20307         (nnweb-request-create-group): Don't use ARGS.
20308         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20309         initializations.  Let nnoo do the work.
20310
20311 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20312
20313         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20314         Say the part has been decoded.
20315
20316         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20317
20318 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20319
20320         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20321         mailcap-viewer-test-cache when there's no 'test clause, since that
20322         will invert the meaning of a "nil" test previously determined by
20323         mailcap-mailcap-entry-passes-test.
20324
20325 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20326
20327         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20328         compiling.
20329
20330         * gnus-sum.el: Ditto.
20331
20332         * message.el: Don't bind tool-bar-map when compiling.
20333
20334 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20335
20336         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20337
20338 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20339
20340         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20341         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20342         current Google Groups.
20343
20344 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20345
20346         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20347         and tool-bar-mode.
20348
20349         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20350         and tool-bar-mode.
20351
20352         * message.el (message-tool-bar-update): Simplify.
20353         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20354
20355         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20356         gnus-summary-buffer.
20357         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20358         gnus-summary-reply.
20359
20360         * gmm-utils.el (gmm): Add :version.
20361
20362 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20363
20364         * Makefile.in (clean): New rule.
20365         (distclean): Use it.
20366
20367 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20368
20369         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20370         Don't autoload.
20371
20372 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20373
20374         * gmm-utils.el (gmm-verbose): Add :group.
20375
20376 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20377
20378         * message.el: Change some comments WRT tool-bars.
20379
20380         * gnus-sum.el (gnus-summary-tool-bar)
20381         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20382         (gnus-summary-tool-bar-zap-list): New variables.
20383         (gnus-summary-make-tool-bar): Complete rewrite using
20384         `gmm-tool-bar-from-list'.
20385
20386         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20387         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20388         New variables.
20389         (gnus-group-make-tool-bar): Complete rewrite using
20390         `gmm-tool-bar-from-list'.
20391         (gnus-group-tool-bar-update): New function.
20392
20393         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20394
20395 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20396
20397         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20398         is dissected into a single part of which the type is the same as
20399         the given one; decode charset.
20400
20401 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20402
20403         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20404         into alists as symbol not string, since that's what
20405         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20406         look for.
20407
20408 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20409
20410         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20411         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20412
20413         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20414
20415 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20416
20417         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20418         (gnus-xmas-mime-security-button-menu): New function.
20419
20420         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20421         (gnus-mime-security-button-menu): New definition.
20422         (gnus-mime-security-button-map): Use them.
20423         (gnus-mime-security-button-menu): New function.
20424         (gnus-insert-mime-security-button): Addition to help echo.
20425         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20426         (gnus-mime-security-pipe-part): New functions.
20427
20428         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20429         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20430
20431         * mm-decode.el (mm-handle-set-disposition): Remove.
20432         (mm-handle-set-description): Remove.
20433
20434 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20435
20436         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20437         (mm-w3m-standalone-supports-m17n-p): New function.
20438         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20439         w3m usage.
20440
20441         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20442         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20443
20444 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20445
20446         * message.el (message-tool-bar-zap-list):
20447         Use gmm-tool-bar-zap-list as custom type.
20448         (message-tool-bar-update): New function.
20449         (message-tool-bar, message-tool-bar-gnome)
20450         (message-tool-bar-retro): Add message-tool-bar-update.
20451         (message-tool-bar-gnome): Add flyspell-buffer.
20452
20453         * gnus-util.el (gnus-error): Describe `args'.
20454
20455         * gmm-utils.el (gmm-error): Describe `args'.
20456         (gmm-tool-bar-zap-list): New widget.
20457         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20458
20459 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20460
20461         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20462         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20463         the number of recursive calls.
20464
20465         * mm-decode.el (mm-handle-set-disposition): New macro.
20466         (mm-handle-set-description): New macro.
20467
20468 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20469
20470         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20471         encoding.
20472
20473 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20474
20475         * message.el (message-tool-bar-zap-list, message-tool-bar)
20476         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20477         (message-tool-bar-local-item-from-menu): Remove.
20478         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20479         (message-make-tool-bar): New function.
20480         (message-mode): Use `message-make-tool-bar'.
20481
20482         * gmm-utils.el: New file.
20483         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20484         (gmm-lazy): New widget copied from `nnmail.el'.
20485         (gmm-tool-bar-from-list): New function for creating customizable
20486         tool bars.
20487         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20488         output.
20489         (gmm): Add :prefix to defgroup.
20490
20491 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20492
20493         * gmm-utils.el (gmm-widget-p): New function.
20494
20495 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20496
20497         * mml.el (mml-attach-file): Describe `description' in doc string.
20498         (mml-menu): Add Emacs MIME manual and PGG manual.
20499
20500 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20501
20502         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20503
20504 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20505
20506         * nntp.el (nntp-end-of-line): Doc fix.
20507
20508 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20509
20510         * imap.el (imap-open): Handle case where buffer is a buffer
20511         object.
20512
20513 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20514
20515         * gnus-delay.el (gnus-delay): Don't autoload.
20516         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20517         to be re-loaded when customizing the `gnus-delay' group.
20518
20519 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20520
20521         * message.el (message-insert-citation-line): Use newlines.
20522
20523 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20524
20525         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20526         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20527         these routines, so the passphrase can be managed externally and
20528         passed in to the system.
20529         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20530         pgg-add-passphrase-to-cache function.
20531
20532         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20533         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20534         these routines, so the passphrase can be managed externally and
20535         passed in to the system.
20536         (pgg-pgp5-sign-region): Use new name of
20537         pgg-add-passphrase-to-cache function.
20538
20539 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20540
20541         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20542         part of the decoded armor to find the key-identifier.
20543         (pgg-gpg-lookup-key-owner): New function to return the
20544         human-readable identifier of a key owner.
20545         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20546         itself.
20547         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20548         the key value) if we have a key and can match it against a secret
20549         key.  Also, added a note pointing out fact that the prompt only
20550         indicates the first matching key.
20551
20552         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20553         pgg-decrypt-region.
20554         (pgg-add-passphrase-to-cache): Rename from
20555         `pgg-add-passphrase-cache' to reduce confusion (all callers
20556         changed).
20557         (pgg-remove-passphrase-from-cache): Rename from
20558         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20559         changed).
20560         (pgg-read-passphrase, pgg-add-passphrase-cache)
20561         (pgg-remove-passphrase-cache): Add informative docstrings.
20562         (pgg-decrypt): Convey provided passphrase in subordinate call to
20563         pgg-decrypt-region.
20564
20565 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20566
20567         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20568         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20569         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20570         'passphrase' argument, so the passphrase can be managed externally
20571         and then passed in to the system.
20572
20573         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20574         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20575         so the passphrase cache can be used reliably with identifiers
20576         besides a pgp packet's key id.
20577
20578         * pgg-gpg.el (pgg-gpg-encrypt-region)
20579         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20580         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20581         these routines, so the passphrase can be managed externally and
20582         passed in to the system.
20583
20584         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20585         'notruncate' argument, so the passphrase cache can be used
20586         reliably with identifiers besides a pgp packet's key id.
20587
20588 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20589
20590         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20591         symmetric encryption.
20592         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20593         encrypted session key.
20594         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20595         message ask for the passphrase in a proper way.
20596
20597         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20598         New user commands for symmetric encryption.
20599
20600 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20601
20602         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20603
20604         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20605
20606 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20607
20608         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20609
20610 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20611
20612         * mm-decode.el (mm-inlined-types): Add application/pgp.
20613         (mm-automatic-display): Ditto.
20614
20615         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20616         part as text.
20617
20618 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20619
20620         * nnrss.el: Update copyright.
20621         (nnrss-opml-import): Query whether to subscribe to each entry.
20622
20623         * gnus-art.el:
20624         * gnus-sum.el:
20625         * gnus-xmas.el:
20626         * messagexmas.el:
20627         * mm-uu.el:
20628         * mm-view.el: Update copyright.
20629
20630 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20631
20632         * message.el (message-info): New function.
20633         (message-mode-menu): Add it.
20634         Update copyright.
20635
20636         * ChangeLog: Fix and update copyright.
20637
20638 2006-01-13  Romain Francoise  <romain@orebokech.com>
20639
20640         * message.el (message-forward-subject-name-subject): Prefer the
20641         address to 'nowhere' if the sender has no name.
20642         Fix typo.  Update copyright year.
20643
20644 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20645
20646         * gnus-art.el (article-wash-html):
20647         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20648         (gnus-article-wash-html-with-w3m-standalone): New function.
20649
20650         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20651         mm-inline-text-html-render-with-w3m-standalone.
20652         (mm-text-html-washer-alist): Map w3m-standalone to
20653         gnus-article-wash-html-with-w3m-standalone.
20654         (mm-inline-text-html-render-with-w3m-standalone): New function.
20655
20656 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20657
20658         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20659         Improve LaTeX.
20660
20661 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20662
20663         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20664         (nnrss-request-article): Render text/plain parts as HTML.
20665
20666         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20667         the buffer.
20668
20669 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20670
20671         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20672         custom definition of `gnus-posting-styles'.
20673
20674         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20675         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20676
20677 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20678
20679         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20680         Use nntp for bug archive.
20681
20682 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20683
20684         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20685         parts.
20686         (nnrss-normalize-date): New function converts ISO 8601 date into
20687         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20688         (nnrss-check-group): Use it.
20689
20690 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20691
20692         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20693
20694         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20695         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20696         (nnrss-insert-w3): Ditto.
20697
20698 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20699
20700         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20701         the articles to be forwarded including the case where neither a
20702         number of articles nor a region is specified.
20703
20704 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20705
20706         * nnrss.el (nnrss-request-article): Fix last change; fill
20707         text/plain parts.
20708
20709 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20710
20711         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20712         in text/plain part.
20713         (nnrss-check-group): Don't add excessive newline to dc:subject.
20714
20715 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20716
20717         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20718         article.
20719
20720 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20721
20722         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20723         (nnml-use-compressed-files, nnml-save-mail): Support other
20724         comression programs such as bzip2.
20725
20726 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20727
20728         * dns.el (query-dns): Make sure we check the buffer size before
20729         removing tcp headers.
20730
20731 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20732
20733         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20734         remove MIME buttons associated with multipart/alternative parts.
20735         (gnus-mime-display-alternative): Tag buttons using `article-type'
20736         text property.
20737
20738         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20739         associated with multipart/alternative parts.
20740
20741         * gnus-art.el (gnus-signature-separator): Fix custom type.
20742
20743         * mm-decode.el (mm-inlined-types): Fix custom type.
20744         (mm-keep-viewer-alive-types): Ditto.
20745         (mm-automatic-display): Ditto.
20746         (mm-attachment-override-types): Ditto.
20747         (mm-inline-override-types): Ditto.
20748         (mm-automatic-external-display): Ditto.
20749
20750 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20751
20752         * spam-report.el (spam-report-user-mail-address)
20753         (spam-report-user-agent): New variables.
20754         (spam-report-url-ping-plain): Use spam-report-user-agent.
20755
20756 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20757
20758         * gnus-art.el (gnus-button-handle-custom): Do not just use
20759         `customize-apropos' for any "M-x customize-*" button but the
20760         function called for.  Accept both the function name and its
20761         argument in order to achieve this.
20762         (gnus-button-alist): Remove support for "custom:" URL's.
20763         Pass function name to `gnus-button-handle-custom' in case of "M-x
20764         customize-*" buttons.
20765
20766 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20767
20768         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20769         multipart/alternative and add xref to mm-discouraged-alternatives
20770         in doc string.
20771
20772         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20773         gnus-buttonized-mime-types in doc string.
20774
20775 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20776
20777         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20778         Suggest image/.* in the doc string.
20779
20780 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20781
20782         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20783         message-marks (Debian bug#342521).
20784
20785 2005-12-12  Simon Josefsson  <jas@extundo.com>
20786
20787         * password.el (password-read-from-cache): Add.
20788         (password-read): Use it.
20789
20790 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20791
20792         * rfc2047.el (rfc2047-charset-to-coding-system):
20793         Recognize us-ascii as a MIME charset.
20794
20795         * mm-bodies.el (mm-decode-content-transfer-encoding):
20796         Protect against the case where the 2nd arg TYPE is nil.
20797
20798 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20799
20800         * pop3.el (pop3-stream-type): Fix custom version.
20801
20802         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20803
20804 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20805
20806         * mm-decode.el (mm-display-external): Add missing cdr.
20807
20808 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20809
20810         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20811         RFC1524) if it is in mailcap or add a suffix according to
20812         mailcap-mime-extensions when generating a temp filename; postpone
20813         deleting a temp file for 2 seconds for some wrappers, shell
20814         scripts, and so on, which might exit right after having started a
20815         viewer command as a background job.
20816
20817 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20818
20819         * nntp.el (nntp-marks-directory): Fix custom group.
20820
20821         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20822         steps when < 10.
20823
20824         * gnus-start.el (gnus-no-server-1):
20825         Mention `gnus-level-default-subscribed' in doc string.
20826
20827 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20828
20829         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20830         parens.
20831
20832 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20833
20834         * gnus-xmas.el (gnus-use-toolbar): Revert.
20835         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20836         gnus-use-toolbar is default.
20837
20838         * messagexmas.el (message-use-toolbar): Revert.
20839         (message-setup-toolbar): Use global default-toolbar if
20840         message-use-toolbar is default.
20841
20842 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20843
20844         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20845         according to default-toolbar-visible-p.
20846
20847         * messagexmas.el (message-use-toolbar): Ditto.
20848
20849 2005-11-26  Dave Love  <fx@gnu.org>
20850
20851         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20852         (tls-program, tls-success): Provide openssl alternative.
20853
20854         * starttls.el: Doc fixes.
20855         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20856         SERVICE to PORT.
20857
20858         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20859         port null or service name.
20860         (starttls-negotiate): Autoload.
20861
20862 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20863
20864         * message.el (message-kill-to-signature): Fix interactive spec.
20865
20866 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20867
20868         * pop3.el (pop3-open-server): Recognize a string as a service name.
20869
20870 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20871
20872         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20873
20874 2005-11-23  Dave Love  <fx@gnu.org>
20875
20876         Add pop3s, pop3/starttls.
20877
20878         * pop3.el (pop3-authentication-scheme): Clarify doc.
20879         (open-tls-stream, starttls-open-stream): Autoload.
20880         (pop3-stream-type): New.
20881         (pop3-open-server): Use it.
20882
20883         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20884         for POP.
20885         (mail-source-keyword-map): Add :stream for POP.
20886         (mail-source-fetch-pop): Use pop3-stream-type.
20887
20888 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20889
20890         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20891         of current-time-string.
20892
20893 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20894
20895         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20896         date header.
20897
20898 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20899
20900         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20901         it can seriously impact performance as it bypasses the agent's
20902         local caches.
20903
20904 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20905
20906         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20907         must be explicitly online rather than "not explicitly offline" for
20908         its flags to be synchronized.
20909
20910         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20911         that gnus-uu-unmark-thread will function correctly.
20912
20913         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20914         1024K is instead displayed as 1M.
20915
20916 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20917
20918         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20919
20920 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20921
20922         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20923
20924 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20925
20926         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20927         error message to display actual error condition.
20928         (gnus-agent-save-local): Avoid saving symbols that are bound to
20929         nil as they simply result in a warning message in
20930         gnus-agent-read-local.
20931
20932 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20933
20934         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20935         rather than make-variable-buffer-local for file-precious-flag.
20936
20937 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20938
20939         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20940         for duplicates which are removed.  The invalid sort check then
20941         triggers a rescan after the sort as sorting may have moved
20942         duplicate entries such that they can be cheaply detected.
20943
20944 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20945
20946         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20947
20948 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20949
20950         * gnus-agent.el (gnus-agent-article-alist-save-format):
20951         Change internal variable to a custom variable.  Change default value
20952         from compressed(2) to uncompressed(1).
20953         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20954         support for uncompressed agentview files.  Taken together, reading
20955         the agentview file should now be 6-7 times faster.
20956
20957 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20958
20959         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20960         as a buffer-local variable.  This avoids creating truncated
20961         dribble files as a result of a hang up, eg.
20962
20963 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20964
20965         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20966         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20967         XEmacs.
20968
20969 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20970
20971         * gnus-start.el (gnus-start-draft-setup):
20972         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20973
20974         * gnus.el (gnus-splash): Change custom group.
20975         (gnus-group-get-parameter, gnus-group-parameter-value):
20976         Describe allow-list argument.
20977
20978         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20979         string.
20980
20981 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20982
20983         * gnus-art.el (gnus-default-article-saver): Add user-defined
20984         `function' to custom type.
20985
20986 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20987
20988         * imap.el (imap-open): Handle case where buffer is a buffer
20989         object.
20990
20991 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20992
20993         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20994         long lines.
20995         (gnus-cache-delete-group): Wrap doc strings.
20996
20997         * gnus-agent.el (gnus-agent-rename-group)
20998         (gnus-agent-delete-group): Wrap doc strings.
20999
21000 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21001
21002         * messagexmas.el (message-use-toolbar): Change the valid values
21003         into default, top, bottom, left, and right.
21004         (message-toolbar-thickness): New variable.
21005         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21006         well.
21007         (message-setup-toolbar): Make it work.
21008
21009         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21010         (gnus-use-toolbar): Change the valid values into default, top,
21011         bottom, left, and right.
21012         (gnus-toolbar-thickness): New variable.
21013         (gnus-xmas-setup-toolbar): New function.
21014         (gnus-xmas-setup-group-toolbar): Use it.
21015         (gnus-xmas-setup-summary-toolbar): Use it.
21016
21017 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21018
21019         * gnus-start.el (gnus-1): Add "native" to
21020         gnus-predefined-server-alist.
21021
21022         * gnus.el (gnus-method-to-server): Don't add "native" to the
21023         lists here, because that leads to problems when
21024         gnus-select-method is bound.
21025
21026 2005-11-09  Simon Josefsson  <jas@extundo.com>
21027
21028         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21029         use (not sort-by-date) instead.
21030
21031 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21032
21033         * gnus-delay.el (gnus-delay-group): Don't autoload.
21034         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21035         to be re-loaded when customizing the `gnus-delay' group.
21036
21037 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21038
21039         * message.el: Revert last changes.
21040         (message-insert-citation-line): Use newlines.
21041
21042 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21043
21044         * message.el (message-courtesy-message)
21045         (message-mark-insert-begin, message-mark-insert-end)
21046         (message-elide-ellipsis, message-cancel-message)
21047         (message-add-header, message-change-subject)
21048         (message-cross-post-followup-to-header)
21049         (message-cross-post-insert-note, message-reduce-to-to-cc)
21050         (message-widen-reply, message-delete-not-region)
21051         (message-kill-to-signature, message-insert-signature)
21052         (message-insert-importance-high, message-insert-importance-low)
21053         (message-insert-or-toggle-importance)
21054         (message-insert-disposition-notification-to)
21055         (message-indent-citation, message-yank-original)
21056         (message-cite-original-without-signature, message-cite-original)
21057         (message-insert-citation-line, message-position-on-field)
21058         (message-fix-before-sending, message-send-mail-partially)
21059         (message-send-mail, message-send-mail-with-sendmail)
21060         (message-send-mail-with-qmail, message-send-news)
21061         (message-check-news-header-syntax, message-generate-headers)
21062         (message-insert-courtesy-copy, message-fill-address)
21063         (message-fill-header, message-shorten-references)
21064         (message-setup-1, message-cancel-news)
21065         (message-forward-make-body-plain, message-forward-make-body-mime)
21066         (message-forward-make-body-mml, message-encode-message-body)
21067         (message-forward-make-body-digest-plain)
21068         (message-forward-make-body-digest-mime)
21069         (message-use-alternative-email-as-from): Insert `hard-newline'
21070         instead of ordinary newlines.
21071
21072 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21073
21074         * message.el (message-generate-headers): Downcase the argument
21075         given to message-check-element.
21076
21077 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21078
21079         * nntp.el (nntp-authinfo-rejected): New error condition.
21080         (nntp-wait-for): Use new error condition to signal authentication
21081         error.
21082         (nntp-retrieve-data): Rethrow new error condition to break out of
21083         recursive call to nntp-send-authinfo.
21084
21085 2005-11-08  Romain Francoise  <romain@orebokech.com>
21086
21087         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21088         (gnus-summary-exit-map): Bind to `Z p'.
21089         (gnus-summary-make-menu-bar): Add menu item.
21090
21091 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21092
21093         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21094         (gnus-treat-*): Add `first' in all doc strings.
21095
21096         * gnus-group.el (gnus-group-compact-group): Fix typo.
21097
21098 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21099
21100         * gnus.el (gnus-parameters-case-fold-search): New variable.
21101         (gnus-parameters-get-parameter): Use it.
21102
21103         * gnus-score.el (gnus-home-score-file): Doc fix.
21104
21105 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21106
21107         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21108
21109 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21110
21111         * mm-util.el (mm-special-display-p): New function.
21112
21113         * mml.el (mml-preview): Use it; doc fix.
21114
21115 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21116
21117         * imap.el (imap-open): Handle case where buffer is a buffer object.
21118
21119 2005-10-29  Romain Francoise  <romain@orebokech.com>
21120
21121         * message.el (message-fix-before-sending): Fix comment.
21122
21123 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21124
21125         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21126
21127 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21128
21129         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21130         Used in gnus-score.el.
21131
21132 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21133
21134         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21135
21136 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21137
21138         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21139         whitespace removed in revision 7.8.  Use concatenated string to
21140         protect trailing whitespace.
21141
21142 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21143
21144         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21145         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21146         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21147         Courier IMAP ("some version from 2004").  Mostly based on similar
21148         code in the same function.
21149
21150 2005-10-26  Didier Verna  <didier@xemacs.org>
21151
21152         * gnus-group.el (gnus-group-compact-group): Invalidate original
21153         article buffer.
21154         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21155         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21156         NOV database and in article itself.
21157         Invalidate article backlog.
21158
21159 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21160
21161         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21162
21163 2005-10-26  Simon Josefsson  <jas@extundo.com>
21164
21165         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21166         part of 2004-07-25 change.
21167
21168 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21169
21170         * message.el (message-display-completion-list): New function.
21171         (message-expand-group): Use it; make sure the Completions buffer
21172         is modifiable.
21173 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21174
21175         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21176         user-mail-name is an empty string.
21177
21178 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21179
21180         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21181         depending on gnus-score-decay-constant.
21182
21183         * encrypt.el (encrypt-insert-file-contents)
21184         (encrypt-write-file-contents): Don't use `gnus-message'.
21185
21186         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21187         arguments.
21188         (mm-uu-type-alist): Add message-marks and insert-marks.
21189         Pass arguments to mm-uu-verbatim-marks-extract.
21190         (mm-uu-hide-markers): New variable.
21191         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21192
21193         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21194         (gnus-convert-image-to-face-command): Use "convert" by default to
21195         allow other input image formats.
21196         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21197         accordingly.
21198
21199 2005-10-23  Simon Josefsson  <jas@extundo.com>
21200
21201         * imap.el (imap-gssapi-program): Align command line parameters
21202         with latest GNU SASL.
21203         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21204
21205 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21206
21207         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21208         HTML.
21209         (nnslashdot-request-article): Ditto.
21210
21211         * lpath.el (featurep): Add nobreak-char-display.
21212
21213 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21214
21215         * mail-source.el (mail-source-fetch-pop): Require pop3.
21216         (mail-source-check-pop): Ditto.
21217
21218 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21219
21220         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21221         errors.
21222
21223 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21224
21225         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21226         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21227
21228         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21229
21230         * mm-bodies.el (mm-decode-string):
21231         Call `mm-charset-to-coding-system' with allow-override argument.
21232
21233 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21234
21235         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21236         (rfc2047-charset-to-coding-system): New function.
21237         (rfc2047-decode-encoded-words): New function.
21238         (rfc2047-decode-region): Use them.
21239         (rfc2047-decode-cte): Remove.
21240         (rfc2047-parse-and-decode): Remove.
21241         (rfc2047-decode): Remove.
21242
21243 2005-10-15  Kenichi Handa  <handa@m17n.org>
21244
21245         * rfc2047.el (rfc2047-decode-cte): New function.
21246         (rfc2047-decode-region): Change the way to decode successive
21247         encoded-words: decode B- or Q-encoding in each encoded-word,
21248         concatenate them, and decode it as charset.
21249
21250 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21251
21252         * lpath.el: Fbind codepage-setup for XEmacs.
21253
21254 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21255
21256         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21257         widget-move-and-invoke.
21258         (gnus-custom-mode): Use gnus-custom-map.
21259
21260 2005-10-15  Bill Wohler  <wohler@newt.com>
21261
21262         * message.el (message-tool-bar-map): Rename image file from
21263         mail_send to mail/send.
21264
21265 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21266
21267         * message.el (message-expand-group): Pass the common
21268         prefix substring of completion to `display-completion-list'.
21269
21270 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21271
21272         * mml-sec.el (mml-secure-method): New internal variable.
21273         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21274         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21275         New functions using mml-secure-method.
21276
21277         * mml.el (mml-mode-map): Add key bindings for those functions.
21278         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21279         Harder <harder@myrealbox.com>.
21280         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21281         Goto end of message if point is the headers of the message.
21282
21283         * message.el (message-in-body-p): New function.
21284
21285         * assistant.el: Autoload gnus-util and netrc.
21286
21287         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21288         Use `mm-charset-override-alist' only when decoding.
21289
21290         * mm-bodies.el (mm-decode-body):
21291         Call `mm-charset-to-coding-system' with allow-override argument.
21292
21293         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21294         `filename' from Content-Disposition if Content-Type doesn't
21295         provide `name'.
21296         (gnus-mime-view-part-as-type): Set default instead of
21297         initial-input.
21298
21299 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21300
21301         * format-spec.el (format-spec): Propagate text properties of % spec.
21302
21303 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21304
21305         * gnus-art.el (gnus-treat-predicate): Add `first'.
21306
21307 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21308
21309         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21310         (mm-charset-override-alist): New variable.
21311         (mm-charset-to-coding-system): Use it.
21312         (mm-codepage-setup): New helper function.
21313         (mm-charset-eval-alist): New variable.
21314         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21315         Warn about unknown charsets.
21316
21317         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21318
21319 2005-10-04  David Hansen  <david.hansen@gmx.net>
21320
21321         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21322         (nnrss-check-group): Ditto.
21323
21324 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21325
21326         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21327         Rename x-gnus-verbatim to x-verbatim.
21328         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21329
21330         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21331         x-verbatim.
21332
21333         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21334
21335         * gnus-util.el (gnus-remove-duplicates): Remove.
21336
21337         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21338         instead of gnus-remove-duplicates.
21339
21340         * message.el (message-remove-duplicates): Remove.
21341         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21342         message-remove-duplicates.
21343
21344         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21345         available, else use implementation from `delete-dups'.
21346
21347         * message.el (message-insert-expires): New function.
21348         (message-mode-map): Add key binding.
21349         (message-mode-field-menu): Add menu entry.
21350         (message-mode): Document it.
21351         (message-make-expires-date): Use `message-make-date'.
21352
21353 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21354
21355         * message.el (message-make-expires-date): New function.
21356
21357 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21358
21359         * Makefile.in (list-installed-shadows): New entry.
21360         (install): Use it.
21361         (remove-installed-shadows): New entry.
21362
21363         * dgnushack.el (dgnushack-default-load-path): New variable.
21364         (dgnushack-find-lisp-shadows): New function.
21365         (dgnushack-remove-lisp-shadows): New function.
21366
21367 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21368
21369         * Makefile.in (install-el-elc): New entry.
21370         (install): Use it so that .el files are necessarily installed.
21371
21372 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21373
21374         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21375
21376 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21377
21378         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21379         function rather than the diff-mode.el package.
21380         (mm-display-external): Use with-current-buffer.
21381         (mm-viewer-completion-map, mm-viewer-completion-map):
21382         Move initialization inside declaration.
21383
21384 2005-09-29  Simon Josefsson  <jas@extundo.com>
21385
21386         * spam.el: Load hashcash when compiling, to avoid warnings.
21387         Don't autoload mail-check-payment.
21388         (spam-check-hashcash): Define unconditionally, since hashcash.el
21389         is part of Gnus now.  Ignore errors from payment checking.
21390
21391 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21392
21393         * message.el (message-bold-region, message-unbold-region):
21394         Rename from `bold-region' and `unbold-region'.
21395
21396         * message.el: Remove useless autoloads.
21397
21398 2005-09-28  Simon Josefsson  <jas@extundo.com>
21399
21400         * message.el (message-use-idna): Default to t.
21401         (message-use-idna): Test whether encoding works too.  Doc fix.
21402
21403 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21404
21405         * nntp.el (nntp-warn-about-losing-connection): Remove.
21406
21407 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21408
21409         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21410         customizable.  Change default value.
21411         (mm-uu-diff-groups-regexp): Change default value.
21412         (mm-uu-type-alist): Add doc string.
21413         (mm-uu-configure): Add doc string.  Make it interactive.
21414         (mm-uu-tex-groups-regexp): New variable.
21415         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21416         (mm-uu-type-alist): Add LaTeX documents.
21417         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21418         of "text/verbatim".
21419         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21420
21421         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21422         instead of "text/verbatim".
21423
21424         * message.el (message-mark-inserted-region)
21425         (message-mark-insert-file): Use slrn style marks when called with
21426         prefix argument.
21427
21428 2005-09-27  Simon Josefsson  <jas@extundo.com>
21429
21430         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21431
21432 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21433
21434         * message.el (message-remove-duplicates): New function.
21435         Implementation borrowed from `gnus-remove-duplicates'.
21436         (message-idna-to-ascii-rhs): Also encode idna addresses in
21437         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21438         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21439         only ask about the same idna domain once per header and also tell
21440         in what header to replace the idna domain.
21441
21442         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21443         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21444         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21445         a header is decoded and not just the last one.
21446
21447 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21448
21449         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21450         has been decoded.
21451
21452         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21453         (mm-insert-part): Don't modify text if it has been decoded.
21454
21455         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21456         decoded.
21457
21458         * mm-view.el (mm-inline-text): Don't strip text props unless
21459         decoding enriched or richtext parts.
21460
21461 2005-09-25  Romain Francoise  <romain@orebokech.com>
21462
21463         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21464         * gnus-start.el (gnus-subscribe-interactively):
21465         * gnus-uu.el (gnus-uu-grab-articles):
21466         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21467         space.
21468
21469 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21470
21471         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21472         * mm-view.el (mm-view-pkcs7-decrypt):
21473         * gnus-sum.el (gnus-summary-limit-to-extra)
21474         (gnus-summary-respool-article, gnus-read-move-group-name):
21475         * gnus-score.el (gnus-summary-increase-score):
21476         * gnus-util.el (gnus-completing-read-with-default):
21477         * gnus-art.el (gnus-read-save-file-name)
21478         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21479         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21480         * message.el (message-check-news-header-syntax):
21481         Follow convention for reading with the minibuffer.
21482
21483 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21484
21485         * spam-report.el (spam-report-url-ping-plain):
21486         Use gnus-extended-version as User-Agent.
21487
21488         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21489         default value is nil.
21490
21491         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21492         (mm-uu-verbatim-marks-extract): New function.
21493         (mm-uu-extract): New face.
21494         (mm-uu-copy-to-buffer): Use it.
21495
21496         * spam-report.el (spam-report-gmane-ham): Rename from
21497         `spam-report-gmane-unspam'.
21498         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21499         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21500
21501         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21502         Autoload.
21503         (spam-report-gmane-unregister-routine):
21504         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21505
21506 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21507
21508         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21509         (spam-report-gmane-unregister-routine): Add support for gmane
21510         unregistration.
21511
21512         * spam-report.el (spam-report-gmane-unspam)
21513         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21514         (spam-report-gmane): Change to take a single article and do unspam
21515         registration.
21516
21517 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21518
21519         * mm-url.el (mm-url-decode-entities): Fix regexp.
21520
21521 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21522
21523         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21524         default to nil, to be able to use Gnus at all.  If the default
21525         switches to something else, then the function should be fixed not
21526         be exceedingly slow.
21527
21528 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21529
21530         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21531         fail hard.
21532
21533         * spam-report.el: Add better Keywords line.
21534
21535         * spam.el: Add Maintainer and better Keywords line.
21536
21537 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21538
21539         * gnus-art.el (gnus-article-replace-part)
21540         (gnus-mime-replace-part): New functions.
21541         (gnus-mime-action-alist, gnus-mime-button-commands)
21542         (gnus-mime-save-part-and-strip): Add file argument.
21543         (gnus-article-part-wrapper): Add interactive argument.
21544
21545         * gnus-sum.el (gnus-summary-mime-map):
21546         Add `gnus-article-replace-part'.
21547
21548 2005-09-19  Didier Verna  <didier@xemacs.org>
21549
21550         The nnml compaction feature:
21551         * nnml.el (nnml-request-compact-group): New function.
21552         * nnml.el (nnml-request-compact): New function.
21553         * gnus-int.el (gnus-request-compact-group): New function.
21554         * gnus-int.el (gnus-request-compact): New function.
21555         * gnus-group.el (gnus-group-compact-group): New function.
21556         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21557         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21558         * gnus-srvr.el (gnus-server-compact-server): New function.
21559         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21560         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21561
21562 2005-09-18  Deepak Goel  <deego@gnufans.org>
21563
21564         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21565         format spec.
21566
21567 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21568
21569         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21570
21571 2005-09-15  Romain Francoise  <romain@orebokech.com>
21572
21573         * message.el (message-fill-paragraph): Clarify docstring.
21574
21575 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21576
21577         * gnus-art.el (gnus-mime-display-part): Protect against broken
21578         MIME messages.
21579
21580 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21581
21582         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21583         before parsing header.
21584
21585 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21586
21587         * html2text.el (html2text-replace-list): Add new entities.
21588
21589 2005-09-11  Romain Francoise  <romain@orebokech.com>
21590
21591         * message.el (message-alternative-emails): Improve docstring.
21592         (message-setup-1): Call `message-use-alternative-email-as-from'
21593         after `message-setup-hook' to give it precedence over posting
21594         styles, etc.
21595         (message-use-alternative-email-as-from): Add docstring.
21596         Remove the original From header if present.
21597
21598         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21599         (nnml-save-mail): Use it.
21600
21601         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21602         articles.  Add new argument `silent'.
21603         (gnus-uu-mark-all): Report the total number of marked articles.
21604
21605 2005-09-10  Romain Francoise  <romain@orebokech.com>
21606
21607         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21608         (gnus-uu-mark-series): Likewise.
21609
21610 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21611
21612         * spam-report.el (spam-report-gmane): Fix generation of spam
21613         report URL.
21614
21615 2005-09-10  Simon Josefsson  <jas@extundo.com>
21616
21617         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21618         t, based on discussion on the ding list with Robert Epprecht
21619         <epprecht@solnet.ch>.
21620
21621 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21622
21623         * spam-report.el (spam-report-gmane): Make it work without
21624         X-Report-Spam header.  Gmane now only provides Archived-At.
21625         This is only used if `spam-report-gmane-use-article-number' is nil.
21626         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21627
21628         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21629         make `gnus-summary-sort-by-recipient' work with threading.
21630
21631         * nnweb.el (nnweb-google-wash-article): Print a message if article
21632         is not available.
21633
21634 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21635
21636         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21637         change.  Decode text/* parts content before displaying.
21638
21639 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21640
21641         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21642
21643 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21644
21645         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21646
21647         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21648         url-package-name, url-package-version,
21649         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21650         w3m-display-inline-images, and w3m-minor-mode-map.
21651
21652 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21653
21654         * message.el (message-tab-body-function): Fix mismatched custom type.
21655
21656         * gnus.el (gnus-group-change-level-function): Ditto.
21657
21658         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21659
21660         * gnus-art.el (gnus-signature-limit)
21661         (gnus-article-mime-part-function): Ditto.
21662
21663 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21664
21665         * mml.el (mml-mode): Silence the byte compiler.
21666
21667         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21668         using `(sit-for 0)' before moving the point to the specified part;
21669         skip unbuttonized parts.
21670         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21671         return to the summary window if gnus-auto-select-part is non-nil.
21672
21673 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21674
21675         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21676         New variables.
21677         (mml-dnd-attach-file, mml-mode): Use them.
21678
21679         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21680         Make fetching article by MID work again for Google Groups.
21681         Add FIXME concerning gnus-group-make-web-group.
21682
21683         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21684         Don't depend on Gnus by using mail-extract-address-components if
21685         gnus-extract-address-components is not bound.
21686
21687 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21688
21689         * gnus-art.el (gnus-mime-display-security): Don't display the
21690         signature, but only the signed part.
21691
21692 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21693
21694         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21695
21696         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21697         list, not listp.
21698
21699 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21700
21701         * mm-encode.el (mm-encode-content-transfer-encoding):
21702         Likewise when encoding.
21703
21704         * mm-bodies.el (mm-decode-content-transfer-encoding):
21705         De-canonicalize CRLF for all text content types, not just
21706         text/plain.
21707
21708 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21709
21710         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21711         valid article; point arrow and cursor at the MIME button.
21712
21713 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21714
21715         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21716         Suggested by Dan Christensen <jdc@uwo.ca>.
21717
21718         * mm-decode.el (mm-save-part): Enable change of prompt.
21719
21720 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21721
21722         * gnus-msg.el (gnus-inews-add-send-actions):
21723         Make `message-post-method' lambda parameter ARG `&optional'.
21724
21725 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21726
21727         * gnus-sum.el (gnus-summary-mime-map):
21728         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21729         gnus-article-jump-to-part.
21730
21731         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21732         (gnus-article-edit-part): Use it.
21733         (gnus-article-part-wrapper): Add no-handle argument.
21734         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21735         New functions.
21736
21737 2005-08-29  Romain Francoise  <romain@orebokech.com>
21738
21739         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21740         docstring.
21741         (gnus-face-from-file): Likewise.
21742
21743 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21744
21745         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21746         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21747         non-nil.
21748         (gnus-auto-select-part): New variable.
21749         (gnus-article-jump-to-part): New function.
21750         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21751         (gnus-mime-delete-part): Allow selecting specified part after
21752         deleting or stripping parts.
21753         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21754         part if argument is bogus.
21755
21756 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21757
21758         * gnus-art.el (w3m-minor-mode-map):
21759         * gnus-spec.el (gnus-newsrc-file-version):
21760         * gnus-util.el (nnmail-active-file-coding-system)
21761         (gnus-original-article-buffer, gnus-user-agent):
21762         * gnus.el (gnus-ham-process-destinations)
21763         (gnus-parameter-ham-marks-alist)
21764         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21765         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21766         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21767         * mm-decode.el (gnus-current-window-configuration):
21768         * mm-extern.el (gnus-article-mime-handles):
21769         * mm-url.el (url-current-object, url-package-name)
21770         (url-package-version):
21771         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21772         (smime-keys, w3m-cid-retrieve-function-alist)
21773         (w3m-current-buffer, w3m-display-inline-images)
21774         (w3m-minor-mode-map):
21775         * mml-smime.el (gnus-extract-address-components):
21776         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21777         (gnus-newsrc-hashtb, message-default-charset)
21778         (message-deletable-headers, message-options)
21779         (message-posting-charset, message-required-mail-headers)
21780         (message-required-news-headers):
21781         * mml1991.el (mc-pgp-always-sign):
21782         * mml2015.el (mc-pgp-always-sign):
21783         * nnheader.el (nnmail-extra-headers):
21784         * rfc1843.el (gnus-decode-encoded-word-function)
21785         (gnus-decode-header-function, gnus-newsgroup-name):
21786         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21787
21788 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21789
21790         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21791         the end of the date treatments.
21792
21793 2005-08-15  Simon Josefsson  <jas@extundo.com>
21794
21795         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21796         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21797         Capello and Romain Francoise.
21798         (pgg-fetch-key-function): Remove, not used?
21799         (pgg-insert-url-with-w3): Require url, to get
21800         url-insert-file-contents regardless of where it is defined.
21801
21802 2005-08-13  Romain Francoise  <romain@orebokech.com>
21803
21804         * message.el (message-cite-original-1): New function.
21805         (message-cite-original): Use it.
21806         (message-cite-original-without-signature): Ditto.
21807
21808 2005-08-08  Romain Francoise  <romain@orebokech.com>
21809
21810         * message.el (message-yank-empty-prefix): New variable.
21811         (message-indent-citation): Use it.
21812         (message-cite-original-without-signature): Respect X-No-Archive.
21813
21814 2005-08-08  Simon Josefsson  <jas@extundo.com>
21815
21816         * pgg.el: Autoload url-insert-file-contents instead of loading
21817         w3/url.
21818         (pgg-insert-url-with-w3): Don't load url here.
21819
21820 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21821
21822         * message.el (message-kill-to-signature): Don't insert newline at
21823         bol.
21824         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21825
21826 2005-08-06  Romain Francoise  <romain@orebokech.com>
21827
21828         * message.el (message-user-fqdn): Fix typo in docstring.
21829
21830 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21831
21832         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21833
21834         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21835
21836 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21837
21838         * mm-bodies.el (mm-encode-body): Use coding system rather than
21839         charset to encode text.
21840
21841         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21842         number of charsets if utf-8 is available (XEmacs).
21843
21844 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21845
21846         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21847         taken from `gnus-button-mid-or-mail-regexp'.
21848         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21849         (gnus-button-alist): Improve regexp for domain part of the MIDs
21850         for news:localpart@domain buttons.
21851         (gnus-button-ctan-directory-regexp): Update.
21852
21853 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21854
21855         * sieve-manage.el (sieve-manage-interactive-login):
21856         Use make-local-variable rather than make-variable-buffer-local.
21857         (sieve-manage-open): Ditto.
21858         (sieve-manage-authenticate): Ditto.
21859
21860         * mml.el (mml-generate-mime-1): Make the content type default to
21861         text/plain if the filename is not specified.
21862
21863 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21864
21865         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21866         instead of insert-buffer.
21867
21868         * message.el (message-yank-original): Ditto; set the mark at the
21869         end of the yanked message.
21870
21871 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21872
21873         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21874         lines to scroll rather than to stop it.
21875
21876         * mml.el (mml-generate-default-type): Add doc string.
21877         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21878         default to application/octet-stream when determining the content
21879         type if it is not specified for the part or the mml contents; add
21880         a comment about mml-generate-default-type.
21881
21882 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21883
21884         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21885         make it default to application/octet-stream when determining the
21886         content type if it is not specified for the external contents.
21887
21888 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21889
21890         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21891         segmented parameter but also other parameters might be there.
21892
21893 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21894
21895         * mm-decode.el (mm-display-external): Delete temp file, directory
21896         and buffer immediately if the external process is exited.
21897
21898 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21899
21900         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21901         fewer lines than that of scroll-margin.
21902         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21903
21904 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21905
21906         * gnus-art.el (gnus-article-next-page): Revert.
21907         (gnus-article-beginning-of-window): New macro.
21908         (gnus-article-next-page-1): Use it.
21909         (gnus-article-prev-page): Ditto.
21910         (gnus-article-edit-part): Use insert-buffer-substring instead of
21911         insert-buffer.
21912         (gnus-article-edit-exit): Ditto.
21913
21914         * gnus-util.el (gnus-beginning-of-window): Remove.
21915         (gnus-end-of-window): Remove.
21916
21917         * lpath.el: Don't bind header-line-format and scroll-margin.
21918
21919 2005-07-25  Simon Josefsson  <jas@extundo.com>
21920
21921         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21922         to have the url package without w3.  Reported by Daiki Ueno
21923         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21924
21925 2005-07-20  Didier Verna  <didier@xemacs.org>
21926
21927         * gnus-diary.el: Remove the description comment (nndiary is now
21928         properly documented in the Gnus manual).
21929         Fix the spelling of "Back End".
21930         * nndiary.el: Ditto.
21931         Fix the copyright notice.
21932
21933 2005-07-18  Romain Francoise  <romain@orebokech.com>
21934
21935         * gnus-sum.el (gnus-summary-to-prefix)
21936         (gnus-summary-newsgroup-prefix): New variables.
21937         (gnus-summary-from-or-to-or-newsgroups): Use them.
21938
21939 2005-07-17  Romain Francoise  <romain@orebokech.com>
21940
21941         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21942         space as it's generally not especially interesting to the user.
21943
21944 2005-07-16  Romain Francoise  <romain@orebokech.com>
21945
21946         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21947         nil to avoid prompting and file modification if one of the
21948         messages at the top of the nnfolder file contains a copyright
21949         notice.
21950         Update copyright notice.
21951
21952         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21953         instead of `current-time-string' as the latter creates a time
21954         string that is not RFC 2822 compliant (it lacks the zone).
21955         Update copyright notice.
21956
21957 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21958
21959         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21960         for text/rtf.  Display default in prompt.  Pass default for M-n.
21961
21962         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21963
21964 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21965
21966         * gnus-msg.el (gnus-button-mailto):
21967         Remove save-selected-window-window hackery because it relies on
21968         save-selected-window internals.
21969
21970 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21971
21972         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21973         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21974         (gnus-article-prev-page): Ditto.
21975
21976         * gnus-util.el (gnus-beginning-of-window): New function.
21977         (gnus-end-of-window): New function.
21978
21979         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21980
21981 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21982
21983         * gnus-score.el (gnus-score-edit-all-score):
21984         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21985         gnus-message.
21986
21987 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21988
21989         * gnus-msg.el (gnus-button-mailto):
21990         Remove save-selected-window-window hackery because it relies on
21991         save-selected-window internals.
21992
21993 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21994
21995         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21996         add-minor-mode.
21997         (gnus-binary-mode): Ditto.
21998
21999         * gnus-topic.el (gnus-topic-mode): Ditto.
22000
22001 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22002
22003         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22004         (gnus-article-prev-page): Take scroll-margin into consideration.
22005
22006 2005-07-04  Lute Kamstra  <lute@gnu.org>
22007
22008         Update FSF's address in GPL notices.
22009
22010 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22011
22012         * gnus.el (gnus-exit):
22013         * gnus-group.el (gnus-group-icons):
22014         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22015
22016         * gnus-nocem.el (gnus-nocem):
22017         * message.el (message-various, message-buffers, message-sending)
22018         (message-interface, message-forwarding, message-insertion)
22019         (message-headers, message-news, message-mail):
22020         * pgg-gpg.el (pgg-gpg):
22021         * pgg-parse.el (pgg-parse):
22022         * pgg-pgp.el (pgg-pgp):
22023         * pgg-pgp5.el (pgg-pgp5):
22024         * pop3.el (pop3): Finish `defgroup' description with period.
22025
22026 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22027
22028         * gnus-art.el (article-display-face): Improve the efficiency.
22029         (article-display-x-face): Ditto; remove gray x-face stuff.
22030
22031 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22032
22033         * gnus-art.el (article-display-face): Correct the position in
22034         which Faces are inserted.
22035
22036 2005-06-29  Didier Verna  <didier@xemacs.org>
22037
22038         * gnus-art.el (article-display-face): Display faces in correct
22039         order.
22040
22041 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22042
22043         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22044         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22045         (gnus-nocem-check-article): Fetch the Type header.
22046         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22047         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22048         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22049         make sure gnus-nocem-hashtb is initialized.
22050         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22051         (gnus-nocem-unwanted-article-p): Ditto.
22052
22053         * pgg.el (pgg-verify): Return the verification result.
22054
22055 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22056
22057         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22058         is ascii.
22059
22060 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22061
22062         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22063         `show-nonbreak-escape'.
22064
22065 2005-06-23  Lute Kamstra  <lute@gnu.org>
22066
22067         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22068
22069         * dig.el (dig-mode):
22070         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22071
22072 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22073
22074         * nnimap.el (nnimap-split-download-body): Fix spellings.
22075
22076 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22077
22078         * gnus-art.el (gnus-article-encrypt-body):
22079         * gnus-cus.el (gnus-score-customize):
22080         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22081         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22082
22083 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22084
22085         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22086         header by looking for magic "MII" at the beginning.
22087
22088 2005-06-16  Miles Bader  <miles@gnu.org>
22089
22090         * gnus-xmas.el (gnus-xmas-group-startup-message):
22091         Use renamed gnus-splash face.
22092
22093         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22094         (assistant-field-face): New backward-compatibility alias for renamed
22095         face.
22096         (assistant-render-text): Use renamed assistant-field face.
22097
22098         * spam.el (spam): Remove "-face" suffix from face name.
22099         (spam-face): New backward-compatibility alias for renamed face.
22100         (spam-face, spam-initialize): Use renamed spam face.
22101
22102         * message.el (message-header-to, message-header-cc)
22103         (message-header-subject, message-header-newsgroups)
22104         (message-header-other, message-header-name)
22105         (message-header-xheader, message-separator, message-cited-text)
22106         (message-mml): Remove "-face" suffix from face names.
22107         (message-header-to-face, message-header-cc-face)
22108         (message-header-subject-face, message-header-newsgroups-face)
22109         (message-header-other-face, message-header-name-face)
22110         (message-header-xheader-face, message-separator-face)
22111         (message-cited-text-face, message-mml-face):
22112         New backward-compatibility aliases for renamed faces.
22113         (message-font-lock-keywords): Use renamed message faces.
22114
22115         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22116         (sieve-test-commands, sieve-tagged-arguments):
22117         Remove "-face" suffix from face names.
22118         (sieve-control-commands-face, sieve-action-commands-face)
22119         (sieve-test-commands-face, sieve-tagged-arguments-face):
22120         New backward-compatibility aliases for renamed faces.
22121         (sieve-control-commands-face, sieve-action-commands-face)
22122         (sieve-test-commands-face, sieve-tagged-arguments-face):
22123         Use renamed sieve faces.
22124
22125         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22126         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22127         (gnus-group-news-3-empty, gnus-group-news-4)
22128         (gnus-group-news-4-empty, gnus-group-news-5)
22129         (gnus-group-news-5-empty, gnus-group-news-6)
22130         (gnus-group-news-6-empty, gnus-group-news-low)
22131         (gnus-group-news-low-empty, gnus-group-mail-1)
22132         (gnus-group-mail-1-empty, gnus-group-mail-2)
22133         (gnus-group-mail-2-empty, gnus-group-mail-3)
22134         (gnus-group-mail-3-empty, gnus-group-mail-low)
22135         (gnus-group-mail-low-empty, gnus-summary-selected)
22136         (gnus-summary-cancelled, gnus-summary-high-ticked)
22137         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22138         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22139         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22140         (gnus-summary-low-undownloaded)
22141         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22142         (gnus-summary-low-unread, gnus-summary-normal-unread)
22143         (gnus-summary-high-read, gnus-summary-low-read)
22144         (gnus-summary-normal-read, gnus-splash):
22145         Remove "-face" suffix from face names.
22146         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22147         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22148         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22149         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22150         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22151         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22152         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22153         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22154         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22155         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22156         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22157         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22158         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22159         (gnus-summary-normal-ticked-face)
22160         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22161         (gnus-summary-normal-ancient-face)
22162         (gnus-summary-high-undownloaded-face)
22163         (gnus-summary-low-undownloaded-face)
22164         (gnus-summary-normal-undownloaded-face)
22165         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22166         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22167         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22168         (gnus-splash-face):
22169         New backward-compatibility aliases for renamed faces.
22170         (gnus-group-startup-message): Use renamed gnus faces.
22171
22172         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22173         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22174         (gnus-server-agent): Remove "-face" suffix from face names.
22175         (gnus-server-agent-face, gnus-server-opened-face)
22176         (gnus-server-closed-face, gnus-server-denied-face)
22177         (gnus-server-offline-face):
22178         New backward-compatibility aliases for renamed faces.
22179         (gnus-server-agent-face, gnus-server-opened-face)
22180         (gnus-server-closed-face, gnus-server-denied-face)
22181         (gnus-server-offline-face): Use renamed gnus faces.
22182
22183         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22184         Remove "-face" suffix from face names.
22185         (gnus-picon-xbm-face, gnus-picon-face):
22186         New backward-compatibility aliases for renamed faces.
22187
22188         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22189         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22190         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22191         (gnus-cite-11): Remove "-face" suffix from face names.
22192         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22193         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22194         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22195         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22196         New backward-compatibility aliases for renamed faces.
22197         (gnus-cite-attribution-face, gnus-cite-face-list)
22198         (gnus-article-boring-faces): Use renamed gnus faces.
22199
22200         * gnus-art.el (gnus-signature, gnus-header-from)
22201         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22202         (gnus-header-content): Remove "-face" suffix from face names.
22203         (gnus-signature-face, gnus-header-from-face)
22204         (gnus-header-subject-face, gnus-header-newsgroups-face)
22205         (gnus-header-name-face, gnus-header-content-face):
22206         New backward-compatibility aliases for renamed faces.
22207         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22208
22209         * gnus-sum.el (gnus-summary-selected-face)
22210         (gnus-summary-highlight): Use renamed gnus faces.
22211         * gnus-group.el (gnus-group-highlight): Likewise.
22212
22213 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22214
22215         * gnus-sieve.el (gnus-sieve-article-add-rule):
22216         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22217         * spam-stat.el (spam-stat-buffer-change-to-spam)
22218         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22219
22220         * message.el (message-is-yours-p):
22221         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22222
22223 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22224
22225         * mm-view.el (mm-inline-text): Withdraw the last change.
22226
22227 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22228
22229         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22230         executing enriched-decode.
22231
22232 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22233
22234         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22235         charset of tar files.
22236
22237 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22238
22239         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22240
22241 2005-06-04  Lute Kamstra  <lute@gnu.org>
22242
22243         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22244         information is never recorded.
22245
22246 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22247
22248         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22249
22250 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22251
22252         * pop3.el (pop3-apop): Run md5 in the binary mode.
22253
22254         * starttls.el (starttls-set-process-query-on-exit-flag):
22255         Use eval-and-compile.
22256
22257 2005-05-31  Simon Josefsson  <jas@extundo.com>
22258
22259         * smime.el (smime-replace-in-string): Define.
22260         (smime-cert-by-ldap-1): Use it.
22261
22262 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22263
22264         * gnus-art.el (article-display-x-face): Replace
22265         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22266
22267         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22268         set-process-query-on-exit-flag or process-kill-without-query.
22269
22270         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22271         loop instead of replace-regexp.
22272
22273         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22274         instead of process-kill-without-query if it is available.
22275
22276         * lpath.el: Fbind ldap-search-entries.
22277
22278         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22279         instead of find-file-hooks if it is available.
22280
22281         * mml1991.el: Bind pgg-default-user-id when compiling.
22282
22283         * mml2015.el: Bind pgg-default-user-id when compiling.
22284
22285         * nndraft.el (nndraft-request-associate-buffer):
22286         Use write-contents-functions instead of write-contents-hooks if it is
22287         available.
22288
22289         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22290         instead of find-file-hooks if it is available.
22291
22292         * nntp.el (nntp-open-connection): Replace
22293         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22294         (nntp-open-ssl-stream): Ditto.
22295         (nntp-open-tls-stream): Ditto.
22296
22297         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22298         set-process-query-on-exit-flag or process-kill-without-query.
22299         (starttls-open-stream-gnutls): Use it instead of
22300         process-kill-without-query.
22301         (starttls-open-stream): Ditto.
22302
22303 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22304
22305         * smime.el (smime-cert-by-ldap-1): Don't use
22306         replace-regexp-in-string.
22307
22308 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22309
22310         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22311
22312         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22313         in PEM format.  Adjust to the XEmacs compatibility.
22314
22315 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22316
22317         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22318         by `string-to-number'.
22319         * gnus-agent.el (gnus-agent-regenerate-group)
22320         (gnus-agent-fetch-articles): Ditto.
22321         * gnus-art.el (gnus-button-fetch-group): Ditto.
22322         * gnus-cache.el (gnus-cache-generate-active)
22323         (gnus-cache-articles-in-group): Ditto.
22324         * gnus-group.el (gnus-group-set-current-level)
22325         (gnus-group-insert-group-line): Ditto.
22326         * gnus-score.el (gnus-score-set-expunge-below)
22327         (gnus-score-set-mark-below, gnus-summary-score-effect)
22328         (gnus-summary-score-entry): Ditto.
22329         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22330         (gnus-soup-pack): Ditto.
22331         * gnus-spec.el (gnus-xmas-format): Ditto.
22332         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22333         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22334         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22335         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22336         * nndb.el (nndb-get-remote-expire-response): Ditto.
22337         * nndiary.el (nndiary-parse-schedule-value)
22338         (nndiary-string-to-number, nndiary-request-replace-article)
22339         (nndiary-request-article): Ditto.
22340         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22341         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22342         * nneething.el (nneething-make-head): Ditto.
22343         * nnfolder.el (nnfolder-request-article)
22344         (nnfolder-retrieve-headers): Ditto.
22345         * nnheader.el (nnheader-file-to-number): Ditto.
22346         * nnkiboze.el (nnkiboze-request-article): Ditto.
22347         * nnmail.el (nnmail-process-unix-mail-format)
22348         (nnmail-process-babyl-mail-format): Ditto.
22349         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22350         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22351         (nnmh-request-create-group, nnmh-request-list-1)
22352         (nnmh-request-group, nnmh-request-article): Ditto.
22353         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22354         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22355         * nnsoup.el (nnsoup-make-active): Ditto.
22356         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22357         * nntp.el (nntp-find-group-and-number)
22358         (nntp-retrieve-headers-with-xover): Ditto.
22359         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22360         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22361         (pgg-format-key-identifier): Ditto.
22362         * pop3.el (pop3-last, pop3-stat): Ditto.
22363         * qp.el (quoted-printable-decode-region): Ditto.
22364
22365         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22366         of concat.
22367
22368 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22369
22370         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22371
22372         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22373
22374         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22375
22376         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22377
22378         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22379
22380         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22381
22382         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22383         (gnus-carpal-mode): Ditto.
22384
22385         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22386         (gnus-browse-mode): Ditto.
22387
22388         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22389
22390         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22391
22392 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22393
22394         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22395
22396 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22397
22398         * gnus-util.el (gnus-run-mode-hooks): New function.
22399
22400         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22401
22402         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22403         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22404
22405 2005-05-27  Lute Kamstra  <lute@gnu.org>
22406
22407         * dns-mode.el (dns-mode): Specify customization group.
22408
22409 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22410
22411         * gnus-agent.el (gnus-agent-make-mode-line-string):
22412         Use mode-line-highlight as mouse-face.
22413
22414 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22415
22416         * canlock.el (canlock): Change the parent group to news.
22417
22418         * deuglify.el (gnus-outlook-deuglify): Add :group.
22419
22420         * dig.el (dig): Add :group.
22421
22422         * dns-mode.el (dns-mode): Add :group.
22423
22424         * encrypt.el (encrypt): Add :group.
22425
22426         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22427         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22428         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22429         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22430         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22431
22432         * gnus-diary.el (gnus-diary): Add :group.
22433
22434         * gnus.el (gnus-group-news-1-face): Add :group.
22435         (gnus-group-news-1-empty-face): Ditto.
22436         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22437         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22438         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22439         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22440         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22441         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22442         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22443         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22444         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22445         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22446         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22447         (gnus-summary-high-ticked-face): Ditto.
22448         (gnus-summary-low-ticked-face): Ditto.
22449         (gnus-summary-normal-ticked-face): Ditto.
22450         (gnus-summary-high-ancient-face): Ditto.
22451         (gnus-summary-low-ancient-face): Ditto.
22452         (gnus-summary-normal-ancient-face): Ditto.
22453         (gnus-summary-high-undownloaded-face): Ditto.
22454         (gnus-summary-low-undownloaded-face): Ditto.
22455         (gnus-summary-normal-undownloaded-face): Ditto.
22456         (gnus-summary-high-unread-face): Ditto.
22457         (gnus-summary-low-unread-face): Ditto.
22458         (gnus-summary-normal-unread-face): Ditto.
22459         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22460         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22461
22462         * hashcash.el (hashcash): New custom group.
22463         (hashcash-default-payment): Add :group.
22464         (hashcash-payment-alist): Ditto.
22465         (hashcash-default-accept-payment): Ditto.
22466         (hashcash-accept-resources): Ditto.
22467         (hashcash-path): Ditto.
22468         (hashcash-extra-generate-parameters): Ditto.
22469         (hashcash-double-spend-database): Ditto.
22470         (hashcash-in-news): Ditto.
22471
22472         * message.el (message-minibuffer-local-map): Add :group.
22473
22474         * netrc.el (netrc): Add :group.
22475
22476         * sieve-manage.el (sieve-manage-log): Add :group.
22477         (sieve-manage-default-user): Diito.
22478         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22479         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22480         (sieve-manage-authenticators): Ditto.
22481         (sieve-manage-authenticator-alist): Ditto.
22482         (sieve-manage-default-port): Ditto.
22483
22484         * sieve-mode.el (sieve-control-commands-face): Add :group.
22485         (sieve-action-commands-face): Ditto.
22486         (sieve-test-commands-face): Ditto.
22487         (sieve-tagged-arguments-face): Ditto.
22488
22489         * smime.el (smime): Add :group.
22490
22491         * spam-report.el (spam-report): Add :group.
22492
22493         * spam.el (spam, spam-face): Add :group.
22494
22495 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22496
22497         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22498         return \n.\n.\n at the end of articles.  Protect against that.
22499         (nntp-with-open-group): Allow debugging.
22500
22501         * nnheader.el (mail-header-set-extra): Make into a function
22502         because I just could't understand how to quote the list properly.
22503
22504         * dns.el (query-dns-cached): New function.
22505
22506 2005-05-26  Lute Kamstra  <lute@gnu.org>
22507
22508         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22509
22510 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22511
22512         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22513
22514         * gnus-art.el: Don't autoload mail-extract-address-components.
22515
22516         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22517         eval-and-compile to evaluate it.
22518
22519         * hashcash.el: Don't autoload executable-find.
22520
22521         * nndb.el: Don't declare the nndb back end two or more times; don't
22522         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22523
22524         * nntp.el: Autoload format-spec instead of format; use
22525         eval-and-compile to evaluate autoload forms.
22526
22527 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22528
22529         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22530
22531 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22532
22533         * gnus.el (gnus-version-number): Bump version.
22534
22535 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22536
22537         * gnus.el: No Gnus v0.3 is released.
22538
22539 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22540
22541         * lpath.el (featurep): Bind show-nonbreak-escape.
22542
22543 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22544
22545         * gnus-art.el (gnus-article-edit-part): Disable undo.
22546
22547 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22548
22549         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22550         gnus-article-date-lapsed-new-header is t if date timer is active;
22551         skip headers in which the original date value is empty.
22552         (gnus-article-save-original-date): Redefine it as a macro.
22553         (gnus-display-mime): Use it.
22554
22555 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22556
22557         * gnus-art.el (article-date-ut): Support converting date in
22558         forwarded parts as well.
22559         (gnus-article-save-original-date): New function.
22560         (gnus-display-mime): Use it.
22561
22562 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22563
22564         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22565         enclosure element of <item>.
22566
22567 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22568
22569         * message.el (message-kill-buffer-query): Rename from
22570         `message-kill-buffer-query-if-modified'.  Add :version.
22571
22572 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22573
22574         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22575         window layout.
22576
22577 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22578
22579         * mml.el: Autoload dnd when compiling.
22580
22581 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22582
22583         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22584         x-dnd-*.
22585
22586 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22587
22588         * qp.el (quoted-printable-encode-region): Save excursion.
22589
22590 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22591
22592         * message.el (message-kill-buffer-query-if-modified): Add new variable
22593         so the user can kill a modified message buffer quickly.
22594         (message-kill-buffer): Use it.
22595
22596 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22597
22598         * lpath.el: Fbind display-time-event-handler; don't fbind
22599         string-to-multibyte.
22600
22601         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22602
22603 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22604
22605         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22606         contained in text because xml.el decodes entities) with LFs.
22607
22608 2005-04-11  Lute Kamstra  <lute@gnu.org>
22609
22610         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22611         differently.
22612
22613 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22614
22615         * mm-util.el (mm-detect-coding-region): Typo.
22616
22617 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22618
22619         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22620
22621 2005-04-06  Deepak Goel  <deego@gnufans.org>
22622
22623         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22624         user-function allow user modifications of the scores.
22625         (spam-stat-score-buffer-user): New function, to allow
22626         user-computed modifications to the score.
22627         (spam-stat-score-buffer-user-functions): List of additional
22628         scoring functions.
22629         (spam-stat-error-holder): Global temporary error holder.
22630         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22631         variable.
22632
22633 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22634
22635         * gnus-registry.el (gnus-registry-clean-empty-function)
22636         (gnus-registry-trim, gnus-registry-fetch-groups)
22637         (gnus-registry-delete-group): Groups that match
22638         `gnus-registry-ignored-groups' are removed from the registry
22639         entries, not just ignored for splitting.  This helps clean up the
22640         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22641         to get all the groups a message ID is in.
22642
22643         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22644         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22645         (spam-stat-score-buffer-user-functions): Add :number custom type.
22646
22647 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22648
22649         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22650         argument in XEmacs.
22651
22652         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22653         (nnrss-request-group): Decode group name first.
22654         (nnrss-request-article): Make a text/plain article if mml-to-mime
22655         failed.
22656         (nnrss-get-encoding): Return a compatible encoding according to
22657         nnrss-compatible-encoding-alist.
22658         (nnrss-find-el): Use consp instead of listp.
22659         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22660
22661 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22662
22663         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22664         which Emacs 20 doesn't support.
22665         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22666
22667 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22668
22669         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22670         silence the byte compiler inside the defun.
22671
22672         * gnus-demon.el (parse-time-string): Add autoload.
22673
22674         * gnus-delay.el (parse-time-string): Add autoload.
22675
22676         * gnus-art.el (parse-time-string): Add autoload.
22677
22678         * nnultimate.el (parse-time): Require for `parse-time-string'.
22679
22680 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22681
22682         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22683
22684         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22685
22686         * smime.el (smime-ldap-host-list): Add :version.
22687
22688 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22689
22690         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22691         pass it to `gnus-browse-read-group'.
22692         (gnus-browse-read-group): Add NUMBER argument and pass it to
22693         `gnus-group-read-ephemeral-group'.
22694
22695         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22696         argument and pass it to `gnus-group-read-group'.
22697
22698 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22699
22700         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22701         mm-xemacs-find-mime-charset-1 if we have the mule feature
22702         available at runtime.
22703
22704 2005-03-25  Werner Lemberg  <wl@gnu.org>
22705
22706         * nnmaildir.el: Replace `illegal' with `invalid'.
22707
22708 2005-03-23  Lute Kamstra  <lute@gnu.org>
22709
22710         * time-date.el: Add comment on time value formats.
22711         Don't require parse-time.
22712         (with-decoded-time-value): New macro.
22713         (encode-time-value): New function.
22714         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22715         (days-to-time): Return a valid time value when arg is huge.
22716         (time-since): Use time-subtract.
22717         (time-to-number-of-days): Use time-to-seconds.
22718
22719 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22720
22721         * gnus-start.el (gnus-display-time-event-handler):
22722         Check display-time-timer at runtime rather than only at load time
22723         in case display-time-mode is turned off in the mean time.
22724
22725 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22726
22727         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22728         used.
22729
22730         * nneething.el (nneething-map-file-directory): Derive from
22731         `gnus-directory'.
22732
22733         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22734         the To/Cc button.
22735
22736 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22737
22738         * nnmaildir.el (nnmaildir-request-accept-article):
22739         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22740
22741 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22742
22743         * gnus-async.el: Require timer-funcs at compile time when in
22744         XEmacs for `run-with-idle-timer'.
22745
22746 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22747
22748         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22749         autoloaded function.
22750
22751 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22752
22753         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22754
22755 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22756
22757         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22758
22759 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22760
22761         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22762         Add gnus-expert-user to default.
22763
22764 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22765
22766         * nnimap.el (nnimap-open-server): Ditto.
22767
22768         * imap.el (imap-authenticate): Fix typo.
22769
22770 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22771
22772         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22773         buffer (since IMAP server might return FETCH response out of
22774         order, and the nntp buffer must be sorted).
22775
22776 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22777
22778         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22779         comparison on string.
22780
22781         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22782         (gnus-agent-score): Rename category keywords to match gnus-cus.
22783         (gnus-agent-summary-fetch-series): Modify to protect against
22784         gnus-agent-summary-fetch-group clearing processable flags.
22785         (gnus-agent-synchronize-group-flags): Update live group buffer as
22786         synchronization may occur due to the user toggle the plugged
22787         status.
22788         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22789         successfully downloaded.
22790         (gnus-agent-expire-group-1): Avoid using markers when the overview
22791         is in ascending order; greatly improves performance.
22792         (gnus-agent-regenerate-group):
22793         Use gnus-agent-synchronize-group-flags to reset read status in both
22794         gnus and server.
22795         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22796
22797 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22798
22799         * message.el: Don't autoload former message-utils variables.
22800         (message-strip-subject-trailing-was): Change doc string.
22801
22802         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22803         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22804         (nnweb-google-search): Add "hl=en" here.
22805         (nnweb-google-parse-1, nnweb-google-create-mapping):
22806         Don't hardcode URL.
22807
22808 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22809
22810         * message.el (message-get-reply-headers, message-followup):
22811         Mention related variables `message-use-followup-to' and
22812         `message-use-mail-followup-to', in the information buffer.
22813
22814         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22815         of broken groups(-beta).google.com.
22816
22817 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22818
22819         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22820         parameter to invoked gnus-request-move-article; remove the
22821         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22822         all at once instead of once per article.
22823         (gnus-summary-remove-process-mark): Accept a list of articles as
22824         well as a single article for processing.
22825
22826         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22827         parameter.
22828
22829         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22830
22831         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22832
22833         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22834         parameter.
22835
22836         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22837         parameter.
22838
22839         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22840         parameter and remove the gnus-sum-hint-move-is-internal variable.
22841
22842         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22843         parameter.
22844
22845         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22846         parameter.
22847
22848         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22849         parameter.
22850
22851         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22852
22853         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22854         parameter.
22855
22856         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22857         parameter.
22858
22859 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22860
22861         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22862         a more conservative way.
22863
22864 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22865
22866         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22867         buffer, so it moves the window's cursor.
22868
22869 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22870
22871         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22872         `mm-dissect-multipart' and receive the from field as an (optional)
22873         argument from `mm-dissect-multipart'.
22874         (mm-dissect-multipart): Receive the from field as an argument and
22875         pass it on when we call `mm-dissect-buffer' on MIME parts.
22876         Fixes verification/decryption of signed/encrypted MIME parts.
22877
22878 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22879
22880         * gnus-sum.el (gnus-summary-move-article):
22881         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22882         whatever it calls (right now, only nnimap-request-move article
22883         respects it).
22884
22885         * nnimap.el (nnimap-request-move-article):
22886         When gnus-sum-hint-move-is-internal is set, don't do the extra
22887         nnimap-request-article.
22888
22889 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22890
22891         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22892
22893         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22894         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22895
22896         * gnus-sum.el (gnus-summary-caesar-message):
22897         Apply `gnus-treat-article' after rotation.
22898
22899         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22900         doc string.
22901
22902 2005-02-22  Simon Josefsson  <jas@extundo.com>
22903
22904         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22905         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22906         <arne@arnested.dk>.
22907         (encrypt): Add password-cache and password-cache-expiry as group
22908         members.
22909
22910 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22911
22912         * smime.el (smime-ldap-host-list): Doc fix.
22913         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22914         cache) password.
22915         (smime-sign-region): Use it.
22916         (smime-decrypt-region): Use it.
22917         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22918         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22919         fails.
22920         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22921         certificate from DER to PEM format rather than calling openssl.
22922
22923         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22924
22925         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22926         for signing/encryption.
22927
22928         * mml.el (mml-parse-1): Use them.
22929
22930 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22931
22932         * nnrss.el (nnrss-verbose): Remove.
22933         (nnrss-request-group): Use `nnheader-message' instead.
22934
22935 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22936
22937         * nnrss.el (nnrss-verbose): New variable.
22938         (nnrss-request-group): Make it say nnrss is requesting a group.
22939
22940 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22941
22942         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22943         Handle news URL with given port correctly.
22944
22945 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22946
22947         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22948         containing special characters.
22949
22950         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22951
22952         * mml.el (mime-to-mml): Ditto.
22953
22954         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22955         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22956         (rfc2047-decode-region): Quote decoded words containing special
22957         characters when rfc2047-quote-decoded-words-containing-tspecials
22958         is non-nil.
22959
22960 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22961
22962         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22963
22964         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22965
22966 2005-02-15  Simon Josefsson  <jas@extundo.com>
22967
22968         * nnimap.el (nnimap-debug): Doc fix.
22969
22970         * imap.el (imap-debug): Doc fix.
22971
22972 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22973
22974         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22975
22976 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22977
22978         * gnus.el (spam-contents): Improve docs for spam-contents
22979         parameter in its variable incarnation.
22980
22981 2005-02-14  Simon Josefsson  <jas@extundo.com>
22982
22983         * smime-ldap.el: Use require instead of load-library for ldap.
22984         (smime-ldap-search): Indent.
22985         (smime-ldap-search-internal): Shorten line.
22986
22987         * smime.el (smime-cert-by-dns): Add doc-string.
22988         (smime-cert-by-ldap-1): Indent.
22989
22990         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22991         mml-smime-get-dns-ldap.
22992         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22993
22994 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22995
22996         * smime.el: Require smime-ldap.
22997         (smime-ldap-host-list): New variable.
22998         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22999
23000         * mml-smime.el (mml-smime-encrypt-query): New function.
23001         (mml-smime-encrypt-query): Use it.
23002
23003         * smime-ldap.el: New file.
23004
23005 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23006
23007         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23008
23009 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23010
23011         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23012         argument in doc string.  Make query for type more clear.
23013
23014 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23015
23016         * gnus.el (gnus-group-startup-message): Search for gnus images in
23017         etc/images/gnus.
23018         * mm-util.el (mm-image-load-path): Likewise.
23019         * smiley.el (smiley-data-directory): Search for smilies in
23020         etc/images/smilies.
23021
23022 2005-02-09  Kim F. Storm  <storm@cua.dk>
23023
23024         Change Emacs release version from 21.4 to 22.1 throughout.
23025         Change Emacs development version from 21.3.50 to 22.0.50.
23026
23027 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23028
23029         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23030
23031         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23032         non-Mule XEmacs as well.
23033         (mm-decompress-buffer): Signal an error intentionally if it does
23034         not decompress compressed data because auto-compression-mode is
23035         disabled.
23036
23037 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23038
23039         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23040         an ID in the registry even if it has no groups.
23041
23042 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23043
23044         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23045         merge it into mm-decompress-buffer.
23046         (gnus-mime-copy-part): Use the MIME part charset, the value which
23047         a user specified or gnus-newsgroup-charset for decoding, like
23048         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23049         save-buffer what was used.  Suggested by Kevin Ryde
23050         <user42@zip.com.au>.
23051         (gnus-mime-inline-part): Allow the name parameter as well as the
23052         filename parameter; force decompressing of compressed data; always
23053         display contents being not decoded as unibyte.
23054
23055         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23056         as well as the filename parameter.
23057
23058         * mm-util.el (mm-decompress-buffer):
23059         Merge gnus-mime-jka-compr-maybe-uncompress.
23060         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23061         of compressed data.
23062
23063 2005-02-08  Simon Josefsson  <jas@extundo.com>
23064
23065         * imap.el (imap-log): Doc fix.
23066
23067 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23068
23069         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23070         the coding cookies; decompress compressed parts.
23071
23072         * mml.el (mml-generate-mime-1): Add the charset parameter according
23073         to the value which a user specified manually or the coding cookie.
23074
23075         * mm-util.el (mm-string-to-multibyte): New function.
23076         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23077         (mm-coding-system-to-mime-charset): New function.
23078         (mm-decompress-buffer): New function.
23079         (mm-find-buffer-file-coding-system): New function.
23080
23081         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23082         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23083         parts.
23084
23085 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23086
23087         * mm-view.el (mm-display-inline-fontify): Decode a part according
23088         to the charset parameter.
23089
23090 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23091
23092         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23093         prefix arg is neither nil nor a number, as info specifies.
23094
23095 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23096
23097         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23098         timestamps.
23099
23100 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23101
23102         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23103         groups error checking and notify user.
23104
23105 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23106
23107         * message.el (message-send-mail-function): Check existence of
23108         sendmail-program first before using default value
23109         `message-send-mail-with-sendmail'.  Otherwise use more generic
23110         `smtpmail-send-it'.
23111
23112 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23113
23114         * nntp.el (nntp-request-update-info): Always return nil.
23115
23116 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23117
23118         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23119
23120 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23121
23122         * message.el (message-beginning-of-line): Change the behavior when
23123         invoked between BOL and : so that it first moves backward.
23124
23125 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23126
23127         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23128         article buffer when editing of the article is discarded.
23129         (gnus-article-prepare): Revert.
23130
23131 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23132
23133         * gnus-art.el (gnus-article-prepare):
23134         Remove message-strip-forbidden-properties from the local hook.
23135
23136 2005-01-27  Simon Josefsson  <jas@extundo.com>
23137
23138         * password.el (password-cache-add): Only start one timer per key.
23139         Reported by Derek Atkins <warlord@MIT.EDU>.
23140
23141 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23142
23143         * run-at-time.el: Remove.  It is no longer needed as
23144         timer-funcs.el in the xemacs-base package has a working version of
23145         `run-at-time'.
23146
23147         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23148
23149         * password.el: Require timer-funcs instead of run-at-time in
23150         XEmacs.
23151         Remove `password-run-at-time' macro.
23152         (password-cache-add): Use `run-at-time' instead of
23153         `password-run-at-time'.
23154
23155         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23156         Remove `nnheader-cancel-function-timers' alias,
23157         `cancel-function-timers' exists in XEmacs in timer-funcs.
23158
23159         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23160         for `run-with-idle-timer'.
23161
23162         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23163         for `run-at-time'.
23164
23165         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23166         for `with-timeout'.
23167
23168         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23169         the same as for XEmacs 21.4.
23170         No need to ignore `run-with-idle-timer', this function exists in
23171         XEmacs now in timer-funcs.el in the xemacs-base package.
23172         (dgnushack-compile): No need to delete
23173         run-at-time.el from the list of files to compile because it
23174         doesn't exist anymore.
23175
23176 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23177
23178         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23179         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23180
23181 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23182
23183         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23184         sensitively.
23185
23186 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23187
23188         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23189
23190 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23191
23192         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23193         which will be inserted according to the multibyteness of a buffer
23194         rather than the type of contents.  Suggested by ARISAWA Akihiro
23195         <ari@mbf.ocn.ne.jp>.
23196
23197         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23198         of string which old xml.el may return rather than a string.
23199
23200 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23201
23202         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23203
23204 2005-01-16  Simon Josefsson  <jas@extundo.com>
23205
23206         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23207         idn/idna.el isn't available.
23208         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23209         <michael@waxrat.com>.
23210
23211         * hashcash.el: Remove non-FSF copyright header.
23212
23213         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23214         (hashcash-generate-payment): Use it.
23215         (hashcash-generate-payment-async): Use it.
23216
23217 2005-01-15  Simon Josefsson  <jas@extundo.com>
23218
23219         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23220         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23221
23222         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23223         gnus-summary-idna-message.
23224         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23225         (gnus-summary-idna-message): New function.
23226
23227 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23228
23229         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23230         gnus-novice-user.
23231
23232 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23233
23234         * nnrss.el (nnrss-request-delete-group): Delete entries in
23235         nnrss-group-alist as well.
23236         (nnrss-save-server-data): Insert newline.
23237
23238 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23239
23240         * gnus.el (gnus-user-agent): Use list of symbols instead of
23241         symbols.  Display full version number for (S)XEmacs.
23242         Optionally display (S)XEmacs codename.
23243
23244         * gnus-util.el (gnus-emacs-version): Update for new
23245         `gnus-user-agent'.
23246
23247         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23248         Gnus version.
23249
23250 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23251
23252         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23253         which is unreadable in some setups.
23254
23255 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23256
23257         * gnus-spec.el (gnus-update-format-specifications): Flush the
23258         group format spec cache if it doesn't support decoded group names.
23259
23260 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23261
23262         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23263         Allow to apply decay on score files matching a regexp.
23264
23265 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23266
23267         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23268         compatibility in %g and %c.
23269
23270 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23271
23272         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23273         name for only %g and %c.
23274         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23275         of gnus-tmp-group to decoded group name.
23276         (gnus-group-make-rss-group): Exclude `/'s from group names.
23277
23278 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23279
23280         * nnrss.el (nnrss-get-encoding): Fix regexp.
23281
23282 2004-12-27  Simon Josefsson  <jas@extundo.com>
23283
23284         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23285         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23286         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23287
23288 2004-12-17  Kim F. Storm  <storm@cua.dk>
23289
23290         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23291
23292         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23293
23294 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23295
23296         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23297
23298 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23299
23300         * nnrss.el: Require rfc2047 and mml.
23301         (nnrss-file-coding-system): New variable.
23302         (nnrss-format-string): Redefine it as an inline function.
23303         (nnrss-decode-group-name): New function.
23304         (nnrss-string-as-multibyte): Remove.
23305         (nnrss-retrieve-headers): Decode group name; don't use
23306         nnrss-format-string.
23307         (nnrss-request-group): Decode group name.
23308         (nnrss-request-article): Decode group name; allow a Message-ID as
23309         well as an article number; don't use nnrss-format-string; encode a
23310         Message-ID string which may contain non-ASCII characters; use
23311         mml-to-mime to compose a MIME article.
23312         (nnrss-request-expire-articles): Decode group name.
23313         (nnrss-request-delete-group): Decode group name.
23314         (nnrss-fetch): Clarify error message.
23315         (nnrss-read-server-data): Use insert-file-contents instead of load;
23316         bind file-name-coding-system; use multibyte buffer.
23317         (nnrss-save-server-data): Bind coding-system-for-write to the
23318         value of nnrss-file-coding-system; bind file-name-coding-system;
23319         add coding cookie.
23320         (nnrss-read-group-data): Use insert-file-contents instead of load;
23321         bind file-name-coding-system; use multibyte buffer.
23322         (nnrss-save-group-data): Bind coding-system-for-write to the
23323         value of nnrss-file-coding-system; bind file-name-coding-system.
23324         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23325         make it work with non-ASCII text.
23326         (nnrss-find-el): Make it work with old xml.el as well.
23327
23328 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23329
23330         * nnrss.el (nnrss-get-encoding): New function.
23331         (nnrss-fetch): Use unibyte buffer initially; bind
23332         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23333         decode contents according to the encoding attribute.
23334         (nnrss-save-group-data): Add coding cookie.
23335         (nnrss-mime-encode-string): New function.
23336         (nnrss-check-group): Use it to encode subject and author.
23337
23338 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23339
23340         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23341         imaginary variable.
23342
23343 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23344
23345         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23346         correctly even if there are wide characters.
23347
23348 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23349
23350         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23351         downcased symbol names; make a new cache instead of reusing
23352         bbdb-hashtable.
23353
23354 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23355
23356         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23357         concatenating segments rather than before concatenating them.
23358         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23359
23360         * message.el (message-get-reply-headers): Bind `extra'.
23361
23362 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23363
23364         * message.el (message-extra-wide-headers): New variable.
23365         (message-get-reply-headers): Use it.
23366
23367 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23368
23369         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23370         (gnus-agent-group-pathname): Ditto.
23371
23372         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23373
23374         * gnus-group.el (gnus-group-make-group): Decode group name.
23375         (gnus-group-make-rss-group): Register the group data after opening
23376         the nnrss group.
23377
23378 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23379
23380         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23381         by expiry now get marked as read.
23382
23383 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23384
23385         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23386
23387 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23388
23389         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23390         unify Latin characters in XEmacs.
23391         (mm-find-mime-charset-region): Use it.
23392
23393 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23394
23395         * gnus-util.el (gnus-delete-directory): New function.
23396
23397         * gnus-agent.el (gnus-agent-delete-group): Use it.
23398
23399         * gnus-cache.el (gnus-cache-delete-group): Use it.
23400
23401 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23402
23403         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23404         names.
23405
23406 2004-12-16  Simon Josefsson  <jas@extundo.com>
23407
23408         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23409
23410 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23411
23412         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23413
23414         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23415         (gnus-group-set-current-level): Decode group name.
23416
23417 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23418
23419         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23420         failed.
23421
23422 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23423
23424         * gnus-group.el (gnus-group-delete-group): Decode group name.
23425         (gnus-group-make-rss-group): Encode group name.
23426         (gnus-group-catchup-current): Decode group name.
23427         (gnus-group-kill-group): Decode group name.
23428
23429 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23430
23431         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23432
23433 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23434
23435         * gnus-group.el (gnus-group-make-rss-group):
23436         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23437
23438         * gnus-start.el (gnus-setup-news): Honor user's setting to
23439         gnus-message-archive-method.  Suggested by Lute Kamstra
23440         <lute@gnu.org>.
23441
23442 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23443
23444         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23445         global counterparts of the buffer-local variables.
23446
23447 2004-11-16  Romain Francoise  <romain@orebokech.com>
23448
23449         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23450         counterparts of the buffer-local variables.
23451
23452 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23453
23454         * message.el (message-forbidden-properties): Fix typo in doc
23455         string.
23456
23457 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23458
23459         * gnus-util.el (gnus-replace-in-string): Add doc string.
23460
23461         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23462         to avoid problems when splitting mails with many recipients.
23463
23464 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23465
23466         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23467         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23468
23469 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23470
23471         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23472         if there is no hashtable in memory or file modification time is
23473         newer than cached timestamp.
23474
23475 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23476
23477         * gnus-sum.el (gnus-summary-limit-to-recipient):
23478         Implement not-matching option.
23479
23480 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23481
23482         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23483         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23484         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23485         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23486         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23487         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23488
23489 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23490
23491         * message.el (message-forward-make-body-mml): Remove headers
23492         according to message-forward-ignored-headers if a message is decoded.
23493
23494 2004-12-02  Romain Francoise  <romain@orebokech.com>
23495
23496         * message.el (message-forward-make-body-plain): Always remove
23497         headers according to message-forward-ignored-headers.
23498
23499 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23500
23501         * spam.el (spam-summary-prepare-exit): Remove the
23502         gnus-summary-limit pop for now, it has problems with ham marks for
23503         me.
23504
23505 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23506
23507         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23508         correctly.
23509
23510 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23511
23512         * format-spec.el (format-spec): Message the char.
23513
23514 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23515
23516         * gnus-art.el (gnus-split-methods): Reformat comments.
23517
23518         * spam.el (spam-summary-prepare-exit): Remove article limits
23519         before exiting the summary buffer.
23520
23521 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23522
23523         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23524         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23525
23526         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23527         order to silence the byte compiler.
23528
23529         * spam.el: Fix the way to silence the byte compiler, which
23530         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23531         bbdb-search-simple, spam-BBDB-register-routine,
23532         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23533         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23534         spam-stat-buffer-is-spam, spam-stat-load,
23535         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23536         spam-stat-save and spam-stat-split-fancy.
23537
23538 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23539
23540         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23541         which may confuse users.
23542         (canlock-password-for-verify): Ditto.
23543
23544         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23545
23546         * gnus-art.el (gnus-emphasis-alist): Ditto.
23547
23548         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23549
23550         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23551
23552         * gnus-start.el (gnus-save-killed-list): Ditto.
23553
23554         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23555         (gnus-sum-thread-tree-root): Ditto.
23556         (gnus-sum-thread-tree-false-root): Ditto.
23557         (gnus-sum-thread-tree-single-indent): Ditto.
23558
23559         * message.el (message-courtesy-message): Ditto.
23560         (message-archive-note): Ditto.
23561         (message-subscribed-address-file): Ditto.
23562         (message-user-fqdn): Ditto.
23563
23564         * spam-report.el (spam-report-gmane-regex): Ditto.
23565
23566         * spam.el (spam-blackhole-good-server-regex): Ditto.
23567
23568 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23569
23570         * mml.el (mml-preview): Widen the message buffer before copying
23571         the contents to the preview buffer; sort headers before previewing.
23572
23573         * message.el (message-hidden-headers): Fix the way to avoid a bug
23574         in the `repeat' widget in Emacs 21.3 or earlier.
23575
23576 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23577
23578         * message.el (message-hidden-headers): Default to "^References:".
23579         Improve customization type.  Suggested by Reiner Steib
23580         <Reiner.Steib@gmx.de>.
23581
23582 2004-11-25  Romain Francoise  <romain@orebokech.com>
23583
23584         * message.el (message-strip-forbidden-properties): Remove check for
23585         obsolete `message-hidden' text property, hidden headers are not
23586         accessible in the buffer anymore.
23587
23588 2004-11-22  Romain Francoise  <romain@orebokech.com>
23589
23590         * message.el (message-header-format-alist): Add `From' in list
23591         so that it can be sorted.
23592         (message-fix-before-sending): Widen and sort headers before
23593         sending.
23594         (message-hide-headers): Use narrowing to hide headers by moving
23595         them to the top of the buffer and narrowing to the region
23596         underneath.
23597
23598 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23599
23600         * message.el (message-strip-forbidden-properties):
23601         Bind buffer-read-only (etc) to nil.
23602
23603 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23604
23605         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23606         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23607
23608 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23609
23610         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23611
23612 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23613
23614         * dns.el (query-dns): Use sit-for to time instead of
23615         accept-process-output, since that doesn't seem to work on udp
23616         sockets.
23617
23618 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23619
23620         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23621
23622 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23623
23624         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23625         doc string.  Improve doc string.
23626
23627 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23628
23629         * nntp.el (nntp-request-update-info): Return nil if
23630         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23631         may not call gnus-activate-group which uselessly issues the GROUP
23632         commands for all nntp groups and wastes time.  Reported by Romain
23633         Francoise <romain@orebokech.com>.
23634
23635         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23636
23637 2004-11-15  Simon Josefsson  <jas@extundo.com>
23638
23639         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23640         headers separately.
23641         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23642         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23643
23644 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23645
23646         * gnus-start.el (gnus-convert-old-newsrc):
23647         Assign legacy-gnus-agent to 5.10.7.
23648
23649 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23650
23651         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23652         start of the lines.
23653
23654 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23655
23656         * hashcash.el (hashcash-default-payment): Change default to 20.
23657         (hashcash-default-accept-payment): Change default to 20.
23658         (hashcash-process-alist): New variable.
23659         (hashcash-generate-payment-async): Add.
23660         (hashcash-already-paid-p): Add.
23661         (hashcash-insert-payment): Don't generate payments twice.
23662         (hashcash-insert-payment-async): Add.
23663         (hashcash-insert-payment-async-2): Add.
23664         (hashcash-cancel-async): Add.
23665         (hashcash-wait-async): Add.
23666         (hashcash-processes-running-p): Add.
23667         (hashcash-wait-or-cancel): Add.
23668         (mail-add-payment): New optional argument.  Conditionally start
23669         asynchronous calculation.
23670         (mail-add-payment-async): Add.
23671
23672         * message.el (message-send-mail): Wait for asynchronous hashcash
23673         results.  Don't clobber existing X-Hashcash headers.
23674         (message-setup-1): Call mail-add-payment-async when
23675         message-generate-hashcash is non-nil.
23676
23677 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23678
23679         * message.el (message-use-alternative-email-as-from): Examine the
23680         From header as well; use message-make-from in order to include a
23681         user's full name.
23682
23683 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23684
23685         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23686         default; improve customization type.
23687         (gnus-emphasis-custom-with-format): New macro.
23688         (gnus-emphasis-custom-value-to-external): New function.
23689         (gnus-emphasis-custom-value-to-internal): New function.
23690
23691 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23692
23693         * dns.el (query-dns): Resolve reverse addresses.
23694
23695 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23696
23697         * gnus-group.el (gnus-group-get-new-news): Use it.
23698
23699         * gnus-start.el (gnus-check-reasonable-setup): New function.
23700
23701 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23702
23703         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23704         "Args out of range" error.  Reported by Arnaud Giersch
23705         <arnaud.giersch@free.fr>.
23706
23707 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23708
23709         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23710
23711 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23712
23713         * spam.el (spam group): Add :version.
23714
23715         * pgg-def.el (pgg group): Add :version.
23716
23717 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23718
23719         * gnus-art.el (gnus-article-edit-article): Don't associate the
23720         article buffer with a draft file.  This is a temporary measure
23721         against the 2004-08-22 change to gnus-article-edit-mode.
23722
23723 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23724
23725         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23726         (html2text-format-tags): Remove unused variable `attr'.
23727
23728 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23729
23730         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23731
23732         * tls.el (tls-process-connection-type, tls-success)
23733         (tls-certtool-program): Add :version.
23734
23735         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23736         (starttls-extra-arguments, starttls-process-connection-type)
23737         (starttls-connect, starttls-failure, starttls-success): Add :version.
23738
23739         * spam-stat.el (spam-stat): Add :version.
23740
23741         * sieve.el (sieve): Add :version.
23742
23743         * sha1.el (sha1): Add :version.
23744         (sha1-use-external): Remove redundant version.
23745
23746         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23747         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23748         (nnmail-split-fancy-match-partial-words)
23749         (nnmail-split-lowercase-expanded): Add :version.
23750
23751         * nndiary.el (nndiary): Add :version.
23752
23753         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23754
23755         * mml-sec.el (mml-default-sign-method)
23756         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23757         Add :version.
23758
23759         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23760
23761         * mm-url.el (mm-url-use-external, mm-url-program)
23762         (mm-url-arguments): Add :version.
23763
23764         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23765         (mm-attachment-file-modes, mm-decrypt-option)
23766         (mm-w3m-safe-url-regexp): Add :version.
23767
23768         * message.el (message-cite-prefix-regexp)
23769         (message-sendmail-envelope-from, message-minibuffer-local-map)
23770         (message-user-fqdn, message-completion-alist): Add :version.
23771
23772         * gnus-win.el (gnus-configure-windows-hook)
23773         (gnus-use-frames-on-any-display): Add :version.
23774
23775         * gnus-art.el (gnus-article-address-banner-alist)
23776         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23777         (gnus-treat-from-picon, gnus-treat-mail-picon)
23778         (gnus-treat-x-pgp-sig): Add :version.
23779
23780         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23781         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23782         (gnus-summary-article-delete-hook)
23783         (gnus-summary-display-while-building): Add :version.
23784
23785         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23786         (gnus-get-top-new-news-hook): Add :version.
23787
23788         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23789         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23790
23791         * gnus-registry.el (gnus-registry): Add :version.
23792
23793         * gnus-spec.el (gnus-use-correct-string-widths)
23794         (gnus-make-format-preserve-properties): Add :version.
23795
23796         * gnus.el (gnus-group-charter-alist)
23797         (gnus-group-fetch-control-use-browse-url)
23798         (gnus-install-group-spam-parameters): Add :version.
23799
23800         * gnus-diary.el (gnus-diary): Add :version.
23801
23802         * gnus-delay.el (gnus-delay): Add :version.
23803
23804         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23805         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23806         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23807         Add :version.
23808
23809         * gnus-agent.el (gnus-agent-max-fetch-size)
23810         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23811         (gnus-agent-prompt-send-queue): Add :version.
23812
23813         * deuglify.el (gnus-outlook-deuglify): Add :version.
23814
23815         * html2text.el: Beautify code.  Improve doc strings.
23816         Some checkdoc cleanup.
23817         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23818
23819 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23820
23821         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23822
23823 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23824
23825         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23826         when package is loaded.
23827
23828         * spam.el (spam-summary-score-preferred-header): Add global preference
23829         for people who want to override the default SpamAssassin over
23830         Bogofilter preference (when both are set).
23831         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23832         (spam-user-format-function-S):
23833         Check spam-summary-score-preferred-header.
23834         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23835         (spam-user-format-function-S): Format the score correctly.
23836
23837 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23838
23839         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23840         signature file.  Suggested by Manoj Srivastava
23841         <srivasta@golden-gryphon.com>.
23842
23843         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23844         iso-2022-jp even in the Japanese language environment.
23845         Suggested by Jason Rumney <jasonr@gnu.org>.
23846
23847 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23848
23849         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23850         use the same characters as the dummy marks; make it free from
23851         getting affected by the language environment.
23852         (gnus-summary-read-group-1): Update mark positions only when the
23853         format spec is updated.
23854
23855         * gnus-spec.el (gnus-update-format-specifications): Return a list
23856         of updated types.
23857
23858 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23859
23860         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23861         of boundp to check if display-warning is available.
23862
23863 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23864
23865         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23866
23867 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23868
23869         * nnspool.el (nnspool-spool-directory): Use news-path if the
23870         news-directory variable is not bound.
23871
23872         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23873         function instead of display-warning if it is not available.
23874
23875 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23876
23877         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23878         v5-10: Use `point-at-bol'.
23879
23880 2004-10-26  Simon Josefsson  <jas@extundo.com>
23881
23882         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23883         <chenggao@gmail.com>.
23884
23885 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23886
23887         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23888         instead.
23889
23890 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23891
23892         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23893         to remove a server from the nnimap-server-buffer-alist.
23894         (nnimap-open-connection, nnimap-close-server): Use it.
23895
23896         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23897
23898 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23899
23900         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23901         running the major-mode function.
23902
23903 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23904
23905         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23906         dummy marks in the right way.
23907
23908 2004-10-18  David Edmondson  <dme@dme.org>
23909
23910         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23911         excessively.
23912
23913 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23914
23915         * gnus-util.el (gnus-split-references): Accept a nil references
23916         string and go on blissfully.
23917
23918         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23919         cases where the references string is non-nil but has no references.
23920
23921         * encrypt.el: Add autoload tags.
23922
23923         * spam.el (spam-resolve-registrations-routine): Remove article
23924         from unregistration list too.  Reported by David Hanak
23925         <dhanak@isis.vanderbilt.edu>
23926
23927 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23928
23929         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23930         nil.  Change custom type.
23931
23932 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23933
23934         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23935
23936         * gnus-sum.el (gnus-summary-move-article): Use it.
23937
23938 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23939
23940         * encrypt.el: Add autoload cookies.
23941
23942         * spam.el (spam-backend-article-list-property)
23943         (spam-backend-get-article-todo-list)
23944         (spam-backend-put-article-todo-list)
23945         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23946         Resolve registrations separately.
23947         (spam-register-routine): Format comments.
23948         (spam-unregister-routine, spam-register-routine): Always call with
23949         specific-articles, no default list.
23950         (spam-summary-prepare-exit): Use the spam-classifications function.
23951
23952         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23953         gnus-encrypt.el.
23954
23955         * encrypt.el: Copied from gnus-encrypt.el.
23956
23957         * gnus-encrypt.el: Commented that it's obsolete.
23958
23959 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23960
23961         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23962         (gnus-score-save): Use it.
23963
23964         * message.el (message-bury): Use `window-dedicated-p'.
23965
23966 2004-10-15  Simon Josefsson  <jas@extundo.com>
23967
23968         * pop3.el (top-level): Don't require nnheader.
23969         (pop3-read-timeout): Add.
23970         (pop3-accept-process-output): Add.
23971         (pop3-read-response, pop3-retr): Use it.
23972
23973 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23974
23975         * spam.el (spam-register-routine): Move comment.
23976         (spam-verify-bogofilter): Use 'unknown for the initial
23977         spam-bogofilter-valid state, not 'never.
23978
23979         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23980         for netrc-machine.
23981
23982         * nnimap.el (nnimap-open-connection):
23983         Use netrc-machine-user-or-password.
23984
23985 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23986
23987         * gnus-registry.el (gnus-registry-unload-hook):
23988         Set as a variable with add-hook.
23989
23990         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23991         of news-path.
23992
23993         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23994
23995         * spam.el: Delete duplicate `provide'.
23996         (spam-unload-hook): Set as a variable with add-hook.
23997
23998 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23999
24000         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24001         in the doc string.
24002
24003         * message.el (message-ignored-news-headers)
24004         (message-ignored-supersedes-headers)
24005         (message-ignored-resent-headers)
24006         (message-forward-ignored-headers): Improve custom type.
24007
24008 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24009
24010         * message.el (message-tokenize-header): Fix 2004-09-06 change
24011         which used point-min in the wrong place.
24012
24013 2004-10-12  Simon Josefsson  <jas@extundo.com>
24014
24015         * tls.el (tls-certtool-program): New variable.
24016         (tls-certificate-information): New function, based on
24017         ssl-certificate-information.
24018
24019 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24020
24021         * compface.el: Move the version of ELisp-based uncompface program
24022         to the contrib directory because of the copyright problem.
24023
24024 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24025
24026         * message.el (message-kill-buffer): Raise the current frame.
24027
24028 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24029
24030         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24031
24032         * gnus.el (message-y-or-n-p): Autoload.
24033
24034         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24035         (pop3-password-required, pop3-authentication-scheme)
24036         (pop3-leave-mail-on-server): Make customizable.
24037         (pop3): New custom group.
24038         (pop3-retr): Remove `sleep-for' statements.
24039         Suggested by Dave Love <fx@gnu.org>.
24040
24041         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24042         Windows/DOS.
24043
24044         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24045         (imap-parse-body): Fix incorrect use of `assert'.
24046         Suggested by Dave Love <fx@gnu.org>.
24047
24048         * mml.el (mml-minibuffer-read-disposition): Require match.
24049         Suggested by Dave Love <fx@gnu.org>.
24050
24051 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24052
24053         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24054         doc string.
24055
24056 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24057
24058         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24059
24060 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24061
24062         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24063         instead of calling `mm-insert-inline', to decode text/* parts
24064         before displaying them.
24065
24066 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24067
24068         * mm-uu.el (mm-uu-text-plain-type): New variable.
24069         (mm-uu-pgp-signed-extract-1): Use it.
24070         (mm-uu-pgp-encrypted-extract-1): Use it.
24071         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24072         bind mm-uu-text-plain-type with that value.
24073         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24074         mm-uu-dissect.
24075
24076 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24077
24078         * gnus-group.el (gnus-update-group-mark-positions):
24079         * gnus-sum.el (gnus-update-summary-mark-positions):
24080         * message.el (message-check-news-body-syntax):
24081         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24082         of string-as-multibyte.
24083
24084 2004-10-05  Juri Linkov  <juri@jurta.org>
24085
24086         * gnus-group.el (gnus-update-group-mark-positions):
24087         * gnus-sum.el (gnus-update-summary-mark-positions):
24088         * message.el (message-check-news-body-syntax):
24089         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24090         8-bit unibyte values to a multibyte string for search functions.
24091
24092 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24093
24094         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24095         (mm-uu-dissect-text-parts): New function.
24096
24097         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24098         dissect text parts.
24099
24100         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24101         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24102
24103         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24104
24105         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24106         Use gnus-current-topics instead of gnus-current-topic.
24107
24108 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24109
24110         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24111
24112 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24113
24114         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24115         where appropriate.
24116
24117         * nnml.el (nnml-generate-active-info): do.
24118
24119         * nndiary.el (nndiary-generate-active-info): do.
24120
24121         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24122         (gnus-topic-move): do.
24123
24124         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24125         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24126
24127         * gnus-srvr.el (gnus-server-prepare)
24128         (gnus-server-open-all-servers): do.
24129
24130         * gnus-msg.el (gnus-summary-cancel-article)
24131         (gnus-summary-resend-message)
24132         (gnus-summary-mail-crosspost-complaint): do.
24133
24134         * gnus-move.el (gnus-change-server): do.
24135
24136         * gnus-group.el (gnus-group-unmark-all-groups)
24137         (gnus-group-set-current-level): do.
24138
24139 2004-10-04  Simon Josefsson  <jas@extundo.com>
24140
24141         * message.el (message-generate-hashcash): Doc fix.
24142
24143 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24144
24145         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24146         avoid infinite recursion via gnus-get-function.
24147
24148 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24149
24150         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24151
24152         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24153
24154         * nnmail.el (nnmail-split-history): do.
24155
24156         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24157         (nnml-request-delete-group): do.
24158
24159         * nnslashdot.el (nnslashdot-read-groups): do.
24160
24161         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24162         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24163
24164         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24165         (nnspool-sift-nov-with-sed): Use last.
24166         (nnspool-retrieve-headers-with-nov): Use mapc.
24167         (nnspool-request-newgroups): Use dolist.
24168         (nnspool-request-group): Use last.
24169
24170         * nntp.el (nntp-read-server-type): Use dolist.
24171
24172         * nnvirtual.el (nnvirtual-create-mapping)
24173         (nnvirtual-update-read-and-marked): Use dolist.
24174         (nnvirtual-convert-headers): Simplify.
24175
24176 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24177
24178         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24179         Add support for sync'ing tick marks.
24180
24181 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24182
24183         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24184         there's no visible header.
24185
24186 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24187
24188         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24189         When necessary, pass full group name to gnus-request-set-marks.
24190
24191 2004-10-01  Simon Josefsson  <jas@extundo.com>
24192
24193         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24194         acroread.
24195
24196 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24197
24198         * spam-report.el (spam-report-gmane): Fix interactive.
24199
24200         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24201
24202         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24203         when writing file.
24204         (gnus-agent-synchronize-flags): Don't default to being
24205         interactive.
24206
24207 2004-09-30  Simon Josefsson  <jas@extundo.com>
24208
24209         * message.el (message-generate-hashcash): Add.
24210         (message-send-mail): Use it, call mail-add-payment.
24211
24212 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24213
24214         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24215
24216 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24217
24218         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24219         gnus-requst-update-info with explicit code to sync the in-memory
24220         info read flags with the marks being sync'd to the backend.
24221
24222         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24223
24224 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24225
24226         * spam.el (spam-verify-bogofilter): Add new function.
24227         (spam-check-bogofilter)
24228         (spam-bogofilter-register-with-bogofilter): Use it.
24229         (spam-verify-bogofilter): Add small fixes.
24230
24231 2004-09-28  Simon Josefsson  <jas@extundo.com>
24232
24233         * hashcash.el (hashcash-generate-payment): Revert.
24234
24235 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24236
24237         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24238         Use gnus-extract-references instead of gnus-split-references.
24239
24240         * gnus-util.el (gnus-extract-references): Add new function, analogous
24241         to gnus-split-references but extracts only the message-ID without
24242         anything extra.
24243
24244         * hashcash.el (hashcash-generate-payment)
24245         (hashcash-check-payment): Do the right thing if hashcash-path is
24246         nil (because the hashcash program could not be found).
24247
24248         * spam.el (spam-use-hashcash): Remove comment.
24249
24250 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24251
24252         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24253         (gnus-cache-enter-article, gnus-cache-remove-article)
24254         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24255
24256         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24257
24258         * gnus-art.el (article-hide-boring-headers)
24259         (article-translate-strings, article-display-face)
24260         (gnus-article-mime-match-handle-first)
24261         (gnus-article-highlight-headers)
24262         (gnus-article-add-buttons-to-head): do.
24263
24264 2004-09-27  Simon Josefsson  <jas@extundo.com>
24265
24266         * hashcash.el: New version, from
24267         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24268         ../contrib/.
24269
24270 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24271
24272         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24273
24274 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24275
24276         * gnus-dup.el (gnus-dup-open): Use mapc.
24277         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24278
24279         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24280         Reported by Stefan Wiens <s.wi@gmx.net>.
24281
24282         * gnus.el (gnus-shutdown): Use dolist.
24283
24284         * gnus-undo.el (gnus-undo): Use mapc.
24285
24286         * nnrss.el (nnrss-generate-active): do.
24287
24288         * message.el (message-cite-original-without-signature)
24289         (message-cite-original): Use mapc.
24290         (message-do-actions, message-make-forward-subject): Use dolist.
24291
24292 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24293
24294         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24295         deletion to remove entire duplicate line.  Fixes merged article
24296         number bug.
24297
24298 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24299
24300         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24301         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24302         first ask if you want to open a server and then, even when you
24303         responded with no, asking if you want to synchronize the server's
24304         flags.
24305         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24306         multi-line expressions.
24307         (gnus-agent-synchronize-group-flags): New internal function.
24308         Updates marks in memory (in the info structure) AND in the
24309         backend.
24310
24311         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24312
24313         * nnagent.el (nnagent-request-set-mark):
24314         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24315         method, to ensure that synchronization updates marks in the
24316         backend and in the info (in memory) structure.
24317
24318 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24319
24320         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24321         convention fully; don't miss the root article of a thread; make
24322         the X-Draft-From header with correct article numbers.
24323
24324 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24325
24326         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24327         unless plugged.  Disable the agent so that an open failure causes
24328         an error.
24329
24330         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24331         Revert 2004-09-21 change.  The backend must be opened while
24332         synchronizing flags even when the backend stores the flags
24333         locally.
24334
24335 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24336
24337         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24338         in `header' match.  Reported by Svend Tollak Munkejord.
24339
24340         * message.el (message-cite-original): Fix use of
24341         `message-cite-articles-with-x-no-archive'.
24342
24343 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24344
24345         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24346         (gnus-window-to-buffer): Ditto.
24347
24348         * mml.el (mml-preview-buffer): New variable.
24349         (mml-preview): Manage window layout with gnus-buffer-configuration.
24350
24351         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24352         X-Draft-From header even if those articles aren't quoted.
24353
24354 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24355
24356         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24357         (gnus-request-set-mark, gnus-request-update-mark): Use new
24358         g-s-t-u-l-m to decide to use backend even when unplugged.
24359
24360 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24361
24362         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24363         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24364
24365 2004-09-20  Simon Josefsson  <jas@extundo.com>
24366
24367         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24368         "utf-16-le".
24369
24370 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24371
24372         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24373
24374 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24375
24376         * uudecode.el (uudecode-use-external): Add :version.
24377
24378         * smime.el (smime-CA-file, smime-encrypt-cipher)
24379         (smime-dns-server): Add :version.
24380
24381         * smiley.el (gnus-smiley-file-types): Add :version.
24382
24383         * sha1.el (sha1-use-external): Add :version.
24384
24385         * pgg-def.el (pgg-query-keyserver): Add :version.
24386
24387         * nnmail.el (nnmail-fancy-expiry-targets)
24388         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24389         Add :version.
24390
24391         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24392         (nnimap-retrieve-groups-asynchronous): Add :version.
24393         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24394
24395         * mml.el (mml-content-disposition-parameters)
24396         (mml-insert-mime-headers-always): Add :version.
24397
24398         * mm-util.el (mm-coding-system-priorities): Add :version.
24399
24400         * mm-decode.el (mm-inline-text-html-with-images)
24401         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24402         (mm-verify-option): Add :version.
24403         (mm-text-html-renderer): Change :version.
24404
24405         * message.el (message-fcc-externalize-attachments)
24406         (message-required-headers, message-draft-headers)
24407         (message-subject-trailing-was-query)
24408         (message-subject-trailing-was-ask-regexp)
24409         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24410         (message-mark-insert-end, message-archive-header)
24411         (message-archive-note, message-cross-post-default)
24412         (message-cross-post-note, message-followup-to-note)
24413         (message-cross-post-note-function, message-use-mail-followup-to)
24414         (message-subscribed-address-functions)
24415         (message-subscribed-address-file, message-subscribed-addresses)
24416         (message-subscribed-regexps, message-allow-no-recipients)
24417         (message-yank-cited-prefix, message-signature-insert-empty-line)
24418         (message-hidden-headers, message-hierarchical-addresses)
24419         (message-mail-user-agent, message-use-idna)
24420         (message-valid-fqdn-regexp)
24421         (message-strip-special-text-properties, message-header-synonyms)
24422         (message-beginning-of-line, message-tab-body-function): Add :version.
24423         (message-insert-canlock, message-wide-reply-confirm-recipients):
24424         Change :version.
24425
24426         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24427         and :version.
24428         (mail-source-delete-old-incoming-confirm)
24429         (mail-source-movemail-program): Add :version.
24430
24431         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24432         (gnus-agent-cache, gnus-agent): Change :version.
24433
24434         * gnus-util.el (gnus-use-byte-compile): Change :version.
24435
24436         * gnus-sum.el (gnus-summary-make-false-root-always)
24437         (gnus-summary-default-high-score)
24438         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24439         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24440         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24441         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24442         (gnus-sum-thread-tree-single-indent)
24443         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24444         (gnus-sum-thread-tree-leaf-with-other)
24445         (gnus-sum-thread-tree-single-leaf): Add :version.
24446         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24447         (gnus-article-loose-mime): Change :version.
24448
24449         * gnus-start.el (gnus-backup-startup-file)
24450         (gnus-save-startup-file-via-temp-buffer): Add :version.
24451
24452         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24453         (gnus-server-offline-face): Add :version.
24454
24455         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24456
24457         * gnus-msg.el (gnus-gcc-externalize-attachments)
24458         (gnus-debug-files, gnus-debug-exclude-variables)
24459         (gnus-discouraged-post-methods): Change :version.
24460         (gnus-confirm-mail-reply-to-news)
24461         (gnus-confirm-treat-mail-like-news): Add :version.
24462
24463         * gnus-int.el (gnus-server-unopen-status): Add :version.
24464
24465         * gnus-group.el (gnus-group-jump-to-group-prompt)
24466         (gnus-large-ephemeral-newsgroup)
24467         (gnus-fetch-old-ephemeral-headers): Add :version.
24468
24469         * gnus-fun.el (gnus-x-face-directory)
24470         (gnus-convert-pbm-to-x-face-command)
24471         (gnus-convert-image-to-x-face-command)
24472         (gnus-convert-image-to-face-command): Add :version.
24473
24474         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24475
24476         * gnus-cite.el (gnus-cite-blank-line-after-header)
24477         (gnus-article-boring-faces): Add :version.
24478
24479         * gnus-art.el (gnus-buttonized-mime-types)
24480         (gnus-inhibit-mime-unbuttonizing)
24481         (gnus-treat-display-face)
24482         (gnus-treat-body-boundary): Change :version.
24483         (gnus-body-boundary-delimiter, gnus-picon-databases)
24484         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24485         (gnus-treat-date-english, gnus-treat-fold-headers)
24486         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24487         (gnus-treat-mail-picon, gnus-treat-wash-html)
24488         (gnus-article-encrypt-protocol)
24489         (gnus-use-idna, gnus-article-over-scroll)
24490         (gnus-mime-display-multipart-alternative-as-mixed)
24491         (gnus-mime-display-multipart-related-as-mixed)
24492         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24493         (gnus-ctan-url, gnus-button-ctan-handler)
24494         (gnus-button-handle-ctan-bogus-regexp)
24495         (gnus-button-ctan-directory-regexp)
24496         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24497         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24498         (gnus-button-man-level, gnus-button-emacs-level)
24499         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24500
24501         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24502         (gnus-agent-go-online): Change :version.
24503         (gnus-agent-expire-unagentized-dirs)
24504         (gnus-agent-auto-agentize-methods): Add :version.
24505
24506         * flow-fill.el (fill-flowed-display-column)
24507         (fill-flowed-encode-column): Add :version.
24508
24509         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24510         (gnus-outlook-deuglify-unwrap-max)
24511         (gnus-outlook-deuglify-cite-marks)
24512         (gnus-outlook-deuglify-unwrap-stop-chars)
24513         (gnus-outlook-deuglify-no-wrap-chars)
24514         (gnus-outlook-deuglify-attrib-cut-regexp)
24515         (gnus-outlook-deuglify-attrib-verb-regexp)
24516         (gnus-outlook-deuglify-attrib-end-regexp)
24517         (gnus-outlook-display-hook): Add :version.
24518
24519         * binhex.el (binhex-use-external): Add :version.
24520
24521 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24522
24523         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24524         and `invisible'.
24525
24526 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24527
24528         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24529         in gnus-registry-trim.
24530
24531 2004-09-13  Simon Josefsson  <jas@extundo.com>
24532
24533         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24534
24535         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24536
24537         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24538         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24539         <yamaoka@jpl.org>.
24540         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24541         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24542         <yamaoka@jpl.org>.
24543
24544         * sieve.el (sieve-manage-mode): Ditto.
24545
24546 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24547
24548         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24549
24550 2004-09-11  Simon Josefsson  <jas@extundo.com>
24551
24552         * dns-mode.el: Add.
24553
24554         * mm-view.el (mm-display-dns-inline): Add.
24555
24556         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24557         (mm-automatic-display): Ditto.
24558
24559         * mailcap.el (mailcap-mime-data): Add text/dns.
24560         (mailcap-mime-extensions): Map .soa to text/dns.
24561
24562 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24563
24564         * gnus-art.el (article-decode-mime-words, article-babel)
24565         (gnus-article-highlight-signature, gnus-article-add-buttons)
24566         (gnus-signature-toggle): Remove unnecessary bindings of
24567         `inhibit-read-only' inherited from v5.10 merge.
24568
24569 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24570
24571         * nntp.el (nntp): New customization group.
24572         (nntp-authinfo-file): Add customization group.
24573
24574         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24575
24576         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24577
24578         * gnus.el (to-address, to-list, subscribed)
24579         (large-newsgroup-initial): Ditto.
24580
24581         * flow-fill.el (fill-flowed-display-column)
24582         (fill-flowed-encode-column): Ditto.
24583
24584 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24585
24586         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24587         Use point-min rather than 1.
24588         (message-send-mail): Use buffer-size rather than point-max.
24589
24590         * gnus-sum.el (gnus-summary-search-article-forward):
24591         Signal a specific `search-failed' rather than a generic `error'.
24592
24593         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24594         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24595         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24596
24597 2004-09-10  Simon Josefsson  <jas@extundo.com>
24598
24599         * nndb.el (require): Remove tcp and duplicate cl.
24600
24601 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24602
24603         * gnus-agent.el (directory-files-and-attributes): Move forward.
24604
24605 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24606
24607         * gnus-agent.el (directory-files-and-attributes):
24608         Optionally defined to support XEmacs.
24609
24610 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24611
24612         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24613         to avoid run-time CL dependencies.
24614         (gnus-agent-unfetch-articles): New function.
24615         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24616         article numbers even when local .overview file is missing.
24617         (gnus-agent-read-article-number): New function.  Only accepts
24618         27-bit article numbers.
24619         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24620         Use gnus-agent-read-article-number.
24621         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24622         from backend while recognizing that article numbers in .overview
24623         must be valid.
24624         (gnus-agent-update-files-total-fetched-for):
24625         Use directory-files-and-attributes to improve performance.
24626         * gnus-int.el (gnus-request-move-article):
24627         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24628         improve performance.
24629
24630         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24631         some users confused by references to .newsrc when they only have a
24632         .newsrc.eld file.
24633         (gnus-convert-mark-converter-prompt)
24634         (gnus-convert-converter-needs-prompt): Fix use of property list.
24635         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24636         New function.  Used internally to only display 'gnus converting
24637         files' message when actually necessary.
24638
24639         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24640         methods now autoloaded.
24641
24642 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24643
24644         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24645         identifiers.
24646
24647 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24648
24649         * gnus-picon.el: Fix indentation and closing parenthesis.
24650
24651 2004-09-01  Simon Josefsson  <jas@extundo.com>
24652
24653         * message.el (message-canlock-generate): Require sha1, not
24654         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24655         to require within a function.  Sadly, if sha1.el isn't loaded, the
24656         let binding in m-c-g will hide the defcustom definition, which is
24657         bad.)
24658
24659         * canlock.el: Require sha1, not sha1-el.
24660
24661         * message.el: Don't autoload sha1 (there is a autoload cookie in
24662         sha1.el).
24663
24664         * sha1-el.el: Rename to sha1.el.
24665
24666 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24667
24668         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24669
24670 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24671
24672         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24673
24674 2004-08-30  Kim F. Storm  <storm@cua.dk>
24675
24676         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24677
24678         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24679         Add :group 'nnimap.
24680
24681 2004-08-30  Andreas Schwab  <schwab@suse.de>
24682
24683         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24684         ?* and ?\;.
24685
24686         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24687         and ?\' to symbol instead of whitespace.
24688
24689 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24690
24691         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24692
24693         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24694         instead of re-search-forward.
24695
24696         * gnus-uu.el (gnus-uu-save-article): Ditto.
24697         (gnus-uu-post-encode-uuencode): Ditto.
24698
24699         * html2text.el (html2text-clean-list-items): Ditto.
24700         (html2text-clean-dtdd): Ditto.
24701         (html2text-format-tags): Ditto.
24702
24703         * message.el (message-send-mail-with-sendmail): Fix regexp.
24704         (message-fill-field-general): Use search-forward instead of
24705         re-search-forward.
24706         (unbold-region): Ditto.
24707
24708         * nnrss.el (nnrss-request-article): Ditto.
24709
24710         * nnslashdot.el (nnslashdot-request-article): Ditto.
24711
24712         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24713
24714         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24715         "Unrecognized menu descriptor" error in XEmacs.
24716
24717 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24718
24719         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24720         parent article of a sparse article in the thread hashtb.
24721
24722 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24723
24724         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24725         (nnmail-expand-newtext): Lowercase expanded entries if
24726         nnmail-split-lowercase-expanded is non-nil.
24727
24728 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24729
24730         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24731
24732         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24733         of gnus-tmp-news-method into string under XEmacs.  It will be
24734         passed to gnus-correct-length which takes only a string argument.
24735
24736 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24737
24738         * gnus-util.el (gnus-bind-print-variables): New macro.
24739         (gnus-prin1): Use it.
24740         (gnus-prin1-to-string): Use it.
24741         (gnus-pp): New function.
24742         (gnus-pp-to-string): New function.
24743
24744         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24745         Replace pp-to-string with gnus-pp-to-string.
24746         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24747         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24748         * gnus-msg.el (gnus-debug): Ditto.
24749         * gnus-score.el (gnus-score-save): Ditto.
24750         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24751         gnus-pp-to-string.
24752         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24753         with gnus-pp.
24754         * score-mode.el (gnus-score-pretty-print): Ditto.
24755         * webmail.el (webmail-debug): Ditto.
24756
24757 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24758
24759         * gnus-art.el (article-display-face, article-display-x-face):
24760         Use buffer-read-only.
24761
24762 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24763
24764         * gnus-art.el (article-hide-list-identifiers):
24765         Bind inhibit-read-only as t.
24766
24767 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24768
24769         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24770
24771 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24772
24773         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24774         (gnus-narrow-to-page): Don't assume point-min == 1.
24775         (gnus-article-edit-mode): Derive from message-mode.
24776
24777         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24778         point-min == 1.
24779
24780         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24781         Disable incorrect use of `assert'.
24782
24783         * message.el (message-mode): Set comment-start-skip.
24784
24785
24786 2004-08-22  Sam Steingold  <sds@gnu.org>
24787
24788         * pop3.el (pop3-leave-mail-on-server): New user variable.
24789         (pop3-movemail): Delete mail only when it is nil.
24790
24791 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24792
24793         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24794
24795         * mml.el (mml-preview): Use `pop-to-buffer'.
24796
24797         * message.el (message-goto-mail-followup-to): Insert after "To".
24798         (message-carefully-insert-headers): Add comment.
24799
24800         * gnus.el: Remove unused variable `gnus-article-check-size'.
24801
24802         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24803
24804         * gnus-art.el (gnus-button-alist):
24805         Improve `gnus-button-handle-library' entry.
24806
24807 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24808
24809         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24810         Use downcase, since XEmacs capitalizes error messages differently.
24811
24812 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24813
24814         * nntp.el: Add (require 'gnus) due to reference to
24815         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24816
24817 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24818
24819         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24820         Bind `mm-fill-flowed'.
24821
24822         * mm-decode.el (mm-dissect-singlepart): Check it.
24823
24824 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24825
24826         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24827         'imap' for netrc parsing.
24828
24829 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24830
24831         * mailcap.el (mailcap-mime-data): Mark as risky.
24832
24833 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24834
24835         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24836         may be included in the encoded word.
24837         (rfc2047-encode): Don't append a space if the encoded word
24838         includes close parenthesis.
24839
24840 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24841
24842         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24843         of text within parentheses.
24844
24845 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24846
24847         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24848         (gnus-encrypt-write-file-contents): Make the password key the file
24849         name PLUS the cipher, not just the cipher.  Also remove failed
24850         passwords from the cache.
24851
24852 2004-08-06  Simon Josefsson  <jas@extundo.com>
24853
24854         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24855         Doc fix.
24856
24857 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24858
24859         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24860         LWSP.
24861
24862 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24863
24864         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24865         Try to append in-reply-to: data to the references: header.
24866
24867         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24868         (netrc-parse): Use gnus-encrypt.el functions.
24869
24870         * gnus-encrypt.el: Add new file for encryption support; currently
24871         does only a few GPG ciphers and an internal XOR cipher.
24872
24873         * password.el: Add comments on using password-read-and-add.
24874         (password-read-and-add): Add function to read and add the
24875         password to the cache at once.
24876
24877 2004-07-28  Simon Josefsson  <jas@extundo.com>
24878
24879         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24880         parameter (but don't use it, for now).
24881
24882         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24883         instead of hard coding to nil.
24884
24885 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24886
24887         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24888         as mm-inline-image-xemacs does.
24889
24890 2004-07-26  Simon Josefsson  <jas@extundo.com>
24891
24892         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24893         Revert part of 2004-07-17 change below.
24894
24895 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24896
24897         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24898         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24899
24900 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24901
24902         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24903         quotes that actually start with ">" at the beginning of the
24904         lines.
24905
24906 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24907
24908         * rfc2047.el (rfc2047-encode-region): Fix last change.
24909         (rfc2047-encode-parameter): Remove useless concat.
24910
24911 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24912
24913         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24914         encode special characters; fix some kind of misconfigured headers;
24915         signal a real error if debug-on-quit or debug-on-error is non-nil.
24916         (rfc2047-encode-max-chars): New variable.
24917         (rfc2047-encode-1): Use it.
24918         (rfc2047-encode-parameter): New function.
24919
24920         * mml.el (mml-insert-parameter): Remove an excessive space.
24921
24922 2004-07-17  Simon Josefsson  <jas@extundo.com>
24923
24924         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24925         Kai Grossjohann <kai@emptydomain.de>.
24926         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24927         (gnus-group-make-menu-bar): Ditto.
24928
24929         * gnus-util.el (gnus-group-server): Add.
24930
24931 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24932
24933         * message.el (message-clone-locals): Clone sendmail and smtp
24934         variables.
24935
24936 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24937
24938         * rfc2047.el (rfc2047-encode-region): Fix last change.
24939
24940 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24941
24942         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24943         characters as non-special.
24944
24945 2004-07-09  Simon Josefsson  <jas@extundo.com>
24946
24947         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24948         Users will lose all flag changes made while unplugged with
24949         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24950         good default.  See numerous reports on ding mailing list.
24951
24952 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24953
24954         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24955         add generate-head-function and generate-article-function to the
24956         rfc822-forward entry.
24957         (nndoc-rfc822-forward-generate-article): New function.
24958         (nndoc-rfc822-forward-generate-head): New function.
24959
24960         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24961
24962 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24963
24964         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24965         respect display group parameter and gnus-summary-expunge-below.
24966         (gnus-articles-to-read): Remove unused reference to display group
24967         parameter.
24968
24969 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24970
24971         * nnheader.el (nnheader-uniquify-message-id): New experimental
24972         variable.
24973         (nnheader-nov-read-message-id): Use it.
24974
24975         * spam-report.el (spam-report-gmane): Add interactive.
24976
24977 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24978
24979         * mm-encode.el (mm-content-transfer-encoding-defaults):
24980         Use qp-or-base64 for the application/* types.
24981
24982 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24983
24984         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24985
24986 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24987
24988         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24989         trim value.
24990
24991 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24992
24993         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24994         New macro and function.
24995         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24996
24997 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24998
24999         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25000         after-load-alist.
25001
25002 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25003
25004         * gnus-group.el (gnus-group-get-new-news-this-group):
25005         Don't update info that isn't there.
25006
25007 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25008
25009         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25010         entry.
25011
25012 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25013
25014         * mm-view.el (mm-inline-render-with-function): Use multibyte
25015         buffer; decode html source by charset.
25016
25017         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25018
25019         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25020         Mule-UCS is loaded under XEmacs.
25021         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25022
25023 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25024
25025         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25026
25027 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25028
25029         * mm-util.el (mm-coding-system-p): Return a coding-system.
25030         (mm-mime-mule-charset-alist): Use shift_jis instead of
25031         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25032         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25033         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25034         instead of japanese-shift-jis and iso-latin-1 respectively in
25035         order to share the default value with both Emacs and XEmacs-mule.
25036         (mm-mule-charset-to-mime-charset):
25037         Make mm-coding-system-priorities effective.
25038         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25039         while predicating of candidates upon the priorities.
25040
25041 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25042
25043         * gnus-sum.el (gnus-summary-make-menu-bar):
25044         Add gnus-uu-invert-processable.
25045
25046         * gnus.el: Autoload gnus-uu-invert-processable.
25047
25048 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25049
25050         * mm-util.el (mm-with-multibyte-buffer): New macro.
25051
25052         * rfc2047.el (rfc2047-encode-string): Use it.
25053         (rfc2047-encode-region): Move point to the end of the region after
25054         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25055
25056 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25057
25058         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25059         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25060
25061 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25062
25063         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25064         (gnus-cite-parse): Ignore quoted envelope From_.
25065         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25066
25067 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25068
25069         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25070         invalid addresses.
25071
25072 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25073
25074         * spam.el: Change section markers, revise TODO list.
25075         (spam-backends): Make new master list of all installed backends.
25076         (spam-summary-exit-behavior): Add new variable to determine how
25077         messages moves are done at summary exit.
25078         (spam-move-spam-nonspam-groups-only)
25079         (spam-process-ham-in-nonham-groups)
25080         (spam-process-ham-in-spam-groups): Remove variables, the
25081         spam-summary-exit-behavior variable should be used to manage this
25082         behavior.
25083         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25084         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25085         and spam-old-spam-articles.
25086         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25087         Add empty variables, placeholders for the backends they represent.
25088         (spam-set-difference): Move, unchanged.
25089         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25090         unless the user has a processor variable.
25091         (spam-classifications, spam-classification-valid-p)
25092         (spam-backend-properties, spam-backend-property-valid-p)
25093         (spam-backend-function-type-valid-p)
25094         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25095         (spam-report-articles-gmane, spam-report-articles-resend):
25096         Remove functions, they are not needed.
25097         (spam-install-backend-super, spam-backend-list)
25098         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25099         (spam-backend-function, spam-backend-ham-registration-function)
25100         (spam-backend-spam-registration-function)
25101         (spam-backend-ham-unregistration-function)
25102         (spam-backend-spam-unregistration-function)
25103         (spam-backend-statistical-p, spam-backend-mover-p)
25104         (spam-install-backend-alias, spam-install-checkonly-backend)
25105         (spam-install-mover-backend, spam-install-nocheck-backend)
25106         (spam-install-backend, spam-install-statistical-backend)
25107         (spam-install-statistical-checkonly-backend): Add backend installation
25108         support.
25109         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25110         (spam-group-processor-p): Use the new backend code and respect the
25111         summary exit behavior.
25112         (spam-mark-spam-as-expired-and-move-routine): Remove.
25113         (spam-summary-prepare): Change to use the new spam-old-articles
25114         variable.
25115         (spam-copy-or-move-routine, spam-copy-spam-routine)
25116         (spam-move-spam-routine, spam-copy-ham-routine)
25117         (spam-move-ham-routine): Add code to copy/move ham or spam.
25118         (spam-fetch-field-fast): Improve doc and code, plus allow the
25119         'number request.
25120         (spam-list-of-checks, spam-list-of-statistical-checks):
25121         Remove variables.
25122         (spam-split, spam-find-spam): Use the new backend code.
25123         (spam-registration-functions): Remove variable.
25124         (spam-unregister-routine): Add convenience wrapper.
25125         (spam-log-undo-registration, spam-register-routine)
25126         (spam-log-processing-to-registry)
25127         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25128         where possible.
25129         (spam-check-gmane-xref, spam-check-regex-headers)
25130         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25131         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25132         (spam-check-bogofilter-headers, spam-check-spamoracle)
25133         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25134         (spam-check-crm114-headers): Use the spam-split-group that
25135         spam-split prepares, no need to determine it every time.
25136
25137         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25138         to the nnheader-parse-naked-head call.
25139
25140         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25141
25142         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25143         the nnheader-nov-read-message-id call.
25144
25145 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25146
25147         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25148         gnus-activate-group twice.  Suggested by Markus Peter
25149         <warp@spin.de>.
25150
25151 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25152
25153         * gnus-art.el (gnus-article-time-format): Exchange the order of
25154         day and month in the default value; fix customization type.
25155         (article-date-ut): Use add-text-properties.
25156         (article-make-date-line): Use message-make-date instead of
25157         current-time-string.
25158
25159         * message.el (message-fetch-field): Don't use set-text-properties.
25160         (message-make-date): Simplify.
25161
25162         * messagexmas.el (message-xmas-make-date): New function.
25163         (message-xmas-redefine): Defalias message-make-date to it.
25164
25165 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25166
25167         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25168         (rfc2047-encode-region): Treat text within parentheses as special;
25169         show the original text when error has occurred.
25170
25171         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25172         already-computed method to gnus-activate-group.
25173
25174         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25175         same select-methods identical Lisp objects.
25176
25177         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25178         object when modifying the info.
25179
25180 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25181
25182         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25183         gnus-opened-servers since it has never been opened with the new
25184         configuration yet.
25185
25186 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25187
25188         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25189         arg to nnheader-generate-fake-message-id.
25190
25191 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25192
25193         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25194         number and build a fake message ID localized to a group and
25195         article number (so it's repeatable from that point on).
25196         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25197         ID format.
25198
25199         * gnus-sum.el (gnus-get-newsgroup-headers):
25200         Call nnheader-generate-fake-message-id with the article number.
25201
25202 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25203
25204         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25205         end-of-buffer.
25206
25207 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25208
25209         * message.el (message-ignored-supersedes-headers): Add Approved.
25210
25211 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25212
25213         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25214         goto-char.
25215         (rfc2047-encode): Fold the line before encoding.
25216
25217 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25218
25219         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25220         folding -- not all headers can be folded, and this should be done
25221         by the message composition mode.  Probably.  I think.
25222
25223 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25224
25225         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25226         fast.
25227
25228         * gnus-ems.el (gnus-remove-image): Don't use
25229         message-text-with-property; remove only the image found first.
25230
25231         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25232         found first.
25233
25234 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25235
25236         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25237
25238 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25239
25240         * message.el (message-text-with-property): Make it fast and accept
25241         optional arguments.
25242         (message-strip-forbidden-properties): Use it.
25243         (message-fix-before-sending): Follow the m-t-w-p change.
25244
25245         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25246
25247 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25248
25249         * gnus-art.el (article-hide-headers): Don't change the buffer
25250         mistakenly when performing mml-preview even if
25251         gnus-single-article-buffer is nil.
25252
25253 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25254
25255         * message.el (message-expand-name-databases): New user option.
25256         (message-expand-name): Use it.
25257
25258 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25259
25260         * spam.el (spam-report-articles-resend)
25261         (spam-report-resend-register-routine): Allow ham reporting.
25262         (spam-report-resend-register-ham-routine): Add wrapper.
25263         (spam-registration-functions): Add ham resending functions.
25264         (spam-list-of-processors): Add ham resend processor.
25265
25266         * gnus.el (ham-resend-to): Add new group parameter.
25267         (spam-process): Add ham resend option.
25268
25269         * spam-report.el (spam-report-resend): Allow reporting ham.
25270         (spam-report-resend-ham): Add wrapper.
25271
25272 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25273
25274         * message.el (message-cite-articles-with-x-no-archive):
25275         New variable.
25276         (message-cite-original): Use it.
25277
25278 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25279
25280         * message.el (message-cite-original): Respect X-No-Archive.
25281
25282 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25283
25284         * gnus-art.el (article-hide-headers): Refer to the values for
25285         gnus-ignored-headers and gnus-visible-headers in the summary
25286         buffer since a user may have set them as group parameters.
25287
25288 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25289
25290         * assistant.el (assistant-node-name): Add convenience function.
25291         (assistant-render-text, assistant-render-node): Add error handling,
25292         plus handle multiple next nodes.
25293         (assistant-find-next-node): Comment out for now.
25294         (assistant-find-next-nodes): Add function, returns list of next
25295         nodes.
25296
25297 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25298
25299         * mail-source.el (mail-source-directory): Fix doc-string.
25300
25301 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25302
25303         * assistant.el (assistant-render-text, assistant-eval): Add :set
25304         widget type, which is different because it takes and returns a
25305         list.  Much hilarity ensues.
25306
25307 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25308
25309         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25310
25311         * gnus-group.el (gnus-group-get-new-news-this-group):
25312         Add doc-string.
25313
25314         * gnus-start.el (gnus-activate-group): Add doc-string.
25315
25316 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25317
25318         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25319
25320 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25321
25322         * assistant.el (assistant-render-text): Try to add a :set
25323         widget, more to come.
25324
25325         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25326         strings.
25327         (spam-report-articles-resend)
25328         (spam-register-routine): Do registration iff any articles warrant
25329         it.
25330         (spam-summary-prepare-exit): Change log message for nil group
25331         destinations.
25332
25333 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25334
25335         * spam.el (spam-report-resend-register-routine):
25336         Allow spam-report-resend-to to be a group parameter or a global value.
25337
25338 2004-05-26  Simon Josefsson  <jas@extundo.com>
25339
25340         * starttls.el: Merge with my GNUTLS based starttls.el.
25341         (starttls-gnutls-program, starttls-use-gnutls)
25342         (starttls-extra-arguments, starttls-process-connection-type)
25343         (starttls-connect, starttls-failure, starttls-success):
25344         New variables.
25345         (starttls-program, starttls-extra-args): Doc fix.
25346         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25347         New functions.
25348         (starttls-negotiate, starttls-open-stream):
25349         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25350         function if it is set.
25351
25352 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25353
25354         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25355         structured fields.
25356
25357 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25358
25359         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25360
25361 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25362
25363         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25364         Add variable.
25365         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25366         assigning the spam-mark to new messages.
25367
25368 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25369
25370         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25371
25372 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25373
25374         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25375
25376         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25377         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25378         default.
25379
25380 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25381
25382         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25383         correct data.
25384
25385 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25386
25387         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25388         (spam-group-processor-p): Fix function.
25389         (spam-group-processor-multiple-p)
25390         (spam-group-spam-processor-report-gmane-p)
25391         (spam-group-spam-processor-report-resend-p)
25392         (spam-group-spam-processor-bogofilter-p)
25393         (spam-group-spam-processor-blacklist-p)
25394         (spam-group-spam-processor-ifile-p)
25395         (spam-group-ham-processor-ifile-p)
25396         (spam-group-spam-processor-spamoracle-p)
25397         (spam-group-spam-processor-crm114-p)
25398         (spam-group-ham-processor-bogofilter-p)
25399         (spam-group-spam-processor-stat-p)
25400         (spam-group-ham-processor-stat-p)
25401         (spam-group-ham-processor-whitelist-p)
25402         (spam-group-ham-processor-BBDB-p)
25403         (spam-group-ham-processor-spamoracle-p)
25404         (spam-group-ham-processor-copy-p): Remove functions with some
25405         prejudice against unneeded code.
25406         (spam-report-articles-resend)
25407         (spam-report-resend-register-routine): Allow the group/topic
25408         spam-resend-to value to override spam-report-resend-to.
25409         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25410         properly now.
25411
25412         * gnus.el (spam-resend-to): Add group/topic parameter.
25413         (spam-process): Move the OBSOLETE processors to the end of the
25414         choices.
25415
25416 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25417
25418         * spam-report.el (spam-report-resend-to, spam-report-resend):
25419         Start with resend-to set to nil, and then ask the user if necessary.
25420         (spam-report-resend): spam-report-resend takes a list of articles, not
25421         separate article numbers.
25422
25423 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25424
25425         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25426         addition to emacs-w3m.
25427
25428 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25429
25430         * assistant.el (assistant-authinfo-data): New function.
25431         (assistant-eval): Eval for entire assistant.
25432
25433         * netrc.el (netrc-services-file): New variable.
25434         (netrc-parse-services): New function.
25435         (netrc-find-service-name): New function.
25436         (netrc-find-service-number): New function.
25437         (netrc-port-equal): New function.
25438         (netrc-machine): Use it.
25439
25440         * nnimap.el (nnimap-open-connection): Use netrc.
25441
25442         * gnus-util.el (gnus-netrc-get): Remove aliases.
25443
25444         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25445
25446         * assistant.el (wid-edit): Fix compilation.
25447
25448         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25449
25450 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25451
25452         * gnus-util.el (gnus-set-file-modes): New function.  (small
25453         patch).
25454
25455 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25456
25457         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25458
25459         * assistant.el (assistant-render-node): Fix up rendering and
25460         read-only text.
25461         (assistant-render-node): Reset.
25462         (assistant-make-read-only): Not sticky.
25463
25464 2004-05-20  Danny Siu  <dsiu@adobe.com>
25465
25466         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25467         centered even when gnus-auto-center-summary is t.
25468
25469 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25470
25471         * dns.el (dns-get-txt-answer): New function.
25472         (dns-read-txt): Ditto.
25473         (query-dns): Use it.
25474
25475 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25476
25477         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25478         active for foreign groups even if the group level is higher than
25479         the specified value.
25480
25481 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25482
25483         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25484         non-active groups.
25485
25486         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25487
25488 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25489
25490         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25491
25492 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25493
25494         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25495         (spam-crm114-header, spam-crm114-spam-switch)
25496         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25497         (spam-crm114-positive-spam-header)
25498         (spam-crm114-database-directory, spam-list-of-processors)
25499         (spam-group-spam-processor-crm114-p)
25500         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25501         (spam-generic-score, spam-list-of-checks)
25502         (spam-list-of-statistical-checks, spam-registration-functions)
25503         (spam-check-crm114-headers, spam-crm114-score)
25504         (spam-check-crm114, spam-crm114-register-with-crm114)
25505         (spam-crm114-register-spam-routine)
25506         (spam-crm114-unregister-spam-routine)
25507         (spam-crm114-register-ham-routine)
25508         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25509
25510 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25511
25512         * gnus.el: Add spam-use-crm114.
25513
25514         * spam.el (spam-list-of-processors, spam-registration-functions):
25515         Add spam-use-resend.
25516         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25517         (spam-report-articles-gmane): Add doc fix.
25518         (spam-report-articles-resend, spam-report-resend-register-routine):
25519         Add wrappers around spam-report-resend-to.
25520
25521         * spam-report.el (spam-report-resend-to, spam-report-resend):
25522         Add support for resending spam.
25523         (spam-report-gmane): Fix line length >80.
25524
25525         * gnus.el (spam-process): Add spam-use-resend.
25526
25527 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25528
25529         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25530         number of processed spam messages.
25531         (spam-ham-copy-or-move-routine): Return the number of processed
25532         ham messages.
25533         (spam-summary-prepare-exit): Use the above values to decide
25534         whether status messages shouled be displayed.
25535
25536 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25537
25538         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25539         `rfc2047-encoding-function-alist' in order to avoid conflicting
25540         with the old version.
25541         (rfc2047-encode-region): Concatenate words containing non-ASCII
25542         characters in structured fields; don't encode space-delimited
25543         ASCII words even in unstructured fields; don't break words at
25544         char-category boundaries.
25545         (rfc2047-encode-1): New function.
25546         (rfc2047-encode): Use it; encode text so that it occupies the
25547         maximum width within 76-column; work correctly on Q encoding for
25548         iso-2022-* charsets.
25549         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25550         sure not to break a line just after the header name.
25551         (rfc2047-b-encode-region): Remove.
25552         (rfc2047-b-encode-string): New function.
25553         (rfc2047-q-encode-region): Remove.
25554         (rfc2047-q-encode-string): New function.
25555
25556         * mm-util.el (mm-replace-in-string): New function.
25557
25558 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25559
25560         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25561         Really get it right.
25562         (gnus-inews-make-draft): Really.
25563
25564 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25565
25566         * nnmh.el (nnmh-request-list-1): Don't check the link count
25567         before descending.  (small patch)
25568
25569 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25570
25571         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25572         stuff.
25573
25574         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25575         Match on real group name.
25576
25577         * gnus-art.el (gnus-signature-limit): Doc fix.
25578
25579         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25580
25581         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25582
25583 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25584
25585         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25586         isn't a string.
25587
25588 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25589
25590         * gnus-draft.el (gnus-draft-send):
25591         Bind rfc2047-encode-encoded-words.
25592
25593         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25594         (rfc2047-encodable-p): Say that =? needs encoding.
25595         (rfc2047-encode-encoded-words): New variable.
25596
25597         * gnus-group.el (gnus-group-select-group): Doc fix.
25598
25599         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25600
25601         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25602         to nil.
25603
25604         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25605
25606         * nnheader.el (nnheader-get-lines-and-char): New function.
25607
25608 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25609
25610         * gnus-msg.el (gnus-summary-followup-with-original):
25611         Document yanking of region when active.
25612
25613 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25614
25615         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25616         groups if the group level is higher than the specified value.
25617
25618 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25619
25620         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25621         (gnus-group-jump-to-group): Add prefix argument using
25622         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25623         non-active group.
25624
25625         * compface.el (uncompface): Be verbose when changing
25626         `uncompface-use-external'.
25627
25628         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25629         handle manual section.
25630
25631 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25632
25633         * gnus-art.el (gnus-button-alist): Revert previous change.
25634
25635 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25636
25637         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25638
25639 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25640
25641         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25642         whether backend can accept message.
25643
25644         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25645
25646 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25647
25648         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25649         Avoid creating directory when nntp-marks-is-evil is true.
25650         Reported by Reiner Steib.
25651
25652 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25653
25654         * gnus-picon.el (gnus-picon-insert-glyph):
25655         Add optional `nostring' argument.
25656
25657 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25658
25659         * gnus-picon.el (gnus-picon-style): New variable.
25660         (gnus-picon-transform-address): Support `gnus-picon-style'.
25661
25662 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25663
25664         * message.el (message-fill-field): Return point.
25665         (message-generate-headers): Go to end of field.
25666
25667         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25668         stuff for non-living groups.
25669
25670 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25671
25672         * gnus-art.el (gnus-article-followup-with-original)
25673         (gnus-article-reply-with-original): gnus-mark-active-p ->
25674         gnus-region-active-p.
25675
25676 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25677
25678         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25679         only when there is spam or ham to be processed.
25680
25681 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25682
25683         * mail-source.el (mail-source-delete-crash-box): Refactor.
25684         (mail-source-fetch): Use it.
25685         (mail-source-fetch-file): Ditto.
25686         (mail-source-fetch-directory): Run postscript in loop.
25687         (mail-source-fetch-pop): Delete.
25688         (mail-source-fetch-maildir): Ditto.
25689         (mail-source-fetch-imap): Ditto.
25690
25691         * imap.el (imap-authenticators): Comment out sasl.
25692
25693         * message.el (message-skip-to-next-address): New function.
25694         (message-fill-header-address): Refactor.
25695         (message-fill-address): Use it.
25696         (message-delete-address): Use it.
25697         (message-fill-header-general): Refactor.
25698         (message-fill-field-address): Rename.
25699         (message-narrow-to-field): Find the start of the header.
25700         (message-header-format-alist): Don't pre-fill.
25701         (message-fill-header): Remove.
25702         (message-insert-header): New function.
25703         (message-shorten-references): Use it.
25704
25705         * rfc2047.el (rfc2047-field-value): Strip props.
25706
25707         * mail-parse.el (mail-header-make-address): New alias.
25708
25709         * ietf-drums.el (ietf-drums-make-address): New function.
25710
25711         * imap.el: Add compiler directives.
25712
25713         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25714
25715         * gnus-art.el (article-decode-idna-rhs): Don't use
25716         message-idna-inside-rhs-p.
25717
25718 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25719
25720         * message.el (message-idna-inside-rhs-p): Remove.
25721         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25722
25723         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25724         false positives.
25725
25726 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25727
25728         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25729
25730 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25731
25732         * nneething.el (nneething-file-name): Don't create spurious
25733         files.
25734
25735         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25736         (gnus-inews-do-gcc): Remove sleep.
25737
25738         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25739         part under point.
25740
25741         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25742         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25743
25744 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25745
25746         * spam.el (spam-summary-prepare-exit): Fix (length).
25747
25748 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25749
25750         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25751         as expired without moving it" message when there are spam
25752         messages left.
25753
25754 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25755
25756         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25757         header is not nil.
25758
25759 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25760
25761         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25762         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25763         (nntp-marks-changed-p): New arg SERVER.
25764         (nntp-request-update-info): Adjust caller.
25765
25766 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25767
25768         * nntp.el (nntp-save-marks): Pass missing arg.
25769
25770 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25771
25772         * nntp.el: Support marks.
25773         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25774         (nntp-marks-modtime, nntp-marks-directory): New variables.
25775         (nntp-request-set-mark, nntp-request-update-info)
25776         (nntp-possibly-create-directory, nntp-marks-changed-p)
25777         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25778         New functions.
25779
25780 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25781
25782         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25783         (gnus-xmas-redefine): Rename.
25784
25785         * gnus-score.el (gnus-score-insert-help):
25786         Use gnus-select-lowest-window.
25787
25788         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25789         appt-select-lowest-window and rename to gnus-select-lowest-window.
25790
25791         * gnus.el: do.
25792
25793 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25794
25795         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25796         encodings of MIME-encoded words, in order to improve
25797         interoperability with several broken MUAs.
25798
25799 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25800
25801         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25802         tags, only when charsets are not specified in headers.
25803         (mm-inline-text-html-render-with-w3m): Ditto.
25804
25805         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25806         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25807
25808 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25809
25810         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25811         instead of MIME-decoded from fields when checking
25812         `gnus-article-address-banner-alist'.
25813
25814 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25815
25816         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25817         description rather than subject.
25818
25819 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25820
25821         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25822
25823 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25824
25825         * gnus.el (gnus-version-number): Bump.
25826
25827 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25828
25829         * gnus.el: No Gnus v0.2 is released.
25830
25831 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25832
25833         * gnus-agent.el (gnus-agent-read-agentview):
25834         Inline gnus-uncompress-range.
25835
25836 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25837
25838         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25839         `exec-installed-p'.
25840
25841 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25842
25843         * gnus.el (spam-process, spam-autodetect-methods):
25844         Add bsfilter and bsfilter-headers.
25845
25846         * spam.el (spam-bsfilter): New customize group.
25847         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25848         (spam-bsfilter-header, spam-bsfilter-probability-header)
25849         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25850         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25851         (spam-bsfilter-database-directory): New options.
25852         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25853         (spam-list-of-statistical-checks, spam-registration-functions):
25854         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25855         (spam-bsfilter-score): New command.
25856         (spam-check-bsfilter-headers, spam-check-bsfilter)
25857         (spam-bsfilter-register-with-bsfilter)
25858         (spam-bsfilter-register-spam-routine)
25859         (spam-bsfilter-unregister-spam-routine)
25860         (spam-bsfilter-register-ham-routine)
25861         (spam-bsfilter-unregister-ham-routine): New functions.
25862         (spam-generic-score): Support bsfilter; Accept an optional argument
25863         to recalcurate spam score even if scoring header has already been
25864         added.
25865         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25866         optional argument to recalcurate spam score even if scoring header
25867         has already been added.
25868
25869 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25870
25871         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25872         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25873         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25874         link is missing.
25875
25876 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25877
25878         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25879         (html2text-get-attr): Rewrite.
25880
25881         * message.el (message-setup-1): Remove redundant put-text-property
25882         on mail-header-separator.
25883
25884 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25885
25886         * gnus-registry.el (gnus-registry-cache-whitespace)
25887         (gnus-registry-action, gnus-registry-spool-action)
25888         (gnus-registry-split-fancy-with-parent): Change message levels
25889         from 5 to 3 or 7, as needed.
25890
25891         * spam.el (spam-summary-prepare-exit)
25892         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25893         (spam-split, spam-find-spam, spam-log-undo-registration)
25894         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25895         level from 5 to 6.
25896
25897 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25898
25899         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25900         2004-03-04 change).
25901
25902 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25903
25904         * sieve-manage.el (sieve-manage-open):
25905         * nnweb.el (nnweb-insert-html):
25906         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25907         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25908         * nnspool.el (nnspool-request-group):
25909         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25910         * nnml.el (nnml-request-update-info):
25911         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25912         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25913         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25914         (nnimap-request-set-mark):
25915         * nnfolder.el (nnfolder-request-update-info):
25916         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25917         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25918         * gnus-uu.el (gnus-uu-find-articles-matching):
25919         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25920         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25921         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25922         * gnus-nocem.el (gnus-nocem-scan-groups):
25923         * gnus-int.el (gnus-start-news-server):
25924         * gnus-group.el (gnus-group-make-kiboze-group)
25925         (gnus-group-browse-foreign-server):
25926         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25927         Use mapc when appropriate.
25928
25929 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25930             Adam Sjøgren  <asjo@koldfront.dk>
25931             Wes Hardaker  <wes@hardakers.net>
25932             Michael Shields  <shields@msrl.com>
25933
25934         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25935         may need for spam sorting and scoring.
25936         (spam-user-format-function-S): Add user format function suitable for
25937         general use.
25938         (spam-article-sort-by-spam-status): Add sorting function for summary
25939         sorting.
25940         (spam-extra-header-to-number): Add function to get a score from a
25941         header.
25942         (spam-summary-score): Add function to get a numeric score from the
25943         headers.
25944         (spam-generic-score): Fix function doc, was in wrong place.
25945         (spam-initialize): Take symbols when it's run, and install the
25946         extra headers that spam-necessary-extra-headers thinks we need.
25947
25948 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25949
25950         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25951         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25952
25953 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25954
25955         * gnus-sum.el (gnus-set-global-variables)
25956         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25957         (gnus-article-get-xrefs, gnus-summary-best-group)
25958         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25959         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25960         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25961         Use with-current-buffer.
25962
25963 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25964
25965         * spam.el (spam-summary-prepare-exit): Simplify logic.
25966         (spam-fetch-article-header): Read the article header if it's not
25967         available.
25968         (spam-list-articles): Simplify logic.
25969         (spam-filelist-register-routine): Fix bug with unregister-list.
25970
25971         * gnus-registry.el: Fix comments at beginning.
25972
25973 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25974
25975         * message.el (message-cater-to-broken-inn): Remove.
25976         (message-shorten-references): Make sure the total folded length of
25977         References is shorter than 998 characters to cater to a bug in INN
25978         2.3.  Also, don't pretend that references aren't folded -- this
25979         hasn't worked for a while.
25980
25981 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25982
25983         * gnus-agent.el (gnus-agentize):
25984         gnus-agent-send-mail-real-function no longer set to current value
25985         of message-send-mail-function but rather a lambda that calls
25986         message-send-mail-function.  The change makes the agent real-time
25987         responsive to user changes to message-send-mail-function.
25988
25989 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25990
25991         * legacy-gnus-agent.el
25992         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25993         help from Florian Weimer <fw@deneb.enyo.de>
25994
25995 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25996
25997         * nnmail.el (nnmail-cache-insert): Revert last change.
25998
25999 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26000
26001         * nnmail.el (nnmail-cache-insert): Always check whether
26002         nnmail-cache-ignore-groups matches a group name.
26003
26004 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26005
26006         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26007         (spam-find-spam, spam-log-processing-to-registry)
26008         (spam-log-registered-p, spam-log-unregistration-needed-p)
26009         (spam-log-undo-registration): Use gnus-message instead of
26010         gnus-error, none of these errors are fatal.
26011
26012         * gnus-registry.el (gnus-registry-clean-empty-function)
26013         (gnus-registry-clean-empty): Remove only empty entries without
26014         extra data.
26015
26016 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26017
26018         * spam-stat.el (spam-stat-buffer-change-to-spam)
26019         (spam-stat-buffer-change-to-non-spam): Change (error) to
26020         (gnus-message 8) invocation.
26021
26022 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26023
26024         * nntp.el (nntp-via-netcat-command): New variable.
26025         (nntp-via-netcat-switches): New variable.
26026         (nntp-open-via-rlogin-and-netcat): New function.
26027         (nntp-open-connection-function): Doc fix.
26028         (nntp-telnet-command): Doc fix.
26029         (nntp-end-of-line): Doc fix.
26030         (nntp-via-rlogin-command): Doc fix.
26031         (nntp-via-user-name): Doc fix.
26032         (nntp-via-address): Doc fix.
26033
26034 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26035
26036         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26037         error in Emacs 21.1.
26038
26039 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26040
26041         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26042
26043 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26044
26045         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26046         (gnus-agent-with-refreshed-group): New macro.
26047         (gnus-agent-rename-group): New function.
26048         (gnus-agent-delete-group): New function.
26049         (gnus-agent-save-group-info): Use gnus-command-method when
26050         `method' parameter is nil.  Don't write nil entries into the
26051         active file.
26052         (gnus-agent-get-group-info): New function.
26053         (gnus-agent-fetch-articles):
26054         Use gnus-agent-update-files-total-fetched-for to increment disk space
26055         used.
26056         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26057         Use gnus-agent-update-view-total-fetched-for to increment disk space
26058         used.
26059         (gnus-agent-get-local): Add optional parameters to avoid calling
26060         gnus-group-real-name and gnus-find-method-for-group.
26061         (gnus-agent-set-local): Delete stored entry if either min, or max,
26062         are nil.
26063         (gnus-agent-fetch-session): Reworded error/quit messages.
26064         On quit, use gnus-agent-regenerate-group to record existance of any
26065         articles fetched to disk before the quit occurred.
26066         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26067         gnus-agent-update-view-total-fetched-for, and
26068         gnus-agent-update-files-total-fetched-for to decrement disk space
26069         used.
26070         (gnus-agent-retrieve-headers):
26071         Use gnus-agent-update-view-total-fetched-for to increment disk space
26072         used.
26073         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26074         with gnus-agent-update-files-total-fetched-for to decrement disk
26075         space and fresh group buffer.
26076         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26077         (gnus-agent-need-update-total-fetched-for): New variable.
26078         (gnus-agent-update-files-total-fetched-for): New function.
26079         (gnus-agent-update-view-total-fetched-for): New function.
26080         (gnus-agent-total-fetched-for): New function.
26081
26082         * gnus-cache.el (gnus-cache-save-buffers):
26083         Use gnus-cache-update-overview-total-fetched-for to change disk space
26084         used by this group.
26085         (gnus-cache-possibly-enter-article):
26086         Use gnus-cache-update-file-total-fetched-for to increment disk space
26087         used by this group.
26088         (gnus-cache-possibly-remove-article):
26089         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26090         used by this group.
26091         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26092         (gnus-cache-rename-group): New function.
26093         (gnus-cache-delete-group): New function.
26094         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26095         (gnus-cache-need-update-total-fetched-for): New variable.
26096         (gnus-cache-with-refreshed-group): New macro.
26097         (gnus-cache-update-file-total-fetched-for): New function.
26098         (gnus-cache-update-overview-total-fetched-for): New function.
26099         (gnus-cache-rename-group-total-fetched-for): New function.
26100         (gnus-cache-delete-group-total-fetched-for): New function.
26101         (gnus-cache-total-fetched-for): New function.
26102
26103         * gnus-group.el: Require gnus-sum and autoload functions to
26104         resolve warnings when gnus-group.el compiled alone.
26105         (gnus-group-line-format): Document new %F.
26106         (size of Fetched data) group line format; identifies disk space
26107         used by agent and cache.
26108         (gnus-group-line-format-alist): Define new F format.
26109         (gnus-total-fetched-for): New function.
26110         (gnus-group-delete-group): No longer update
26111         gnus-cache-active-altered as gnus-request-delete-group now keeps
26112         the cache in sync.
26113         (gnus-group-list-active): Let the agent store a server's active
26114         list if currently plugged.
26115
26116         * gnus-int.el (gnus-request-delete-group):
26117         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26118         local disk in sync with the server.
26119         (gnus-request-rename-group):
26120         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26121         local disk in sync with the server.
26122
26123         * gnus-start.el (gnus-get-unread-articles):
26124         Cosmetic simplification to logic.
26125
26126         * gnus-util.el (gnus-rename-file): New function.
26127
26128 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26129
26130         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26131
26132 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26133
26134         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26135         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26136
26137 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26138
26139         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26140         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26141
26142 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26143
26144         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26145
26146 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26147
26148         * spam.el (spam-set-difference): Add function to replace
26149         gnus-set-difference in spam.el.
26150         (spam-summary-prepare-exit): Use spam-set-difference.
26151
26152 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26153
26154         * gnus-registry.el (gnus-registry-cache-file): Update to use
26155         gnus-dribble-directory OR gnus-home-directory OR ~.
26156         (gnus-registry-split-fancy-with-parent): Fix doc.
26157
26158 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26159
26160         * message.el (message-exchange-point-and-mark):
26161         Use message-mark-active-p.  Suggested by Jesper Harder
26162         <harder@ifa.au.dk>.
26163
26164 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26165
26166         * message.el (message-exchange-point-and-mark): Don't activate
26167         region if it was inactive.  Suggested by Hiroshi Fujishima
26168         <pooh@nature.tsukuba.ac.jp>.
26169
26170 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26171
26172         * gnus-art.el (article-display-face): Display Faces in the same
26173         order as X-Faces.
26174
26175 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26176
26177         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26178
26179 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26180
26181         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26182         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26183         (gnus-article-mime-hierarchy): Remove.
26184         (gnus-article-mime-hierarchy-next): Remove.
26185         (gnus-article-mode): Revert 2004-03-19 change.
26186         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26187         (gnus-insert-mime-button): Revert 2004-03-19 change.
26188         (gnus-mime-accumulate-hierarchy): Remove.
26189         (gnus-mime-enter-multipart): Remove.
26190         (gnus-mime-leave-multipart): Remove.
26191         (gnus-mime-display-part): Revert 2004-03-19 change.
26192         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26193
26194         * mml.el (mml-preview): Revert 2004-03-19 change.
26195
26196 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26197
26198         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26199
26200 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26201
26202         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26203         t while entering a file name using the mm-with-multibyte macro.
26204         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26205
26206         * mm-util.el (mm-with-multibyte): New macro.
26207
26208 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26209
26210         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26211         New user option.
26212         (gnus-mime-multipart-functions): Doc and customization fix.
26213         (gnus-article-mime-hierarchy): New variable.
26214         (gnus-article-mime-hierarchy-next): New variable.
26215         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26216         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26217         gnus-article-mime-hierarchy-next to nil.
26218         (gnus-insert-mime-button): Show hierarchy numbers.
26219         (gnus-mime-accumulate-hierarchy): New function.
26220         (gnus-mime-enter-multipart): New function.
26221         (gnus-mime-leave-multipart): New function.
26222         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26223         (gnus-mime-display-alternative): Show hierarchy numbers.
26224
26225         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26226         gnus-article-mime-hierarchy-next to nil.
26227
26228 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26229
26230         * dns.el: Don't require gnus-xmas.
26231
26232 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26233
26234         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26235         inline PGP.
26236         (mml-menu): Disable mml-quote-region if mark is inactive.
26237
26238 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26239
26240         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26241         when the group's active is not available.
26242
26243 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26244
26245         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26246         error.
26247
26248 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26249
26250         * imap.el (imap-store-password): New variable.
26251         (imap-interactive-login): Use it.
26252         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26253
26254 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26255
26256         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26257         window-start and hscroll to summary window.
26258
26259 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26260
26261         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26262         conversion message to newsrc-dribble when an actual conversion is
26263         performed.
26264
26265 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26266
26267         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26268
26269 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26270
26271         * mm-decode.el (mm-complicated-handles): New function reviving
26272         former definition of mm-multiple-handles.
26273
26274         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26275         (gnus-mime-delete-part): Use it.
26276
26277 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26278
26279         * gnus-agent.el (gnus-agent-read-local):
26280         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26281         avoid the implicit assumption that they will always be equal.
26282         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26283         coding-system-for-write, as the with-temp-file macro first prints
26284         to a buffer then saves the buffer.
26285
26286 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26287
26288         * gnus-art.el (gnus-article-edit-part): New function.
26289         (gnus-mime-save-part-and-strip): Use it; do query instead of
26290         signaling an error; don't use mm-multiple-handles.
26291         (gnus-mime-delete-part): Ditto.
26292
26293 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26294
26295         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26296         old file versions.
26297         (gnus-group-prepare-hook): Remove function that converted list
26298         form of gnus-agent-expire-days to group properties.
26299
26300         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26301         (gnus-request-accept-article): Re-indented.
26302
26303         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26304         converters to handle old agent file formats.  Add logic for a
26305         "backup before upgrading warning".
26306         (gnus-convert-mark-converter-prompt): Developers can mark
26307         functions as needing (default), or not needing,
26308         gnus-convert-old-newsrc's "backup before upgrading warning".
26309         (gnus-convert-converter-needs-prompt): Tests whether the user
26310         should be protected from potentially irreversable changes by the
26311         function.
26312
26313         * legacy-gnus-agent.el: New.  Provides converters that are only
26314         loaded when gnus-convert-old-newsrc needs to call them.
26315
26316 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26317
26318         * mail-source.el (mail-source-touch-pop): Doc fix.
26319
26320         * message.el (message-smtpmail-send-it): Doc fix.
26321
26322 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26323
26324         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26325
26326         * nnmail.el (nnmail-split-fancy): do.
26327
26328         * gnus-kill.el (gnus-kill, gnus-execute): do.
26329
26330 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26331
26332         * gnus-sum.el (gnus-widget-reversible-match)
26333         (gnus-widget-reversible-to-internal)
26334         (gnus-widget-reversible-to-external): New functions.
26335         (gnus-widget-reversible): New widget.
26336         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26337
26338 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26339
26340         * gnus-sum.el (gnus-thread-sort-functions)
26341         (gnus-article-sort-functions): Document `(not F)' items.
26342
26343 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26344
26345         * spam.el (spam-use-gmane-xref): Add new backend.
26346         (spam-gmane-xref-spam-group): Add variable to control the name of the
26347         Gmane spam group.
26348         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26349         (spam-regex-headers-spam, spam-regex-headers-ham)
26350         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26351         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26352         backends and checks.
26353         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26354
26355         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26356         an autodetect method.
26357
26358 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26359
26360         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26361         articles are being added to a group.
26362         (gnus-request-replace-article): Inform the agent that articles
26363         need to be uncached as the cached contents are no longer valid.
26364
26365 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26366
26367         * binhex.el: Don't autoload executable-find.
26368
26369         * canlock.el: Don't autoload mail-fetch-field.
26370
26371         * dgnushack.el: Autoload c-mode for XEmacs.
26372
26373         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26374
26375         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26376         rmail-dont-reply-to and rmail-output.
26377
26378         * gnus-score.el: Don't autoload ffap-string-at-point.
26379
26380         * gnus-setup.el: Don't autoload sc-cite-original.
26381
26382         * imap.el: Don't autoload base64-decode-string,
26383         base64-encode-string and md5.
26384
26385         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26386         and rmail-msg-restore-non-pruned-header.
26387
26388         * mm-decode.el: Don't autoload executable-find.
26389
26390         * mm-url.el: Don't autoload executable-find.
26391
26392         * mm-view.el: Don't autoload diff-mode.
26393
26394         * nndb.el: Don't autoload news-reply-mode, news-setup,
26395         cancel-timer and telnet.
26396
26397         * password.el: Don't autoload run-at-time for Emacs.
26398
26399         * sha1-el.el: Don't autoload executable-find.
26400
26401         * sieve-mode.el: Don't autoload c-mode.
26402
26403         * uudecode.el: Don't autoload executable-find.
26404
26405 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26406
26407         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26408         (gnus-agent-possibly-alter-active): Avoid null in numeric
26409         comparison.
26410         (gnus-agent-set-local): Refuse to save null in local object table.
26411         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26412         list of articles that will be marked as unread.
26413
26414 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26415
26416         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26417
26418 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26419
26420         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26421         language tags.
26422
26423 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26424
26425         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26426         Don't bind "obarray".
26427
26428         * gnus-sum.el (gnus-thread-sort-functions):
26429         Add `gnus-thread-sort-by-most-recent-number' and
26430         `gnus-thread-sort-by-most-recent-date'.
26431         Reported by Kai Grossjohann <kai@emptydomain.de>.
26432
26433 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26434
26435         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26436
26437 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26438
26439         * gnus-cus.el (gnus-agent-customize-category):
26440         Remove ignore-errors macro reference that required cl to be loaded at
26441         run-time.
26442
26443         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26444         single-interval range of the form (min . max).  Previously the
26445         range had to look like ((min . max)).  Likewise, return
26446         (min . max) rather than ((min . max)).
26447         (gnus-range-map): Use gnus-range-normalize to accept
26448         single-interval range.
26449
26450         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26451         the cache, but not the agent, now appear with their usual face.
26452
26453         * dgnushack.el (loaddir): New variable that is bound to the
26454         directory containing the dgnushack.el file.  Use loaddir, rather
26455         than srcdir, to update load-path.  Change lets dgnushack compile
26456         code in directories other than GNUS/lisp.
26457
26458 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26459
26460         * lpath.el: Don't bind w3m-safe-url-regexp.
26461
26462         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26463         w3m-safe-url-regexp variable buffer-local.
26464
26465         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26466
26467 2004-02-27  Simon Josefsson  <jas@extundo.com>
26468
26469         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26470         gnus-group-real-prefix.
26471         (gnus-summary-move-article): Use it, instead of
26472         gnus-group-real-prefix.
26473
26474 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26475
26476         * lpath.el: Bind w3m-safe-url-regexp.
26477
26478         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26479         w3m-safe-url-regexp variable buffer-local and set it as the value
26480         of mm-w3m-safe-url-regexp.
26481
26482         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26483
26484         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26485         parsing gnus-posting-styles when the message is not for replying.
26486
26487         * dgnushack.el: Autoload sgml-mode for XEmacs.
26488
26489         * nnrss.el (nnrss-opml-export):
26490         Use mm-set-buffer-file-coding-system instead of
26491         set-buffer-file-coding-system.
26492
26493 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26494
26495         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26496         of checkdoc.el).
26497         * nnrss.el: do.
26498         * gnus-mlspl.el: do.
26499         * gnus-ml.el: do.
26500         * gnus-srvr.el: do.
26501
26502         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26503
26504 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26505
26506         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26507         Corrections to custom-manual links.
26508
26509         * gnus-art.el (gnus-article): Ditto.
26510
26511         * mm-decode.el (mime-display, mime-security): Ditto.
26512
26513 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26514
26515         * flow-fill.el: Typo.
26516
26517 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26518
26519         * spam-wash.el: New file.
26520
26521 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26522
26523         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26524
26525 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26526
26527         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26528         to be run with new-articles as LIST1, not LIST2.
26529         (spam-registration-functions): Add spam-use-ham-copy as a nil
26530         registration backend.
26531
26532 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26533
26534         * spam-stat.el (spam-stat-washing-hook): New option.
26535         (spam-stat-buffer-words): Use it.
26536         (spam-stat-process-directory, spam-stat-test-directory):
26537         Use insert-file-contents-literally.
26538         (spam-stat-coding-system): New variable.
26539         (spam-stat-load, spam-stat-save): Use it.
26540
26541 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26542
26543         * spam-report.el (spam-report-plug-agent):
26544         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26545
26546 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26547
26548         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26549         Allow / in mailto URLs.
26550
26551 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26552
26553         * spam-report.el (spam-report-process-queue): Fix interactive use.
26554         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26555         (spam-report-unplug-agent): Doc fixes.
26556         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26557         (spam-report-agentize, spam-report-deagentize): Autoload.
26558
26559 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26560
26561         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26562
26563         * message.el (message-setup-fill-variables): Add mml tags to
26564         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26565         <ajk@iu.edu>.
26566         (message-mode): Don't modify paragraph-separate there.
26567
26568 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26569
26570         * compface.el (uncompface-use-external): Default to undecided.
26571         (uncompface-use-external-threshold): New variable.
26572         (uncompface-float-time): New macro.
26573         (uncompface): Determine whether to use the external decoder if
26574         uncompface-use-external is undecided.
26575
26576 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26577
26578         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26579         after images.
26580
26581         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26582
26583 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26584
26585         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26586
26587         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26588
26589         * gnus-sum.el (gnus-summary-limit-to-age)
26590         (gnus-summary-limit-children): do.
26591
26592         * gnus-int.el (gnus-request-scan): do.
26593
26594         * gnus-group.el (gnus-group-suspend): do.
26595
26596         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26597
26598         * gnus-cite.el (gnus-cite-parse-attributions): do.
26599
26600         * gnus-agent.el (gnus-summary-set-agent-mark)
26601         (gnus-agent-regenerate-group): do.
26602
26603         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26604
26605         * binhex.el (binhex-decode-region-internal): do.
26606
26607 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26608
26609         * gnus-fun.el (gnus-face-properties-alist): New user option.
26610         (gnus-display-x-face-in-from): Use it.
26611
26612         * gnus-art.el (article-display-face): Ditto.
26613
26614         * compface.el (uncompface-use-external): Default to nil.
26615
26616 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26617
26618         * nntp.el (nntp-erase-buffer): New function.
26619         (nntp-retrieve-data, nntp-send-command)
26620         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26621         (nntp-possibly-change-group): Use it.
26622
26623         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26624         Use with-current-buffer.
26625
26626 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26627
26628         * compface.el: Merge the ELisp-based uncompface program.
26629         (compface): New customization group.
26630         (uncompface-use-external): New user option.
26631         (uncompface): Call uncompface-internal if uncompface-use-external
26632         is nil.
26633         (uncompface-internal): New function.  Note that there are also
26634         some other functions and variables added for this function.
26635
26636 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26637
26638         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26639         if necessary.
26640
26641 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26642
26643         * spam-report.el (spam-report-unplug-agent)
26644         (spam-report-plug-agent, spam-report-deagentize)
26645         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26646         Add support for the Agent in spam-report: when unplugged, report to a
26647         file; when plugged, submit all the requests.
26648
26649         * spam.el (spam-register-routine): Fix message about
26650         registration.
26651
26652 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26653
26654         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26655         dependencies.
26656         (rfc2047-encode): Use it.
26657
26658         * gnus-art.el (gnus-button-marker-list): Move before first
26659         reference.
26660
26661         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26662         (imap-parse-body): Fix format string mismatch.
26663
26664         * gnus-score.el (gnus-summary-increase-score): do.
26665
26666         * nnrss.el (nnrss-close): New function.
26667
26668 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26669
26670         * nnrss.el (nnrss-make-filename): New function.
26671         (nnrss-request-delete-group, nnrss-read-server-data)
26672         (nnrss-save-server-data, nnrss-read-group-data)
26673         (nnrss-save-group-data): Use it.
26674         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26675         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26676         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26677
26678 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26679
26680         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26681
26682 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26683
26684         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26685         files.
26686
26687         * message.el (message-generate-headers-first): Don't quote nil
26688         and t in docstrings.
26689
26690         * imap.el (imap-id): do.
26691
26692         * gnus-agent.el (gnus-agent-consider-all-articles)
26693         (gnus-agent-queue-mail): do.
26694
26695 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26696
26697         * spam-report.el (spam-report-process-queue): New function.
26698         Process requests from `spam-report-requests-file'.
26699         (spam-report-process-queue): Doc fix.
26700
26701 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26702
26703         * spam.el (spam-register-routine)
26704         (spam-log-processing-to-registry, spam-log-registered-p)
26705         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26706         Change "check" to "spam-check" for semi-clarity.
26707
26708 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26709
26710         * pop3.el: Require nnheader.
26711
26712         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26713
26714         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26715
26716         * gnus-picon.el: Require cl.
26717
26718         * gnus-fun.el: Require gnus-ems and gnus-util.
26719
26720         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26721
26722         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26723
26724         * gnus-art.el (gnus-article-edit-mode): Define before first
26725         reference.
26726
26727 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26728
26729         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26730         (gnus-uu-post-encoded): Use point-at-bol.
26731
26732         * gnus-topic.el (gnus-group-active-topic-p): do.
26733
26734         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26735
26736         * gnus-group.el (gnus-group-kill-region): do.
26737
26738         * gnus-art.el (article-date-ut): do.
26739
26740         * message.el (message-fetch-field): Remove redundant
26741         case-fold-search binding.
26742         (message-narrow-to-field): Simplify.
26743
26744 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26745
26746         * spam.el (spam-directory): Derive from `gnus-directory'.
26747
26748         * spam-report.el (spam-report-url-to-file)
26749         (spam-report-requests-file): New function and variable for offline
26750         reporting.
26751         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26752         and user defined function.
26753         (spam-report-url-ping-mm-url): Remove doubled slash.
26754
26755 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26756
26757         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26758
26759 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26760
26761         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26762         Fix format string mismatch.
26763
26764         * sieve.el (sieve-deactivate-all): do.
26765
26766         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26767
26768         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26769
26770         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26771
26772         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26773
26774 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26775
26776         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26777         the list of checks.
26778
26779 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26780
26781         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26782         padding.
26783
26784 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26785
26786         * mm-view.el (mm-fill-flowed): New variable.
26787         (mm-inline-text): Use it.
26788
26789 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26790
26791         * spam.el (spam-spamassassin-register-ham-routine)
26792         (spam-spamassassin-register-spam-routine): Fix function names.
26793
26794 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26795
26796         * gnus.el (gnus-tmp-grouplens): Remove.
26797         (gnus-summary-line-format): Remove grouplens.
26798
26799         * gnus-group.el (gnus-group-line-format): Ditto.
26800
26801         * gnus-spec.el (gnus-format-specs): Ditto.
26802         (gnus-update-format-specifications): Flush the group format spec
26803         cache if there's the grouplens stuff.
26804         (gnus-parse-simple-format): Replace %l with the empty string.
26805
26806 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26807
26808         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26809         omission.
26810
26811 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26812
26813         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26814         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26815
26816 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26817
26818         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26819         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26820         New macros and functions.
26821         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26822         Handle > NLINK_MAX messages.
26823         * nnmaildir.el (nnmaildir-request-set-mark):
26824         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26825
26826 2004-01-25  Alex Schroeder  <alex@gnu.org>
26827
26828         * spam-stat.el (spam-stat-process-directory-age): New option.
26829         (spam-stat-process-directory): Use it.
26830
26831 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26832
26833         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26834         (spam-stat-save): Accept prefix argument.
26835
26836 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26837
26838         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26839         links" error.
26840
26841 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26842
26843         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26844         the rest of the and/or forms.
26845
26846 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26847
26848         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26849         compatibility with old .newsrc.eld files.
26850
26851         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26852
26853         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26854
26855         * gnus-start.el (gnus-1): do.
26856
26857         * gnus-group.el (gnus-group-line-format-alist): do.
26858
26859         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26860
26861         * gnus-gl.el: Remove.
26862
26863 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26864
26865         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26866         marks consisting of a single range {for example, (3 . 5)} rather
26867         than a list of a single range { ((3 . 5)) }.
26868
26869 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26870
26871         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26872         Use with-current-buffer.
26873         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26874         avoid consing a string.
26875
26876         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26877         Remove obsolete entries for big5 and gb2312.
26878
26879 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26880
26881         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26882         uncompressed list.
26883
26884 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26885
26886         * spam-stat.el (spam-stat-strip-xref): New function.
26887         (spam-stat-process-directory): Use it.
26888
26889         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26890         here -- it's done in message-fetch-field.
26891
26892 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26893
26894         * gnus-agent.el (gnus-agent-queue-mail)
26895         (gnus-agent-prompt-send-queue): New variables.
26896         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26897         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26898         "nndraft:queue" along to gnus-draft-send.
26899         Use gnus-agent-prompt-send-queue.
26900         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26901         is "nndraft:queue".  Suggested by Gaute Strokkenes
26902         <gs234@srcf.ucam.org>
26903
26904         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26905         (agent-enable-undownloaded-faces): Add.
26906         (gnus-agent-cat-groups): Use eval-and-compile, not
26907         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26908         method of gnus-agent-cat-groups even when the buffer has been
26909         evaled.
26910         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26911         delete gnus-agent-save-active-1.
26912         (gnus-agent-save-groups): Delete.  Identical to
26913         gnus-agent-save-active.
26914         (gnus-agent-write-active): No longer adjust agent's copy of active
26915         file as agent's adjustments are now stored in their own
26916         file.  Remove optional parameter.
26917         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26918         servers.  Add use of min/max range limits from server's local
26919         file.
26920         (gnus-agent-save-alist): Remove unused optional argument.
26921         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26922         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26923         (gnus-agent-set-local): A per-server file that keeps min/max range
26924         limits for articles known to the agent.  Provides a fast mechanism
26925         for altering many active ranges.
26926         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26927         active file (local makes it unnecessary).
26928         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26929
26930         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26931         (agent-enable-undownloaded-faces): Add.
26932
26933         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26934         disable it when sending to "nndraft:queue".
26935         (gnus-group-send-queue): Add safety check to avoid sending queue
26936         when unplugged.
26937
26938         * gnus-group.el (gnus-group-catchup): Use new
26939         gnus-sequence-of-unread-articles, not
26940         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26941         numbers of articles.  Use gnus-range-map to avoid having to
26942         uncompress the unread list.
26943         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26944         Fix invalid ange-ftp reference.
26945
26946         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26947         (gnus-sorted-range-intersection): Intersection of two ranges
26948         without requiring that they first be uncompressed.
26949
26950         * gnus-start.el (gnus-activate-group): Unless blocked by the
26951         caller, possibly expand the active range to include both cached
26952         and agentized articles.
26953         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26954         multiple version-dependent converters.
26955         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26956         gnus-agent-save-active.
26957         (gnus-save-newsrc-file): Save dirty agent range limits.
26958
26959         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26960         gnus-agent-possibly-alter-active.
26961         (gnus-adjust-marked-articles): Faster handling of simple lists.
26962
26963 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26964
26965         * spam-stat.el (spam-stat-test-directory): New optional argument
26966         displays a list of files detected.  Suggested by Andrew Cohen
26967         <cohen@andy.bu.edu>.
26968         (spam-stat-buffer-words-with-scores): Don't narrow and change
26969         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26970
26971 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26972
26973         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26974         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26975         (spam-spamassassin-arguments)
26976         (spam-spamassassin-spam-flag-header)
26977         (spam-spamassassin-positive-spam-flag-header)
26978         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26979         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26980         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26981         (spam-list-of-processors, spam-list-of-checks)
26982         (spam-list-of-statistical-checks, spam-registration-functions)
26983         (spam-check-spamassassin-headers, spam-check-spamassassin)
26984         (spam-spamassassin-score)
26985         (spam-spamassassin-register-with-sa-learn)
26986         (spam-spamassassin-register-spam-routine)
26987         (spam-spamassassin-register-ham-routine)
26988         (spam-assassin-register-spam-routine)
26989         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26990         (spam-bogofilter-score): Fix to show article before scoring.
26991
26992 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26993
26994         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26995         default scoring function.
26996         (spam-generic-score): Call spam-spamassassin-score if
26997         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26998         spam-bogofilter-score otherwise.
26999
27000         * gnus.el (spam-process, spam-autodetect-methods):
27001         Add spamassassin and spamassassin-headers.
27002
27003 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27004
27005         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27006         Suppress unnecessary messages.
27007
27008 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27009
27010         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27011         make-hash-table.
27012
27013 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27014
27015         * canlock.el (base64-encode-string): Don't autoload it.
27016
27017 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27018
27019         * run-at-time.el: Remove useless (require 'itimer),
27020         eval-and-compile and (featurep 'xemacs).
27021
27022 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27023
27024         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27025         GROUP is a virtual group.
27026
27027 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27028
27029         * gnus.el: Autoload `message-y-or-n-p'.
27030
27031 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27032
27033         * pgg-parse.el: Remove unnecessary (require 'custom).
27034
27035         * pgg-def.el: do.
27036
27037         * nnmail.el: do.
27038
27039         * gnus-undo.el: do.
27040
27041         * gnus-picon.el: do.
27042
27043         * gnus-util.el: do.
27044
27045 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27046
27047         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27048
27049 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27050
27051         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27052         handle, as well as a list.
27053
27054         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27055         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27056         (mm-w3m-cid-retrieve): Simplify.
27057
27058 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27059
27060         * message.el (message-kill-to-signature): Allow prefix arg to
27061         specify number of lines to keep before signature.
27062
27063 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27064
27065         * message.el (message-kill-to-signature): Change docstring.
27066
27067 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27068
27069         * canlock.el: Always require sha1-el.
27070         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27071
27072         * message.el: Autoload sha1 only when compiling.
27073
27074         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27075         eudc-expand-inline for XEmacs.
27076
27077 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27078
27079         * message.el (message-canlock-generate): Require sha1-el.
27080
27081 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27082
27083         * message.el (message-expand-name): Silence the byte compiler.
27084
27085         * lpath.el: Add detect-coding-system.
27086
27087         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27088         cus-edit.
27089
27090 2004-01-13  Simon Josefsson  <jas@extundo.com>
27091
27092         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27093         Invoke gnus-score-mode.
27094         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27095
27096         * gnus-range.el (gnus-compress-sequence): Doc fix.
27097         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27098
27099 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27100
27101         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27102
27103 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27104
27105         * spam.el (spam-get-article-as-string): Update to use
27106         gnus-request-article-this-buffer, much simpler.
27107         (spam-get-article-as-buffer): Remove.
27108
27109 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27110
27111         * message.el (message-expand-name): Use EUDC if the user uses that.
27112
27113 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27114
27115         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27116         character for the encoding to avoid consing a string.
27117
27118         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27119         unnecessarily.
27120
27121         * mm-util.el (mm-replace-chars-in-string): Remove.
27122
27123         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27124         of mm-replace-chars-in-string.
27125
27126 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27127
27128         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27129
27130         * mm-util.el (mm-subst-char-in-string): Support inplace.
27131
27132         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27133         a new string in every iteration.  Use shy groups.
27134
27135 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27136
27137         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27138         * gnus-soup.el (gnus-soup-group-brew):
27139         * gnus-msg.el (gnus-put-message):
27140         * gnus-move.el (gnus-group-move-group-to-server):
27141         * gnus-kill.el (gnus-batch-score):
27142         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27143         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27144         (gnus-group-update-group, gnus-group-read-group)
27145         (gnus-group-make-group, gnus-group-make-help-group)
27146         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27147         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27148         (gnus-group-sort-by-unread, gnus-group-catchup)
27149         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27150         (gnus-group-yank-group, gnus-group-set-info)
27151         (gnus-group-list-groups):
27152         * gnus.el (gnus-generate-new-group-name):
27153         * gnus-delay.el (gnus-delay-send-queue):
27154         * nnvirtual.el (nnvirtual-catchup-group):
27155         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27156         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27157         (gnus-group-prepare-topics, gnus-topic-check-topology):
27158         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27159         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27160         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27161         (gnus-group-make-articles-read):
27162         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27163         (gnus-group-change-level, gnus-kill-newsgroup)
27164         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27165         (gnus-get-unread-articles, gnus-make-articles-unread)
27166         (gnus-make-ascending-articles-unread): Use accessor
27167         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27168         to get group information for improved readability.
27169
27170
27171 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27172
27173         * gnus-art.el (article-decode-mime-words, article-babel)
27174         (gnus-article-highlight-signature, gnus-article-add-buttons)
27175         (gnus-signature-toggle): Use gnus-with-article-buffer.
27176
27177         * gnus-art.el (gnus-article-highlight-headers)
27178         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27179
27180         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27181         (gnus-article-set-globals, gnus-request-article-this-buffer)
27182         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27183         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27184         (gnus-mime-display-alternative): Use with-current-buffer.
27185
27186 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27187
27188         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27189         also under 80 char limit, and call gnus-error if needed.
27190         (spam-fetch-article-header): Fix - it was a
27191         buffer-local variable (gnus-newsgroup-data).
27192         (spam-find-spam): Use spam-generate-fake-headers, forget about
27193         spam-insert-fake-headers.
27194         (spam-insert-fake-headers): Remove.
27195
27196 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27197
27198         * deuglify.el (gnus-article-outlook-unwrap-lines)
27199         (gnus-outlook-rearrange-article)
27200         (gnus-outlook-repair-attribution-outlook)
27201         (gnus-outlook-repair-attribution-block)
27202         (gnus-outlook-repair-attribution-other): Remove redundant
27203         save-excursion.
27204
27205 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27206
27207         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27208         (spam-fetch-field-subject-fast)
27209         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27210         (spam-fetch-article-header): Add functions to deal with Gnus
27211         internals for fast retrieval of article header data.
27212         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27213
27214 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27215
27216         * pop3.el (pop3-md5): Remove.
27217         (pop3-apop): Replace pop3-md5 with md5.
27218
27219         * mm-bodies.el: base64 is always built-in.
27220
27221         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27222         Use with-current-buffer.
27223
27224 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27225
27226         * canlock.el (canlock-insert-header): Remove excessive grouping in
27227         regexp.
27228
27229         * gnus-sum.el (gnus-summary-read-document): Ditto.
27230
27231         * gnus-uu.el (gnus-uu-part-number): Ditto.
27232
27233         * html2text.el (html2text-remove-tags): Ditto.
27234         (html2text-format-tags): Ditto.
27235         (html2text-format-single-elements): Ditto.
27236
27237         * mml.el (mml-parse-1): Ditto.
27238
27239 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27240
27241         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27242
27243         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27244
27245         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27246
27247         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27248
27249 2003-11-15  Simon Josefsson  <jas@extundo.com>
27250
27251         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27252         (pgg-gpg-lookup-key): Use regexp match instead of
27253         split-string (split-string is different between emacs 21.2 and
27254         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27255
27256 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27257
27258         * gnus-art.el (gnus-mime-view-all-parts)
27259         (gnus-article-part-wrapper, gnus-article-view-part):
27260         Use with-current-buffer.
27261
27262 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27263
27264         * spam.el (spam-disable-spam-split-during-ham-respool)
27265         (spam-spamoracle-database, spam-cache-lookups)
27266         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27267         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27268         (spam-group-ham-marks, spam-group-spam-marks)
27269         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27270         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27271         also add spam-use-blackholes to the statistical checks.
27272         (spam-fetch-field-fast): Add interface to fetching fields, may
27273         become a macro.
27274         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27275         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27276         (spam-insert-fake-headers): Fake an article when needed.
27277         (spam-find-spam): Fake article when possible.
27278         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27279         (spam-check-bogofilter-headers): Use message-fetch-field instead
27280         of nnmail-fetch-field.
27281
27282 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27283
27284         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27285
27286 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27287
27288         * spam.el (spam-split): Do not require spam-use-CHECK to be
27289         enabled if that check is passed to spam-split explicitly; also
27290         fix so 'spam doesn't get converted to spam-split-group when
27291         spam-split-symbolic-return is t.
27292         (spam-find-spam): Find registrations of the article and use those
27293         instead of re-running spam-split to find the spam/ham
27294         classification of the article.
27295         (spam-log-processing-to-registry, spam-log-registered-p)
27296         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27297         Use gnus-error instead of gnus-message.
27298         (spam-log-registration-type): Add function to determine the
27299         classification of a message based on registry entries; will
27300         return nil if both 'spam and 'ham are found.
27301         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27302         a reasonably fast local cache without the loading errors.
27303         (spam-cache-lookups): Set to t by default.
27304         (spam-find-spam): Don't try to guess spam-cache-lookups.
27305         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27306         spam-caches entry.
27307         (spam-filelist-build-cache, spam-filelist-check-cache):
27308         Fix caching of whitelist/blacklist entries.
27309         (spam-check-whitelist, spam-check-blacklist):
27310         Invoke spam-from-listed-p with a type, not a cache variable.
27311         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27312
27313 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27314
27315         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27316
27317         * nnmail.el (nnmail-split-fancy): do.
27318
27319         * mml.el (mml-parse): do.
27320
27321         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27322         (gnus-score-adaptive): do.
27323
27324 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27325
27326         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27327         (gnus-mime-button-map): Don't set keymap parent.
27328         (gnus-button-ctan-directory-regexp): Use shy grouping.
27329         (gnus-prev-page-map): Don't set keymap parent.
27330         (gnus-prev-page-map): Remove duplicated one.
27331         (gnus-next-page-map): Don't set keymap parent.
27332         (gnus-mime-security-button-map): Ditto.
27333
27334         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27335         version number.
27336
27337         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27338
27339 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27340
27341         * canlock.el (canlock-sha1-function): Remove.
27342         (canlock-sha1-function-for-verify): Remove.
27343         (canlock-openssl-program): Remove.
27344         (canlock-openssl-args): Remove.
27345         (canlock-ignore-errors): Remove.
27346         (canlock-sha1-with-openssl): Remove.
27347         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27348         (canlock-verify): Don't use canlock-ignore-errors.
27349
27350         * sha1-el.el (sha1-string-external): Make it can return a string
27351         in binary form.
27352         (sha1-region-external): Ditto.
27353         (sha1-string-internal): Ditto.
27354         (sha1-region-internal): Ditto.
27355         (sha1-region): Ditto.
27356         (sha1-string): Ditto.
27357         (sha1): Ditto.
27358
27359 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27360
27361         * spam.el (spam-report-articles-gmane): New command.
27362
27363 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27364
27365         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27366
27367         * run-at-time.el (run-at-time-saved): Remove.
27368         (run-at-time): Doc fix.
27369
27370 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27371
27372         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27373         (gnus-summary-limit-map): Add it.
27374         (gnus-summary-make-menu-bar): do.
27375
27376 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27377
27378         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27379         Make attempt at some caching support (done for BBDB only now).
27380         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27381         addresses to be checked.
27382         (spam-clear-cache-BBDB): Add function, to be invoked by
27383         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27384         (spam-check-BBDB): Check and use the caches, if
27385         spam-cache-lookups is on, remove superfluous (provide).
27386
27387 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27388
27389         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27390
27391 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27392
27393         * run-at-time.el (run-at-time-saved): Move to after the definition
27394         of `run-at-time'.
27395
27396         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27397
27398 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27399
27400         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27401         mm-w3m-local-map-property.
27402
27403         * mm-view.el (mm-w3m-mode-map): Remove.
27404         (mm-w3m-local-map-property): Remove.
27405         (mm-inline-text-html-render-with-w3m): Don't use
27406         mm-w3m-local-map-property.
27407
27408 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27409
27410         * run-at-time.el: New file.
27411
27412         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27413         under Emacs.
27414
27415         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27416         of gnus-set-text-properties.
27417
27418         * gnus-uu.el (gnus-uu-save-article): Ditto.
27419
27420         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27421
27422         * gnus-cite.el (gnus-cite-parse): Ditto.
27423
27424         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27425         of gnus-.
27426
27427         * gnus-xmas.el (run-at-time): Require run-at-time.
27428
27429         * gnus.el: Change calls to nnheader-run-at-time and
27430         password-run-at-time throughout to use run-at-time directly.
27431
27432         * password.el: Remove definition of run-at-time.
27433
27434         * nnheaderxm.el: Remove definition of run-at-time.
27435
27436 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27437
27438         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27439         in prompt.
27440
27441 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27442
27443         * messagexmas.el (message-xmas-redefine): Alias
27444         `message-make-caesar-translation-table' to
27445         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27446         version.
27447
27448         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27449         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27450         `gnus-xmas-set-text-properties'.
27451         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27452         `gnus-xmas-completing-read'.
27453         (gnus-xmas-completing-read): Removed.
27454         (gnus-xmas-open-network-stream): Removed.
27455
27456         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27457         XEmacs version.
27458
27459         * dns.el (dns-make-network-process): Use `open-network-stream'
27460         instead of `gnus-xmas-open-network-stream'.
27461
27462         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27463
27464         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27465
27466 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27467
27468         * gnus-art.el (gnus-mime-display-alternative)
27469         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27470         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27471         Don't use gnus-local-map-property.
27472
27473         * gnus-util.el (gnus-local-map-property): Remove.
27474
27475         * mm-view.el (mm-view-pkcs7-decrypt):
27476         Replace gnus-completing-read-maybe-default with completing-read.
27477
27478         * gnus-util.el (gnus-completing-read): do.
27479         (gnus-completing-read-maybe-default): Remove.
27480
27481 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27482
27483         * password.el: Only autoload `run-at-time' if not XEmacs.
27484         Only autoload the itimer functions if XEmacs.
27485
27486 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27487
27488         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27489         XEmacsen.
27490
27491         * dgnushack.el: Autoload executable-find for XEmacs.
27492
27493 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27494
27495         * gnus-art.el (gnus-read-string): Remove.
27496         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27497         read-string.
27498
27499 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27500
27501         * netrc.el: Autoload password-read.
27502         (netrc): Add configuration group.
27503         (netrc-encoding-method, netrc-openssl-path):
27504         Add variables for encoding and decoding of files with symmetric
27505         ciphers.
27506         (netrc-encode): Add assistant function to encode a file with
27507         netrc-encoding-method.
27508         (netrc-parse): Add interactive parameter, added optional
27509         decoding if netrc-encoding-method is non-nil but otherwise
27510         behavior is standard.
27511         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27512         Do s/encode/encrypt/ everywhere.
27513
27514         * spam.el: Remove executable-find autoload.
27515
27516 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27517
27518         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27519
27520         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27521
27522 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27523
27524         * gnus-art.el (gnus-treat-ansi-sequences)
27525         (article-treat-ansi-sequences): New variable and function.
27526         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27527
27528         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27529         Use it.
27530
27531 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27532
27533         * mm-util.el (mm-quote-arg): Remove.
27534
27535         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27536         shell-quote-argument.
27537
27538         * gnus-uu.el (gnus-uu-command): do.
27539
27540         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27541
27542         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27543         with make-char.
27544
27545         * mm-util.el (mm-make-char): Remove.
27546
27547         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27548         add-minor-mode.
27549
27550         * gnus-undo.el (gnus-undo-mode): do.
27551
27552         * gnus-topic.el (gnus-topic-mode): do.
27553
27554         * gnus-sum.el (gnus-dead-summary-mode): do.
27555
27556         * gnus-start.el (gnus-slave-mode): do.
27557
27558         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27559
27560         * gnus-ml.el (gnus-mailing-list-mode): do.
27561
27562         * gnus-gl.el (gnus-grouplens-mode): do.
27563
27564         * gnus-draft.el (gnus-draft-mode): do.
27565
27566         * gnus-dired.el (gnus-dired-mode): do.
27567
27568         * gnus-ems.el (gnus-add-minor-mode): Remove.
27569
27570         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27571         Replace gnus-char-width with char-width.
27572
27573         * gnus-ems.el (gnus-char-width): Remove.
27574
27575         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27576         Replace gnus-char-width with char-width.
27577
27578         * gnus-ems.el (gnus-char-width): Remove.
27579
27580         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27581         definition.
27582         Remove Emacs 20 hash table compatibility code.
27583
27584         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27585         20 compatibility code.
27586
27587         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27588
27589         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27590
27591         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27592         Replace with point-at-{eol,bol}.
27593
27594         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27595
27596         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27597
27598         * flow-fill.el (fill-flowed-point-at-bol)
27599         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27600
27601         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27602         Replace with point-at-{eol,bol} throughout all files.
27603
27604 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27605
27606         * ntlm.el (ntlm-string-as-unibyte): New macro.
27607         (ntlm-build-auth-response): Use it.
27608
27609         Remove Emacs 20 stuff:
27610         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27611         (butlast, mapc, remove): Remove the compiler macros.
27612         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27613         of delq and copy-sequence.
27614         * gnus-art.el (popup-menu): Remove the compiler macro.
27615         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27616         Emacs 20.
27617
27618 2004-01-05  Simon Josefsson  <jas@extundo.com>
27619
27620         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27621         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27622         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27623         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27624         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27625         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27626         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27627         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27628         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27629         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27630         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27631         string-xor into ntlm-string-xor.
27632         Suggested by Jesper Harder <harder@myrealbox.com>.
27633
27634         * ntlm.el: Don't include poem.
27635
27636         * md4.el (print-int32, print-string-hexa): Remove.
27637         Suggested by Jesper Harder <harder@myrealbox.com>.
27638
27639         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27640
27641         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27642         probably breaks emacs with DL patch, but do we care? Is anyone
27643         still using the DL stuff?)
27644
27645         * sieve-manage.el: Use the password package.
27646         (sieve-manage-read-passwd): Remove.
27647         (sieve-manage-interactive-login): Use password.  Re-add
27648         condition-case around loop.
27649
27650         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27651         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27652         Use the password package.
27653
27654 2003-02-19  Simon Josefsson  <jas@extundo.com>
27655
27656         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27657         token.
27658
27659 2002-08-07  Simon Josefsson  <jas@extundo.com>
27660
27661         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27662         (sieve-manage-authenticators)
27663         (sieve-manage-authenticator-alist): Add some SASL mechs.
27664         (sieve-sasl-auth): New function.
27665         (sieve-manage-cram-md5-auth)
27666         (sieve-manage-plain-auth): Rewrite using SASL library.
27667         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27668         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27669         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27670         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27671
27672 2004-01-05  Simon Josefsson  <jas@extundo.com>
27673
27674         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27675         New files.
27676
27677 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27678
27679         * gnus-group.el (gnus-no-groups-message): Update.
27680
27681         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27682
27683 2003-11-09  Simon Josefsson  <jas@extundo.com>
27684
27685         * imap.el: Support for ID IMAP extension (RFC 2971).
27686         (imap-local-variables): Add imap-id.
27687         (imap-id): New variable.
27688         (imap-id): New function.
27689         (imap-parse-response): Parse untagged ID response.
27690         * nnimap.el (nnimap-id): New variable.
27691         (nnimap-open-connection): Use it.
27692
27693 2003-12-28  Simon Josefsson  <jas@extundo.com>
27694
27695         * gnus-score.el (gnus-score-edit-all-score): New.
27696         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27697
27698 2004-01-04  Simon Josefsson  <jas@extundo.com>
27699
27700         * password.el: Add.
27701
27702 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27703
27704         * dns.el (dns-query-types): Fix typo.
27705         (dns-query-types): New function.
27706         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27707         PTR and SOA replies, see RFC 1035.
27708
27709 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27710
27711         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27712
27713         * Move to Changelog.2.
27714
27715 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27716
27717         * gnus.el (gnus-version-number): Bump version.
27718
27719 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27720
27721         * gnus.el: No Gnus v0.1 is released.
27722
27723 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27724
27725         * gnus.el: No Gnus v0.0 is released.
27726
27727 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27728
27729         * gnus.el (gnus-version-number): Bump.
27730         (gnus-version): No.
27731
27732 See ChangeLog.2 for earlier changes.
27733
27734   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27735
27736   This file is part of GNU Emacs.
27737
27738   GNU Emacs is free software: you can redistribute it and/or modify
27739   it under the terms of the GNU General Public License as published by
27740   the Free Software Foundation, either version 3 of the License, or
27741   (at your option) any later version.
27742
27743   GNU Emacs is distributed in the hope that it will be useful,
27744   but WITHOUT ANY WARRANTY; without even the implied warranty of
27745   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27746   GNU General Public License for more details.
27747
27748   You should have received a copy of the GNU General Public License
27749   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27750
27751 ;; Local Variables:
27752 ;; coding: utf-8
27753 ;; fill-column: 79
27754 ;; add-log-time-zone-rule: t
27755 ;; End: