mailcap.el: Make it easier to use mailcap for viewing single files
[gnus] / lisp / ChangeLog
1 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
4         PDFs.
5         (mailcap-view-mime): New function.
6
7 2014-12-01  Glenn Morris  <rgm@gnu.org>
8
9         * gnus-cloud.el (gnus-cloud): Add :version tag.
10
11 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * gnus-art.el (gnus-use-idna):
14         * gnus-sum.el (gnus-summary-idna-message):
15         * message.el (message-use-idna):
16         Protect against nil value for idna-program.
17
18         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
19
20 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
21
22         * auth-source.el (auth-source-macos-keychain-search-items): Return
23         result of `auth-source-macos-keychain-result-append' (bug#19074).
24
25 2014-11-25  Glenn Morris  <rgm@gnu.org>
26
27         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
28         Add :version tag.
29
30 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
31
32         * pop3.el (pop3-open-server): Warn unless encrypted.
33
34         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
35
36 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
37
38         Port new time stamp handling to Emacs 23.2.
39         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
40         * time-date.el (time-add, time-subtract, time-less-p):
41         Use eval-and-compile, not eval-when-compile.
42
43 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
44
45         * message.el (message-valid-fqdn-regexp): Add non-internaional new
46         TLDs.
47
48 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
49
50         Port new time stamp handling to old Emacs and to XEmacs.
51         This is needed for Gnus, which copies time-date.el and which
52         runs on older Emacs implementations.
53         * time-date.el (with-decoded-time-value):
54         Handle 'nil' and floating-point arg more compatibly with new Emacs.
55         (encode-time-value, with-decoded-time-value):
56         Obsolete only if new Emacs.
57         (time-add, time-subtract, time-less-p): Define if not new Emacs.
58
59         Improve time stamp handling, and be more consistent about it.
60         This implements a suggestion made in:
61         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
62         Among other things, this means timer.el no longer needs to
63         autoload the time-date module.
64         * time-date.el (seconds-to-time, days-to-time, time-since)
65         (with-decoded-time-value):
66         Treat 'nil' as current time.  This is mostly for XEmacs.
67         (encode-time-value, with-decoded-time-value): Obsolete.
68         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
69         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
70
71 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
74         discarding changes in ephemeral groups.
75
76         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
77         things the user isn't interested in.
78
79 2014-11-13  Julien Danjou  <jd@abydos>
80
81         * gnus-notifications.el (gnus-notifications-notify): Provide both
82         app-icon and image-path.
83
84 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
85
86         * mm-url.el (mm-url-encode-multipart-form-data):
87         Restore to handle "multipart/form-data" by eww.
88
89 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
90
91         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
92         Landscheidt.
93
94 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
95
96         Simplify use of current-time and friends.
97         * gnus-delay.el (gnus-delay-article):
98         * gnus-sum.el (gnus-summary-read-document):
99         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
100         * message.el (message-make-expires-date):
101         Omit unnecessary call to current-time.
102         * gnus-util.el (gnus-float-time): Simplify to an alias because
103         time-to-seconds now behaves like float-time with respect to nil arg.
104         (gnus-seconds-year): Don't call current-time twice to get the current
105         time stamp, as this can lead to inconsistent results.
106         * time-date.el (time-to-seconds) [!float-time]:
107         Use current time if arg is nil, to be compatible with float-time.
108         (time-date--day-in-year): New function, with most of the guts of
109         the old time-to-day-in-year.
110         (time-to-day-in-year): Use it.
111         (time-to-days): Use it, to avoid decoding the same time stamp twice.
112
113 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
114
115         * gnus.el (gnus-mode-line-buffer-identification):
116         Don't add image data for a non-graphic display (bug#18813).
117
118 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
121         load-path, it blocks autoloading of find-image (bug#18813).
122
123 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
124
125         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
126         to keep connection open (bug#18728).
127
128 2014-10-20  Glenn Morris  <rgm@gnu.org>
129
130         * Merge in all changes up to 24.4 release.
131
132 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
133
134         * message.el (message-insert-signature): Use `newline' instead of
135         inserting explicit "\n".
136
137 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
138
139         * gnus-icalendar.el: Support vcal format timezones.
140         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
141         compute dates with associated timezone.
142         (gnus-icalendar-event-from-ical): Compute all timezones.
143
144 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
145
146         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
147         check the newsrc.eld file's timestamp before saving it.
148         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
149         timestamp has changed to be newer.
150
151 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
152
153         * gnus-icalendar.el (gnus-icalendar-identities):
154         Include message-alternative-emails.
155
156 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
157
158         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
159         New compatibility functions.
160         (ntlm-build-auth-response): Use them.
161
162 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
163
164         * ntlm.el (ntlm-build-auth-request):
165         Add NTLM2 Session support.  (Bug#15603)
166
167 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
168
169         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
170         expired messages only when it was built in reverse order.
171
172 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
173
174         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
175         last so it can be used in `message-send-hook'.
176
177 2014-09-29  Daiki Ueno  <ueno@gnu.org>
178
179         * mml.el (mml-parse-1): Error out if unknown mode is specified in
180         <#secure> tag (bug#18513).
181
182 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
183
184         * parse-time.el: Require cl when compiling.
185
186 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         Use cl-lib as much as possible following the 2014-09-26 change
189         in the Emacs trunk.
190         * parse-time.el: Try requiring cl-lib.
191         (parse-time-incf): Alias to cl-incf or incf.
192         (digit-char-p): Remove.
193         (parse-time-integer): Alias to cl-parse-integer or the one defined.
194         (parse-integer): Rename to parse-time-integer.
195         (parse-time-tokenize, parse-time-rules, parse-time-string)
196         Use parse-time-incf and parse-time-integer.
197
198 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
199
200         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
201         of ":delete".
202
203 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
204
205         * gnus-art.el (gnus-article-browse-html-save-cid-content)
206         (gnus-article-browse-html-parts):
207         Revert last change that breaks links other than cid contents.
208
209 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * gnus-art.el (gnus-article-browse-html-save-cid-content)
212         (gnus-article-browse-html-parts): Make cid file names relative.
213
214 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * mm-view.el (mm-display-inline-fontify): Make the working buffer
217         temporarily displayed when running a mode function (at least org-mode
218         requires it).
219
220 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
221
222         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
223         the gnus-summary-article-expire-hook should be told where the function
224         is going. In particular, the Gnus registry might want to know.
225
226 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
227
228         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
229
230 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
231
232         * gnus-sum.el (gnus-summary-expire-articles): Revert.
233
234 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
235
236         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
237         the gnus-summary-article-expire-hook should be told where the function
238         is going. In particular, the Gnus registry might want to know.
239
240 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
241
242         Don't mishandle year-9999 dates (Bug#18176).
243         * parse-time.el (parse-time-rules):
244         Allow years up to most-positive-fixnum.
245         * time-date.el (date-to-time):
246         Pass "Specified time is not representable" errors through.
247
248 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
249
250         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
251         groups and t.
252
253 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
254
255         * gnus-utils.el (gnus-recursive-directory-files):
256         Unify hard or symbolic links (bug#18063).
257
258 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
259
260         * gnus-msg.el (gnus-configure-posting-style):
261         Allow string replacements in values when matching against a header.
262
263 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
266         the dribble buffer even when it is shrunk a lot.
267         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
268
269 2014-06-26  Glenn Morris  <rgm@gnu.org>
270
271         * mm-util.el (help-function-arglist): Remove outdated declaration.
272
273 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
274
275         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
276         attribute values.  (Bug#17834)
277
278 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
279
280         * gnus-sum.el (gnus-summary-edit-article-done):
281         Prefer point-marker to copy-marker of point.
282
283 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
284
285         * Makefile.in (install-el, install-el-elc): Compress .el files.
286         (uninstall): Remove compressed .el files.
287
288 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
289
290         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
291         (gnus-article-read-summary-keys):
292         Don't bug out when there is no article in the summary buffer.
293         (gnus-mime-buttonize-attachments-in-header):
294         Improve criterion that finds parts to display.
295
296         * gnus-art.el (gnus-mm-display-part):
297         * mm-decode.el (mm-shr):
298         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
299         (mm-insert-inline): Revert last changes.
300
301 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
302
303         * gnus-art.el (gnus-mm-display-part):
304         * mm-decode.el (mm-shr):
305         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
306         (mm-insert-inline): Set insertion type of end-marker, not only
307         start-marker, of undisplayer so as to stay after inserted text.
308
309 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
310
311         * html2text.el (html2text-get-attr): Fix typo when splitting value from
312         attribute. (Bug#17613)
313
314 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
315
316         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
317         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
318
319 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
322         delete next part button; keep spacing between buttons.
323
324 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
325
326         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
327         Work for the last MIME part in an article.
328         (gnus-mime-display-single): Suppress excessive newlines between parts.
329
330         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
331         by leading or trailing newline.
332
333 2014-05-12  Sam Steingold  <sds@gnu.org>
334
335         * time-date.el (seconds-to-string): New function to pretty print time
336         delay in seconds.
337
338 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
341         while prompting a user for a file name, etc.
342         (gnus-mime-display-single): Display part with a common appearance no
343         matter whether MIME button is omitted or not; don't add duplicate entry
344         to gnus-article-mime-handle-alist.
345         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
346
347 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
348
349         * mml2015.el (mml2015-display-key-image): New variable.
350
351 2014-05-08  Glenn Morris  <rgm@gnu.org>
352
353         * gnus-fun.el (gnus-grab-cam-face):
354         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
355         This is CVE-2014-3421.
356
357 2014-05-04  Glenn Morris  <rgm@gnu.org>
358
359         * gnus-registry.el (gnus-registry-install-p): Doc fix.
360
361 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
364         the displaying state of a part.
365         (gnus-mm-display-part): Don't insert a newline in the beginning of
366         a part like gnus-mime-inline-part doesn't; work for XEmacs.
367
368         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
369         (mm-shr): Make undisplayer unbreakable.
370
371         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
372         insert excessive newline.
373         (mm-inline-text-html-render-with-w3m, mm-inline-text)
374         (mm-insert-inline): Make undisplayer unbreakable.
375
376 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
377
378         * gnus.el: Ma Gnus v0.11 is released.
379
380 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
381
382         * gnus-art.el (gnus-mm-display-part):
383         Highlight header attachment buttons.
384
385 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
388         a part; redisplay a button (enbugged in 2014-02-05).
389
390 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
391
392         * auth-source.el (auth-source-search, auth-source-search-backends):
393         Treat :max 0 as an indicator that a boolean return is wanted, as
394         documented. Reported by Joe Bloggs.
395
396 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * gnus-icalendar.el: Require gnus-art.
399
400 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
401
402         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
403         (gnus-icalendar--update-org-event): put event timestamp in
404         the org entry body instead of the drawer.
405         (gnus-icalendar-event--get-attendee-names): list of participants should
406         contain even attendees without common name attribute.
407         (gnus-icalendar--update-org-event): don't generate duplicates of empty
408         property tags in org drawers.
409
410 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
411
412         * gmm-utils.el (gmm-format-time-string): New function.
413
414         * message.el (message-insert-formatted-citation-line): Use the original
415         author's time zone to express a date string.
416
417 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
418
419         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
420         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
421         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
422         Silence compiler warnings.
423         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
424
425 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
426
427         * mml.el: Require url when compiling.
428
429         * gnus-cloud.el (gnus-cloud-parse-version-1):
430         Use plist-get rather than CL's getf.
431         (gnus-activate-group, gnus-subscribe-group): Declare.
432
433         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
434
435 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
436
437         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
438         buttons when toggling the header off.
439
440 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
441
442         * tls.el (tls-program): Reflow docstring.
443
444 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
445
446         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
447         groups work again.
448
449 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
450
451         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
452         999 correctly (i.e. "1,342").
453
454 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
455
456         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
457         out if the directory doesn't exist.
458
459 2014-03-07  Daiki Ueno  <ueno@gnu.org>
460
461         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
462         commands here; instead, only check if epg-config.el is available.
463
464 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
465
466         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
467         messages with embedded images.
468         (mml-generate-mime): Don't bug out if you don't have libxml.
469
470 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
471
472         * message.el (message-make-html-message-with-image-files): New command.
473
474 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
475
476         * gnus-group.el (gnus-group-make-group): Clarify prompt.
477
478         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
479
480 2014-02-23  David Engster  <deng@randomsample.de>
481
482         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
483         to stay compatible with older Emacsen, so replace `cl-loop' with
484         `loop'.
485
486 2014-02-22  Daniel Colascione  <dancol@dancol.org>
487
488         * auth-source.el (auth-source-secrets-listify-pattern): New function.
489         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
490         instead, build list of patterns.
491
492 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
495         Display header attachment buttons by gnus-article-prepare-display
496         rather than gnus-article-prepare so as to view in mml-preview as well.
497
498 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
499
500         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
501         in `auth-sources' means and link to EPA docs.
502
503 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
504
505         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
506         (bug#12375).
507
508 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
509
510         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
511         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
512
513 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
514
515         * message.el (message-tab): Mention what happens on normal tabs
516         (bug#11297).
517
518 2014-02-08  Glenn Morris  <rgm@gnu.org>
519
520         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
521
522 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
525         buttons that are hidden in unselected alternative part as well.
526         (gnus-mime-display-alternative): Redraw attachment buttons in header.
527
528         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
529
530 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
531
532         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
533         keystroke.
534         (gnus-server-toggle-cloud-server): Only allow clouding applicable
535         types.
536
537         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
538         with an empty string.
539
540 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
541
542         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
543         buffer-local in some buffers, so bind it explicitly in the buffer we're
544         trying to cancel the article in (bug#10808).
545
546 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
547
548         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
549         New functions.
550
551         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
552         New user option.
553         (gnus-mime-buttonize-attachments-in-header): New function.
554         (gnus-article-prepare): Use it.
555         (gnus-mime-inline-part): Suppress extra newline.
556         (gnus-mm-display-part): Save excursion;
557         remove useless deleting and adding of buttons.
558         (gnus-insert-mime-button): Allow insertion in the middle of a line.
559
560         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
561         Add gnus-mime-buttonize-attachments-in-header.
562
563 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
564
565         * nnimap.el (nnimap-request-articles): New command to download several
566         articles at once.
567
568         * gnus.el (gnus-variable-list): Save Cloud variables.
569
570         * gnus-int.el (gnus-request-accept-article): Doc fix.
571
572 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
573
574         * parse-time.el (parse-time-iso8601-regexp)
575         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
576         it more generally.
577
578 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
579
580         * gnus-cloud.el: New file to provide the Emacs Cloud.
581
582         * dgnushack.el: Silence XEmacs w3 warning.
583
584         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
585         `url-retrieve-synchronously', apparently.
586
587         * dgnushack.el: Silence XEmacs dns.el warning.
588
589         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
590         instead of in all files.
591
592         * dns.el (network-interface-list): Define for XEmacs.
593
594         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
595         XEmacs.
596
597         * nnrss.el (libxml-parse-html-region): Silence compilation error.
598
599 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
600
601         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
602         `gnus-group-split-fancy'.
603
604 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
605
606         * message.el (message-remove-header): Doc fix.
607         (message-forward-included-headers): New variable.
608         (message-remove-ignored-headers): Use it.
609
610 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
611
612         * nnir.el (nnir-request-update-mark): Don't try to update the source
613         group if we can't find it (bug#16611).
614
615 2014-01-31  Dave Abrahams  <dave@boostpro.com>
616
617         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
618
619 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
620
621         * dns.el (dns-servers-up-to-date-p): New function to see whether the
622         network interfaces changed.
623         (dns-query): Use it to flush the data.
624
625 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
626
627         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
628         from random face commands.
629         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
630         Face.
631         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
632         (gnus--random-face-with-type): Generic function returning a face-type
633         as a string.
634         (gnus--insert-random-face-with-type): Generic function inserting a face
635         in a message buffer header.
636         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
637         (gnus-insert-random-x-face-header): Rewritten to use
638         `gnus--insert-random-face-with-type`.
639         (gnus-random-face): Return random (png) Face as string.
640         (nus-insert-random-face-header): Insert random (png) Face in a message
641         buffer.
642
643 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
644
645         * mm-url.el: Remove all usage of w3.
646
647         * nnrss.el: Ditto.
648
649         * mm-decode.el: Ditto.
650
651         * mm-view.el: Ditto.
652
653         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
654         outdated and all Emacsen have url.el built-in.
655
656         * gnus-setup.el: Remove outdated file.
657
658 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
659
660         * gnus.el: Ma Gnus v0.9 is released.
661
662 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
663
664         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
665
666 2014-01-31  Dave Abrahams  <dave@boostpro.com>
667
668         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
669         in the summary buffer (bug#13769).
670
671 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
672
673         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
674         name if we're using a single article buffer.  Otherwise, it may point
675         to a killed buffer (bug#13756).
676
677 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
678
679         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
680         the match data, just save and restore it explictly (bug#12375).
681
682         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
683         that's needed.
684
685         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
686         the code once (bug#9069).
687
688 2014-01-18  Steinar Bang  <sb@dod.no>
689
690         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
691         reading.
692
693 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
694
695         * message.el (message-bury): Call bury-buffer with no argument
696         in the message-return-action case too.
697
698 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
699
700         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
701         (nnimap-split-fancy, nnimap-split-methods): Declare.
702
703         * mm-util.el (help-function-arglist): Declare.
704
705 2013-12-28  Glenn Morris  <rgm@gnu.org>
706
707         * gnus-sieve.el (gnus-sieve-select-method):
708         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
709         (gravatar-rating, gravatar-size):
710         * message.el (message-minibuffer-local-map):
711         * sieve-manage.el (sieve-manage-authenticators)
712         (sieve-manage-authenticator-alist): Specify custom types.
713
714         * hashcash.el (hashcash-program): Rename from hashcash-path.
715         Update callers.
716
717         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
718         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
719         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
720
721         * auth-source.el (auth-sources):
722         * nnmairix.el (nnmairix-propagate-marks-upon-close):
723         Fix custom types.
724
725         * tls.el (tls-certtool-program): Fix default value.
726
727 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
728
729         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
730         we get proper traces there, too.
731
732 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
733
734         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
735         value of the parameters if the current article has a Reply-To or From
736         field.
737
738 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
739
740         * gnus.el (gnus-group-buffer): Remove duplicate definition.
741
742 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
743
744         * gnus-sum.el (gnus-summary-exit): Stop animations.
745
746 2013-12-19  Juri Linkov  <juri@jurta.org>
747
748         * gnus.el (gnus-suppress-keymap):
749         * gnus-art.el (gnus-article-mode-map):
750         * gnus-group.el (gnus-group-mode-map):
751         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
752         Remove [backspace] key binding because it shadows DEL (bug#16035).
753
754         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
755
756 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
759         Make sure work directory exists.
760         (gnus-uu-digest-mail-forward): Store temporary files in work directory
761         rather than tmp directory.
762         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
763         not necessarily always run, with it.
764
765 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
766
767         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
768         value of gnus-icalendar-additional-identities work without restart.
769
770 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
771
772         * mm-util.el (mm-make-temp-file):
773         Alias to make-temp-file for modern Emacsen.
774
775 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
776
777         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
778         nnir-article-number and nnir-article-group.
779
780 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
781
782         * message.el (message-send-mail-with-sendmail):
783         Don't kill error buffer if sending fails.
784
785 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
786
787         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
788         (gnus-icalendar-event->org-entry)
789         (gnus-icalendar--update-org-event)
790         (gnus-icalendar-event->gnus-calendar): Distinguish between
791         required/optional/non-participant attendee status.  Fix bug causing
792         the first required event participant to be omitted.
793
794 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
795
796         * gnus-art.el (article-de-quoted-unreadable)
797         (article-de-base64-unreadable, gnus-mime-copy-part)
798         * gnus-html.el (gnus-article-html)
799         * mm-view.el (mm-inline-text-html-render-with-w3)
800         (mm-inline-text-html-render-with-w3m-standalone)
801         * rfc2231.el (rfc2231-decode-encoded-string):
802         Allow overriding charset by mm-charset-override-alist.
803
804         * gnus-art.el (gnus-article-browse-html-parts):
805         Replace LWSPs with `&nbsp;'s in header.
806
807         Work for broken Chinese articles.
808
809         * gnus-art.el (gnus-article-browse-html-save-cid-content):
810         Exclude broken handles that gnus-summary-enter-digest-group may create.
811         (gnus-article-browse-html-parts):
812         Allow overriding charset by mm-charset-override-alist.
813
814 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
815
816         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
817         (gnus-icalendar-identities): Support additional-identities.
818
819 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
820
821         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
822         org-timestamp for events ending at midnight.
823
824 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
825
826         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
827         .log files.
828
829 2013-11-20  David Engster  <deng@randomsample.de>
830
831         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
832
833 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
834
835         * message.el (message-beginning-of-line):
836         Use beginning-of-visual-line when visual-line-mode is turned on.
837
838 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
839
840         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
841         (gnus-icalendar-event-from-ical)
842         (gnus-icalendar-event->org-entry)
843         (gnus-icalendar--update-org-event): Required/optional participation,
844         list of attendees synced to org.
845
846 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
847
848         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
849         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
850         cancellations to be synced to org if the original appt has an org
851         outline.
852
853 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
854
855         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
856         (gnus-icalendar-event->org-entry)
857         (gnus-icalendar--update-org-event)
858         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
859
860 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
861
862         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
863         Fix timezone handling in gnus-icalendar export to org.
864
865 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
866
867         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
868
869 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
870
871         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
872
873 2013-10-30  Glenn Morris  <rgm@gnu.org>
874
875         * gnus-group.el (gnus-group-browse-foreign-server):
876         * gnus-int.el (gnus-start-news-server):
877         Silence compiler obsolescence warning.
878
879 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
880
881         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
882         `nnoo-current-server' first, then for the actual `nnimap-address' to
883         allow netrc entries for the nnoo server to coexist with netrc entries
884         for the `nnimap-address'.
885
886 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         * mm-decode.el (mm-dissect-buffer): Revert last change.
889         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
890         The problem that motivated those changes was attributed to a broken
891         mail sender, and has been fixed.
892
893 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
894
895         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
896         token is missing in the Content-Type header.
897
898         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
899
900 2013-09-18  Glenn Morris  <rgm@gnu.org>
901
902         * gnus-util.el (image-size): Declare.
903
904 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
907         (gnus-icalendar-event-from-ical)
908         (gnus-icalendar-event--build-reply-event-body)
909         (gnus-icalendar-event-reply-from-buffer)
910         (gnus-icalendar-find-org-event-file)
911         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
912         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
913
914         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
915
916 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
917
918         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
919         Use save-current-buffer.
920         (gnus-tree-mode-map): Initialize in the declaration.
921         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
922         (scroll-in-place): Defvar it.
923         (gnus-tmp-*): Defvar them.
924         (gnus-get-tree-buffer): Use derived-mode-p.
925         (gnus--let-eval): New macro.
926         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
927         non-prefixed variables.
928         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
929
930         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
931         vars since it doesn't seem to be available.
932         (gnus-set-global-variables, gnus-summary-read-group-1)
933         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
934         (gnus-summary-display-article, gnus-summary-select-article)
935         (gnus-summary-next-article, gnus-offer-save-summaries)
936         (gnus-summary-generic-mark): Use derived-mode-p.
937         (gnus-summary-read-group-1, gnus-summary-exit)
938         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
939         Adjust calls to gnus-tree-close and gnus-tree-open.
940
941         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
942
943         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
944         (gnus-agent-mode): Use derived-mode-p.
945         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
946         gnus-command-method and *-command-method to nil, but bind
947         gnus-command-method to *-command-method instead!
948         (gnus-agent-fetch-articles): Remove unused var `id'.
949         (gnus-agent-fetch-headers): Remove unused arg `force'.
950         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
951         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
952         (gnus-agent-short-article, gnus-agent-long-article)
953         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
954         first use.
955         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
956         `score-param'.
957         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
958         (gnus-get-predicate): Push in front of the cache, rather than end.
959         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
960         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
961         (gnus-agent-expire-unagentized-dirs): Don't rebind
962         gnus-agent-expire-current-dirs since the defvar silences the warning.
963         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
964         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
965         (gnus-agent-regenerate): Simplify interactive spec and doc.
966
967 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * gnus-int.el (gnus-open-server): Silence compiler.
970
971         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
972
973         * message.el (message-display-completion-list): Abolish.
974         (message-completion-in-region): Use display-completion-list.
975
976 2013-09-17  Glenn Morris  <rgm@gnu.org>
977
978         * gnus-util.el (gnus-message-with-timestamp-1):
979         Use `messages-buffer' function if available.  Ignore read-only.
980
981 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
982
983         * message.el (message-expand-group, message-completion-in-region):
984         Correct the order of start and end of a region.
985
986 2013-09-13  Glenn Morris  <rgm@gnu.org>
987
988         * mml2015.el (gnus-create-image): Autoload it.
989
990         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
991
992         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
993         (image-size): Declare.
994
995 2013-09-12  Glenn Morris  <rgm@gnu.org>
996
997         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
998         Avoid using `find', which i) might not be defined at runtime;
999         ii) does not work, since its default test is eql, not equal.
1000         (gnus-mime-action-alist): Declare.
1001
1002 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1003
1004         * score-mode.el (gnus-score-mode-map): Move initialization
1005         into declaration.
1006         (gnus-score-mode): Use define-derived-mode.
1007         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1008         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1009         into declaration.
1010         (gnus-kill-file-mode): Use define-derived-mode.
1011         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1012         Use derived-mode-p.
1013         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1014         (gnus-group-setup-buffer, gnus-group-name-at-point)
1015         (gnus-group-make-web-group, gnus-group-enter-directory)
1016         (gnus-group-suspend): Use derived-mode-p.
1017         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1018         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1019         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1020         (gnus-article-setup-buffer, gnus-article-prepare)
1021         (gnus-article-prepare-display, gnus-sticky-article)
1022         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1023         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1024         (gnus-article-read-summary-keys): Use derived-mode-p.
1025
1026 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1027
1028         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1029
1030 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1033         shift_jis from the default value set for Japanese users.
1034
1035 2013-08-13  Glenn Morris  <rgm@gnu.org>
1036
1037         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1038
1039         * gnus.el (gnus-valid-select-methods): Fix type.
1040
1041         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1042
1043 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1044
1045         * mm-decode.el (mm-display-external): Run a timer for the temp files
1046         deletion after a viewer exits; add a deletion timer for the needsterm
1047         case, too.
1048
1049         * mm-decode.el (mm-display-external): Try to delete temporary files by
1050         using a 1-min. timer.
1051
1052 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1055         New internal variables.
1056         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1057         (mm-display-external): Use it to delete temporary files instead of
1058         using timers.
1059
1060 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1061
1062         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1063
1064 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1065
1066         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1067         with cond for backwards compatability.
1068
1069 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1070
1071         * mm-decode.el (mm-display-external): Bind process-connection-type to
1072         nil; don't delete a temp file immediately even if a viewer finishes,
1073         since it may be a shell script, like xdg-open, that launches a real
1074         viewer program belatedly.
1075
1076 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1077
1078         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1079         that we can create nndoc groups that excerpt other groups.
1080
1081 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1082
1083         * gnus-delay.el (gnus-delay-article): Fix typo.
1084
1085         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1086         articles.
1087
1088         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1089         we can get spell-checking etc.
1090
1091 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1092
1093         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1094         a single one used for encoding the whole text in a header.
1095
1096 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1099         doesn't work properly on XEmacs.
1100
1101 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102
1103         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1104         before sending.
1105
1106         * dgnushack.el (dgnushack-compile): Add a temporary check for
1107         gnus-icalendar.
1108
1109         * mm-decode.el (mm-command-output): New face.
1110         (mm-display-external): Use it.
1111
1112 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1113
1114         * nnmbox.el (nnmbox-request-article): Don't change point.
1115
1116 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1117
1118         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1119         Include `handle' parameter.
1120
1121 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1122
1123         * gnus-icalendar.el: New file.
1124
1125 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1126
1127         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1128
1129         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1130         dummy roots, too.
1131
1132 2013-08-01  David Edmondson  <dme@dme.org>
1133
1134         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1135         out on ttys.
1136
1137 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1138
1139         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1140         not empty.
1141
1142         * nnrss.el (nnrss-discover-feed): Indent.
1143
1144 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1145
1146         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1147
1148 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1151         dirty to ensure nnimap data being saved.
1152
1153 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1154
1155         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1156         menu entry.
1157
1158         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1159         the current thread's total score instead of the current article's
1160         score.
1161
1162         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1163         (gnus-sort-threads-recursively): Delete defcustom.
1164         (gnus-sort-threads-recursive): Adapt accordingly.
1165
1166 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1167
1168         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1169         (gnus-sort-threads-recursive): Use it.
1170         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1171         again.  Now that determines how to sort subthreads.
1172
1173 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1174
1175         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1176         (gnus-sort-threads): Use it.
1177
1178 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1179
1180         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1181         punctuation characters follow parentheses (bug#14950).
1182
1183 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1184
1185         * gnus.el (gnus-continuum-version):
1186         * gnus-msg.el (gnus-extended-version): Simplify.
1187
1188         * gnus.el (gnus-continuum-version-1): Remove.
1189         * gnus-msg.el (gnus-bug): Revert.
1190
1191         Calculate gnus-version correctly on Cygwin.
1192
1193         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1194         (gnus-continuum-version-1): New function, return a string.
1195
1196         * gnus-msg.el (gnus-extended-version, gnus-bug):
1197         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1198
1199 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1200
1201         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1202         (bug#13384).
1203
1204 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1205
1206         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1207         that were only relevant in a development version a long time ago.
1208
1209 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1210
1211         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1212         that the old Emacs 24s bundle.
1213
1214 2013-07-10  David Engster  <deng@randomsample.de>
1215
1216         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1217         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1218         fixes a bug in Emacs trunk where the 'unexist' marks were always
1219         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1220         Gnus v0.03".
1221
1222 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1223
1224         * gnus.el (gnus-summary-line-format): Reference
1225         `gnus-user-date-format-alist' for the &user-date; format, not
1226         `gnus-summary-user-date-format-alist'.
1227
1228 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1231         delete files (bug#13481).
1232
1233 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1234
1235         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1236
1237 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1238
1239         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1240         display images.
1241
1242         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1243
1244         * message.el (message-cancel-news): According to
1245         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1246         preferred over "cmsg cancel" in the Subject.
1247
1248         * nnir.el (nnir-engines): Note that the group specs are regexps
1249         (bug#13238).
1250
1251         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1252         gotten read-only text properties, ensure that those aren't heeded when
1253         copying stuff over (bug#13434).
1254
1255         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1256         (bug#13762).
1257
1258 2013-07-05  David Kastrup  <dak@gnu.org>
1259
1260         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1261         authinfo file again (important for blank passwords).  This had been
1262         broken with 2013-06-15 change.
1263
1264 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1265
1266         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1267         Revert 2013-01-14 change.
1268
1269 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1270
1271         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1272         of 'create-image' for XEmacs compatibility; check errors when decoding
1273         image.  Reported by Uwe Brauer.
1274
1275 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1276
1277         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1278         gnus-button-push revised at 2011-01-19.
1279
1280 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1281
1282         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1283         now live in the lisp/net Emacs 24 repository.
1284
1285 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * eww.el (eww-update-header-line-format): Quote % characters.
1288
1289 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290
1291         * eww.el (eww-process-text-input): Display passwords as asterisks.
1292
1293         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1294
1295 2013-06-19  Tom Tromey  <tromey@redhat.com>
1296
1297         * eww.el (eww-top-url): Remove.
1298         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1299         (eww-render): Set new variables.  Don't set eww-top-url.
1300         (eww-handle-link): Handle "prev", "home", and "contents".
1301         Downcase the rel text.
1302         (eww-top-url): Choose best top URL.
1303
1304 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * eww.el: Rewrite to implement form elements "by hand" instead of
1307         relying in widget.el.  Using widget.el leads to too many
1308         user interface inconsistencies.
1309         (eww-self-insert): Implement entering commands in text fields.
1310         (eww-process-text-input): New function to make text input field editing
1311         work.
1312         (eww-submit): Rewrite to use the new-style form methods.
1313         (eww-select-display): Display the correct selected item.
1314         (eww-change-select): Implement changing the select value.
1315         (eww-toggle-checkbox): Implement radio/checkboxes.
1316         (eww-update-field): Fix compilation error.
1317         (eww-tag-textarea): Implement <textarea>.
1318
1319         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1320         don't shadow mode-specific bindings.
1321
1322         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1323         nothing to push.
1324
1325         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1326
1327 2013-06-19  Glenn Morris  <rgm@gnu.org>
1328
1329         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1330
1331 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1332
1333         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1334
1335 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1336
1337         * shr.el (shr-make-table-1): Implement <td rowspan>.
1338         (shr-table-horizontal-line): Allow nil as a value, and change the
1339         default.
1340         (shr-insert-table-ruler): Respect the nil value.
1341
1342 2013-06-18  Tom Tromey  <tromey@barimba>
1343
1344         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1345         New defvars.
1346         (eww-open-file): New defun.
1347         (eww-render): Initialize new variables.
1348         (eww-display-html): Handle "link" and "a".
1349         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1350         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1351         (eww-back-url): Rename from eww-previous-url.
1352         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1353         defuns.
1354
1355 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1356
1357         * shr.el (shr-tag-table): Insert the images after the table, so that
1358         they're not covered by the table colourisation, which often looked
1359         awkward.
1360         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1361         <dd>.
1362         (shr-make-table-1): Implement <td colspan=> support.
1363         (shr-insert-document): Use one less than window width if `shr-width' is
1364         nil, since otherwise things may get one character too wide.
1365
1366 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * eww.el (eww-detect-charset): Improve regexp; move backward.
1369
1370 2013-06-18  Glenn Morris  <rgm@gnu.org>
1371
1372         * mm-decode.el (widget-convert-button): Autoload.
1373
1374         * sieve-manage.el (mm-enable-multibyte): Autoload.
1375
1376         * shr.el (libxml-parse-html-region): Declare.
1377         (shr-render-buffer): Explicit error if no libxml2 support.
1378
1379 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1380
1381         * auth-source.el (auth-source-current-line): New function.
1382         (auth-source-netrc-parse-entries): When a data token is "machine",
1383         assume we're in the wrong place and abort parsing the current line.
1384
1385 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386
1387         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1388         (eww-convert-widgets): Don't bug out if the first widget starts at the
1389         beginning of the buffer.
1390         (eww-convert-widgets): Fix last patch.
1391         (eww-tag-input): Support <input type=image>.
1392
1393         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1394         (shr-tag-base): Protect against base specs that are degenerate.
1395         (shr-ensure-paragraph): Don't delete empty lines that have text
1396         properties, because these may be input fields.
1397
1398         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1399         we can navigate to them.
1400
1401         * shr.el (shr-colorize-region): Put the colours over the entire region.
1402         (shr-inhibit-decoration): New variable.
1403         (shr-add-font): Use it to inhibit text property decorations while doing
1404         preliminary table renderings.  This speeds up typical Wikipedia page
1405         renderings by 15%.
1406         (shr-tag-span): Don't respect the <title>, because that overwrites the
1407         help-echo from links inside the spans.
1408         (shr-next-link): Use `help-echo' for navigation, so that we can
1409         navigate to form elements, too.
1410
1411         * eww.el (eww-button): New face.
1412         (eww-convert-widgets): Use it to make submit buttons more button-like.
1413
1414         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1415         that Gnus commands work.
1416
1417         * shr.el (shr-render-td): Support horizontal alignment.
1418
1419         * eww.el (eww-put-color): Removed.
1420         (eww-colorize-region): Use `add-face-text-property'.
1421
1422         * shr.el (shr-add-font): Append face data, so that we get the correct
1423         precedence: The innermost value (which is applied first) wins.
1424         (shr-make-overlay): Obsolete function.
1425
1426         * mm-decode.el (mm-convert-shr-links): New function to convert
1427         new-style shr URL links into widgets.
1428         (mm-shr): Use it.
1429
1430         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1431         widget commands, since we're no longer using widgets for links.
1432
1433         * shr.el (shr-next-link): New command.
1434         (shr-previous-link): New command.
1435         (shr-urlify): Don't use `widget-convert', because that's slow.
1436         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1437         because collecting the overlays and reapplying them when generating
1438         tables is slow.
1439         (shr-insert-table): Ditto.
1440
1441 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1442
1443         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1444         * shr.el (browse-url): Require `url'.
1445         * eww.el (url): Require format-spec.
1446
1447 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448
1449         * eww.el (eww-display-html): Default to using the entire window width.
1450         (eww-browse-url): Don't add a User-Agent header (twice), because that
1451         makes Bing refuse connection.
1452
1453         * shr.el (shr-make-table): Cache the table rendering at the table
1454         level, and not the <td> level.  This is a bit faster.
1455
1456         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1457         #id.
1458
1459         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1460         browsers don't.
1461         (shr-expand-url): Respect #anchor links.
1462         (shr-parse-base): Chop off the anchor before using.
1463         (shr-descend): Respect display: none.
1464         (shr-descend): Allow marking elements that have certain IDs.
1465
1466         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1467
1468         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1469
1470         * eww.el (eww-tag-textarea): Support <textarea>.
1471
1472 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1473
1474         * shr.el (shr-dom-to-xml): Fixed function call.
1475
1476         * eww.el (eww): New group.
1477         (eww-header-line-format): New custom variable.
1478         (eww-current-title): New variable.
1479         (eww-display-html): Update header and handle title tag.
1480         (eww-update-header-line-format): New function.
1481         (eww-tag-title): New function.
1482
1483         * shr.el (shr-dom-to-xml): New function.
1484         (shr-tag-svg): Add support for the SVG tag.
1485         (shr-bullet): New custom variable.
1486         (shr-tag-li): Support custom bullet in unordered lists.
1487
1488 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1489
1490         * shr.el (shr-expand-url): Respect // URLs.
1491
1492         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1493         put a background colour onto the entire buffer.
1494         (eww-render): When being redirected, use the redirect URL as the new
1495         base URL.
1496
1497         * shr.el (shr-parse-base): Fix parsing error.
1498
1499         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1500
1501         * shr.el (shr-parse-base): New function.
1502         (shr-expand-url): Use it to expand relative URLs reliably.
1503
1504 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1505
1506         * auth-source.el (auth-source-search-collection): Fix docstring.
1507         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1508         single-quoted strings and multiline entries.
1509         (auth-source-netrc-parse-next-interesting)
1510         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1511         functions to support parser.
1512
1513 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * eww.el (eww-submit): Get submit button logic right when hitting RET
1516         on non-submit buttons.
1517
1518         * shr.el: Remove shr-preliminary-table-render, since that can't really
1519         be used for anything in practice.
1520
1521 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1522
1523         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1524         (sieve-manage-quit).
1525
1526 2013-06-14  Glenn Morris  <rgm@gnu.org>
1527
1528         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1529
1530 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1531
1532         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1533         control the maximum size of photo ID image.
1534         (mml2015-epg-key-image-to-string): Respect it.
1535
1536 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1539         instead of the final one so that we can more easily distinguish them.
1540
1541         * eww.el (eww-submit): Compute the submission URL correctly.
1542
1543 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1544
1545         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1546         Use plist-get rather than CL's getf.
1547         (sieve-manage-parse-capability): Avoid CL's remove-if.
1548
1549 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1550
1551         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1552         (sieve-manage-quit).
1553
1554 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1555
1556         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1557         last slash.
1558
1559         * eww.el (eww-tag-select): Use the first value as the default value.
1560
1561 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1562
1563         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1564         (eww-mode): Use `define-derived-mode'.
1565         (eww-parse-headers): Parse headers from beginning of buffer so that
1566         file:// links work.
1567
1568 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1569
1570         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1571
1572 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573
1574         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1575         to handle them at all.
1576
1577 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1580         work, too.
1581         (eww-tag-select): Implement <select>.
1582
1583 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1584
1585         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1586         stream managing functions by using open-protocol-stream to do most of
1587         the work.  Has the nice benefit of enabling STARTTLS.
1588         Wait for capabilities after STARTTLS: following RFC5804, the server
1589         sends new capabilities after successfully establishing a TLS connection
1590         with the client.  The client should update the cached list of
1591         capabilities, but we just ignore the answer for now.
1592         (sieve-manage-network-p, sieve-manage-network-open)
1593         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1594         (sieve-manage-forward, sieve-manage-streams)
1595         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1596         API, nor called by any other function.
1597         Enable Multibyte for SieveManage buffers: The parser won't properly
1598         handle umlauts and line endings unless multibyte is turned on in the
1599         process buffer.
1600
1601 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602
1603         * eww.el (eww-tag-input): Support password fields.
1604         (eww-submit): Support POST.
1605
1606 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1607
1608         * eww.el (eww-tag-form): Protect against degenerate forms.
1609
1610         * shr.el (shr-expand-url): Expand URLs that start with a slash
1611         correctly.
1612
1613         * eww.el (eww-submit): Get submit button logic right.
1614
1615         * shr.el (shr-final-table-render): New variable to signal when we're
1616         doing the final table rendering so that we can collect more data at
1617         that point.
1618
1619         * eww.el (eww-submit): Make form submission work.
1620         (eww-tag-input): Implement submit buttons.
1621         (eww-click-radio): Implement radio and checkboxes.
1622         (eww-submit): Handle hidden elements.
1623
1624         * shr.el (shr-descend): Allow other packages to override (or provide)
1625         rendering of elements.
1626         (shr-expand-url): Strip query strings from URLs before expanding them.
1627
1628         * eww.el: Don't require cl-lib.
1629         (eww-tag-form): Start form support.
1630
1631         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1632
1633         * eww.el: Start writing a new, tiny web browser.
1634         (eww-previous-url): New command.
1635         (eww-quit): New command.
1636
1637 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1638
1639         * sieve.el: Put point at beginning of buffer when viewing a script.
1640         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1641         number in sieve-buffer's header.  Fixed code to also work with a string
1642         as port specifier.  Properly close the connection on pressing 'q'.  Make
1643         sieve-manage-quit close the connection and process buffer.  Also, remove
1644         duplicate keybinding for 'q'.
1645
1646 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1647
1648         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1649         make it easier to read.
1650         (mm-pkcs7-enveloped-magic): Ditto.
1651
1652 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1653
1654         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1655         before `image-type-available-p' to avoid loading the image libraries
1656         needlessly.
1657
1658 2013-06-05  David Engster  <deng@randomsample.de>
1659
1660         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1661         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1662         to see whether the group was synced before.
1663
1664 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1665
1666         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1667         when opening the connection.
1668         Suggested by João Távora <joaotavora@gmail.com> in
1669         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1670
1671 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1674         assume Date header begins with "Date", that may be customized into
1675         something like "X-Sent" using gnus-article-time-format.
1676         (article-transform-date): Allow multi-line Date header.
1677
1678 2013-06-02  David Engster  <deng@randomsample.de>
1679
1680         * registry.el (initialize-instance, registry-lookup)
1681         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1682         (registry-lookup-secondary-value, registry-search, registry-delete)
1683         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1684         not wrap methods in `eval-and-compile'.  This breaks due to latest
1685         changes in EIEIO (introduction of eieio-core.el).
1686
1687 2013-05-30  Glenn Morris  <rgm@gnu.org>
1688
1689         * nnmail.el (nnmail-fancy-expiry-target):
1690         Also bind mail-dont-reply-to-names.
1691
1692         * spam-stat.el (spam-stat-save):
1693         No need to tweak font-lock in temp buffers.
1694
1695         * shr.el (shr-put-image): Silence compiler.
1696
1697 2013-05-29  Glenn Morris  <rgm@gnu.org>
1698
1699         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1700
1701         * gnus-group.el (gnus-sequence-of-unread-articles)
1702         (gnus-summary-add-mark, gnus-mark-article-as-read)
1703         (gnus-group-make-articles-read): Declare.
1704
1705         * gnus-sum.el (gnus-parameter-list-identifier)
1706         (gnus-article-stop-animations, gnus-stop-downloads)
1707         (gnus-article-only-boring-p, article-goto-body)
1708         (gnus-flush-original-article-buffer, article-narrow-to-head)
1709         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1710         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1711
1712         * gnus.el: No need to eval-and-compile autoloads.
1713
1714         * gravatar.el (help-function-arglist): Autoload.
1715
1716         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1717
1718         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1719
1720         * spam.el: No need to load spam-report when compiling.
1721         No need to eval-and-compile autoloads.
1722         (spam-report-resend-to): Declare.
1723         (spam-report-resend-register-routine): Require 'spam-report.
1724
1725 2013-05-24  Julien Danjou  <julien@danjou.info>
1726
1727         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1728         setup.
1729
1730 2013-05-23  Glenn Morris  <rgm@gnu.org>
1731
1732         * gnus-util.el (rmail-swap-buffers-maybe)
1733         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1734         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1735         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1736
1737         * mm-decode.el: No need to load term when compiling.
1738         (term-mode, term-char-mode): Declare.
1739
1740         * mm-util.el: No need to load jka-compr when compiling.
1741         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1742
1743         * nnmaildir.el: Require is automatically eval-and-compile.
1744         (nnmail): Require at run-time too.
1745
1746         * registry.el (registry-size): Move definition before use.
1747
1748 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1749
1750         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1751         signed data to conform the standard.  (Bug#14232)
1752
1753 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1754
1755         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1756         double angle quotation mark.
1757
1758 2013-05-20  Glenn Morris  <rgm@gnu.org>
1759
1760         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1761
1762 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1763
1764         * message.el (message-insert-formatted-citation-line): handle finding
1765         first/lastname when more than 2 names appear.
1766
1767 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1768
1769         * shr.el (shr-tag-span): New function.
1770
1771 2013-05-18  Glenn Morris  <rgm@gnu.org>
1772
1773         * message.el (message-mode): Use message-mode-abbrev-table,
1774         with text-mode-abbrev-table as parent.  (Bug#14413)
1775
1776 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1777
1778         * message.el (message-expand-group): Decode group names.
1779
1780 2013-05-16  Julien Danjou  <julien@danjou.info>
1781
1782         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1783         app-icon.
1784
1785 2013-05-15  Glenn Morris  <rgm@gnu.org>
1786
1787         * shr-color.el (shr-color-visible-luminance-min)
1788         (shr-color-visible-distance-min): Use shr-color group.
1789
1790 2013-05-11  Glenn Morris  <rgm@gnu.org>
1791
1792         * gnus-vm.el: Make it loadable without VM.
1793         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1794         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1795
1796 2013-05-09  Glenn Morris  <rgm@gnu.org>
1797
1798         * mml1991.el: Make it loadable.  (Bug#13456)
1799
1800         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1801         * gnus-async.el (gnus-async-post-fetch-function):
1802         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1803         * gnus-html.el (gnus-html-image-cache-ttl):
1804         * gnus-notifications.el (gnus-notifications-timeout):
1805         * gnus-picon.el (gnus-picon-properties):
1806         * gnus-util.el (gnus-completion-styles):
1807         * gnus.el (gnus-other-frame-resume-function):
1808         * message.el (message-user-organization-file)
1809         (message-cite-reply-position):
1810         * nnir.el (nnir-summary-line-format)
1811         (nnir-retrieve-headers-override-function):
1812         * shr-color.el (shr-color-visible-luminance-min):
1813         * shr.el (shr-blocked-images):
1814         * spam-report.el (spam-report-resend-to):
1815         * spam.el (spam-summary-exit-behavior): Fix custom types.
1816
1817         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1818
1819 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1820
1821         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1822         because of let-binding help-xref-following.  (Bug#14356)
1823
1824 2013-05-06  Glenn Morris  <rgm@gnu.org>
1825
1826         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1827
1828 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1829
1830         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1831         entering into the registry.
1832
1833 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1834
1835         * gnus.el: Ma Gnus v0.7 is released.
1836
1837 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1838
1839         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1840         (Bug#14304)
1841
1842 2013-04-27  Glenn Morris  <rgm@gnu.org>
1843
1844         * gnus.el (gnus-list-debbugs):
1845         Use require rather than autoload.  (Bug#14262)
1846
1847 2013-04-27  Julien Danjou  <julien@danjou.info>
1848
1849         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1850         port to "sieve" now that it has an official IANA port assigned.
1851
1852 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1853
1854         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1855         Don't set the MAILHOST environment variable permanently (Bug#14271).
1856
1857 2013-04-26  Glenn Morris  <rgm@gnu.org>
1858
1859         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1860
1861 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1862
1863         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1864         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1865
1866 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1867
1868         * nnir.el (nnir-close-group): Make sure we are in the right group.
1869
1870         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1871         dependency table from all newly retrieved headers.
1872
1873 2013-04-16  David Edmondson  <dme@dme.org>
1874
1875         Support <img src="data:...">.
1876
1877         * shr.el (shr-image-from-data): New function.
1878         (shr-tag-img): Use it.
1879
1880 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1881
1882         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1883         group.
1884
1885 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1886
1887         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1888         corresponding to any existing group (Bug#14166).
1889
1890 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1891
1892         * nnir.el (number-sequence): No longer used.
1893         (nnir-request-set-mark): New function.
1894         (nnir-request-update-info): Improve marks updating.
1895         (nnir-request-scan): Don't duplicate marks updating.
1896         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1897         Use 'assq rather than 'assoc.  Quote anonymous function.
1898         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1899         Use 'gnus-group-prefixed-p.
1900         (gnus-summary-create-nnir-group): Make sure server for method is open.
1901
1902 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1903
1904         * nnir.el (gnus-nnir-group-p): New function.
1905         (nnir-possibly-change-group): Use it.
1906
1907         * gnus-msg.el (gnus-setup-message): Use it.
1908
1909 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1910
1911         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1912         `initial-input' for the argument name.
1913         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1914
1915 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1916
1917         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1918         (used by MH-E).
1919
1920 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1921
1922         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1923         group.
1924
1925         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1926         fix compilation.
1927
1928 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1929
1930         * nnir.el (nnir-method-default-engines): And another typo.
1931
1932 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1933
1934         * nnir.el (nnir-method-default-engines): Fix typo.
1935
1936 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1937
1938         * nnir.el: Define 'number-sequence for xemacs.
1939         (gnus-summary-create-nnir-group): New function to create an nnir group
1940         from an nnir summary buffer based on the current query.
1941         (nnir-request-create-group): Update to allow nnir group creation based
1942         on the current query.
1943
1944 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1945
1946         * nndraft.el (nndraft-request-expire-articles):
1947         Make expiry target always `delete'.
1948
1949 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1950
1951         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1952         buffer use the posting-style and gcc of the original article group.
1953         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1954
1955         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1956         after other deffoos.
1957
1958 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1959
1960         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1961         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1962         support for real (i.e. not ephemeral) nnir groups.
1963         (gnus-summary-make-nnir-group): New function for initiating searches
1964         from a summary buffer.
1965
1966 2013-03-18  Sam Steingold  <sds@gnu.org>
1967
1968         * message.el (message-bury): Minor cleanup.
1969
1970 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1971
1972         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1973
1974 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1977         nnml-request-list.  (Bug#13873)
1978         (nndir-request-newsgroups): Remove, unused.
1979
1980         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1981
1982 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1983
1984         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1985         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1986         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1987
1988 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1989
1990         * shr.el: Make all the overlays set the `evaporate' property so that
1991         they're removed properly.
1992
1993 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1994
1995         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1996         shell-quote-argument.
1997
1998 2013-02-22  David Engster  <deng@randomsample.de>
1999
2000         * gnus-registry.el (gnus-registry-save): Provide class name when
2001         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2002         `condition-case' to stay compatible with older EIEIO versions which
2003         only accept one argument.
2004
2005 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2006
2007         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2008         (epg-user-id-validity): Autoload.
2009         (mml2015-epg-check-user-id): New function.
2010         (mml2015-epg-check-sub-key): New function split from
2011         mml2015-epg-find-usable-key.
2012         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2013         optional name-is-key-id, to handle the case when user-id is unusable.
2014         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2015
2016 2013-02-17  Glenn Morris  <rgm@gnu.org>
2017
2018         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2019
2020 2013-02-16  Glenn Morris  <rgm@gnu.org>
2021
2022         * shr.el (shr-put-image): Only animate images that specify a delay.
2023         This is consistent with the old image-animated-p behavior.
2024
2025 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2026
2027         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2028         for XEmacs.
2029
2030 2013-02-13  Juri Linkov  <juri@jurta.org>
2031
2032         * gnus-art.el (gnus-article-mode-map):
2033         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2034         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2035
2036 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2037
2038         * auth-source.el (auth-source-format-prompt): Don't get confused by
2039         any "\" in replacement text.  (Bug#13637)
2040
2041 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2042
2043         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2044         (gnus-backend-trace): Honour gnus-backend-trace.
2045
2046         * mml.el (mml-insert-part): Insert closing tag.
2047
2048         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2049
2050 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2051
2052         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2053         able to find the article, which can happen in debbugs groups,
2054         apparently.
2055
2056 2013-01-16  Glenn Morris  <rgm@gnu.org>
2057
2058         * smiley.el (smiley-style): Make the file loadable in batch mode.
2059
2060 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2061
2062         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2063         imap process running.
2064
2065 2013-01-14  Julien Danjou  <julien@danjou.info>
2066
2067         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2068         Compare addresses against addresses, not against the full From field.
2069
2070 2013-01-13  Richard Stallman  <rms@gnu.org>
2071
2072         * message.el (message-forward-make-body-mime): New args BEG, END
2073         specify what part of FORWARD-BUFFER to use.  Do the work directly
2074         instead of calling `mml-insert-buffer'.
2075
2076 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2077
2078         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2079         cross-reference(s).
2080
2081         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2082         cross-reference(s).
2083
2084 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2085
2086         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2087         and point-max-marker.
2088         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2089
2090 2013-01-11  Julien Danjou  <julien@danjou.info>
2091
2092         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2093         max are almost equal.  Also return the correct value for V which is
2094         already between 0 and 1.
2095
2096 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2097
2098         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2099         to mml2015-encrypt-to-self.
2100         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2101
2102 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2103
2104         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2105         mml-smime-epg-find-usable-secret-key.
2106
2107 2013-01-08  Glenn Morris  <rgm@gnu.org>
2108
2109         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2110
2111 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2112
2113         * mml-smime.el: Support signing by sender.
2114         Requested by Uwe Brauer.
2115         (mml-smime-sign-with-sender): New user option analogous
2116         to mml2015-sign-with-sender.
2117         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2118         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2119         mml2015.el.
2120
2121 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2122
2123         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2124         isn't running, because Gnus will probably not know how to handle the
2125         Gcc header (bug#11941).
2126
2127         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2128         articles.
2129
2130 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2133         (nnfolder-generate-active-file): Make this function work with recursive
2134         folder names.
2135
2136 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2137
2138         * nntp.el (nntp-open-connection): Use HELP as the capability command
2139         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2140         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2141
2142 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2143
2144         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2145         place holder since this gives `Invalid face reference: nil' messages.
2146         Use the `default' face instead.  It has the same effect here, even
2147         though it is not no-op.
2148
2149         * gnus-util.el
2150         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2151
2152 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2153
2154         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2155         non-string posting styles (bug#13285).
2156
2157 2012-12-27  Glenn Morris  <rgm@gnu.org>
2158
2159         * plstore.el (plstore-passphrase-callback-function):
2160         Use plstore-get-file.
2161
2162 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2163
2164         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2165         stderr.
2166
2167 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2170
2171         * gnus-compat.el (set-buffer-multibyte): Remove.
2172
2173 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2174
2175         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2176         temporary file to get PGP key image.  Pass no-show-photos when
2177         extracting image to avoid having it pop up twice.
2178
2179 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2180
2181         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2182         eligible for treatment.
2183
2184         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2185         lines.  This makes summary commands with hidden threads work more
2186         reliably.
2187
2188         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2189         button to mark the hidden citations (bug#9395).
2190
2191 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2192
2193         * mml2015.el (mml2015-epg-signature-to-string): New function.
2194         (mml2015-epg-verify-result-to-string): New function.
2195         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2196         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2197         instead of epg-verify-result-to-string.
2198         (epg-signature-key-id, epg-signature-to-string): Autoload.
2199         (epg-verify-result-to-string): Remove autoload.
2200
2201 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2202
2203         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2204         ID image from GPG public key.
2205         (mml2015-epg-key-image-to-string): New function.
2206
2207 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2208
2209         * plstore.el (plstore-passphrase-callback-function): Fix error when
2210         error when plstore-cache-passphrase-for-symmetric-encryption is set
2211         (bug#13264).
2212
2213 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2214
2215         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2216         buffer to the article buffer here, because that clobbers multiple
2217         article buffers.
2218
2219         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2220         buffer always points to the right summary buffer.
2221
2222 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2223
2224         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2225         the password (bug#12097).
2226
2227 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2228
2229         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2230         (bug#13263).
2231
2232         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2233         buffer exists before using it (bug#12475).
2234
2235         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2236         offline groups (bug#11937).
2237
2238         * message.el (message-yank-original): When using customize to set the
2239         value of `message-cite-style', the variable it set to a symbol that's
2240         the name of the variable, which must then be dereferenced (bug#12616).
2241
2242 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2243
2244         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2245         the `face' property with a list whose car is the face specified in the
2246         format string and whose cdr is (nil).
2247         * lisp/gnus-util.el
2248         (gnus-put-text-property-excluding-characters-with-faces):
2249         Change accordingly.
2250         (gnus-get-text-property-excluding-characters-with-faces): New function.
2251         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2252         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2253         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2254
2255 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2256
2257         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2258         login methods.
2259         (nnimap-login): Respect the `nnimap-authenticator' variable.
2260
2261         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2262         mark state when moving articles.  Otherwise unticked articles will get
2263         their ticks back after moving.
2264
2265 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2266
2267         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2268
2269         * message.el (message-ignored-news-headers): Always remove
2270         X-Message-SMTP-Method to avoid information leakage if the user
2271         mistakenly inserts the header into news messages.
2272
2273         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2274
2275         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2276         right than four characters, this command would move point to
2277         `point-max'.  Don't do that.
2278
2279         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2280         to nil to allow re-selecting groups that gain articles.
2281         (gnus-bug-group-download-format-alist): Update the URL.
2282
2283 2012-12-23  Andreas Schwab  <schwab@suse.de>
2284
2285         * shr.el (shr-tag-em): Render em as italic, not bold.
2286
2287 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2288
2289         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2290         for reuse.
2291         (gnus-open-server): Use it to add more tracing.
2292         (gnus-finish-retrieve-group-infos): Add backend tracing.
2293         (gnus-backend-trace): Also note the elapsed seconds.
2294
2295 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2296
2297         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2298         Set epa-file-encrypt-to from variable to avoid querying.
2299
2300 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2301
2302         * sieve-mode.el (sieve-font-lock-keywords):
2303         Keywords should be word delimited.  (Bug#13173)
2304
2305 2012-12-13  Andreas Schwab  <schwab@suse.de>
2306
2307         * tls.el (tls-program): Update customize type.
2308
2309 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2312         instead of <pre> to align message header.
2313
2314 2012-12-12  Sam Steingold  <sds@gnu.org>
2315
2316         * gnus.el (gnus-other-frame-resume-function): Add user option.
2317         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2318
2319 2012-12-06  Sam Steingold  <sds@gnu.org>
2320
2321         * gnus-start.el (gnus-before-resume-hook): Add.
2322         (gnus-1): Run it when Gnus is alive.
2323
2324 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2325
2326         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2327         * gnus-art.el (article-unsplit-urls)
2328         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2329         * gnus-registry.el (gnus-registry-get-article-marks)
2330         * message.el (message-goto-body): Use it.
2331         (message-called-interactively-p): Remove.
2332
2333         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2334         (spam-stat-score-buffer): Use it.
2335
2336         * spam.el: Silence the warnings against BBDB functions when compiling.
2337
2338         * gnus-score.el (gnus-score-decode-text-parts):
2339         Use append+mapcar instead of the cl function mapcan.
2340
2341 2012-12-05  Sam Steingold  <sds@gnu.org>
2342
2343         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2344         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2345         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2346
2347 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2348
2349         * gmm-utils.el (gmm-called-interactively-p): Revert.
2350         This seems to cause Emacs to get stuck!
2351         * gnus-art.el (article-unsplit-urls)
2352         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2353         * gnus-registry.el (gnus-registry-get-article-marks)
2354         * message.el (message-goto-body)
2355         (message-called-interactively-p): Revert.
2356
2357         * gmm-utils.el (gmm-called-interactively-p): New function.
2358         * gnus-art.el (article-unsplit-urls)
2359         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2360         * gnus-registry.el (gnus-registry-get-article-marks)
2361         * message.el (message-goto-body): Use it.
2362         (message-called-interactively-p): Remove.
2363
2364         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2365         * gnus-sync.el (gnus-sync-lesync-call)
2366         * message.el (message-read-from-minibuffer): Use it.
2367
2368 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * gmm-utils.el (gmm-flet): Remove.
2371         * gnus-sync.el (gnus-sync-lesync-call)
2372         * message.el (message-read-from-minibuffer): Don't use it.
2373
2374 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2377
2378 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2379
2380         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2381
2382         * gnus-sync.el (gnus-sync-lesync-call)
2383         * message.el (message-read-from-minibuffer): Use gmm-flet.
2384
2385         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2386
2387         * gnus-util.el (gnus-macroexpand-all): Remove.
2388
2389 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2390
2391         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2392         to TAB, not [tab].
2393         (gnus-summary-article-map): Likewise.
2394
2395         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2396         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2397
2398 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2399
2400         * time-date.el: Commentary fix.
2401
2402 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2403
2404         * color.el: Don't require cl.
2405         (color-complement): `caddr' -> `nth 2'.
2406
2407         * time-date.el (time-to-seconds): De-obsolete.
2408
2409 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * message.el (message-get-reply-headers):
2412         Make sure the reply goes to the author if it is a wide reply.
2413
2414 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2415
2416         * gnus-score.el (gnus-score-body):
2417         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2418         scoring by body.
2419
2420 2012-11-16  Glenn Morris  <rgm@gnu.org>
2421
2422         * gnus-diary.el (nndiary-request-create-group-functions)
2423         (nndiary-request-update-info-functions)
2424         (gnus-subscribe-newsgroup-functions)
2425         (nndiary-request-accept-article-functions):
2426         Use new names for hooks rather than obsolete aliases.
2427
2428 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2429
2430         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2431
2432 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2435         in meta tag with the one the part specifies in its header.
2436
2437 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2438
2439         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2440         by default.
2441
2442 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2445         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2446
2447 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2450         and a runtime function for it, of which the XEmacs version takes only
2451         two arguments.
2452
2453 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2454
2455         * nndiary.el (nndiary-request-create-group-functions)
2456         (nndiary-request-update-info-functions)
2457         (nndiary-request-accept-article-functions):
2458         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2459         "-hooks" suffix.
2460
2461 2012-10-19  Julien Danjou  <julien@danjou.info>
2462
2463         * gnus-art.el: Require gnus-util because it uses
2464         `gnus-timer--function'.
2465
2466 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2467
2468         * starttls.el (starttls-extra-arguments): Doc fix.
2469
2470 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471
2472         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2473         it.
2474
2475 2012-10-06  Glenn Morris  <rgm@gnu.org>
2476
2477         * gnus-notifications.el (gnus-notifications):
2478         Add missing group :version tag.
2479         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2480         (gnus-gcc-post-body-encode-hook):
2481         * gnus-sync.el (gnus-sync-lesync-name)
2482         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2483
2484 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2485
2486         * color.el (color-hsl-to-rgb): Fix incorrect results for
2487         small and large hue values.  (Bug#12559)
2488
2489 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2490
2491         New UIDL implementation.
2492
2493         * mail-source.el (mail-sources, mail-source-keyword-map):
2494         Add :leave as a pop3 keyword.
2495         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2496
2497         * pop3.el (pop3-leave-mail-on-server): Allow number.
2498         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2499         (pop3-movemail): Add UIDL support.
2500         (pop3-send-streaming-command): Take a list of mail numbers instead of
2501         the number of mails.
2502         (pop3-write-to-file): Add X-UIDL header.
2503         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2504         (pop3-uidl-add-xheader): New functions.
2505
2506         * message.el (message-ignored-resent-headers):
2507         Add X-Content-Length and X-UIDL headers.
2508
2509 2012-10-05  Glenn Morris  <rgm@gnu.org>
2510
2511         * color.el (color-name-to-rgb, color-rgb-to-hex)
2512         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2513         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2514         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2515         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2516
2517 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2520         a user about whether to delete temp files if once a user answered as n.
2521
2522 2012-09-25  Chong Yidong  <cyd@gnu.org>
2523
2524         * password-cache.el (password-read-and-add): Use a declare form to mark
2525         this function obsolete.
2526
2527 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * lpath.el: Bind mail-encode-mml for old Emacsen.
2530
2531 2012-09-17  Richard Stallman  <rms@gnu.org>
2532
2533         * message.el (message-in-body-p): Don't set mark or modify buffer.
2534
2535         * mml.el (mml-attach-file): Doc fix.
2536         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2537         Set mail-encode-mml when in Mail mode.
2538         Simplify code to set HEAD and move back to HEAD.
2539         (mml-insert-multipart, mml-insert-part):
2540         Set mail-encode-mml when in Mail mode.
2541
2542 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * gnus-util.el (gnus-timer--function): New function.
2545
2546         * gnus-art.el (gnus-article-stop-animations): Use it.
2547
2548 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2549
2550         Fix glitches caused by addition of psec to timers.
2551         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2552         rather than raw access to timer vector.
2553
2554 2012-09-11  Julien Danjou  <julien@danjou.info>
2555
2556         * gnus-notifications.el (gnus-notifications): Check for nil values in
2557         ignored addresses check.
2558
2559 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2560
2561         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2562
2563 2012-09-07  Chong Yidong  <cyd@gnu.org>
2564
2565         * gnus-util.el
2566         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2567
2568         * gnus-salt.el (gnus-tree-highlight-node):
2569         * gnus-sum.el (gnus-summary-highlight-line):
2570         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2571
2572 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2573
2574         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2575
2576 2012-09-06  Juri Linkov  <juri@jurta.org>
2577
2578         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2579         scheme for buffer names to be more consistent with other group and
2580         article buffer names in Gnus.
2581
2582 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2583
2584         * gnus-util.el
2585         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2586
2587         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2588         Jenkner.
2589
2590         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2591
2592         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2593
2594         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2595
2596 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2599         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2600
2601         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2602         string-prefix-p in Emacs >=23.2.
2603
2604         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2605         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2606         instead of string-match-p.
2607         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2608
2609 2012-09-06  Kenichi Handa  <handa@gnu.org>
2610
2611         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2612         lowercase a..f.
2613
2614 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2615
2616         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2617
2618 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2619
2620         * nnimap.el (nnimap-request-move-article): Decode the group name when
2621         doing internal moves to avoid charset issues.
2622
2623         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2624         TIME is set.
2625
2626 2012-09-05  Juri Linkov  <juri@jurta.org>
2627
2628         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2629         than one group at a time (bug#11961).
2630
2631 2012-09-05  Julien Danjou  <julien@danjou.info>
2632
2633         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2634         this hide the real reason with a message giving absolutely no hint.
2635
2636 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2637
2638         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2639         to the backend (bug#11804).
2640
2641         * message.el (message-insert-newsgroups): Don't insert newsgroup
2642         duplicates (bug#12275).
2643
2644 2012-09-05  John Wiegley  <johnw@newartisans.com>
2645
2646         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2647         sieve rules.
2648
2649 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2650
2651         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2652         function.
2653
2654         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2655
2656         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2657
2658 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2659
2660         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2661         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2662         This should make nnmaildir more usable with offlineimap.
2663
2664 2012-09-05  Julien Danjou  <julien@danjou.info>
2665
2666         * nnimap.el (nnimap-request-list): Revert change that made listing
2667         synchronous.
2668         (nnimap-get-responses): Restore.
2669
2670 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2671
2672         * dgnushack.el: XEmacs 21.5 compilation fix.
2673
2674         * gnus-notifications.el (gnus-notifications-notify): Use it.
2675
2676         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2677         warnings on XEmacs.
2678
2679 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2680
2681         Better seeds for (random).
2682         * gnus-sync.el (gnus-sync-lesync-setup):
2683         * message.el (message-canlock-generate, message-unique-id):
2684         Change (random t) to (random), now that the latter is more random.
2685
2686 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2687
2688         * nnimap.el (nnimap-change-group): Document result value
2689
2690         * auth-source.el (auth-sources): Fix macos keychain access.
2691
2692         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2693         allow the backend `request-head' function to determine the group
2694         name on its own.
2695         (gnus-request-expire-articles): Filter out negative article numbers
2696         during expiry (Bug#11980).
2697
2698         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2699         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2700
2701         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2702         you've found the article when you haven't.
2703
2704         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2705         that nnimap-change-group can return t.
2706
2707 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2708
2709         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2710
2711 2012-08-30  Julien Danjou  <julien@danjou.info>
2712
2713         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2714         `gnus-notifications-timeout'.
2715         (gnus-notifications-timeout): Add.
2716         (gnus-notifications-action): New function.
2717         (gnus-notifications-notify): Add :action using
2718         `gnus-notifications-action'.
2719         (gnus-notifications-id-to-msg): New variable.
2720         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2721         notifications id to messages.
2722
2723 2012-08-30  Kenichi Handa  <handa@gnu.org>
2724
2725         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2726         once.
2727
2728 2012-08-29  Julien Danjou  <julien@danjou.info>
2729
2730         * gnus-notifications.el: New file.
2731         (gnus-notifications-notify): New function.
2732         (gnus-notifications): Use `gnus-notifications-notify'.
2733
2734 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2735
2736         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2737         transfer encoding first; bind gnus-newsgroup-charset to the charset
2738         that the article specifies (Bug#12209).
2739
2740 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2743         (gnus-group-customize-done): Encode values posting-style holds.
2744
2745         * gnus-msg.el (gnus-summary-resend-message)
2746         (gnus-configure-posting-styles): Decode values posting-style group
2747         parameter holds.
2748
2749 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2750
2751         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2752         `name' and `address' in Resent-From header.
2753
2754 2012-08-14  Chong Yidong  <cyd@gnu.org>
2755
2756         * gnus-art.el (article-display-face): Handle failure in
2757         gnus-create-image (Bug#11802).
2758
2759 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2760
2761         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2762         Use defsetf.
2763
2764 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2765
2766         * auth-source.el (auth-source-plstore-search)
2767         (auth-source-secrets-search): Ignore :require and :type in search spec.
2768
2769 2012-08-06  Julien Danjou  <julien@danjou.info>
2770
2771         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2772         `nnimap-request-move-article'.
2773
2774         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2775         Remove autoload, already handled by gnus.el.
2776
2777         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2778
2779         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2780         supported by nnimap actually.  Reverts previous change.
2781
2782         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2783         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2784         to-buffer argument that is already supported.
2785
2786 2012-08-05  Julien Danjou  <julien@danjou.info>
2787
2788         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2789         Add autoload.
2790
2791 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * gnus.el (gnus-valid-select-methods): Fix custom type.
2794
2795 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2796
2797         * auth-source.el (auth-sources, auth-source-backend-parse)
2798         (auth-source-macos-keychain-search)
2799         (auth-source-macos-keychain-search-items)
2800         (auth-source-macos-keychain-result-append)
2801         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2802         auth-source.el through the /usr/bin/security utility.
2803         (auth-sources): Fix syntax error.
2804         (auth-source-macos-keychain-result-append): Fix variable name.
2805         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2806
2807 2012-07-27  Julien Danjou  <julien@danjou.info>
2808
2809         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2810         Emacs < 24.1
2811
2812 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * message.el (message-kill-address): Don't kill last newline.
2815         (message-skip-to-next-address): Don't move to the next header.
2816         (message-fill-field-address): Work properly.
2817
2818 2012-07-25  Julien Danjou  <julien@danjou.info>
2819
2820         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2821
2822 2012-07-24  Julien Danjou  <julien@danjou.info>
2823
2824         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2825
2826         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2827         (nntp-async-timer-handler): Remove, unused.
2828
2829         * nnimap.el (nnimap-get-responses): Remove, unused.
2830
2831         * nnheader.el (mail-header-set-extra): Remove, unused.
2832
2833         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2834         unused.
2835
2836         * mm-view.el (mm-view-sound-file): Remove, unused.
2837
2838         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2839         (mm-url-encode-multipart-form-data): Remove, unused.
2840
2841         * message.el (message-remove-signature, message-make-host-name)
2842         (message-fill-address): Remove, unused.
2843
2844         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2845         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2846         unused.
2847
2848         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2849         (gnus-xmas-call-region): Remove, unused.
2850
2851         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2852
2853         * gnus-util.el (gnus-extract-address-component-name)
2854         (gnus-extract-address-component-email, gnus-sortable-date)
2855         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2856         (gnus-process-live-p): Remove, unused.
2857
2858         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2859
2860         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2861         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2862         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2863         function.
2864
2865         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2866
2867         * gnus-score.el (gnus-summary-score-crossposting)
2868         (gnus-score-regexp-bad-p): Remove, unused.
2869
2870         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2871
2872         * gnus-range.el (gnus-sublist-p): Remove, unused.
2873
2874         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2875         unused.
2876
2877         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2878
2879         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2880         (gnus-request-associate-buffer): Remove, unused.
2881
2882         * gnus-group.el (gnus-group-set-method-info)
2883         (gnus-group-set-params-info): Remove, unused.
2884
2885         * gnus-fun.el (gnus-shell-command-to-string)
2886         (gnus-shell-command-on-region): Remove, unused.
2887
2888         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2889
2890         * gnus-art.el (gnus-article-text-type-exists-p)
2891         (article-translate-characters, gnus-article-hide-text-of-type)
2892         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2893         Remove, unused.
2894
2895 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2896
2897         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2898
2899 2012-07-21  Julien Danjou  <julien@danjou.info>
2900
2901         * message.el (message-dont-reply-to-names): Replace deprecated
2902         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2903         (message-get-reply-headers): Ditto.
2904
2905 2012-07-18  Julien Danjou  <julien@danjou.info>
2906
2907         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2908         `sieve-upload-and-kill'.
2909
2910         * sieve.el (sieve-bury-buffer): Remove function.
2911         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2912         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2913
2914 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2915
2916         * shr.el (shr-expand-url): Handle URL starting with `//'.
2917
2918 2012-07-13  Chong Yidong  <cyd@gnu.org>
2919
2920         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2921         instead of calling toggle-read-only with a (bogus) argument.
2922
2923 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2924
2925         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2926         of initial input when reading the author to restrict the summary to.
2927
2928 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * mm-decode.el (mm-shr):
2931         Allow overriding charset by mm-charset-override-alist.
2932
2933 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * gnus-art.el (gnus-article-view-part):
2936         Toggle subparts of multipart/alternative part.
2937
2938 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2939
2940         * shr.el (shr-render-buffer): New command.
2941         (shr-visit-file): Use it.
2942
2943 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2944
2945         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2946         Set no-byte-compile and no-update-autoloads.
2947
2948 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2951
2952 2012-06-25  Julien Danjou  <julien@danjou.info>
2953
2954         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2955         `nnimap-request-move-articles-find-limit' since we do not use it only
2956         for move operations.
2957         (nnimap-request-accept-article): Use
2958         `nnimap-request-articles-find-limit' to limit search by message-id.
2959
2960 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2961
2962         Support higher-resolution time stamps (Bug#9000).
2963
2964         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2965         VARLIST.  It's optional, for backward compatibility.
2966         (encode-time-value): New optional arg PICO.  New type 3.
2967         (time-to-seconds) [!float-time]: Support the new picoseconds
2968         component if it's used.
2969         (seconds-to-time, time-subtract, time-add):
2970         Support ps-resolution time stamps as well.
2971
2972 2012-06-19  Julien Danjou  <julien@danjou.info>
2973
2974         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2975
2976         * nnimap.el (nnimap-log-buffer): Check that
2977         `window-point-insertion-type' is boundp, since it's not available in
2978         XEmacs.
2979
2980 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2981
2982         * nnimap.el (nnimap-log-buffer): Add this, setting
2983         `window-point-insertion-type' in the buffer to t.
2984         (nnimap-log-command): Use nnimap-log-buffer.
2985
2986 2012-06-19  Julien Danjou  <julien@danjou.info>
2987
2988         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2989         argument to be able to limit the search.
2990         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2991         (nnimap-request-move-articles-find-limit): Add this to limit the search
2992         by Message-Id after a message move.
2993         (nnimap): Add defgroup.
2994
2995 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2996
2997         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2998
2999 2012-06-15  Julien Danjou  <julien@danjou.info>
3000
3001         * nnimap.el (nnimap-find-article-by-message-id): Use
3002         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3003         (nnimap-possibly-change-group): Add read-only argument.
3004         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3005         issuing EXAMINE manually.
3006         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3007         with read-only argument.
3008         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3009         cannot possibly change because we need to be sure that it's either
3010         read-write or read-only.
3011
3012 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3013
3014         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3015         being bound to a lambda form.
3016
3017 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3018
3019         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3020         articles when fetch-old is non-nil (bug#11370).
3021
3022 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3023
3024         * gnus-picon.el (gnus-picon-properties): New defcustom.
3025         (gnus-picon-create-glyph): Use it.
3026
3027 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3028
3029         * gnus-group.el (gnus-group-get-new-news): Respect
3030         `gnus-group-use-permanent-levels', as documented (bug#11638).
3031
3032 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3033
3034         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3035         groups (bug#11641).
3036
3037 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3038
3039         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3040         is an integer to avoid later problems.
3041
3042 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3043
3044         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3045         locales.
3046
3047         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3048         on a handle.
3049
3050         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3051         address as the default.
3052         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3053
3054         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3055         makes no sense to query the user about internal files.
3056
3057         * gnus-spec.el: Remove all the byte-compilation stuff, since
3058         benchmarking shows that it doesn't help when entering large summary
3059         buffers.
3060
3061         * gnus-xmas.el (gnus-xmas-define): Remove.
3062
3063         * gnus-util.el (gnus-byte-code): Remove.
3064
3065         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3066         grouplens stuff.
3067
3068 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3069
3070         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3071         (bug#11514).
3072
3073 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3074
3075         * message.el (message-buffers): Return all buffers derived from Message
3076         to make `gnus-dired-attach' work with mu4e.
3077
3078 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3079
3080         * nntp.el: Stop the `letf' madness.
3081         (nntp--report-1): New var.
3082         (nntp-report): Merge nntp-report-1 into it.
3083         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3084         the nntp-report function.
3085
3086         * auth-source.el: Fix comment-style to follow the convention.
3087
3088 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3089
3090         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3091         (mm-dissect-singlepart): Don't guess the MIME type of
3092         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3093         set.
3094         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3095         toplevel MIME type is multipart/encrypted.
3096
3097 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3100         a string so that Gcc works (bug#11514).
3101
3102 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3103
3104         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3105         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3106
3107 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3108
3109         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3110         jumping to *Server* from a dedicated *Group* window.
3111         (gnus-configure-frame): CSE.
3112
3113         * gnus-registry.el: Minor style cleanup.
3114         (gnus-registry--set/remove-mark): New function, extracted from
3115         gnus-registry-install-shortcuts.
3116         (gnus-registry-install-shortcuts): Use it.
3117
3118 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * nnspool.el (news-path): Use eval-and-compile.
3121
3122 2012-05-24  Glenn Morris  <rgm@gnu.org>
3123
3124         * nnspool.el (news-directory, news-path, news-inews-program):
3125         Move here from paths.el.  Don't see a need for these to be autoloaded.
3126
3127         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3128         Merge in doc from paths.el version.  Don't see any need for this to be
3129         autoloaded, or for the warning about users not setting it.
3130
3131 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3132
3133         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3134         format.  In particular, add an optional argument and a docstring.
3135
3136         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3137
3138         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3139         current before calling `gnus-groups-to-gnus-format'.
3140         Note that this was already the case for `gnus-active-to-gnus-format'.
3141
3142 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3143
3144         Fix minor Y10k bug.
3145         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3146
3147 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3148
3149         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3150         message once it's actually open.
3151
3152 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3153
3154         * gnus.el: Ma Gnus v0.5 is released.
3155
3156 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3157
3158         * auth-source.el (auth-source--aput-1, auth-source--aput)
3159         (auth-source--aget): New functions and macros.
3160         Use them instead of aput/aget.
3161
3162 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3163
3164         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3165
3166 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3167
3168         * plstore.el (plstore-called-interactively-p): New compat macro copied
3169         from message.el.
3170         (plstore-mode): Use it.
3171
3172 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3173
3174         * plstore.el: Revive the editing feature.
3175         (plstore-mode): New mode to edit plstore file.
3176         (plstore-mode-toggle-display, plstore-mode-original)
3177         (plstore-mode-decoded): New command.
3178         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3179         (plstore--insert-buffer, plstore--make): New function.
3180         (plstore-open, plstore-save): Simplify by using them.
3181
3182 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3183
3184         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3185
3186 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3187
3188         * tls.el (open-tls-stream): Remove unused binding.
3189
3190 2012-04-16  Glenn Morris  <rgm@gnu.org>
3191
3192         * nndraft.el (nndraft-request-list): Fix declaration.
3193
3194 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3195
3196         * mm-decode.el (mm-dissect-buffer): Doc fix.
3197
3198         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3199         don't have a current group.
3200
3201         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3202         buffer if it doesn't exist.
3203
3204         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3205         given, mark the group as ephemeral with the current window conf.
3206
3207         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3208         buffer exists, which it doesn't if we haven't started Gnus.
3209         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3210
3211 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3212
3213         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3214         type is.
3215
3216         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3217         `unexists' entries.
3218         (gnus-clean-old-newsrc): Fix last checkin.
3219
3220         * nnimap.el (nnimap-update-info): None of the articles below the active
3221         low-water mark exist.
3222
3223         * dgnushack.el: Get rid of XEmacs compilation warning.
3224
3225         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3226         would have gotten if we posted to the group, and use that to compare
3227         against the message we want to cancel (bug#10808).
3228
3229         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3230         on XEmacs.
3231
3232 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3233
3234         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3235         `scroll-margin'.
3236
3237 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3238
3239         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3240         citation prefix within a block of cited text should be considered part
3241         of that block *only* if it is a blank line.
3242
3243 2012-04-09  Chong Yidong  <cyd@gnu.org>
3244
3245         * binhex.el, hashcash.el, uudecode.el:
3246         Remove * characters from the front of variable docstrings.
3247
3248 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3251         before kinsoku-bol characters nor within kinsoku-eol characters.
3252
3253 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3256         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3257         (gnus-sync-read): Use mapc instead of mapcar.
3258
3259         * mm-archive.el: Require mm-decode for some macros.
3260         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3261         the byte compiler.
3262         (mm-archive-decoders): New function that returns the value of
3263         the mm-archive-decoders variable.
3264
3265         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3266         instead.
3267         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3268
3269         * nnimap.el (gnus-refer-thread-use-nnir):
3270         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3271
3272 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273
3274         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3275
3276 2012-03-12  Peter Münster  <pmrb@free.fr>
3277
3278         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3279         (gnus-demon-cancel): Ditto.
3280         (gnus-demon-run-callback): When function cannot be called due to low
3281         idleness, call it when idleness reaches the expected value, instead of
3282         waiting another timer period.
3283         (gnus-demon-init): Add `time' to arguments of call-back.
3284
3285 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3288
3289         * gnus.el: Register gnus-registry functions.
3290
3291         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3292         indent.
3293
3294         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3295         enabled before warping.
3296
3297 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3298
3299         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3300         registry about each article retrieved.
3301
3302         * gnus-int.el (gnus-select-group-with-message-id): New function.
3303         (gnus-try-warping-via-registry): Ditto.
3304         (gnus-warp-to-article): Fall back on the registry.
3305
3306 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3307
3308         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3309         inboxes.
3310
3311 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312
3313         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3314
3315 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3316
3317         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3318         gnus-gcc-self-resent-messages may be a group parameter.
3319         (gnus-summary-resend-message): Don't encode encoded words in header
3320         when Gcc'ing resent message.
3321
3322 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * shr.el (shr-insert): Treat non-breaking space just like normal
3325         space.  This seems to produce more pleasing results.
3326         (shr-insert): Only insert a blank line if we're starting from an image.
3327         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3328         (shr-ensure-paragraph): Consider lines with white space to be blank.
3329
3330 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3331
3332         * Makefile.in: Respect DESTDIR.
3333
3334 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3335
3336         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3337         and gnus-gcc-post-body-encode-hook.
3338
3339 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3340
3341         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3342         messages that don't exist.
3343
3344         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3345
3346 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3349         Remove.
3350
3351         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3352
3353         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3354
3355 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3356
3357         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3358         have a group name.
3359
3360         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3361         a multibyte buffer (bug#7410).
3362         (article-wash-html): Parse the original article buffer to get the
3363         unencoded data (bug#7410).
3364
3365         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3366         .newsrc.el files.
3367
3368 2012-04-05  Bastien Guerry  <bzg@altern.org>
3369
3370         * color.el (color-lighten-name): Fix typo.
3371
3372 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3375         "#" to avoid having them interpreted as comments.
3376
3377 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3378
3379         * shr.el (shr-insert): Update the text state properly to avoid
3380         inserting spurious paragraph starts.
3381
3382 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3383
3384         * shr.el (shr-table-widths): Divide the extra width more fairly over
3385         the TDs (bug#10973).
3386         (shr-render-td): Don't delete too much padding.
3387         (shr-natural-width): Compute the natural width more correctly.
3388         (shr-insert): Allow the natural width to be computed for tables again.
3389         (shr-tag-table-1): Rework how the natural widths are computed by
3390         rendering the table a third time.
3391         (shr-natural-width): Removed.
3392         (shr-buffer-width): New function.
3393         (shr-expand-newlines): Use it.
3394
3395         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3396         using a `gnus-use-full-window' setup (bug#11013).
3397
3398 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3399
3400         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3401         24.1 release.
3402
3403 2012-03-10  David Edmondson  <dme@dme.org>
3404
3405         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3406         'Forwarded Message' header and the start of the message.
3407
3408 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3409
3410         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3411         isn't running (bug#10897).
3412
3413 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3416         This is inconsistent with all the other stream functions, which leave
3417         the setting up to the higher levels (if so wanted) (bug#10931).
3418
3419 2012-02-28  Glenn Morris  <rgm@gnu.org>
3420
3421         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3422         mm-decode.el: Standardize possessive apostrophe usage.
3423
3424 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3425
3426         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3427
3428 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3429
3430         * parse-time.el (parse-time-string): Allow extractor to return nil.
3431
3432 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3433
3434         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3435
3436 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3437
3438         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3439
3440 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3441
3442         * mm-decode.el (mm-shr): Remove "soft hyphens".
3443
3444         * nnimap.el (nnimap-request-list): Return the group names encoded as
3445         utf8.  Otherwise non-European group names don't work.
3446         (nnimap-request-newgroups): Ditto.
3447
3448         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3449         the default in `read-string' (bug#10757).
3450
3451         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3452         topics (bug#10843).
3453
3454         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3455         buffer.  Suggested by Herbert Valerio Riedel.
3456         (nnimap-request-move-article): Delete the message from the correct IMAP
3457         server.
3458
3459 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3460
3461         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3462         Reported by Peter Münster.
3463
3464 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3465
3466         * shr.el (shr-image-fetched): Make sure we really kill the right
3467         buffer.
3468
3469 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3470
3471         * gnus-start.el (gnus-1): Avoid duplicate entries.
3472
3473 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3474
3475         * imap.el: Remove.
3476
3477         * nntp.el (nntp-coding-system-for-read): Remove.
3478         (nntp-coding-system-for-write): Ditto.
3479         (nntp-open-connection): Just use `binary' directly.
3480
3481         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3482         Gnus 0.3.
3483
3484 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3485
3486         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3487         application/octet-stream parts really is.
3488
3489         * gnus-sum.el (gnus-propagate-marks): Remove.
3490
3491 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3492
3493         * shr.el (shr-rescale-image): Undo previous change; see
3494         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3495
3496 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3497
3498         * gnus.el: Ma Gnus v0.3 is released.
3499
3500 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3501
3502         * gnus-sum.el (gnus-summary-local-variables): Make
3503         `gnus-newsgroup-unexist' into a local variable.
3504
3505 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3506
3507         * registry.el (registry-usage-test, registry-persistence-test): Move to
3508         tests/gnustest-registry.el.
3509         (registry-make-testable-db, registry-match-test)
3510         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3511
3512         * gnus-registry.el (gnus-registry-misc-test)
3513         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3514
3515         * tests/gnustest-registry.el: New file with the registry and
3516         gnus-registry ERT tests.
3517
3518 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3519
3520         * gnus-msg.el (gnus-summary-resend-message): Make
3521         gnus-summary-resend-message-insert-gcc be last item in
3522         message-header-setup-hook.
3523
3524 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3525
3526         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3527         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3528         Remove.
3529         (nnfolder-open-server): Don't use marks.
3530         (nnfolder-request-delete-group): Ditto.
3531         (nnfolder-request-rename-group): Ditto.
3532         (nnfolder-request-set-mark, nnfolder-request-marks)
3533         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3534         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3535
3536         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3537         (nnml-marks-modtime): Remove.
3538         (nnml-request-delete-group): Don't use marks.
3539         (nnml-request-rename-group): Ditto.
3540         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3541         (nnml-save-marks, nnml-open-marks): Remove.
3542
3543         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3544         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3545         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3546         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3547         (nntp-server-to-method-cache): Remove.
3548
3549         * shr.el (shr-rescale-image): Fix wrong merge.
3550
3551 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3552
3553         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3554         too-wide lines.
3555
3556 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3557
3558         * nnimap.el (nnimap-record-commands): New variable.
3559         (nnimap-log-command): Use it.
3560         (nnimap-make-process-buffer): Add a space to the process buffer.
3561         (nnimap-transform-headers): Don't bug out on header lines containing
3562         stuff that look like IMAP length encodings.
3563
3564         * shr.el (shr-rescale-image): Allow viewing large images.
3565
3566 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3567
3568         * nnml.el (nnml-request-compact-group): Delete the marks file after
3569         compaction (bug#10800).
3570
3571         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3572         group exit.
3573
3574         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3575         QRESYNC/FETCH output.
3576
3577 2012-02-11  Glenn Morris  <rgm@gnu.org>
3578
3579         * sieve-manage.el (sieve-manage-default-stream):
3580         * shr.el (shr):
3581         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3582         (nnir-retrieve-headers-override-function)
3583         (nnir-imap-default-search-key, nnir-notmuch-program)
3584         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3585         (nnir-method-default-engines):
3586         * message.el (message-cite-reply-position):
3587         * gssapi.el (gssapi-program):
3588         * gravatar.el (gravatar):
3589         * gnus-sum.el (gnus-refer-thread-use-nnir):
3590         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3591         (gnus-registry-max-pruned-entries):
3592         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3593         * gnus-int.el (gnus-after-set-mark-hook)
3594         (gnus-before-update-mark-hook):
3595         * gnus-async.el (gnus-async-post-fetch-function):
3596         * auth-source.el (auth-source-cache-expiry):
3597         Add missing :version tags to new defcustoms and defgroups.
3598
3599 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3600
3601         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3602         `gnus-newsgroup-unexist'.
3603
3604         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3605         marks.
3606         (gnus-article-special-mark-lists): Put the `unexist' in the special
3607         marks list instead.
3608
3609         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3610         articles in the list of articles to be selected.
3611
3612         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3613         articles.
3614         (nnimap-update-info): Keep track of unexisting articles.
3615         (nnimap-update-qresync-info): Ditto.
3616
3617 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3618
3619         * message.el (message-default-send-mail-function): Made into own
3620         function for reuse by emacsbug.el.
3621
3622 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3623
3624         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3625         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3626
3627 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3628
3629         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3630         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3631
3632         * gnus-compat.el: Define `timer-set-function'.
3633
3634         * mm-decode.el (mm-display-external): Output the text from the command
3635         in the buffer after the command finished.  This makes text-based
3636         commands behave better.
3637
3638 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3639
3640         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3641
3642 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3643
3644         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3645         23.1.
3646
3647 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3650
3651 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3652
3653         * message.el (smtpmail-smtp-user): Silence compiler warning.
3654
3655 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3656
3657         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3658         SMTP user name.
3659
3660 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3661
3662         * gnus-sum.el (gnus-summary-show-thread):
3663         next-single-char-property-change may return nil in XEmacs.
3664         (gnus-summary-article-map): Fix typo.
3665
3666 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3667
3668         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3669         running.
3670
3671         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3672
3673         * gnus.el (gnus-server-extend-method): Don't add an -address component
3674         if the method already has one (bug#9676).
3675
3676 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3677
3678         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3679         of an initial-input for consistency (bug#10757).
3680
3681         * dgnushack.el: Fix XEmacs compilation warning.
3682
3683         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3684
3685         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3686
3687 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3688
3689         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3690         lines that are narrower than the window width.  Otherwise background
3691         "blocks" will look less readable.
3692
3693 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3694
3695         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3696         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3697         have newlines within the strings, and where the UID comes after the
3698         BODYSTRUCTURE element (bug#10537).
3699
3700         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3701         (bug#10732).
3702
3703         * shr.el (shr-insert-document): Add doc string.
3704         (shr-visit-file): Ditto.
3705         (shr-remove-trailing-whitespace): New function.
3706         (shr-insert-document): Use it to clean up trailing whitespace as the
3707         final step (bug#10714).
3708
3709 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3710
3711         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3712         buffer if `gnus-kill-summary-on-exit' is nil.
3713
3714 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3715
3716         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3717         when just reading a single group from "without" Gnus.
3718
3719 2012-02-06  Chong Yidong  <cyd@gnu.org>
3720
3721         * gnus-sum.el (gnus-summary-show-thread):
3722         next-single-char-property-change never returns nil (Bug#8657).
3723
3724 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3725
3726         * message.el (message-multi-smtp-send-mail): New function.
3727         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3728         header to implement multi-SMTP functionality.
3729
3730         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3731         (gnus-agentize): Don't set it.
3732         (gnus-agent-send-mail): Don't use it.
3733
3734         * gnus-sum.el (gnus-summary-widget-backward): New function and
3735         keystroke.
3736
3737         * gnus-compat.el: More the compat functions more compatible.
3738
3739         * shr.el (shr-put-image): Remove underlines from sliced images.
3740         (shr-zoom-image): Compute the region to be replaced more correctly.
3741
3742 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3745         (gnus-summary-resend-message-insert-gcc): New function.
3746         (gnus-summary-resend-message): Modify message-header-setup-hook and
3747         message-sent-hook to make it work for Gcc.
3748         (gnus-inews-do-gcc): Update the number of unread articles of groups
3749         that messages are Gcc'd to.
3750
3751         * message.el (message-resend): Run message-sent-hook to do Gcc.
3752
3753 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3754
3755         * lpath.el: Fix an XEmacs compilation warning.
3756
3757         * gnus-compat.el: Require `help-fns' to fix compilation error.
3758
3759         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3760         a higher level to silence compilation.
3761
3762         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3763         parameter to allow controlling the scaling.
3764
3765         * shr.el (shr-zoom-image): New command and keystroke.
3766         (shr-put-image): Take a `size' flag to say how to scale the image.
3767
3768         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3769         deletion unless already defined.
3770
3771         * gnus.el (gnus-compat): Require it.
3772
3773         * gnus-compat.el: New file.
3774
3775         * gnus-start.el (gnus-clean-old-newsrc): New function.
3776         (gnus-read-newsrc-file): Use it.
3777
3778         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3779         Use recursive deletion.
3780         (mm-dissect-archive): Add support for zip files.
3781
3782         * gnus-util.el (gnus-recursive-directory-files): New function.
3783
3784         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3785         (mm-archive-decoders): Add tgz support.
3786
3787         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3788         Otherwise inserting text into the Gnus buffer can look odd.
3789
3790         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3791
3792         * mm-archive.el (mm-archive-decoders): Add support for tar.
3793
3794         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3795
3796         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3797
3798 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3799
3800         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3801
3802         * mm-archive.el: New file.
3803
3804         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3805
3806         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3807
3808         * message.el (message-goto-*): Make all the `message-goto-*' commands
3809         push the mark before moving point.  This makes it easier to go back to
3810         where you came from after editing whatever you jumped to.
3811
3812 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3813
3814         * gnus.el: Ma Gnus v0.1 is released.
3815
3816 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3817
3818         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3819         without reconnecting.
3820         (nnimap-possibly-change-group): Ditto.
3821         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3822         connection has died before being called.
3823
3824 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3825
3826         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3827         an initial sync unless we're really doing one.
3828
3829         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3830         address parameter if one already exists (bug#9676).
3831
3832         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3833         not the prefix, as documented (bug#10689).
3834
3835 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3836
3837         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3838         the "server".
3839
3840         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3841         the real error message with the useless "previously known to be down".
3842         Which isn't even correct.
3843
3844         * nntp.el (nntp-open-connection): Report the error message if the nntp
3845         server can't be reached.
3846
3847         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3848         groups we do a total scan for.
3849         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3850         doing that.
3851
3852 2012-01-31  Jim Meyering  <jim@meyering.net>
3853
3854         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3855         Correct a comment (insert "not") and hide nominally-doubled "to".
3856
3857 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3858
3859         * gnus.el (gnus-version): Change name to "Ma Gnus".
3860
3861 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3862
3863         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3864         section in the manual.
3865
3866 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3867
3868         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3869         words.
3870         (rfc2047-encode-string): Ditto.
3871         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3872         understand folded filename="..." parameters, for instance.
3873
3874         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3875         the message for greater debuggability.
3876
3877 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3878
3879         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3880         instead of setting it locally, since the latter doesn't seem to have
3881         any effect (most of the time).
3882
3883 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3884
3885         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3886         function call.
3887
3888 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3889
3890         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3891         seconds, and make the repeat clause with HH:MM specs work as
3892         documented.
3893
3894 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3895
3896         * proto-stream.el (proto-stream-capability-open): Fall back on
3897         :end-of-command if :end-of-capability doesn't exist.
3898
3899 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3902         bound globally in old Emacsen and XEmacsen.
3903
3904 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3905
3906         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3907         so that previous errors don't prohibit getting new news.
3908
3909         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3910
3911         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3912
3913 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3914
3915         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3916         buffer, not of the string which is its name.
3917
3918 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3919
3920         * proto-stream.el (proto-stream-capability-open): Wait for
3921         :end-of-capability, not :end-of-command.
3922
3923         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3924         non-server-marks groups.
3925         (gnus-group-make-articles-read): Ditto.
3926
3927         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3928         methods (bug#9676).
3929
3930         * gnus.el (gnus-method-ephemeral-p): New function.
3931
3932 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3935         left-to-right.
3936
3937 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3938
3939         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3940         warning.
3941
3942 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3943
3944         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3945         macroexpand the nnir things, since they haven't been defined yet, and
3946         nnir requires gnus-sum.
3947
3948 2012-01-24  Julien Danjou  <julien@danjou.info>
3949
3950         * color.el (color-rgb-to-hsl): Fix value computing.
3951         (color-hue-to-rgb): New function.
3952         (color-hsl-to-rgb): New function.
3953         (color-clamp, color-saturate-hsl, color-saturate-name)
3954         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3955         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3956
3957 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3958
3959         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3960
3961 2012-01-19  Julien Danjou  <julien@danjou.info>
3962
3963         * color.el (color-name-to-rgb): Use the white color to find the max
3964         color component value and return correctly computed values.
3965         (color-name-to-rgb): Add missing float conversion for max value.
3966
3967 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3968
3969         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3970         logical server name in addition to the actual machine address.
3971
3972         * auth-source.el (auth-source-user-and-password): Add convenience
3973         wrapper to search by just host and optionally user.
3974
3975 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3976
3977         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3978         after rendering.
3979
3980 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3981
3982         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3983         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3984         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3985
3986 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3987
3988         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3989         (bug#9693).
3990         (gnus-summary-setup-buffer): Document return value (bug#9697).
3991
3992         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3993         since ido doesn't work on symbols (bug#9632).
3994
3995         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3996         when getting a single value as when getting all the values.  This means
3997         that atoms like `gcc-self' work cumulatively, like variable settings,
3998         instead of getting the value from the last matching clause.
3999         (gnus-group-find-parameter): Protect against the group buffer not
4000         existing (bug#9585).
4001
4002 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003
4004         * gnus-start.el (gnus-activate-group): Document more parameters
4005         (bug#9694).
4006
4007         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4008         (bug#9692).
4009
4010         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4011         article was fetched, so that it can be expired later (bug#9958).
4012         (gnus-agent-summary-fetch-series): Add doc string.
4013         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4014         (bug#9517).
4015
4016         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4017         retrieval is happening.
4018
4019         * gnus.el (gnus-parameters): Doc fix.
4020
4021 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4022
4023         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4024         show the thread after expansion.
4025
4026 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4027
4028         * gnus-art.el (article-narrow-to-head): If the head is completely
4029         empty, narrow to the empty region (bug#9764).
4030
4031         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4032         read, and then mark them as unread only when the unread mark is used.
4033         This makes `C-- T k' actually work, even though it's confusing.
4034
4035         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4036         alive before we try to find its window.
4037
4038 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4039
4040         * mm-decode.el (mm-display-external): Use a longer timeout for the
4041         deletion to allow slow programs to display the file.
4042
4043 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4044
4045         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4046         prompt to be less confusing.
4047
4048         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4049         argument to `message-reply'.  This broke `special-display-*' frame
4050         pop-uping (bug#10238).
4051
4052 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4053
4054         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4055         systems, since these allegedly don't work there.
4056
4057 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4058
4059         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4060         live buffer.
4061
4062 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4063
4064         * nnir.el (nnir-retrieve-headers): Protect against the article not
4065         existing on the server (bug#10335).
4066
4067 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4068
4069         * gnus-agent.el (gnus-agent-load-local): Recompute
4070         gnus-agent-article-local on changing method.
4071
4072 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4073
4074         * gnus.el (gnus-parameters): Note precedence.
4075
4076 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4077
4078         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4079         in the group buffer.
4080
4081 2012-01-04  Julien Danjou  <julien@danjou.info>
4082
4083         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4084         change.
4085
4086 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087
4088         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4089         too.
4090
4091         * nntp.el (nntp-retrieve-group-data-early): Use it.
4092
4093 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4094
4095         * nntp.el (nntp-retrieval-in-progress): New variable.
4096         (nntp-make-process-buffer): Make it buffer-local.
4097
4098         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4099         2010.
4100         (gnus-demon-init): Use it to compute the time if time is on the form
4101         "04:23".
4102
4103         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4104
4105         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4106         status in the correct buffer.
4107
4108 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4109
4110         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4111         when opening topics (bug#10407).
4112
4113 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4114
4115         * gnus-cus.el (gnus-score-customize):
4116         * gnus-sum.el (gnus-sort-gathered-threads):
4117         * message.el (message-shorten-references):
4118         * nnmairix.el (nnmairix-request-group):
4119         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4120
4121 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4122
4123         * gnus-agent.el (gnus-agent-regenerate-group):
4124         * gnus-int.el (gnus-retrieve-group-data-early):
4125         * mm-util.el (mm-codepage-ibm-list):
4126         * nndiary.el (Commentary, nndiary-get-new-mail):
4127         * nnir.el (nnir):
4128         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4129
4130 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * mm-view.el (mm-display-inline-fontify): Add comment.
4133
4134 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4135
4136         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4137         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4138
4139 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4140
4141         * gnus-art.el (gnus-split-methods):
4142         * gnus-msg.el (gnus-configure-posting-styles):
4143         * gnus-spec.el (gnus-parse-simple-format):
4144         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4145         * message.el (message-do-actions): Spelling fix.
4146
4147 2011-12-15  Juri Linkov  <juri@jurta.org>
4148
4149         * mm-decode.el (mm-inline-media-tests): Add missing
4150         `mm-handle-media-subtype'.
4151
4152 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4153
4154         * gnus-group.el (gnus-group-tool-bar):
4155         * gnus-sum.el (gnus-summary-tool-bar):
4156         * message.el (message-tool-bar):
4157         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4158
4159 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4160
4161         * plstore.el (plstore--insert-buffer): Spelling fix.
4162
4163 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4164
4165         * message.el (message-valid-fqdn-regexp): Update with newly approved
4166         top-level domain names ".tel" and ".asia".
4167
4168 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4171         unconditionally.
4172
4173 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4176         pop-to-buffer-same-window for old Emacsen.
4177
4178 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4179
4180         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4181
4182 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4183
4184         * netrc.el (netrc-credentials): Spelling fix.
4185
4186 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4187
4188         * gnus-fun.el (gnus-fun-ppm-change-string):
4189         * gnus-msg.el (gnus-inews-do-gcc):
4190         * gnus-sum.el (gnus-summary-find-for-reselect):
4191         * gnus.el (gnus-summary-cancelled):
4192         * message.el (message-cancel-hook, message-send-news):
4193         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4194         * nnir.el (nnir-run-hyrex):
4195         * nntp.el (nntp-with-open-group-function):
4196         * pgg.el (pgg-pending-timers): Spelling fix.
4197
4198 2011-12-04  Chong Yidong  <cyd@gnu.org>
4199
4200         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4201         change (Bug#10200).
4202
4203 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * compface.el (uncompface):
4206         * gnus-art.el (gnus-article-x-face-command): Update the header format
4207         of icon data for the most recent icontopbm program.
4208
4209 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * gnus-msg.el (gnus-inews-do-gcc):
4212         * message.el (message-send-mail):
4213         * mml.el (mml-generate-mime): Share the value of the buffer-local
4214         `message-options' variable between a draft buffer and temprary working
4215         buffers.
4216
4217 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4218
4219         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4220
4221 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4222
4223         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4224         for Cygwin.
4225
4226 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4227
4228         * gnus-group.el (gnus-group-prepare-flat):
4229         * mm-bodies.el (mm-encode-body):
4230         * mml.el (mml-preview):
4231         * nnml.el (nnml-request-compact-group):
4232         * pop3.el (pop3-stream-type): Spelling fix.
4233
4234 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4235
4236         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4237
4238 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4239
4240         * color.el (color-rgb-to-hsl):
4241         * gmm-utils.el (gmm-tool-bar-style):
4242         * gnus-group.el (gnus-group-prepare-flat):
4243         * gnus-topic.el (gnus-topic-prepare-topic):
4244         * mm-decode.el (mm-discouraged-alternatives):
4245         * rfc2047.el (rfc2047-encode-1):
4246         * starttls.el: Spelling fix.
4247
4248 2011-11-24  Glenn Morris  <rgm@gnu.org>
4249
4250         * binhex.el (binhex-begin-line): Give it basic doc-string.
4251
4252         * starttls.el, tls.el: Fix case of "GnuTLS".
4253
4254 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4255
4256         * gnus-group.el (gnus-group-highlight): Fix typo.
4257
4258 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4259
4260         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4261         value of `delete-file', that returns nil for a local file but returns t
4262         for a remote file using ssh.
4263
4264 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4265
4266         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4267
4268 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4269
4270         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4271         avoid later breakage.
4272
4273 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4274
4275         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4276         article buffers' name.
4277
4278 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4279
4280         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4281         by Paul Eggert's spellfixes two days ago.
4282
4283 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4284
4285         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4286         doesn't have it.
4287
4288         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4289         buffer-local instead of binding them to avoid warnings.  Also demote
4290         errors (bug#10063).
4291         (font-lock-mode-hook): Shut up byte compiler.
4292
4293 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4294
4295         * mm-util.el (mm-charset-after):
4296         * nnir.el (nnir-run-hyrex):
4297         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4298         (ntlm-get-password-hashes, ntlm-md4hash):
4299         * smime.el: Fix typo.
4300
4301 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4302
4303         * gnus-agent.el (gnus-agent-expire-group-1):
4304         * nndiary.el (nndiary-last-occurence):
4305         * nnimap.el (nnimap-request-set-mark):
4306         * nnmairix.el (nnmairix-only-use-registry):
4307         * gnus-group.el (gnus-group-prepare-flat):
4308         * gnus-sum.el (gnus-decode-encoded-word-methods):
4309         * message.el (message-wash-subject):
4310         * nntp.el (nntp-retrieve-headers-with-xover):
4311         * smime.el (smime-certificate-directory): Spelling fix.
4312
4313 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4314
4315         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4316
4317         * color.el:
4318         * gnus-agent.el (gnus-agent-possibly-alter-active):
4319         * gnus-dired.el (gnus-dired-print):
4320         * mail-parse.el:
4321         * nnmairix.el (nnmairix-request-group):
4322         * shr.el (shr-image-displayer):
4323         * sieve-manage.el:
4324         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4325
4326 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4327
4328         * gnus-sum.el (gnus-auto-select-subject):
4329         * spam-report.el (spam-report-resend): Spelling fix.
4330
4331 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4332
4333         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4334         * gnus-art.el (gnus-default-article-saver):
4335         * gnus-srvr.el (gnus-server-copy-server):
4336         * gnus.el (gnus-sloppily-equal-method-parameters):
4337         * html2text.el (html2text-format-tag-list):
4338         * message.el (message-narrow-to-head):
4339         * nndiary.el:
4340         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4341         * sieve.el: Spelling fix.
4342
4343 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4344
4345         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4346         * gnus-sum.el (gnus-summary-make-menu-bar):
4347         * gnus-uu.el (gnus-uu-decode-postscript)
4348         (gnus-uu-decode-postscript-and-save):
4349         * mailcap.el (mailcap-print-command):
4350         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4351         Fix typos.
4352
4353 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4354
4355         * gnus-art.el (gnus-article-part-wrapper):
4356         * html2text.el (html2text-fix-paragraphs):
4357         * mm-decode.el (mm-image-fit-p):
4358         * rfc2047.el (rfc2047-encode-message-header):
4359         * shr-color.el (shr-color-visible-distance-min)
4360         (shr-color-relative-to-absolute, set-minimum-interval)
4361         (shr-color-visible): Fix typos.
4362
4363 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4364
4365         * gmm-utils.el (gmm-tool-bar-item):
4366         * gnus-art.el (gnus-treat-body-boundary):
4367         * gnus-diary.el (gnus-user-format-function-d):
4368         * gnus-start.el (gnus-get-unread-articles):
4369         * pgg-gpg.el (pgg-gpg-update-agent):
4370         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4371
4372 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4373
4374         * gnus-topic.el (gnus-group-prepare-topics):
4375         * gnus-uu.el (gnus-extract-view):
4376         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4377
4378 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4379
4380         * spam.el: Move BBDB autoloads.
4381         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4382         BBDB 2 and 3.
4383         (spam-check-BBDB): Use it.
4384         (spam-enter-ham-BBDB): Use it.
4385
4386 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4387
4388         * smime.el (smime-draw-buffer): Spelling fix.
4389
4390 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4391
4392         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4393         for scanning exactly one level.
4394         * gnus-start.el (gnus-get-unread-articles): Ditto.
4395
4396 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4397
4398         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4399         slightly clearer.
4400
4401 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4402
4403         * gnus-sync.el: More commentary about setup.
4404
4405 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4406
4407         * message.el (message-send-and-exit): Document `arg'.
4408
4409 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4410
4411         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4412
4413 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4414
4415         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4416
4417         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4418         we don't use `bound-and-true-p'.
4419
4420 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4421
4422         * gnus-util.el (gnus-bound-and-true-p): Remove.
4423         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4424         * nnir.el: Use it.
4425         * nnmairix.el: Use it.
4426
4427 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4428
4429         * gnus-sync.el: Improve docs about CouchDB admins.
4430
4431         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4432         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4433         for reasons unknown.
4434         * nnir.el: Use it.
4435         * nnmairix.el: Use it.
4436
4437         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4438         * nnir.el: Ditto.
4439         * nnmairix.el: Ditto.
4440
4441         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4442
4443 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4444
4445         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4446         not needed.  Provide xmlplistread list function to produce XML plist
4447         output for non-Gnus LeSync clients.
4448
4449 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4450
4451         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4452
4453         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4454         and save against it.  Group subscriptions, read marks, other marks,
4455         subscription levels, topic names, and topic offsets (the group's
4456         position within the topic) are saved.  This is an experimental backend
4457         and may change significantly.  Load json.el from the gnus-fallback-lib
4458         if it's not available otherwise.
4459         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4460
4461 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4462
4463         * message.el (message-completion-function): Make sure
4464         message-tab-body-function is not attempted if one of
4465         message-completion-alist fails to find a completion (bug#9158).
4466
4467 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4468
4469         * mml.el (mml-quote-region): Quote <#secure> tag.
4470         (mml-generate-mime-1): Unquote <#secure> tag.
4471
4472 2011-10-20  Chong Yidong  <cyd@gnu.org>
4473
4474         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4475         calling a minor mode from Lisp with nil arg enables it, so we have to
4476         make the wording a bit ambiguous here).
4477
4478 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4479
4480         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4481         * nnir.el (nnir-mode): Use it.
4482         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4483         Use it.
4484
4485         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4486         * nnmairix.el (gnus-registry-enabled): Ditto.
4487
4488 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4489
4490         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4491         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4492         only while we need to find out if it should be t or nil.
4493         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4494         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4495         the registry is installed.  Set it to nil when it's unloaded.
4496         (gnus-registry-install-p): Provide user guidance for the initial value
4497         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4498         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4499         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4500         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4501         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4502         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4503         `gnus-registry-install'.
4504
4505 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4506
4507         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4508         previous change.
4509         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4510         primary key is marked as disabled.
4511
4512 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4513
4514         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4515         primary key is marked as disabled.
4516
4517 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4518
4519         * html2text.el (html2text-clean-anchor): Check for quotes around
4520         `href' value.
4521
4522 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4523
4524         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4525         searching.  Drop `bbdb-cache'.
4526
4527 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * message.el (message-signed-or-encrypted-p): Exclude header when
4530         checking if there is signed or encrypted body in text/plain message.
4531
4532 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4533
4534         * html2text.el (html2text-get-attr): Correctly handle attribute values
4535         containing "=".
4536
4537 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4538
4539         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4540         handle bindings.
4541
4542 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4543
4544         * gnus-win.el (gnus-configure-windows): Protect against reading
4545         ephemeral groups outside of Gnus.
4546
4547 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * shr.el (shr-tag-img): Don't get images displayed in tables.
4550
4551 2011-10-03  Glenn Morris  <rgm@gnu.org>
4552
4553         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4554         the "maintainer" version of debbugs.gnu.org reports.
4555
4556 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4557
4558         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4559         make asynchronous adjacent image insertion work better.
4560
4561 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4562
4563         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4564         documentation.
4565
4566 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4567
4568         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4569         `gnus-asynchronous' isn't shadowed.
4570
4571 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4572
4573         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4574
4575         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4576         (nnimap-insert-partial-structure): The charset parameter isn't
4577         case-sensitive.
4578
4579         * nnheader.el (nnheader-message-maybe): New function.
4580
4581         * shr.el (shr-tag-table): Render totally broken tables better.
4582
4583         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4584         computing the boundary.
4585
4586 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4587
4588         * pop3.el (pop3-number-of-responses): Remove.
4589         (pop3-wait-for-messages): Rewrite to take linear time instead of
4590         exponential time.
4591
4592 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4595         re-fetch images.
4596
4597         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4598         re-fetch images when hitting `g' in Gnus.
4599
4600 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4603         (mml-compute-boundary): Don't check collision if it is non-nil.
4604         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4605         before checking collision.
4606
4607 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4608
4609         * message.el (message-indent-citation): Really make sure there's a
4610         newline at the end.
4611
4612         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4613         Fix suggested by John Wiegley.
4614
4615         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4616
4617         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4618
4619         * message.el (message-default-send-rename-function): Break out into its
4620         own function.
4621
4622         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4623         doesn't work under XEmacs.
4624
4625         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4626         of "imaps" to word around Windows problems.
4627         (nnimap-open-connection-1): Use it.
4628
4629         * message.el (message-indent-citation): Revert last change which made
4630         `F' not work.
4631
4632 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4633
4634         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4635         terminal as well.
4636
4637 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4640         because it displays images using overlays that aren't easy to copy to
4641         the article buffer.
4642
4643 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4644
4645         * message.el (message-indent-citation): Fix empty line removal at the
4646         end of the citation.
4647
4648 2011-09-20  Julien Danjou  <julien@danjou.info>
4649
4650         * auth-source.el (auth-source-netrc-create): Use default value for
4651         password if specified.  Evaluate default.
4652         (auth-source-plstore-create): Ditto.
4653         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4654         value evaluation.
4655         (auth-source-netrc-create): Typo fix.
4656         (auth-source-plstore-create): Ditto.
4657
4658         * password-cache.el (password-cache-remove): Remove entries even if the
4659         value is nil, so that password with a nil value (negative caching) is
4660         possible to invalidate.
4661
4662         * auth-source.el (auth-source-format-cache-entry): New function.
4663
4664 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4667
4668 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4669
4670         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4671
4672 2011-09-19  Julien Danjou  <julien@danjou.info>
4673
4674         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4675         which work with things that are not ASCII.
4676
4677 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4678
4679         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4680
4681 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4682
4683         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4684         message level.
4685
4686 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4689
4690 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4691
4692         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4693
4694 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4695
4696         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4697         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4698
4699 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4700
4701         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4702         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4703         articles.
4704
4705 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4706
4707         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4708         (message-mail-other-window, message-mail-other-frame)
4709         (message-news-other-window, message-news-other-frame):
4710         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4711         instead of setting buffer display varibles.
4712
4713 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4714
4715         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4716
4717         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4718
4719 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4720
4721         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4722         duplicates" to a higher level.
4723
4724         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4725         most egregious messages.
4726
4727 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4728
4729         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4730
4731 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4732
4733         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4734         up the file (bug#9351).
4735
4736 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4737
4738         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4739         it does with all other backends, but decode the names immediately after
4740         getting them.
4741
4742         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4743         decoding nnimap groups.
4744
4745         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4746         newsrc file.  It doesn't seem like an important optimization any more.
4747
4748 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4749
4750         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4751         overflows.
4752
4753 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4754
4755         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4756         (gnus-interactive-exit): Extend to `quiet'.
4757
4758         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4759
4760         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4761         string.
4762
4763         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4764         renaming function arguments from `this'.
4765
4766         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4767
4768         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4769         has been renamed.
4770         (gnus-lrm-string-p): Include RLM and PDF, too.
4771
4772         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4773         (bug#9225).
4774
4775 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4776
4777         Add autoload cookies for functions used by sendmail.el.
4778         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4779
4780         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4781
4782 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * gnus-art.el (article-date-ut): Work properly even when there are
4785         things like Date header in the body; work for forwarded parts.
4786
4787 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4788
4789         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4790         original-article-buffer.
4791
4792 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4793
4794         * nnir.el (nnir-compose-result): Fix matching of server type.
4795         (nnir-run-swish++): Ditto.
4796         (nnir-run-namazu): Ditto.
4797         (nnir-run-notmuch): Ditto.
4798
4799 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4800
4801         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4802         (bug#9405).
4803
4804         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4805         (bug#9421).
4806
4807         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4808         (bug#9425).
4809
4810         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4811         thing (bug#9426).
4812
4813 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4814
4815         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4816         the error message.
4817
4818 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4819
4820         * message.el (message-setup-1): Return t (Bug#9392).
4821
4822 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4823
4824         * gnus-sum.el: When adding article headers to a summary buffer also
4825         update gnus-newsgroup-articles (bug#9386).
4826
4827 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * auth-source.el: Autoload help-mode.
4830
4831 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832
4833         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4834         names.
4835
4836 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4837
4838         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4839         mm-replace-in-string for compatibility issues.
4840         * mml2015.el (mml2015-epg-verify): Ditto.
4841
4842 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4845
4846         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4847
4848 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4849
4850         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4851         continue on and do the clean-up phase (bug#9188).
4852
4853         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4854         just ignore groups that can't be opened instead of erroring out
4855         (bug#9225).
4856
4857         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4858         nil since some many people are fuddy-duddies.
4859
4860         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4861         images.
4862
4863         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4864         instead.
4865
4866         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4867
4868         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4869
4870         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4871         processing.
4872
4873         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4874         buffer to avoid warnings.
4875
4876 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4877
4878         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4879         specified to reduce precision.
4880
4881 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4882
4883         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4884         bodystructures (bug#9314).
4885
4886 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4889         Make button keymap non-sticky after buttons.
4890
4891 2011-08-18  David Engster  <dengste@eml.cc>
4892
4893         * nnmairix.el (nnmairix-request-set-mark)
4894         (nnmairix-goto-original-article): Remove adding of article to registry,
4895         since `gnus-registry-add-group' isn't available anymore.
4896         (nnmairix-determine-original-group-from-registry):
4897         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4898         available anymore.
4899
4900 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4901
4902         * starttls.el (starttls-any-program-available): Define as obsolete
4903         function.
4904
4905 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4906
4907         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4908         versions which Gnus use when appropriate.
4909
4910         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4911         a pretty destructive command.
4912
4913         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4914
4915 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4916
4917         * message.el (message-fix-before-sending): Make a different warning
4918         about NUL characters (bug#9270).
4919
4920         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4921         from custom (bug#9260).
4922
4923         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4924         things work in Emacs 22 and XEmacs, too.
4925
4926         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4927         default From.
4928
4929         * gnus-spec.el (gnus-lrm-string-p): New macro.
4930         (gnus-lrm-string): New constant.
4931         (gnus-summary-line-format-spec): LRM-ify the from.
4932         (gnus-tilde-max-form): LRM-ify string chopping.
4933
4934         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4935
4936         * message.el (message-is-yours-p): Allow disabling canlock checking
4937         (bug#9295).
4938         (message-shoot-gnksa-feet): Add `canlock-verify'.
4939         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4940         message directory isn't writable (bug#9304).
4941
4942         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4943         non-world-readable.
4944
4945 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4948         articles.
4949
4950 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4951
4952         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4953         copy-list.
4954
4955 2011-08-12  Sam Steingold  <sds@gnu.org>
4956
4957         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4958         in the reverse order to avoid modifying the cache with `nreverse'.
4959         (gnus-all-score-files): Do not modify the value returned by
4960         `gnus-score-find-alist' because it lives in a cache variable.
4961         (gnus-current-home-score-file): No need to `nreverse' the return value
4962         of `gnus-score-find-alist', it is already in the correct order.
4963
4964 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4965
4966         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4967         type MESSAGE and subtype RFC822 is slightly different from those of
4968         type TEXT.
4969
4970 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4971
4972         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4973         This allows article-referral to work from an nnir group.
4974
4975 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4976
4977         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4978
4979 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4980
4981         * mml1991.el (mml1991-epg-find-usable-key)
4982         (mml1991-epg-find-usable-secret-key): New function.
4983         (mml1991-epg-sign): Check if signing key is usable.
4984         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4985
4986 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4987
4988         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4989         server-variables only.  This should fix a bug introduced with commit
4990         e1889675b7f4adf057833c5513c9374134c4e053.
4991         (nnir-run-query): 'nnir-search-engine should not be set from the global
4992         environment.
4993
4994 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4995
4996         * nnir.el (nnir-search-thread): Position point on referring article
4997         line.
4998         (nnir-warp-to-article): Clean up summary buffers.
4999
5000         * nnimap.el (nnimap-request-thread): Whitespace fix.
5001
5002 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5003
5004         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5005
5006 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5007
5008         * starttls.el (starttls-available-p): Rename from
5009         `starttls-any-program-available' and changed return convention.
5010
5011 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5012
5013         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5014         `unix-sync' unless it's defined.
5015
5016 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5017
5018         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5019         `aref' for XEmacs compatibiltiy.
5020
5021 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5022
5023         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5024
5025 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5026
5027         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5028         closures, quote the form properly (bug#9194).
5029
5030 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5031
5032         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5033         (gnus-summary-insert-new-articles): Protect against servers that are
5034         down.
5035
5036 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5037
5038         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5039         in mm handle if none is specified.
5040
5041 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5042
5043         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5044
5045 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5046
5047         * nnir.el (nnir-search-thread): New function to make an nnir group
5048         based on a thread query.
5049
5050         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5051         of nnir in thread referral.
5052         (gnus-summary-refer-thread): Use it.
5053
5054         * nnimap.el (nnimap-request-thread): Use it.
5055
5056 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5057
5058         * shr.el (shr-tag-comment): Ignore HTML comments.
5059
5060 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5061
5062         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5063         argument.
5064         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5065         Use `nnir-address' to handle server info rather than passing an arg.
5066
5067         * nnimap.el (nnimap-make-thread-query): New utility function to format
5068         an imap thread search query.
5069         (nnimap-request-thread): Use it.
5070
5071         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5072         right select-method if we are not going back to the group buffer.
5073
5074 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5075
5076         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5077         enter invalid buffer configurations into the quit form (bug#9107).
5078         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5079         unplugged/plugged.
5080
5081         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5082         keep track of which ones are unread (bug#9061).
5083
5084         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5085         (bug#9055).
5086
5087         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5088         (bug#9041).
5089
5090         * gnus-html.el (mm-util): Require (bug#9073).
5091
5092         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5093         (gnus-summary-refer-thread): Use it to remove duplicates in the
5094         un-threaded view (bug#9053).
5095         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5096
5097 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5098
5099         * nnir.el (nnir-read-server-parm): Use default value from global
5100         variable.  Without this the default search engine parameters aren't
5101         used at all.
5102
5103 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5104
5105         * message.el (message-unique-id): Don't use the undocumented return
5106         value from (random t) (bug#9118).
5107
5108 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5109
5110         * message.el (message-auto-save-directory): If the ~/Mail directory
5111         doesn't exist, use ~ as the auto-save directory (bug#4432).
5112
5113         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5114         hasn't already been started.
5115
5116 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5117
5118         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5119
5120         * message.el (message-reply): Work around mysterious bug where
5121         `message-mode' seems to overwrite the locally bound `subject' variable.
5122
5123 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5124
5125         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5126         correct group.
5127
5128         * gnus-int.el (gnus-request-thread): Add group argument.
5129
5130         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5131
5132 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5133
5134         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5135
5136         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5137         renamed to `debbugs-gnu-*'.
5138
5139 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5140
5141         * plstore.el: Revert the editing feature since it is not urgent.
5142         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5143         (plstore-mode-decoded): Remove.
5144
5145 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5146
5147         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5148         isn't very interesting any more, and it leaks potentially secret data.
5149         (gnus-debug): Remove.
5150
5151         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5152         use of :custom-show.
5153
5154 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5155
5156         * plstore.el: Add documentation.
5157         (plstore-mode): New mode to edit plstore file.
5158         (plstore-mode-toggle-display, plstore-mode-original)
5159         (plstore-mode-decoded): New command.
5160         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5161         (plstore--insert-buffer, plstore--make): New function.
5162         (plstore-open, plstore-save): Simplify by using them.
5163
5164 2011-07-06  Glenn Morris  <rgm@gnu.org>
5165
5166         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5167
5168 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5169
5170         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5171         no longer is much used.
5172         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5173         Articles".
5174
5175 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5176
5177         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5178         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5179         `notmuch' backend.
5180
5181 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5182
5183         * mm-decode.el (mm-text-html-renderer): Doc fix.
5184
5185         * gnus-msg.el (gnus-bug): Fix the MML tag.
5186
5187         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5188
5189 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5190
5191         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5192         secondary methods if started with `gnus-no-server'.
5193
5194 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5195
5196         * message.el (message-return-action): Fix typo in docstring.
5197
5198 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5199
5200         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5201         bug reports at once.
5202
5203         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5204
5205 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5206
5207         * nndraft.el: Require gnus-group.
5208         (nndraft-request-list): Declare.
5209
5210         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5211         no unread article unless it matches gnus-permanently-visible-groups.
5212
5213         * nndraft.el (nndraft-update-unread-articles): New function.
5214         (nndraft-request-associate-buffer): Use it to update the number of
5215         unread articles for the nndraft groups in the group buffer when saving
5216         or killing a draft message.
5217
5218 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5219
5220         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5221         systems to binary before writing and reading the mbox files.
5222
5223         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5224         instead of trying to list them all (bug#8978).
5225
5226 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5227
5228         * pop3.el (pop3-open-server): Use :end-of-capability.
5229
5230 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5231
5232         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5233         the id is always a number.
5234
5235         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5236
5237         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5238         debbugs mode, if possible.
5239
5240 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5241
5242         * auth-source.el (auth-source-token-passphrase-callback-function):
5243         Reindent.
5244         (epg-context-operation): Remove unnecessary autoload.
5245
5246 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5247
5248         * gnus.el (gnus-list-debbugs): New command.
5249
5250         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5251         mboxstat instead of the maintbox, since the stat seems to be fuller.
5252
5253         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5254         summary buffers.
5255
5256         * message.el (message-get-reply-headers): Delete all duplicates,
5257         instead of the first.
5258         (message-get-reply-headers): Ensure that we have progress while
5259         deleting duplicates.
5260
5261         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5262         gnus-posting-style value from the summary buffer to make it easier to
5263         make that a per-buffer conf.
5264
5265 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5266
5267         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5268         found by setting `shortcut' in 'query.
5269         (nnir-request-article): Use `shortcut' setting when requesting article
5270         by Message-ID.
5271
5272 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5273
5274         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5275         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5276         Bring the pseudo-headers back too.
5277
5278 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5279
5280         * auth-source.el (auth-source-token-passphrase-callback-function):
5281         Simplify and remove EPA dependency.
5282
5283 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5284
5285         * nnir.el (nnir-request-article): Fix error message text.
5286
5287 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5288
5289         * auth-source.el (plstore-delete): Autoload.
5290         (auth-source-plstore-search): Support delete operation.
5291         * plstore.el (plstore-delete): New function.
5292
5293 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5296         mark actually existing articles as unread rather than the ones that
5297         active asserts.
5298
5299 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5300
5301         * nntp.el (nntp-record-command):
5302         * gnus-util.el (gnus-message-with-timestamp-1):
5303         Use format-time-string rather than decoding time stamps by hand.
5304         This is simpler and insulates the code from potential changes to
5305         current-time format.
5306
5307 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5310
5311 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5312
5313         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5314         (plstore-save): Support public key encryption.
5315         (plstore--init-from-buffer): New function.
5316         (plstore-open): Use it; fix error when opening a non-existent file.
5317         (plstore-revert): Use plstore--init-from-buffer.
5318
5319 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5320
5321         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5322
5323 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5324
5325         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5326         for old Emacsen.
5327
5328 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5329
5330         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5331         is not fully working.
5332
5333 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5334
5335         * dgnushack.el: Autoload sha1 on XEmacs.
5336
5337         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5338         quit window configuration.
5339
5340         * auth-source.el (epg-context-set-passphrase-callback):
5341         Remove duplicate autoload.
5342
5343 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5344
5345         * nnir.el (nnir-request-article): Allow requesting articles by
5346         Message-ID with nnimap.
5347
5348         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5349         current server.
5350
5351 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5352
5353         * auth-source.el: Autoload EPA/EPG functions.
5354         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5355         changed when EPA/EPG is not available.
5356         (auth-source-backend): Rename "arg" member to "data".
5357         (auth-source-backend-parse, auth-source-plstore-search)
5358         (auth-source-plstore-create): Use it.
5359
5360 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5361
5362         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5363         `gnus-refer-article-methods'.
5364
5365 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5366
5367         * auth-source.el: Require EPA and EPG.
5368         (auth-source-passphrase-alist): New variable.
5369         (auth-source-passphrase-callback-function)
5370         (auth-source-token-passphrase-callback-function): Callbacks for the
5371         netrc field encryption (GPG tokens).
5372         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5373         Symmetric encryption and decryption of the netrc GPG tokens.
5374         (auth-source-netrc-normalize): Use them, simplifying the closure.
5375
5376 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5379         is available.
5380
5381 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5382
5383         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5384         non-nil, and `nnimap-split-methods' is nil, use the former.
5385
5386 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5387
5388         * plstore.el (plstore-revert): New function.
5389         (plstore-open): Use it; hide the buffer from user.
5390
5391 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5392
5393         * auth-source.el (auth-source-backend): New member "arg".
5394         (auth-source-backend-parse): Handle new backend 'plstore.
5395         * plstore.el: New file.
5396
5397 2011-06-30  Glenn Morris  <rgm@gnu.org>
5398
5399         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5400
5401 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5402
5403         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5404         expiring articles to.
5405
5406         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5407         variations as ASCII (bug#5458).
5408
5409 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5412
5413 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5414
5415         * message.el (message-point-in-header-p): Tweak the function to default
5416         to saying that we're not in the headers if there is no separator at
5417         all.  This makes it possible to use the Message version of `M-q' in
5418         buffers with no headers (bug#7987).
5419         (message-point-in-header-p): Fix last checkin to work with an empty
5420         mail-header-separator, too.
5421
5422         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5423         again, save the choice via customize.
5424
5425 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5426
5427         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5428
5429         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5430         ended the connection, bail out before waiting infinitely on a new
5431         connection.
5432
5433 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5434
5435         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5436         reports.
5437
5438         * gnus.el (gnus-bug-package): Use "gnus."
5439         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5440
5441 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5442
5443         * dgnushack.el: Make the timer warning go away on XEmacs.
5444
5445         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5446         animations going on at article exit time.
5447
5448         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5449         since removing it breaks people upgrading.
5450
5451         * shr.el (shr-put-image): Use the new interface for animating images.
5452         (shr-put-image): Animate for 60 seconds.
5453
5454         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5455         avoid compiler warnings.
5456
5457         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5458         error with `find-file-hooks' on Emacs 22.
5459         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5460         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5461         on all architectures.
5462
5463         * spam.el (spam-stat): Require in a normal fashion without binding
5464         `spam-stat-install-hooks' to avoid compilation warnings.
5465
5466         * spam-stat.el (spam-stat-install-hooks): Remove.
5467         (spam-stat-install-hooks): Don't run automatically.
5468
5469 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5470
5471         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5472         and keystroke.
5473
5474 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5475
5476         * auth-source.el (auth-source-netrc-cache): Move forward.
5477
5478 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5479
5480         * proto-stream.el (proto-stream-open-starttls): Use
5481         `gnutls-available-p' to see whether we have built-in support.
5482
5483         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5484         we already know.
5485         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5486         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5487
5488 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5489
5490         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5491         %S format, since that looks odd.
5492         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5493         file, especially when saving.
5494
5495 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5496
5497         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5498         article found.
5499
5500 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5501
5502         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5503         `auth-source-save-secrets' with a more sensitive alist that can be
5504         configured per file.  Experimental, so defaults to 'never.
5505         (auth-source-netrc-create): Use it.  Still experimental code.
5506         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5507         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5508
5509 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5510
5511         * auth-source.el (auth-source-save-secrets): New variable to control if
5512         secret tokens should be saved encrypted.
5513         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5514         to `auth-source-netrc-normalize'.
5515         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5516         on the EPA variables being defined.
5517         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5518         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5519         the lexical-let closure.
5520         (auth-source-netrc-create): Create "gpg:" tokens according to
5521         `auth-source-save-secrets'.
5522
5523 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * gnus-group.el (gnus-group-update-group): Add new argument
5526         `info-unchanged' that stops updating dribble buffer.
5527
5528         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5529         deletes lines matching to it in dribble buffer.
5530
5531         * gnus-agent.el (gnus-agent-fetch-group-1):
5532         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5533         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5534         * gnus-start.el (gnus-group-change-level):
5535         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5536
5537         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5538         if newsgroup info is not changed.
5539
5540         * gnus-group.el (gnus-group-get-new-news-this-group):
5541         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5542         Don't update dribble buffer.
5543
5544 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5545
5546         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5547         remove entries with groups we ignore.
5548
5549 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5550
5551         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5552         the underline comes at the bottom.
5553
5554 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5555
5556         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5557         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5558         (gnus-registry-article-marks-to-names): Rename from
5559         `gnus-registry-user-format-function-M2'.
5560
5561 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5562
5563         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5564         ephemeral group.
5565
5566 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5567
5568         * shr.el (shr-browse-image): Copy the URL if called interactively.
5569
5570 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5571
5572         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5573         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5574         done, then unselected articles may be marked as read.
5575
5576         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5577         since not doing this seems to lead to a race condition in pop3-logon.
5578
5579         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5580         so that the call chain it correct when we call "upwards".
5581
5582         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5583         in read-only groups.
5584
5585         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5586
5587         * message.el (message-cite-reply-position): Doc string fix.
5588
5589         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5590         avoid regexp overflow.
5591         (nnimap-transform-split-mail): Ditto.
5592
5593         * pop3.el (pop3-retr): Error out if the server closes the connection.
5594
5595 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5596
5597         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5598         mm-with-unibyte-current-buffer.  The buffer should not contain any
5599         multibyte chars anyway at this stage.
5600
5601 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5602
5603         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5604         at the end of lines.
5605
5606 2011-05-29  Julien Danjou  <julien@danjou.info>
5607
5608         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5609
5610 2011-05-27  Glenn Morris  <rgm@gnu.org>
5611
5612         * gnus-group.el (gnus-bug-group-download-format-alist):
5613         Use the "maintainer" version of debian reports as well.
5614
5615 2011-05-26  Glenn Morris  <rgm@gnu.org>
5616
5617         * gnus-group.el (gnus-bug-group-download-format-alist):
5618         Use the "maintainer" version of debbugs.gnu.org reports.
5619
5620 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5623
5624 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5625
5626         * gnus-cus.el (gnus-agent-customize-category):
5627         * gnus-delay.el (gnus-delay-send-queue):
5628         * gnus.el (gnus-other-frame):
5629         Don't quote lambda expressions with `quote'.
5630
5631 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5632
5633         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5634         the thread moves us backwards and so we loop forever.
5635
5636 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5637
5638         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5639         whitespace in base64 data lines.
5640
5641 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5642
5643         * gnus-registry.el (gnus-registry-user-format-function-M):
5644         Use `mapconcat'.
5645         (gnus-registry-user-format-function-M2): Use to see the full text of
5646         the marks.  Make "," the mark text separator.
5647
5648         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5649         authentication with auth-source.
5650
5651 2011-05-17  Glenn Morris  <rgm@gnu.org>
5652
5653         * gnus-group.el (gnus-import-other-newsrc-file):
5654         Use insert-file-contents.
5655
5656 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5657
5658         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5659         1000 iterations.
5660
5661 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * nntp.el (nntp-open-connection): Check if process-type is available.
5664
5665 2011-05-16  Julien Danjou  <julien@danjou.info>
5666
5667         * shr.el (shr-tag-del): Add support for del tag.
5668
5669 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * gnus-html.el (gnus-html-put-image): Register a displayer.
5672
5673         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5674
5675 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5676
5677         * registry.el (prune-factor): New initialization parameter defaulting
5678         to 0.1.
5679         (registry-prune-hard): Use it.
5680
5681         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5682         0.1 expicitly.
5683
5684 2011-05-13  Glenn Morris  <rgm@gnu.org>
5685
5686         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5687         is bound, since this function requires sendmail.
5688
5689 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5690
5691         * registry.el (registry-usage-test): Disable pruning test.
5692
5693 2011-05-11  David Engster  <dengste@eml.cc>
5694
5695         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5696         Bind set-network-process-option for XEmacs.
5697
5698 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5699
5700         * registry.el (registry-prune-hard-candidates)
5701         (registry-prune-soft-candidates): Helper methods for registry pruning.
5702         (registry-prune): Use them.  Make the sort function optional.
5703
5704 2011-05-10  Jim Meyering  <meyering@redhat.com>
5705
5706         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5707
5708 2011-05-10  Julien Danjou  <julien@danjou.info>
5709
5710         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5711         symbol and not a list.
5712
5713 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5714
5715         * gnus-art.el (gnus-article-mode): Move binding of
5716         shr-put-image-function here from gnus-article-prepare-display.
5717
5718         * shr.el (shr-put-image-function): New variable.
5719         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5720         (shr-put-image): Return scaled image.
5721
5722         * gnus-art.el (gnus-shr-put-image): New function.
5723         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5724
5725         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5726         original ones, as deletable.
5727
5728 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5729
5730         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5731
5732 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5733
5734         * registry.el (registry-full): Add convenience method.  Fix logic.
5735         (registry-insert): Use it.  Fix logic here too.
5736
5737         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5738         `registry-prune' if `registry-full' returns t.
5739         (gnus-registry-handle-action)
5740         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5741         (gnus-registry-usage-test): Use it.
5742
5743 2011-05-07  Julien Danjou  <julien@danjou.info>
5744
5745         * shr.el (shr-link): Make shr-link inherit from link by default.
5746
5747 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5748
5749         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5750
5751 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5752
5753         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5754         error out because the face is not a list.
5755
5756 2011-05-05  Glenn Morris  <rgm@gnu.org>
5757
5758         * proto-stream.el (gnutls-negotiate): Fix declarations.
5759
5760         * gnus-start.el (gnus-propagate-marks): Declare.
5761
5762 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5763
5764         * registry.el (registry-reindex): Fix percentage message.
5765
5766         * proto-stream.el (network-stream-open-starttls): Adjust to call
5767         `gnutls-negotiate' with :process and :hostname arguments.
5768
5769 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5770
5771         * shr.el: Add shr-link face for links.
5772         (shr-urlify): Use it.
5773
5774         * registry.el (registry-insert): Make error message more helpful.
5775
5776 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5777
5778         * gnus-html.el (gnus-html-schedule-image-fetching):
5779         Use url-queue-retrieve, if it exists.
5780
5781         * shr.el (shr-tag-img): Ditto.
5782
5783         * gnus.el: Autoload more gnus-agent functions.
5784
5785         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5786         agent if we haven't already (bug#8502).
5787
5788         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5789         into the Agent, too.
5790
5791         * gnus-agent.el (gnus-agent-store-article): New function.
5792
5793         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5794         and moved from that file for reuse.
5795
5796         * pop3.el (pop3-open-server): Error messages are "-ERR".
5797
5798 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5799
5800         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5801         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5802
5803 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5804
5805         * gnus.el: No Gnus v0.17 is released.
5806
5807 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5808
5809         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5810         buffer has moved to a different frame.
5811
5812 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5813
5814         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5815         to get the conversion from unibyte to multibyte buffers to work on
5816         Emacs 22.
5817
5818         * nntp.el (nntp-request-article): Slight clean-up.
5819
5820 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821
5822         * shr.el (shr-strike-through): New face.
5823         (shr-tag-s): Use it to provide <s> support.
5824         (shr-tag-s): Remove duplicate definition.
5825
5826 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5827
5828         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5829         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5830
5831 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5832
5833         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5834         `gnutls-negotiate'.
5835         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5836
5837 2011-04-23  Glenn Morris  <rgm@gnu.org>
5838
5839         * gnus-sum.el (gnus-extra-headers): Bump :version.
5840
5841 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5842
5843         * shr.el (shr-tag-sup): New function.
5844         (shr-tag-sub): Ditto.
5845
5846 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5847
5848         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5849         for the case where `gnus-registry-ignored-groups' is a list of lists,
5850         and don't call `gnus-parameter-registry-ignore' otherwise.
5851
5852 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5853
5854         * nnimap.el (nnimap-user): New backend variable.
5855         (nnimap-open-connection-1): Use it.
5856         (nnimap-credentials): Accept user parameter so it's explicit what user
5857         name is desired.
5858
5859         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5860         default.
5861
5862         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5863         not gnus-registry.el.
5864
5865         * gnus-registry.el: Mention in comments how to modify
5866         `gnus-extra-headers' for proper recipient tracking and that it may
5867         already have To and Cc recently, which it does as of this commit.
5868         (gnus-registry-ignored-groups): Remove defcustom.
5869         Explain why in comments.
5870         (gnus-registry-action): Fix data-header reference to use the extra
5871         headers.  Explain in package commentary how to add To and Cc headers to
5872         the gnus-extra-headers.
5873         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5874         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5875         parameter list or a string list in `gnus-registry-ignored-groups'.
5876         Fix logic error.
5877
5878 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5879
5880         * shr.el (shr-expand-url): Protect against null urls.
5881
5882 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5883
5884         * shr.el (shr-base): New binding.
5885         (shr-tag-base): Keep track of <base>.
5886         (shr-expand-url): New function used throughout.
5887
5888 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5889
5890         * gnus-registry.el
5891         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5892         (gnus-registry-ignored-groups): New variable.
5893         (gnus-registry-ignore-group-p): Use it.
5894         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5895         set the destination group to nil (same as delete) if it's ignored.
5896
5897 2011-04-20  David Engster  <dengste@eml.cc>
5898
5899         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5900
5901         * Makefile.in (test-nntp): New rule.
5902         (check): Add it.
5903         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5904
5905 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * gnus-registry.el (gnus-registry-action)
5908         (gnus-registry-fetch-header-fast):
5909         Don't use mail-header that looks an internal function of mailheader.el.
5910
5911 2011-04-19  Glenn Morris  <rgm@gnu.org>
5912
5913         * time-date.el (time-to-days): Remove unused local variables.
5914
5915 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * gnus-registry.el: Eliminate cl functions.
5918         (gnus-registry-sort-addresses): New function that replaces mapcan.
5919         (gnus-registry-action, gnus-registry-spool-action)
5920         (gnus-registry-split-fancy-with-parent)
5921         (gnus-registry-fetch-recipients-fast): Use it.
5922         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5923
5924         * registry.el (initialize-instance, registry-lookup)
5925         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5926         (registry-lookup-secondary-value, registry-search, registry-delete)
5927         (registry-insert, registry-reindex, registry-size, registry-prune):
5928         Use eval-and-compile.
5929
5930 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5931
5932         * registry.el (registry-reindex): New method to recreate the secondary
5933         registry indices.
5934
5935         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5936         tracked field changes.
5937         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5938         (gnus-registry-action, gnus-registry-spool-action)
5939         (gnus-registry-handle-action)
5940         (gnus-registry--split-fancy-with-parent-internal)
5941         (gnus-registry-split-fancy-with-parent)
5942         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5943         move, and delete actions, and for fancy splitting with parent.
5944         (gnus-registry-extract-addresses)
5945         (gnus-registry-fetch-recipients-fast)
5946         (gnus-registry-fetch-header-fast): Convenience functions.
5947         (gnus-registry-misc-test): ERT test of
5948         `gnus-registry-extract-addresses'.
5949
5950 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5951
5952         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5953         Track by subject first, then sender.
5954
5955 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5956
5957         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5958
5959         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5960         Lisp.
5961
5962         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5963         (gnus-draft-send): Use it to avoid popping
5964         up frames from gnus-group-send-queue.
5965
5966 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5967
5968         * gnus-registry.el: Updated gnus-registry docs.
5969
5970 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5971
5972         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5973         Fix logic bug.
5974         (gnus-registry-post-process-groups): Fix logging of no results and
5975         quote sender and subject.
5976
5977 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5978
5979         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5980         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5981         gnutls-cli are too slow to be done opportunistically.
5982
5983         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5984         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5985         we had no early-data returned.
5986         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5987         two async commands to the same server at the same time.
5988
5989 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5990
5991         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5992
5993 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5994
5995         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5996         "warning" level.
5997
5998         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5999         (mm-url-insert-file-contents): Don't set the package names.
6000
6001 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6002
6003         * gnus-registry.el (gnus-registry-action): Remove properties and
6004         simplify subject in `gnus-registry-handle-action'.
6005         (gnus-registry-spool-action): Get subject and sender from message if
6006         they are not passed in.
6007         (gnus-registry-handle-action): Remove properties and simplify subject
6008         consistently.
6009
6010 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6011
6012         * registry.el: Require CL before using defmacro*.
6013
6014 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * gnus-art.el (article-treat-date): Assume that
6017         gnus-article-date-headers may be a group parameter.
6018
6019 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6020
6021         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6022
6023         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6024         interactively so the newsrc file can contain foreign groups too.
6025         Useful for debugging but not much for users.
6026
6027 2011-04-07  David Engster  <dengste@eml.cc>
6028
6029         * registry.el (registry-usage-test): Only do
6030         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6031         lexical binding.
6032
6033 2011-04-07  David Engster  <dengste@eml.cc>
6034
6035         * Makefile.in (check, test-registry): New rules for test-suite.
6036
6037 2011-04-06  David Engster  <dengste@eml.cc>
6038
6039         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6040         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6041
6042 2011-04-06  David Engster  <dengste@eml.cc>
6043
6044         * registry.el (initialize-instance): Change :after to :AFTER to be
6045         compatible with old EIEIO version in XEmacs.
6046
6047 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6048
6049         * gnus-registry.el (gnus-registry-post-process-groups)
6050         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6051         and provide better messaging.
6052
6053 2011-04-06  David Engster  <dengste@eml.cc>
6054
6055         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6056         errors.
6057
6058         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6059         dgnushack-compile with error-on-warn enabled, and to signal an error if
6060         clean compilation failed.
6061         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6062         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6063
6064 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6065
6066         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6067         unconditionally anyway, discarding errors.
6068         (gnus-registry-delete-entries): New convenience function.
6069         (gnus-registry-import-eld): Import from old .eld registry.
6070
6071         * registry.el: Don't use ERT if it's not available.  Load it
6072         unconditionally anyway, discarding errors.
6073
6074         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6075         version from the Claudio Bley GnuTLS patch (extra optional parameters
6076         and host name).
6077
6078 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6079
6080         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6081         fixup the parameters that can be customized by the user between
6082         save/read cycles.
6083         (gnus-registry-read): Use it.
6084         (gnus-registry-make-db): Use it.
6085         (gnus-registry-spool-action, gnus-registry-handle-action):
6086         Fix messaging.
6087         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6088         Map references to actual group names with sender and subject tracking.
6089         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6090         (gnus-registry-usage-test): Add subject lookup test.
6091
6092         * registry.el (registry-db, initialize-instance): Set up constructor
6093         instead of :initform arguments for the sake of older Emacsen.
6094         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6095         pre-lexbind merge bug.
6096         (registry-usage-test): Use it.
6097         (initialize-instance, registry-db): Move the non-function initforms
6098         back to the class definition.
6099
6100 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6101
6102         * registry.el: New library to manage gnus-registry-style data.
6103
6104         * gnus-registry.el: Use it (major rewrite).
6105
6106         * nnregistry.el: Use it.
6107
6108         * spam.el: Use it.
6109
6110 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6111
6112         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6113         marks on non-selected articles.
6114
6115 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6116
6117         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6118         parameter to open-protocol-stream.
6119
6120 2011-04-01  Julien Danjou  <julien@danjou.info>
6121
6122         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6123         fundamental-mode.
6124
6125 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6126
6127         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6128         servers.
6129
6130 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6131
6132         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6133         made marks not propagate, again.
6134
6135 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6136
6137         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6138         Make this the default type.
6139         (proto-stream-open-plain): Rename from proto-stream-open-default.
6140         (open-protocol-stream, proto-stream-open-starttls)
6141         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6142         with `plain'.
6143
6144         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6145         value.
6146
6147         * nntp.el (nntp-open-connection-function): Document the fact that some
6148         values are not functions but are instead handled specially.
6149         Recognize nntp-open-plain-stream value.
6150         (nntp-open-connection): Recognize that value.
6151
6152 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6153
6154         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6155         where it seems to be needed.
6156
6157 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6158
6159         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6160         stuff.
6161
6162         * gnus-score.el (gnus-score-string): Fix calling convention of
6163         `gnus-simplify-buffer-fuzzy' after last patches.
6164
6165         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6166         server for articles we didn't get any headers for.  This is a sanity
6167         check.
6168
6169 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6170
6171         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6172         new CAPABILITY, use it.
6173
6174 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6175
6176         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6177         downloading anything.
6178
6179         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6180
6181 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6182
6183         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6184         colors.
6185         (gnus-splash-svg-color-symbols): New function.
6186
6187 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6188
6189         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6190         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6191         (gnus-simplify-subject-fuzzy): Use the local
6192         gnus-simplify-subject-fuzzy-regex instead of the global one.
6193         This makes using this variable in group parameters work.
6194
6195 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6196
6197         * gnus-registry.el (gnus-registry-unfollowed-groups):
6198         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6199         archive:sent-YYYY-MM-DD groups).
6200         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6201         tracking if there are more than `gnus-registry-max-track-groups'
6202         matches.
6203
6204 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6205
6206         * message.el (message--yank-original-internal): New function to do the
6207         insertion cleanly inside eval in `message-yank-original'.
6208         (message-yank-original): Use it.
6209
6210 2011-03-29  Julien Danjou  <julien@danjou.info>
6211
6212         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6213         local variables disabled rather than `normal-mode'.
6214
6215 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6216
6217         * imap.el (imap-shell-open, imap-process-connection-type):
6218         Use imap-process-connection-type for 'shell' streams as well as
6219         Kerberos, SSL, other subprocesses.
6220
6221 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6222
6223         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6224         with open-network-stream.
6225         (proto-stream-always-use-starttls): Option removed.
6226         (open-protocol-stream): Return a process object by default.  Provide a
6227         new parameter :return-list specifying a list-type return value, which
6228         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6229         :type `network' to `try-starttls', and `network-only' to `default'.
6230         Make `default' the default, for compatibility with open-network-stream.
6231         Handle the no-parameter case exactly as open-network-stream, with no
6232         additional stream processing.  Search plists using plist-get.
6233         Explicitly add :end-of-commend parameter if it is missing.
6234         (proto-stream-open-default): Rename from
6235         proto-stream-open-network-only.  Return 'default as the type.
6236         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6237         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6238         failed.  Always return a list with a (possibly dead) process as the
6239         first element, for compatibility with open-network-stream.
6240         (proto-stream-open-tls): Use plist-get.  Always return a list.
6241         (proto-stream-open-shell): Return `default' as connection type.
6242         (proto-stream-capability-open): Use plist-get.
6243         (proto-stream-eoc): Function deleted.
6244
6245         * nnimap.el (nnimap-stream, nnimap-open-connection)
6246         (nnimap-open-connection-1): Handle renaming of :type parameter for
6247         open-protocol-stream.
6248         (nnimap-open-connection-1): Pass a :return-list parameter
6249         open-protocol-stream to obtain a list return value.  Parse this list
6250         using plist-get.
6251
6252         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6253         for open-protocol-stream.  Accept open-protocol-stream return value
6254         that is a subprocess object instead of a list.  Handle the case of a
6255         dead returned process.
6256
6257 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6258
6259         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6260
6261         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6262
6263 2011-03-21  Julien Danjou  <julien@danjou.info>
6264
6265         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6266         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6267         query.
6268         (mm-inline-text): Render normal text with fontification whenever
6269         possible.
6270
6271         * gnus-sum.el (gnus-summary-save-parts-1):
6272         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6273         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6274         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6275         Use `mm-handle-filename'.
6276
6277         * mm-util.el (mm-handle-filename): New function, return the filename of
6278         an handle.
6279
6280 2011-03-18  Julien Danjou  <julien@danjou.info>
6281
6282         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6283         (gnus-buffer-live-p): Check that buffer is not nil.
6284
6285 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6286
6287         * gnus.el: No Gnus v0.15 is released.
6288
6289 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6290
6291         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6292         avoid warning on XEmacs.
6293
6294         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6295         on XEmacs.
6296
6297         * gnus-art.el: Require mouse, which the build bot seems to say is
6298         needed.
6299
6300         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6301
6302         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6303         XEmacs, since it doesn't have url-retrieve-synchronously.
6304
6305         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6306         since assoc-string doesn't exist in XEmacs.
6307
6308 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6309
6310         * gnus-group.el (gnus-group-list-ticked): New function.
6311         (gnus-group-make-menu-bar): Provide a menu entry for it.
6312         (gnus-group-list-map): Provide a binding for it.
6313
6314 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6315
6316         * shr.el (shr-visit-file): New command.
6317
6318         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6319
6320 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6321
6322         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6323         servers.
6324
6325 2011-03-16  Julien Danjou  <julien@danjou.info>
6326
6327         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6328         inline.
6329
6330         * gnus-art.el (article-hide-list-identifiers):
6331         Use gnus-group-get-list-identifiers.
6332
6333         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6334         (gnus-summary-remove-list-identifiers):
6335         Use gnus-group-get-list-identifiers to get regexp.
6336         (gnus-select-newsgroup, gnus-summary-insert-subject)
6337         (gnus-summary-insert-articles):
6338         Call gnus-summary-remove-list-identifiers unconditionally.
6339
6340 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6341
6342         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6343         we're selecting a group with unread articles.
6344
6345         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6346
6347         * gssapi.el: New file separated out from imap.el to provide a general
6348         Kerberos 5 connection facility for Emacs.
6349
6350         * message.el (message-elide-ellipsis): Document the format spec
6351         ellipsis.
6352
6353 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6354
6355         * message.el (message-elide-region): Allow the ellipsis to say how many
6356         lines were removed.
6357
6358 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6359
6360         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6361         window configurations containing buffers that are now dead.
6362
6363         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6364         parsing to avoid integer overflows.
6365         (nnimap-parse-flags): Simplify the last change.
6366         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6367         too large for 32-bit Emacsen.
6368
6369 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6370
6371         * auth-source.el (auth-source-netrc-create):
6372         * message.el (message-yank-original): Fix use of `case'.
6373
6374 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6375
6376         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6377         XEmacs, which was one character too wide.
6378
6379 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6380
6381         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6382         default number of articles to display.
6383         (gnus-articles-to-read): Use pretty names for prompt.
6384
6385 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6386
6387         * gnus-int.el (gnus-open-server): Ditto.
6388
6389         * gnus-start.el (gnus-activate-group): Give a backtrace if
6390         debug-on-quit is set and the user hits `C-g'.
6391         (gnus-read-active-file): Ditto.
6392
6393         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6394
6395 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6396
6397         * message.el (message-yank-original): Use cond instead of CL case.
6398
6399 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6400
6401         * auth-source.el (auth-source-netrc-create): Use usual format for the
6402         default in prompts.
6403
6404 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * lpath.el: Fbind read-char-choice for XEmacs.
6407
6408 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6409
6410         * auth-source.el (auth-source-netrc-create): Show the default in the
6411         prompt when prompting for token creation.
6412
6413 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6414
6415         * auth-source.el (auth-source-format-prompt): Always convert the value
6416         to a string to avoid evaluating non-string arguments.
6417         (auth-source-netrc-create): Offer default properly, not as initial
6418         content in `read-string'.
6419         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6420         of line to determine if we've been run before.  If so, don't run again,
6421         but print a trivial message to indicate the cache was hit instead.
6422
6423 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6424
6425         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6426         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6427         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6428         Gnus.
6429
6430 2011-03-11  Julien Danjou  <julien@danjou.info>
6431
6432         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6433         modified file".
6434
6435 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6436
6437         * auth-source.el (auth-source-read-char-choice): New function to read a
6438         character choice using `dropdown-list', `read-char-choice', or
6439         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6440         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6441         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6442         (auth-source-netrc-saver): Use it.
6443         (auth-source-pick-first-password): New convenience function.
6444
6445 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6446
6447         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6448         parameter in the credentials.
6449         (nnimap-open-connection-1): Use it after a successful login.
6450         (nnimap-credentials): Add IMAP-specific user and password prompt.
6451
6452         * auth-source.el (auth-source-search): Add :require parameter, taking a
6453         list.  Document it and the :save-function return token.  Pass :require
6454         down.  Change the CREATED message from a warning to a debug statement.
6455         (auth-source-search-backends): Pass :require down.
6456         (auth-source-netrc-search): Pass :require down.
6457         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6458         Change save prompt to indicate all modifications saved here are
6459         deletions.
6460         (auth-source-netrc-create): Take user login name as default in user
6461         prompt.  Move all the save functionality to a lexically bound function
6462         under the :save-function token in the returned list.  Set up clearer
6463         default prompts for user, host, port, and secret.
6464         (auth-source-netrc-saver): New function, intended to be wrapped for
6465         :save-function.
6466
6467 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6468
6469         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6470         lines to be spaces instead.
6471
6472 2011-03-07  Julien Danjou  <julien@danjou.info>
6473
6474         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6475         (sieve-sasl-auth): Check that auth-source-search did return something,
6476         or just return an empty string.
6477
6478 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6479
6480         * gnus.el (gnus-interactive): Use read-directory-name.
6481
6482         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6483         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6484         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6485         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6486         Likewise.
6487
6488         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6489
6490 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6491
6492         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6493         onto the list of killed groups, too.  This makes killed nnimap groups,
6494         for instance, more reliably not reappear.
6495
6496         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6497         the parent.
6498
6499         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6500
6501         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6502         really have server-side marks.
6503
6504         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6505         since most backends do not usefully have server-side marks.
6506         (gnus-update-read-articles): Propagate marks to all backends that
6507         really have server-side marks.
6508
6509 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6510
6511         * message.el (message-cite-reply-position, message-cite-style):
6512         New variables.
6513         (message-yank-original): Use the new citation styles.
6514
6515 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6516
6517         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6518         buffer-local issue); don't mark it buffer-local when running under
6519         XEmacs.
6520
6521 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6522
6523         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6524         numbers too big to be `read'.
6525
6526 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6527
6528         * password-cache.el (password-in-cache-p): Add autoload.
6529
6530         * message.el (message-options): Make buffer-local two ways to attempt
6531         to fix a XEmacs bug.
6532
6533 2011-03-02  Julien Danjou  <julien@danjou.info>
6534
6535         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6536
6537 2011-03-01  Julien Danjou  <julien@danjou.info>
6538
6539         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6540         group.
6541         (article-hide-list-identifiers): Use list-identifier group parameter.
6542
6543 2011-02-28  Julien Danjou  <julien@danjou.info>
6544
6545         * sieve.el (sieve-buffer-script-name): New local variable to store
6546         sieve script name.
6547         (sieve-edit-script): Store sieve script name.
6548         (sieve-upload): Use sieve script name when uploading.
6549         (sieve-upload): Use substitute-command-keys.
6550         (sieve-edit-script): Use substitute-command-keys.
6551         (sieve-refresh-scriptlist): Use substitute-command-keys.
6552         (sieve-manage-mode-map): Define keymap properly.
6553         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6554         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6555         Remove commented code about cvs.
6556         (sieve-manage-quit): New function.
6557         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6558
6559 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6560
6561         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6562
6563 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6564
6565         * auth-source.el (auth-source-search): Cache empty result sets.
6566
6567         * password-cache.el (password-in-cache-p): Convenience function to
6568         check if a key is in the cache, even if the value is nil.
6569
6570         * auth-source.el (auth-source-save-behavior): New variable to replace
6571         `auth-source-never-create'.
6572         (auth-source-netrc-create): Use it.
6573         (auth-source-never-save): Remove.
6574
6575 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6576
6577         * nnimap.el (nnimap-stream): Doc fix.
6578         (nnimap-open-connection-1): Reverse the order of the ports to that the
6579         prompted-for port is first.
6580
6581         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6582         retrieval by the no-group selection.
6583
6584         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6585         numerical parameters.
6586
6587 2011-02-25  Julien Danjou  <julien@danjou.info>
6588
6589         * gnus-gravatar.el: Use gnus-with-article-buffer.
6590
6591         * gnus-art.el (gnus-with-article-buffer): Check that the
6592         gnus-article-buffer is alive.
6593
6594 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6595
6596         * auth-source.el (auth-source-creation-prompts): New variable to manage
6597         creation-time prompts.
6598         (auth-source-search): Document it.
6599         (auth-source-format-prompt): Add utility function.
6600         (auth-source-netrc-create): Don't default the user name to
6601         user-login-name.  Use `auth-source-creation-prompts' and some default
6602         prompts for user, host, port, and password (the default generic prompt
6603         remains ugly).
6604         (auth-source-never-save): Add customizable option to never save info.
6605         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6606         mode excursion.
6607
6608 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6611         argument that XEmacs doesn't support.
6612
6613         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6614         compiled for Emacsen having no `libxml-parse-html-region' support.
6615
6616         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6617
6618         * lpath.el: Bind buffer-save-without-query for XEmacs.
6619
6620 2011-02-23  Julien Danjou  <julien@danjou.info>
6621
6622         * gnus-art.el (article-make-date-line): Ignore errors if time is
6623         invalid and not convertible.
6624         (article-make-date-line): Only add lapsed time if time is not nil.
6625
6626 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6627
6628         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6629         `read-char-choice' for backwards compatibility.
6630         (auth-source-netrc-element-or-first): New function to DTRT for
6631         parameter extraction.
6632         (auth-source-netrc-create): Use it and fix multiple parameter print
6633         bug.  Use the default passed from above (given-default) or the
6634         built-in (user-login-name for :user).
6635
6636 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6637
6638         * gnus-start.el (gnus-dribble-read-file):
6639         Set buffer-save-without-query, since we always want to save the dribble
6640         file, probably.
6641
6642         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6643         nnimap.
6644
6645         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6646         -summary- since it's a user-visible variable.
6647
6648         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6649         first time you use the new Gnus.
6650
6651 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6652
6653         * auth-source.el: Don't load netrc.el.
6654         (auth-sources): Search ~/.netrc as well by default.
6655         (auth-source-debug): Add 'trivia option for extra output.
6656         (auth-source-do-trivia): Use it.
6657         (auth-source-search): Simplify logic to use
6658         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6659         appropriate.  Don't keep a running count at this level.  Layer :create
6660         and :delete options appropriately on the first and second passes.
6661         Don't track the backend with the search results.
6662         (auth-source-search-backends): New function to search a list of
6663         backends for a processed spec.
6664         (auth-source-netrc-parse): Cache all netrc files, making
6665         auth-source-netrc-cache an alist keyed by the file name and using the
6666         file mtime as the caching criterion.  Keep the obfuscated data secret
6667         with a lexical bind.
6668         (auth-source-netrc-search): Don't calculate the length of the results
6669         unnecessarily.
6670         (auth-source-search-backends): Fix bug.
6671         (auth-source-netrc-create): Rework prompts.
6672
6673 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6674
6675         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6676         Lower case names of search constraints.
6677         (nnir-run-query): Cache and reuse search constraints for all imap
6678         servers.
6679
6680 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6681
6682         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6683         after exit.
6684         (gnus-setup-message): Define missing variable from last checkin.
6685
6686         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6687         value, show the raw article.
6688
6689 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6690
6691         * gnus.el: No Gnus v0.13 is released.
6692
6693 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6694
6695         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6696         auth-source now accepts numbers.
6697
6698         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6699         spec, too.
6700         (auth-source-ensure-strings): New function.
6701
6702         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6703         (gnus-article-setup-buffer): Always restart the date timer so that user
6704         changes to the frequency is respected.
6705
6706         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6707         port numbers, so make sure it gets that if nnimap-server-port is
6708         explicit.
6709
6710 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6711
6712         * nnimap.el (nnimap-inbox): Doc fix.
6713
6714 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6715
6716         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6717         Autoload.  Add optional arg FRAME, and pass it to color-values.
6718         (color-complement): Caller changed.  Doc fix.
6719         (color-gradient): Rewrite for better clarity and efficiency.
6720
6721 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6722
6723         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6724         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6725         color-lab-to-srgb.
6726
6727 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6728
6729         * color.el: First part of merge from hexrgb.el.
6730         (color-rgb-to-hex): Rename from color-rgb->hex.
6731         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6732         saturation to zero if the value is too small.
6733         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6734         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6735         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6736         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6737         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6738         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6739         (color-cie-de2000): Doc fix.
6740
6741 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6742
6743         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6744         given method as in the group name if we're using an extended method.
6745         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6746         command, if we're using that, instead of waiting for the beginning.
6747
6748         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6749         we're sure to get unique server names, and we don't output two async
6750         commands in the same buffer.  This fixes an NNTP hang for some users.
6751
6752 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6753
6754         * gnus.el: No Gnus v0.11 is released.
6755
6756 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6757
6758         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6759         summary buffer before reading going to the next buffer.  This avoids
6760         putting the point in the group buffer if you `C-g' the command.
6761
6762         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6763         cache (for now) to make ~/.authinfo.gpg files usable.
6764
6765         * nnfolder.el (copyright-update): Define for the compiler.
6766
6767         * auth-source.el (auth-source-search): Fix unbound variable.
6768
6769 2011-02-19  Glenn Morris  <rgm@gnu.org>
6770
6771         * gnus.el (gnus-meta): Doc fix.
6772
6773 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6774
6775         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6776         in case it's not yet loaded.
6777
6778 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6779
6780         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6781         line we're waiting for.
6782
6783 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6784
6785         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6786         face with line-width greater than zero will cause RET in gnus summary
6787         buffer to scroll down article page-wise because auto vscroll happens,
6788         it should be temporally disabled when doing a scroll-up.
6789
6790 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6791
6792         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6793         outputs from the server.
6794
6795 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6796
6797         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6798         later so that bbdb can hook in easier.
6799
6800 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6801
6802         * auth-source.el (auth-source-search): Don't try to create credentials
6803         if the caller doesn't want that.
6804         (auth-source-search): If we don't find a match, don't bug out on
6805         non-bound variables.
6806         (auth-source-search): Only ask a single backend to create the
6807         credentials.
6808
6809         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6810         logging.
6811         (nnimap-credentials): Protect against auth-source-search returning nil.
6812         (nnimap-request-list): Protect against not being able to open the
6813         server.
6814
6815 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6816
6817         * auth-source.el (auth-source-search): Do a two-phase search, one with
6818         no :create to get the responses from all backends.
6819
6820         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6821         when getting credentials.
6822
6823         * gnus-util.el (gnus-delete-duplicates): New function.
6824
6825 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6826
6827         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6828         a creation default, pass the whole port list down.  It will be
6829         completed.
6830
6831         * auth-source.el (auth-source-search): Updated docs to talk about
6832         multiple creation choices.
6833         (auth-source-netrc-create): Accept a list as a value (from the search
6834         parameters) and do completion on that list.  Keep a separate netrc line
6835         with the password obscured for showing the user.
6836
6837         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6838         first choice to `auth-source-search' so it will be used for entry
6839         creation instead of the server's Gnus-specific name.
6840         (nnimap-credentials): Rely on the auth-source library to select which
6841         port is actually wanted in the new netrc entry, so don't override
6842         `auth-source-creation-defaults'.
6843
6844         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6845         :protocol and accept a missing user, host, or port as a wildcard match.
6846         (auth-source-debug): Default to off.
6847
6848         (auth-source-netrc-search, auth-source-netrc-create)
6849         (auth-source-secrets-search, auth-source-secrets-create)
6850         (auth-source-user-or-password, auth-source-backend, auth-sources)
6851         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6852         instead of :protocol.
6853
6854         * nnimap.el (nnimap-credentials): Pass a port default to
6855         `auth-source-search' in case an entry needs to be created.
6856         (nnimap-open-connection-1): Use :port instead of :protocol.
6857
6858 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * auth-source.el: Bind load-path when loading EIEIO from
6861         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6862         21.4 doesn't support, to `require'.
6863         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6864         delete-dups that is not available in XEmacs 21.4.
6865
6866 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6867
6868         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6869         as EIEIO must also be loaded when auth-source.el is being
6870         byte-compiled.
6871
6872 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6873
6874         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6875
6876         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6877
6878         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6879
6880         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6881
6882         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6883
6884         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6885
6886         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6887
6888         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6889         necessary.
6890
6891 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6892
6893         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6894         nil means that nnimap doesn't get updated.
6895
6896 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6897
6898         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6899         result when the user doesn't want to write to the file.
6900         (auth-source-netrc-search): Expect a synthetic result and proceed
6901         accordingly.
6902         (auth-source-cache-expiry): New variable to override
6903         `password-cache-expiry'.
6904         (auth-source-remember): Use it.
6905
6906         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6907         parameter.  Create entry if necessary by using :create t.
6908         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6909
6910 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6911
6912         * auth-source.el (auth-source-debug): Enable by default and don't
6913         mention the obsolete `auth-source-hide-passwords'.
6914         (auth-source-do-warn): New function to debug unconditionally.
6915         (auth-source-do-debug): Use it.
6916         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6917         and for Secrets API entries when the secrets.el library is not
6918         available.
6919
6920 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6921
6922         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6923         (gnus-summary-exit): Kill the correct article buffer on exit from a
6924         `C-d' group.
6925
6926         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6927         gnus-propagate-marks.
6928
6929         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6930         before killing the buffers so that a non-full window conf gets handled
6931         correctly.
6932         (gnus-summary-exit): Ditto.
6933         (gnus-summary-read-group-1): Ditto.
6934
6935         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6936         async code again so that we can debug it properly.
6937
6938         * message.el (message-reply): Take an optional switch-buffer parameter
6939         so that Gnus window confs are respected better.
6940
6941 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6942
6943         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6944         `plist-get' to accept non-list parameters (XEmacs issue).
6945         Fix docstring.
6946         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6947         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6948         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6949         Login collection is "Login" and not "login".
6950
6951 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6952
6953         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6954         multiple headers.
6955
6956         * nnimap.el (nnimap-inhibit-logging): New variable.
6957         (nnimap-log-command): Don't log login commands.
6958
6959         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6960         to have more parameters.
6961
6962         * nnimap.el (nnimap-send-command): Mark the command time for each
6963         command, so that we don't get NOOPs stepping on our toes.
6964
6965         * gnus-art.el (article-date-ut): Get the date from the Date header on
6966         `t'.
6967
6968 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * auth-source.el (auth-source-search): Use copy-sequence instead of
6971         the cl.el copy-list.
6972
6973 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6974
6975         * imap.el: Bring it back (revert
6976         84d800cd31de3064f0ed39617d725709a2f8f42f).
6977
6978 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6979
6980         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6981         Improve prompt.
6982
6983 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6984
6985         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6986         washing status from the default format.  It isn't very informative.
6987
6988 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6989
6990         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6991         Fix Gcc processing on imap.
6992
6993 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6994
6995         * imap.el: Remove file.  All the functionality is in nnimap.el.
6996
6997 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6998
6999         * message.el (message-bury): Don't pop up a new window when selected
7000         window is dedicated.
7001
7002 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7003
7004         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7005
7006 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7007
7008         * sieve-manage.el: Autoload `auth-source-search'.
7009         (sieve-sasl-auth): Use it.
7010
7011 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7012
7013         * nnimap.el: Autoload `auth-source-forget+'.
7014         (nnimap-open-connection-1): Use it if the connection fails.
7015
7016         * auth-source.el: Require `password-cache'.
7017         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7018         obsolete.
7019         (auth-source-magic): Marker for `password-cache' keys.
7020         (auth-source-do-cache): Update docstring.
7021         (auth-source-search): Use and check cache.
7022         (auth-source-forget-all-cached, auth-source-remember)
7023         (auth-source-recall, auth-source-forget, auth-source-forget+)
7024         (auth-source-specmatchp): Caching support functions.
7025         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7026         Remove and obsolete.
7027         (auth-source-user-or-password): Remove caching to further discourage
7028         using it.  Always hide passwords.
7029
7030         * password-cache.el (password-cache-remove): Accept secrets that are
7031         not strings.
7032
7033 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7034
7035         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7036         code for now, since it doesn't work for all users.
7037
7038 2011-02-09  Julien Danjou  <julien@danjou.info>
7039
7040         * message.el (message-options): Make message-options really buffer
7041         local.
7042
7043 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7044
7045         * mail-source.el: Autoload `auth-source-search'.
7046         (mail-source-keyword-map): Note order matters.
7047         (mail-source-set-1): Get all the mail-source source values and
7048         defaults and search auth-source on those if needed.  This can all
7049         probably be simplified.
7050
7051         * nnimap.el: Autoload `auth-source-search'.
7052         (nnimap-credentials): Use it.
7053         (nnimap-open-connection-1): Ask for the virtual server and physical
7054         address in one shot.
7055
7056         * nntp.el: Autoload `auth-source-search'.
7057         (nntp-send-authinfo): Use it.  Note TODO.
7058
7059 2011-02-08  Julien Danjou  <julien@danjou.info>
7060
7061         * shr.el (shr-tag-body): Add support for text attribute in body
7062         markups.
7063
7064         * message.el (message-options): Make message-options a local variable.
7065
7066 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7067
7068         * auth-source.el (auth-source-secrets-search)
7069         (auth-source-user-or-password): Use `append' instead of `nconc'.
7070         (auth-source-user-or-password): Build return list better and protect
7071         against nil :secret.
7072
7073 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7074
7075         * nnimap.el (nnimap-update-info): Refactor slightly.
7076         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7077         (nnimap-update-info): Clean up slightly.
7078         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7079         characters.
7080         (nnimap-process-quirk): Rename function to avoid collision.
7081         (nnimap-update-info): Fix macrology bug-out.
7082         (nnimap-update-info): Simplify split history test.
7083
7084 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7085
7086         * auth-source.el (top): Require 'eieio unconditionally.
7087         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7088         (auth-source-secrets-search): Limit search when `max' is greater than
7089         number of results.
7090
7091 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7092
7093         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7094         part not returning any data.
7095
7096         * proto-stream.el (open-protocol-stream): Document the return value.
7097
7098 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7099
7100         * auth-source.el (auth-source-secrets-search): Add examples.
7101
7102 2011-02-06  Julien Danjou  <julien@danjou.info>
7103
7104         * message.el (message-setup-1): Handle message-generate-headers-first
7105         set to t.
7106
7107 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7108
7109         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7110         API with a string "secrets:collection-name" and with 'default.
7111         (auth-source-backend-parse): Parse "secrets:collection-name" and
7112         'default.  Recurse on parses instead of repeating code.  Use the
7113         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7114         message when ignoring a source.
7115         (auth-source-search): List ignored search keys at the top level.
7116         (auth-source-netrc-create): Use `case' instead of `cond'.
7117         (auth-source-secrets-search): Created with TODOs.
7118         (auth-source-secrets-create): Created with TODOs.
7119         (auth-source-retrieve, auth-source-create, auth-source-delete)
7120         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7121         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7122         (auth-source-user-or-password-sftp)
7123         (auth-source-user-or-password-smtp): Remove.
7124         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7125         around `auth-source-search'.  Not tested thoroughly.
7126
7127 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7128
7129         * auth-source.el: Bring in assoc and eioeio libraries.
7130         (secrets-enabled): New variable to track the status of the Secrets API.
7131         (auth-source-backend): New EIOEIO class to represent a backend.
7132         (auth-source-creation-defaults): New variable to set prompt defaults
7133         during token creation (see the `auth-source-search' docstring for
7134         details).
7135         (auth-sources): Simplify to allow a simple string as a netrc backend
7136         spec.
7137         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7138         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7139         (auth-source-search): Main auth-source API entry point.
7140         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7141         (auth-source-search-collection): Helper function for searching.
7142         (auth-source-netrc-parse, auth-source-netrc-normalize)
7143         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7144         Supports search, create, and delete.
7145         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7146         backend stubs.
7147         (auth-source-user-or-password): Call `auth-source-search' but it's not
7148         ready yet.
7149
7150 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7151
7152         * message.el (message-setup-1): Remove the read-only stuff, since it
7153         doesn't work under XEmacs, for some reason.
7154
7155         * gnus-sum.el (gnus-user-date): Rename back from
7156         gnus-summary-user-date since user code refers to it.
7157
7158         * shr.el (shr-render-td): Store the actual background color used.
7159
7160         * message.el (message-setup-1): Don't bind the constant
7161         -forbidden-properties.
7162         (message-setup-1): Revert previous change, since it needs to bind the
7163         props to insert them.
7164         (message-resend): Allow removing the read-only separator line.
7165
7166 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7167
7168         * nnimap.el (nnimap-request-accept-article): Give an error message if
7169         the APPEND wasn't successful.
7170
7171 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7172
7173         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7174         that have no groups.
7175
7176 2011-02-03  Julien Danjou  <julien@danjou.info>
7177
7178         * gnus-draft.el: Remove progn around gnus-draft-setup.
7179
7180 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7181
7182         * gnus-start.el (gnus-read-active-for-groups): This function is never
7183         called with a nil `infos', so clean that up.
7184         (gnus-get-unread-articles): Request active files from primary/secondary
7185         methods that have no groups (yet).
7186
7187 2011-02-03  Julien Danjou  <julien@danjou.info>
7188
7189         * message.el (message-setup-1): Always generate References first.
7190         (message-mail): Return the return value of message-setup, not always t.
7191         (message-setup-1): Insert mail-header-separator with read-only and
7192         intangible properties set.
7193
7194         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7195         user-date in docstring.
7196
7197         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7198
7199         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7200         docstring.
7201
7202         * gnus.el (gnus-user-date-format-alist): Change default value.
7203         Use defcustom, with type and group.  Move from gnus-util.el.
7204         Rename to gnus-summary-user-date-format-alist.
7205
7206 2011-02-03  Glenn Morris  <rgm@gnu.org>
7207
7208         * nnimap.el (gnus-fetch-headers): Declare.
7209
7210         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7211
7212 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7213
7214         * message.el (message-forward-make-body-digest-plain)
7215         (message-followup, message-reply): Clean up things noted by Stefan.
7216
7217         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7218         gnus-article-update-date-headers is nil.
7219         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7220         it didn't really work with defcustom.
7221         (article-update-date-lapsed): Make sure the window start doesn't move,
7222         either.
7223
7224 2011-02-01  Julien Danjou  <julien@danjou.info>
7225
7226         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7227         format.
7228
7229         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7230         standard in Emacs nowadays.
7231
7232         * color.el (color-gradient): Add a color-gradient function.
7233
7234 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7235
7236         * message.el (message-expand-name): Don't trust the return value of
7237         bbdb-complete-name.
7238         (message-check-news-header-syntax): Remove unused var `start'.
7239         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7240         (message-inhibit-body-encoding): Move to before first use.
7241         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7242         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7243         (Organization, Message-ID, Date, mh-previous-window-config):
7244         Defvar the vars using dynamic scoping.
7245
7246 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7247
7248         * shr.el (shr-render-td): Only do colors at the final rendering.
7249         Should be slightly faster.
7250         (shr-insert-table): Fix up TD background colors when doing the
7251         vertical padding.
7252
7253         * gnus-art.el (article-date-ut): Protect against articles with no Date
7254         header.
7255         (article-update-date-lapsed): Don't use current-column to find the
7256         horizontal position.  It's fragile in the presence of \003 characters.
7257
7258         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7259
7260 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7261
7262         * gnus-art.el (article-transform-date): Rewrite to still work when
7263         there are several rfc2822 parts.
7264         (article-transform-date): Fix infinite recursion.
7265         (article-date-ut): Replace infinitely many Date headers with a single
7266         one when called interactively.
7267
7268         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7269         secure manner.
7270
7271         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7272         move around by not using save-window-excursion.  It seems to work...
7273
7274 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * gnus-art.el (article-make-date-line): Work for user-defined format.
7277
7278 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7279
7280         * nntp.el (nntp-retrieve-group-data-early)
7281         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7282         fetching functions.
7283
7284         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7285         thoroughly for all backends that have no known groups.  This should
7286         allow new nnml methods to retrieve mail.
7287
7288         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7289         that Gnus doesn't know exists again.
7290
7291         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7292         (gnus-treat-date-ut): Ditto.
7293         (gnus-article-update-date-header): Rename.
7294         (gnus-treat-date-local): Remove.
7295         (gnus-treat-date-english): Remove.
7296         (gnus-treat-date-lapsed): Remove.
7297         (gnus-treat-date-combined-lapsed): Remove.
7298         (gnus-treat-date-original): Remove.
7299         (gnus-treat-date-iso8601): Remove.
7300         (gnus-treat-date-user-defined): Remove.
7301         (gnus-article-date-headers): New variable to control all the date
7302         header options.
7303         (article-date-ut): Rewrite to allow using the new way to format date
7304         headers(s).
7305
7306 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7307
7308         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7309         method.
7310         (nnmail-article-group): A better test for fanciness.
7311
7312         * nnimap.el (nnimap-request-head): Protect against not finding the
7313         article by Message-ID.
7314
7315 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7316
7317         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7318         keep point at the "same place".
7319
7320 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7321
7322         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7323         data if the group is inactive.
7324
7325 2011-01-28  Julien Danjou  <julien@danjou.info>
7326
7327         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7328         (gnus-all-windows-visible-p): Remove old compatibility code.
7329         (gnus-window-top-edge): Add docstring.
7330
7331         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7332
7333 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7334
7335         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7336         older request-update-info.
7337
7338         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7339
7340 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7341
7342         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7343         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7344
7345 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7346
7347         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7348         groups.  This makes the nndraft:queue group pop up if it's not already
7349         there.
7350
7351         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7352         messages" logic, which was reversed.
7353
7354         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7355         the "same place" even if point is on the line being replaced.
7356         (article-update-date-lapsed): Allow updating both the combined lapsed
7357         and the lapsed headers.
7358         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7359         (article-make-date-line): Limit the number of segments dynamically to
7360         avoid too-long lines.
7361
7362 2011-01-27  Julien Danjou  <julien@danjou.info>
7363
7364         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7365         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7366
7367 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7368
7369         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7370         Use plist-get instead of the cl function getf.
7371
7372 2011-01-27  Glenn Morris  <rgm@gnu.org>
7373
7374         * gnus-util.el (float-time): Get rid of compiler warning, again.
7375
7376 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7377
7378         * shr.el (shr-put-color): Special-case background colors: Do put them
7379         at the blank parts at the front of the lines.
7380
7381         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7382         exit hook to nix out all data on readedness on group exit.
7383
7384         * gnus-util.el (float-time): If float-time is bound, always use it on
7385         all Emacsen.  It's unclear why the subrp check was there.
7386         (time-date): Require to make some autoload issues on XEmacs go away.
7387
7388         * shr.el (shr-put-color): Don't do the box padding in tables, since
7389         they're already padded.
7390
7391 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7392
7393         * gnus-art.el (gnus-article-next-page): When the last line of the
7394         article is displayed, scroll down once more instead of going to the
7395         next article at once.
7396         (article-lapsed-string): Refactor out and allow specifying how many
7397         segments you want.
7398         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7399         (gnus-article-update-lapsed-header): New variable.
7400
7401         * shr.el: Revert change that made headings use different-sized faces.
7402         The Emacs display engine isn't advanced enough that, for instance,
7403         tables can comfortably use differently-sized faces.
7404
7405 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7406
7407         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7408         used.
7409         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7410         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7411         we're using an encrypted connection.
7412
7413         * proto-stream.el: Alter the interface functions to also return the
7414         actual stream type used: network or tls.
7415
7416 2011-01-25  Julien Danjou  <julien@danjou.info>
7417
7418         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7419         (mm-display-javascript-inline): New function.
7420
7421         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7422         viewing function.
7423
7424 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * shr.el (shr-expand-newlines): Fix variable name.
7427
7428 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7429
7430         * shr.el (shr-expand-newlines): Make nested boxes work.
7431
7432 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7433
7434         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7435         backgrounds.
7436         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7437         in a more sensible manner.
7438
7439 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7440
7441         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7442         if EPG is loaded.
7443
7444 2011-01-24  Julien Danjou  <julien@danjou.info>
7445
7446         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7447         tags.
7448
7449 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7450
7451         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7452         commands.
7453
7454         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7455         in the article buffer.
7456         (gnus-gravatar-insert): Use blank space from the current buffer to
7457         avoid breaking text properties.  This makes X-Sent updating work again.
7458
7459         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7460
7461 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7462
7463         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7464         fix the bug in url-http.el instead.
7465
7466         * shr.el (shr-image-fetched): Ditto.
7467
7468         * shr.el (shr-image-fetched): Avoid having point move in the article
7469         buffer.
7470
7471         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7472         buffer after being called.  It's apparently being killed by url.el, and
7473         killing it made point move to end-of-buffer in a random buffer.
7474
7475         * shr.el (shr-image-fetched): Ditto.
7476
7477 2011-01-23  Julien Danjou  <julien@danjou.info>
7478
7479         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7480
7481         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7482         text/x-org.
7483
7484 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7485
7486         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7487         (i.e., nnimap) returning nil as the article number.
7488
7489 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7490
7491         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7492         "DelSp" parameter in RFC3676.
7493
7494 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7495
7496         * message.el (message-check-recipients): Display the encoded version of
7497         the bogus address if they differ.
7498
7499         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7500         after sending.
7501
7502         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7503
7504         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7505
7506         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7507         group buffer after sending the queue.
7508
7509         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7510
7511 2011-01-22  Julien Danjou  <julien@danjou.info>
7512
7513         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7514
7515 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7516
7517         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7518         nested related parts.
7519
7520         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7521         unexpired articles.  This fixes the regression that led expiry marks to
7522         disappear from nnfolder groups.
7523
7524 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7525
7526         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7527         Don't confuse the "ret" of "retrograde" with RET.
7528
7529 2011-01-21  Julien Danjou  <julien@danjou.info>
7530
7531         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7532         than mm-insert-inline.
7533
7534 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7535
7536         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7537         Widen article buffer.
7538
7539 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7540
7541         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7542         the temp buffer.
7543         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7544
7545 2011-01-20  Julien Danjou  <julien@danjou.info>
7546
7547         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7548
7549         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7550         than mm-insert-inline to insert inline part: this respect
7551         mm-inline-media-tests displayers.
7552
7553         * mm-view.el (mm-display-shell-script-inline): New function.
7554
7555         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7556
7557         * mm-uu.el (mm-uu-type-alist): Add org block.
7558         (mm-uu-org-src-code-block-extract): New function.
7559
7560         * mm-view.el (mm-display-org-inline): New function.
7561
7562         * mm-decode.el (mm-automatic-display): Add text/org.
7563
7564         * mailcap.el (mailcap-mime-extensions): Add .org.
7565
7566 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7569         gnus-article-add-buttons.
7570
7571 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7572
7573         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7574         From header with a date and "nobody" as the sender.
7575
7576 2011-01-19  Julien Danjou  <julien@danjou.info>
7577
7578         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7579         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7580         if you have the same regexp several times.
7581         (gnus-button-push): Fix matching when regexp is symbol.
7582
7583 2011-01-15  Glenn Morris  <rgm@gnu.org>
7584
7585         * message.el (message-mail): A compose-mail function should
7586         accept headers as strings.
7587
7588 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7589
7590         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7591         Add :vert-only tags.
7592         (message-mail): New arg RETURN-ACTION.
7593         (message-return-action): New var.
7594         (message-bury): Use it.
7595         (message-mode): Make it buffer-local.
7596         (message-send-and-exit): Always call message-bury.
7597
7598         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7599         message-mail.
7600
7601 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7602
7603         * nnimap.el (nnimap-convert-partial-article): Protect against
7604         zero-length body parts.
7605
7606         * mm-decode.el (mm-preferred-alternative-precedence):
7607         Discourage showing empty parts.
7608
7609         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7610         and stuff if the backend didn't return the article number.  This fixes
7611         an Exchange-related nnimap bug.
7612
7613         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7614         group window, because it does the wrong thing when a separate frame
7615         displays the group buffer.
7616
7617         * proto-stream.el (open-protocol-stream): Protect against the low-level
7618         transport functions returning nil.
7619
7620 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7621
7622         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7623         (mml2015-epg-find-usable-secret-key): New function.
7624         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7625         mml2015-epg-find-usable-key (Bug#7797).
7626         (mml2015-epg-encrypt): Ditto.
7627
7628 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * dgnushack.el (rot13-string): Fix the way to get the argument.
7631
7632 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7633
7634         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7635
7636 2011-01-03  Glenn Morris  <rgm@gnu.org>
7637
7638         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7639
7640         * sieve.el (sieve-open-server): Give a more explicit error if
7641         sieve-manage-open returns nil.  (Bug#7720)
7642
7643 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7644
7645         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7646
7647 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7648
7649         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7650         This avoids sending passwords in plain text over non-encrypted
7651         channels.
7652
7653         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7654
7655         * nnimap.el (nnimap-login): Refactored out into own function, and
7656         implement CRAM-MD5.
7657         (nnimap-wait-for-line): Refactored out.
7658
7659         * mm-view.el (mml-smime): Require.
7660
7661 2010-12-20  David Engster  <deng@eml.cc>
7662
7663         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7664         use EPG to decrypt S/MIME messages instead of openssl.
7665
7666 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7667
7668         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7669
7670         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7671         status is the group clearly is unreachable.
7672
7673         * auth-source.el (auth-source-create): Add the optional second
7674         parameter to `local-variable-p' to be compatible with XEmacs.
7675
7676 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7677
7678         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7679         work when using a compressed nnml folder.
7680
7681 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7682
7683         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7684         backends after sanitising on entry, because this never makes sense:
7685         If the articles have gone missing, then the data no longer exists on
7686         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7687         overwrite anything anyway.
7688
7689         * shr.el (shr-insert-document): Bind shr-width dynamically to
7690         window-width if it's nil.
7691
7692 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7693
7694         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7695         with the meaning of using the full emacs window width for rendering.
7696
7697 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7698
7699         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7700         case when sender is not given.
7701
7702 2010-12-23  Julien Danjou  <julien@danjou.info>
7703
7704         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7705         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7706         the addresses, otherwise we might misplaced the gravatar.
7707
7708 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7709
7710         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7711         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7712         obsolete in Emacs.
7713
7714 2010-12-20  Julien Danjou  <julien@danjou.info>
7715
7716         * gnus-util.el (gnus-rescale-image): Revert last change.
7717
7718 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7719
7720         * binhex.el: Improve commentary (Bug#7482).
7721
7722 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7723
7724         * gnus-group.el (gnus-group-delete-articles): New command.
7725
7726 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7727
7728         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7729
7730 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7731
7732         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7733         here, since it's up to the backends to do CRLF removal if their
7734         protocol has it.
7735
7736         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7737
7738 2010-12-17  Julien Danjou  <julien@danjou.info>
7739
7740         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7741         they are from file.  Can also scale up.
7742
7743 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7744
7745         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7746         Restore gnus-use-agent.
7747         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7748
7749         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7750
7751 2010-12-17  Julien Danjou  <julien@danjou.info>
7752
7753         * gravatar.el (gravatar-retrieve-synchronously): New function.
7754         (gravatar-get-data): Make more robust.
7755
7756 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7757
7758         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7759
7760 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7761
7762         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7763         to really consider the last line.
7764
7765 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7766
7767         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7768         list of recipient keys, or use symmetric encryption if not a list.
7769         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7770         EPA override, replacing the call to `netrc-store-data'.
7771
7772 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7773
7774         * gnus-srvr.el: Avoid passing nil regexp argument to
7775         delete-matching-lines.
7776
7777 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7778
7779         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7780         fetching stops when Gnus exits.
7781
7782         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7783         function.
7784         (nnfolder-request-expire-articles): Save all the buffers after doing
7785         expiry.
7786
7787         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7788         the last article", since that led to serious performance regressions
7789         when expiring nnml groups.
7790
7791 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7792
7793         * nnir.el: Improve customizations.
7794
7795 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7796
7797         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7798
7799         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7800         group has been killed.
7801         (gnus-group-yank-group): Ditto.
7802
7803         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7804
7805         * nnimap.el (nnimap-request-update-group-status): New function.
7806
7807         * gnus-int.el (gnus-request-update-group-status): New interface
7808         function.
7809
7810         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7811         copying read-ness to the backends.
7812
7813         * nnimap.el (nnimap-quirk): New function.
7814         (nnimap-retrieve-group-data-early): Use it.
7815         (nnimap-quirks): New alist.
7816
7817 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7820         don't delete it within indentation.
7821
7822 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7823
7824         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7825         previous line.
7826
7827 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7828
7829         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7830         QRESYNC command by deleting a superfluous space which broke Cyrus
7831         servers.  This change will break other servers that are buggy the other
7832         way around.
7833
7834 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7835
7836         * spam.el: Reindent and fix long lines.
7837         (spam-copy-or-move-routine): Exclude invalid move destinations.
7838
7839 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7840
7841         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7842         installed the registry.
7843
7844 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7847
7848 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7849
7850         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7851         groupname doesn't contain "gmane".
7852
7853 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7854
7855         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7856         and netrc-bound-and-true-p bindings.
7857         (netrc-parse): Cache the netrc contents.
7858
7859         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7860         (gnus-1): Don't create the nndrafts group twice.
7861         (gnus-setup-news): There's no need to read the active file here, since
7862         that's done again later on a per-backend basis.
7863         (gnus-start-draft-setup): Make sure that the new group is started out
7864         empty.
7865
7866         * gnus-agent.el (gnus-agentize): Don't create the queue group
7867         automatically on startup.  It'll be created later, if needed.
7868
7869         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7870         of automatically subscribed groups.
7871         (gnus-auto-subscribed-categories): New variable.
7872         (gnus-matches-options-n): Use it.
7873         (gnus-default-subscribed-newsgroups): Remove unused variable.
7874         (gnus-start-draft-setup): Message a bit less.
7875
7876 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7877
7878         * nnir.el (nnir-run-imap): Return article list in order of increasing
7879         UID.
7880
7881 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7882
7883         * gnus-sum.el (gnus-summary-enter-digest-group):
7884         Mention gnus-auto-select-on-ephemeral-exit.
7885
7886         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7887         convention of the network-only option.
7888
7889 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7890
7891         * proto-stream.el (proto-stream-open-network-only): New function to
7892         have a way to specify non-STARTTLS upgrade connections.
7893
7894 2010-12-10  Julien Danjou  <julien@danjou.info>
7895
7896         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7897         email address is nil.
7898
7899         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7900
7901 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7902
7903         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7904         deletion.
7905         (nnir-run-imap): Only need to parse list once.
7906
7907 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7908
7909         * shr.el (shr-tag-script): Ignore <script>.
7910         (shr-tag-label): Add <label> support.
7911
7912 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7915
7916         * shr.el (shr-image-displayer): Work for images lined side by side.
7917
7918 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7919
7920         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7921         parameter, since XEmacs doesn't accept t as a parameter.
7922
7923 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7924
7925         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7926         ids.
7927         (nnir-run-gmane): Simplify groupspec formatting.
7928         (nnir-request-expire-articles): New function.
7929
7930 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7931
7932         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7933         overflow, possibly.
7934
7935         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7936         (shr-render-td): Handle td style="" better.
7937         (shr-tag-table): Use the color from the style sheet.
7938         (shr-render-td): Make sure we copy over all the overlays, too.
7939
7940 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7941
7942         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7943         (nnir-request-article): Improve article retrieval.
7944
7945 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * mm-util.el (mm-extra-numeric-entities): New variable.
7948
7949         * mm-url.el (mm-url-decode-entities):
7950         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7951
7952         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7953
7954 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7955
7956         * message.el: Use completion-at-point.
7957         (message-completion-function): New fun, extracted from message-tab.
7958         (message-mode): Use it for completion-at-point-functions.
7959         (message-tab): Use it and completion-at-point.
7960
7961 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7964         character if a non-breakable character follows.
7965
7966 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7967
7968         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7969         any stream.
7970
7971         * shr.el (shr-tag-font): Colorize the region.
7972         (shr-tag-body): Ditto.
7973         (shr-tag-font): Actually let the styles be inherited instead of
7974         overwriting them.
7975         (shr-tag-font): Get the background color right.
7976         (shr-tag-style): Ignore all <style> tags for the moment.
7977
7978         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7979         a Message-ID to avoid having nnimap depend on gnus-sum.
7980
7981         * shr.el (shr-descend): Only colorize something if we have a node that
7982         sets colors.
7983
7984 2010-12-06  Julien Danjou  <julien@danjou.info>
7985
7986         * shr.el (shr-render-td): Render td content with shr-descend, so style
7987         will be applied to <td> too.
7988         (shr-colorize-region): Colorize region even if we only have a background.
7989         (shr-tag-body): Fix color and background color inheritance.
7990         Do not recolorize after shr-generic.
7991         (shr-tag-font): Let shr-generic colorize via inheritance.
7992
7993 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7996
7997 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7998
7999         * nnir.el (nnir-request-move-article): Remove obsolete code.
8000
8001 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8004
8005 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8006
8007         * gnus-sum.el (gnus-summary-respool-article): The completion function
8008         expects a list instead of an alist.
8009
8010         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8011         string as the parameter.
8012
8013         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8014
8015         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8016         styles.
8017         (shr-colorize-region): New function.
8018         (shr-insert-background-overlay): Remove.
8019         (shr-render-td): Background setting should be taken care of on a higher
8020         level.
8021         (shr-tag-body): Use post-hoc colorizations.
8022         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8023         (shr-put-color-1): Don't overwrite old colors.
8024         (shr-colorize-region): When the background color isn't explicit, use
8025         a fixed background.
8026
8027         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8028         nnmail variables.
8029
8030 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8031
8032         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8033         unless necessary.
8034
8035 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8036
8037         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8038         server.
8039
8040 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8041
8042         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8043         so that TAB works.
8044
8045         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8046         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8047
8048         * shr.el (shr-urlify): Show the URL before the title to avoid
8049         misleading URLs.
8050
8051 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8052
8053         * shr.el (shr-urlify): Display the title in <a> tags.
8054
8055 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8056
8057         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8058
8059 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8060
8061         * nnir.el: Rearrange code to allow macros to be autoloaded by
8062         gnus-sum.el.
8063         (nnir-retrieve-headers-override-function): Make this variable
8064         customizable.
8065         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8066
8067         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8068         from nnir.el.
8069
8070 2010-12-03  Julien Danjou  <julien@danjou.info>
8071
8072         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8073
8074 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8077         allow optional argument `environment'.
8078
8079 2010-12-03  Glenn Morris  <rgm@gnu.org>
8080
8081         * mm-extern.el (message-goto-body): Update declaration.
8082
8083 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8084
8085         * gnus-util.el (gnus-macroexpand-all): New function.
8086
8087         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8088         instead of macroexpand-all that is unavailable in XEmacs.
8089
8090 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8091
8092         * nnir.el (nnir-summary-line-format): New variable.
8093         (nnir-mode): Use it.
8094         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8095         (nnir-article-ids): Reimplement as defsubst.
8096         (nnir-retrieve-headers): Don't mangle the subject header.
8097         (nnir-run-imap): Use 100 as RSV score.
8098         (nnir-run-find-grep): Fix for full server searching.
8099         (nnir-run-gmane): Better restriction to gmane groups.
8100
8101         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8102         summary buffers.
8103
8104 2010-12-02  Julien Danjou  <julien@danjou.info>
8105
8106         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8107
8108         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8109
8110         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8111         support.
8112
8113 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8114
8115         * nnir.el: Update to handle the registry better.
8116         (autoload): Silence byte-compiler.
8117         (nnir-open-server): Add a hook for nnir groups.
8118         (nnir-request-move-article): Don't mangle the header.  Better to use
8119         formatting variables (which will be added in the future).
8120         (nnir-registry-action): Update the registry using the original article
8121         group name.
8122         (nnir-mode): Install nnir-specific hooks for updating the registry.
8123
8124         * gnus-sum.el
8125         (gnus-article-original-subject, gnus-newsgroup-original-name):
8126         Remove obsolete variables.
8127         (gnus-summary-move-article): Remove use of obsolete variables.
8128         (gnus-summary-local-variables): Make move and delete hooks local to
8129         summary buffers.
8130
8131 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8132
8133         * rtree.el: New file.
8134
8135 2010-12-01  Julien Danjou  <julien@danjou.info>
8136
8137         * message.el (message-user-organization): Do not use
8138         gnus-local-organization.
8139
8140         * gnus.el: Remove gnus-local-organization.
8141
8142         * gnus-msg.el: Remove nastygram thing.
8143
8144 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8145
8146         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8147         funcall.
8148
8149 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8152         names.
8153
8154         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8155         characters.
8156
8157         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8158         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8159         Suggested by Štěpán Němec <stepnem@gmail.com>.
8160         (gnus-gravatar-transform-address): Use mail-extract-address-components
8161         that supports non-ASCII names rather than mail-header-parse-addresses.
8162
8163 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8164
8165         * proto-stream.el (open-protocol-stream): All starttls connections are
8166         handled by the network handler.
8167
8168 2010-11-30  Julien Danjou  <julien@danjou.info>
8169
8170         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8171         (nnimap-open-connection-1): Fix PREAUTH.
8172
8173         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8174
8175 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8178         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8179         (shr-insert): Use them.
8180         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8181
8182 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8183
8184         * nnir.el (nnir-request-move-article): Bail out if original group
8185         doesn't support article moves.
8186         (nnir-get-active): Improve active list retrieval.
8187
8188 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8189
8190         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8191
8192 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8193
8194         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8195         seem to accept strings-with-numbers as port numbers.
8196
8197 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8198
8199         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8200         change the registry.
8201
8202 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8203
8204         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8205         delete-dups that is not available in XEmacs 21.4.
8206
8207         * mm-util.el (mm-delete-duplicates): Add comment.
8208
8209 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8210
8211         * nnir.el (nnir-ignored-newsgroups): New variable.
8212         (nnir-get-active): Use it.
8213
8214 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8215
8216         * proto-stream.el (proto-stream-open-network): Add some comments.
8217
8218         * nntp.el (nntp-open-connection): Provide a :success condition.
8219
8220         * nnimap.el (nnimap-open-connection-1): Ditto.
8221
8222         * proto-stream.el (proto-stream-open-network): See what the response to
8223         the STARTTLS command is.
8224
8225         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8226         backwards compatibility).
8227         (nnimap-open-connection-1): Really respect nnimap-server-port.
8228
8229         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8230         TLS upgrades we don't really care about the identity of the peer.
8231         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8232         that what we've checked for.
8233         (proto-stream-always-use-starttls): Only default to t if
8234         open-gnutls-stream exists.
8235         (proto-stream-open-network): If STARTTLS failed, then just open a
8236         normal connection.
8237         (proto-stream-open-network): Wait until the greeting before doing
8238         STARTTLS.
8239
8240         * nntp.el (nntp-open-connection): Report what the connection error is.
8241
8242         * proto-stream.el (open-protocol-stream): Rename from
8243         open-proto-stream.
8244
8245 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8246
8247         * nnimap.el (nnimap-stream): Change default to `undecided'.
8248         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8249         first, and then network.
8250         (nnimap-open-connection-1): Respect nnimap-server-port.
8251         (nnimap-open-connection): Be more backwards-compatible.
8252
8253         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8254         (proto-stream-open-starttls): De-duplicate the starttls code.
8255         (proto-stream-open-starttls): Folded back into the main function.
8256         (proto-stream-open-network): Fix typo in the gnutls path.
8257         (proto-stream-command): Refactor out.
8258
8259         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8260
8261         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8262         starttls.el STARTTLS.
8263
8264         * color.el (color-lab->srgb): Fix function call name.
8265
8266         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8267         if we're using tls.el.
8268         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8269         built in, then don't try to establish a STARTTLS connection.
8270
8271         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8272         servers.
8273
8274         * proto-stream.el (open-proto-stream): Use network, not stream.
8275         (open-proto-stream): Add a way to specify what the end of a command is.
8276
8277         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8278         connections types.
8279         (nntp-open-network-stream): Remove.
8280         (nntp-open-ssl-stream): Remove.
8281         (nntp-open-tls-stream): Remove.
8282         (nntp-ssl-program): Remove.
8283
8284         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8285
8286 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8287
8288         * nnir.el: Fix typos.
8289         (nnir-retrieve-headers-override-function): Rename variable to reflect
8290         new semantics.
8291         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8292         macros.
8293         (nnir-request-article, nnir-request-move-article): Use them.
8294         (nnir-categorize): New function.
8295         (nnir-run-query): Use it.
8296         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8297         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8298         sorted.
8299         (nnir-group-full-name): Use gnus-group-full-name instead.
8300         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8301         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8302
8303 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8304
8305         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8306
8307         * proto-stream.el: New library to provide protocol-specific
8308         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8309         protocols.
8310         (open-proto-stream): Complete the documentation.
8311         (proto-stream-open-network): Fix some typos.
8312
8313         * nnimap.el (nnimap-open-connection): Use it.
8314
8315 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8316
8317         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8318         negotiation.
8319
8320 2010-11-26  Julien Danjou  <julien@danjou.info>
8321
8322         * color.el: Rename various rgb functions to srgb.
8323
8324 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8325
8326         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8327         names.
8328
8329 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8330
8331         * shr.el (shr-insert): Revert last change.
8332         (shr-find-fill-point): Never leave point being at bol;
8333         relax the kinsoku limitation when rendering tables.
8334
8335 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8336
8337         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8338         results from -accept-article.
8339
8340         * shr-color.el: Require cl when compiling.
8341
8342         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8343         checkin.
8344
8345         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8346
8347         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8348
8349         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8350         'add and 'delete to set backend marks.
8351
8352         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8353
8354         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8355
8356         * nntp.el (nntp-request-set-mark): Use it.
8357
8358         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8359
8360         * nnml.el (nnml-request-set-mark): Ditto.
8361
8362         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8363         introduces regressions in article selection.
8364         (nnimap-find-uid-response): New function.
8365         (nnimap-request-accept-article): Use the UID returned, if any.
8366         (nnimap-request-move-article): Use the UID returned, if any.
8367         (nnimap-get-groups): Reimplement to work with folded lines.
8368         (nnimap-find-uid-response): The UID is the last element in the list.
8369         (nnimap-request-set-mark): Extend syntax with 'set.
8370
8371         * nnml.el (nnml-request-set-mark): Ditto.
8372
8373         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8374
8375         * nntp.el (nntp-request-set-mark): Ditto.
8376
8377 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * message.el (message-called-interactively-p): A temporary macro.
8380         (message-goto-body): Use it temporarily.
8381
8382 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8383
8384         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8385         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8386         (nnimap-last-response-string): Fix last unfolding fix.
8387
8388 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * shr.el (shr-insert): Fix the way to fold lines.
8391
8392 2010-11-25  Julien Danjou  <julien@danjou.info>
8393
8394         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8395
8396         * color.el: Rename from color-lab.el
8397         (color-rgb->hex): Add.
8398         (color-complement): Add.
8399         (color-complement-hex): Add.
8400
8401         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8402
8403 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8404
8405         * shr-color.el (shr-color-visible): Don't bug out if the color names
8406         don't exist.
8407
8408 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8411         assuming that article displaying or another mml-preview may be
8412         interrupted for an error or for the like.
8413
8414         * shr.el (shr-get-background): Fix argument name.
8415
8416 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8417
8418         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8419
8420         * gnus-sum.el (gnus-summary-include-articles): New function.
8421
8422         * message.el (message-goto-body): called-interactively-p needs a
8423         parameter, so use `any'.
8424
8425         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8426         clear marks before moving, since they're synced from the Gnus side
8427         first.
8428
8429         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8430         (gnus-summary-move-article): Copy over all marks before moving, so that
8431         IMAP doesn't think a new article has arrived.
8432
8433 2010-11-24  Julien Danjou  <julien@danjou.info>
8434
8435         * shr.el (shr-insert-background-overlay): Fix typo.
8436         (shr-render-td): Copy the background before rendering.
8437
8438         * shr-color.el (shr-color-visible): Fix docstring.
8439
8440         * shr.el (shr-tag-table): Add bgcolor support.
8441         (shr-render-td): Add bgcolor support.
8442         (shr-get-background): Add.
8443         (shr-insert-foreground-overlay): Use shr-get-background.
8444
8445         * message.el (message-goto-body): Use called-interactively-p.
8446         (message-in-body-p): message-goto-body returns point.
8447
8448 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8449
8450         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8451         Fixes something or other in Emacs 23, and is backwards compatible.
8452
8453         * message.el (message-goto-body): Remove the <#secure special-casing,
8454         which is too special.
8455
8456         * shr.el (shr-parse-style): Drop !important from styles.
8457
8458 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8459
8460         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8461         this function to return incorrect results when calling it with an
8462         explicit article argument different from
8463         (gnus-summary-article-number).
8464
8465 2010-11-24  Julien Danjou  <julien@danjou.info>
8466
8467         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8468         (shr-tag-body): Add background support.
8469         (shr-descend): Add background support.
8470         (shr-tag-title): Add.
8471
8472         * shr-color.el (shr-color-visible): Really return original background
8473         if fixed.
8474
8475 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8476
8477         * shr.el (shr-color-check): Protect against non-existent color names.
8478
8479 2010-11-24  Julien Danjou  <julien@danjou.info>
8480
8481         * color-lab.el: Require 'cl when compiling.
8482
8483         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8484
8485         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8486         matched part.
8487
8488         * color-lab.el: Fix all expt calls to use float type.
8489
8490 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8493         expression to shr-color-check as is.
8494
8495         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8496
8497         * color-lab.el: Add coding cookie.
8498         (float-pi): Use eval-and-compile.
8499
8500         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8501         compiled for Emacsen having no `libxml-parse-html-region' support.
8502
8503 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8504
8505         * shr.el (shr-insert-color-overlay): Split stuff like
8506         "#444444 !important" to find the real color.
8507         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8508         parse <font color="red"> entries.
8509
8510 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8511
8512         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8513         point when parsing headers.
8514
8515         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8516         is positioned properly when parsing headers.
8517
8518 2010-11-23  Julien Danjou  <julien@danjou.info>
8519
8520         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8521
8522         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8523
8524         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8525
8526         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8527         Use shr-color-hue-to-rgb.
8528         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8529
8530 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8531
8532         * shr.el (shr-color->hexadecimal): Autoload.
8533         (shr-descend): Add color to all tags.
8534
8535 2010-11-22  Julien Danjou  <julien@danjou.info>
8536
8537         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8538         shr-color->hexadecimal.
8539
8540         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8541         RGB() or HSL() color representation.
8542
8543         * shr.el (shr-tag-font): Add.
8544         (shr-tag-color-check): New function to get better colors.
8545         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8546         tag-span.
8547
8548         * shr-color.el: New file.
8549
8550         * color-lab.el: New file.
8551
8552         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8553
8554 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8555
8556         * nnir.el: Fix typo in comments.
8557         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8558         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8559
8560 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561
8562         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8563
8564         * nnimap.el (nnimap-get-capabilities): Refactor out.
8565         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8566
8567 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8568
8569         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8570         appearing when `mm-uu-hide-markers' is nil.
8571
8572 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8573
8574         * nnimap.el (nnimap-unselect-group): Make into its own function.
8575         (nnimap-request-rename-group): Unselect group before renaming.
8576         This had gotten lost somewhere.
8577         (nnimap-request-accept-article): Keep track of examined groups, and
8578         unselect the group before APPENDing to read-only groups.
8579         (nnimap-request-move-article): Clear flags before moving so that they
8580         can be re-set later.
8581
8582 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8585         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8586
8587 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * gnus-art.el (gnus-mime-display-single):
8590         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8591         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8592         parameter.
8593
8594 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8595
8596         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8597         (shr-table-vertical-line): New variable.
8598         (shr-insert-table): Use it.
8599
8600 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * gnus-html.el (gnus-html-wash-images): Don't display images if
8603         gnus-inhibit-images is non-nil; register displayer for cid images.
8604         (gnus-html-display-image): Work for cid image.
8605         (gnus-html-insert-image): Allow arguments.
8606         (gnus-html-put-image): Inhibit read-only.
8607         (gnus-html-prefetch-images): Don't prefetch images if
8608         gnus-inhibit-images is non-nil.
8609
8610 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8611
8612         * shr.el (shr-put-image): Break lines when inserting big pictures.
8613
8614 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8615
8616         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8617         sender, thanks Katsumi Yamaoka.
8618
8619 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8620
8621         * nnir.el (nnir-run-imap): Reverse the article list for each group
8622         rather than the whole list.
8623
8624 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * shr.el (shr-image-displayer): Protect function against non-existent
8627         image source.
8628
8629         * gnus-art.el (gnus-inhibit-images): New user option.
8630         (gnus-mime-display-single): Don't display image if it is non-nil.
8631
8632         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8633         gnus-inhibit-images.
8634
8635         * shr.el (shr-image-displayer): New function.
8636         (shr-tag-img): Use it.
8637
8638 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8639
8640         * mml2015.el (mml2015-epg-sign): Use From header.
8641
8642 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8643
8644         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8645
8646         * gnus-util.el (gnus-find-text-property-region): Return markers.
8647
8648         * shr.el (shr-tag-img): Put a displayer in the text property.
8649
8650         * gnus-util.el (gnus-find-text-property-region): New utility function.
8651
8652         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8653         (gnus-html-show-images): Remove.
8654
8655         * gnus-art.el (gnus-article-show-images): New, more general function.
8656
8657         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8658         image url text properties.
8659
8660         * shr.el: Ditto.
8661
8662         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8663         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8664
8665 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8668         work for two or more articles.
8669
8670 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8673         divide an image that's in an html article to two or more when washing
8674         non-ASCII characters in alt text of it.
8675
8676 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8679         smime-decrypt-region using function argument.
8680         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8681
8682         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8683
8684         * smime.el (smime-decrypt-region): Catch it.
8685
8686 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8687
8688         * smime.el (smime-mode-map): Move initialization into declaration.
8689         (gnus-run-mode-hooks): Don't autoload.
8690         (smime-mode): Use define-derived-mode.
8691
8692 2010-11-11  Glenn Morris  <rgm@gnu.org>
8693
8694         * smime.el (from): Restrict declaration to XEmacs.
8695
8696         * nnir.el (gnus-group-topic-name): Autoload.
8697
8698 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * shr.el (shr-insert): Don't break long line if it is because of
8701         kinsoku-bol characters in the line end.
8702
8703 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8704
8705         * nnir.el (nnir-request-move-article): Fix to provide original group
8706         and subject.
8707         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8708         been retrieved.
8709
8710         * gnus-sum.el (gnus-summary-move-article): Use original group and
8711         subject for virtual articles such as those in an nnir summary buffer.
8712
8713 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8716         least 21.5).
8717
8718         * smime.el (from): Declare it again for XEmacs.
8719
8720 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8721
8722         * message.el (message-resend): Don't disable encoding unless it's
8723         already encoded.
8724
8725         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8726         low-numbered articles.
8727
8728 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * rfc2047.el (rfc2047-syntax-table): Simplify.
8731
8732         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8733
8734         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8735         set-char-table-range for XEmacs.
8736
8737 2010-11-10  Glenn Morris  <rgm@gnu.org>
8738
8739         * time-date.el (time-to-seconds): Always an alias on Emacs,
8740         never a real function.
8741         (with-no-warnings): Remove compat stub, now unused.
8742         (time-less-p): Doc fix.
8743         (time-to-number-of-days): Simplify.
8744
8745         * smime.el (from): Remove unused declaration.
8746
8747         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8748         (gnus-float-time): On Emacs, always an alias.
8749
8750         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8751         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8752
8753 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * dgnushack.el: Don't use ignore-errors in the top level form since it
8756         is unavailable in XEmacs even if cl is loaded.
8757
8758         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8759
8760 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8761
8762         * shr.el (browse-url-mailto): Autoload.
8763
8764         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8765
8766         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8767         regexp doesn't need quoting.
8768
8769 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8770
8771         * message.el (message-subject-trailing-was-ask-regexp)
8772         (message-subject-trailing-was-regexp): Match was: in addition to was.
8773
8774 2010-11-09  Glenn Morris  <rgm@gnu.org>
8775
8776         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8777         (nnbabyl-check-mbox): Use point-at-bol.
8778
8779 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8780
8781         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8782
8783         * message.el (message-mailto): New function.
8784         (message-mailto): Should accept other parameters.
8785         (message-mailto): Remove since it duplicates browse-url-mailto
8786         functionality.
8787
8788 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8789
8790         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8791         methods.
8792         (gnus-read-active-file): Ditto.
8793
8794         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8795         ": " from the prompt.
8796         (gnus-group-make-group): Ditto.
8797
8798 2010-11-07  Glenn Morris  <rgm@gnu.org>
8799
8800         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8801         (gnus-bookmark-kill-line): Use point-at-eol.
8802
8803 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8806         asterisks in From header.
8807
8808 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8809
8810         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8811         string to avoid making the From headers syntactically invalid.
8812
8813         * message.el (message-send-mail): Don't insert courtesy messages if the
8814         message already has List-Post and List-ID messages.
8815
8816 2010-11-06  Glenn Morris  <rgm@gnu.org>
8817
8818         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8819         `condition', `type', `length' a prefix.
8820         (gnus-treat-predicate): Update for above name changes.
8821
8822 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8823
8824         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8825         binding.  Handled by `gnus-summary-refer-thread' instead.
8826         (nnir-warp-to-article): New backend function.
8827
8828         * nnimap.el (nnimap-request-thread): Force dependency updating.
8829
8830         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8831         (gnus-summary-refer-thread): Rework to improve thread-referral.
8832
8833         * gnus-int.el (gnus-warp-to-article): New function.
8834
8835         * gnus-sum.el (gnus-summary-article-map): Bind it.
8836
8837 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8838
8839         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8840         gnus-summary-refer-thread.
8841
8842         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8843         headers.
8844         (gnus-summary-limit-include-thread): Prevent articles in thread from
8845         being cut in gnus-cut-threads.
8846         (gnus-summary-refer-thread): Limit retrieved headers to those in
8847         thread.
8848
8849 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8850
8851         * message.el (message-send-mail): Use the value of
8852         message-courtesy-message from the message buffer.
8853
8854         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8855
8856         * shr.el (shr-browse-url): Implement mailto: URLs.
8857
8858         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8859         "raw".
8860
8861         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8862         if it's already selected.
8863
8864         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8865
8866 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8867
8868         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8869         to measure the length and truncate alt text.
8870
8871 2010-11-03  Glenn Morris  <rgm@gnu.org>
8872
8873         * nndiary.el (nndiary-generate-nov-databases-1)
8874         (nndiary-generate-active-info): Rename dynamic variable `files' to
8875         something less generic.
8876
8877 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8878
8879         * nnir.el (nnir-request-move-article): Call the underlying backend to
8880         move articles from nnir.
8881
8882 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8883
8884         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8885
8886 2010-11-02  Julien Danjou  <julien@danjou.info>
8887
8888         * nnir.el: Remove wais support.
8889
8890 2010-11-02  Glenn Morris  <rgm@gnu.org>
8891
8892         * gnus-html.el: Reorder requirements to quieten compiler.
8893
8894 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8897         properly for XEmacs as well.
8898         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8899         (gnus-article-natural-long-line-p): Use window-width rather than
8900         frame-width.
8901
8902 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8903
8904         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8905         (nnir-read-parms): Don't modify query.
8906         (nnir-run-query): Add ability to search topic on current line.
8907         (nnir-get-active): Clean up.
8908
8909 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8910
8911         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8912         degenerate articles.
8913
8914         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8915         (gnus-print-buffer): Just print the buffer as is, without any copying
8916         to a buffer and then re-highlighting.
8917
8918         * nnimap.el (nnimap-request-group): Store the new updated info.
8919         (nnimap-request-group): Select the group when we don't know whether it
8920         exists or not.
8921
8922         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8923         groups.
8924
8925         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8926         groups.
8927
8928         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8929         groups.
8930
8931         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8932         long-lines case by only filling the long lines.
8933
8934         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8935         (bug#7311).
8936
8937 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * shr.el: No need to declare `declare-function' since shr.el is for
8940         only Emacsen that provide `libxml-parse-html-region'.
8941
8942         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8943         effective only in a file it is referred to.
8944
8945 2010-11-01  Glenn Morris  <rgm@gnu.org>
8946
8947         * mm-util.el (gnus-completing-read): Autoload.
8948         (mm-read-coding-system): Simplify Emacs definition.
8949
8950         * nnmail.el (gnus-activate-group):
8951         * nnimap.el (gnutls-negotiate):
8952         * nntp.el (netrc-parse): Fix declarations.
8953
8954 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8957         string-match-p in Emacs >=23.
8958
8959         * gnus-msg.el (gnus-configure-posting-styles):
8960         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8961
8962 2010-11-01  Glenn Morris  <rgm@gnu.org>
8963
8964         * nnir.el (declare-function): Add compat stub.
8965         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8966         (nnir-run-gmane): Require 'mm-url.
8967
8968         * mm-util.el (mm-string-to-multibyte): Simplify.
8969
8970         * shr.el (declare-function): Add compat stub.
8971         (url-cache-create-filename): Declare.
8972         (mm-disable-multibyte, widget-convert-button): Autoload.
8973
8974         * smime.el (ldap-search): Declare.
8975         (smime-cert-by-ldap-1): Require ldap on Emacs.
8976
8977         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8978         (nnimap-keepalive): Use gnus-float-time.
8979
8980         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8981         (mail-source-delete-crash-box): Use gnus-float-time.
8982
8983         * gnus-dired.el (gnus-completing-read): Autoload.
8984
8985         * mm-view.el (gnus-rescale-image): Autoload.
8986
8987         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8988
8989         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8990
8991         * sieve-manage.el: Require 'cl when compiling.
8992
8993         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8994         (gnus-iswitchb-completing-read): Require iswitchb.
8995         (gnus-select-frame-set-input-focus): Silence compiler.
8996
8997 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8998
8999         * message.el (message-subject-trailing-was-query): Change default to t,
9000         since I think that's what most people want.
9001
9002         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9003         appending for easier debugging.
9004         (nnimap-wait-for-connection): Take a regexp.
9005         (nnimap-request-accept-article): Wait for the continuation line before
9006         sending anything unless we're streaming.
9007
9008         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9009         leave the header washing to take place.
9010
9011 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9012
9013         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9014         regular expression match and replace in posting styles.
9015
9016 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9017
9018         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9019         an entire server.
9020         (nnir-get-active): New function.
9021         (nnir-run-imap): Use it.
9022         (nnir-run-gmane): Who knew, gmane search returns an article score!
9023
9024         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9025         server on the current line with nnir.
9026
9027 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9028
9029         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9030         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9031         left edge.
9032         (gnus-article-foldable-buffer): Skip past the prefix when determining
9033         raggedness.
9034
9035         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9036         the raw article, and change `C-u g' to show the article without doing
9037         treatments.
9038
9039         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9040         on to `gnus-treat-article'.
9041         (gnus-inhibit-article-treatments): New variable.
9042
9043         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9044
9045         * gnus-art.el (gnus-treatment-function-alist): Have
9046         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9047         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9048         sections.
9049
9050         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9051         parameter.
9052         (gnus-article-fill-cited-long-lines): New function.
9053         (gnus-article-fill-cited-article): Allow filling only long sections.
9054
9055         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9056         and non-punctuation (like after the apostrophe in "'We").
9057
9058         * gnus-sum.el (gnus-summary-select-article): Make sure
9059         gnus-original-article-buffer is alive.
9060
9061         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9062         reflect the order they're in in the digest.
9063
9064         * gnus.el (gnus-group-startup-message): Move point to the start of the
9065         buffer.
9066
9067         * nnimap.el (nnimap-capability): New function.
9068         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9069         is set.
9070
9071 2010-10-31  David Engster  <dengste@eml.cc>
9072
9073         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9074         conform with changes to gnus-completing-read.
9075
9076 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9077
9078         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9079
9080 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9081
9082         * nnir.el: Move defvar, defcustom around to keep file organized
9083         and keep byte-compiler quiet.
9084         (nnir-read-parms): Accept search-engine as arg.
9085         (nnir-run-query): Pass search-engine as arg.
9086         (nnir-search-engine): Remove.
9087
9088 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9089
9090         * shr.el (shr-generic): The text nodes should be text, not :text.
9091
9092         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9093         later in the file.
9094
9095 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9096
9097         * nnir.el: General clean up.  Allow searching with multiple engines.
9098         Allow separate extra-parameters for each engine.
9099         Batch queries when possible.
9100         (nnir-imap-default-search-key, nnir-method-default-engines):
9101         Add customize interface.
9102         (nnir-run-gmane): New engine.
9103         (nnir-engines): Use it.  Qualify all prompts with engine name.
9104         (nnir-search-engine): Remove global variable.
9105         (nnir-run-hyrex): Restore for now.
9106         (nnir-extra-parms, nnir-search-history): New variables.
9107         (gnus-group-make-nnir-group): Use them.
9108         (nnir-group-server): Remove in favor of gnus-group-server.
9109         (nnir-request-group): Avoid searching twice.
9110         (nnir-sort-groups-by-server): New function.
9111
9112 2010-10-30  Julien Danjou  <julien@danjou.info>
9113
9114         * gnus-group.el: Remove gnus-group-fetch-control.
9115
9116         * gnus-start.el (gnus-find-new-newsgroups):
9117         Remove gnus-check-first-time-used.
9118
9119         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9120
9121 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9122
9123         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9124         set on groups that don't have \* permanentflags.
9125
9126 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9127
9128         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9129         control the background color.
9130         (shr-tag-img): Ignore very small web bug type images.
9131         (shr-put-image): Add help-echo alt texts to the images.
9132         (shr-tag-video): Show the video poster image.
9133
9134 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9135
9136         * shr.el (shr-table-depth): New variable.
9137         (shr-tag-table-1): Only insert the images after the top-level table.
9138
9139         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9140
9141         * gnus-util.el (gnus-list-memq-of-list): New function.
9142
9143         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9144         selected.
9145         (nnimap-unsplittable-articles): New slot.
9146         (nnimap-new-articles): Use it.
9147
9148 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9149
9150         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9151         move to the previous line on `M-g'.
9152
9153 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9154
9155         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9156         *-request-group, which seems unnecessary.
9157
9158         * nnimap.el (nnimap-quote-specials): Function copied over from
9159         imap.el.
9160         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9161         they support that.  Suggested by Tom Regner.
9162
9163 2010-10-29  Julien Danjou  <julien@danjou.info>
9164
9165         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9166         defalias.
9167         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9168
9169         * gnus.el: Remove `gnus-nntp-service' variable.
9170         (gnus-secondary-servers): Make obsolete.
9171         (gnus-nntp-server): Make obsolete.
9172
9173         * gnus-start.el (gnus-1): Remove x-splash calls.
9174
9175         * gnus-ems.el (gnus-x-splash): Remove.
9176
9177         * gnus.el (gnus-group-startup-message): Simplify/update code.
9178
9179         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9180         definition.
9181
9182         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9183         capability before doing anything.
9184         (gnus-group-insert-group-line): Remove useless
9185         gnus-group-remove-excess-properties.
9186
9187 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9190
9191 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9192
9193         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9194         config after reselecting.
9195
9196 2010-10-28  Julien Danjou  <julien@danjou.info>
9197
9198         * shr.el (shr-put-image): Use point even if only inserting text.
9199         (shr-put-image): Save excursion when inserting alt text on non-graphic
9200         display, so the behavior is the same when we are on a graphic display.
9201
9202         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9203
9204 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9205
9206         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9207         (gnus-mime-copy-part): Check coding system, not charset.
9208         (gnus-mime-view-part-externally): Never remove part.
9209         (gnus-mime-view-part-internally): Don't remove part here.
9210         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9211         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9212         multipart/alternative.
9213
9214         * mm-decode.el (mm-display-part): Take optional arg `force'.
9215
9216 2010-10-26  Julien Danjou  <julien@danjou.info>
9217
9218         * gnus-group.el (gnus-group-default-list-level): Add this function to
9219         compute the default list level.
9220         (gnus-group-default-list-level): Add possibility to use a function.
9221
9222 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9225
9226         * gnus-group.el (gnus-group-completing-read)
9227         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9228         gnus-replace-in-string.
9229
9230 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * shr.el (shr-tag-div): Add.
9233
9234         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9235
9236 2010-10-25  Julien Danjou  <julien@danjou.info>
9237
9238         * gnus-util.el: Remove `gnus-with-local-quit'.
9239
9240         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9241
9242 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9243
9244         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9245         the original article buffer.
9246
9247 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9248
9249         * nnimap.el (nnimap-request-head): New function.
9250         (nnimap-request-move-article): Try to be slightly faster by not
9251         requesting the entire message when moving.
9252         (nnimap-transform-headers): Don't bug out on bodiless articles.
9253         (nnimap-send-command): Have no outstanding messages if the IMAP server
9254         doesn't support streaming.
9255         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9256
9257 2010-10-24  Julien Danjou  <julien@danjou.info>
9258
9259         * message.el (message-default-headers): Fix type.
9260
9261 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9262
9263         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9264         prefetching images.
9265
9266         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9267         backend for unknown groups.  This is mainly useful for nnimap groups.
9268
9269         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9270         group isn't covered by the agent.
9271
9272 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9273
9274         * nnir.el (nnir-method-default-engines): New variable.
9275         (nnir-run-query): Use it.
9276         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9277         (gnus-summary-nnir-goto-thread): Change group if needed.
9278
9279         * gnus-group.el (gnus-group-group-map): Add key binding for
9280         gnus-group-make-nnir-group.
9281
9282 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9283
9284         * shr.el (shr-tag-object): Add.
9285
9286         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9287         original article buffer live.
9288         (gnus-summary-select-article-buffer):
9289         Mention gnus-widen-article-buffer.
9290
9291 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9292
9293         * shr.el (shr-tag-strong): Add.
9294
9295 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9296
9297         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9298         group names.  They mess up the group buffer badly.
9299
9300         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9301
9302         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9303         instead of the summary one.
9304
9305 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9306
9307         * mml.el (mml-preview): Work properly when editing article.
9308
9309         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9310         gnus-have-read-active-file if it's already been in.
9311
9312 2010-10-22  Tom Tromey  <tromey@redhat.com>
9313
9314         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9315         gnus-group-completing-read.
9316
9317 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9318
9319         * message.el (message-mode-map): Don't bind M-; to comment region, to
9320         allow the global comment-dwim to work.
9321
9322 2010-10-21  Julien Danjou  <julien@danjou.info>
9323
9324         * message.el (message-setup-1): Allow message-default-headers to be a
9325         function.
9326
9327 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * shr.el (shr-tag-table): Simplify.
9330
9331 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9332
9333         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9334         to avoid trying to snarf invalid stuff.
9335
9336         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9337
9338         * gnus.el (gnus-message-archive-group): Quote value.
9339         (gnus-message-archive-group): Mark as changed.
9340
9341         * shr.el (shr-add-font): Don't put the font properties on the newline
9342         or the indentation.
9343
9344         * message.el (message-fix-before-sending): Change options when sending
9345         non-printable characters.
9346
9347         * gnus.el (gnus-message-archive-method): Change the default to
9348         monthly outgoing groups.
9349
9350         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9351         that have gotten new numbers.
9352
9353         * nnimap.el (nnimap-request-replace-article): New function.
9354
9355 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9358         (nnrss-request-article): Don't use special html washing code.
9359
9360 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9361
9362         * shr.el (shr-tag-table): Remove useless nconc.
9363
9364 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9365
9366         * gnus-art.el (article-wash-html): Simplify and remove the charset
9367         stuff.  Use the normal html rendering code instead of the special html
9368         washing code.
9369
9370         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9371         `gnus-w3m' symbols.
9372         (mm-text-html-washer-alist): Remove.
9373
9374         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9375         (mm-inline-media-tests): Remove use.
9376         (mm-text-html-renderer): Change default to the `shr' symbol.
9377
9378         * mm-view.el (mm-inline-text-html): Remove use.
9379
9380         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9381         `gnus-blocked-images' to be a function.
9382         (gnus-article-wash-function): Remove.
9383
9384 2010-10-20  Julien Danjou  <julien@danjou.info>
9385
9386         * spam.el (spam-list-of-processors): Mark as obsolete.
9387
9388         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9389         (nnimap-insert-partial-structure): Fix boundary detection.
9390
9391 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9392
9393         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9394         run file-truename on remote files.  This can be expensive and even
9395         prevent one from editing drafts if some unrelated buffer has a stale
9396         connection.
9397
9398 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9401         kinsoku-eol regardless of shr-kinsoku-shorten.
9402         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9403         (shr-tag-table): Support caption, thead, and tfoot.
9404
9405 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9406
9407         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9408         lines.
9409         (shr-save-contents): New command and keystroke.
9410
9411         * nndoc.el (nndoc-type-alist): Add git support.
9412         (nndoc-git-type-p): New function.
9413         (nndoc-transform-git-article): Ditto.
9414         (nndoc-transform-git-headers): Ditto.
9415         (nndoc-transform-git-headers): Generate Subject headers.
9416
9417         * shr.el (shr-parse-style): New function.
9418         (shr-tag-span): Ditto.
9419
9420         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9421         to `G G' to avoid collisions.
9422
9423 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * shr.el: Load kinsoku if necessary.
9426         (shr-kinsoku-shorten): New internal variable.
9427         (shr-find-fill-point): Make kinsoku shorten text line if
9428         shr-kinsoku-shorten is bound to non-nil.
9429         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9430         shr-indentation too when testing if table is wider than frame width.
9431         (shr-insert-table): Use `string-width' instead of `length' to measure
9432         text width.
9433         (shr-insert-table-ruler): Make sure indentation is done at bol.
9434
9435 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9436
9437         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9438         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9439         undecoded network data.
9440
9441 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9442
9443         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9444         name in the mode line spec so that the mode line menu works
9445         (bug#2431).
9446
9447         * message.el (message-get-reply-headers): If we're fed `to-address',
9448         then always use that.
9449
9450         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9451         aren't so wide as to need to switch off the edit menu.
9452
9453         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9454         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9455
9456         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9457         `M-g'.
9458         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9459         the permanent marks.
9460
9461 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9462
9463         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9464         Splitting according to references/in-reply-to obeys the ignore-groups
9465         variable, while splitting by sender and subject do not.
9466
9467 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9468
9469         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9470         alist, so that we can look for non-Unicode chars.
9471         (article-translate-strings): Allow both character and string maps.
9472
9473 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * shr.el (shr-insert): Don't insert space behind a wide character
9476         categorized as kinsoku-bol, or between characters both categorized as
9477         nospace.
9478
9479 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9480
9481         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9482         headers to gnus-newsgroup-headers.
9483
9484 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9485
9486         * shr.el (shr-tag-img): Don't align images -- since we're not
9487         rescaling, this often leads to ugly displays.
9488
9489 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9490
9491         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9492         duplicates.
9493
9494 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9495
9496         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9497         call.
9498
9499 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9500
9501         * gnus.el: Autoload gnus-html-show-images.
9502
9503         * nnimap.el: Use nnheader-message throughout.
9504
9505         * shr.el (shr-tag-img): Ignore images with no data.
9506
9507 2010-10-15  Julien Danjou  <julien@danjou.info>
9508
9509         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9510         a possibility to disable format=flow encoding when using hard newlines.
9511
9512 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9513
9514         * shr.el (shr-insert): Remove space inserted before or after a
9515         breakable character or at the beginning or the end of a line.
9516         (shr-find-fill-point): Do kinsoku; find the second best point or give
9517         it up if there's no breakable point.
9518
9519 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9520
9521         * nnimap.el (nnimap-open-connection): Message when opening connection
9522         for debugging purposes.
9523
9524         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9525         on every setup buffer call to allow this to change from article to
9526         article.
9527
9528         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9529         buffers where we have a wide table.
9530
9531 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9532
9533         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9534         uses *-request-thread.
9535
9536 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9537
9538         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9539         incantation, which is no longer valid.
9540
9541 2010-10-14  Julien Danjou  <julien@danjou.info>
9542
9543         * shr.el: Fix defcustom type (char -> character).
9544
9545 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9546
9547         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9548         programs.
9549
9550 2010-10-14  Julien Danjou  <julien@danjou.info>
9551
9552         * shr.el (shr-tag-a): Use url-link as widget type.
9553
9554         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9555         `gnus-group-get-icon'.
9556
9557 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9558
9559         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9560         This should make server editing work better.
9561
9562         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9563
9564         * tls.el (tls-program): Remove spurious %s from openssl.
9565
9566         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9567         (nnimap-parse-flags): Fix regexp.
9568
9569         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9570         probably work for CJVK text, too.
9571
9572         * nnimap.el (nnimap-extend-tls-programs): Remove.
9573         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9574
9575         * tls.el (tls-starttls-switches): Remove starttls hack.
9576         (open-tls-stream): Ditto.
9577         (tls-find-starttls-argument): Ditto.
9578
9579 2010-10-13  Julien Danjou  <julien@danjou.info>
9580
9581         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9582         responses.
9583
9584 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9585
9586         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9587
9588         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9589         anything in Emacs.
9590
9591         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9592
9593 2010-10-13  Julien Danjou  <julien@danjou.info>
9594
9595         * shr.el (shr-width): Make shr-width a defcustom with default to
9596         fill-column.
9597         (shr-tag-img): Use shr-width rather than fill-column.
9598
9599 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9600
9601         * dgnushack.el (byte-optimize-apply):
9602         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9603
9604         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9605         position when (X-)Faces exist.
9606         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9607         avatars when called interactively.
9608
9609 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9610
9611         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9612         gnus-article-x-face-too-ugly is bound.
9613
9614 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9615
9616         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9617
9618         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9619         mailbox that doesn't exist.
9620
9621 2010-10-12  Julien Danjou  <julien@danjou.info>
9622
9623         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9624         (shr-get-image-data): Encode URL properly when fetching from cache.
9625         (shr-tag-img): Use aligned-to spaces to align correctly images.
9626
9627         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9628         before inserting the Gravatar.
9629
9630         * shr.el (shr-tag-img): Add align attribute support for <img>.
9631
9632 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9633
9634         * gnus-gravatar.el (gnus-art): Require.
9635
9636         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9637         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9638         Remove long obsoleted functions.
9639
9640 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9643
9644         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9645
9646         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9647         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9648         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9649         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9650         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9651         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9652         * sieve-manage.el, smime.el, spam.el:
9653         Fix comment for declare-function.
9654
9655 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9656
9657         * nnimap.el (nnimap-request-rename-group): Select group read-only
9658         before renaming it.
9659
9660         * shr.el (shr-insert): Fix up the white space only regexp.
9661
9662         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9663         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9664
9665         * shr.el (shr-current-column): New function.
9666         (shr-find-fill-point): New function.
9667
9668 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9669
9670         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9671         numbers.
9672
9673 2010-10-11  Julien Danjou  <julien@danjou.info>
9674
9675         * shr.el (shr-hr-line): Add.
9676         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9677         display hr lines.
9678         (shr-max-columns): Do not change state to nil if we just inserting
9679         spaces.
9680
9681 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9682
9683         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9684         select the last group.
9685
9686 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9687
9688         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9689
9690 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9691
9692         * dig.el (dig-mode-map): Declare and define in one step.
9693
9694 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9695
9696         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9697         for Gnus.
9698         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9699         (nnimap-update-qresync-info): Mark \Seen articles as read.
9700
9701         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9702         non-variable, too.
9703
9704         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9705         available.
9706         (nnimap-update-info): Rely more on the current active than the param
9707         active to avoid marking articles as read too much.
9708
9709         * auth-source.el (auth-source-create): Use (user-login-name) for the
9710         user name default.
9711
9712         * nnimap.el (nnimap-update-info): If the server doesn't return any
9713         useful info, just use the previous info.
9714         (nnimap-update-info): Prefer old info over start-article.
9715         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9716
9717 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9718
9719         * nnir.el (autoload): Clean up autoloads.
9720         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9721         Use key rather than value.
9722         (nnir-imap-search-other): New variable.
9723         (nnir-read-parm): Use it.
9724         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9725         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9726
9727 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9728
9729         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9730         the process, too.
9731
9732 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9733
9734         * spam.el (gnus-summary-mode-map): Bind to "$".
9735         Suggested by Russ Allbery.
9736
9737         * shr.el: Rework the way things are indented by <li> slightly.
9738
9739         * gnus.el (gnus-group-set-parameter): Fix typo.
9740
9741         * nnimap.el: Start implementing QRESYNC support.
9742
9743 2010-10-09  Julien Danjou  <julien@danjou.info>
9744
9745         * nnir.el (nnir-engines): Fix too many arguments.
9746
9747 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9748
9749         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9750         group is the "last", so that the backends like nnfolder actually save
9751         their folders.
9752
9753         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9754         try to use that for the tls stream.
9755         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9756         UIDVALIDITY and find out which groups are read-only and not.
9757         (nnimap-get-flags): Use the same marks parsing code as the rest of
9758         nnimap.
9759
9760 2010-10-09  Julien Danjou  <julien@danjou.info>
9761
9762         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9763
9764         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9765         retrieving gravatars.
9766
9767         * shr.el (shr-table-corner): Add.
9768         (shr-table-line): Add.
9769         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9770
9771 2010-10-08  Julien Danjou  <julien@danjou.info>
9772
9773         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9774
9775 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9776
9777         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9778
9779         * gnus-sum.el (gnus-mark-article-as-unread)
9780         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9781         (gnus-summary-set-bookmark): Use it.
9782
9783         * gnus-msg.el (gnus-setup-message): Use it.
9784
9785         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9786
9787         * gnus.el (gnus-group-remove-parameter): Use it.
9788
9789         * gnus-group.el (gnus-group-make-web-group): Use it.
9790
9791         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9792
9793         * nnregistry.el: Update docs to mention manual.
9794
9795         * gnus-registry.el: Update docs to mention nnregistry.el.
9796         (gnus-registry-initialize): Don't install nnregistry refer method
9797         automatically.
9798         (gnus-registry-install-nnregistry): Remove it.
9799
9800 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9801
9802         * shr.el (shr-insert): Don't insert double spaces.
9803
9804 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * gnus-gravatar.el (gnus-treat-from-gravatar)
9807         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9808         called interactively.
9809
9810         * gnus-art.el (gnus-mime-view-part-externally)
9811         (gnus-mime-view-part-internally): Make predicate function passed to
9812         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9813         of a mime type.
9814
9815         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9816
9817 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9818
9819         * shr.el (require): Require cl when compiling.
9820         (shr-tag-hr): New function.
9821
9822         * nnimap.el (nnimap-update-info): Remove double setting of high.
9823         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9824         This makes nnimap work properly on Courier again.
9825
9826         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9827         the variable for backwards compatibility.
9828
9829         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9830         the file name before using to avoid setting mm-default-directory to
9831         nil.
9832
9833         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9834         bidning gnus-agent variables.
9835
9836         * shr.el (shr-render-td): Use a cache for the table rendering function
9837         to avoid getting an exponential rendering behavior in nested tables.
9838         (shr-insert): Rework the line-breaking algorithm.
9839         (shr-insert): Don't leave trailing spaces.
9840         (shr-insert-table): Also insert empty TDs.
9841         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9842
9843 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9844
9845         * gnus-sum.el (gnus-number): Rename from `number'.
9846         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9847         (gnus-summary-limit-children): Update uses correspondingly.
9848
9849 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9850
9851         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9852         (gnus-gravatar-transform-address): Don't show avatars of people of
9853         which mail addresses match gnus-gravatar-too-ugly.
9854
9855 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9856
9857         * shr.el (shr-table-widths): Expand TD elements to fill available
9858         space.
9859
9860 2010-10-07  Julien Danjou  <julien@danjou.info>
9861
9862         * nnimap.el (nnimap-request-rename-group): Add this method.
9863
9864 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9865
9866         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9867         name from XEmacs' function-arglist.
9868
9869         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9870         gravatar under XEmacs.
9871
9872 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9873
9874         * auth-source.el: Update docs with TODO items.
9875
9876         * gnus-sync.el: Update docs to explain state and plans.
9877
9878         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9879         Hooks for mark updates.
9880         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9881
9882         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9883         hooks with arguments, which is needed for mark update hooks.
9884
9885 2010-10-06  Julien Danjou  <julien@danjou.info>
9886
9887         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9888         was matched.
9889
9890         * sieve-manage.el: Update example in `Commentary'.
9891
9892         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9893
9894         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9895         not 2000.
9896         (sieve-manage-authenticate): Re-add function.
9897
9898 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9899
9900         * shr.el (shr-insert): Get 'space transition right.
9901         (shr-render-td): Only delete space at the end of the TD.
9902
9903         * nnimap.el (nnimap-open-connection): Prepare to support
9904         open-gnutls-stream.
9905
9906         * shr.el: Rearrange function order to be more logical.
9907
9908 2010-10-06  Julien Danjou  <julien@danjou.info>
9909
9910         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9911         (nnrss-discover-feed): Remove 404 URL in docstring.
9912
9913         * nnir.el: Fix Swish-E URL.
9914         Fix Namazu URL.
9915
9916         * message.el (message-change-subject): Remove 404 URL in a comment.
9917
9918 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9921         called interactively.
9922
9923         * gnus-util.el (gnus-remove-if): Allow hash table.
9924         (gnus-remove-if-not): New function.
9925
9926         * gnus-art.el (gnus-mime-view-part-as-type):
9927         * gnus-score.el (gnus-summary-score-effect):
9928         * gnus-sum.el (gnus-read-move-group-name):
9929         Replace remove-if-not with gnus-remove-if-not.
9930
9931         * gnus-group.el (gnus-group-completing-read):
9932         Regard collection as a hash table if it is not a list.
9933
9934 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9935
9936         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9937
9938         * shr.el: Document the table-rendering algorithm.
9939
9940 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9943         for Emacsen having no `libxml-parse-html-region' support.
9944
9945 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9946
9947         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9948         invalid URLs.
9949
9950         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9951         line-broken.
9952         (shr-tag-img): Ignore image fetching errors.
9953         (shr-overlays-in-region): Compute overlay positions correctly.
9954
9955         * mm-decode.el (mm-shr): Require shr.
9956
9957         * gnus-art.el (gnus-blocked-images): Move variable here.
9958
9959         * shr.el (shr-insert-table): Bind free variable.
9960
9961         * mm-decode.el (mm-shr): Bind shr-content-function.
9962
9963         * shr.el (shr-content-function): New variable.
9964
9965         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9966         added for symmetry.
9967
9968         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9969
9970         * gnus-group.el (gnus-group-make-group): Doc fix.
9971
9972         * nnimap.el (nnimap-request-newgroups): Return success.
9973
9974         * shr.el (shr-find-elements): New function.
9975         (shr-tag-table): Put all the images after the table.
9976         (shr-tag-table): Really inhibit images inside the table.
9977         (shr-collect-overlays): Copy over overlays from the TD elements to the
9978         main document.
9979
9980         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9981         gnus-blocked-images.
9982
9983 2010-10-05  Julien Danjou  <julien@danjou.info>
9984
9985         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9986
9987         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9988         (gnus-html-maximum-image-size): Add this function.
9989         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9990
9991         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9992         server-value of the capability is nil.
9993
9994 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9995
9996         * shr.el (shr-tag-em): Add <EM> tag.
9997
9998 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9999
10000         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10001         customizable.
10002
10003         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10004         handing broken links to browse-url.
10005
10006 2010-10-05  Julien Danjou  <julien@danjou.info>
10007
10008         * gnus-util.el (gnus-emacs-completing-read)
10009         (gnus-iswitchb-completing-read): Use autoload rather than require.
10010
10011 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10014         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10015         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10016         iswitchb-temp-buflist for XEmacs.
10017
10018         * gnus-util.el (gnus-completing-read-function): Exclude
10019         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10020         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10021         XEmacs.
10022
10023         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10024         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10025
10026         * gnus-html.el: Don't require help-fns under XEmacs.
10027         (gnus-html-schedule-image-fetching): Work for XEmacs.
10028
10029         * mm-decode.el (mm-shr): Decode contents by charset.
10030
10031 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10032
10033         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10034         unknown.
10035
10036         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10037         (shr-get-image-data): Ensure against the cache file missing.
10038
10039         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10040         for data.
10041
10042         * spam-report.el (spam-report-url-ping-plain): Don't query about
10043         killing the process.
10044
10045         * shr.el (shr-render-td): Protect against too-wide text.
10046
10047 2010-10-04  Julien Danjou  <julien@danjou.info>
10048
10049         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10050         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10051
10052         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10053         retrieved.
10054
10055 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10056
10057         * shr.el (browse-url): Require.
10058         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10059         lines.
10060         (shr-show-alt-text, shr-browse-image): New commands.
10061         (shr-browse-url, shr-copy-url): New commands.
10062
10063         * gnus-sum.el (gnus-widen-article-window): New variable.
10064         (gnus-summary-select-article-buffer): Use it.
10065
10066         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10067         without @ signs.
10068
10069 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10070
10071         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10072
10073 2010-10-04  Julien Danjou  <julien@danjou.info>
10074
10075         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10076         for XEmacs.
10077
10078 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10079
10080         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10081
10082         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10083         (nnimap-close-server): Implement.
10084
10085         * dgnushack.el (iswitchb): Require to shut up the compiler.
10086
10087         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10088         (shr-insert): Tweak line breaking.
10089         (shr-insert): Handle <pre> better.
10090         (shr-tag-li): Get <li> indentation right.
10091         (shr-tag-li): Get <li> indentation even righter.
10092         (shr-tag-blockquote): Ensure paragraph start.
10093         (shr-make-table): Tweak table generation.
10094         (shr-make-table): Fix typo.
10095
10096         * shr.el: Implement table rendering.
10097
10098 2010-10-04  Julien Danjou  <julien@danjou.info>
10099
10100         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10101
10102 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10103
10104         * shr.el (shr-insert): Use string anchors instead of line anchors.
10105
10106 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10107
10108         * shr.el: Add headings.
10109         (shr-ensure-paragraph): Actually work.
10110         (shr-tag-li): Make <ul> prettier.
10111         (shr-insert): Get white space at the beginning/end of elements right.
10112         (shr-tag-p): Collapse subsequent <p>s.
10113         (shr-ensure-paragraph): Don't insert double line feeds after blank
10114         lines.
10115         (shr-insert): \t is also space.
10116         (shr-tag-s): Fix "s" tag name function.
10117         (shr-tag-s): Fix face prop name.
10118
10119 2010-10-03  Julien Danjou  <julien@danjou.info>
10120
10121         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10122
10123         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10124         gnus-window-inside-pixel-edges.
10125
10126         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10127         gnus-ems.
10128
10129         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10130
10131         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10132         function.
10133
10134         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10135         resize choice.
10136
10137 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10138
10139         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10140         beginning of the buffer.
10141
10142         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10143         article buffer again.
10144
10145         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10146
10147         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10148         when it's at the start of the buffer.
10149
10150         * shr.el (shr-tag-blockquote): Convert name.
10151         (shr-rescale-image): Use the right image-size variant.
10152
10153         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10154         buffer isn't shown, then select the current article first instead of
10155         bugging out.
10156         (gnus-summary-select-article-buffer): Show both the article and summary
10157         buffers again.
10158
10159         * shr.el (shr-fontize-cont): Protect against regions with no text.
10160         Rename tag functions to shr-tag-* for enhanced security.
10161         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10162
10163 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10164
10165         * shr.el (shr-insert):
10166         * pop3.el (pop3-movemail):
10167         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10168         loaded.
10169
10170 2010-10-03  Glenn Morris  <rgm@gnu.org>
10171
10172         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10173
10174         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10175
10176         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10177
10178         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10179
10180         * gnus-util.el (gnus-make-local-hook): Simplify.
10181
10182 2010-10-02  Julien Danjou  <julien@danjou.info>
10183
10184         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10185         (gnus-ido-completing-read): New function.
10186         (gnus-emacs-completing-read): New function.
10187         (gnus-completing-read): Use gnus-completing-read-function.
10188         Add gnus-completing-read-function.
10189
10190 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10191
10192         * shr.el (shr-insert-document): Autoload.
10193         (shr-img): Be silent.
10194         (shr-insert): Add a newline after every picture before text.
10195         (shr-add-font): Use overlays for combining faces.
10196         (shr-insert): Pass upwards the text start point.
10197
10198         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10199         possible.
10200         (mm-shr): New function.
10201
10202 2010-10-02  Julien Danjou  <julien@danjou.info>
10203
10204         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10205         should go backward.
10206
10207 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10208
10209         * shr.el (shr): Fix typo in provide call.
10210
10211 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10212
10213         * shr.el: New file.
10214
10215         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10216
10217         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10218         completing read.
10219
10220 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10221
10222         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10223         we're being queried about.  Suggested by Dan Jacobson.
10224
10225         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10226         Suggested by Jason Eisner.
10227
10228         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10229         table, too.  Suggested by Stefan Wiens.
10230         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10231         the table unnecessary.  Suggested by Stefan Wiens.
10232
10233         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10234         longer needed, and probably doesn't work either, as pointed out by
10235         Stefan Wiens.
10236         (gnus-summary-exit): Remove call to the clearing function.
10237         (gnus-summary-exit-no-update): Ditto.
10238
10239         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10240         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10241         Reported by Stefan Monnier.
10242         (gnus-summary-save-in-rmail): Ditto.
10243
10244         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10245         article buffer, instead of both the article buffer and the summary
10246         buffer.  Sort of suggested by Dan Jacobson.
10247
10248         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10249
10250         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10251         Suggested by Dan Jacobson.
10252
10253         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10254         documentation clearer.
10255
10256         * message.el (message-shorten-references): Comment on the number "21".
10257         Suggested by Stefan Monnier.
10258
10259         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10260         Suggested by Dan Jacobson.
10261
10262         * gnus.el (gnus-large-newsgroup):
10263         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10264
10265         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10266         externalize attachments.  Bug reported by Steve Wen.
10267
10268         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10269         really message anything to the user.
10270
10271         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10272         directly.
10273
10274         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10275         messages in empty groups.
10276
10277 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10278
10279         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10280         non-UIDNEXT group.
10281
10282 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10283
10284         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10285         not the value from the collection.
10286
10287         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10288         values.  This sometimes happens on some groups that have no info.
10289         (nnimap-request-newgroups): New function.
10290
10291 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10292
10293         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10294         check into `gnus-registry-initialize'.
10295         (gnus-registry-initialize): Ditto.
10296         Fix and extend header docs.
10297
10298 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10299
10300         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10301         regexp backtrace overflows.
10302
10303         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10304         for starttls that tls.el implements; i.e. openssl.
10305
10306         * tls.el (tls-starttls-switches): Give up on using starttls with
10307         gnutls-cli.
10308         (tls-program): Add --insecure to be consistent with the defaults from
10309         openssl s_client.  Now all three commands are insecure.
10310
10311 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10312
10313         * lpath.el: Bind completion-styles-alist for XEmacs.
10314
10315         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10316         (gravatar-create-image): New function that's an alias to
10317         gnus-xmas-create-image, gnus-create-image, or create-image.
10318         (gravatar-data->image): Use it.
10319
10320 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10321
10322         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10323         install the nnregistry refer method.
10324         (gnus-registry-install-hooks): Use it.
10325         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10326         unfollowed groups.
10327
10328 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10329
10330         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10331         expanding threads.
10332
10333 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10334
10335         * nnir.el: Use the server names without suffixes (bug#7009).
10336
10337         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10338         unencrypted to STARTTLS, if possible.
10339
10340 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10341
10342         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10343         headers before superseding.
10344
10345 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10346
10347         * nnrss.el (nnrss-use-local): Add documentation.
10348
10349         * nnimap.el (nnimap-extend-tls-programs): New function.
10350         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10351         (nnimap-wait-for-connection): Accept the greeting from the stupid
10352         output from openssl s_client -starttls, too.
10353
10354         * tls.el (tls-starttls-switches): New variable.
10355         (tls-find-starttls-argument): Use it.
10356         (open-tls-stream): Ditto.
10357
10358         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10359         (netrc-machine): Ditto.
10360
10361         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10362         article number.
10363         (nnimap-split-fancy): New variable.
10364         (nnimap-split-incoming-mail): Use it.
10365
10366         * nntp.el (nntp-server-list-active-group): Document.
10367
10368         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10369         SELECT to get the message-id.
10370
10371         * mail-source.el (mail-sources): Remove webmail support.
10372         (defvar): Ditto.
10373         (mail-source-fetcher-alist): Ditto.
10374         (mail-source-fetch-webmail): Remove.
10375
10376         * webmail.el: Remove -- doesn't seem relevant any more.
10377
10378         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10379
10380         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10381         the \r.
10382
10383 2010-09-30  Julien Danjou  <julien@danjou.info>
10384
10385         * gnus-agent.el (gnus-agent-add-group): Fix call to
10386         gnus-completing-read.
10387
10388 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10389
10390         * nndoc.el (nndoc-retrieve-groups): New function.
10391
10392         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10393         `default', use nnmail-split-methods.
10394         (nnimap-request-article): Downcase the NILs so that they are nil.
10395
10396         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10397         symbol.
10398
10399         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10400         code, since if the user has requested network, that's what they ought
10401         to get.
10402         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10403         (nnimap-split-rule): Mark as obsolete.
10404
10405         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10406         New variable.
10407
10408         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10409         correct slot, too.
10410
10411 2010-09-29  Julien Danjou  <julien@danjou.info>
10412
10413         * gnus.el (gnus-local-domain): Declare variable obsolete.
10414
10415         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10416         Fix history computing.
10417         (gnus-ido-completing-read): Require ido.
10418
10419 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10420
10421         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10422         build Gnus.
10423
10424         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10425         when interpreting the structures.
10426         (nnimap-request-accept-article): Add \r\n to the lines to make this
10427         work with Cyrus.
10428
10429         * nndraft.el (nndraft-request-expire-articles): Use the group name
10430         instead if "nndraft".  Fix found by Nils Ackermann.
10431
10432 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10433
10434         * nnregistry.el: Add.
10435
10436 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10437
10438         * nnmail.el (group, group-art-list, group-art):
10439         Remove unneeded directives.
10440
10441 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10444         (mm-mime-charset):
10445         * rfc2047.el (rfc2047-syntax-table):
10446         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10447
10448         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10449         rather than `insert-file-contents' and `eval-region'.
10450
10451         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10452         construction.
10453
10454         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10455
10456         * time-date.el: No need to require cl for Emacs 21.
10457
10458 2010-09-29  Julien Danjou  <julien@danjou.info>
10459
10460         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10461         replacement of `gnus-gravatar-relief' to mimic
10462         `gnus-faces-properties-alist'.
10463         Add :version property.
10464
10465 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10466
10467         * mail-source.el (mail-source-report-new-mail):
10468         * message.el (message-default-mail-headers):
10469         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10470
10471         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10472
10473 2010-09-28  Julien Danjou  <julien@danjou.info>
10474
10475         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10476         mail-address contains the same string as real-name.
10477
10478         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10479         non-blank in header, otherwise it'll get stripped.
10480
10481         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10482         real-name, and then for mail address rather than doing : or , search.
10483
10484 2010-09-27  Julien Danjou  <julien@danjou.info>
10485
10486         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10487         right completing-read function.
10488         (gnus-use-ido): New variable
10489         (gnus-completing-read-with-default): Remove.
10490         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10491         (gnus-agent-add-group):
10492         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10493         * mm-view.el (mm-view-pkcs7-decrypt):
10494         * mm-util.el (mm-codepage-setup):
10495         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10496         * mml-smime.el (mml-smime-openssl-sign-query):
10497         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10498         (mml-insert-multipart):
10499         * gnus-msg.el (gnus-summary-yank-message):
10500         * gnus-int.el (gnus-start-news-server):
10501         * mm-decode.el (mm-interactively-view-part):
10502         * gnus-dired.el (gnus-dired-attach):
10503         * gnus.el (gnus-read-method):
10504         * gnus-bookmark.el (gnus-bookmark-jump):
10505         * gnus-art.el (gnus-mime-view-part-as-type)
10506         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10507         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10508         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10509         * nnmairix.el (nnmairix-create-server-and-default-group)
10510         (nnmairix-update-groups, nnmairix-get-server)
10511         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10512         (nnmairix-get-group-from-file-path):
10513         * nnrss.el (nnrss-find-rss-via-syndic8):
10514         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10515         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10516         (gnus-group-browse-foreign-server):
10517         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10518         (gnus-summary-execute-command, gnus-summary-respool-article)
10519         (gnus-read-move-group-name):
10520         * gnus-score.el (gnus-summary-increase-score)
10521         (gnus-summary-score-effect):
10522         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10523
10524 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10527         x-focus-frame.
10528
10529         * nnimap.el (auth-source-forget-user-or-password)
10530         (auth-source-user-or-password): Autoload.
10531
10532         * message.el (message-from-style, message-interactive)
10533         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10534         (message-yank-prefix, message-indentation-spaces, message-signature)
10535         (message-signature-file): Add comment.
10536
10537 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10538
10539         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10540         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10541         new articles.
10542
10543         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10544         parts.
10545         (nnimap-request-article): Work with the t setting, too.
10546
10547         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10548         that you don't get flashes of other buffers.
10549         (gnus-summary-show-complete-article): Intern before setting.
10550
10551 2010-09-27  David Engster  <dengste@eml.cc>
10552
10553         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10554         well as HEADERS.
10555         (nnmairix-retrieve-headers): Provide new argument for the above.
10556
10557 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10558
10559         * gnus-sum.el (gnus-summary-move-article): Don't alter
10560         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10561         group.
10562
10563         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10564
10565         * message.el (message-cite-prefix-regexp): Revert my last edit.
10566
10567         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10568         variable instead of the Gnus variable.
10569
10570         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10571
10572         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10573
10574         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10575         since some servers don't like it.
10576         (nnimap-open-connection): Forget credentials if the server says the
10577         password was wrong.
10578         (nnimap-parse-line): Protect against invalid data.
10579
10580         * gnus-sum.el (gnus-summary-move-article): Add comment.
10581         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10582         nothing alters it while scanning for new messages.
10583
10584         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10585         which may or may not help.
10586         (nnimap-open-connection): If we're doing a stream connection, and then
10587         discover we're on a STARTTLS-capable server, then open a STARTTLS
10588         connection instead.
10589
10590 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10591
10592         * nnimap.el (utf7): Require.
10593
10594         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10595         prefix.
10596
10597 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10598
10599         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10600
10601 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10602
10603         * nnimap.el (nnimap-request-accept-article): Message the error on
10604         error.
10605
10606 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10607
10608         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10609
10610 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10611
10612         * nndoc.el (nndoc-request-list): Return success always.
10613
10614         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10615         `fetch-old' -- we only want to fetch the articles we've requested.
10616         The rest are in the agent, probably.
10617         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10618         disappeared server" to something low.  It's not important.
10619
10620         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10621         arrived before the FETCH data.
10622
10623         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10624         target here, because we don't know the Gnus name of the group.
10625
10626         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10627         for the correct group.
10628
10629         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10630
10631         * gnus.el (gnus): Give a final warning after startup.
10632
10633         * gnus-util.el (gnus-action-message-log): New variable.
10634         (gnus-message): Use it.
10635         (gnus-final-warning): New function.
10636
10637         * nnimap.el (nnimap-open-connection): Record the greeting.
10638         (nnimap): Add greeting.
10639
10640 2010-09-26  Julien Danjou  <julien@danjou.info>
10641
10642         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10643         arguments.
10644         (gnus-html-wash-images): Fix spec computing to include start/end.
10645
10646         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10647
10648 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10649
10650         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10651         deletion.
10652         (nnimap-retrieve-headers): Don't select the group, because that's
10653         already done by nnimap-possibly-change-group.
10654
10655         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10656         (gnus-picon-transform-address): Use it.
10657
10658         * mail-source.el (mail-source-value): Revert previous patch.
10659
10660         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10661         on failure.
10662         (nnimap-open-connection): Look up both virtual and physical server name
10663         credentials.
10664
10665         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10666
10667 2009-02-07  Dave Love  <fx@gnu.org>
10668
10669         * tls.el (open-tls-stream): Don't query killing process.
10670
10671 2009-02-08  Dave Love  <fx@gnu.org>
10672
10673         * gnus-win.el (gnus-window-to-buffer-helper)
10674         (gnus-all-windows-visible-p): Function needn't be a symbol.
10675
10676         * mail-source.el (mail-source-value): Function needn't be a symbol.
10677
10678 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10679
10680         * message.el (message-cite-prefix-regexp): Remove } from the cite
10681         prefix.
10682
10683         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10684         highlight again, so that the highlight is correct.
10685
10686         * gnus-picon.el (gnus-picon): Remove again.
10687         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10688
10689         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10690         doing the header highlightling, so that the background color of the
10691         picon is correct.
10692
10693         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10694         (gnus-picon): Ditto.
10695         (gnus-picon): Reinstate.  The background color for picons is white.
10696         (gnus-picon-insert-glyph): Make the background white.
10697
10698         * nnml.el (nnml-open-nov): Don't return dead buffers.
10699
10700         * auth-source.el (auth-source-create): Query the user for whether to
10701         store the credentials.
10702
10703         * netrc.el (netrc-store-data): New function.
10704
10705         * auth-source.el (auth-source-user-or-password): Use the existing auth
10706         sources, if any, for creation.
10707
10708         * gnus.el (gnus-group-fast-parameter): Return the last matching
10709         parameter instead of the first matching parameter.
10710
10711 2010-09-26  Julien Danjou  <julien@danjou.info>
10712
10713         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10714
10715 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10716
10717         * mml2015.el (mml2015-use): Remove gpg support.
10718
10719         * mml1991.el (mml1991-function-alist): Remove gpg function.
10720         (mml1991-gpg-sign): Remove.
10721
10722 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10723
10724         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10725         (gnus-browse-unsubscribe-current-group): Document it.
10726         (gnus-browse-unsubscribe-group): Use it.
10727
10728 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10729
10730         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10731         address to the To list for easier response.
10732
10733         * gnus.el (gnus-play-startup-jingle): Remove.
10734         (gnus-splash): Don't play jingle.
10735         (gnus): Silence gnus-load message.
10736
10737         * gnus-art.el (gnus-treat-play-sounds): Remove.
10738
10739         * gnus.el (gnus-play-jingle): Remove audio support.
10740
10741         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10742
10743         * earcon.el: Remove -- no users.
10744
10745         * gnus-audio.el: Remove -- no users of this package.
10746
10747         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10748
10749         * gnus-start.el (gnus-setup-news): Remove nocem support.
10750
10751         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10752
10753         * gnus.el (gnus-use-nocem): Remove.
10754
10755         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10756         Remove.
10757
10758         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10759         uses NoCeM any more.
10760
10761         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10762         (gnus-button-ctan-handler): Ditto.
10763         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10764         (gnus-button-ctan-directory-regexp): Ditto.
10765         (gnus-button-handle-ctan): Ditto.
10766         (gnus-button-tex-level): Ditto.
10767         (gnus-button-alist): Remove CTAN stuff.
10768
10769 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10770
10771         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10772         nnimap-streaming test.
10773
10774         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10775         servers twice.
10776
10777         * nnimap.el (nnimap-open-connection): Add more error reporting when
10778         nnimap fails early.
10779
10780         * nnheader.el (nnheader-get-report-string): New function.
10781         (nnheader-get-report): Use it.
10782
10783         * gnus-int.el (gnus-check-server): Say what the error was when opening
10784         failed.
10785
10786         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10787         using streaming.
10788
10789 2010-09-25  Julien Danjou  <julien@danjou.info>
10790
10791         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10792         gnus-window-inside-pixel-edges.
10793
10794 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10795
10796         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10797
10798         * mm-decode.el (mm-save-part): Allow saving to other directories the
10799         normal Emacs way.
10800
10801         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10802         Suggested by Jay Berkenbilt.
10803
10804         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10805         there isn't a single byte.
10806
10807         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10808         just do it.  It doesn't really seem to matter what the user responds
10809         here, I think, so it's just a confusing question.
10810
10811         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10812         non-streaming case.
10813
10814         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10815         (gnus-article-encrypt-body): Use it.
10816
10817         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10818         keystroke.
10819
10820         * nnimap.el (nnimap-find-wanted-parts-1):
10821         Use gnus-fetch-partial-articles.
10822
10823         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10824
10825         * nnimap.el (nnimap-insert-partial-structure): New function.
10826         (nnimap-get-partial-article): New function.
10827         (nnimap-request-article): Use it.
10828         (nnimap-wait-for-response): Return whether the wait was successful.
10829         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10830         retrieval wasn't successful.
10831         (nnimap-retrieve-group-data-early): Allow throttling servers.
10832         (nnimap-streaming): New variable.
10833         (nnimap-fetch-partial-articles): Remove.
10834
10835         * mm-decode.el (mm-with-part): Protect against killed buffers.
10836
10837         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10838         for prettier summary display.
10839
10840 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10841
10842         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10843
10844 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10845
10846         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10847         apparently third-party libraries depend on it.
10848
10849         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10850         before starting negotiation.
10851
10852         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10853         privacy reasons.
10854         (gnus-treat-mail-gravatar): Ditto.
10855
10856         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10857         buffer when inserting images.  Inserting text into the headers, for
10858         instance, can make them invalid.
10859
10860 2010-09-25  Julien Danjou  <julien@danjou.info>
10861
10862         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10863         variables.
10864
10865         * nnheader.el: Remove useless variables news-reply-yank-from and
10866         news-reply-yank-message-id.
10867
10868         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10869         variables.
10870
10871         * mml1991.el: Remove useless mml1991-verbose.
10872
10873         * gnus.el: Remove useless variable gnus-use-generic-from.
10874         Remove obsolete variable gnus-topic-indentation.
10875
10876         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10877
10878         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10879
10880         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10881
10882         * gnus-group.el: Remove useless gnus-group-icon-cache.
10883         Remove useless gnus-ephemeral-group-server.
10884
10885         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10886
10887         * mml2015.el: Remove useless mml2015-verbose.
10888
10889         * mml-smime.el: Remove useless mml-smime-verbose.
10890
10891         * gnus.el: Remove useless gnus-local-domain.
10892
10893         * gnus-gravatar.el (gnus-gravatar-transform-address):
10894         Use gnus-gravatar-size.
10895
10896         * gnus-art.el: Remove useless gnus-treat-translate.
10897
10898 2010-09-24  Julien Danjou  <julien@danjou.info>
10899
10900         * gnus-sum.el: Add support for Gravatars.
10901
10902         * gnus-art.el: Add support for Gravatars.
10903
10904         * gnus-gravatar.el: Add this file.
10905
10906         * gravatar.el: Add this file.
10907
10908 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10909
10910         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10911
10912         * gnus-group.el (gnus-group-fetch-faq): Remove.
10913
10914         * gnus.el (gnus-group-faq-directory): Remove.
10915
10916         * gnus-group.el (gnus-group-fetch-charter): Remove.
10917
10918         * gnus.el (gnus-group-charter-alist): Remove.
10919
10920         * gnus-group.el (gnus-group-archive-directory): Remove.
10921         (gnus-group-recent-archive-directory): Ditto.
10922         (gnus-group-make-archive-group): Remove.
10923
10924         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10925
10926         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10927         use the same article number for all the cached articles.
10928
10929         * nnimap.el (nnimap-command): Register the last command time so
10930         that we can use it for idling NOOPs.
10931         (nnimap-open-connection): Start the keeplive timer.
10932         (nnimap-make-process-buffer): Store all the process buffers.
10933         (nnimap-keepalive): New function.
10934
10935         * starttls.el (starttls-open-stream): Add autoload cookie.
10936
10937 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10938
10939         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10940         handling.
10941
10942 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10943
10944         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10945         its data structures.
10946
10947         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10948         instead of the cl.el copy-list.
10949         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10950         equalp.
10951
10952 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10953
10954         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10955         and tool-bar-local-item-from-menu.
10956
10957         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10958         mode-line-highlight face for Emacs.
10959
10960         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10961         loading gnus-sum.elc; fix comment for canlock-verify.
10962         (gnus-article-jump-to-part): Use read-number.
10963         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10964         Remove Emacs pre-21 compatible code for help-echo.
10965         (gnus-article-next-page-1): No need to adjust the number of lines.
10966         (gnus-article-describe-bindings): Always use help-buffer.
10967
10968         * gnus-audio.el (gnus-audio-inline-sound):
10969         * gnus-cus.el (gnus-custom-mode):
10970         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10971
10972         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10973
10974         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10975         compatible code.
10976
10977 2010-09-24  Glenn Morris  <rgm@gnu.org>
10978
10979         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10980         visiting the fcc file in rmail-mode.
10981
10982         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10983
10984 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * nnir.el: Silence the byte compiler.
10987
10988         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10989         alias to browse-url-url-encode-chars if any.
10990         (gnus-html-encode-url): Use it.
10991
10992 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10993
10994         * gnus-start.el (gnus-use-backend-marks): New variable.
10995         (gnus-get-unread-articles-in-group): Use it.
10996
10997         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10998         makeover.
10999
11000 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11001
11002         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11003
11004 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11005
11006         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11007         Remove.
11008         (gnus-setup-news-hook):
11009         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11010
11011         * gnus-int.el (gnus-request-update-info): Protect against backends not
11012         having the function.
11013
11014         * nnimap.el (nnimap-stream): Mention starttls.
11015         (nnimap-open-connection): Add starttls support.
11016
11017 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11018
11019         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11020
11021 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11022
11023         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11024         BODYSTRUCTUREs.
11025         (nnimap-transform-headers): Unfold quoted {42} headers.
11026
11027         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11028         the info.
11029         (gnus-get-unread-articles): Only call updatep on backends that support
11030         it.
11031
11032         * nnweb.el (nnweb-request-update-info): NOOP.
11033
11034         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11035
11036         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11037         since it only deals with marks.
11038
11039         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11040         gnus-request-marks, and make a new gnus-request-update-info.
11041
11042         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11043         the active instead of the high number, which is usually too low.
11044
11045 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11046
11047         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11048         * encrypt.el: Remove.
11049
11050 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11051
11052         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11053         server in symbolic form.
11054
11055         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11056
11057 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11058
11059         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11060         (nnimap-update-info): Fix up code slightly.
11061
11062         * gnus-int.el (gnus-open-server): Add tracing for performance
11063         debugging.
11064
11065         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11066         (gnus-group-insert-group-line): Pass the real group name so that it
11067         gets the right data.
11068
11069         * gnus-start.el (gnus-get-unread-articles): Don't have
11070         `gnus-get-unread-articles-in-group' update info, since that can be
11071         really slow and doesn't seem to be needed?
11072
11073 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11074
11075         * time-date.el (date-to-time): Try using parse-time-string first before
11076         using the slower timezone-make-date-arpa-standard.
11077
11078 2010-09-22  Julien Danjou  <julien@danjou.info>
11079
11080         * gnus-group.el (gnus-group-insert-group-line):
11081         Call gnus-group-highlight-line.
11082         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11083         default hook list.
11084         (gnus-group-update-eval-form): Add new function.
11085         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11086         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11087
11088 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11089
11090         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11091         immediate, then expire all articles.
11092         (nnimap-update-info): Fix off-by-one errors.
11093         (nnimap-flags-to-marks): Would return no marks lists for group with no
11094         flags.  Instead return the other data.
11095
11096 2010-09-22  Julien Danjou  <julien@danjou.info>
11097
11098         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11099         Only return an icon.
11100         (gnus-group-insert-group-line): Compute icon to return.
11101
11102         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11103         (gnus-html-image-fetched): Only cache if
11104         gnus-html-image-automatic-caching is set.
11105         (gnus-html-image-fetched): Check for errors.
11106
11107 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11108
11109         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11110         once per method on `g'.  This ensures that backends like nnfolder don't
11111         open all their folders.
11112
11113         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11114         (nnimap-request-list): Nix out group in the correct buffer.
11115         (nnimap-parse-flags): Implement by using `read' instead of
11116         hand-parsing.
11117         (nnimap-flags-to-marks): Pass on permanent-flags.
11118         (nnimap-make-process-buffer): Record the server name.
11119         (nnimap-parse-flags): Fix typo.
11120         (nnimap-request-scan): Run split on the server in general, not just a
11121         single group.
11122
11123         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11124         parameter, and propagate this downwards.
11125
11126         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11127         since EXAMINE changes it on the server.
11128
11129         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11130         this command might take a while.
11131
11132 2010-09-22  Julien Danjou  <julien@danjou.info>
11133
11134         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11135         harmful if you have 2 images side-by-side, they can't be properly
11136         update on text deletion.  Using text-property is safer here.
11137         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11138         data.
11139
11140 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11141
11142         * nnimap.el (nnimap-expunge-inbox): Remove.
11143         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11144         (nnimap-expunge): Flip default to t.
11145
11146         * gnus.el (gnus-method-to-server): Don't push things to the cache
11147         unless it's unique.
11148         (gnus-server-to-method): Ditto.
11149
11150 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11151
11152         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11153
11154 2010-09-22  Julien Danjou  <julien@danjou.info>
11155
11156         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11157         get the start of data.
11158         (gnus-html-encode-url): Add this function to encode special chars in
11159         URL.
11160         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11161         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11162
11163         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11164         default.
11165         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11166
11167         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11168         images alt-text.
11169         (gnus-html-put-image): Put alt-text as help-echo.
11170
11171 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11172
11173         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11174         * mm-util.el (mm-decompress-buffer):
11175         * nnir.el (nnir-run-find-grep):
11176         * pop3.el (pop3-list): Use 3rd arg of split-string.
11177
11178         * time-date.el (format-seconds): Comment fix.
11179
11180         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11181         and byte-optimize-form-code-walker.
11182         (dgnushack-make-auto-load): Don't advise make-autoload.
11183
11184         * lpath.el: Remove Emacs 21 stuff.
11185
11186 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11187
11188         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11189         outside the active range.  Suggested by Dan Christensen.
11190
11191         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11192         slightly later to avoid double-getting it.
11193
11194         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11195         previous patch.
11196
11197         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11198
11199 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11200
11201         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11202
11203 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11204
11205         * gnus-int.el (gnus-open-server): Give a better error message in the
11206         "go offline" case.
11207
11208         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11209         marks for nnimap, which is seldom the right thing to do.
11210
11211         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11212         (gnus-same-method-different-name): New function.
11213
11214         * nnimap.el (parse-time): Require.
11215
11216         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11217         method in the presence of many similar methods.
11218
11219         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11220
11221         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11222         nnml-inhibit-expiry.
11223
11224         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11225         find out whether methods are equal.
11226
11227         * nnimap.el (nnimap-find-expired-articles): New function.
11228         (nnimap-process-expiry-targets): New function.
11229         (nnimap-request-move-article): Request the article before looking at
11230         what the Message-ID is.  Fix found by Andrew Cohen.
11231         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11232
11233         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11234         for oldness in addition to being a predicate.
11235
11236         * nnimap.el (nnimap-request-group): When we have zero articles, return
11237         the right data to Gnus.
11238         (nnimap-request-expire-articles): Only delete articles immediately if
11239         the target is 'delete.
11240
11241         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11242         method, this would bug out.
11243
11244         * gnus-group.el (gnus-group-expunge-group): Rename from
11245         gnus-group-nnimap-expunge, and implemented as a normal interface
11246         function.
11247
11248         * gnus-int.el (gnus-request-expunge-group): New function.
11249
11250         * nnimap.el (nnimap-request-create-group): Implement.
11251         (nnimap-request-expunge-group): New function.
11252
11253 2010-09-21  Julien Danjou  <julien@danjou.info>
11254
11255         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11256         (gnus-html-cache-expired): Add new function.
11257         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11258         wethever we should display image for fetch it.
11259         Compute alt-text earlier to pass it to the fetching function too.
11260         (gnus-html-schedule-image-fetching): Change function argument to only
11261         get one image at a time, not a list.
11262         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11263         cache.
11264         (gnus-html-get-image-data): New function to retrieve image data from
11265         cache.
11266         (gnus-html-put-image): Change buffer argument to use image data rather
11267         than file, and place image above region rather than inserting a new
11268         one.  Do not take alt-text as argument, since it's useless now: we place
11269         the image above alt-text.
11270         (gnus-html-prune-cache): Remove.
11271         (gnus-html-show-images): Start to fetch image when we find one, do not
11272         push into a temporary list.
11273         (gnus-html-prefetch-images): Only fetch image if they have expired.
11274         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11275         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11276
11277 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11280
11281 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11282
11283         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11284         spec inser "*" if the group isn't active instead of 0.
11285
11286         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11287         opening the server.
11288         (nnimap-request-delete-group): Implement group deletion.
11289         (nnimap-transform-headers): Return the size of the entire message in
11290         the Bytes header, not just the size of the first part.
11291         (nnimap-request-move-article): When moving an article from nnimap,
11292         request the article first so the accepting form has an article to
11293         accept.  Reported by Dan Christensen.
11294         (nnimap-command): Make sure that the error message doesn't error out.
11295
11296 2010-09-20  David Edmondson  <dme@dme.org>
11297
11298         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11299         we haven't requested anything.
11300
11301 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11302
11303         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11304         "".  Fix found by Andrew Cohen.
11305
11306         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11307         instead of -encode-string.
11308
11309 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11310
11311         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11312
11313         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11314         by mm-subst-char-in-string.
11315
11316 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11317
11318         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11319         waiting for the connection string.
11320
11321         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11322         arriving.
11323
11324         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11325         bogus characters.  This allows selecting certain Gmail groups.
11326
11327         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11328         (nnimap-fetch-partial-articles): New variable.
11329         (nnimap-open-connection): When looking for credentials, also use the
11330         nnimap-server-port.
11331         (nnimap-request-article): Return the group/article number, so that Gnus
11332         `^' works as expected.
11333         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11334
11335         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11336         comments.
11337         (gnus-methods-sloppily-equal): New function.
11338         (gnus): When using the development version of Gnus, load the gnus-load
11339         file.
11340
11341         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11342         `gnus-open-server' on each method before trying to scan them etc.
11343         This ensures that all the backend parameters are set correctly.
11344
11345         * nnimap.el (nnimap-authenticator): New variable.
11346         (nnimap-open-connection): Allow anonymous login.
11347         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11348         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11349
11350         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11351         patch, found by Knut Anders Hatlen.
11352
11353 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11354
11355         * gnus-agent.el (gnus-agent-batch-confirmation)
11356         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11357         to gnus-message.
11358         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11359         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11360         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11361         * gnus-int.el (gnus-open-server): Likewise.
11362         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11363         (gnus-score-check-syntax): Likewise.
11364         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11365         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11366         Likewise.
11367         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11368
11369 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11370
11371         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11372         calling conventions so that prefetch doesn't bug out.
11373
11374 2010-09-19  Julien Danjou  <julien@danjou.info>
11375
11376         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11377         rather than `subst-char-in-region' in order to be able to replace ASCII
11378         char by UTF-8 ones.
11379
11380         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11381         than curl.
11382         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11383         the right URL and ALT text on images.
11384         (gnus-html-wash-tags): Fix tag case.
11385         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11386         (gnus-article-html): Add -o display_ins_del=2 option.
11387         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11388
11389 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11390
11391         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11392         the extra mail headers, which sometimes seem to happen for unknown
11393         reasons.
11394
11395         * mail-parse.el (mail-header-encode-parameter): Define as
11396         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11397         (or most, perhaps?) mail readers don't understand the latter, but do
11398         understand the former.
11399
11400         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11401         to nil, so that no methods are automatically agentized.  I think this
11402         is probably what most users want.
11403
11404         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11405         from url-retrieve, for instance about invalid URLs.
11406
11407         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11408         groups that have no articles.
11409         (nnimap-request-article): Check that we really got an article when we
11410         requested one.
11411
11412         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11413         doesn't exist.
11414
11415         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11416         nntp buffer so the agent can save it.
11417         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11418         that CRLF doesn't get translated to \n.
11419         (nnimap-open-connection): Don't make 'shell commands only send \n.
11420
11421 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11422
11423         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11424         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11425         Update var name.
11426         (nnml-generate-nov-file): Use dolist.
11427         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11428         Use with-current-buffer.
11429
11430 2010-09-18  Julien Danjou  <julien@danjou.info>
11431
11432         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11433         parallel.
11434
11435 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11436
11437         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11438         the range update right.
11439         (nnimap-request-group): Don't make `M-g' bug out on group with no
11440         marks.
11441         (nnoo): Require, so that other packages can require nnimap.
11442         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11443         command we're looking for.  This helps when the server sends more
11444         responses after we've gotten everything we expected.
11445         (nnimap): Add a `newlinep' field to keep track of end-of-line
11446         conventions.
11447         Don't send CRLF to things that don't want it.
11448         (nnimap-request-accept-article): Ditto.
11449
11450 2010-09-18  Julien Danjou  <julien@danjou.info>
11451
11452         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11453         than curl to retrieve images.
11454
11455 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11456
11457         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11458         the marks.
11459         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11460         (nnimap-wait-for-connection): New function.
11461         (nnimap-open-connection): If we have PREAUTH, don't query for login
11462         credentials.
11463         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11464         when doing a partial update.
11465
11466 2010-09-18  Julien Danjou  <julien@danjou.info>
11467
11468         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11469         tags.
11470
11471 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11472
11473         * nnimap.el (nnimap-credentials): New function.
11474         (nnimap-open-connection): Use the new function to look for credentials
11475         also on the numeric equivalents of "imap" and "imaps".
11476
11477         * gnus-start.el (gnus-activate-group): Send the info to
11478         gnus-request-group.
11479
11480         * nnimap.el (nnimap-request-group): Have the "check" version of the
11481         function parse flags and update the info, so that a `M-g' get a total
11482         resync of all flags from the group.
11483
11484         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11485         to allow backends to alter the info on group selection.  Also alter all
11486         the backend -request-group functions to take the parameter.
11487
11488         * nnimap.el (nnimap-store-info): New function.
11489         (nnimap-update-info): Store the info for later usage.
11490         (nnimap-request-group): Use the stored info for the dont-check case, so
11491         that we don't retrieve all marks when we enter a group.
11492
11493         * nnimap.el: Use deffoo instead of defun for interface functions.
11494
11495         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11496         update the group info.  This makes the nndraft groups, for instance, go
11497         back to their old behavior.
11498
11499         * gnus-sum.el (gnus-select-newsgroup): Indent.
11500
11501         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11502         in.
11503         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11504         nothing.
11505
11506         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11507         from methods that are denied.
11508
11509         * gnus-int.el (gnus-method-denied-p): New function.
11510
11511         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11512         store the password instead of netrc.
11513         (nnimap-open-connection): Don't error out when we can't make a
11514         connections.
11515
11516         * auth-source.el (auth-source-create): In the password prompt, say what
11517         we're querying for.  Also prompt for user name if that hasn't been
11518         given.
11519
11520         * nnimap.el (nnimap-with-process-buffer): Remove.
11521
11522 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11523
11524         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11525         method when we're reading from the agent.
11526
11527         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11528
11529         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11530         that's probably most useful for users.
11531
11532         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11533         "failed" all the time.
11534
11535         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11536         ...)) with (with-current-buffer ... ).
11537
11538         * nntp.el (nntp-open-server): Return whether the open was successful or
11539         not.
11540
11541         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11542         select an unread unseen article first.
11543
11544         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11545         /etc/services, supply some sensible port defaults.
11546
11547         * dgnushack.el: Define netrc-credentials.
11548
11549 2010-09-17  Julien Danjou  <julien@danjou.info>
11550
11551         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11552
11553 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11554
11555         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11556         doesn't have any parameters.
11557
11558 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11559
11560         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11561         only upcased checks.
11562
11563         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11564
11565         * nnimap.el (nnimap-open-shell-stream): New function.
11566         (nnimap-open-connection): Use it.
11567         (nnimap-transform-headers): Get the number of lines in each message.
11568         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11569         number of lines.
11570         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11571         problem.
11572
11573         * utf7.el (utf7-encode): Autoload.
11574
11575         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11576         to allow the mail splitting to not return a default group.  This is
11577         useful for nnimap, which will leave unmatched mail in the inbox.
11578
11579         * nnimap.el: Rewritten.
11580
11581         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11582         nnimap usage.
11583
11584         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11585         if the move is internal, so that nnimap can do fast internal moves.
11586
11587         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11588         data.
11589         (gnus-read-active-for-groups): Support finishing the early retrieval of
11590         data.
11591
11592         * gnus-range.el (gnus-range-nconcat): New function.
11593
11594         * gnus-int.el (gnus-finish-retrieve-group-infos)
11595         (gnus-retrieve-group-data-early): New functions.
11596
11597 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11598
11599         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11600         (nnrss-retrieve-groups):
11601         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11602         (pop3-quit): Use with-current-buffer.
11603
11604 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11607         instead of nnheader-accept-process-output.
11608
11609         * dgnushack.el (dgnushack-compile): Add comment.
11610
11611         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11612
11613         * gnus-html.el (gnus-html-schedule-image-fetching)
11614         (gnus-html-prefetch-images): Replace process-kill-without-query by
11615         gnus-set-process-query-on-exit-flag.
11616
11617 2010-09-16  Romain Francoise  <romain@orebokech.com>
11618
11619         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11620
11621 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11622
11623         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11624         parameter to unintern is mandatory-ish in Emacs 24.
11625
11626         * gnus-html.el (gnus-html-schedule-image-fetching)
11627         (gnus-html-prefetch-images): Check for curl before using it.
11628
11629         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11630         depend on curl, which isn't essential.
11631
11632         * imap.el: Revert back to version
11633         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11634         seem problematic.
11635
11636 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11637
11638         * gnus-registry.el (gnus-registry-install-shortcuts):
11639         Explicitly pass `obarray' to `unintern' to avoid a warning.
11640
11641 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11642
11643         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11644         change.
11645
11646         * nnrss.el (nnrss-request-list): Remove this function and related
11647         functions, including the moreover stuff.
11648
11649 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11650
11651         * nnrss.el (nnrss-retrieve-groups): New function.
11652
11653 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11654
11655         * .dir-locals.el: Add no-byte-compile cookie.
11656
11657 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11658
11659         * time-date.el (format-seconds): Comment fix.
11660
11661         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11662         for back end that doesn't support request-scan.
11663
11664 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11665
11666         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11667         then do request scans from the backends.
11668
11669         * netrc.el (netrc-credentials): New conveniency function.
11670
11671         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11672         avoid running a hook per line, since this takes a lot of time,
11673         profiling shows.
11674         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11675         directly if gnus-visual-p is true.
11676
11677 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11678
11679         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11680         groups; replace mapcar with dolist which is a bit faster; pass groups
11681         info to gnus-read-active-file-1.
11682         (gnus-read-active-file-1): Scan only specified groups if the new
11683         optional arg `infos' is given.
11684
11685 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11686
11687         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11688
11689         * pop3.el (pop3-movemail): Remove.
11690         (pop3-streaming-movemail): Rename to pop3-movemail.
11691
11692         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11693         don't restrict end-tag searches to the end of the line.
11694
11695 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11698         articles of every unchecked group to t, which means unknown since the
11699         server has never been opened.
11700
11701 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11702
11703         * gnus-html.el (gnus-html-show-alt-text): New command.
11704         (gnus-html-browse-image): Ditto.
11705         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11706         to browse the image directly.
11707         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11708         better.
11709
11710         * gnus-async.el (gnus-async-article-callback):
11711         Call `gnus-html-prefetch-images' unconditionally.
11712
11713         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11714         before feeding URLs to curl.
11715
11716 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11719         internal images as deletable by `W D D'.
11720
11721         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11722         (gnus-async-article-callback): Fix typo.
11723
11724 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11725
11726         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11727         current line to work around bugs in the output from w3m.
11728
11729         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11730         for groups that want that.
11731
11732         * nntp.el (nntp-wait-for-string): Supply a timeout for
11733         accept-process-output to ensure progress.
11734
11735         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11736         level to get unread articles from, then use that for foreign groups,
11737         too.
11738
11739         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11740         confuses the rest of the function.
11741
11742         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11743         for the methods that support -retrieve-groups, too.
11744
11745         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11746
11747 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11750         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11751
11752         * pop3.el: Require cl when compiling.
11753         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11754
11755 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11756
11757         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11758         that aren't going to be activated.
11759         (gnus-get-unread-articles): Fix up the last commit.
11760
11761         * gnus-html.el (gnus-article-html): Allow calling without specifying
11762         the handle.  In that case, dissect the buffer first.
11763
11764         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11765
11766         * nnimap.el (nnimap-open-connection): Revert the change that would look
11767         into authinfo for imaps instead of imap.
11768
11769         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11770         say that you don't want to call gnus-request-group with don-check, but
11771         do check the reponse.  This is for virtual groups only.
11772         (gnus-get-unread-articles): Count the archive groups as secondary, so
11773         that they're activated the same way as before.
11774
11775         * imap.el (imap-message-map): Removed optional buffer parameter, since
11776         no callers use it.
11777         (imap-message-get): Ditto.
11778         (imap-message-put): Ditto.
11779         (imap-mailbox-map): Ditto.
11780         (imap-mailbox-put): Ditto.
11781         (imap-mailbox-get): Ditto.
11782         (imap-mailbox-get): Revert last change for this function.
11783
11784         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11785         case-insensitively.
11786         (nnimap-debug): Remove.
11787
11788         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11789         callers to use `imap-fetch' instead.  According to the comments, this
11790         should be safe, since all other IMAP clients use the 1:* syntax.
11791         (imap-enable-exchange-bug-workaround): Remove.
11792         (imap-debug): Remove -- doesn't seem very useful.
11793
11794         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11795         mail from a file, and the file doesn't exist.
11796
11797         * imap.el (imap-log): New convenience function used throughout instead
11798         of repeating the same code all over the place.
11799
11800         * pop3.el (pop3-streaming-movemail): Return t for success.
11801
11802         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11803         .authinfo if we're using ssl connection.
11804
11805         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11806         already have if we're in a main Gnus `g' run.
11807
11808         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11809
11810 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11813
11814         * nnmh.el (nnmh-request-list-1): Bind `file'.
11815
11816         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11817         alias to set-process-query-on-exit-flag or process-kill-without-query.
11818         (pop3-open-server): Use it.
11819
11820 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11821
11822         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11823         box to the Incoming file.  Fixes mistake in previous checkin.
11824
11825         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11826         request loop (for debugging purposes) removed.
11827
11828         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11829         culprit is more visible.
11830         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11831         (nnml-add-incremental-nov): New functions to do "incremental" nov
11832         updates, where we just append to the end of the existing nov files
11833         without reading/writing them in full.
11834
11835         * mail-source.el (mail-source-delete-crash-box): Really only check the
11836         incoming files once in a while.
11837
11838         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11839
11840         * mail-source.el (mail-source-delete-crash-box): Only check the
11841         incoming files for deletion once per day to save a lot of file
11842         accesses.
11843
11844         * pop3.el (pop3-logon): Fix up unbound variable typo.
11845
11846         * mail-source.el (pop3-streaming-movemail): Autoload.
11847
11848         * pop3.el (pop3-streaming-movemail):
11849         Respect pop3-leave-mail-on-server.
11850
11851         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11852         retrieval.
11853
11854         * pop3.el (pop3-process-filter): Remove unused function.
11855         (pop3-streaming-movemail, pop3-send-streaming-command)
11856         (pop3-wait-for-messages, pop3-write-to-file)
11857         (pop3-number-of-responses): New functions for streaming pop3
11858         retrieval.
11859
11860         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11861         come from no known methods.
11862         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11863         list.
11864
11865         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11866         message sizes.
11867         (pop3-movemail): Use erase-buffer instead of looping and deleting
11868         regions, which seems rather odd.
11869
11870         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11871         file once per `g' run.
11872
11873         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11874         directories.  This makes the draft queue directory work.
11875
11876         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11877         data from the backends, so that we only request the list of groups from
11878         each method once.  This should speed things up considerably.
11879
11880         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11881         detect that it's not implemented.
11882
11883         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11884         we actually do recurse down into the tree, but don't stat all leaf
11885         nodes.
11886
11887         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11888         then say so instead of bugging out.
11889
11890         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11891         files exist before trying to read them.
11892
11893         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11894         around <pre_int>.
11895
11896         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11897
11898         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11899
11900 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11901
11902         * mm-util.el (mm-image-load-path): Just return the image directories,
11903         not all directories in the path in addition to the image directories.
11904         (mm-image-load-path): Maintain a cache of the image directories so that
11905         the `g' command in Gnus doesn't have to stat dozens of directories each
11906         time.
11907
11908         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11909         (gnus-html-wash-tags): Add a new `i' command to insert images.
11910         (gnus-html-insert-image): New command and keystroke.
11911         (gnus-html-redisplay-with-images): New command and keystroke.
11912         (gnus-html-show-images): Rename command.
11913         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11914         spacers.
11915         (gnus-html-wash-tags): Decode entities at the end, so that entities
11916         inside the tags don't mess up the rest of the "parsing".
11917
11918         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11919         so that nnimap methods aren't agentized by default.  There's apparently
11920         many problems related to agent/imap behavior.
11921
11922         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11923
11924         * gnus-html.el: Doc fix.
11925
11926 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11927
11928         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11929         specifier-spec-list for Emacs 21.
11930
11931         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11932         glyph-width and glyph-height instead of display-graphic-p and
11933         image-size; make avoidance of displaying small images work for XEmacs.
11934
11935         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11936         for XEmacs.
11937
11938         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11939         of symbol that holds plist data.
11940         (gnus-process-plist): Remove plist of process after getting it.
11941
11942 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11943
11944         * message.el (message-generate-hashcash): Change default to
11945         'opportunistic if hashcash is installed.
11946
11947         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11948         (gnus-html-put-image): Only call image-size once, since it's somewhat
11949         time-consuming on remote X servers.
11950
11951 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11954         type on data, not a file name.
11955
11956         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11957         window-pixel-edges for Emacs 21.
11958
11959         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11960         decoded contents.
11961         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11962
11963 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11964
11965         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11966         group line format, since it isn't very interesting.
11967
11968         * gnus-agent.el (gnus-agent-short-article),
11969         (gnus-agent-long-article): Increase values for these two variables,
11970         since most people are likely to have more network connection and
11971         storage than before.
11972
11973         * gnus.el (gnus-refer-article-method): Change default to 'current.
11974         When referring an article, the common behavior is to refer it from the
11975         current select method, not the native select method.  The chances of
11976         the native select method having the message in question is rather slim
11977         these days.
11978
11979         * gnus-sum.el (gnus-auto-select-subject): Change default to
11980         `unseen-or-unread'.  I think it's likely that most people want to
11981         select an unseen article over a previously seen, but unread one.
11982
11983         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11984         means that in the article buffer none of the minor mode elements will
11985         be shown, usually, and this is not desirable in most cases.
11986
11987         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11988         that commands like `d' (and the like) go to the next line in the
11989         buffer, instead of the next unread article.  I think this is the
11990         behavior that is most natural for most users.
11991         (gnus-single-article-buffer): Change default to nil, so that people can
11992         have as many article buffers open as they have summary buffer.  I think
11993         this is the most natural way for the groups to behave.
11994
11995         * message.el (message-generate-new-buffers): Change default to
11996         `unsent', so that all new message buffers start their names with the
11997         string "*unsent", and it's easier to find the buffers if you move from
11998         them.
11999
12000 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12001
12002         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12003         small.  They're probably tracking images.
12004         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12005         (gnus-html-rescale-image): Yet another try at getting the image sizing
12006         right.
12007
12008         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12009         nntp-marks-file-name is nil.
12010
12011 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12012
12013         * gnus-html.el (gnus-html-wash-tags)
12014         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12015         Better logging.
12016
12017 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12018
12019         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12020
12021         * gnus-html.el (gnus-html-wash-tags): Check the value of
12022         gnus-blocked-images in the summary buffer.
12023
12024 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12025
12026         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12027
12028 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12029
12030         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12031         like "a", it seems like.
12032         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12033         since it needs to be picked from the correct buffer.
12034
12035         * nnwfm.el: Remove.
12036
12037         * nnlistserv.el: Remove.
12038
12039 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12040
12041         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12042         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12043
12044 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12045
12046         * nnkiboze.el: Remove.
12047
12048         * nndb.el: Remove.
12049
12050         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12051         alt text.
12052         (gnus-html-rescale-image): Try to get the rescaling logic right for
12053         images that are just wide and not tall.
12054
12055         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12056         overshadow variable bindings.
12057
12058 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12059
12060         * gnus-html.el (gnus-html-wash-tags)
12061         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12062         Add extra logging.
12063
12064 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12065
12066         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12067         (gnus-max-image-proportion): New variable.
12068         (gnus-html-rescale-image): New function.
12069         (gnus-html-put-image): Rescale images.
12070
12071 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12072
12073         Fix up some byte-compiler warnings.
12074         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12075         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12076         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12077         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12078         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12079         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12080         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12081
12082 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * gnus-html.el (gnus-article-html): Decode contents by charset.
12085
12086 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12089         (gnus-html-frame-width, gnus-blocked-images):
12090         * message.el (message-prune-recipient-rules): Add custom version.
12091         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12092
12093         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12094         functions.
12095
12096         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12097         gnus-process-get.
12098
12099 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12100
12101         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12102         instead of lsub directly.
12103
12104 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12105
12106         * nnwarchive.el: Remove.
12107
12108         * gnus-soup.el: Remove.
12109
12110         * nnsoup.el: Remove.
12111
12112         * nnultimate.el: Remove.
12113
12114         * gnus-html.el (gnus-blocked-images): New variable.
12115
12116         * message.el (message-prune-recipients): New function.
12117         (message-prune-recipient-rules): New variable.
12118
12119         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12120         guess whether a long line is natural text or not.
12121
12122         * gnus-html.el (gnus-html-schedule-image-fetching):
12123         Use gnus-process-plist and friends for compatibility.
12124
12125 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12126
12127         * gnus-html.el: Require packages that define macros used in this file.
12128         (gnus-article-mouse-face): Declare to silence byte-compiler.
12129         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12130         process-get.
12131         (gnus-html-put-image): Use plist-get to avoid getf.
12132         (gnus-html-prefetch-images): Use with-current-buffer.
12133
12134 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * gnus-ems.el: Provide compatibility functions for
12137         gnus-set-process-plist.
12138
12139         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12140         header-line-format for XEmacs 21.4.
12141
12142         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12143         * gnus.el (gnus-valid-select-methods):
12144         * message.el (message-send-mail-partially-limit):
12145         * mm-decode.el (mm-text-html-renderer):
12146         * mml.el (mml-insert-mime-headers-always):
12147         * smiley.el (smiley-regexp-alist): Bump custom version.
12148
12149 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12150
12151         * gnus-html.el: Require mm-url.
12152         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12153         with the url to `url'.
12154         (gnus-html-wash-tags): Support cid: URLs/images.
12155
12156 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12157
12158         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12159         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12160         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12161
12162         * gnus-move.el: Remove file, since it doesn't really work.
12163
12164         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12165         UTF-8.  This seems to fix problems with some German web feeds.
12166
12167         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12168         at the top so that the proper colors are applied.
12169
12170         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12171         don't have dots in their names.
12172
12173         * gnus-art.el (gnus-article-view-part): Doc fix.
12174
12175         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12176         XEmacs-compatible.
12177         (gnus-html-put-image): Don't do images on non-graphic displays.
12178
12179         * nnslashdot.el: Remove this unused backend.
12180
12181         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12182         actions.
12183         (gnus-undo-register-1): Revert last change.
12184
12185         * gnus-group.el (gnus-group-completing-read): Protect against not
12186         having completion-styles bound.
12187
12188         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12189         make broken recipients happier.
12190
12191         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12192
12193         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12194         point parameter.
12195
12196         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12197
12198         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12199         completion-styles for group selection.
12200
12201 2009-02-04  Andreas Schwab  <schwab@suse.de>
12202
12203         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12204         headers and regexp-quote the match if necessary.
12205
12206 2009-03-24  Miles Bader  <miles@gnu.org>
12207
12208         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12209         the blinking smiley.
12210
12211 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12212
12213         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12214         blink smiley.
12215
12216 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12217
12218         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12219         where the dribbel file lives exists.
12220
12221         * message.el (message-send-mail-partially-limit): Change the default to
12222         nil, since most people don't want this.
12223
12224         * mm-url.el (mm-url-decode-entities): Also decode entities like
12225         &#x3212.
12226
12227 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12228
12229         * gnus-sum.el (gnus-summary-idna-message):
12230         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12231         Hyperlink urls in docstrings with URL `...'.
12232
12233 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12234
12235         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12236         functions.
12237
12238 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12239
12240         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12241         say what the mouseover text should be.
12242
12243         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12244         version of the mm-w3m-safe-url-regexp variable to only download images
12245         in the groups where we want that to happen.
12246
12247         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12248
12249         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12250         easier debugging.
12251         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12252         big pictures in the article buffer.
12253
12254         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12255         gnus-article-html.
12256         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12257         w3m.
12258
12259         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12260
12261 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12262
12263         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12264         which doesn't exist.
12265
12266         * message.el (message-inhibit-ecomplete): New variable to allow some
12267         function to inhibit ecomplete address storage.
12268         (message-resend): Disable ecomplete message storage when resending
12269         messages.
12270
12271         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12272
12273 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12276         Save excursion while copying, moving, and deleting articles in order to
12277         prevent the cursor from jumping to unforeseen place.
12278
12279 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12280
12281         * lpath.el: No need to bind bookmark-current-buffer,
12282         bookmark-yank-point and bookmark-make-record-function.
12283
12284 2010-08-17  Glenn Morris  <rgm@gnu.org>
12285
12286         * gnus-sync.el: Require gnus components whose functions are used.
12287
12288         * gnus-art.el (bookmark-make-record-function):
12289         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12290         Declare for compiler.
12291
12292         * mm-url.el (mml-compute-boundary): Autoload.
12293
12294 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12297
12298 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12299
12300         Typo fix "hoo4a" -> "hook".
12301
12302         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12303
12304 2010-08-14  Glenn Morris  <rgm@gnu.org>
12305
12306         * gnus-sync.el (gnus-sync): Fix defgroup version.
12307
12308 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12309
12310         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12311
12312         * gnus-sync.el: Fix docs.
12313         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12314         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12315
12316 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12317
12318         Optimizations for gnus-sync.el.
12319
12320         * gnus-sync.el: Add docs about gnus-sync-backend
12321         possibilities.
12322         (gnus-sync-save): Remove unnecessary message.
12323         (gnus-sync-read): Optimize and show what groups were skipped.
12324
12325 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12326
12327         Minor bug fixes for gnus-sync.el.
12328
12329         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12330         Don't read the sync on get-new-news.
12331
12332         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12333         quiet.
12334
12335         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12336         (fix typo).
12337
12338 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12339
12340         Make saving and restoring of hidden threads work with overlays.
12341         Patch applied by Ted Zlatanov.
12342
12343         * gnus-sum.el (gnus-hidden-threads-configuration)
12344         (gnus-restore-hidden-threads-configuration): Update to deal with text
12345         properties, rather than searching for a magic character.
12346
12347 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12348
12349         New gnus-sync.el library for synchronization of marks.
12350
12351         * gnus-sync.el: New library for synchronization of marks.
12352
12353         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12354         renamed from `gnus-registry-grep-in-list'.
12355
12356         * gnus-registry.el (gnus-registry-follow-group-p):
12357         Use `gnus-grep-in-list'.
12358
12359         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12360
12361 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12362
12363         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12364         determining charset of text fails.
12365
12366 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12367
12368         * nnmail.el (nnmail-get-new-mail-1): Revert.
12369
12370         * nnml.el (nnml-active-number): Make sure names of newly created groups
12371         in nnml-group-alist are encoded.
12372
12373 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12376         containing non-ASCII characters in active file for nnml back end.
12377
12378 2010-07-24  David Engster  <dengste@eml.cc>
12379
12380         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12381         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12382
12383 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12384
12385         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12386         tag (Bug#6654).
12387
12388 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12391         the article buffer, not the summary buffer.
12392
12393 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12394
12395         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12396         Emacs 23 as well.
12397
12398 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12399
12400         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12401         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12402
12403 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12404
12405         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12406         Patch applied by Karl Fogel.
12407
12408         * gnus-sum.el (gnus-summary-bookmark-make-record):
12409         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12410
12411 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12412
12413         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12414         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12415         C-w still not working correctly from Article buffers; Thierry's
12416         patch to fix that will be applied after this.
12417
12418         * gnus-art.el (bookmark-make-record-function): New local variable.
12419
12420         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12421         article buffer.
12422         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12423
12424 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12425
12426         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12427         on changes in bookmark.el.
12428
12429 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12432         `no-log' instead of message not to log prompt string.
12433
12434 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12435
12436         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12437         the *other* type of HTML form submission.
12438
12439 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12440
12441         * auth-source.el (auth-source-pick): If choice does not contain a
12442         questioned keyword, set the check to t.
12443
12444 2010-06-12  Romain Francoise  <romain@orebokech.com>
12445
12446         * gnus-util.el (gnus-date-get-time): Move up before first use.
12447
12448 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12449
12450         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12451         (gnus-article-edit-part): Bind it to make last part that is substituted
12452         or deleted visible.
12453         (gnus-mime-display-single): Buttonize part of which id equals to
12454         gnus-mime-buttonized-part-id.
12455
12456 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12457
12458         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12459         (gnus-dd-mmm): Use gnus-date-get-time.
12460         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12461         simplify logic.
12462         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12463         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12464
12465 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12466
12467         * auth-source.el (top): Autoload `secrets-list-collections',
12468         `secrets-create-item', `secrets-delete-item'.
12469         (auth-sources): Fix tag string.
12470         (auth-get-source, auth-source-retrieve, auth-source-create)
12471         (auth-source-delete): New defuns.
12472         (auth-source-pick): Rewrite in order to avoid 2 passes.
12473         (auth-source-forget-user-or-password): New parameter USERNAME.
12474         (auth-source-user-or-password): New parameters CREATE-MISSING and
12475         DELETE-EXISTING.  Retrieve password interactively, if needed.
12476
12477 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12478
12479         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12480         deleting unused directories when gnus-expert-user is t.
12481
12482 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12485         for each temp file when gnus-article-browse-delete-temp is ask.
12486
12487 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12488
12489         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12490         Replace Lisp calls to delete-backward-char by calls to delete-char.
12491
12492 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12493
12494         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12495
12496 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12497
12498         * password-cache.el (password-cache-remove): Fix docstring.
12499
12500 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12503         article unless decoding article to be saved.
12504
12505 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12508         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12509         generated within the mm-with-unibyte-current-buffer macro.
12510
12511 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12512
12513         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12514         to nil when we're in a mml-preview buffer and no group is selected.
12515
12516 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12517
12518         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12519         when catching the `C-g'.  Reported by "Leo".
12520
12521 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * message.el (message-forward-make-body-plain)
12524         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12525         multibyte-string-p.
12526
12527         * lpath.el: Revert.
12528
12529 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12530
12531         * message.el (message-forward-make-body-mml): Assume original message
12532         is multibyte string; error on unibyte.
12533         (message-forward-make-body-plain): Ditto; don't add excessive newline
12534         in body end.
12535
12536         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12537
12538 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12539
12540         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12541         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12542
12543 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * mm-extern.el (mm-extern-url): Don't use
12546         mm-with-unibyte-current-buffer.
12547         (mm-extern-cache-contents): Use with-current-buffer instead of
12548         save-excursion + set-buffer.
12549
12550 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * mm-util.el (mm-emacs-mule): Remove.
12553
12554 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12555
12556         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12557         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12558         change.
12559
12560 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12561
12562         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12563         bind the default value of enable-multibyte-characters to nil.
12564
12565 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12566
12567         * message.el (message-forward-make-body-plain)
12568         (message-forward-make-body-mml):
12569         Don't use mm-with-unibyte-current-buffer.
12570
12571 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12572
12573         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12574
12575 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12576
12577         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12578         (Bug#5592).
12579
12580 2010-05-07  Julien Danjou  <julien@danjou.info>
12581
12582         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12583         it to mm-pipe-part.
12584
12585         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12586         it is given.
12587
12588 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12589
12590         * binhex.el (binhex-decode-region-internal):
12591         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12592         (dns-query):
12593         * nnweb.el (nnweb-gmane-search):
12594         * pgg-parse.el (pgg-parse-armor):
12595         * pgg.el (pgg-verify-region):
12596         * sha1.el (sha1-string-external):
12597         * uudecode.el (uudecode-decode-region-internal):
12598         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12599         XEmacs.
12600
12601         * gnus-art.el (gnus-article-browse-html-parts):
12602         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12603         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12604         make-temp-file.
12605
12606         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12607         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12608         compiling.
12609
12610         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12611         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12612         XEmacs when compiling.
12613
12614         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12615         gnus-pick-mode-off-hook for XEmacs when compiling.
12616         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12617         gnus-binary-mode-off-hook for XEmacs when compiling.
12618
12619         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12620         Return nil if char-charset is not available.
12621
12622         * imap.el (imap-disable-multibyte)
12623         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12624         macros.
12625
12626         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12627         instead of encode-coding-string.
12628
12629         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12630         'xemacs) instead of mm-emacs-mule to switch function definitions.
12631         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12632
12633         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12634         bind temporary-file-directory for XEmacs;
12635         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12636         timer-set-function for XEmacs 21.4 and SXEmacs;
12637         bind timer-list for XEmacs 21.4 and SXEmacs;
12638         fbind char-charset and find-charset-region for non-Mule XEmacs;
12639         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12640         encode-coding-region and encode-coding-string for XEmacs having no
12641         file-coding feature.
12642
12643 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12644
12645         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12646
12647 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12648
12649         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12650         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12651
12652 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12653
12654         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12655         alias `jka-compr-delete-temp-file' no longer exists.
12656
12657 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12658
12659         Use define-minor-mode in Gnus where applicable.
12660         * mml.el (mml-mode): Use define-minor-mode.
12661         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12662         (gnus-undo-mode): Use define-minor-mode.
12663         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12664         (gnus-dead-summary-mode): Use define-minor-mode.
12665         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12666         Initialize in declaration.
12667         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12668         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12669         (gnus-mailing-list-mode): Use define-minor-mode.
12670         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12671         (gnus-draft-mode): Use define-minor-mode.
12672         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12673         (gnus-dired-mode): Use define-minor-mode.
12674
12675 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12676
12677         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12678         handles on recursive mml-to-mime translation and check them for
12679         boundary delimiter collisions.  Reported by Greg Troxel.
12680
12681 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12684
12685 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12686
12687         * mm-util.el (mm-find-buffer-file-coding-system):
12688         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12689
12690 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12691
12692         * message.el (message-generate-headers): Record insertion of optional
12693         headers as well.  Otherwise the check to prevent repeated insertion of
12694         optional headers is a no-op.
12695
12696 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12697
12698         * smime.el: Don't mention CVS.
12699
12700         * nnrss.el (nnrss-fetch): Don't mention CVS.
12701
12702         * nnir.el: Don't mention CVS.
12703
12704 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12705
12706         * gnus-sum.el (gnus-summary-bookmark-make-record):
12707         Add `location' field.
12708
12709 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * lpath.el: Fbind bookmark-default-handler,
12712         bookmark-get-bookmark-record, bookmark-make-record-default,
12713         bookmark-prop-get for Emacs <23 and XEmacs.
12714
12715 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12716
12717         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12718         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12719         Use with-current-buffer to silence the byte-compiler.
12720         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12721         bother to require `gnus'.
12722         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12723
12724 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12725
12726         * gnus-sum.el (gnus-summary-bookmark-make-record)
12727         (gnus-summary-bookmark-jump): New functions.
12728         (gnus-summary-mode): Setup bookmark support.
12729
12730 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12731
12732         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12733         if set.
12734
12735 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12736
12737         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12738         gnus-article-browse-html-save-cid-image; make it work recursively for
12739         forwarded messages as well.
12740         (gnus-article-browse-html-parts): Work when prefix arg is given.
12741         (gnus-article-browse-html-article): Doc fix.
12742
12743 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12744
12745         * message.el (message-default-mail-headers)
12746         (message-default-headers): Carry the value mail-default-headers over
12747         into message-default-mail-headers, rather than message-default-headers.
12748
12749 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12750
12751         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12752         charset.
12753
12754         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12755         charset into the <meta> tag when the article is encoded to utf-8.
12756
12757 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * gnus-art.el (gnus-article-browse-delete-temp-files):
12760         Delete directories as well.
12761         (gnus-article-browse-html-parts): Work for images that do not specify
12762         file names; delete temp directory when quitting; insert header at the
12763         right place; use file: scheme for image files.
12764
12765 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12766
12767         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12768         (gnus-article-browse-html-parts): Use it to make temporary cid image
12769         files in addition to html file so that browser may display them.
12770
12771 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12772
12773         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12774
12775 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12776
12777         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12778
12779 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12780
12781         * auth-source.el (auth-sources): Change default to be simpler.
12782         Explain about Secret Service API sources.  Improve Customize options.
12783         (auth-source-pick): Change to accept any number of search parameters.
12784         Implement fallbacks iteratively, not recursively.  Add scoring on the
12785         second pass and sort by score.  Call Secret Service API when needed.
12786         (auth-source-user-or-password): Use it.  Call Secret Service API
12787         directly when needed to get the user name and the password.
12788
12789 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12790
12791         * message.el (message-interactive): Doc fix.
12792         (message-qmail-inject-args): Reflow.
12793         (message-kill-to-signature): Fix typo in docstring.
12794
12795         * smiley.el (smiley-buffer): Fix typo in docstring.
12796
12797 2010-03-24  Glenn Morris  <rgm@gnu.org>
12798
12799         * mail-source.el (gnus-message): Declare.
12800         (mail-source-delete-old-incoming): Require gnus-util.
12801
12802 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12805
12806         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12807
12808         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12809         password-cache's default if it is not bound.
12810         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12811         password-cache-expiry's default if it is not bound.
12812
12813         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12814         available in Emacs 21.
12815
12816         * lpath.el: Suppress compiler warnings for:
12817         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12818         XEmacs;
12819         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12820         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12821         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12822
12823 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12824
12825         * auth-source.el (auth-sources): Fix up definition so extra parameters
12826         are always inline.
12827
12828 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12829
12830         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12831         wasn't updated after mismatch.  Clear cached mailbox info correctly
12832         when uidvalidity changes.
12833         (nnimap-group-prefixed-name): New function to avoid some code
12834         duplication.
12835         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12836         (nnimap-request-group): Use it.
12837         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12838         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12839         with many imap folders.  This is done by caching the group status from
12840         the imap server persistently in a group parameter `imap-status'.  (This
12841         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12842         but not persistently, so every Gnus startup was still very slow.)
12843
12844 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12845
12846         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12847         delete the extra newline.  Otherwise editing of :string and :number
12848         types don't work.
12849
12850 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12851
12852         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12853         secrets.el dependency.
12854         (auth-sources): Add optional user name.  Add secrets.el configuration
12855         choice (unused right now).
12856
12857 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12858
12859         * gnus-sum.el (gnus-summary-make-menu-bar):
12860         Let `gnus-registry-install-shortcuts' fill in the functions.
12861
12862         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12863         warnings.
12864         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12865         (gnus-registry-install-shortcuts): Populate and use it in a
12866         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12867
12868 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12869
12870         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12871         In-place substitutions for the group name encoding/decoding.
12872         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12873         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12874         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12875         (nnimap-update-unseen, nnimap-request-list)
12876         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12877         (nnimap-request-set-mark, nnimap-split-to-groups)
12878         (nnimap-split-articles, nnimap-request-newgroups)
12879         (nnimap-request-create-group, nnimap-request-accept-article)
12880         (nnimap-request-delete-group, nnimap-request-rename-group)
12881         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12882         `encoded-mbx' for consistency.
12883         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12884         variable `imap-current-mailbox'.
12885
12886         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12887         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12888
12889 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12890
12891         * pop3.el (pop3-display-message-size-flag): Display message size byte
12892         counts during POP3 download.
12893         (pop3-movemail): Use it.
12894         (pop3-list): Implement listing of available messages.
12895
12896 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12897
12898         * nnir.el (nnir-get-article-nov-override-function): New function to
12899         override the normal NOV retrieval.
12900         (nnir-retrieve-headers): Use it.
12901
12902 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12903
12904         * auth-source.el (netrc-machine-user-or-password): Autoload.
12905
12906 2010-03-19  Glenn Morris  <rgm@gnu.org>
12907
12908         Stop message.el from loading about 40 libraries it doesn't always need.
12909         The general approach is to autoload rather than require, and to
12910         require in the specific functions rather than the file.  (Bug#5642)
12911
12912         * gmm-utils.el: Don't require wid-edit.
12913         (widget-create-child-value, widget-convert, widget-default-get):
12914         Autoload.
12915
12916         * gnus-util.el: Don't require time-date, netrc.
12917         (message-fetch-field, gnus-group-name-decode): Declare rather than
12918         autoloading.
12919         (gnus-fetch-field): Require message.
12920         (gnus-decode-newsgroups): Require gnus-group.
12921
12922         * ietf-drums.el: Don't require time-date.
12923
12924         * message.el: Don't require hashcash, canlock, ecomplete.
12925         Do require mail-utils.  Require nnheader only when compiling.
12926         (smtpmail-default-smtp-server): Remove declaration.
12927         (message-send-mail-function): Check smtpmail-default-smtp-server
12928         is bound rather than requiring smtpmail.
12929         (message-auto-save-directory, message-insert-signature):
12930         Use expand-file-name rather than nnheader-concat.
12931         (nnheader-insert-file-contents): Autoload.
12932         (hashcash-wait-async): Declare.
12933         (message-send-mail): Only call gnus-setup-posting-charset if
12934         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12935         (message-send-mail-with-sendmail): Require sendmail.
12936         (canlock-password, canlock-password-for-verify): Declare.
12937         (message-canlock-password): Require canlock.
12938         (nnheader-get-report): Autoload.
12939         (gnus-setup-posting-charset): Declare.
12940         (message-send-news): Require gnus-msg.
12941         (message-make-references, message-make-in-reply-to): Use mail-header-id
12942         rather than the alias mail-header-message-id.
12943         (ecomplete-add-item, ecomplete-save): Declare.
12944         (message-put-addresses-in-ecomplete): Require ecomplete.
12945         (ecomplete-display-matches): Autoload.
12946
12947         * mm-decode.el: Don't require mailcap, gnus-util.
12948         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12949         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12950         Autoload.
12951         (mailcap-mime-extensions): Declare.
12952
12953         * mm-encode.el: Don't require mailcap.
12954         (mailcap-extension-to-mime): Autoload.
12955
12956         * mml-sec.el: Don't require password-cache.
12957
12958         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12959         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12960         (mml-minibuffer-read-type): Require mailcap.
12961         (mml-preview): Require gnus-msg.
12962
12963         * mml1991.el: Require password-cache.
12964         (password-cache-expiry): Remove declaration.
12965
12966         * mml2015.el: Require password-cache.
12967         (password-cache-expiry): Remove declaration.
12968
12969         * nneething.el (mailcap): Require mailcap.
12970
12971         * nnheader.el (declare-function): Add compatibility stub.
12972         (message-remove-header): Declare rather than autoload.
12973         (nnheader-replace-header): Require message.
12974
12975         * nnimap.el (declare-function): Add compatibility stub.
12976         (netrc-parse, netrc-machine-user-or-password): Declare.
12977         (nnimap-open-connection): Require netrc.
12978
12979         * nntp.el (declare-function): Add compatibility stub.
12980         (netrc-parse, netrc-machine, netrc-get): Declare.
12981         (nntp-send-authinfo): Require netrc.
12982
12983         * rfc2047.el: Don't require qp.
12984         (quoted-printable-encode-region, quoted-printable-decode-string):
12985         Autoload.
12986
12987         * sieve-mode.el: Don't require easymenu.
12988         (easy-menu-add-item): Autoload it.
12989
12990         * spam-stat.el (time-to-number-of-days): Autoload it.
12991
12992 2010-03-19  Glenn Morris  <rgm@gnu.org>
12993
12994         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12995
12996 2010-03-18  Glenn Morris  <rgm@gnu.org>
12997
12998         * hashcash.el (declare-function): Remove duplicate definition.
12999
13000 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13001
13002         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13003         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13004         value if any backslash escapes).
13005
13006 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13009         if it is available.  (bug#5647)
13010
13011         * lpath.el: Suppress compiler warning for coding-system-from-name for
13012         Emacs 21 and XEmacs.
13013
13014 2010-03-14  Juri Linkov  <juri@jurta.org>
13015
13016         * hmac-def.el:
13017         * hmac-md5.el:
13018         * netrc.el: Fix keywords.
13019
13020 2010-02-26  Glenn Morris  <rgm@gnu.org>
13021
13022         * message.el (message-send-mail-function): Change the default, so that
13023         it inherits from a customized send-mail-function.  (Bug#5643)
13024
13025 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13026
13027         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13028         shell-command-to-string signals an error (bug#5299).
13029
13030 2010-02-24  Glenn Morris  <rgm@gnu.org>
13031
13032         * message.el (message-smtpmail-send-it)
13033         (message-send-mail-with-mailclient): Doc fixes.
13034
13035 2010-02-16  Glenn Morris  <rgm@gnu.org>
13036
13037         * message.el (message-default-mail-headers): Change the default value
13038         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13039
13040 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13043         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13044
13045 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13046
13047         * time-date.el (date-to-time): Doc fix (Bug#5408).
13048
13049 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13050
13051         * message.el (message-mail): Just pass yank-action on to message-setup.
13052         (message-setup): Handle (FUN . ARGS) form of yank-action.
13053         (message-with-reply-buffer, message-widen-reply)
13054         (message-yank-original): Handle non-buffer values of
13055         message-reply-buffer (Bug#4080).
13056         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13057
13058 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13059
13060         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13061         Fix typo in docstring.
13062
13063 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13064
13065         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13066         response.
13067
13068 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13071
13072         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13073
13074         * message.el (message-check-news-header-syntax): Protect against a
13075         string that `rfc822-addresses' returns when parsing fails.
13076
13077 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13080         (gnus-previous-char-property-change): New functions.
13081
13082         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13083
13084 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13085
13086         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13087         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13088
13089 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13090
13091         * message.el (message-exchange-point-and-mark): Rework last change to
13092         avoid using optional arg of exchange-point-and-mark, for backward
13093         compatibility.
13094
13095 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13096
13097         * message.el (message-exchange-point-and-mark):
13098         Call exchange-point-and-mark with an argument rather than setting
13099         mark-active by hand (Bug#5175).
13100
13101 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13102
13103         * nntp.el (nntp-service-to-port): Work for service expressed with
13104         numeric string; replace [:digit:] with [0-9] for XEmacs.
13105
13106 2009-12-17  Glenn Morris  <rgm@gnu.org>
13107
13108         * gnus-group.el (gnus-bug-group-download-format-alist):
13109         Change emacs entry to debbugs.gnu.org.  Bump :version.
13110
13111 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13112
13113         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13114
13115 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13116
13117         * message.el (message-info): Explain why we use `Info-goto-node'.
13118
13119 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13122
13123 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13124
13125         * message.el (message-completion-in-region): New compatibility function.
13126         (message-expand-group): Use it.
13127
13128 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13129
13130         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13131         with no unread article should be listed if the 2nd arg `predicate' is
13132         given.
13133
13134 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13137
13138 2009-11-29  Juri Linkov  <juri@jurta.org>
13139
13140         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13141         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13142         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13143
13144 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13145
13146         * sha1.el (sha1-string-external): default-directory "/" in case
13147         otherwise non-existent.  process-connection-type pipe for touch of
13148         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13149
13150 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13151
13152         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13153         it's comms related and sgml-mode.el has "comm" on that basis too.
13154
13155 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13158         containing tspecial characters if they have been already quoted.
13159
13160 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13161
13162         * dns-mode.el (auto-mode-alist): Purecopy string.
13163
13164 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13165
13166         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13167
13168 2009-10-24  Glenn Morris  <rgm@gnu.org>
13169
13170         * gnus-art.el (help-xref-stack-item): Define for compiler.
13171
13172 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13173
13174         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13175
13176 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13177
13178         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13179
13180 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13181
13182         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13183         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13184
13185 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13186
13187         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13188         (gnus-overlays-in): New alias to overlays-in.
13189
13190         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13191         gnus-overlay-get, and gnus-delete-overlay.
13192         (gnus-summary-show-thread): Make it work as well for systems in which
13193         next-single-char-property-change is not available.
13194         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13195
13196         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13197         (gnus-overlay-get): New alias to extent-property.
13198         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13199
13200         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13201         SXEmacs.
13202
13203         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13204         SXEmacs.
13205
13206 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13207
13208         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13209
13210 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13211
13212         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13213         and XEmacs that don't have `remove-overlays'.
13214
13215 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13216
13217         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13218         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13219         selective display.  Use overlays instead.
13220
13221 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13222
13223         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13224
13225 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13226
13227         * spam-stat.el (spam-stat-load): Fix typo in message.
13228
13229 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13230
13231         * dig.el (dig-invoke): Fix typo in docstring.
13232         (query-dig): Reflow docstring.
13233
13234 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13235
13236         * gnus-art.el (gnus-article-encrypt-body):
13237         * message.el (message-check-recipients):
13238         * mm-util.el (mm-codepage-setup):
13239         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13240         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13241
13242 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13243
13244         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13245         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13246         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13247         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13248         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13249
13250 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13251
13252         * dig.el: Add "Keywords: comm", as per net-utils.el.
13253
13254 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13255
13256         * dig.el (dig-mode): Use define-derived-mode.
13257
13258 2009-09-19  Glenn Morris  <rgm@gnu.org>
13259
13260         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13261
13262 2009-09-18  Glenn Morris  <rgm@gnu.org>
13263
13264         * gnus-diary.el (gnus-diary-check-message):
13265         * message.el (message-insert-formatted-citation-line):
13266         * nnbabyl.el (top-level):
13267         * nndiary.el (nndiary-schedule):
13268         Fix typos in condition-case handlers.
13269
13270 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13271
13272         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13273         configuration that provides the sole article window in a frame;
13274         position point correctly after deleting a part.
13275
13276 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13277
13278         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13279         (spam-resolve-registrations-routine): Use it to unregister articles
13280         that change status.
13281
13282 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13285         with XEmacs.
13286         (parse-time-string-chars): Use it.
13287
13288 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13289
13290         * imap.el (imap-interactive-login): Better messages.
13291         (imap-open): Fix bug with renamed buffer on reconnect.
13292         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13293         for easier debugging and cleaner code.  On successful (guessed based on
13294         server capabilities) secondary authentication, set imap-state
13295         correctly.
13296         (imap-last-authenticator): Define imap-last-authenticator as a variable
13297         to avoid warnings.
13298
13299 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * nnrss.el (nnrss-request-article): Remove binding of
13302         default-enable-multibyte-characters that has gotten needless by
13303         the 2007-07-13 change in rfc2047-encode-message-header.
13304
13305         * mml.el (mml-insert-multipart): Error on the message header.
13306         (mml-insert-part): Error on the message header; position point at
13307         the end of a MIME tag.
13308
13309 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13310
13311         * time-date.el (autoload): Expand define-obsolete-function-alias into
13312         defalias and make-obsolete for old Emacsen that Gnus supports.
13313         (with-no-warnings): Define it for old Emacsen.
13314         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13315         is available.
13316         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13317         float-time is available; suppress compile warning for time-to-seconds.
13318
13319         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13320         (gnus-float-time): Alias to float-time if it exists.
13321
13322         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13323         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13324         float-time is available; suppress compile warning for time-to-seconds.
13325
13326         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13327         XEmacs.
13328
13329 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13330
13331         * imap.el (imap-message-map): Docstring fix.
13332
13333 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13334
13335         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13336         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13337         Add the optional argument `encoding' that overrides the default.
13338
13339         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13340         mm-encode-buffer.
13341
13342 2009-09-04  Glenn Morris  <rgm@gnu.org>
13343
13344         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13345         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13346         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13347         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13348         * mm-util.el (mm-with-unibyte-current-buffer)
13349         (mm-find-buffer-file-coding-system):
13350         * yenc.el (yenc-decode-region): Use default-value rather than
13351         default-enable-multibyte-characters.
13352
13353 2009-09-03  Glenn Morris  <rgm@gnu.org>
13354
13355         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13356         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13357         than default-enable-multibyte-characters.
13358
13359 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13360
13361         * gnus-art.el (gnus-article-read-summary-keys):
13362         Fix gnus-buffer-configuration's value temporarily used.
13363
13364 2009-09-02  Glenn Morris  <rgm@gnu.org>
13365
13366         * gnus-util.el (gnus-float-time): New function.
13367         * gnus-delay.el (gnus-delay-article):
13368         * gnus-sum.el (gnus-thread-latest-date):
13369         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13370         * nnspool.el (nnspool-request-newgroups):
13371         Use gnus-float-time rather than time-to-seconds.
13372         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13373
13374         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13375         (gnus-header-subject-face, gnus-header-newsgroups-face)
13376         (gnus-header-name-face, gnus-header-content-face):
13377         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13378         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13379         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13380         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13381         (gnus-cite-face-11):
13382         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13383         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13384         (gnus-server-closed-face, gnus-server-denied-face)
13385         (gnus-server-offline-face):
13386         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13387         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13388         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13389         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13390         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13391         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13392         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13393         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13394         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13395         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13396         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13397         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13398         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13399         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13400         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13401         (gnus-summary-high-undownloaded-face)
13402         (gnus-summary-low-undownloaded-face)
13403         (gnus-summary-normal-undownloaded-face)
13404         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13405         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13406         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13407         (gnus-splash-face):
13408         * message.el (message-header-to-face, message-header-cc-face)
13409         (message-header-subject-face, message-header-newsgroups-face)
13410         (message-header-other-face, message-header-name-face)
13411         (message-header-xheader-face, message-separator-face)
13412         (message-cited-text-face, message-mml-face):
13413         * sieve-mode.el (sieve-control-commands-face)
13414         (sieve-action-commands-face, sieve-test-commands-face)
13415         (sieve-tagged-arguments-face):
13416         * spam.el (spam-face):
13417         Mark face aliases with "-face" in the name as obsolete.
13418
13419 2009-09-01  Glenn Morris  <rgm@gnu.org>
13420
13421         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13422         than goto-line.
13423
13424 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13427         Don't move point if the command is invoked inside the message header.
13428
13429 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13430
13431         * imap.el (imap-send-command): Simplify.
13432         (imap-wait-for-tag): point-max -> buffer-size.
13433
13434 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13435
13436         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13437         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13438         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13439         * nnir.el (nnir-swish-e-index-file):
13440         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13441         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13442         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13443         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13444         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13445         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13446
13447 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13450         Don't save excursion.
13451
13452 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13453
13454         * nnheader.el (nnheader-find-file-noselect):
13455         * mm-util.el (mm-insert-file-contents):
13456         Use (default-value 'major-mode) instead of default-major-mode.
13457
13458 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13459
13460         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13461
13462 2009-08-26  Glenn Morris  <rgm@gnu.org>
13463
13464         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13465         than placing in files.el.
13466
13467 2009-08-25  Glenn Morris  <rgm@gnu.org>
13468
13469         * nnir.el (top-level): Don't require cl at run-time.
13470         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13471         Replace cl-function substitute with gnus-replace-in-string.
13472         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13473         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13474         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13475         simplified expansions.
13476
13477 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13478
13479         * dig.el (dig): Add autoload cookie.
13480
13481 2009-08-22  Glenn Morris  <rgm@gnu.org>
13482
13483         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13484         goto-line.
13485
13486 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13487
13488         * parse-time.el (parse-time-string-chars): Save match data.
13489
13490 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13491
13492         * parse-time.el (parse-time-string-chars): Compute using character
13493         classes, to handle non-ascii characters (Bug#3190).
13494
13495 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13496
13497         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13498
13499         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13500         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13501         (gnus-mm-display-part, gnus-mime-display-single)
13502         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13503         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13504
13505         * gnus-sum.el
13506         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13507         (gnus-summary-move-article): Add expirable mark to articles copied or
13508         moved to group that has auto-expire turned on if the option is non-nil.
13509
13510 2009-07-24  Glenn Morris  <rgm@gnu.org>
13511
13512         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13513         Fix typo.  (Bug#3903)
13514
13515 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13516
13517         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13518         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13519         that should not be used for draft articles.
13520         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13521         that has no concern in minor mode keys.
13522         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13523         Abolish.
13524
13525 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13528         article without making inquiry to a user for unknown encoding.
13529
13530         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13531         (nnmaildir--scan): Assume i-node and device number that file-attributes
13532         returns might be cons-cell.
13533
13534         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13535
13536         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13537
13538 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13539
13540         * auth-source.el: Remove docs now in auth.texi.  Don't use
13541         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13542         `auth-source-hide-passwords' and use them.
13543
13544 2009-07-15  Glenn Morris  <rgm@gnu.org>
13545
13546         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13547
13548 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13551         excessive whitespace from the default values of title and description.
13552
13553 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13556         mail-fetch-field to fetch Content-Description header in order to
13557         exclude newlines.
13558
13559 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13560
13561         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13562         format used by GnuPG 2.0.11.
13563
13564 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13567         to deleted part.
13568
13569 2009-05-30  David Engster  <dengste@eml.cc>
13570
13571         * nnmairix.el: Remove old documentation in the commentary block.
13572         (nnmairix-request-group): Do not update active file for nnml back ends.
13573         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13574         end so that overview files are ignored.
13575         (nnmairix-update-groups): Make updating the groups more robust by using
13576         marks.
13577         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13578         with dollar characters in message-id.
13579
13580 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13581
13582         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13583         2008-12-25 in dns.el.
13584
13585 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13586
13587         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13588         could happen if the text is only composed of spaces and/or tabs.
13589
13590 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13591
13592         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13593         when sending a queued message to avoid extra mml tags.
13594
13595 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13598
13599 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13602         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13603         rmail-toggle-header for XEmacs;
13604         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13605
13606 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * gnus-dired.el: Remove autoload for gnus-setup-message.
13609         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13610         displaying Gnus logo; always use compose-mail.
13611
13612 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13613
13614         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13615
13616 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13617
13618         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13619         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13620         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13621         available.
13622         (gnus-nocem-epg-verify): New function.
13623
13624 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13625
13626         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13627
13628 2009-02-15  Glenn Morris  <rgm@gnu.org>
13629
13630         * gnus-util.el (rmail-insert-rmail-file-header)
13631         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13632         autoloads.
13633         (rmail-default-rmail-file): Remove unnecessary declaration.
13634         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13635
13636 2009-02-14  Glenn Morris  <rgm@gnu.org>
13637
13638         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13639         variable (only used in gnus-util, which declares it anyway).
13640         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13641         which was only needed by gnus-art (changed to not use it any more).
13642         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13643         only used in gnus-util, which autoloads it itself.
13644         (rmail-update-summary): Fix autoload.
13645
13646         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13647         rather than rmail-output-to-rmail-file.
13648
13649 2009-02-07  Glenn Morris  <rgm@gnu.org>
13650
13651         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13652         autoload of function that no longer exists.
13653         (rmail-toggle-header): Declare.
13654         (message-forward-rmail-make-body): Handle mbox Rmail.
13655
13656 2009-01-31  Glenn Morris  <rgm@gnu.org>
13657
13658         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13659         2009-01-09 change.
13660
13661 2009-01-31  Dave Love  <fx@gnu.org>
13662
13663         * imap.el (imap-fetch-safe): Bind debug-on-error.
13664         (imap-debug): Add imap-fetch-safe.
13665
13666 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13667
13668         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13669         (auth-source-forget-all-cached): New convenience function.
13670         (auth-source-user-or-password): Accept list of modes or a single mode.
13671
13672         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13673         auth-source modes.
13674
13675         * netrc.el (netrc-machine-user-or-password): Use list of
13676         auth-source modes.
13677
13678         * nnimap.el (nnimap-open-connection): Use list of
13679         auth-source modes.
13680
13681         * nntp.el (nntp-send-authinfo): Use list of
13682         auth-source modes.
13683
13684 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13685
13686         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13687         now.
13688
13689 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13690
13691         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13692         coding system in XEmacs; add a workaround for XEmacs.
13693
13694         * lpath.el: Fbind coding-system-aliasee.
13695
13696 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13699         of current-language-environment.
13700
13701 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13702
13703         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13704         available at runtime.
13705
13706 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13709
13710 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13711
13712         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13713         the greatest positive fixnum value doesn't work under an XEmacs with
13714         bignum support; use the most-positive-fixnum constant instead,
13715         available since Emacs 21.1 with cl and XEmacs 21.1.
13716
13717 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13718
13719         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13720         XEmacs gets not to work.
13721
13722 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * mm-util.el (mm-coding-system-priorities): Allow the value like
13725         "Japanese (UTF-8)" of current-language-environment.
13726
13727 2009-01-09  Glenn Morris  <rgm@gnu.org>
13728
13729         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13730         with last-command-event.
13731
13732 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13733
13734         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13735         in the doc string.
13736
13737         * message.el (message-fix-before-sending): Amend comment.
13738
13739 2009-01-08  Dave Love  <fx@gnu.org>
13740
13741         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13742
13743 2009-01-07  David Engster  <dengste@eml.cc>
13744
13745         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13746         simplified server definitions by converting it via
13747         gnus-server-to-method.
13748
13749 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13752         parameter's operands.
13753
13754 2009-01-06  David Engster  <dengste@eml.cc>
13755
13756         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13757         primary select method (for gnus-group-mark-article-as-read).
13758
13759 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13760
13761         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13762         `(gnus)Face', not `(gnus)X-Face'.
13763
13764 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * mm-util.el (mm-ucs-to-char): New function.
13767
13768         * mm-url.el (mm-url-decode-entities): Use it.
13769
13770         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13771         unicode-to-char.
13772
13773 2009-01-05  Dave Love  <fx@gnu.org>
13774
13775         * time-date.el: Require cl for `declare'.
13776
13777 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13778
13779         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13780         Dave Love.
13781
13782 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13783
13784         * message.el (message-fix-before-sending): Add `eight-bit' to
13785         illegible-text check.
13786
13787 2009-01-03  Michael Olson  <mwolson@gnu.org>
13788
13789         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13790         `headers' is nil.  This can occur if the IMAP server does not have
13791         permissions to read messages from a folder, but can write new messages
13792         to the folder.
13793         (nnimap-request-article-part): Do not insert `data' if it is nil.
13794
13795         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13796         characters which will confuse `read', so skip past them.
13797
13798 2009-01-01  Dave Love  <fx@gnu.org>
13799
13800         * imap.el (imap-string-to-integer): Fix typo.
13801         (imap-fetch-safe): New function.
13802         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13803
13804         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13805
13806         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13807         (imap-parse-greeting): Fix doc strings.
13808         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13809         (imap-parse-flag-list): Make messages unique.
13810         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13811
13812         * nnimap.el: Fix author email.
13813         (nnimap-split-rule): Add FIXME comment.
13814         (nnimap-debug): Fix doc string.
13815
13816 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13817
13818         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13819
13820 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13821
13822         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13823         nslookup if resolv.conf isn't available.
13824         (dns-query): Rename from query-dns.
13825         (dns-query-cached): Rename from query-dns-cached.
13826
13827 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13828
13829         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13830         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13831         to check if those variables exist (first appeared in Emacs 18.50).
13832
13833 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13834
13835         * mm-util.el (mm-line-number-at-pos): New function.
13836
13837         * spam-report.el (spam-report-process-queue): Use it.
13838
13839 2008-12-24  David Engster  <dengste@eml.cc>
13840
13841         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13842         parameters that haven't existed as variables as buffer-local variables.
13843
13844 2008-12-23  Dave Love  <fx@gnu.org>
13845
13846         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13847         cadar.
13848
13849         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13850         imap-starttls-p.
13851         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13852
13853 2008-12-22  Dave Love  <fx@gnu.org>
13854
13855         * imap.el: Fix author email.  Doc fixes.
13856         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13857         reply.
13858
13859 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13860
13861         * spam-report.el (spam-report-gmane-max-requests): New constant.
13862         (spam-report-gmane-wait): New variable.
13863         (spam-report-gmane-ham, spam-report-gmane-spam)
13864         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13865         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13866         the server.
13867
13868         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13869         Add explanations.
13870
13871         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13872         nnheader-accept-process-output and nnheader-read-timeout if available.
13873         (pop3-movemail): Use it.
13874
13875         * message.el (message-check-news-body-syntax): Fix signature check if
13876         there's an attachment.
13877
13878 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13879
13880         * mm-util.el: Add comments to the mm- emulating functions.
13881
13882 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13883
13884         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13885         Reported by Stephen Berman <stephen.berman@gmx.net>.
13886
13887 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13888
13889         * mm-util.el (mm-substring-no-properties): New function.
13890         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13891         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13892         (mm-string-to-multibyte): Doc fix.
13893
13894         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13895
13896 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13897
13898         * mml.el (mml-attach-file): Strip text properties from file name.
13899         (Bug#1574)
13900
13901 2008-12-16  Glenn Morris  <rgm@gnu.org>
13902
13903         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13904
13905 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13906
13907         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13908         knows since the charset specified might be a bogus alias that
13909         mm-charset-synonym-alist provides.
13910
13911 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13912
13913         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13914         "ISO_8859-1".
13915
13916         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13917
13918 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * mm-util.el (mm-charset-eval-alist):
13921         Define it before mm-charset-to-coding-system.
13922         (mm-charset-to-coding-system): Add optional argument `silent';
13923         define it before mm-charset-override-alist.
13924         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13925         default value if it can be used in Emacs currently running;
13926         silence mm-charset-to-coding-system.
13927
13928 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13929
13930         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13931         `allow-override' which says whether to use `mm-charset-override-alist'.
13932         (rfc2047-decode-encoded-words): Use it.
13933
13934         * mm-util.el (mm-charset-override-alist): Fix custom type;
13935         add `(gb2312 . gbk)' to choices.
13936
13937 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13938
13939         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13940         fast.
13941
13942         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13943
13944         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13945
13946 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13947
13948         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13949         on links.
13950
13951         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13952
13953 2008-12-03  Lute Kamstra  <lute@gnu.org>
13954
13955         * sha1.el: Remove leading * from docstrings of defcustoms,
13956         deffaces, defconsts and defuns.
13957
13958 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13961         users' addresses that don't have domain parts.
13962         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13963         rather than message-narrow-to-head since there will be the message
13964         header separator.
13965
13966 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13967
13968         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13969         since the result is inserted in a unibyte buffer anyway.
13970         (nnimap-demule-use-string-to-multibyte): Remove.
13971         (nnimap-demule): Alias it to mm-string-to-multibyte.
13972
13973 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13974
13975         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13976         variable for debugging bug#464 and bug#1174.
13977         (nnimap-demule): Use it.
13978
13979 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13980
13981         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13982         score calculation correctly.
13983
13984 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13985
13986         * message.el (message-send-mail): Just set the buffer to unibyte
13987         rather than use mm-with-unibyte-current-buffer which does a lot more.
13988         (message-send-mail-partially): Don't bother with
13989         mm-with-unibyte-current-buffer since it's already been made unibyte by
13990         message-send-mail.
13991
13992 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13993
13994         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13995
13996 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13997
13998         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13999
14000 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14001
14002         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14003         require itself and to remove `with-no-warnings'.
14004
14005 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14006
14007         * starttls.el (starttls-any-program-available): Get the name of the
14008         available TLS layer program.
14009         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14010         well as the host name in the "opening" message.
14011
14012         * auth-source.el (auth-source-cache, auth-source-do-cache)
14013         (auth-source-user-or-password): Cache passwords and logins by default,
14014         allow override with `auth-source-do-cache'.
14015         (auth-source-forget-user-or-password): Allow users to remove cache
14016         entries if needed.
14017
14018 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14019
14020         * md4.el (md4-buffer): Fix typo in docstring.
14021         (md4, md4-64): Doc fixes.
14022         (md4-pack-int32): Reflow docstring.
14023
14024 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14025
14026         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14027         condition-case to only the forward-sexp call.
14028
14029 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14030
14031         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14032         quotes contained.  Make it more robust regardless by an extra
14033         condition-case wrapper.
14034
14035 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14038
14039 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * nnml.el (nnml-request-expire-articles): Check if the function set to
14042         `nnmail-expiry-target' returns the symbol `delete'.
14043
14044         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14045
14046         * nnmail.el (nnmail-expiry-target): Fix custom type.
14047
14048 2008-10-02  Glenn Morris  <rgm@gnu.org>
14049
14050         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14051         Silence compiler warning.
14052
14053 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14054
14055         * tls.el (open-tls-stream): Show the actual command being
14056         executed, instead of the format string.
14057
14058 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * lpath.el: Fbind codepage-setup for Emacs 23.
14061
14062 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14063
14064         * mml.el (mml-menu): Don't assume mml2015 is bound.
14065
14066 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14067
14068         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14069         exists.
14070
14071 2008-09-27  Glenn Morris  <rgm@gnu.org>
14072
14073         * gnus-util.el (mail-header-remove-comments): Autoload it.
14074
14075 2008-09-27  Andreas Schwab  <schwab@suse.de>
14076
14077         * gnus-util.el (gnus-split-references): Strip comments.
14078         (gnus-parent-id): Likewise.
14079
14080 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14081
14082         * message.el (message-confirm-send): Fix version.
14083
14084 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * message.el (message-idna-to-ascii-rhs-1): Use
14087         mail-extract-address-components rather than mail-header-parse-addresses
14088         that is an alias by default to ietf-drums-parse-addresses that does not
14089         support non-ASCII names in headers' contents.
14090
14091 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14092
14093         * message.el (message-confirm-send): Fix variable documentation to
14094         avoid the "y/n" wording.
14095
14096 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14097
14098         * message.el (message-set-auto-save-file-name): Save to a different
14099         filename so multiple messages (especially drafts) can be recovered.
14100
14101 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14102
14103         * message.el (message-confirm-send): Add appropriate version.
14104
14105 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14106
14107         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14108         defvar.
14109
14110 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14111
14112         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14113         (mm-pkcs7-enveloped-magic): Ditto.
14114
14115 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14116
14117         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14118         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14119
14120 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14121
14122         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14123         default, it's better.
14124
14125 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14126
14127         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14128         summary line gnus-number property and ignore them (with a warning
14129         message).
14130
14131 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14134         macro caddr in the interactive form since it won't be expanded.
14135
14136 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14137
14138         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14139         `charset'; fix name of function called recursively.
14140         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14141
14142 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14143
14144         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14145         (gnus-mime-set-charset-parameters): New function.
14146         (gnus-mime-view-part-as-charset): Use it to correctly display part
14147         specifying wrong charset.
14148
14149 2008-09-08  David Engster  <dengste@eml.cc>
14150
14151         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14152         in completing-read for back end server.
14153
14154 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14155
14156         * message.el (message-confirm-send): New variable to confirm sending a
14157         message.
14158         (message-send): Use it.
14159
14160 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14161
14162         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14163
14164 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14167
14168 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14169
14170         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14171         prevent tracking too many groups.
14172         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14173         Use it.
14174
14175 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14176
14177         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14178         moving point to the bottom of the window in order to avoid recentering.
14179
14180 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14183
14184         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14185         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14186         (gnus-article-beginning-of-window): Fix calculation.
14187
14188 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14189
14190         * gnus-msg.el (gnus-summary-supersede-article)
14191         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14192         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14193         message header.
14194
14195 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14196
14197         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14198         pending output coming after the status change.
14199
14200 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14201
14202         * message.el:
14203         * gnus-start.el:
14204         * gnus-registry.el: Remove VMS support.
14205
14206 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14207
14208         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14209         macro.
14210         (rfc2104-hash): Use it.
14211
14212 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14213
14214         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14215         (gnus-summary-sort-by-most-recent-date): New commands.
14216         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14217         and menu entries.
14218
14219 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14220
14221         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14222         don't redisplay article for raw contents; remove plural articles stuff.
14223
14224         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14225         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14226         on gnus-summary-save-article; display results properly.
14227
14228 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * lpath.el: No need to fbind ns-focus-frame.
14231
14232 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14233
14234         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14235
14236 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * gnus-art.el (gnus-summary-save-in-pipe):
14239         Consider gnus-save-all-headers.
14240
14241 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14242
14243         * gnus-util.el (ns-focus-frame): Remove declaration.
14244         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14245         like x.
14246
14247 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14248
14249         * rfc2104.el (rfc2104-zero): Delete defconst.
14250         (rfc2104-hex-alist): Likewise.
14251         (rfc2104-hex-to-int): Delete func.
14252         (rfc2104-hexstring-to-bitstring): Likewise.
14253         (rfc2104-nybbles): New defconst.
14254         (rfc2104-hash): Rewrite for speed.
14255
14256 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * tls.el (open-tls-stream): Make it work with the 2nd argument
14259         BUFFER that is a string but does not exist as a buffer object, as
14260         mentioned in the doc-string.
14261
14262 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14265         SXEmacs.
14266
14267 2008-07-16  Glenn Morris  <rgm@gnu.org>
14268
14269         * gnus-util.el (ns-focus-frame): Declare for compiler.
14270
14271 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14274         set as a group parameter.
14275         (gnus-summary-save-in-pipe): Work when it is called independently.
14276         (gnus-summary-pipe-to-muttprint): Don't modify
14277         gnus-summary-pipe-output-default-command.
14278
14279 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14280
14281         * message.el (message-send-mail-with-sendmail):
14282         Display the error message.
14283
14284 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * gnus-art.el (gnus-default-article-saver):
14287         Add gnus-summary-save-in-pipe to choices.
14288         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14289         gnus-summary-pipe-output-default-command as the default command.
14290         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14291         instead of gnus-last-shell-command.
14292
14293         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14294         New user option.
14295         (gnus-summary-muttprint-program): Mention the value will be changed.
14296         (gnus-summary-save-article): Force showing of all headers.
14297         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14298
14299 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14300
14301         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14302
14303 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14304
14305         * nnimap.el (nnimap-id):
14306         * sieve-manage.el (sieve-manage-open): Doc fixes.
14307
14308 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14309
14310         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14311         if available.
14312
14313 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14314
14315         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14316
14317         * nnkiboze.el (nnkiboze-generate-group):
14318         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14319
14320         * nnmairix.el: Require CL.
14321
14322 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * dgnushack.el: Autoload get-display-table and put-display-table for
14325         XEmacs 21.5.
14326
14327         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14328         21.4 and SXEmacs.
14329
14330 2008-06-15  David Engster  <dengste@eml.cc>
14331
14332         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14333
14334 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14335
14336         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14337         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14338         runtime choice under XEmacs.
14339
14340         * gnus-sum.el (gnus-summary-set-display-table):
14341         Use `gnus-put-display-table', `gnus-get-display-table',
14342         `gnus-set-display-table' for the display table, instead of `aset'.
14343
14344         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14345         Use `gnus-put-display-table', `gnus-get-display-table',
14346         `gnus-set-display-table' for the display table.
14347
14348 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14349
14350         * nnmairix.el: Add autoloads.
14351
14352 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14353
14354         * nnmairix.el (nnmairix-delete-recreate-group)
14355         (nnmairix-update-and-clear-marks): Fix error messages.
14356
14357 2008-06-14  David Engster  <dengste@eml.cc>
14358
14359         * nnmairix.el: Upgrade to version 0.6.
14360         (nnmairix-group-toggle-propmarks-this-group)
14361         (nnmairix-group-toggle-readmarks-this-group)
14362         (nnmairix-group-delete-recreate-this-group)
14363         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14364         (nnmairix-remove-tick-mark-original-article): New commands.
14365         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14366         (nnmairix-propagate-marks-to-nnmairix-groups)
14367         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14368         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14369         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14370         functions needed for marks propagation and manipulation of read marks.
14371         (nnmairix-update-groups): New function.
14372         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14373         (nnmairix-determine-original-group-from-registry)
14374         (nnmairix-determine-original-group-from-path)
14375         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14376         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14377         New helper functions.
14378         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14379         keystrokes for new commands.
14380         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14381         (nnmairix-request-group): Check allow-fast group parameter.
14382         (nnmairix-request-create-group): Set allow-fast group parameter if
14383         nnmairix-allowfast-default is set.
14384         (nnmairix-close-group): Propagate marks upon closing if needed.
14385         (nnmairix-group-toggle-threads-this-group): Use new.
14386         nnmairix-group-toggle-parameter helper function.
14387         (nnmairix-search): Better check for empty search result.
14388         (nnmairix-goto-original-article): Use new helper functions for
14389         determining original article.
14390         (nnmairix-show-original-article): Make sure message-id is in brackets.
14391         (nnmairix-call-mairix-binary): Change variable name.
14392         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14393         helper function.
14394         (nnmairix-widget-toggle-activate): Fix doc string.
14395
14396 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * nnir.el: Require edmacro when compiling with XEmacs.
14399         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14400         available in Emacs 21.
14401
14402 2008-06-11  Glenn Morris  <rgm@gnu.org>
14403
14404         * gnus-util.el (x-focus-frame):
14405         * gnus.el (image-size):
14406         * mm-decode.el (image-size): Declare.
14407
14408         * gnus-picon.el (declare-function): Add compat definition.
14409         (image-size): Declare.
14410
14411         * gnus-group.el (tool-bar-map):
14412         * gnus-sum.el (tool-bar-map): Define for compiler.
14413
14414         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14415
14416         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14417
14418         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14419         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14420         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14421         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14422         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14423         * sieve-manage.el, spam-report.el, spam.el:
14424         Remove unnecessary eval-and-compile of autoloads.
14425
14426 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14427
14428         * auth-source.el: Precise Tramp doc.
14429
14430 2008-06-07  Glenn Morris  <rgm@gnu.org>
14431
14432         * nnmairix.el: Remove unnecessary eval-when-compile.
14433
14434 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * lpath.el: Fbind propertize for XEmacs 21.4.
14437
14438 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14439
14440         * nnir.el: Move here from ../contrib.
14441
14442 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14443
14444         * gnus-util.el (gnus-read-shell-command): New function.
14445         * mm-decode.el (mm-pipe-part):
14446         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14447
14448 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14449
14450         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14451
14452 2008-06-03  Glenn Morris  <rgm@gnu.org>
14453
14454         * pop3.el (nnheader-accept-process-output): Autoload it.
14455
14456 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14457
14458         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14459         are not 2-digit hexadecimal characters that follow `%'s.
14460
14461 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14462
14463         * message.el (message-bogus-recipient-p): Fix type in doc string.
14464         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14465         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14466         Improve custom options.
14467         (message-bogus-recipient-p): Adjust accordingly.
14468
14469 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14470
14471         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14472         long-form month and day names.
14473
14474 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14475
14476         * dgnushack.el: Autoload debug, eudc-expand-inline and
14477         pgg-snarf-keys-region for XEmacs.
14478
14479         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14480
14481         * nnmairix.el: Require edmacro when compiling with XEmacs.
14482
14483 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14484
14485         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14486         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14487
14488 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14489
14490         * auth-source.el: Add more docs.
14491
14492         * netrc.el (netrc-machine): Always match if the port is not given.
14493
14494 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14495
14496         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14497         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14498         retrieval faster in some cases, but might make CPU usage larger.
14499         If this has any bad side effects, we might revert this change.
14500
14501         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14502         seems to make mail retrieval much, much faster.
14503         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14504         unconditionally.
14505
14506         * gnus-draft.el (gnus-group-send-queue):
14507         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14508
14509 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14510
14511         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14512
14513         * message.el (message-bogus-address-regexp): Fix and improve custom
14514         type.
14515         (message-setup-hook): Add message-check-recipients as custom option.
14516
14517 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14518
14519         * message.el (message-cite-function): Remove bogus autoload which crept
14520         in during merge from v5-10.
14521
14522 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14523
14524         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14525
14526         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14527
14528         * auth-source.el: Preliminary Tramp docs.
14529         (auth-sources): Change the default auth-sources to use
14530         EPA .gpg files.
14531
14532 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14533
14534         * nntp.el: Autoload `auth-source-user-or-password'.
14535         (nntp-send-authinfo): Use it.
14536
14537         * nnimap.el: Autoload `auth-source-user-or-password'.
14538         (nnimap-open-connection): Use it.
14539
14540         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14541         for the gnus-message function.
14542         (auth-source-user-or-password): Use it.
14543
14544 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14545
14546         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14547         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14548         (rfc2104-hash): Use it.
14549
14550 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14551
14552         * gnus-art.el (gnus-article-toggle-truncate-lines):
14553         Don't use `iff' in docstring.
14554
14555 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14556
14557         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14558
14559         * gnus-util.el (gnus-extract-address-component-name)
14560         (gnus-extract-address-component-email): Convenience functions around
14561         `gnus-extract-address-components'.
14562
14563         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14564         Use `gnus-extract-address-component-email' to fix bug of comparing full
14565         sender name to `user-mail-address'.
14566
14567 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14568
14569         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14570         catch/throw to optimize.
14571         (gnus-registry-find-keywords): Just use member to find a keyword.
14572
14573 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14574
14575         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14576         is current before calling gnus-server-prepare.
14577         (gnus-server-setup-buffer, gnus-server-update-server)
14578         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14579
14580 2008-05-04  Juri Linkov  <juri@jurta.org>
14581
14582         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14583         (mailcap-file-default-commands): Use mailcap-replace-in-string
14584         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14585         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14586
14587 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14588
14589         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14590
14591 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14592
14593         * gnus.el: Bump version to 0.11.
14594
14595 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14596
14597         * gnus.el: No Gnus v0.10 is released.
14598
14599 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14600
14601         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14602         hooks.
14603         (gnus-update-read-articles): Speed up non-marks-using users.
14604         (gnus-use-marks): Define gnus-use-marks.
14605         (gnus-propagate-marks): Rename variable to something more sensible.
14606
14607 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14608
14609         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14610         (gmm-image-load-path-for-library): Fix typos in docstrings.
14611         (gmm-message): Reflow docstring.
14612
14613 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14614
14615         * mail-source.el (mail-source-set-1, mail-source-bind):
14616         Move auth-source code out of the macro to clean it up and fix bugs.
14617
14618 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14619
14620         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14621         by sender if it's equal to user-mail-address, it's likely to be
14622         useless.
14623
14624         * mail-source.el (mail-source-bind): Don't use user or password if they
14625         are not bound.  Unintern them if they are nil.  Don't use server unless
14626         it's bound, and default it to empty string otherwise.
14627
14628 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14629
14630         * mail-source.el: Load auth-source.el.
14631         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14632         get user name or password, if auth-sources is set up.
14633
14634         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14635         strategy of splitting with parent.
14636         (gnus-registry-split-fancy-with-parent)
14637         (gnus-registry-post-process-groups): Use it and fix prior
14638         bug (returning a list as the split result).
14639
14640         * auth-source.el (auth-sources): Remove server parameter.
14641         (auth-source-pick, auth-source-user-or-password)
14642         (auth-source-user-or-password-imap)
14643         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14644         (auth-source-user-or-password-sftp)
14645         (auth-source-user-or-password-smtp): Remove server parameter.
14646
14647 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14648
14649         * smime.el (smime-sign-region, smime-encrypt-region)
14650         (smime-decrypt-region):
14651         Remove redundant calls to `generate-new-buffer-name'.
14652
14653 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14654
14655         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14656         Don't use QP for message/rfc822.
14657         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14658
14659 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14660
14661         * sieve-manage.el (sieve-string-bytes): Remove.
14662         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14663         correct byte-length only if the process's coding-system is the same as
14664         the one used internally by Emacs to represent strings.
14665
14666 2008-04-22  Juri Linkov  <juri@jurta.org>
14667
14668         * mailcap.el (mailcap-file-default-commands): New function.
14669
14670 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14671
14672         * message.el (message-signature-separator, message-cite-function):
14673         Change custom version.
14674
14675 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14676
14677         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14678         commands.
14679         (tls-checktrust): Ditto.
14680
14681 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14682
14683         * mm-decode.el (mm-display-external): Make temp file read-only.
14684
14685 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14686
14687         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14688         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14689         `C-c C-f d'.
14690
14691 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14692
14693         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14694
14695 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14696
14697         * gnus.el: Bump version to 0.9.
14698
14699 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14700
14701         * gnus.el: No Gnus v0.8 is released.
14702
14703 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14704
14705         * mail-source.el (mail-source-value):
14706         Prefer fboundp to functionp so it works with macros as well.
14707
14708 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14709
14710         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14711         Fix last change in case the element is not even a symbol.
14712
14713 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14714
14715         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14716         Prefer fboundp to functionp so it works with macros as well.
14717
14718 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14719
14720         * auth-source.el: Add docs.
14721         (auth-sources): Modify format to support server.
14722         (auth-source-pick, auth-source-user-or-password)
14723         (auth-source-user-or-password-imap)
14724         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14725         (auth-source-user-or-password-sftp)
14726         (auth-source-user-or-password-smtp): Add server parameter.
14727
14728 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14729
14730         * gnus-registry.el: Initialize the registry when gnus-registry-install
14731         is t.
14732
14733 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14734
14735         * compface.el (uncompface): Make buffer unibyte.
14736
14737 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14738
14739         * mail-source.el (mail-source-value):
14740         Prefer fboundp to functionp so it works with macros as well.
14741
14742 2008-04-05  Glenn Morris  <rgm@gnu.org>
14743
14744         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14745
14746 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14747
14748         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14749         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14750
14751         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14752         multibyteness after rather than before erasing it.
14753
14754         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14755         mm-with-multibyte.
14756         (gnus-request-article-this-buffer): Make sure the proper decoding is
14757         used if gnus-original-article-buffer happens to be unibyte.
14758
14759         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14760         default-enable-multibyte-characters.
14761
14762         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14763         default-enable-multibyte-characters.
14764
14765         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14766
14767         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14768
14769 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14770
14771         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14772         Fix last change in case the element is not even a symbol.
14773
14774 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14775
14776         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14777         (imap-message-copyuid-1): Use it.
14778         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14779         J. Williams in
14780         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14781
14782         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14783         imap-enable-exchange-bug-workaround.
14784         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14785
14786 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14787
14788         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14789         a 100 byte status-checks into a 2-3MB transfer for each group.
14790         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14791         to enable bug workaround or not.
14792         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14793
14794 2008-03-31  Glenn Morris  <rgm@gnu.org>
14795
14796         * message.el (mml2015-use): Declare for compiler.
14797         (message-info): Require mml2015 when appropriate.
14798
14799 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14800
14801         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14802         whitespace.
14803
14804 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14805
14806         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14807         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14808         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14809         (nntp-service-to-port): New function.
14810         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14811         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14812         (nntp-open-netcat-stream): New function.
14813         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14814
14815 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14816
14817         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14818
14819 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14820
14821         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14822
14823 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14824
14825         * dns.el (dns-write): Use set-buffer-multibyte.
14826
14827 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14828
14829         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14830
14831 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14832
14833         * message.el (message-signature-separator): Change default.
14834         Improve custom type.
14835         (message-cite-function): Change default to
14836         message-cite-original-without-signature.
14837
14838         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14839         toggle.
14840
14841         * message.el (message-check-news-body-syntax): Fix signature check.
14842         (message-setup-1): Mark buffer as unmodified _after_ running
14843         message-setup-hook and handling message-alternative-emails.
14844         (message-shorten-references): Be more strict when building list of
14845         valid references to comply with GNKSA.
14846
14847         * gnus-group.el (gnus-read-ephemeral-bug-group)
14848         (gnus-read-ephemeral-debian-bug-group)
14849         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14850
14851         * message.el (message-info): Don't use booleanp which isn't supported
14852         in Emacs 21 and XEmacs.
14853
14854 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14855
14856         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14857         gnus-group-gmane-group-download-format.
14858         (gnus-group-read-ephemeral-gmane-group): Rename from
14859         gnus-group-read-ephemeral-gmane-group.
14860         (gnus-read-ephemeral-gmane-group-url): Rename from
14861         gnus-group-read-ephemeral-gmane-group-url.
14862         (gnus-bug-group-download-format-alist): New variable.
14863         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14864         (gnus-read-ephemeral-emacs-bug-group): New commands.
14865
14866 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14867
14868         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14869         (gnus-visible-headers): Improve custom type.
14870
14871 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14872
14873         * mml.el (mml-menu): Add workarounds for XEmacs.
14874
14875         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14876         X-Boundary header.
14877
14878         * message.el (message-simplify-recipients): Fix previous commit.
14879
14880 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14881
14882         * mm-util.el (mm-set-buffer-multibyte): New function.
14883         * mm-decode.el (mm-copy-to-buffer): Use it.
14884
14885         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14886         Prefer fboundp to functionp so it works with macros as well.
14887
14888 2008-03-19  Glenn Morris  <rgm@gnu.org>
14889
14890         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14891         Accidentally removed in the sync process with Emacs.
14892
14893 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14894
14895         * message.el (message-alter-recipients-discard-bogus-full-name):
14896         New function.
14897         (message-alter-recipients-function): New variable.
14898         (message-get-reply-headers): Use it.
14899         (message-replace-header): New helper function.
14900         (message-recipients-without-full-name): New variable.
14901         (message-simplify-recipients): New command.
14902
14903         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14904
14905         * message.el (message-info): Handle EasyPG manual.
14906
14907         * mml.el (mml-menu): Add entry for EasyPG.
14908
14909 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14910
14911         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14912         parameter.
14913
14914         * message.el (message-disassociate-draft): Specify drafts group name
14915         fully.
14916
14917 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14918
14919         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14920         Eliminate unnecessary duplicates from the match list.
14921
14922 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14925
14926         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14927
14928         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14929         args of `how-many' of which the XEmacs version doesn't take; declare
14930         Info-index-next as function.
14931
14932 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14933
14934         * gnus-score.el (gnus-score-headers): Fix handling of
14935         gnus-inhibit-slow-scoring.
14936
14937         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14938         string.
14939         (gnus-button-url-regexp): Improve handling of parenthesis.
14940         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14941         (gnus-button-handle-info-keystrokes): Handle index entries.
14942
14943 2008-03-15  Glenn Morris  <rgm@gnu.org>
14944
14945         * parse-time.el (parse-time-string): Simplify.
14946
14947 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14950         Incoming* files.
14951
14952 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14953
14954         * auth-source.el (auth-sources): Rename from auth-source-choices.
14955         (auth-source-pick): Use it.
14956
14957 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14958
14959         * binhex.el (binhex-decode-region-internal):
14960         * uudecode.el (uudecode-decode-region-internal):
14961         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14962         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14963         setting default-enable-multibyte-characters.
14964
14965 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14966
14967         * auth-source.el (auth-source-protocols)
14968         (auth-source-protocols-customize, auth-source-choices): Add and
14969         modified variable customizations and defaults.
14970         (auth-source-pick, auth-source-user-or-password)
14971         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14972         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14973         (auth-source-user-or-password-sftp)
14974         (auth-source-user-or-password-smtp): Use new variables and provide an
14975         interface to netrc.el.
14976
14977 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14978
14979         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14980         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14981         Make sure the nntp port to specify is a string.
14982
14983 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14984
14985         * nntp.el: Use with-current-buffer.
14986         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14987         dubious mm-with-unibyte-current-buffer.
14988         (nntp-with-open-group-function): New function extracted from
14989         nntp-with-open-group macro.
14990         (nntp-with-open-group): Use the function, so it's easier to debug.
14991         Add indentation and debugging info.
14992         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14993         Recommend the use of the netcat alternatives.
14994
14995         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14996         Avoid mm-string-as-multibyte as well.
14997
14998         * nnweb.el (nnweb-insert-html):
14999         Remove use of nnheader-string-as-multibyte.
15000
15001         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15002         (nnheader-string-as-multibyte): Remove.
15003
15004         * mm-view.el: Use inhibit-read-only.
15005         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15006         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15007         or unibyte-string.
15008
15009         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15010         (mm-uu-yenc-extract): Use with-current-buffer.
15011
15012         * gnus-soup.el (gnus-soup-send-packet): Don't use
15013         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15014
15015         * nnmh.el: Use with-current-buffer.
15016         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15017         mm-string-as-multibyte on the output of mm-encode-coding-string.
15018
15019         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15020         (nnimap-request-move-article): Use with-current-buffer.
15021
15022         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15023         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15024         conversion uses string-make-unibyte rather than string-as-unibyte.
15025
15026         * gnus-msg.el: Use with-current-buffer.
15027
15028         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15029
15030 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15031
15032         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15033         string for caching if it is 'PIN.
15034
15035 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * lpath.el: Consider the case without Emacs/W3.
15038
15039 2008-03-08  Glenn Morris  <rgm@gnu.org>
15040
15041         * time-date.el (date-to-time, time-subtract, time-add)
15042         (safe-date-to-time): Doc fixes.
15043
15044 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15045
15046         * mail-source.el (mail-source-delete-old-incoming-confirm):
15047         Change default to nil.
15048         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15049
15050 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * lpath.el: Rearrange.
15053
15054         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15055         (gnus-article-goto-prev-page): Work for articles having ^L's.
15056
15057         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15058
15059         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15060
15061 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15062
15063         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15064         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15065         (gnus-bookmark-jump): Adjust some variable names.
15066
15067 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15068
15069         * auth-source.el: New package.
15070         (auth-source-choices): Add customization entry point variable.
15071
15072         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15073         bug.
15074
15075 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15076
15077         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15078         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15079         (gnus-registry-install-shortcuts): Rename from
15080         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15081         the `gnus-registry-mark-map' keymap dynamically from
15082         `gnus-registry-marks'.  The generated functions update the summary line
15083         when a registry mark is added or deleted, and will call
15084         `gnus-registry-install-p' (see the comments in the code).
15085         (gnus-registry-user-format-function-M): Use concat intelligently.
15086
15087         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15088         the registry mark functions.
15089
15090 2008-03-05  Glenn Morris  <rgm@gnu.org>
15091
15092         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15093         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15094         gnus-art.
15095         (top-level): No need to load own source when compiling.
15096
15097 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15098
15099         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15100         Suggested by <chris.anderton@zetnet.co.uk>.
15101
15102 2008-03-04  Glenn Morris  <rgm@gnu.org>
15103
15104         * gnus-sum.el (top-level): No need to require gnus when compiling,
15105         since unconditionally required near start of file.
15106         (gnus-summary-display-while-building): Move definition before use.
15107
15108 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15109
15110         * gnus-registry.el (gnus-registry-user-format-function-M):
15111         Add formatting function.
15112
15113 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15114
15115         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15116         with plists.
15117         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15118         Use new format.
15119
15120 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15121
15122         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15123         `where-is-internal' that returns a range of key sequences.
15124
15125 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15126
15127         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15128
15129         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15130         (gnus-summary-jump-to-group): Consider windows on other displayed
15131         frames as well.  Similar changes might be needed elsewhere, but that's
15132         the one I've bumped into during my use.
15133
15134         * nndoc.el (nndoc-oe-dbx-type-p):
15135         * gnus-msg.el (gnus-debug):
15136         * gnus-group.el (gnus-update-group-mark-positions):
15137         Use mm-string-to-multibyte.
15138
15139 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15140
15141         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15142         doesn't handle NotDashEscaped.
15143
15144         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15145         (mml-dnd-attach-options): Fix typo in custom choice.
15146
15147         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15148         Change nndoc-article-type to mbox.
15149         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15150
15151         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15152         to nil, instead of html2text.
15153
15154         * imap.el (imap-debug): Add `imap-ping-server'.
15155
15156         * gnus-bookmark.el: Add FIXMEs.
15157
15158         * message.el (message-form-letter-separator)
15159         (message-send-form-letter-delay): New variables.
15160         (message-send-form-letter): Use them.  New command to send form
15161         letters.  Requested by Uwe Siart.
15162         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15163
15164 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15165
15166         * Update copyright years.
15167
15168 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15169
15170         Sync from EMACS_22_BASE.
15171
15172         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15173
15174 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15175
15176         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15177         empty author.
15178
15179 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15180
15181         * gnus-registry.el (gnus-registry-marks): Add variable for
15182         customization of marks and their appearance.
15183         (gnus-registry-read-mark): Use it.
15184         (gnus-registry-do-marks): Add utility function to loop through
15185         `gnus-registry-marks'.
15186         (gnus-registry-install-shortcuts-and-menus): Add function to install
15187         shortcuts and menus.
15188         (gnus-registry-initialize): Use it.
15189         (gnus-registry-default-mark): Clarify documentation.
15190
15191 2008-02-29  Glenn Morris  <rgm@gnu.org>
15192
15193         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15194         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15195         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15196         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15197         Change defcustom :version from 23.0 to 23.1.
15198
15199 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15200
15201         * gnus-registry.el (gnus-registry-follow-group-p)
15202         (gnus-registry-post-process-groups): Add functions to aid registry
15203         splitting and improve logging.  Clarify behavior in function
15204         documentation.
15205         (gnus-registry-split-fancy-with-parent): Use them.
15206
15207 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15208
15209         * gnus-art.el: Use with-current-buffer.
15210
15211 2008-02-27  David Engster  <dengste@eml.cc>
15212
15213         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15214         Express real group name in the response.
15215
15216 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15217
15218         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15219         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15220         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15221         autoload gnus-registry-fetch-group when compiling.
15222         (nnmairix-request-group-with-article-number-correction):
15223         Remove unreferenced argument passed to nnmairix-call-backend.
15224
15225 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15226
15227         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15228         (mm-uu-extract): Improve face for low color ttys.
15229         Reported by Sascha Wilde.
15230
15231 2008-02-27  Glenn Morris  <rgm@gnu.org>
15232
15233         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15234         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15235         variables to defconsts.  Convert comments to doc-strings.
15236         (nnmairix-last-server, nnmairix-current-server): Convert from free
15237         variables to defvars.  Convert comments to doc-strings.
15238         (gnus-registry-fetch-group): Autoload.
15239         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15240         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15241         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15242         caddr.
15243         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15244         nnmairix-request-group-with-article-number-correction call.
15245         (nnmairix-fast, nnmairix-group): New, less general names, for free
15246         variables passed from nnmairix-request-group to
15247         nnmairix-request-group-with-article-number-correction.  Declare.
15248         (nnmairix-request-group-with-article-number-correction):
15249         Use nnmairix-fast, nnmairix-group rather than fast, group.
15250
15251 2008-02-26  David Engster  <dengste@eml.cc>
15252
15253         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15254         version 0.5.
15255
15256 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15257
15258         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15259         instead of making an extra function call.  Don't add the current group
15260         to articles only when they have the group.  Use
15261         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15262         Reported by David <de_bb@arcor.de>.
15263
15264 2008-02-24  Miles Bader  <miles@gnu.org>
15265
15266         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15267         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15268         (mm-find-mime-charset-region):
15269         * mm-bodies.el (mm-encode-body):
15270         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15271
15272 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15273
15274         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15275         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15276
15277 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15278
15279         * mail-source.el (mail-source-delete-incoming): Change default.
15280         Supplement doc string.
15281
15282         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15283
15284 2008-02-14  Glenn Morris  <rgm@gnu.org>
15285
15286         * time-date.el (format-seconds): New function.
15287
15288 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15289
15290         * nnmail.el (nnmail-message-id-cache-file): Derive from
15291         `gnus-home-directory'.
15292
15293 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15294
15295         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15296         Document negative prefix.
15297
15298         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15299
15300 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15301
15302         * message.el (message-unsent-separator): Add the Exim bounce
15303         separator.
15304
15305 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15306
15307         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15308         list.
15309         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15310         recipient/signer list.
15311
15312 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * Makefile.in (datarootdir): Define.
15315         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15316         name that might contain whitespace.
15317
15318 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15319
15320         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15321         fbound (Emacs 23 unicode), signal an error.
15322
15323 2008-02-08  Glenn Morris  <rgm@gnu.org>
15324
15325         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15326
15327 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15328
15329         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15330         ports to the calls to `netrc-machine-user-or-password' in addition to
15331         "imap" and "imaps".
15332
15333 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15334
15335         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15336
15337         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15338
15339 2008-02-01  Kenichi Handa  <handa@m17n.org>
15340
15341         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15342         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15343         (rfc2104-hash): Convert the result of concat to unibyte string.
15344
15345 2008-02-01  Dave Love  <fx@gnu.org>
15346
15347         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15348         coding-system-for-read.
15349         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15350
15351 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15352
15353         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15354         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15355         <hanche@math.ntnu.no>.
15356
15357 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15360
15361         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15362
15363 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15364
15365         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15366         * message.el (message-beginning-of-line): Use featurep instead of bound
15367         tests in order to resolve conditionals at compile time.
15368
15369 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15370
15371         * mail-source.el (mail-sources): Add `group' choice.
15372
15373         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15374         parameter `in-group' to control into which group the articles go.
15375         Add treatment of `group' mail-source.
15376
15377 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15380
15381         * mm-decode.el (mm-dissect-buffer): Decode description.
15382
15383         * mml.el (mml-to-mime): Encode message header first.
15384
15385 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15388         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15389
15390         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15391         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15392
15393 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15394
15395         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15396
15397 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15400         prefix keys.
15401         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15402         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15403         gnus-xmas.el.
15404
15405         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15406         (gnus-xmas-article-describe-bindings): New function.
15407         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15408         gnus-xmas-article-describe-bindings.
15409
15410         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15411
15412 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15413
15414         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15415         Add new variables for article mark management.
15416         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15417         list of extra data entries which, when present, will indicate that the
15418         article ID should not be trimmed from the registry.
15419         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15420         functions.
15421         (gnus-registry-read-mark): New function to read a mark name from the
15422         user.
15423         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15424         (gnus-registry-set-article-mark-internal): New functions to add and
15425         remove marks.
15426         (gnus-registry-get-article-marks): New function to show the marks for
15427         an article, or retrieve them for further use.
15428
15429 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15430
15431         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15432         keys when no argument is given.
15433
15434 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15435
15436         * imap.el (imap-ping-server): New variable.
15437         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15438         (imap-ping-server): Minor doc string fixes.
15439
15440 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15441
15442         * imap.el (imap-ping-server): New function.
15443         (imap-opened): Call imap-ping-server.
15444
15445 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15446
15447         * gnus-sum.el (gnus-article-sort-by-random)
15448         (gnus-thread-sort-by-random): Fix doc strings.
15449         Reported by jidanni@jidanni.org.
15450
15451 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15452
15453         * gnus-art.el (gnus-article-describe-bindings): New function.
15454         (gnus-article-read-summary-keys): Use it.
15455         (gnus-article-mode-map): Bind `C-h b' to it.
15456
15457 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15460         XEmacs.
15461         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15462         Protect against non-character events.
15463
15464         * lpath.el: Fbind map-keymap for Emacs 21.
15465
15466 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15467
15468         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15469         New command.
15470         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15471         instead of END.  Change name of the temp file.
15472         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15473         customizable.
15474
15475 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15478         bind `S W' to gnus-article-wide-reply-with-original; set default
15479         binding to gnus-article-read-summary-send-keys.
15480         (gnus-article-read-summary-keys): Fix the order of keys; display
15481         continuation keys correctly in the echo area; describe bindings
15482         correctly when keys end with `C-h'.
15483         (gnus-article-read-summary-send-keys): New function.
15484         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15485         Work for gnus-article-read-summary-send-keys; display continuation keys
15486         correctly in the echo area.
15487         (gnus-article-reply-with-original): Ignore prefix argument.
15488         (gnus-article-wide-reply-with-original): New function.
15489
15490         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15491         Emacs 21.
15492
15493 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15494
15495         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15496         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15497
15498 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15499
15500         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15501         (gnus-group-read-ephemeral-gmane-group): New command.
15502
15503 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15504
15505         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15506
15507 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15508
15509         * message.el (message-send-mail-function): Increase custom version.
15510
15511         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15512         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15513
15514 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15515
15516         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15517         for the cases where imap-authenticate is called with a nil buffer
15518         parameter.
15519
15520 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15523         html parts correctly; support forwarded messages.
15524         (gnus-article-browse-html-article): Remove work buffers.
15525
15526         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15527         compiling.
15528         (netrc-bound-and-true-p): New macro.
15529         (netrc-parse): Use it instead of bound-and-true-p that is not available
15530         in XEmacs 21.4.
15531
15532 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15533
15534         * gnus-registry.el (gnus-registry-mark-article)
15535         (gnus-registry-article-marks): Add functionality to mark articles
15536         through the Gnus registry.
15537
15538         * encrypt.el: Clarify documentation for the new pgg method.
15539         (encrypt-file-alist): Add PGG option.
15540         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15541         functionality.  Abstract password key and messaging to external
15542         functions.
15543         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15544         (encrypt-message-method-and-cipher): Add new convenience external
15545         functions.
15546         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15547         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15548
15549         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15550         (netrc-parse): Use encrypt-file-alist to determine if
15551         encrypt-find-model or encrypt-insert-file-contents should be used.
15552
15553         * encrypt.el: Clarify documentation.  Load password-cache or
15554         password, whichever one is found first, instead of autoloading.
15555
15556 2007-12-19  Glenn Morris  <rgm@gnu.org>
15557
15558         * mml.el (message-options-set, message-narrow-to-head)
15559         (message-in-body-p, message-mail-p, message-encode-message-body):
15560         Autoload.
15561         (message-remove-header, message-narrow-to-headers-or-head)
15562         (message-subscribed-p, message-make-mail-followup-to)
15563         (message-position-on-field, message-news-p)
15564         (message-options-set-recipient, message-generate-headers)
15565         (message-sort-headers): Declare as functions.
15566
15567 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15568
15569         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15570         convention in doc string.
15571
15572 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15575         title to html parts.
15576         (gnus-article-browse-html-article): Pass message header to it.
15577
15578         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15579
15580 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15581
15582         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15583         or password compatible with XEmacs.
15584
15585 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15586
15587         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15588         format document.
15589         (gnus-mime-delete-part): Don't write description line if empty.
15590         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15591
15592 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15593
15594         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15595         (gnus-summary-mark-read-and-unread-as-read)
15596         (gnus-summary-mark-current-read-and-unread-as-read)
15597         (gnus-summary-mark-unread-as-ticked): Doc fix.
15598         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15599
15600 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15601
15602         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15603         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15604
15605 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15606
15607         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15608         yes-or-no-p.
15609
15610 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15611
15612         * mm-decode.el (mm-add-meta-html-tag): New function.
15613         (mm-save-part-to-file, mm-pipe-part): Use it.
15614
15615         * gnus-art.el (gnus-article-browse-delete-temp-files):
15616         Use gnus-y-or-n-p instead of y-or-n-p.
15617         (gnus-article-browse-html-parts): Work with message/external-body; use
15618         mm-add-meta-html-tag.
15619
15620 2007-12-11  Glenn Morris  <rgm@gnu.org>
15621
15622         * gnus-cache.el: Require gnus-sum not just when compiling.
15623
15624         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15625
15626         * gnus-int.el (gnus-server-opened, gnus-status-message):
15627         Move definitions before use.
15628
15629         * mm-decode.el: Require gnus-util.
15630         (mm-remove-part): Only call delete-annotation on XEmacs.
15631
15632         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15633
15634         * nnmail.el: Require gnus-int.
15635
15636         * spam.el: Move `require's before `eval-when-compile's.
15637
15638         * gnus-ems.el (gnus-alive-p):
15639         * gnus-fun.el (message-goto-eoh):
15640         * gnus-util.el (gnus-group-name-decode):
15641         * mail-source.el (gnus-compress-sequence):
15642         * message.el (Info-goto-node, format-spec):
15643         * mm-bodies.el (message-options-get):
15644         * mm-decode.el (mm-view-pkcs7):
15645         * mm-util.el (gmm-write-region):
15646         * mml-smime.el (mml-compute-boundary)
15647         (gnus-completing-read-with-default):
15648         * mml.el (widget-button-press, gnus-make-hashtable):
15649         * mml1991.el (mm-decode-content-transfer-encoding)
15650         (mm-encode-content-transfer-encoding)
15651         (message-options-get, message-options-set):
15652         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15653         * nnfolder.el (gnus-request-group):
15654         * nnheader.el (ietf-drums-unfold-fws):
15655         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15656         * smime.el (gnus-run-mode-hooks):
15657         * spam-stat.el (gnus-message): Autoload.
15658
15659         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15660         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15661         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15662         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15663         Add declare-function compatibility definition.
15664
15665         * gnus-cache.el (nnvirtual-find-group-art):
15666         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15667         (gnus-add-image, gnus-add-wash-type):
15668         * gnus-group.el (nnkiboze-score-file):
15669         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15670         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15671         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15672         (message-tokenize-header, gnus-get-buffer-create)
15673         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15674         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15675         * gnus.el (gnus-group-decoded-name):
15676         * mail-source.el (imap-capability):
15677         * mm-bodies.el (message-options-set):
15678         * mm-decode.el (gnus-configure-windows):
15679         * mm-extern.el (message-goto-body):
15680         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15681         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15682         (epg-sub-key-validity, message-options-set):
15683         * mml.el (widget-event-point, gnus-configure-windows):
15684         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15685         * mml2015.el (epg-check-configuration, epg-configuration)
15686         (message-options-set):
15687         * nndb.el (nndb-request-article):
15688         * nnfolder.el (gnus-request-create-group):
15689         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15690         * nnmaildir.el (gnus-group-mark-article-read):
15691         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15692         * rfc1843.el (message-fetch-field):
15693         * spam.el (gnus-extract-address-components):
15694         Declare as functions.
15695
15696 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15697
15698         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15699
15700         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15701
15702         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15703         bind show-trailing-whitespace for XEmacs.
15704
15705 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15706
15707         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15708         new no-op macro for backward compatibility.
15709
15710         * imap.el (imap-string-to-integer): New function.
15711
15712 2007-12-09  Glenn Morris  <rgm@gnu.org>
15713
15714         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15715
15716         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15717         * message.el, mm-view.el, sieve-manage.el, smime.el:
15718         Add declare-function compatibility definition.
15719
15720         * gnus-art.el (w3-region, w3m-region, Info-menu):
15721         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15722         * gnus-sum.el (gnus-get-predicate):
15723         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15724         * message.el (mail-abbrev-in-expansion-header-p):
15725         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15726         (w3m-detect-meta-charset, w3m-region):
15727         * sieve-manage.el (password-read, password-cache-add)
15728         (password-cache-remove):
15729         * smime.el (password-read-and-add): Declare as functions.
15730
15731 2007-12-08  David Kastrup  <dak@gnu.org>
15732
15733         * gnus-sum.el (gnus-summary-simplify-subject-query):
15734         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15735         `message'.
15736
15737 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15740         it to bind idna-program, installation-directory, defined-colors, and
15741         face-attribute for XEmacs of the version that compiles defcustom forms.
15742
15743 2007-12-07  Glenn Morris  <rgm@gnu.org>
15744
15745         * gnus-art.el (article-make-date-line): Revert previous change.
15746
15747 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15748
15749         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15750
15751 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15752
15753         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15754         Call gnus-add-to-range ranges only once with a prepared article-list.
15755
15756 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15757
15758         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15759         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15760         group names with backslashes.
15761         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15762
15763 2007-12-06  Deepak Goel  <deego3@gmail.com>
15764
15765         * gnus-art.el (article-make-date-line):
15766         * gnus-start.el (gnus-load):
15767         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15768
15769 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15770
15771         * gnus-art.el (gnus-use-idna):
15772         * gnus-start.el (gnus-site-init-file):
15773         * message.el (message-use-idna):
15774         * mm-uu.el (mm-uu-hide-markers):
15775         * smiley.el (smiley-style): Revert changes that suppress warnings.
15776
15777 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15778
15779         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15780         specify charset to html source.
15781         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15782
15783 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15786         idna-program in order to suppress byte compile warning issued by XEmacs
15787         that came to byte compile the default value section of defcustom forms
15788         recently.
15789
15790         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15791         value of installation-directory.
15792
15793         * message.el (message-use-idna): Don't directly refer to the value of
15794         idna-program.
15795
15796         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15797
15798         * smiley.el (smiley-style): Don't directly call face-attribute.
15799
15800 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15801
15802         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15803
15804         * gnus-dired.el: Reduce Gnus dependencies.
15805         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15806         Don't require.  Use autoloads instead.
15807         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15808         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15809         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15810         (gnus-dired-mode): Adjust doc string.
15811         (gnus-dired-mail-mode): New variable.
15812         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15813         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15814         (gnus-dired-mail-buffers): New function.  Return mail or message
15815         composition buffers.
15816         (gnus-dired-attach): Use it.
15817         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15818         NO-DECODE.
15819         (gnus-dired-print): Use `gnus-print-buffer' depending on
15820         `gnus-dired-mail-mode'.
15821
15822 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * rfc2047.el (rfc2047-encoded-word-regexp)
15825         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15826         explaining what regexp patterns are for.
15827
15828 2007-12-04  Glenn Morris  <rgm@gnu.org>
15829
15830         * password.el: Move to password-cache.el.
15831
15832         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15833         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15834         * mml-smime.el (password-read, password-cache-add)
15835         (password-cache-remove):
15836         No need to autoload, since mml-sec requires password.
15837
15838         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15839         * message.el (gnus-extract-address-components):
15840         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15841
15842         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15843         password.
15844
15845 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15846
15847         * mailcap.el: Reduce dependencies.
15848         (mail-header-parse-content-type): Autoload.
15849         (mailcap-delete-duplicates): New alias.
15850         (mailcap-mime-info): Add optional argument NO-DECODE.
15851         (mailcap-mime-types): Use mailcap-delete-duplicates.
15852
15853         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15854
15855 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15856
15857         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15858         (imap-parse-status): Upcase status-att for servers that sends them
15859         lower-case (e.g., MS Exchange 2007).
15860
15861 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15862
15863         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15864         function.
15865
15866         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15867         (gnus-uu-yenc-article): New function.
15868
15869         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15870
15871         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15872
15873 2007-12-02  Glenn Morris  <rgm@gnu.org>
15874
15875         * binhex.el (binhex): New custom group.
15876         (binhex-decoder-program, binhex-decoder-switches)
15877         (binhex-use-external): Move to the binhex custom group.
15878
15879         * uudecode.el (uudecode): New custom group.
15880         (uudecode-decoder-program, uudecode-decoder-switches)
15881         (uudecode-use-external): Move to the uudecode custom group.
15882
15883         * netrc.el (top-level): Don't load `encrypt' features.
15884         (netrc-parse): Don't use encrypt.
15885         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15886
15887         * encrypt.el: Remove file.
15888
15889 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15890
15891         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15892         matches on patches.
15893
15894         * gnus-art.el (gnus-article-browse-html-article):
15895         Mention `mm-text-html-renderer' in the doc string.
15896
15897         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15898         string.  Add comments.
15899
15900         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15901         if rhs is ASCII.
15902
15903 2007-12-01  Glenn Morris  <rgm@gnu.org>
15904
15905         * mail-source.el (top-level): Require format-spec before
15906         eval-when-compile.
15907
15908 2007-11-30  Glenn Morris  <rgm@gnu.org>
15909
15910         * encrypt.el: Require password, rather than autoloading password-read.
15911
15912 2007-11-29  Glenn Morris  <rgm@gnu.org>
15913
15914         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15915         (sasl-make-client, sasl-next-step, sasl-step-data)
15916         (sasl-step-set-data): Declare as functions.
15917
15918 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15919
15920         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15921
15922 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15923
15924         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15925         certs should be verified and what is to be done in the event of a
15926         verification failure.
15927
15928         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15929         caller can indicate whether the cache should be disregarded for this
15930         call.  This way the result of the call is reproducible at all times and
15931         can be considered a canonical server name for the supplied method.
15932         (gnus-agent-method-p): Canonicalize server names by pushing their
15933         method through `gnus-method-to-server' using the no-cache argument.
15934
15935         * gnus-srvr.el (gnus-server-insert-server-line):
15936         Call `gnus-method-to-server' with `no-cache' argument.
15937
15938         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15939         gnus-agent-possibly-synchronize-flags as this should be called when the
15940         server is actually being opened.
15941         (gnus-agent-possibly-synchronize-flags)
15942         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15943         flags file of an agentized server to the latter function.
15944
15945         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15946         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15947         after a connection has been established successfully.
15948
15949 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15950
15951         * gnus-art.el (article-display-face): Force to display face if called
15952         interactively; check if gnus-article-x-face-too-ugly matches author.
15953         (article-display-x-face): Display face even if From header is missing
15954         as article-display-face does.
15955
15956 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15957
15958         * hashcash.el (message-narrow-to-headers-or-head)
15959         (message-fetch-field, message-goto-eoh)
15960         (message-narrow-to-headers): Declare as functions.
15961
15962 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15963
15964         * mail-source.el (mail-sources): Default to fetch from file for
15965         compatibility with default of nnmail-spool-file.
15966
15967 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15968
15969         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15970         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15971         to look for encoded word that should be encoded again.
15972         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15973         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15974         encoding pattern.
15975         (rfc2047-decode-region): Switch strict regexp and loose one according
15976         to rfc2047-allow-irregular-q-encoded-words.
15977
15978 2007-11-25  Romain Francoise  <romain@orebokech.com>
15979
15980         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15981
15982 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15983
15984         * tls.el (tls-program): Provide more custom choices from
15985         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15986         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15987
15988 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15989
15990         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15991         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15992
15993         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15994         `nnmail-spool-file'.
15995
15996         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15997         `nnmail-spool-file'.
15998
15999         * gnus-move.el (gnus-change-server): Ditto.
16000
16001         * gnus-kill.el (gnus-batch-score): Ditto.
16002
16003         * gnus-cache.el (gnus-jog-cache): Ditto.
16004
16005         * gnus-msg.el (gnus-summary-reply):
16006         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16007
16008 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16009
16010         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16011         version.  Minor improvement to doc strings.
16012         (tls-program): Add comment.
16013
16014 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16015
16016         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16017         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16018         mismatch between the hostname provided in the certificate and the name
16019         of the host connnecting to.
16020         (open-tls-stream): Use them.  Check certificates against trusted root
16021         certificates.
16022
16023 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16024
16025         * gnus-cache.el (gnus-cache-generate-nov-databases):
16026         Use nnml-generate-nov-databases-directory instead of
16027         nnml-generate-nov-databases-1.
16028
16029 2007-11-24  Glenn Morris  <rgm@gnu.org>
16030
16031         * message.el (message-tool-bar-retro): Update for rename
16032         mail_send.xpm->mail-send.xpm.
16033
16034 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16035
16036         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16037         `smime-ldap-search' for Emacs 22 and up.
16038
16039 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16040
16041         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16042
16043         * message.el (message-send-mail-function): Fix error convention.
16044         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16045         (message-widen-reply, message-send-mail, message-talkative-question)
16046         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16047         (message-clone-locals, message-send-news): Use with-current-buffer.
16048         (message-insert-or-toggle-importance): Remove unused var `valid'.
16049         (message-make-references): Remove unused var `new-references'.
16050         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16051
16052 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16053
16054         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16055         (spam-split-symbolic-return-positive): Reflow docstring.
16056         (spam-backends, spam-summary-exit-behavior)
16057         (spam-mark-ham-unread-before-move-from-spam-group)
16058         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16059         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16060         (spam-clear-cache, spam-backend-check, spam-install-backend)
16061         (spam-install-statistical-backend, spam-list-of-processors)
16062         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16063         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16064         (spam-check-crm114, spam-initialize, spam-unload-hook):
16065         Fix typos in docstrings.
16066
16067 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16068
16069         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16070         been checked if they have never been read and those group levels are
16071         higher than the one that a user specified.
16072
16073 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16074
16075         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16076         foreign groups unless a group level is specified by a user.
16077         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16078
16079 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16080
16081         * message.el (message-send-mail-function): Require sendmail.
16082
16083 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16084
16085         * message.el (message-send-mail-function): Check for smtpmail too.
16086
16087         * utf7.el (utf7-encode, utf7-decode): Use coding system
16088         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16089
16090         * message.el (message-send-mail-function): New function.
16091         (message-send-mail-function): Set default using
16092         message-send-mail-function.  Adjust doc string.
16093         (message-send-mail-with-mailclient): New function.
16094
16095 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16096
16097         * smime.el (from):
16098         * rfc2047.el (message-posting-charset):
16099         * qp.el (mm-use-ultra-safe-encoding):
16100         * pop3.el (parse-time-months):
16101         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16102         * nnml.el (files):
16103         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16104         (jka-compr-compression-info-list, ange-ftp-path-format)
16105         (efs-path-regexp):
16106         * nndiary.el (files):
16107         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16108         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16109         (epg-digest-algorithm-alist, inhibit-redisplay)
16110         (password-cache-expiry):
16111         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16112         (pgg-output-buffer, password-cache-expiry):
16113         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16114         (efs-path-regexp):
16115         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16116         (inhibit-redisplay):
16117         * mm-uu.el (file-name, start-point, end-point, entry)
16118         (gnus-newsgroup-name, gnus-newsgroup-charset):
16119         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16120         (latin-unity-ucs-list):
16121         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16122         (mm-uu-binhex-decode-function):
16123         * message.el (gnus-message-group-art, gnus-list-identifiers)
16124         (rmail-enable-mime-composing, gnus-local-organization)
16125         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16126         (gnus-read-active-file, facemenu-add-face-function)
16127         (facemenu-remove-face-function, gnus-article-decoded-p)
16128         (tool-bar-mode):
16129         * mail-source.el (display-time-mail-function):
16130         * gnus-util.el (nnmail-pathname-coding-system)
16131         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16132         (gnus-original-article-buffer, gnus-user-agent)
16133         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16134         (xemacs-codename, sxemacs-codename, emacs-program-version):
16135         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16136         * gnus-start.el (gnus-agent-covered-methods)
16137         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16138         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16139         (gnus-newsgroup-headers, gnus-group-list-mode)
16140         (gnus-group-mark-positions, gnus-newsgroup-data)
16141         (gnus-newsgroup-unreads, nnoo-state-alist)
16142         (gnus-current-select-method, mail-sources)
16143         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16144         (nnmail-spool-file, gnus-cache-active-hashtb):
16145         * gnus-mh.el (mh-lib-progs):
16146         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16147         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16148         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16149         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16150         (gnus-group-buffer):
16151         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16152         (font-lock-set-defaults):
16153         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16154         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16155         (gnus-summary-post-menu, total-parts, type, condition, length):
16156         * gnus-agent.el (gnus-agent-read-agentview):
16157         * flow-fill.el (show-trailing-whitespace):
16158         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16159         eval-and-compile wrappers for byte compiler pacifiers.
16160
16161         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16162         (mm-display-inline-fontify): Check for featurep 'xemacs not
16163         extent-list.
16164
16165         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16166         itimer-list.
16167         (mm-create-image-xemacs): Only do something for XEmacs.
16168         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16169
16170         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16171
16172         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16173         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16174
16175 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16176
16177         * nnimap.el (nnimap-split-download-body):
16178         * gnus-demon.el (gnus-demon):
16179         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16180
16181 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16184         New macros.
16185         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16186         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16187         copy data from unibyte buffer to multibyte current buffer.
16188         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16189         to copy data from unibyte current buffer to multibyte buffer.
16190         (nntp-make-process-buffer): Make process buffer unibyte.
16191
16192         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16193
16194 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16195
16196         * pop3.el (pop3-open-server): Accept and process data more robustly at
16197         connection start to avoid spurious "POP SSL connection failed" errors.
16198
16199 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16200
16201         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16202         read group names.
16203
16204 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16205
16206         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16207
16208 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16211         (nnmail-save-active): Use a unibyte buffer when saving active file,
16212         which may contain non-ASCII group names.
16213
16214         * nnml.el (nnml-request-group): Decode group names in messages.
16215
16216 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16217
16218         * message.el (message-citation-line-function)
16219         (message-insert-formatted-citation-line): Fix spelling of
16220         `message-insert-formated-citation-line'.
16221
16222 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16223
16224         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16225
16226 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16229         nnmail-pathname-coding-system.
16230
16231         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16232         that a user enters; decode group names in messages.
16233
16234         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16235
16236 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16237
16238         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16239
16240         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16241
16242         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16243         risky local variable.
16244
16245         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16246
16247 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16248
16249         * encrypt.el: Improve documentation to fix function name typo.
16250         Reported by Daiki Ueno <ueno@unixuser.org>.
16251
16252 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16253
16254         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16255         even if the point is not in the last page of an article.
16256         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16257         back to the previous page.
16258
16259 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16260
16261         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16262
16263 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16264
16265         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16266
16267 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16268
16269         * message.el (message-check-news-body-syntax):
16270         Avoid mm-string-as-multibyte.
16271         (message-hide-headers): Don't assume (point-min)==1.
16272
16273 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16274
16275         * message.el (message-remove-blank-cited-lines): Fix if remove is
16276         given.
16277         (message-bogus-address-regexp): New variable.
16278         (message-bogus-recipient-p): New function.
16279         (message-check-recipients): New command.
16280         (message-syntax-checks): Add `bogus-recipient'.
16281         (message-fix-before-sending): Add `bogus-recipient'.
16282
16283         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16284         (gnus-treat-body-boundary): Don't test window-system.
16285
16286 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16287
16288         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16289
16290 2007-10-28  Miles Bader  <miles@gnu.org>
16291
16292         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16293         at compile-time too.
16294
16295 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16296
16297         * gnus-msg.el (gnus-message-setup-hook):
16298         Add `message-remove-blank-cited-lines' to options.
16299
16300 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16301
16302         * message.el (message-remove-blank-cited-lines): New function.
16303         Suggested by Karl Plästerer.
16304
16305 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16306
16307         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16308         mapc.
16309
16310         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16311         (top-level): Use mapc to set functions to be traced for debugging.
16312
16313         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16314         called for effect with while loop.
16315
16316         * message.el (message-talkative-question): Replace mapcar called for
16317         effect with mapc.
16318
16319         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16320         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16321         called for effect with dolist.
16322
16323         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16324
16325         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16326         gnus-extra-headers and nnmail-extra-headers.
16327
16328         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16329         called for effect with dolist.
16330         (top-level): Use mapc to set functions to be traced for debugging.
16331
16332         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16333         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16334         dolist.
16335
16336         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16337         Replace mapcar called for effect with mapc.
16338         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16339         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16340         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16341         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16342
16343         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16344         remove-if that's a cl function.
16345
16346         * webmail.el (webmail-debug): Replace mapcar called for effect with
16347         dolist.
16348
16349         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16350         with mapc.
16351
16352 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16353
16354         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16355         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16356         with while loop.
16357
16358         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16359         functions from article-* functions.
16360         (gnus-multi-decode-header): Replace mapcar called for effect with
16361         dolist.
16362
16363         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16364         (gnus-bookmark-show-details): Replace mapcar called for effect with
16365         while loop.
16366
16367         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16368         called for effect with while loop.
16369
16370         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16371         with dolist.
16372
16373         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16374         Replace mapcar called for effect with dolist.
16375
16376         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16377
16378         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16379         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16380         Replace mapcar called for effect with dolist.
16381         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16382         mapc.
16383
16384         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16385         Replace mapcar called for effect with dolist.
16386         (gnus-topic-list): Replace mapcar called for effect with mapc.
16387
16388         * gnus.el: Use mapc instead of mapcar to add autoloads.
16389
16390 2007-10-23  Richard Stallman  <rms@gnu.org>
16391
16392         * gnus-group.el (gnus-group-highlight): Mark as risky.
16393
16394 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16395
16396         * gnus.el (gnus-server-to-method): Return method found first in
16397         gnus-newsrc-alist.
16398
16399         * gnus-art.el (gnus-article-highlight-signature)
16400         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16401         button overlay without the front stickiness.
16402
16403 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16404
16405         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16406         overview buffer needed a catch to receive its throw.
16407         (gnus-agent-flush-cache): Declare as interactive to make this function
16408         easier to use.
16409
16410 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16411
16412         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16413         `next-line'.
16414
16415 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16418         exclude address matching message-dont-reply-to-names.
16419
16420 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * gnus-util.el (gnus-string<): New function.
16423
16424         * gnus-sum.el (gnus-article-sort-by-author)
16425         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16426
16427 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16428
16429         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16430         the frame-focus tag is set in gnus-buffer-configuration.
16431
16432 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16433
16434         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16435         the front stickiness.
16436
16437 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16438
16439         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16440         url pattern; remove duplicate one.
16441         (gnus-article-extend-url-button): New function.
16442         (gnus-article-add-buttons): Use it.
16443         (gnus-button-push): Use concatenated url that it makes.
16444
16445 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16446
16447         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16448
16449 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16450
16451         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16452         Don't hardcode point-min==1.
16453
16454 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16455
16456         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16457         Fix comment about "iso8859-1".
16458
16459 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16460
16461         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16462         ones returned from the verify-function.
16463
16464         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16465         Call mml2015-extract-cleartext-signature if extraction failed.
16466
16467 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16468
16469         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16470         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16471         failed.
16472
16473 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16474
16475         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16476
16477 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16478
16479         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16480         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16481         recommends to use EasyPG instead of PGG.
16482
16483         * pgg.el: Revert to revision 6.23.2.16.
16484
16485         * pgg-def.el: Revert to revision 6.6.2.14.
16486
16487         * pgg-gpg.el: Revert to revision 6.23.2.34.
16488
16489 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16490
16491         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16492         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16493         thread for both the null and zero (kill/expire thread) universal prefix
16494         cases.
16495         (gnus-summary-expire-thread): Add new function to expire a thread,
16496         using gnus-summary-kill-thread.
16497         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16498         shortcuts for gnus-summary-expire-thread.
16499         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16500         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16501
16502 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16503
16504         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16505         extras value, so an extras entry can be deleted.
16506         (gnus-registry-delete-extra-entry): Use it.
16507         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16508         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16509         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16510         storage through the gnus-registry, and provide an appropriate API for
16511         it.
16512
16513 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16516         Suggested by Leo <sdl.web@gmail.com>.
16517
16518         * gnus.el: Do.
16519
16520 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16521
16522         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16523         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16524
16525         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16526
16527         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16528         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16529
16530 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16531
16532         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16533         newline.
16534         (nnmbox-request-accept-article): Don't change article in source buffer;
16535         narrow to header to use message-fetch-field rather than
16536         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16537         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16538         as delimiters; make sure article ends with newline.
16539         (nnmbox-delete-mail): Correct last position of article to be deleted;
16540         ignore X-Gnus-Newsgroup header in article body.
16541         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16542         positions; make sure article ends with newline.
16543
16544         * message.el (message-display-abbrev): Don't infloop when a user
16545         inserts SPC in the beginning of header.
16546
16547         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16548         coding-system-for-read and coding-system-for-write for XEmacs having no
16549         file-coding feature.
16550
16551         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16552
16553 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16554
16555         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16556         list of groups not followed by default.  Fix type to be regexp.
16557         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16558
16559 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16560
16561         * hmac-def.el (define-hmac-function): Switch from old-style to
16562         new-style backquotes.
16563
16564         * md4.el (md4-make-step): Likewise.
16565
16566 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16567
16568         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16569         raw-text coding system when saving .newsrc file, which may contain
16570         non-ASCII group names.
16571
16572 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16573
16574         * gnus-cus.el (gnus-score-extra): New widget.
16575         (gnus-score-extra-convert): New function.
16576         (gnus-score-customize): Use it for Extra.
16577
16578 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16579
16580         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16581         (mml2015-mailcrypt-clear-verify): Use it.
16582         (mml2015-gpg-clear-verify): Use it.
16583         (mml2015-pgg-clear-verify): Use it.
16584         (mml2015-epg-clear-verify): Replace the current part with the output
16585         from GnuPG; don't extract the plaintext by itself.
16586
16587         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16588         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16589         mml2015-clear-verify-function; don't touch the armor headers or
16590         dash-escaped text here.
16591
16592 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16593
16594         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16595         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16596         parts, or application/octet-stream as a last resort.
16597         (gnus-mime-view-part-as-type): Don't toggle display.
16598         (gnus-mime-view-part-as-charset): Don't turn off display before
16599         querying charset.
16600
16601         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16602         stuff to undisplayer function in Emacs.
16603         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16604
16605         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16606         text/calendar parts.
16607
16608 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16609
16610         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16611         decoding text/calendar parts.
16612
16613         * message.el (message-forward-make-body-mime): Always mark body as
16614         having no illegible text; remove signed-or-encrypted argument.
16615         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16616
16617         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16618         (mml-generate-mime-1): Don't encode body if it is specified to be in
16619         raw form; don't make buffer be unibyte when inserting multibyte string.
16620
16621 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16622
16623         * sha1.el: Fix up comment style.
16624         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16625         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16626
16627         * hex-util.el: Fix up comment style.
16628         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16629
16630         * gnus-salt.el: Use with-current-buffer.
16631         (gnus-pick-setup-message): Fix long-standing typo.
16632
16633 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * imap.el (imap-logout-timeout): New variable.
16636         (imap-logout, imap-logout-wait): New functions.
16637         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16638
16639         * nnimap.el (nnimap-logout-timeout): New server variable.
16640         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16641         nnimap-logout-timeout.
16642
16643         * gnus-art.el (gnus-article-summary-command-nosave)
16644         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16645
16646 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * gnus.el (gnus-maximum-newsgroup): New variable.
16649
16650         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16651         according to gnus-maximum-newsgroup.
16652
16653         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16654         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16655         Limit the range of articles according to gnus-maximum-newsgroup.
16656
16657 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16658
16659         * gnus-art.el (gnus-sticky-article): Fix problems described in
16660         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16661         Don't perform gnus-configure-windows here; reuse existing sticky
16662         article buffer.
16663
16664         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16665         it doesn't exist in gnus-article-mode.
16666
16667 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16668
16669         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16670         (gnus-agent-decoded-group-name): New function.
16671         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16672         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16673
16674 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16675
16676         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16677         Add binding for gnus-sticky-article.
16678         (gnus-summary-exit): Don't kill sticky article buffers.
16679
16680         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16681         article buffer.
16682         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16683         (gnus-kill-sticky-article-buffers): New commands.
16684
16685 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * nntp.el (nntp-xref-number-is-evil): New server variable.
16688         (nntp-find-group-and-number): If it is non-nil, don't trust article
16689         numbers in the Xref header.
16690
16691 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16692
16693         * gnus-agent.el (gnus-agent-read-group): New function.
16694         (gnus-agent-flush-group, gnus-agent-expire-group)
16695         (gnus-agent-regenerate-group): Use it.
16696         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16697         nnmail-pathname-coding-system.
16698
16699 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16702
16703         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16704         that are unread as unread, and also as selected so that information of
16705         marks having been changed by a user may be updated when exiting group.
16706
16707 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16708
16709         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16710
16711 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16714         calculated ignoring signature parts to gnus-treat-article.
16715
16716 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16719         a point here in order to keep the window start.
16720         (gnus-insert-mime-security-button): Make a button overlay without the
16721         front stickiness.
16722         (gnus-mime-display-security): Goto the end of a button.
16723
16724         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16725
16726 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16729         group-name-at-point.
16730         (gnus-group-completing-read): New function that offers decoded
16731         non-ASCII group names for completion.
16732         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16733         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16734         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16735         (gnus-group-fetch-control): Use it.
16736         (gnus-fetch-group): Use group-name-at-point for the initial value
16737         rather than the default value; use gnus-alive-p.
16738
16739         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16740         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16741         (gnus-summary-post-news): Use gnus-group-completing-read.
16742
16743         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16744         (gnus-read-move-group-name): Decode group name for completion.
16745
16746 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16747
16748         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16749         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16750         Yamaoka slightly modified the code).
16751
16752 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16753
16754         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16755         (nnmail-split-incoming): Bind it.
16756
16757         * nnml.el (nnml-group-name-charset): New function.
16758         (nnml-decoded-group-name): Use it; don't decode group name if
16759         nnmail-group-names-not-encoded-p is non-nil.
16760         (nnml-encoded-group-name): New function.
16761         (nnml-group-pathname): Inline nnml-decoded-group-name.
16762         (nnml-request-expire-articles): Decode group name in message.
16763         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16764         nnmail-pathname-coding-system.
16765         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16766         not decoded ones according to nnmail-group-names-not-encoded-p.
16767         (nnml-generate-active-info): Use nnml-encoded-group-name.
16768
16769 2007-08-08  Glenn Morris  <rgm@gnu.org>
16770
16771         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16772         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16773         doc-strings and comments.
16774
16775 2007-07-25  Glenn Morris  <rgm@gnu.org>
16776
16777         * Relicense all FSF files to GPLv3 or later.
16778
16779 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * gnus-sum.el (gnus-summary-move-article):
16782         Make gnus-summary-respool-article work.
16783
16784 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16785
16786         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16787         string.
16788
16789 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16790
16791         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16792         that should be ignored when comparing distant RSS articles with local
16793         ones.
16794         (nnrss-make-hash-index): New function.  Create a hash index according
16795         to the ignored fields.
16796         (nnrss-check-group): Use it.
16797
16798 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16799
16800         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16801
16802         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16803
16804         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16805         the new optional argument ENCODED is non-nil.
16806         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16807         coding system for encoding group name.
16808         (gnus-group-make-rss-group): Pass un-encoded group name to
16809         gnus-group-make-group.
16810         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16811         encoded.
16812
16813         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16814         Encode group name to which articles are moved or copied.
16815         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16816         coding system for encoding Newsgroup, Followup-To and Xref headers.
16817
16818         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16819         marks; use nnheader-file-coding-system to write a file.
16820         (nnagent-retrieve-headers): Bind file-name-coding-system to
16821         nnmail-pathname-coding-system.
16822
16823         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16824
16825         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16826         (nnml-request-article, nnml-request-create-group)
16827         (nnml-request-rename-group, nnml-find-id)
16828         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16829         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16830         (nnml-save-marks): Use nnml-group-pathname instead of
16831         nnmail-group-pathname.
16832
16833         (nnml-request-create-group, nnml-request-expire-articles)
16834         (nnml-request-move-article, nnml-request-delete-group)
16835         (nnml-deletable-article-p, nnml-possibly-create-directory)
16836         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16837         (nnml-open-marks): Bind file-name-coding-system to
16838         nnmail-pathname-coding-system.
16839
16840         (nnml-request-article): Pass server argument to nnml-find-group-number.
16841         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16842         Pass server argument to nnml-possibly-create-directory.
16843         (nnml-request-accept-article): Pass server argument to
16844         nnml-active-number and nnml-save-mail.
16845         (nnml-find-group-number): Pass server argument to nnml-find-id.
16846         (nnml-request-update-info): Pass server argument to
16847         nnml-marks-changed-p.
16848
16849         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16850         (nnml-save-mail, nnml-active-number): Add server argument.
16851
16852         (nnml-request-delete-group): Warn if group is missing.
16853         (nnml-get-nov-buffer): Decode group name.
16854         (nnml-generate-active-info): Encode group name.
16855         (nnml-open-marks): Decode group name in messages.
16856
16857 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16858
16859         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16860         if it is not specified.
16861         (gnus-article-pipe-part, gnus-article-save-part)
16862         (gnus-article-interactively-view-part, gnus-article-copy-part)
16863         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16864         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16865         (gnus-article-replace-part, gnus-article-delete-part)
16866         (gnus-article-view-part-as-type): Pass raw prefix argument to
16867         gnus-article-part-wrapper.
16868
16869 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16870
16871         * gnus-agent.el (gnus-agent-save-active):
16872         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16873
16874         * gnus-cache.el (gnus-cache-save-buffers)
16875         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16876         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16877         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16878         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16879         (gnus-cache-generate-active, gnus-cache-rename-group)
16880         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16881         (gnus-cache-update-overview-total-fetched-for):
16882         Bind file-name-coding-system to nnmail-pathname-coding-system.
16883         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16884         New variables.
16885         (gnus-cache-decoded-group-name): New function.
16886         (gnus-cache-file-name): Use it.
16887         (gnus-cache-generate-active): Use non-decoded group name for active.
16888
16889         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16890         right place.
16891         (gnus-write-active-file): Don't break non-ASCII group names.
16892
16893         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16894         nnmail-pathname-coding-system.
16895
16896         * lpath.el: Bind default-file-name-coding-system,
16897         file-name-coding-system and language-info-alist for XEmacs.
16898
16899         * gnus-uu.el (gnus-uu-decode-save): Typo.
16900
16901 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16902
16903         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16904
16905 2007-07-14  David Kastrup  <dak@gnu.org>
16906
16907         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16908         finishing actions if we did not edit the article.
16909
16910 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16911
16912         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16913         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16914         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16915         (gnus-agent-flush-group, gnus-agent-flush-cache)
16916         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16917         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16918         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16919         (gnus-agent-regenerate-group)
16920         (gnus-agent-update-files-total-fetched-for)
16921         (gnus-agent-update-view-total-fetched-for):
16922         Bind file-name-coding-system to nnmail-pathname-coding-system.
16923         (gnus-agent-group-pathname): Don't encode file names by
16924         nnmail-pathname-coding-system.
16925         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16926         coding-system-for-write instead of buffer-file-coding-system to
16927         gnus-agent-file-coding-system.
16928
16929         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16930         Decode group name.
16931
16932         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16933
16934         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16935         (gnus-read-newsrc-el-file): Make group names unibyte.
16936
16937         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16938         nnmail-pathname-coding-system.
16939
16940         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16941         (nnrss-request-delete-group): Bind file-name-coding-system to
16942         nnmail-pathname-coding-system.
16943         (nnrss-read-server-data, nnrss-read-group-data):
16944         Bind file-name-coding-system correctly.
16945         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16946
16947         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16948         (nntp-server-to-method-cache): New variable.
16949         (nntp-group-pathname): New function that decodes non-ASCII group names.
16950         (nntp-possibly-create-directory, nntp-marks-changed-p)
16951         (nntp-save-marks, nntp-open-marks): Use it.
16952         (nntp-possibly-create-directory, nntp-open-marks):
16953         Bind file-name-coding-system to nnmail-pathname-coding-system.
16954         (nntp-open-marks): Decode group names when bootstrapping marks.
16955
16956         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16957         Newsgroups and Followup-To headers.
16958
16959 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16960
16961         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16962         (gnus-server-closed-face, gnus-server-denied-face)
16963         (gnus-server-offline-face): Remove variable.
16964         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16965
16966         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16967         of modifying message-stack directly for XEmacs.
16968
16969         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16970         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16971         if the coding-system argument is nil for XEmacs.
16972
16973         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16974         mm-charset-override-alist.
16975
16976         * rfc2047.el: Don't require base64; require rfc2045 for the function
16977         rfc2045-encode-string.
16978         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16979         to quote the parameter value.
16980
16981 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16982
16983         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16984         form in gnus-group-name-charset-method-alist.
16985
16986         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16987         overrides the default layout edit-form.
16988
16989         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16990
16991         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16992
16993 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16994
16995         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16996         as unfetched articles.
16997
16998 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16999
17000         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17001
17002 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17003
17004         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17005         original back end that keeps marks in the local system.
17006
17007 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17008
17009         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17010         arg of pop-to-buffer for XEmacs.
17011         (gnus-article-read-summary-keys): Ditto; don't restore window
17012         configuration if summary command ends up with neither article buffer
17013         nor summary buffer; describe bindings if summary keys end with C-h.
17014
17015 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17016
17017         * message.el (message-fix-before-sending): Skip raw message part to be
17018         forwarded while checking illegible text.
17019         (message-forward-make-body-mime, message-forward-make-body):
17020         Mark signed or encrypted raw message as having no illegible text.
17021
17022 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17025         (gnus-message-with-timestamp-1): New macro.
17026         (gnus-message-with-timestamp): New function.
17027         (gnus-message): Use them.
17028
17029         * nnheader.el (nnheader-message): Use them.
17030
17031 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17032
17033         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17034         .newsrc.eld file.
17035
17036 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17037
17038         * gnus-agent.el (gnus-agent-fetch-headers)
17039         (gnus-agent-retrieve-headers):
17040         Bind gnus-decode-encoded-address-function to identity.
17041
17042         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17043         available also when the server returns simply a dot.
17044
17045         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17046
17047 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17048
17049         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17050
17051 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17052
17053         * gnus-ems.el (gnus-x-splash): Make it work.
17054
17055         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17056         from being used.
17057
17058         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17059
17060 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17061
17062         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17063         4th and the 5th arguments.
17064
17065         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17066         the front stickiness.
17067         (gnus-article-summary-command-nosave): Correct the order of the
17068         arguments passed to pop-to-buffer.
17069         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17070         summary command ends up with the article buffer.
17071
17072         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17073         the same faces.
17074
17075 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17076
17077         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17078
17079 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17080
17081         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17082         * gnus-sum.el (gnus-summary-highlight):
17083         * pgg.el (pgg-sign-region, pgg-sign):
17084         * mail-source.el (mail-source-delete-old-incoming-confirm):
17085         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17086
17087 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17088
17089         * gnus-art.el (gnus-mime-view-part-externally)
17090         (gnus-mime-view-part-internally): Fix predicate function passed to
17091         completing-read.
17092
17093         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17094
17095         * gnus.el (gnus-update-message-archive-method): Add :version.
17096
17097 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * gnus.el (gnus-update-message-archive-method): New variable.
17100
17101         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17102         according to gnus-message-archive-method if
17103         gnus-update-message-archive-method is non-nil.
17104
17105 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17106
17107         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17108         Suggested by Loic Dachary <loic@dachary.org>.
17109         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17110
17111 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17112
17113         * message.el (message-pop-to-buffer): Add switch-function argument.
17114         (message-mail): Pass switch-function argument to it.
17115
17116 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17117
17118         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17119         Improve doc string.
17120
17121 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17122
17123         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17124         (gnus-header-content):
17125         * gnus-cite.el (gnus-cite-10):
17126         * gnus-srvr.el (gnus-server-closed):
17127         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17128         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17129         (gnus-group-mail-3-empty, gnus-group-mail-low)
17130         (gnus-group-mail-low-empty, gnus-splash):
17131         * message.el (message-header-to, message-header-cc)
17132         (message-header-subject, message-header-other, message-header-name)
17133         (message-header-xheader, message-separator, message-cited-text)
17134         (message-mml): Lighten colors of faces used for dark background.
17135
17136 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17137
17138         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17139         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17140
17141 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17142
17143         * message.el (message-narrow-to-headers-or-head):
17144         Ignore mail-header-separator in the body.
17145
17146 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17147
17148         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17149         same as window size.
17150
17151 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17152
17153         * message.el (message-font-lock-keywords): Use message-header-xheader
17154         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17155         ahead of the anything pattern, to get it recognized.
17156
17157 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17160         spam.el loads uses it in the compiled defadvice form.
17161
17162 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17163
17164         * gnus-sum.el (gnus-articles-to-read)
17165         (gnus-summary-insert-old-articles): Don't truncate group name for
17166         `read-string'.
17167
17168         * gnus-util.el (gnus-limit-string): Delete this function.
17169
17170         * gnus-sum.el (gnus-simplify-subject-fully):
17171         Use `truncate-string-to-width' instead.
17172
17173 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17174
17175         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17176         Tell if, on summary exit, the next group has to be selected.
17177         (gnus-summary-exit): Use it.
17178
17179 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17180
17181         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17182         non-break space.
17183
17184 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17185
17186         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17187         Check if group is not a directory.
17188         (nnfolder-request-expire-articles): Don't delete articles if the target
17189         group is not available.
17190
17191         * nnml.el (nnml-request-create-group): Properly check if group is not a
17192         file.
17193         (nnml-request-expire-articles): Don't delete articles if the target
17194         group is not available.
17195
17196         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17197         Don't quote characters that are within parentheses.
17198
17199 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17200
17201         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17202         (gnus-handle-ephemeral-exit): Select article according to it.
17203
17204 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17205
17206         * message.el (message-insert-formated-citation-line): Remove newline.
17207         (message-citation-line-format): Add final \n here so that the user can
17208         avoid a blank line.
17209
17210 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17211
17212         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17213         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17214         Update lanl/arXiv support.
17215
17216 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17217
17218         * gnus.el: Bump version number.
17219
17220 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17221
17222         * gnus.el (gnus-version-number): Bump version.
17223
17224 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17225
17226         * gnus.el: No Gnus v0.6 is released.
17227
17228 2007-04-27  Didier Verna  <didier@xemacs.org>
17229
17230         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17231         * gmm-utils.el (gmm-regexp-concat): ... here.
17232         * message.el: Don't require 'gnus-util.
17233         (message-dont-reply-to-names): Handle name change above.
17234         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17235
17236 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17239         since the initial value varies according to the system.
17240
17241 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17242
17243         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17244
17245 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17246
17247         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17248
17249 2007-04-24  Didier Verna  <didier@xemacs.org>
17250
17251         Improve the type of gnus-ignored-from-addresses.
17252         * gnus-util.el (gnus-orify-regexp): New function.
17253         * message.el (gnus-util): Require it.
17254         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17255         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17256         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17257
17258 2007-04-24  Didier Verna  <didier@xemacs.org>
17259
17260         * gnus-sum.el:
17261         * gnus-utils.el: Fix some trailing whitespaces.
17262
17263 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17264
17265         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17266         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17267         article's Message-ID; refer parent article in summary buffer.
17268
17269         * message.el (message-bounce): Call mime-to-mml.
17270
17271         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17272         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17273         optimize and/or forms properly.
17274
17275 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17276
17277         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17278         URL.
17279
17280 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17281
17282         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17283
17284 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17285
17286         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17287         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17288         displayed of multipart/alternative part if it is invoked from summary
17289         buffer.
17290
17291         * mm-view.el (mm-inline-text-html-render-with-w3m)
17292         (mm-inline-text-html-render-with-w3m-standalone)
17293         (mm-inline-render-with-function): Use mail-parse-charset by default.
17294
17295 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17296
17297         * parse-time.el (parse-time-string-chars): Check if CHAR
17298         is less than the length of parse-time-syntax.
17299
17300 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17303         from gnus-newsgroup-processable.
17304
17305 2007-04-16  Didier Verna  <didier@xemacs.org>
17306
17307         * gnus-msg.el (gnus-configure-posting-styles):
17308         Handle message-signature-directory properly with :file syntax.
17309         Reported by "Leo".
17310
17311 2007-04-11  Didier Verna  <didier@xemacs.org>
17312
17313         New user option: message-signature-directory.
17314         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17315         * message.el (message-insert-signature): Ditto.
17316         * message.el (message-signature-file): Doc update.
17317         * message.el (message-signature-directory): New.
17318
17319 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17320
17321         * gnus-msg.el (gnus-inews-yank-articles):
17322         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17323
17324 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17325
17326         * message.el (message-yank-original): Make sure cited text ends with
17327         newline; don't exchange point and mark.
17328
17329 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17330
17331         * tls.el (open-tls-stream): Properly handle case where there
17332         is no associated buffer.
17333
17334 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17335
17336         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17337         message-yank-original, make sure (< mark TEXT point).
17338
17339 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17340
17341         * message.el (message-fill-column): New variable.
17342         (message-mode): Use it.  Add comment on a possible new hook.
17343
17344         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17345         (nnmail-get-new-mail): Reformat.
17346
17347         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17348
17349         * gmm-utils.el: Fix Commentary.
17350         (gmm-tool-bar-from-list): Fix typo in doc string.
17351
17352 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17353
17354         * message.el (message-yank-original): Don't switch point and mark
17355         unnecessarily to put point and mark as documented.
17356
17357 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17358
17359         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17360         from the message heads.
17361
17362 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17363
17364         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17365         article buffer does not have a window.  This may not be the best
17366         solution but is certainly better than setting the start of the null,
17367         that is the current, window.
17368
17369 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17370
17371         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17372         (gnus-draft-setup): Run it.
17373
17374         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17375         gnus-score-fast-scoring.  Allow regexp.
17376         (gnus-score-headers): Use it.
17377
17378         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17379         XEmacs.
17380
17381         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17382         string.
17383         (gnus-button-alist): Also catch `<f1> k ...'.
17384         (gnus-treat-display-x-face): Fix doc string.
17385
17386 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17387
17388         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17389         evaluation of gnus-extended-version to ensure correct generation of the
17390         User-Agent header when message-generate-headers-first is used.
17391
17392 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17393
17394         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17395         hashcash-path is nil.  Don't call callback with incorrect number of
17396         parameters if val is 0.
17397
17398 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17399
17400         * message.el (message-required-news-headers):
17401         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17402
17403 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17404
17405         * tls.el (open-tls-stream): In handshake-waiting loop,
17406         don't wait more if there is output available to process.
17407
17408 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17409
17410         * tls.el (tls-program): Doc fix.
17411
17412 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17413
17414         * message.el (message-generate-new-buffers): Change the meaning of the
17415         nil value; add `standard' to the choices; treat t as `unique'; improve
17416         doc string.
17417         (gnus-select-frame-set-input-focus): Autoload.
17418         (message-buffer-name): Search for the existing message buffer if
17419         message-generate-new-buffers is nil or `standard'; treat the value t of
17420         message-generate-new-buffers as `unique'.
17421         (message-pop-to-buffer): Raise the frame already displaying the message
17422         buffer; clear the echo area after querying.
17423         (message-setup): Pass the `continue' argument to compose-mail.
17424         (message-mail): Prefer `switch-function' if it is given; search for the
17425         existing message buffer if the `continue' argument is non-nil; pass
17426         continue and switch-function arguments to compose-mail by way of
17427         message-setup.
17428         (message-mail-other-window): Adjust argument of message-setup.
17429         (message-mail-other-frame): Ditto.
17430
17431 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17432
17433         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17434         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17435         to turn font-lock on when turning gnus-message-citation-mode on.
17436
17437 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17438
17439         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17440         (mml-smime-function-alist): New variable; add epg as the backend.
17441         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17442         mml-smime- functions instead.
17443         * mm-view.el: Require smime.
17444
17445 2007-03-05  Didier Verna  <didier@xemacs.org>
17446
17447         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17448         instead of just inheritance for posting styles.
17449         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17450
17451 2007-02-24  Chris Moore  <dooglus@gmail.com>
17452
17453         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17454         * pgg-pgp.el (pgg-pgp-encrypt-region):
17455         * pgg-gpg.el (pgg-gpg-encrypt-region):
17456         Check pgg-encrypt-for-me if no other recipients.
17457
17458 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17459
17460         * tls.el (tls-certtool-program): Fix custom type.
17461
17462 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17463
17464         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17465         and point-at-eol instead of line-(beginning|end)-position.
17466
17467         * assistant.el (assistant-parse-buffer): Ditto.
17468
17469         * netrc.el (netrc-parse-services): Ditto.
17470
17471 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17472
17473         * mml2015.el (mml2015-epg-find-usable-key): New function.
17474         (mml2015-epg-sign): Use it.
17475         (mml2015-epg-encrypt): Use it.
17476
17477 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17478
17479         * message.el (message-make-in-reply-to): Quote name containing
17480         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17481         if there are special characters.  Reported by NAKAJI Hiroyuki
17482         <nakaji@jp.freebsd.org>.
17483
17484 2007-02-27  Didier Verna  <didier@xemacs.org>
17485
17486         Include the group parameters as well as the topic ones in the
17487         inheritance filter process.
17488         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17489         argument GROUP-PARAMS-LIST.
17490         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17491
17492 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17493
17494         * nntp.el (nntp-never-echoes-commands)
17495         (nntp-open-connection-functions-never-echo-commands): New variables.
17496         (nntp-send-command): Use them.
17497
17498 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17499
17500         * mml2015.el (mml2015-epg-verify): Simplify.
17501
17502 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17503
17504         * mml.el (mml-content-disposition-alist): New user option.
17505         (mml-content-disposition): New function.
17506         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17507         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17508
17509 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17510
17511         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17512         verification.
17513
17514 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17515
17516         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17517         articles posted in the last 24 hours.
17518
17519 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17520
17521         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17522
17523 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17524
17525         * nntp.el (nntp-send-command): Don't wait for echoes when
17526         nntp-open-ssl-stream is used.
17527
17528 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17529
17530         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17531         (gnus-message-add-citation-keywords)
17532         (gnus-message-remove-citation-keywords): Remove.
17533         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17534         directly, make the variables in font-lock-defaults buffer-local, add
17535         gnus-message-citation-keywords to them and then update the value of
17536         font-lock-keywords.
17537
17538 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17539
17540         * message.el (message-cite-original-1): Don't call
17541         gnus-article-highlight-citation.
17542
17543         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17544         citations; fix line count.
17545
17546 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17547
17548         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17549         (gnus-message-add-citation-keywords)
17550         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17551         versions of font-lock-add-keywords and font-lock-remove-keywords to
17552         work with XEmacs correctly.
17553
17554 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17555
17556         * gnus-cite.el (gnus-cite-face-list): Set the values of
17557         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17558         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17559         (gnus-message-cite-prefix-regexp): New variable.
17560         (gnus-message-search-citation-line): Use it; protect against long
17561         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17562         the 0th match data for Emacs.
17563         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17564         (gnus-message-add-citation-keywords): Append keywords rather than
17565         prepending; emulate font-lock-add-keywords if it is not available.
17566         (gnus-message-remove-citation-keywords):
17567         Emulate font-lock-remove-keywords if it is not available.
17568
17569         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17570
17571         * message.el (message-cite-prefix-regexp): Set the value of
17572         gnus-message-cite-prefix-regexp.
17573
17574 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17575
17576         * nnweb.el (nnweb-google-parse-1): Update parser.
17577
17578 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17579
17580         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17581
17582 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17583
17584         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17585         regexp.
17586
17587 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17588
17589         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17590         string-to-multibyte.
17591         (uudecode-decode-region-internal): Use it.
17592
17593         * lpath.el: Fbind string-as-multibyte for XEmacs.
17594
17595 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17596
17597         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17598         Fix custom choice.
17599
17600         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17601
17602 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17603
17604         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17605
17606         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17607         `write-region' to respect `mm-inhibit-file-name-handlers'.
17608
17609 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17610
17611         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17612         Use gnus-home-directory instead of "~/" or "$HOME".
17613
17614 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17615
17616         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17617         to mention filename.
17618         Add comments at beginning regarding usage.
17619         (encrypt-write-file-contents): Change interactive so a string is
17620         acceptable.  If the file has no associated model, show an error instead
17621         of a nonsense prompt.
17622
17623 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17624
17625         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17626         Thanks to Yoshihiko Yamada for kind notification of this typo.
17627
17628 2007-01-12  Kenichi Handa  <handa@m17n.org>
17629
17630         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17631         multibyte buffer.
17632
17633 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17634
17635         * gnus-score.el (gnus-score-fast-scoring): New variable.
17636         (gnus-score-headers): Use it.
17637
17638         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17639
17640         * message.el (message-cite-original-1):
17641         Call gnus-article-highlight-citation if requested.
17642         (message-make-from): Allow name and address as optional arguments.
17643
17644         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17645
17646         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17647         bugs to doc string.
17648         (gnus-button-alist): Add mid\\|message-id.
17649         (gnus-button-fetch-group): Extend for use in
17650         `browse-url-browser-function'.
17651         (gnus-button-url-regexp): Try to catch paired parentheses like in
17652         Wikipedia URLs.
17653
17654         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17655         Suggested by Simon Krahnke <overlord@gmx.li>.
17656
17657 2007-01-13  Romain Francoise  <romain@orebokech.com>
17658
17659         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17660         Update copyright.
17661
17662 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17663
17664         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17665
17666 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17667
17668         * gnus-registry.el (gnus-registry-unfollowed-groups)
17669         (gnus-registry-split-fancy-with-parent): Fix documentation.
17670
17671 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17672
17673         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17674         from nnweb groups.
17675
17676 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17677
17678         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17679         Xref urls.  Erase buffer before requesting head.
17680
17681         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17682
17683 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17684
17685         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17686         customizable.
17687
17688 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17689
17690         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17691         no signing key is found.
17692         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17693         no encrypting and/or signing key is found.
17694
17695 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17696
17697         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17698
17699 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17700
17701         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17702         headers read from disk with the ones newly found in the current search.
17703         This should no longer cause problems, because the article numbers in
17704         Gmane's `nov.php' output are ignored since the previous change.
17705
17706 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17707
17708         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17709
17710 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17711
17712         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17713         replace-regexp-in-string; bind url-version; fbind display-images-p and
17714         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17715         find-face and set-itimer-function for Emacs; bind itimer-list for
17716         Emacs.
17717
17718         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17719
17720 2007-01-01  Romain Francoise  <romain@orebokech.com>
17721
17722         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17723
17724 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17725
17726         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17727         `define-minor-mode' macro definition expanded properly.
17728         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17729         exclude it there.
17730
17731         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17732         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17733         `fboundp' test.
17734         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17735         This is OK to autoload in (S)XEmacs now.
17736
17737 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17738
17739         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17740         keystroke.
17741         (gnus-summary-limit-to-singletons): Fix typo.
17742
17743         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17744         else fails.
17745
17746 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17747
17748         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17749         docstring.
17750
17751         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17752         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17753         (gnus-summary-insert-dormant-articles): Fix typo in message.
17754
17755 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17756
17757         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17758         nil for XEmacs.
17759         (gnus-message-citation-mode): Don't autoload in XEmacs.
17760
17761         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17762
17763 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17764
17765         * nnimap.el (nnimap-expunge-search-string):
17766         Mention nnimap-search-uids-not-since-is-evil in docstring.
17767
17768 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17769
17770         * spam.el: Revert to make-obsolete-variable because
17771         define-obsolete-variable-alias is not supported in Emacs 21.
17772
17773         * spam.el (spam-ifile-path, spam-ifile-database-path)
17774         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17775         make-obsolete-variable.
17776         (spam-bsfilter-path, spam-bsfilter-program)
17777         (spam-spamassassin-path, spam-spamassassin-program)
17778         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17779         Don't use "path" inappropriately.
17780         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17781         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17782         variable names.
17783
17784 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17785
17786         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17787         summary buffer.
17788
17789         * password.el (password-cache-remove): Use clear-string to burn
17790         password, if available.
17791
17792 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17793
17794         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17795
17796         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17797
17798         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17799         (gnus-message-highlight-citation): Move defcustom here from
17800         gnus-cite.el.
17801         (gnus-message-citation-mode): Autoload.
17802
17803         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17804         checks to make it compile with XEmacs.
17805         (gnus-message-citation-mode): New minor mode.
17806         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17807         (gnus-message-highlight-citation): New variables.
17808         (gnus-message-search-citation-line)
17809         (gnus-message-add-citation-keywords)
17810         (gnus-message-remove-citation-keywords)
17811         (turn-on-gnus-message-citation-mode)
17812         (turn-off-gnus-message-citation-mode): New functions.
17813
17814 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17815
17816         * gnus-cite.el: Enable highlighting of different citation levels in
17817         message-mode.
17818
17819 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17820
17821         * message.el (message-make-fqdn): Fix comment.
17822         (message-bogus-system-names): Add ".local".
17823
17824         * spam.el (spam-ifile-path, spam-ifile-program)
17825         (spam-ifile-database-path, spam-ifile-database)
17826         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17827         Don't use "path" inappropriately.
17828         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17829         strings.
17830         (spam-check-ifile, spam-ifile-register-with-ifile)
17831         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17832         Use new variable names.
17833
17834         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17835         (gnus-treat-display-smileys): Simplify using
17836         gnus-image-type-available-p.
17837
17838         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17839         available.
17840
17841         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17842         Use `display-images-p' if available.
17843
17844 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17845
17846         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17847         one after turning on the buffer's multibyteness instead of decoding
17848         them directly in the unibyte buffer that causes unexpected conversion
17849         in Emacs 23 (unicode).
17850
17851 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17852
17853         * message.el (message-generate-hashcash): Fix custom type.
17854
17855 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17856
17857         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17858
17859 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17860
17861         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17862         disconnect icons.  Add help text.
17863
17864 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17865
17866         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17867         negated to be consistent with the others we handle.
17868
17869 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17870
17871         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17872         version of gnus-summary-buffer to something, so that we can use two
17873         article buffers at the same time.
17874
17875 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17876
17877         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17878         trigger all the extra headers.
17879         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17880         sorting.
17881
17882 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17883
17884         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17885         solid groups.
17886
17887 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17888
17889         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17890
17891 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17892
17893         * legacy-gnus-agent.el: Add Copyright notice.
17894
17895 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17896
17897         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17898
17899 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17900
17901         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17902
17903         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17904         to make it work reliably in CVS Emacs.
17905         (gnus-summary-limit-strange-charsets-predicate)
17906         (gnus-summary-limit-to-predicate): New functions.
17907
17908 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17909
17910         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17911         specifying array size.
17912         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17913         array if it is too small.
17914         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17915         (gnus-sort-threads-loop): New function.
17916
17917 2006-12-06  Chris Moore  <dooglus@gmail.com>
17918
17919         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17920         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17921
17922 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17923
17924         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17925         options.
17926
17927 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17928
17929         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17930         DOS-ing the recipient.
17931
17932         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17933         the headers when creating the mapping to avoid mismappings.
17934         (nnweb-gmane-create-mapping): Always nix out old mapping.
17935
17936 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17937
17938         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17939         and mm-verify-option to never.
17940
17941 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17942
17943         * message.el (message-signed-or-encrypted-p): New function.
17944         (message-forward-make-body): Use it.
17945
17946         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17947         Replace encode-coding-string with mm-encode-coding-string.
17948
17949 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17950
17951         * nneething.el (nneething-decode-file-name):
17952         Replace decode-coding-string with mm-decode-coding-string.
17953
17954         * gnus-int.el (gnus-open-server): Say failed server's name.
17955
17956 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17957
17958         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17959         strings to a single string.  Quote `errors-file-name'.
17960         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17961         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17962         Adjust calls.  Use `shell-quote-argument'.
17963
17964 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17965
17966         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17967         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17968
17969         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17970         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17971         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17972         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17973         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17974         (gnus-subscribe-newsgroup, gnus-1):
17975         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17976         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17977         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17978         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17979
17980 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17981
17982         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17983         keystroke.
17984         (gnus-summary-limit-to-bodies): Implement headersp.
17985
17986 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17987
17988         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17989
17990 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17991
17992         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17993
17994 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17995
17996         * message.el (message-generate-hashcash): Expand range of values to
17997         include `opportunistic'.
17998         (message-send-mail): Use it.
17999
18000 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18001
18002         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18003         and comment it.
18004
18005         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18006
18007 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18008
18009         * gnus-util.el (gnus-extract-address-components): Improve comment.
18010
18011 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * gnus-util.el (gnus-extract-address-components): Work with address in
18014         which the name portion contains @.
18015
18016         * lpath.el: Fbind custom-autoload.
18017
18018 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18019
18020         * gnus.el (gnus-start): Move custom group up.
18021         (gnus-select-method): Don't autoload, but make it available for
18022         `customize-variable'.
18023         (gnus-getenv-nntpserver): Don't autoload.
18024
18025 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18026
18027         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18028
18029 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18030
18031         * message.el (message-sendmail-extra-arguments): New variable.
18032         (message-send-mail-with-sendmail): Use it.
18033
18034 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18035
18036         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18037         mm-with-unibyte-current-buffer to make string unibyte.
18038
18039         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18040         mm-string-as-multibyte.
18041
18042 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18043
18044         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18045         Reported by Werner Koch <wk@gnupg.org>.
18046
18047 2006-11-14  Daiki Ueno  <ueno@p360>
18048
18049         * mml2015.el: Autoload epa-select-keys when compiling.
18050
18051 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18052
18053         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18054         message-options.
18055         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18056
18057 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18058
18059         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18060         EasyPG (< 0.0.6).
18061         (mml2015-always-trust): New user option.
18062         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18063         prompt.
18064
18065 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18066
18067         * nntp.el (nntp-authinfo-force): New variable.
18068         (nntp-send-authinfo): Use it.
18069
18070 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18071
18072         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18073         decode encoded words.  Improve prompt.  Add comment about forwarding.
18074         (message-replacement-char): Move up.
18075
18076 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18077
18078         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18079         instead of gnus-intersection because arguments of gnus-sorted-nunion
18080         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18081
18082 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18083
18084         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18085         (message-simplify-subject-functions):
18086         Enable message-strip-subject-encoded-words by default.
18087
18088 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18089
18090         * message.el (message-strip-subject-encoded-words): New function.
18091         (message-simplify-subject-functions): New variable.
18092         (message-simplify-subject): Use it.  Fix typo in doc string.
18093         Support message-strip-subject-encoded-words.
18094
18095 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18096
18097         * gnus-diary.el (gnus-diary-delay-format-function):
18098         * nndiary.el (nndiary-reminders):
18099         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18100
18101 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18102
18103         * gnus-art.el (article-hide-boring-headers): Fetch date from
18104         gnus-original-article-buffer to avoid problems with localized date
18105         strings.
18106
18107 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18108
18109         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18110
18111 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18112
18113         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18114         New variables.
18115         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18116         (mm-charset-synonym-alist): Move some entries to
18117         mm-codepage-iso-8859-list.
18118         (mm-charset-synonym-alist, mm-charset-override-alist):
18119         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18120
18121 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18122
18123         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18124
18125 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18126
18127         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18128         with Emacs 21 and XEmacs.
18129
18130 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18131
18132         * spam.el (spam-parse-address): New function for better parsing,
18133         catching errors, etc.
18134         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18135
18136 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18137
18138         * mm-view.el: Add interactive arg to html2text autoload.
18139
18140 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18141
18142         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18143
18144 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18145
18146         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18147         New variables.
18148         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18149         (mm-charset-synonym-alist): Move some entries to
18150         mm-codepage-iso-8859-list.
18151
18152         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18153
18154 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18155
18156         * message.el (message-citation-line-format)
18157         (message-insert-formated-citation-line): Fix implementation of %E, %N
18158         and %n according to the doc string.
18159
18160 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18161
18162         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18163         Use car-safe to avoid bad parses.
18164
18165 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18166
18167         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18168         names.
18169
18170         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18171
18172 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18173
18174         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18175         header.
18176
18177         * message.el (message-draft-headers): Add Date.
18178         (message-headers-to-generate): Fix typo in docstring.
18179
18180         * nndraft.el (nndraft-required-headers): New variable.
18181         (nndraft-generate-headers): Use it.
18182
18183         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18184
18185 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18186
18187         * gnus-registry.el (gnus-registry-wash-for-keywords)
18188         (gnus-registry-find-keywords): New functions to allow easy searching of
18189         articles that are in the registry.
18190
18191 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18192
18193         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18194         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18195         Reported by Damien Elmes <damien@repose.cx>.
18196
18197 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18198
18199         * gnus.el (gnus-mime): Remove unused custom group.
18200
18201 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18202
18203         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18204         "blank line" when searching for end of armor headers.
18205
18206 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18207
18208         * gmm-utils.el (gmm-write-region): Fix variable name.
18209
18210 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18211
18212         * gmm-utils.el (gmm-write-region): New function based on compatibility
18213         code from `mm-make-temp-file'.
18214
18215         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18216
18217         * nnmaildir.el (nnmaildir--update-nov)
18218         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18219         Use `gmm-write-region'.
18220
18221 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18222
18223         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18224         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18225
18226         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18227
18228         * message.el (message-replacement-char): New variable.
18229         (message-fix-before-sending): Use it.
18230         (message-simplify-subject): New function to remove duplicate code.
18231         (message-reply, message-followup): Use it.
18232
18233         * gnus-sum.el (gnus-summary-make-menu-bar):
18234         Clarify gnus-summary-limit-to-articles.
18235
18236 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18237
18238         * gnus-util.el (gnus-with-local-quit): New macro.
18239
18240         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18241
18242 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18243
18244         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18245         ignore non-string data.
18246
18247 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18248
18249         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18250         non-string data (needs to be done in the registry too).
18251
18252 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18253
18254         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18255         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18256         (gnus-registry-split-fancy-with-parent)
18257         (gnus-registry-fetch-simplified-message-subject-fast)
18258         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18259         Remove text properties on ingress into the registry and when it's saved.
18260         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18261         registry from entries with no groups.
18262
18263 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18264
18265         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18266         function to remove string properties.
18267
18268 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18269
18270         * gmm-utils.el (gmm): Adjust custom version.
18271
18272         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18273         Adjust custom version.
18274
18275         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18276
18277 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18278
18279         * gnus-art.el (gnus-insert-prev-page-button)
18280         (gnus-insert-next-page-button): Simplify.  Reformat.
18281
18282 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18283
18284         * gnus-art.el (gnus-insert-prev-page-button)
18285         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18286
18287 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18288
18289         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18290
18291 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18292
18293         * gnus-art.el (gnus-insert-mime-button)
18294         (gnus-insert-mime-security-button):
18295         Apply gnus-article-button-face to MIME and security buttons.
18296
18297 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18298
18299         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18300         readable.
18301
18302 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18303
18304         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18305
18306 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18307
18308         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18309         `browse-url-of-file' instead of `browse-url'.
18310
18311 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18312
18313         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18314         regexp.  Articles containing quotation were cut prematurely.
18315
18316 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18317
18318         * message.el (message-cite-original-1): Use nobody by default for the
18319         value of From header.
18320         (message-reply): Ditto.
18321
18322 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18323
18324         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18325         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18326         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18327
18328 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18329
18330         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18331         mails in the doc string.  Add some URLs in comment.
18332         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18333
18334 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18335
18336         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18337         backslashes handling and the way to find boundaries of quoted strings.
18338
18339 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18340
18341         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18342         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18343         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18344         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18345
18346 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18347
18348         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18349         doc string.
18350         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18351
18352 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18353
18354         * lpath.el: Fbind epg-check-configuration.
18355
18356 2006-09-06  Simon Josefsson  <jas@extundo.com>
18357
18358         * mml2015.el (mml2015-use): Doc fix, mention epg.
18359
18360 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18361
18362         * mml2015.el (mml2015-use): Default to epg, if available.
18363
18364 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18365
18366         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18367         message-sender.
18368         (mml1991-epg-encrypt): Ditto.
18369         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18370         message-sender.
18371         (mml2015-epg-encrypt): Ditto.
18372
18373 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18374
18375         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18376         several common directories.
18377
18378 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18379
18380         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18381         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18382
18383 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18384
18385         * gnus-art.el (article-decode-encoded-words): Make it fast.
18386
18387 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18388
18389         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18390
18391         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18392         in quoted string into `\'.
18393
18394 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18395
18396         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18397         Use standard-syntax-table.
18398
18399 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18400
18401         * gnus-art.el (gnus-decode-address-function): New variable.
18402         (article-decode-encoded-words): Use it to decode headers which are
18403         assumed to contain addresses.
18404         (gnus-mime-delete-part): Remove useless `or'.
18405
18406         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18407         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18408         (gnus-nov-parse-line): Use it to decode From header.
18409         (gnus-get-newsgroup-headers): Ditto.
18410         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18411
18412         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18413         (mail-decode-encoded-address-string): New alias.
18414
18415         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18416         New function.
18417         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18418         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18419         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18420         (rfc2047-decode-string): Ditto.
18421         (rfc2047-decode-address-region): New function.
18422         (rfc2047-decode-address-string): New function.
18423
18424 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18425
18426         * message.el (message-caesar-buffer-body): Allow rotating headers.
18427
18428         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18429
18430         * message.el (message-insert-formated-citation-line): Fix %f.
18431         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18432
18433 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18434
18435         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18436         (gnus-bookmark-mouse-available-p): New macro.
18437         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18438         (gnus-bookmark-bmenu-show-infos): Use it.
18439         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18440         (gnus-bookmark-bmenu-hide-infos): Ditto.
18441         (gnus-bookmark-remove-properties): New function.
18442         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18443         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18444         (gnus-bookmark-write-file): Bind coding-system-for-write.
18445         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18446         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18447         group before selecting it.
18448         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18449         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18450         quit-window if it is not available; use gnus-mouse-2 and bind it to
18451         gnus-bookmark-bmenu-select-by-mouse.
18452         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18453         (gnus-bookmark-bmenu-select-by-mouse): New function.
18454
18455 2006-08-13  Romain Francoise  <romain@orebokech.com>
18456
18457         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18458         space.
18459
18460 2006-08-10  Romain Francoise  <romain@orebokech.com>
18461
18462         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18463         (dns-mode-soa-auto-increment-serial): New user option.
18464         (dns-mode-soa-maybe-increment-serial): New function.
18465         (dns-mode): Add the latter to `write-contents-functions'.
18466
18467 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18468
18469         * compface.el (uncompface): Use binary rather than raw-text-unix.
18470
18471 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18472
18473         * compface.el (uncompface): Make sure the eol conversion doesn't take
18474         place when communicating with the external programs.
18475         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18476
18477 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18478
18479         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18480
18481 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18482
18483         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18484         Make it more robust by parsing author and date independently.
18485
18486 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18487
18488         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18489
18490 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18491
18492         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18493         first matching secret key.
18494         (mml2015-epg-encrypt): Ditto.
18495
18496         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18497         first matching secret key.
18498         (mml1991-epg-encrypt): Ditto.
18499
18500         * mml2015.el (mml2015-encrypt-to-self): New user option.
18501         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18502         mml2015-epg-encrypt-to-self is set.
18503
18504         * mml1991.el (mml1991-encrypt-to-self): New variable.
18505         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18506         mml1991-epg-encrypt-to-self is set.
18507
18508         * mml2015.el (mml2015-signers): New user option.
18509         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18510         (mml2015-epg-encrypt): Allow to select signing keys.
18511
18512         * mml1991.el (mml1991-signers): New variable.
18513         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18514         (mml1991-epg-encrypt): Allow to select signing keys.
18515
18516 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18517
18518         * nnheader.el (nnheader-insert-head): Make it work even if the file
18519         uses CRLF for the line-break code.
18520
18521 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18522
18523         * mml2015.el: Require mml-sec instead of password.
18524         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18525         (mml2015-cache-passphrase): Inherit the default value from
18526         mml-secure-cache-passphrase.
18527         (mml2015-passphrase-cache-expiry): Inherit the default value from
18528         mml-secure-passphrase-cache-expiry.
18529
18530         * mml1991.el: Require mml-sec instead of password.
18531         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18532         (mml1991-cache-passphrase): Inherit the default value from
18533         mml-secure-cache-passphrase.
18534         (mml1991-passphrase-cache-expiry): Inherit the default value from
18535         mml-secure-passphrase-cache-expiry.
18536
18537         * mml-sec.el: Require password.
18538         (mml-secure-verbose): New user option.
18539         (mml-secure-cache-passphrase): New user option.
18540         (mml-secure-passphrase-cache-expiry): New user option.
18541
18542 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18543             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18544
18545         * pgg-def.el (pgg-truncate-key-identifier):
18546         Truncate the key ID to 8 letters from the end.
18547
18548 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18549
18550         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18551         workaround for the url package included with Emacs.
18552
18553         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18554
18555 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18556
18557         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18558         correctly.  This fixes a bug caused by the 2006-05-12 change.
18559
18560 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18561
18562         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18563         some information about the error when saying that the `bogus' mail
18564         group will be used.
18565
18566 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18567
18568         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18569         string.
18570
18571 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18572
18573         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18574
18575 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18576
18577         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18578
18579 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18580
18581         * mml1991.el (mml1991-function-alist): Add epg.
18582         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18583         (mml1991-epg-encrypt): New functions.
18584
18585 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18586
18587         * mml2015.el (mml2015-verbose): New variable.
18588         (mml2015-cache-passphrase): Ditto.
18589         (mml2015-passphrase-cache-expiry): Ditto.
18590         (mml2015-function-alist): Add epg.
18591         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18592         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18593         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18594         New functions.
18595
18596 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18597
18598         * message.el (message-cite-original-1): Preserve region when removing
18599         quoted text due to X-No-Archive in order to avoid bogus attribution
18600         when citing multiple messages.
18601
18602 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18603
18604         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18605         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18606
18607 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18608
18609         * gnus-diary.el (gnus-user-format-function-d)
18610         (gnus-user-format-function-D): Autoload.
18611
18612         * imap.el (Commentary): Fix typo.
18613
18614         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18615         2006-04-22 contribution.
18616
18617 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18618
18619         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18620         It didn't really fix the bogosity I'm seeing with solid web groups.
18621
18622 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18623
18624         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18625         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18626         created using server names.  If we use the feature without declaring
18627         it, Gnus does not properly manage server and group state.
18628
18629         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18630         bound.
18631
18632 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18633
18634         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18635         looking up the method using GROUP's prefix before inventing a new one.
18636         It is used on killed/unknown groups in various places where returning
18637         an all-new method isn't expected by the caller.
18638
18639         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18640         and match semantics of gnus-group-real-prefix.
18641
18642 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18643
18644         * nnmail.el (nnmail-broken-references-mailers): New variable.
18645         (nnmail-ignore-broken-references): New function generalizing
18646         nnmail-fix-eudora-headers.
18647         (nnmail-fix-eudora-headers): Now obsolete.
18648
18649         * gnus-art.el (gnus-button-handle-custom):
18650         Support `customize-apropos*'.
18651
18652 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18653
18654         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18655
18656         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18657         articles.
18658
18659 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18660
18661         * message.el (message-cite-reply-above): New variable.
18662         (message-yank-original): Use it.
18663
18664 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18665
18666         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18667
18668 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18669
18670         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18671         as read.
18672
18673         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18674
18675 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18676
18677         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18678         (gnus-bookmark-default-file): Use gnus-directory.
18679         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18680         Remove "*" in doc string.
18681         (gnus-bookmark-write-file): Simplify.
18682         (gnus-bookmark-maybe-sort-alist): Use `when'.
18683         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18684         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18685         Add FIXME about Emacs 21 and XEmacs compatibility.
18686         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18687         compatibility.
18688         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18689         compatibility.
18690         (gnus-bookmark-menu-heading): Fix version.
18691
18692 2006-06-19  Bastien Guerry  <bzg@altern.org>
18693
18694         * gnus-bookmark.el: New file.
18695
18696 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18697
18698         * message.el (message-syntax-checks): Doc fix.
18699
18700 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18701
18702         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18703         unsubscribed groups as if they were killed ones.  It causes duplicate
18704         entries in gnus-newsrc-alist.
18705
18706 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18707
18708         * message.el (message-syntax-checks): Doc fix.
18709         (message-send-mail): Add check for continuation headers.
18710         (message-check-news-header-syntax): Fix regexp used to check for
18711         continuation headers.
18712
18713 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18714
18715         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18716
18717 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18718
18719         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18720
18721 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18722
18723         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18724         default-truncate-lines.
18725
18726 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18727
18728         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18729         to fill the utf-8 entry.
18730
18731         * lpath.el: Fbind unicode-precedence-list.
18732
18733 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18734
18735         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18736
18737 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18738
18739         * gnus-agent.el (directory-files-and-attributes): Move all the way
18740         forward (the third and final move).
18741         (gnus-agent-read-agentview): Trap reconstruction errors due to
18742         nonexistent directory.  Handle by returning nil.
18743
18744 2006-05-30  Didier Verna  <didier@xemacs.org>
18745
18746         * message.el (message-dont-reply-to-names): Update the custom type.
18747         * message.el (message-dont-reply-to-names): New defsubst: potentially
18748         convert a list of regexps into a single one.
18749         * message.el (message-get-reply-headers): Use it.
18750         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18751
18752 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18753
18754         * gnus-agent.el (directory-files-and-attributes): Move forward.
18755
18756 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18757
18758         * gnus-ml.el (gnus-mailing-list-subscribe)
18759         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18760         (gnus-mailing-list-message): Fix doc strings.
18761
18762 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18763
18764         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18765         of doing it manually.
18766
18767 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18768
18769         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18770         comment.
18771
18772 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18773
18774         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18775         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18776         (gnus-agent-read-local): All symbols allocated in my-obarray.
18777         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18778         (gnus-agent-regenerate-group): Check numeric names to see if they are
18779         messages or groups.
18780         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18781         better way of do this...)
18782
18783         * gnus-cache.el (gnus-agent-total-fetched-for):
18784         Ignore 'dummy.group' (there should be a better way of do this...)
18785
18786 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18787
18788         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18789         (gnus-saved-headers): Ditto.
18790         (gnus-default-article-saver): Mention functions may have properties.
18791         (gnus-article-save): Override gnus-save-all-headers and
18792         gnus-saved-headers by :headers property which saver function may have.
18793         (gnus-summary-save-in-file): Add :headers property.
18794         (gnus-summary-write-to-file): Ditto.
18795
18796         * gnus-sum.el (gnus-summary-save-article): Bind
18797         gnus-prompt-before-saving to t when saving many articles in a file;
18798         always show all headers.
18799
18800         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18801
18802 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18803
18804         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18805         marks.
18806
18807         * message.el (message-indent-citation): Add optional arguments to allow
18808         using it outside of message buffers.
18809
18810         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18811         (gnus-article-treat-unfold-headers): Use it.
18812         (gnus-article-truncate-lines): New variable.
18813         (gnus-article-mode): Use it.
18814         (gnus-article-toggle-truncate-lines): New function.
18815
18816         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18817         Add gnus-article-toggle-truncate-lines.
18818
18819         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18820         coding system in XEmacs, use binary.
18821
18822 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18823
18824         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18825         after-load-alist.
18826
18827         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18828         this function should save decoded articles.
18829         (gnus-summary-write-to-file): Use property to specify this function
18830         should save decoded articles and specify gnus-summary-save-in-file
18831         should be used to save articles other than the first one when saving
18832         many articles.
18833         (gnus-summary-save-body-in-file): Use property to specify this
18834         function should save decoded articles.
18835         (gnus-summary-write-body-to-file): Use property to specify this
18836         function should save decoded articles and specify
18837         gnus-summary-save-body-in-file should be used to save articles other
18838         than the first one when saving many articles.
18839
18840         * gnus-sum.el (gnus-summary-save-article): Simplify.
18841
18842 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18843
18844         * gnus-art.el (gnus-default-article-saver):
18845         Add gnus-summary-write-body-to-file.
18846         (gnus-article-save-coding-system): Don't use coding system object
18847         in XEmacs.
18848         (gnus-read-save-file-name): Add optional `dir-var' argument which
18849         specifies directory in which files are saved; work even if optional
18850         `variable' argument is not specified.
18851         (gnus-summary-write-to-file): Read file name.
18852         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18853         (gnus-summary-write-body-to-file): New function.
18854
18855         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18856         (gnus-summary-local-variables): Add it.
18857         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18858         (gnus-summary-save-article): Remove optional `decode' argument;
18859         determine whether to decode articles by the value of
18860         gnus-default-article-saver; when saving many files using
18861         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18862         it first and use gnus-summary-save-in-file or
18863         gnus-summary-save-body-in-file thereafter unless
18864         gnus-prompt-before-saving is always; move point to article which
18865         will be saved.
18866         (gnus-summary-save-article-file): Revert.
18867         (gnus-summary-write-article-file): Revert.
18868         (gnus-summary-save-article-body-file): Revert.
18869         (gnus-summary-write-article-body-file): New function.
18870
18871 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18872
18873         * gnus-art.el (gnus-default-article-saver): Doc fix.
18874         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18875         from gnus-summary-save-article-coding-system, and default to a
18876         certain coding system.
18877         (gnus-output-to-file): Add coding cookie and encode text according
18878         to gnus-article-save-coding-system; don't use mm-append-to-file.
18879
18880         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18881         gnus-art.el and rename to gnus-article-save-coding-system.
18882         (gnus-summary-save-article): Require gnus-art; don't show all
18883         headers if it decodes articles; don't add coding cookie here;
18884         don't bind mm-text-coding-system-for-write.
18885         (gnus-summary-save-article-file): Save decoded articles.
18886         (gnus-summary-write-article-file): When saving many files, use
18887         gnus-summary-write-to-file first and gnus-summary-save-in-file
18888         thereafter unless gnus-prompt-before-saving is always.
18889         (gnus-summary-save-article-body-file): Save decoded articles.
18890
18891         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18892
18893 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18894
18895         * nnrss.el (nnrss-check-group): Bind hash-index.
18896
18897 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18898
18899         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18900         its hash index.  Store this hash in `nnrss-group-data'.
18901         (nnrss-read-group-data): Update accordingly.
18902
18903 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18904
18905         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18906         entry.
18907
18908         * gnus-sum.el (gnus-summary-make-menu-bar):
18909         Add gnus-article-browse-html-article.
18910
18911 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18912
18913         * gnus-sum.el (gnus-summary-mime-map):
18914         Add gnus-article-browse-html-article.
18915
18916         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18917
18918 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18919
18920         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18921         suitable coding systems in customize.
18922
18923 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18924
18925         * mail-source.el (mail-sources): Fix custom type.
18926
18927 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18928
18929         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18930         (gnus-summary-expire-articles-now): Shorten prompt.
18931
18932         * gmm-utils.el (wid-edit): Require.
18933         (defun-gmm): Rename from `gmm-defun-compat'.
18934         (gmm-image-search-load-path): Use it.
18935         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18936
18937 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18938
18939         * gnus-sum.el (gnus-summary-save-article-coding-system):
18940         New variable.
18941         (gnus-summary-save-article): Add optional `decode' argument.
18942         If it is set and gnus-summary-save-article-coding-system is non-nil,
18943         save decoded article.
18944         (gnus-summary-write-article-file): Save decoded article if
18945         gnus-summary-save-article-coding-system is non-nil.
18946
18947         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18948         type.
18949
18950 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18951
18952         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18953
18954 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18955
18956         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18957         first to test gnus-single-article-buffer which may be buffer-local.
18958
18959         * gnus-sum.el (gnus-summary-setup-buffer):
18960         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18961         group; make gnus-article-buffer, gnus-article-current, and
18962         gnus-original-article-buffer always buffer-local.
18963         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18964         group.
18965         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18966
18967 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18968
18969         * nnml.el (nnml-request-compact-group): Compressed files might not
18970         have .gz extension.
18971
18972 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18973
18974         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18975         (mm-copy-to-buffer): Use with-current-buffer.
18976         (mm-display-part): Simplify.
18977         (mm-inlinable-p): Add optional arg `type'.
18978
18979 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18980
18981         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18982         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18983         Try harder to show the attachment internally or externally using
18984         gnus-mime-view-part-as-type.
18985
18986 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18987
18988         * message.el (message-from-style, message-signature-separator)
18989         (message-user-organization-file, message-send-mail-function)
18990         (message-citation-line-function, message-yank-prefix)
18991         (message-indent-citation-function, message-signature)
18992         (message-signature-file, message-signature-insert-empty-line):
18993         Remove autoloads.
18994
18995         * gnus-art.el (gnus-buttonized-mime-types):
18996         Remove "multipart/signed".  Revert 2006-04-26 change.
18997
18998 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18999
19000         * gnus.el (gnus-version-number): Bump version.
19001
19002 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19003
19004         * gnus.el: No Gnus v0.5 is released.
19005
19006 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19007
19008         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19009         fetching articles by message-id.
19010
19011 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19012
19013         * message.el (hashcash): Require hashcash as normal.
19014
19015         * ecomplete.el (ecomplete-highlight-match-line):
19016         Use point-at-eol.
19017         (ecomplete-highlight-match-line): Use `highlight', because that
19018         face exists in both Emacs and XEmacs.
19019
19020         * message.el (message-display-abbrev): Use point-at-bol.
19021
19022         * mail-source.el: Don't require timer/timer-funcs.
19023
19024         * gnus-async.el: Ditto.
19025
19026         * password.el: Ditto.
19027
19028         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19029
19030         * mm-url.el: Ditto.
19031
19032         * gnus-xmas.el: Don't require timer-funcs.
19033
19034         * mm-util.el: Require timer/timer-funcs.
19035
19036 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19037
19038         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19039         Close.
19040
19041 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19042
19043         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19044         unibyte after clear-decrypt function runs.
19045
19046         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19047         returns as a unibyte string.
19048
19049 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19050
19051         * lpath.el: Revert.
19052
19053         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19054         (pgg-gpg-process-sentinel): Revert.
19055
19056         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19057         (pgg-pgp-lookup-key): Revert.
19058
19059         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19060         (pgg-pgp5-lookup-key): Revert.
19061
19062         * pgg.el (pgg-fetch-key): Revert.
19063
19064 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19065
19066         * lpath.el: Fbind string-as-multibyte for XEmacs.
19067
19068         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19069         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19070         (mml1991-pgg-encrypt): Ditto.
19071
19072         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19073         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19074         a multibyte buffer.
19075
19076         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19077         (pgg-pgp-lookup-key): Ditto.
19078
19079         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19080         (pgg-pgp5-lookup-key): Ditto.
19081
19082         * pgg.el (pgg-fetch-key): Ditto.
19083
19084 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19085
19086         * message.el (message-user-organization-file): Check several
19087         locations of the organization file.
19088
19089         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19090         Add gnus-article-view-part-as-type.
19091
19092         * gnus-art.el (gnus-article-view-part-as-type): New function.
19093
19094         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19095         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19096
19097         * mml.el: Simplify autoload.
19098         (mml-mode): defvar dnd-protocol-alist instead of using
19099         symbol-value.
19100         (mml-default-directory): New variable.
19101         (mml-minibuffer-read-file): Use it.
19102         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19103
19104         * message.el (message-citation-line-format): New variable.
19105         (message-insert-formated-citation-line): New function.
19106         (message-citation-line-function):
19107         Add `message-insert-formated-citation-line' to custom type.
19108
19109         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19110         to doc string.
19111
19112         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19113         depending on mm-verify-option.
19114
19115 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19116
19117         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19118         binding pgg-* variables; reimplement the section which prevents
19119         MIME header from being signed.
19120         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19121         pgg-text-mode; remove a blank line at the top of body.
19122
19123         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19124         lines at the top of body; use gnus-newsgroup-charset if there's no
19125         Charset header.
19126
19127 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19128
19129         * message.el (message-self-insert-commands): Doc fix.
19130
19131         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19132         (mm-uu-pgp-encrypted-test): Ditto.
19133         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19134         between header and body; return application/pgp-encrypted handle
19135         if decryption failed; decode decrypted body by charset.
19136
19137         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19138         element match to application/pgp-*.
19139
19140 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19141
19142         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19143         HTML.
19144
19145 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19146
19147         * mail-source.el (mail-source-call-script): Message the error
19148         string.
19149
19150 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19151
19152         * gnus-util.el (gnus-byte-compile): Use it.
19153
19154 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19155
19156         * gnus-util.el (kill-empty-logs): New function.
19157
19158 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19159
19160         * message.el (message-mail-alias-type): Doc fix.
19161         (message-mail-alias-type-p): New function.
19162         (message-send): Use it.
19163         (message-mode): Ditto.
19164         (message-strip-forbidden-properties): Ditto.
19165
19166         * ecomplete.el (ecomplete-database-file-coding-system):
19167         New variable.
19168         (ecomplete-save): Use it.
19169         (ecomplete-setup): Use it.
19170
19171 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19172
19173         * message.el (message-self-insert-commands): New variable.
19174         (message-strip-forbidden-properties): Use it.
19175
19176 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19177
19178         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19179         that doesn't make XEmacs choke.
19180
19181 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19182
19183         * gnus-util.el (gnus-replace-in-string):
19184         Prefer replace-regexp-in-string over of replace-in-string.
19185
19186 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19187
19188         * gnus-util.el (gnus-select-frame-set-input-focus):
19189         Use select-frame-set-input-focus if it is available in XEmacs; use
19190         definition defined in Emacs 22 for old Emacsen.
19191
19192         * dgnushack.el: Autoload unmorse-region for XEmacs.
19193
19194         * lpath.el: Bind cursor-in-non-selected-windows and
19195         select-frame-set-input-focus for XEmacs.
19196
19197 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19198
19199         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19200
19201 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19202
19203         * gnus-registry.el (gnus-registry-cache-save): Remove text
19204         properties when saving via the temp buffer.
19205
19206 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19207
19208         * message.el (message-generate-hashcash): Honor custom type.
19209
19210 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19211
19212         * message.el (message-generate-hashcash): Default to non-nil when
19213         hashcash is found.
19214
19215         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19216         (gnus-refer-thread-limit): Increase default to 500.
19217
19218         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19219
19220         * flow-fill.el (fill-flowed): Allow delete-space.
19221
19222 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19223
19224         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19225         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19226         Remove autoloads.
19227
19228 2006-04-18  Simon Josefsson  <jas@extundo.com>
19229
19230         * message.el (message-generate-hashcash): Default to.
19231
19232 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19233
19234         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19235         concatenating segments rather than before concatenating them.
19236
19237 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19238
19239         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19240
19241 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19242
19243         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19244
19245         * message.el (message-forward-make-body-plain):
19246         Allow message-forward-ignored-headers to be a list.
19247         (message-remove-ignored-headers): Factor out into function.
19248         (message-forward-make-body-mml): Use it.
19249
19250         * imap.el (imap-quote-specials): New function.
19251         (imap-login-auth): Quote specials.
19252
19253         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19254         (rfc2231-parse-string): Allow concatanation of parameters that
19255         aren't contiguous.  The test case is
19256           (mail-header-parse-content-type "message/external-body;
19257             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19258             access-type=LOCAL-FILE;
19259             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19260
19261 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19262
19263         * nntp.el (nntp-accept-process-output): Return the value of
19264         `nnheader-accept-process-output'.
19265
19266 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19267
19268         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19269         (gnus-button-alist): Recognize more diff formats.
19270         (gnus-button-patch): Strip directory.
19271
19272 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19273
19274         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19275         Emacs 22 when setting focus.
19276
19277 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19278
19279         * gnus-art.el (gnus-article-treat-types): Do treatment of
19280         text/x-verbatim parts.
19281         (gnus-button-patch): New command.
19282
19283         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19284         addresses that contain invalid characters.
19285
19286 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19287
19288         * message.el (message-put-addresses-in-ecomplete):
19289         Use gnus-replace-in-string.
19290         (message-is-yours-p): Use the more correct
19291         mail-header-parse-address instead of
19292         mail-extract-address-components.
19293         (message-put-addresses-in-ecomplete): Fix typo.
19294
19295         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19296         keystroke.
19297
19298         * gnus-art.el (gnus-treatment-function-alist): Change order of
19299         newsgroups/generic header folding to avoid double-folding.
19300
19301         * message.el (message-hidden-headers): Add X-Draft-From.
19302
19303         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19304         New command.
19305         (gnus-summary-repeat-search-article-backward): New command.
19306
19307         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19308         groups in the parent topic.
19309
19310 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19311
19312         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19313         (spam-extra-header-to-number): Return the CRM114 number as a
19314         number instead of a string.
19315
19316 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19317
19318         * gnus-art.el (gnus-face-properties-alist): Move here from
19319         gnus-fun.
19320
19321         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19322
19323 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19324
19325         * message.el (message-strip-forbidden-properties): Only display on
19326         self-insert-command.
19327
19328         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19329         reindent.
19330         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19331
19332 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19333
19334         * smiley.el (smiley-style): Fix typo.
19335
19336 2006-03-23  Kenichi Handa  <handa@m17n.org>
19337
19338         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19339         instead of set-buffer-multibyte.
19340
19341 2006-03-23  Kenichi Handa  <handa@m17n.org>
19342
19343         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19344         buffer and then decode the buffer text if necessary.
19345         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19346         first, and after mm-encode-body, change the buffer to unibyte.
19347
19348 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19349
19350         * hashcash.el (hashcash-insert-payment-async-2):
19351         Use message-goto-eoh instead of doing it manually.
19352         (mail-add-payment): Use message-narrow-to-header instead of trying
19353         to do the same itself.
19354
19355         * message.el (message-hidden-headers): Add Face.
19356
19357         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19358         reparenting code.
19359         (gnus-summary-reparent-children): Refactored out code.
19360         (gnus-summary-thread-map): New keystroke.
19361         (gnus-summary-reparent-children): Make into command.
19362
19363         * smiley.el (smiley-style): Default to `medium' if using a large
19364         font.
19365
19366         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19367         does it itself.
19368
19369         * message.el (message-point-in-header-p): Simplify definition.
19370
19371 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19372
19373         * nnagent.el (nnagent-request-set-mark): Silence log file
19374         writing.
19375         (nnagent-request-set-mark): Use write-region instead of
19376         append-to-file.
19377
19378         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19379         strange select method.
19380
19381         * ecomplete.el (ecomplete-display-matches): Get highlightling
19382         right.
19383         (ecomplete-display-matches): Use literals.
19384         (ecomplete-display-matches): Disable message logging.
19385
19386         * message.el (message-display-abbrev): Small optimization.
19387
19388         * ecomplete.el (ecomplete-display-matches): Allow automatic
19389         display.
19390
19391         * message.el (message-strip-forbidden-properties):
19392         Display abbrevs.
19393         (message-display-abbrev): Get automatic display right.
19394
19395         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19396         keystrokes.
19397
19398 2006-04-13  Romain Francoise  <romain@orebokech.com>
19399
19400         TODO: Backport to v5-10!
19401
19402         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19403         Move here (and rename) from gnus-registry.el.
19404
19405         * gnus-registry.el: Require gnus-util.
19406         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19407
19408 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19409
19410         * gnus-group.el (gnus-group-catchup-current):
19411         Change if-then-else-if-then-else into cond.
19412         (gnus-group-catchup): Indent.
19413         (group-name-at-point): New function.
19414         (gnus-fetch-group): Provide default from thing at point.
19415
19416 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19417
19418         * message.el (message-display-abbrev): Fix regexp.
19419
19420         * ecomplete.el (ecomplete-highlight-match-line):
19421         Reimplement choosing.
19422         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19423         dead variables.
19424
19425         * message.el (message-newline-and-indent): Remove debugging.
19426         (message-display-abbrev): Use new implementation.
19427
19428 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19429
19430         * gnus-art.el (gnus-article-mode):
19431         Set cursor-in-non-selected-windows to nil.
19432
19433         * smiley.el: Revert previous change.
19434         (smiley-data-directory): defvar it before using it in the
19435         defcustom of `smiley-style'.
19436
19437 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19438
19439         * message.el (message-newline-and-indent): New function.
19440
19441         * ecomplete.el: Implement more bits.
19442
19443         * message.el (message-put-addresses-in-ecomplete): Clean up the
19444         string.
19445
19446         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19447
19448         * gnus-sum.el (gnus-summary-save-parts):
19449         Bind gnus-summary-save-parts-counter and use it to make unique file
19450         names.
19451
19452         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19453
19454         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19455         parameter to say whether to actually parse the individual
19456         addresses.
19457
19458         * message.el (message-put-addresses-in-ecomplete): New function.
19459         (ecomplete): Require.
19460         (message-mail-alias-type): Add ecomplete as an option.
19461
19462 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19463
19464         * flow-fill.el (fill-flowed): Remove trailing space from blank
19465         quoted lines.
19466
19467 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19468
19469         * smiley.el (smiley-style): Move definition later to avoid a
19470         compilation warning.
19471
19472 2006-04-12  Kenichi Handa  <handa@m17n.org>
19473
19474         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19475         buffer and then decode the buffer text if necessary.
19476         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19477         first, and after mm-encode-body, change the buffer to unibyte.
19478         Use mm-disable-multibyte instead of set-buffer-multibyte.
19479
19480 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19481
19482         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19483         Content-Type header instead of Content-Disposition header.
19484         (gnus-mime-inline-part): Ditto.
19485         (gnus-mime-view-part-as-charset): Ignore charset that the part
19486         specifies.
19487
19488         * mm-decode.el (mm-display-part): Work with external parts and
19489         usual parts similarly.
19490
19491         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19492         instead of gnus-display-mime.
19493
19494         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19495         instead of with-temp-buffer.
19496
19497         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19498         tag to summarized topics part in order to encode non-ASCII text.
19499
19500 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19501
19502         * smiley.el (smiley-style): New variable.
19503         (smiley-directory): New function.
19504         (smiley-data-directory): Derive from `smiley-style' using
19505         `smiley-directory'.
19506         (smiley-regexp-alist): Add new entries.
19507
19508         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19509         (gnus-article-browse-delete-temp): Add :version.
19510
19511 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19512
19513         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19514         the sieve region.
19515
19516 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19517
19518         * gnus.el (gnus-version-number): Bump version.
19519
19520 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19521
19522         * gnus.el: No Gnus v0.4 is released.
19523
19524 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19525
19526         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19527         layout.
19528
19529         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19530         unknown charset.
19531
19532         * message.el (message-header-synonyms): Add Original-To to the
19533         default.
19534
19535         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19536         optional parameter.
19537
19538 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19539
19540         * gnus-fun.el (gnus): Require it for gnus-directory.
19541
19542 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19543
19544         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19545
19546 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19547
19548         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19549
19550 2006-04-05  Simon Josefsson  <jas@extundo.com>
19551
19552         * password.el (password-reset): New function.
19553
19554 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19555
19556         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19557         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19558
19559 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19560
19561         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19562         Some whitespace was matched into the url, which broke browsing hits
19563         > 100 when mm-url-use-external was nil.
19564
19565 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19566
19567         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19568         Check gnus-extra-headers for 'Newsgroups.
19569
19570         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19571         bound.
19572
19573 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19574
19575         * pgg-gpg.el: Clean up process buffers every time gpg processes
19576         complete.
19577
19578 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19579
19580         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19581         doc string.
19582
19583 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19584
19585         * pgg-gpg.el (pgg-gpg-process-filter)
19586         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19587
19588         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19589         lines, temporary fix.
19590
19591 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19592
19593         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19594
19595 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19596
19597         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19598         default-enable-multibyte-characters.  This reverts the change from
19599         revision 6.17 which is no longer necessary because the passphrase
19600         is sent separately now.  GnuPG messages are unreadable under
19601         multibyte locales with default-enable-multibyte-characters set to
19602         nil.
19603
19604 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19605
19606         * message.el (message-tool-bar-gnome): Move "spell".
19607
19608 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19609
19610         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19611         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19612         instead.
19613
19614 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19615
19616         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19617         Improve newsgroups handling for NNTP overviews which don't include
19618         Newsgroups.
19619
19620 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19621
19622         * message.el (message-resend): Bind message-generate-hashcash to nil.
19623
19624 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19625
19626         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19627         when searching for already-paid recipients.
19628
19629 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19630
19631         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19632         passphrases when it is not needed.
19633         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19634         passphrase stuff from gpg, should only be necessary when you use
19635         gpg with a smartcard.
19636
19637 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19638
19639         * mml.el (mml-insert-mime): Ignore cached contents of
19640         message/external-body part.
19641
19642         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19643         (mm-insert-part): Ditto.
19644
19645 2006-03-23  Simon Josefsson  <jas@extundo.com>
19646
19647         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19648         Reiner.
19649         (pgg-gpg-use-agent-p): Use it again.
19650
19651 2006-03-23  Simon Josefsson  <jas@extundo.com>
19652
19653         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19654         older emacsen.
19655         (pgg-gpg-use-agent-p): Don't use it.
19656
19657 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19658
19659         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19660         if we can.
19661
19662 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19663
19664         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19665         (pgg-gpg-update-agent): New function.
19666         (pgg-gpg-use-agent-p): New function.
19667         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19668         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19669         (pgg-gpg-sign-region): Use it.
19670
19671 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19672
19673         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19674         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19675
19676 2006-03-21  Simon Josefsson  <jas@extundo.com>
19677
19678         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19679         <wilde@sha-bang.de>.
19680         (pgg-gpg-use-agent): New variable.
19681         (pgg-gpg-process-region): Use it.
19682         (pgg-gpg-encrypt-region): Likewise.
19683         (pgg-gpg-encrypt-symmetric-region): Likewise.
19684         (pgg-gpg-decrypt-region): Likewise.
19685         (pgg-gpg-sign-region): Likewise.
19686         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19687
19688 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19689
19690         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19691
19692         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19693         Add comment on version.
19694
19695 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19696
19697         * smiley.el: Add missing test smiley.
19698
19699 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19700
19701         * mm-decode.el (mm-with-part): New macro.
19702         (mm-get-part): Use it; work with message/external-body as well.
19703         (mm-save-part): Treat name and filename equally.
19704
19705         * mm-extern.el (mm-extern-cache-contents): New function.
19706         (mm-inline-external-body): Use it; force the part to be displayed;
19707         move undisplayer added to the cached handle to the parent.
19708
19709         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19710         (gnus-mime-view-part-as-type): Work with message/external-body.
19711
19712         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19713
19714 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19715
19716         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19717         images in image-load-path.  [Sync with image.el, revision 1.60, in
19718         Emacs.]
19719
19720 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19721
19722         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19723         path rather than symbol.  Always return list of directories.
19724         Guarantee that image directory comes first.  [Sync with image.el,
19725         revision 1.59, in Emacs.]
19726
19727         * message.el (message-make-tool-bar): Adjust to new API of
19728         `gmm-image-load-path-for-library'.
19729
19730         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19731
19732         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19733
19734 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19735
19736         * gnus-art.el (gnus-article-only-boring-p):
19737         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19738         intangible text.
19739         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19740
19741 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19742
19743         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19744         Use `defun' instead of `gmm-defun-compat'.
19745
19746 2006-03-14  Simon Josefsson  <jas@extundo.com>
19747
19748         * message.el (message-unique-id): Don't use message-number-base36
19749         if (user-uid) is a float.
19750         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19751
19752 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19753
19754         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19755
19756         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19757         empty line between a part and a message part.
19758
19759 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19760
19761         * smiley.el: Add more test smileys.
19762         (smiley-data-directory, smiley-regexp-alist)
19763         (gnus-smiley-file-types): Fix doc strings.
19764         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19765         adding new elements.
19766         (smiley-mouse-map): Unused code.  Make it a comment.
19767
19768 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19769
19770         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19771         scan latest NoCeM messages instead of old ones.
19772         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19773         delimiters that are recently used.
19774         (gnus-nocem-load-cache): Add autoload cookie.
19775
19776         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19777
19778         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19779         level which is larger than gnus-use-nocem is specified.
19780
19781         * gnus-group.el (gnus-group-get-new-news): Ditto.
19782
19783 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19784
19785         * gnus-util.el (gnus-tool-bar-update): New function.
19786
19787         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19788         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19789
19790         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19791
19792         * gnus-group.el (gnus-group-redraw-when-idle)
19793         (gnus-group-redraw-check): Remove.
19794         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19795
19796 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19797
19798         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19799         if optional last element is specified in splits (FIELD VALUE...).
19800
19801 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19802
19803         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19804         to gmm-image-load-path-for-library.  Call with no-error argument.
19805         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19806
19807         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19808
19809         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19810
19811         * gmm-utils.el (gmm-image-load-path): Remove alias.
19812
19813 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19814
19815         * gmm-utils.el (gmm-image-load-path): Add alias.
19816
19817         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19818         nnml-generate-nov-databases-1.
19819         (nnml-generate-nov-databases): Use it.
19820         (nnml-generate-nov-databases-directory): Document no-active
19821         argument.
19822
19823         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19824         directory if path is t.  Add no-error.
19825
19826         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19827         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19828
19829         * gnus-art.el (gnus-article-browse-delete-temp-files):
19830         Simplify resetting gnus-article-browse-html-temp-list.
19831
19832         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19833         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19834         Add example to docstring.  Rename local variables.  Move error
19835         checks to default case in cond and simplify.
19836
19837 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19838
19839         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19840         handle is multipart when calling it recursively.
19841         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19842
19843 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19844
19845         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19846         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19847
19848 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19849
19850         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19851         is loaded.
19852
19853         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19854         loaded.
19855
19856 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19857
19858         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19859         to "Emacs 23 (unicode)" in doc string.
19860
19861         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19862         "Emacs 23 (unicode)" in comment.
19863
19864 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19865
19866         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19867
19868         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19869         characters 160 through 255 in Emacs 23.
19870
19871 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19872
19873         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19874         gnus-article-browse-html-temp.
19875         (gnus-article-browse-delete-temp): Make it customizable.
19876         Add `file'.  Adjust doc string.
19877         (gnus-article-browse-delete-temp-files): Add argument.
19878         Allow query for each file.  Adjust doc string.
19879         (gnus-article-browse-html-parts):
19880         Add `gnus-article-browse-delete-temp-files' to
19881         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19882
19883 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19884
19885         * gnus-art.el (gnus-article-browse-html-temp)
19886         (gnus-article-browse-delete-temp): New variables.
19887         (gnus-article-browse-delete-temp-files): New function.
19888         (gnus-article-browse-html-parts): Use it.
19889
19890 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19891
19892         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19893
19894         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19895         string.
19896
19897         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19898         gnus-summary-insert-new-articles when unplugged.
19899         Remove gnus-summary-search-article-forward.
19900
19901         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19902         display-visual-class instead of display-color-cells.
19903
19904 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19905
19906         * dgnushack.el: Autoload customize-group for XEmacs.
19907
19908         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19909         message/* containing non-ASCII text properly.
19910
19911 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19912
19913         * message.el: Require gmm-utils, remove autoloads.
19914         (message-tool-bar): Set default based on
19915         gmm-tool-bar-style.
19916         (message-tool-bar-gnome): Add gmm-customize-mode.
19917
19918         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19919         gmm-tool-bar-style.
19920         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19921
19922         * gnus-group.el (gnus-group-tool-bar): Set default based on
19923         gmm-tool-bar-style.
19924         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19925
19926         * gmm-utils.el (gmm-image-directory): Rename variable from
19927         gmm-image-load-path.
19928         (gmm-image-load-path): Use gmm-image-directory.
19929         (gmm-customize-mode): New function.
19930         (gmm-tool-bar-style): New variable.
19931
19932         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19933         gnus-group-redraw-line-number.
19934         (gnus-group-redraw-check): Simplify.
19935         (gnus-group-tool-bar-update): Remove redraw check.
19936         (gnus-group-make-tool-bar): Add redraw check.
19937
19938 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19939
19940         * gnus-art.el (gnus-button): Add missing parentheses.
19941
19942 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19943
19944         * lpath.el: Fbind line-number-at-pos.
19945
19946 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19947
19948         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19949
19950 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19951
19952         * gnus-art.el (gnus-button): New face.
19953         (gnus-article-button-face): Use it.
19954
19955         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19956         Add gnus-summary-next-page.  Re-order.
19957
19958         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19959         next-node are now included.
19960         (gnus-group-redraw-line-number): New internal variable.
19961         (gnus-group-redraw-check): Helper function for updating the tool
19962         bar.
19963         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19964
19965         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19966
19967         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19968         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19969         Use it to match format of Spamassassin 3.0 and later.
19970         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19971         (spam-check-bogofilter)
19972         (spam-bogofilter-register-with-bogofilter): Fix args of
19973         `gnus-error' calls.
19974
19975 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19976
19977         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19978         unnecessary interaction when sending queued mails.
19979         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19980
19981 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19982
19983         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19984         first or last are nil.
19985
19986 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19987
19988         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19989
19990 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19991
19992         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19993
19994 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19995
19996         * dns.el (query-dns): Protect more against buggy tcp output.
19997
19998 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19999
20000         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20001         nov.php.
20002
20003 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20004
20005         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20006         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20007         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20008         output on the server side.
20009         (nnweb-google-create-mapping): Update regexps and add some
20010         progress indication.
20011
20012 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20013
20014         * gnus-group.el (gnus-group-tool-bar-gnome):
20015         Fix gnus-agent-toggle-plugged.  Re-order icons.
20016         (gnus-group-tool-bar-gnome):
20017         Add gnus-group-{prev,next}-unread-group.
20018         (gnus-group-tool-bar-gnome): Re-order icons.
20019
20020         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20021         Move gnus-summary-insert-new-articles.
20022
20023         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20024         Fix comments.
20025
20026         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20027         also available in Emacs 21.3.
20028
20029         * message.el (message-fix-before-sending): Change "Emacs 22" to
20030         "Emacs 23 (unicode)" in comment.
20031
20032         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20033         "Emacs 23 (unicode)" in comment.
20034
20035         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20036         comment.
20037         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20038
20039         * mm-view.el (mm-fill-flowed): Add :version.
20040
20041 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20042
20043         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20044         and load-path.
20045
20046 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20047
20048         * message.el: Autoload gmm-image-load-path.
20049         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20050         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20051         consitency.
20052
20053         * gmm-utils.el (gmm-image-load-path): Also search in
20054         "../etc/images".  Don't set gmm-image-load-path if we don't find
20055         the image.
20056
20057 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20058
20059         * gmm-utils.el (gmm-image-load-path): Don't make
20060         `gmm-image-load-path' include subdirectories which the second arg
20061         `image' might specify.
20062
20063         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20064         subdirectory to icon file names.
20065
20066         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20067
20068 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20069
20070         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20071         gmm-image-load-path calls.
20072
20073         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20074
20075         * message.el (message-make-tool-bar): Ditto.
20076
20077         * mml.el (mml-preview): Add comment concerning tool bar icons.
20078
20079         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20080         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20081
20082         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20083         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20084
20085         * message.el (message-tool-bar-gnome): Use new icon names.
20086         (message-make-tool-bar): Use `gmm-image-load-path'.
20087
20088         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20089         New functions from MH-E.
20090         (gmm-image-load-path): New variable from MH-E.
20091         (gmm-image-load-path): New function from MH-E.  Add arguments
20092         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20093         *-image-load-path-called-flag.
20094
20095 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20096
20097         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20098
20099 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20100
20101         * nnimap.el (nnimap-request-move-article): Change folder back to
20102         source group before deleting.
20103
20104 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20105
20106         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20107
20108         * gnus-art.el (mm-url-insert-file-contents-external):
20109         Autoload mm-url.
20110
20111         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20112
20113 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20114
20115         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20116         coding system which mm-charset-to-coding-system returns for a
20117         given charset is valid.
20118
20119 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20120
20121         * html2text.el (html2text-remove-tag-list):
20122         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20123
20124 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20125
20126         * gnus-cus.el: Revert 2005-10-17 change.
20127
20128 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20129
20130         * gnus-art.el (article-strip-banner):
20131         Call article-really-strip-banner only when the regexp match is made.
20132
20133 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20134
20135         * gnus-art.el (article-strip-banner):
20136         Use gnus-extract-address-components instead of
20137         mail-header-parse-addresses to make it work with non-ASCII text;
20138         remove mail-encode-encoded-word-string.
20139
20140         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20141         values which are surrounded with \"...\"; make it never cause a
20142         Lisp error; give up parsing of parameters if it failed in
20143         extracting type.
20144
20145 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20146
20147         * smime.el (smime-cert-by-ldap-1): Fix bug where
20148         `smime-ldap-search' returns results without userCertificates.
20149
20150 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20151
20152         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20153
20154 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20155
20156         * spam.el (spam-check-spamassassin-headers): Adapt format for
20157         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20158         <ari@mbf.ocn.ne.jp>.
20159         (spam-list-of-processors): Add spam-use-gmane.
20160
20161 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20162
20163         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20164         make-temp-file; make it work with XEmacs as well.
20165
20166         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20167         mm-make-temp-file.
20168
20169         * mm-decode.el (mm-display-external): Use the 3rd arg of
20170         mm-make-temp-file.
20171         (mm-create-image-xemacs): Ditto.
20172
20173 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20174
20175         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20176         with message-narrow-to-headers.
20177         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20178         (gnus-draft-check-draft-articles): New function.
20179         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20180
20181 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20182
20183         * gnus-art.el (gnus-article-browse-html-parts):
20184         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20185         Don't use suffix argument for mm-make-temp-file for Emacs 21
20186         compatibility.  Remove useless `format'.
20187
20188 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20189
20190         * nnweb.el (nnweb-google-wash-article): Update regexps.
20191         (nnweb-group-alist): Use defvoo instead of defvar.
20192
20193 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20194
20195         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20196         re-loading nn* modules.
20197
20198 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20199
20200         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20201         for `tool-bar-mode' and don't check it's default-value.
20202
20203         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20204
20205         * message.el (message-make-tool-bar): Ditto.
20206
20207         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20208         `substring'.  Shorten tmp-file name.
20209
20210         * gnus.el: Remove bogus comment.
20211
20212 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20213
20214         * gnus-art.el (gnus-article-browse-html-parts): New function.
20215         (gnus-article-browse-html-article): New function for viewing html
20216         articles with a browser.
20217
20218 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20219
20220         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20221         in elisp.
20222         (pgg-gpg-encrypt-symmetric-region): Ditto.
20223         (pgg-gpg-sign-region): Ditto.
20224
20225         * pgg-def.el (pgg-text-mode): New variable.
20226
20227         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20228         (mml2015-pgg-encrypt): Ditto.
20229
20230         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20231         (mml1991-pgg-encrypt): Ditto.
20232
20233 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20234
20235         * nnfolder.el (nnfolder-insert-newsgroup-line):
20236         Use message-make-date instead of current-time-string.
20237
20238         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20239         to gnus-decoded which mm-uu might set.
20240
20241 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20242
20243         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20244         don't decode quoted parameters; remove misimported Emacs code.
20245         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20246         (rfc2231-decode-encoded-string): Don't use split-string which
20247         behaves differently according to Emacs version; use
20248         mm-decode-coding-region to convert charset to coding-system.
20249         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20250         (rfc2231-encode-string): Remove misimported Emacs code.
20251
20252 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20253
20254         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20255         when calling mail-header-parse-content-type.
20256         (article-de-quoted-unreadable): Ditto.
20257         (article-de-base64-unreadable): Ditto.
20258         (article-wash-html): Ditto.
20259
20260         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20261         calling mail-header-parse-content-type and
20262         mail-header-parse-content-disposition.
20263         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20264         mail-header-parse-content-type.
20265
20266         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20267         insert charset and format parameters; encode description after
20268         inserting it to buffer.
20269         (mml-insert-parameter): Fold lines properly even if a parameter is
20270         segmented into two or more lines; change the max column to 76.
20271
20272         * rfc1843.el (rfc1843-decode-article-body): Don't use
20273         ignore-errors when calling mail-header-parse-content-type.
20274
20275         * rfc2231.el (rfc2231-parse-string): Return at least type if
20276         possible; don't cause an error even if it fails in parsing of
20277         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20278         (rfc2231-encode-string): Don't break lines at the beginning, leave
20279         it to mml-insert-parameter.
20280
20281         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20282         calling mail-header-parse-content-type.
20283
20284 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20285
20286         * spam-report.el (spam-report-gmane-use-article-number):
20287         Improve doc string.
20288         (spam-report-gmane-internal): Check if a suitable header was found
20289         in the article.
20290
20291 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20292
20293         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20294         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20295
20296 2006-02-05  Romain Francoise  <romain@orebokech.com>
20297
20298         Update copyright notices of all files in the gnus directory.
20299
20300 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20301
20302         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20303
20304 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20305
20306         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20307         segmented lines of parameter value to cope with Thunderbird 1.5
20308         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20309         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20310         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20311
20312 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20313
20314         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20315         parts.
20316
20317 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20318
20319         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20320         there's only one active file for all servers.
20321         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20322         solid groups.  Gnus might have used a FAST request to select the group.
20323         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20324         and nnweb-search redundantly in the active file.
20325         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20326         (nnweb-request-create-group): Don't use ARGS.
20327         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20328         initializations.  Let nnoo do the work.
20329
20330 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20331
20332         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20333         Say the part has been decoded.
20334
20335         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20336
20337 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20338
20339         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20340         mailcap-viewer-test-cache when there's no 'test clause, since that
20341         will invert the meaning of a "nil" test previously determined by
20342         mailcap-mailcap-entry-passes-test.
20343
20344 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20345
20346         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20347         compiling.
20348
20349         * gnus-sum.el: Ditto.
20350
20351         * message.el: Don't bind tool-bar-map when compiling.
20352
20353 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20354
20355         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20356
20357 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20358
20359         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20360         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20361         current Google Groups.
20362
20363 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20364
20365         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20366         and tool-bar-mode.
20367
20368         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20369         and tool-bar-mode.
20370
20371         * message.el (message-tool-bar-update): Simplify.
20372         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20373
20374         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20375         gnus-summary-buffer.
20376         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20377         gnus-summary-reply.
20378
20379         * gmm-utils.el (gmm): Add :version.
20380
20381 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20382
20383         * Makefile.in (clean): New rule.
20384         (distclean): Use it.
20385
20386 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20387
20388         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20389         Don't autoload.
20390
20391 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20392
20393         * gmm-utils.el (gmm-verbose): Add :group.
20394
20395 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20396
20397         * message.el: Change some comments WRT tool-bars.
20398
20399         * gnus-sum.el (gnus-summary-tool-bar)
20400         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20401         (gnus-summary-tool-bar-zap-list): New variables.
20402         (gnus-summary-make-tool-bar): Complete rewrite using
20403         `gmm-tool-bar-from-list'.
20404
20405         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20406         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20407         New variables.
20408         (gnus-group-make-tool-bar): Complete rewrite using
20409         `gmm-tool-bar-from-list'.
20410         (gnus-group-tool-bar-update): New function.
20411
20412         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20413
20414 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20415
20416         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20417         is dissected into a single part of which the type is the same as
20418         the given one; decode charset.
20419
20420 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20421
20422         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20423         into alists as symbol not string, since that's what
20424         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20425         look for.
20426
20427 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20428
20429         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20430         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20431
20432         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20433
20434 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20435
20436         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20437         (gnus-xmas-mime-security-button-menu): New function.
20438
20439         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20440         (gnus-mime-security-button-menu): New definition.
20441         (gnus-mime-security-button-map): Use them.
20442         (gnus-mime-security-button-menu): New function.
20443         (gnus-insert-mime-security-button): Addition to help echo.
20444         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20445         (gnus-mime-security-pipe-part): New functions.
20446
20447         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20448         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20449
20450         * mm-decode.el (mm-handle-set-disposition): Remove.
20451         (mm-handle-set-description): Remove.
20452
20453 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20454
20455         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20456         (mm-w3m-standalone-supports-m17n-p): New function.
20457         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20458         w3m usage.
20459
20460         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20461         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20462
20463 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20464
20465         * message.el (message-tool-bar-zap-list):
20466         Use gmm-tool-bar-zap-list as custom type.
20467         (message-tool-bar-update): New function.
20468         (message-tool-bar, message-tool-bar-gnome)
20469         (message-tool-bar-retro): Add message-tool-bar-update.
20470         (message-tool-bar-gnome): Add flyspell-buffer.
20471
20472         * gnus-util.el (gnus-error): Describe `args'.
20473
20474         * gmm-utils.el (gmm-error): Describe `args'.
20475         (gmm-tool-bar-zap-list): New widget.
20476         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20477
20478 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20479
20480         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20481         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20482         the number of recursive calls.
20483
20484         * mm-decode.el (mm-handle-set-disposition): New macro.
20485         (mm-handle-set-description): New macro.
20486
20487 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20488
20489         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20490         encoding.
20491
20492 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20493
20494         * message.el (message-tool-bar-zap-list, message-tool-bar)
20495         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20496         (message-tool-bar-local-item-from-menu): Remove.
20497         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20498         (message-make-tool-bar): New function.
20499         (message-mode): Use `message-make-tool-bar'.
20500
20501         * gmm-utils.el: New file.
20502         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20503         (gmm-lazy): New widget copied from `nnmail.el'.
20504         (gmm-tool-bar-from-list): New function for creating customizable
20505         tool bars.
20506         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20507         output.
20508         (gmm): Add :prefix to defgroup.
20509
20510 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20511
20512         * gmm-utils.el (gmm-widget-p): New function.
20513
20514 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20515
20516         * mml.el (mml-attach-file): Describe `description' in doc string.
20517         (mml-menu): Add Emacs MIME manual and PGG manual.
20518
20519 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20520
20521         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20522
20523 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20524
20525         * nntp.el (nntp-end-of-line): Doc fix.
20526
20527 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20528
20529         * imap.el (imap-open): Handle case where buffer is a buffer
20530         object.
20531
20532 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20533
20534         * gnus-delay.el (gnus-delay): Don't autoload.
20535         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20536         to be re-loaded when customizing the `gnus-delay' group.
20537
20538 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20539
20540         * message.el (message-insert-citation-line): Use newlines.
20541
20542 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20543
20544         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20545         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20546         these routines, so the passphrase can be managed externally and
20547         passed in to the system.
20548         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20549         pgg-add-passphrase-to-cache function.
20550
20551         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20552         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20553         these routines, so the passphrase can be managed externally and
20554         passed in to the system.
20555         (pgg-pgp5-sign-region): Use new name of
20556         pgg-add-passphrase-to-cache function.
20557
20558 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20559
20560         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20561         part of the decoded armor to find the key-identifier.
20562         (pgg-gpg-lookup-key-owner): New function to return the
20563         human-readable identifier of a key owner.
20564         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20565         itself.
20566         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20567         the key value) if we have a key and can match it against a secret
20568         key.  Also, added a note pointing out fact that the prompt only
20569         indicates the first matching key.
20570
20571         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20572         pgg-decrypt-region.
20573         (pgg-add-passphrase-to-cache): Rename from
20574         `pgg-add-passphrase-cache' to reduce confusion (all callers
20575         changed).
20576         (pgg-remove-passphrase-from-cache): Rename from
20577         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20578         changed).
20579         (pgg-read-passphrase, pgg-add-passphrase-cache)
20580         (pgg-remove-passphrase-cache): Add informative docstrings.
20581         (pgg-decrypt): Convey provided passphrase in subordinate call to
20582         pgg-decrypt-region.
20583
20584 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20585
20586         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20587         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20588         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20589         'passphrase' argument, so the passphrase can be managed externally
20590         and then passed in to the system.
20591
20592         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20593         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20594         so the passphrase cache can be used reliably with identifiers
20595         besides a pgp packet's key id.
20596
20597         * pgg-gpg.el (pgg-gpg-encrypt-region)
20598         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20599         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20600         these routines, so the passphrase can be managed externally and
20601         passed in to the system.
20602
20603         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20604         'notruncate' argument, so the passphrase cache can be used
20605         reliably with identifiers besides a pgp packet's key id.
20606
20607 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20608
20609         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20610         symmetric encryption.
20611         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20612         encrypted session key.
20613         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20614         message ask for the passphrase in a proper way.
20615
20616         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20617         New user commands for symmetric encryption.
20618
20619 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20620
20621         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20622
20623         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20624
20625 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20626
20627         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20628
20629 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20630
20631         * mm-decode.el (mm-inlined-types): Add application/pgp.
20632         (mm-automatic-display): Ditto.
20633
20634         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20635         part as text.
20636
20637 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20638
20639         * nnrss.el: Update copyright.
20640         (nnrss-opml-import): Query whether to subscribe to each entry.
20641
20642         * gnus-art.el:
20643         * gnus-sum.el:
20644         * gnus-xmas.el:
20645         * messagexmas.el:
20646         * mm-uu.el:
20647         * mm-view.el: Update copyright.
20648
20649 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20650
20651         * message.el (message-info): New function.
20652         (message-mode-menu): Add it.
20653         Update copyright.
20654
20655         * ChangeLog: Fix and update copyright.
20656
20657 2006-01-13  Romain Francoise  <romain@orebokech.com>
20658
20659         * message.el (message-forward-subject-name-subject): Prefer the
20660         address to 'nowhere' if the sender has no name.
20661         Fix typo.  Update copyright year.
20662
20663 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20664
20665         * gnus-art.el (article-wash-html):
20666         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20667         (gnus-article-wash-html-with-w3m-standalone): New function.
20668
20669         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20670         mm-inline-text-html-render-with-w3m-standalone.
20671         (mm-text-html-washer-alist): Map w3m-standalone to
20672         gnus-article-wash-html-with-w3m-standalone.
20673         (mm-inline-text-html-render-with-w3m-standalone): New function.
20674
20675 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20676
20677         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20678         Improve LaTeX.
20679
20680 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20681
20682         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20683         (nnrss-request-article): Render text/plain parts as HTML.
20684
20685         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20686         the buffer.
20687
20688 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20689
20690         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20691         custom definition of `gnus-posting-styles'.
20692
20693         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20694         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20695
20696 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20697
20698         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20699         Use nntp for bug archive.
20700
20701 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20702
20703         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20704         parts.
20705         (nnrss-normalize-date): New function converts ISO 8601 date into
20706         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20707         (nnrss-check-group): Use it.
20708
20709 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20710
20711         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20712
20713         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20714         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20715         (nnrss-insert-w3): Ditto.
20716
20717 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20718
20719         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20720         the articles to be forwarded including the case where neither a
20721         number of articles nor a region is specified.
20722
20723 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20724
20725         * nnrss.el (nnrss-request-article): Fix last change; fill
20726         text/plain parts.
20727
20728 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20729
20730         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20731         in text/plain part.
20732         (nnrss-check-group): Don't add excessive newline to dc:subject.
20733
20734 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20735
20736         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20737         article.
20738
20739 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20740
20741         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20742         (nnml-use-compressed-files, nnml-save-mail): Support other
20743         comression programs such as bzip2.
20744
20745 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20746
20747         * dns.el (query-dns): Make sure we check the buffer size before
20748         removing tcp headers.
20749
20750 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20751
20752         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20753         remove MIME buttons associated with multipart/alternative parts.
20754         (gnus-mime-display-alternative): Tag buttons using `article-type'
20755         text property.
20756
20757         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20758         associated with multipart/alternative parts.
20759
20760         * gnus-art.el (gnus-signature-separator): Fix custom type.
20761
20762         * mm-decode.el (mm-inlined-types): Fix custom type.
20763         (mm-keep-viewer-alive-types): Ditto.
20764         (mm-automatic-display): Ditto.
20765         (mm-attachment-override-types): Ditto.
20766         (mm-inline-override-types): Ditto.
20767         (mm-automatic-external-display): Ditto.
20768
20769 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20770
20771         * spam-report.el (spam-report-user-mail-address)
20772         (spam-report-user-agent): New variables.
20773         (spam-report-url-ping-plain): Use spam-report-user-agent.
20774
20775 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20776
20777         * gnus-art.el (gnus-button-handle-custom): Do not just use
20778         `customize-apropos' for any "M-x customize-*" button but the
20779         function called for.  Accept both the function name and its
20780         argument in order to achieve this.
20781         (gnus-button-alist): Remove support for "custom:" URL's.
20782         Pass function name to `gnus-button-handle-custom' in case of "M-x
20783         customize-*" buttons.
20784
20785 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20786
20787         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20788         multipart/alternative and add xref to mm-discouraged-alternatives
20789         in doc string.
20790
20791         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20792         gnus-buttonized-mime-types in doc string.
20793
20794 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20795
20796         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20797         Suggest image/.* in the doc string.
20798
20799 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20800
20801         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20802         message-marks (Debian bug#342521).
20803
20804 2005-12-12  Simon Josefsson  <jas@extundo.com>
20805
20806         * password.el (password-read-from-cache): Add.
20807         (password-read): Use it.
20808
20809 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20810
20811         * rfc2047.el (rfc2047-charset-to-coding-system):
20812         Recognize us-ascii as a MIME charset.
20813
20814         * mm-bodies.el (mm-decode-content-transfer-encoding):
20815         Protect against the case where the 2nd arg TYPE is nil.
20816
20817 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20818
20819         * pop3.el (pop3-stream-type): Fix custom version.
20820
20821         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20822
20823 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20824
20825         * mm-decode.el (mm-display-external): Add missing cdr.
20826
20827 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20828
20829         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20830         RFC1524) if it is in mailcap or add a suffix according to
20831         mailcap-mime-extensions when generating a temp filename; postpone
20832         deleting a temp file for 2 seconds for some wrappers, shell
20833         scripts, and so on, which might exit right after having started a
20834         viewer command as a background job.
20835
20836 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20837
20838         * nntp.el (nntp-marks-directory): Fix custom group.
20839
20840         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20841         steps when < 10.
20842
20843         * gnus-start.el (gnus-no-server-1):
20844         Mention `gnus-level-default-subscribed' in doc string.
20845
20846 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20847
20848         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20849         parens.
20850
20851 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20852
20853         * gnus-xmas.el (gnus-use-toolbar): Revert.
20854         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20855         gnus-use-toolbar is default.
20856
20857         * messagexmas.el (message-use-toolbar): Revert.
20858         (message-setup-toolbar): Use global default-toolbar if
20859         message-use-toolbar is default.
20860
20861 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20862
20863         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20864         according to default-toolbar-visible-p.
20865
20866         * messagexmas.el (message-use-toolbar): Ditto.
20867
20868 2005-11-26  Dave Love  <fx@gnu.org>
20869
20870         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20871         (tls-program, tls-success): Provide openssl alternative.
20872
20873         * starttls.el: Doc fixes.
20874         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20875         SERVICE to PORT.
20876
20877         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20878         port null or service name.
20879         (starttls-negotiate): Autoload.
20880
20881 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20882
20883         * message.el (message-kill-to-signature): Fix interactive spec.
20884
20885 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20886
20887         * pop3.el (pop3-open-server): Recognize a string as a service name.
20888
20889 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20890
20891         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20892
20893 2005-11-23  Dave Love  <fx@gnu.org>
20894
20895         Add pop3s, pop3/starttls.
20896
20897         * pop3.el (pop3-authentication-scheme): Clarify doc.
20898         (open-tls-stream, starttls-open-stream): Autoload.
20899         (pop3-stream-type): New.
20900         (pop3-open-server): Use it.
20901
20902         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20903         for POP.
20904         (mail-source-keyword-map): Add :stream for POP.
20905         (mail-source-fetch-pop): Use pop3-stream-type.
20906
20907 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20908
20909         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20910         of current-time-string.
20911
20912 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20913
20914         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20915         date header.
20916
20917 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20918
20919         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20920         it can seriously impact performance as it bypasses the agent's
20921         local caches.
20922
20923 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20924
20925         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20926         must be explicitly online rather than "not explicitly offline" for
20927         its flags to be synchronized.
20928
20929         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20930         that gnus-uu-unmark-thread will function correctly.
20931
20932         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20933         1024K is instead displayed as 1M.
20934
20935 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20936
20937         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20938
20939 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20940
20941         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20942
20943 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20944
20945         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20946         error message to display actual error condition.
20947         (gnus-agent-save-local): Avoid saving symbols that are bound to
20948         nil as they simply result in a warning message in
20949         gnus-agent-read-local.
20950
20951 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20952
20953         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20954         rather than make-variable-buffer-local for file-precious-flag.
20955
20956 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20957
20958         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20959         for duplicates which are removed.  The invalid sort check then
20960         triggers a rescan after the sort as sorting may have moved
20961         duplicate entries such that they can be cheaply detected.
20962
20963 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20964
20965         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20966
20967 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20968
20969         * gnus-agent.el (gnus-agent-article-alist-save-format):
20970         Change internal variable to a custom variable.  Change default value
20971         from compressed(2) to uncompressed(1).
20972         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20973         support for uncompressed agentview files.  Taken together, reading
20974         the agentview file should now be 6-7 times faster.
20975
20976 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20977
20978         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20979         as a buffer-local variable.  This avoids creating truncated
20980         dribble files as a result of a hang up, eg.
20981
20982 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20983
20984         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20985         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20986         XEmacs.
20987
20988 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20989
20990         * gnus-start.el (gnus-start-draft-setup):
20991         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20992
20993         * gnus.el (gnus-splash): Change custom group.
20994         (gnus-group-get-parameter, gnus-group-parameter-value):
20995         Describe allow-list argument.
20996
20997         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20998         string.
20999
21000 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21001
21002         * gnus-art.el (gnus-default-article-saver): Add user-defined
21003         `function' to custom type.
21004
21005 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21006
21007         * imap.el (imap-open): Handle case where buffer is a buffer
21008         object.
21009
21010 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21011
21012         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21013         long lines.
21014         (gnus-cache-delete-group): Wrap doc strings.
21015
21016         * gnus-agent.el (gnus-agent-rename-group)
21017         (gnus-agent-delete-group): Wrap doc strings.
21018
21019 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21020
21021         * messagexmas.el (message-use-toolbar): Change the valid values
21022         into default, top, bottom, left, and right.
21023         (message-toolbar-thickness): New variable.
21024         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21025         well.
21026         (message-setup-toolbar): Make it work.
21027
21028         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21029         (gnus-use-toolbar): Change the valid values into default, top,
21030         bottom, left, and right.
21031         (gnus-toolbar-thickness): New variable.
21032         (gnus-xmas-setup-toolbar): New function.
21033         (gnus-xmas-setup-group-toolbar): Use it.
21034         (gnus-xmas-setup-summary-toolbar): Use it.
21035
21036 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21037
21038         * gnus-start.el (gnus-1): Add "native" to
21039         gnus-predefined-server-alist.
21040
21041         * gnus.el (gnus-method-to-server): Don't add "native" to the
21042         lists here, because that leads to problems when
21043         gnus-select-method is bound.
21044
21045 2005-11-09  Simon Josefsson  <jas@extundo.com>
21046
21047         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21048         use (not sort-by-date) instead.
21049
21050 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21051
21052         * gnus-delay.el (gnus-delay-group): Don't autoload.
21053         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21054         to be re-loaded when customizing the `gnus-delay' group.
21055
21056 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21057
21058         * message.el: Revert last changes.
21059         (message-insert-citation-line): Use newlines.
21060
21061 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21062
21063         * message.el (message-courtesy-message)
21064         (message-mark-insert-begin, message-mark-insert-end)
21065         (message-elide-ellipsis, message-cancel-message)
21066         (message-add-header, message-change-subject)
21067         (message-cross-post-followup-to-header)
21068         (message-cross-post-insert-note, message-reduce-to-to-cc)
21069         (message-widen-reply, message-delete-not-region)
21070         (message-kill-to-signature, message-insert-signature)
21071         (message-insert-importance-high, message-insert-importance-low)
21072         (message-insert-or-toggle-importance)
21073         (message-insert-disposition-notification-to)
21074         (message-indent-citation, message-yank-original)
21075         (message-cite-original-without-signature, message-cite-original)
21076         (message-insert-citation-line, message-position-on-field)
21077         (message-fix-before-sending, message-send-mail-partially)
21078         (message-send-mail, message-send-mail-with-sendmail)
21079         (message-send-mail-with-qmail, message-send-news)
21080         (message-check-news-header-syntax, message-generate-headers)
21081         (message-insert-courtesy-copy, message-fill-address)
21082         (message-fill-header, message-shorten-references)
21083         (message-setup-1, message-cancel-news)
21084         (message-forward-make-body-plain, message-forward-make-body-mime)
21085         (message-forward-make-body-mml, message-encode-message-body)
21086         (message-forward-make-body-digest-plain)
21087         (message-forward-make-body-digest-mime)
21088         (message-use-alternative-email-as-from): Insert `hard-newline'
21089         instead of ordinary newlines.
21090
21091 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21092
21093         * message.el (message-generate-headers): Downcase the argument
21094         given to message-check-element.
21095
21096 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21097
21098         * nntp.el (nntp-authinfo-rejected): New error condition.
21099         (nntp-wait-for): Use new error condition to signal authentication
21100         error.
21101         (nntp-retrieve-data): Rethrow new error condition to break out of
21102         recursive call to nntp-send-authinfo.
21103
21104 2005-11-08  Romain Francoise  <romain@orebokech.com>
21105
21106         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21107         (gnus-summary-exit-map): Bind to `Z p'.
21108         (gnus-summary-make-menu-bar): Add menu item.
21109
21110 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21111
21112         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21113         (gnus-treat-*): Add `first' in all doc strings.
21114
21115         * gnus-group.el (gnus-group-compact-group): Fix typo.
21116
21117 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21118
21119         * gnus.el (gnus-parameters-case-fold-search): New variable.
21120         (gnus-parameters-get-parameter): Use it.
21121
21122         * gnus-score.el (gnus-home-score-file): Doc fix.
21123
21124 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21125
21126         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21127
21128 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21129
21130         * mm-util.el (mm-special-display-p): New function.
21131
21132         * mml.el (mml-preview): Use it; doc fix.
21133
21134 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21135
21136         * imap.el (imap-open): Handle case where buffer is a buffer object.
21137
21138 2005-10-29  Romain Francoise  <romain@orebokech.com>
21139
21140         * message.el (message-fix-before-sending): Fix comment.
21141
21142 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21143
21144         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21145
21146 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21147
21148         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21149         Used in gnus-score.el.
21150
21151 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21152
21153         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21154
21155 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21156
21157         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21158         whitespace removed in revision 7.8.  Use concatenated string to
21159         protect trailing whitespace.
21160
21161 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21162
21163         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21164         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21165         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21166         Courier IMAP ("some version from 2004").  Mostly based on similar
21167         code in the same function.
21168
21169 2005-10-26  Didier Verna  <didier@xemacs.org>
21170
21171         * gnus-group.el (gnus-group-compact-group): Invalidate original
21172         article buffer.
21173         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21174         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21175         NOV database and in article itself.
21176         Invalidate article backlog.
21177
21178 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21179
21180         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21181
21182 2005-10-26  Simon Josefsson  <jas@extundo.com>
21183
21184         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21185         part of 2004-07-25 change.
21186
21187 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21188
21189         * message.el (message-display-completion-list): New function.
21190         (message-expand-group): Use it; make sure the Completions buffer
21191         is modifiable.
21192 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21193
21194         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21195         user-mail-name is an empty string.
21196
21197 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21198
21199         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21200         depending on gnus-score-decay-constant.
21201
21202         * encrypt.el (encrypt-insert-file-contents)
21203         (encrypt-write-file-contents): Don't use `gnus-message'.
21204
21205         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21206         arguments.
21207         (mm-uu-type-alist): Add message-marks and insert-marks.
21208         Pass arguments to mm-uu-verbatim-marks-extract.
21209         (mm-uu-hide-markers): New variable.
21210         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21211
21212         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21213         (gnus-convert-image-to-face-command): Use "convert" by default to
21214         allow other input image formats.
21215         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21216         accordingly.
21217
21218 2005-10-23  Simon Josefsson  <jas@extundo.com>
21219
21220         * imap.el (imap-gssapi-program): Align command line parameters
21221         with latest GNU SASL.
21222         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21223
21224 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21225
21226         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21227         HTML.
21228         (nnslashdot-request-article): Ditto.
21229
21230         * lpath.el (featurep): Add nobreak-char-display.
21231
21232 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21233
21234         * mail-source.el (mail-source-fetch-pop): Require pop3.
21235         (mail-source-check-pop): Ditto.
21236
21237 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21238
21239         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21240         errors.
21241
21242 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21243
21244         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21245         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21246
21247         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21248
21249         * mm-bodies.el (mm-decode-string):
21250         Call `mm-charset-to-coding-system' with allow-override argument.
21251
21252 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21253
21254         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21255         (rfc2047-charset-to-coding-system): New function.
21256         (rfc2047-decode-encoded-words): New function.
21257         (rfc2047-decode-region): Use them.
21258         (rfc2047-decode-cte): Remove.
21259         (rfc2047-parse-and-decode): Remove.
21260         (rfc2047-decode): Remove.
21261
21262 2005-10-15  Kenichi Handa  <handa@m17n.org>
21263
21264         * rfc2047.el (rfc2047-decode-cte): New function.
21265         (rfc2047-decode-region): Change the way to decode successive
21266         encoded-words: decode B- or Q-encoding in each encoded-word,
21267         concatenate them, and decode it as charset.
21268
21269 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21270
21271         * lpath.el: Fbind codepage-setup for XEmacs.
21272
21273 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21274
21275         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21276         widget-move-and-invoke.
21277         (gnus-custom-mode): Use gnus-custom-map.
21278
21279 2005-10-15  Bill Wohler  <wohler@newt.com>
21280
21281         * message.el (message-tool-bar-map): Rename image file from
21282         mail_send to mail/send.
21283
21284 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21285
21286         * message.el (message-expand-group): Pass the common
21287         prefix substring of completion to `display-completion-list'.
21288
21289 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21290
21291         * mml-sec.el (mml-secure-method): New internal variable.
21292         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21293         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21294         New functions using mml-secure-method.
21295
21296         * mml.el (mml-mode-map): Add key bindings for those functions.
21297         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21298         Harder <harder@myrealbox.com>.
21299         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21300         Goto end of message if point is the headers of the message.
21301
21302         * message.el (message-in-body-p): New function.
21303
21304         * assistant.el: Autoload gnus-util and netrc.
21305
21306         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21307         Use `mm-charset-override-alist' only when decoding.
21308
21309         * mm-bodies.el (mm-decode-body):
21310         Call `mm-charset-to-coding-system' with allow-override argument.
21311
21312         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21313         `filename' from Content-Disposition if Content-Type doesn't
21314         provide `name'.
21315         (gnus-mime-view-part-as-type): Set default instead of
21316         initial-input.
21317
21318 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21319
21320         * format-spec.el (format-spec): Propagate text properties of % spec.
21321
21322 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21323
21324         * gnus-art.el (gnus-treat-predicate): Add `first'.
21325
21326 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21327
21328         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21329         (mm-charset-override-alist): New variable.
21330         (mm-charset-to-coding-system): Use it.
21331         (mm-codepage-setup): New helper function.
21332         (mm-charset-eval-alist): New variable.
21333         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21334         Warn about unknown charsets.
21335
21336         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21337
21338 2005-10-04  David Hansen  <david.hansen@gmx.net>
21339
21340         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21341         (nnrss-check-group): Ditto.
21342
21343 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21344
21345         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21346         Rename x-gnus-verbatim to x-verbatim.
21347         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21348
21349         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21350         x-verbatim.
21351
21352         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21353
21354         * gnus-util.el (gnus-remove-duplicates): Remove.
21355
21356         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21357         instead of gnus-remove-duplicates.
21358
21359         * message.el (message-remove-duplicates): Remove.
21360         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21361         message-remove-duplicates.
21362
21363         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21364         available, else use implementation from `delete-dups'.
21365
21366         * message.el (message-insert-expires): New function.
21367         (message-mode-map): Add key binding.
21368         (message-mode-field-menu): Add menu entry.
21369         (message-mode): Document it.
21370         (message-make-expires-date): Use `message-make-date'.
21371
21372 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21373
21374         * message.el (message-make-expires-date): New function.
21375
21376 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21377
21378         * Makefile.in (list-installed-shadows): New entry.
21379         (install): Use it.
21380         (remove-installed-shadows): New entry.
21381
21382         * dgnushack.el (dgnushack-default-load-path): New variable.
21383         (dgnushack-find-lisp-shadows): New function.
21384         (dgnushack-remove-lisp-shadows): New function.
21385
21386 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21387
21388         * Makefile.in (install-el-elc): New entry.
21389         (install): Use it so that .el files are necessarily installed.
21390
21391 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21392
21393         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21394
21395 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21396
21397         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21398         function rather than the diff-mode.el package.
21399         (mm-display-external): Use with-current-buffer.
21400         (mm-viewer-completion-map, mm-viewer-completion-map):
21401         Move initialization inside declaration.
21402
21403 2005-09-29  Simon Josefsson  <jas@extundo.com>
21404
21405         * spam.el: Load hashcash when compiling, to avoid warnings.
21406         Don't autoload mail-check-payment.
21407         (spam-check-hashcash): Define unconditionally, since hashcash.el
21408         is part of Gnus now.  Ignore errors from payment checking.
21409
21410 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21411
21412         * message.el (message-bold-region, message-unbold-region):
21413         Rename from `bold-region' and `unbold-region'.
21414
21415         * message.el: Remove useless autoloads.
21416
21417 2005-09-28  Simon Josefsson  <jas@extundo.com>
21418
21419         * message.el (message-use-idna): Default to t.
21420         (message-use-idna): Test whether encoding works too.  Doc fix.
21421
21422 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21423
21424         * nntp.el (nntp-warn-about-losing-connection): Remove.
21425
21426 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21427
21428         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21429         customizable.  Change default value.
21430         (mm-uu-diff-groups-regexp): Change default value.
21431         (mm-uu-type-alist): Add doc string.
21432         (mm-uu-configure): Add doc string.  Make it interactive.
21433         (mm-uu-tex-groups-regexp): New variable.
21434         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21435         (mm-uu-type-alist): Add LaTeX documents.
21436         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21437         of "text/verbatim".
21438         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21439
21440         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21441         instead of "text/verbatim".
21442
21443         * message.el (message-mark-inserted-region)
21444         (message-mark-insert-file): Use slrn style marks when called with
21445         prefix argument.
21446
21447 2005-09-27  Simon Josefsson  <jas@extundo.com>
21448
21449         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21450
21451 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21452
21453         * message.el (message-remove-duplicates): New function.
21454         Implementation borrowed from `gnus-remove-duplicates'.
21455         (message-idna-to-ascii-rhs): Also encode idna addresses in
21456         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21457         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21458         only ask about the same idna domain once per header and also tell
21459         in what header to replace the idna domain.
21460
21461         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21462         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21463         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21464         a header is decoded and not just the last one.
21465
21466 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21467
21468         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21469         has been decoded.
21470
21471         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21472         (mm-insert-part): Don't modify text if it has been decoded.
21473
21474         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21475         decoded.
21476
21477         * mm-view.el (mm-inline-text): Don't strip text props unless
21478         decoding enriched or richtext parts.
21479
21480 2005-09-25  Romain Francoise  <romain@orebokech.com>
21481
21482         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21483         * gnus-start.el (gnus-subscribe-interactively):
21484         * gnus-uu.el (gnus-uu-grab-articles):
21485         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21486         space.
21487
21488 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21489
21490         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21491         * mm-view.el (mm-view-pkcs7-decrypt):
21492         * gnus-sum.el (gnus-summary-limit-to-extra)
21493         (gnus-summary-respool-article, gnus-read-move-group-name):
21494         * gnus-score.el (gnus-summary-increase-score):
21495         * gnus-util.el (gnus-completing-read-with-default):
21496         * gnus-art.el (gnus-read-save-file-name)
21497         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21498         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21499         * message.el (message-check-news-header-syntax):
21500         Follow convention for reading with the minibuffer.
21501
21502 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21503
21504         * spam-report.el (spam-report-url-ping-plain):
21505         Use gnus-extended-version as User-Agent.
21506
21507         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21508         default value is nil.
21509
21510         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21511         (mm-uu-verbatim-marks-extract): New function.
21512         (mm-uu-extract): New face.
21513         (mm-uu-copy-to-buffer): Use it.
21514
21515         * spam-report.el (spam-report-gmane-ham): Rename from
21516         `spam-report-gmane-unspam'.
21517         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21518         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21519
21520         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21521         Autoload.
21522         (spam-report-gmane-unregister-routine):
21523         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21524
21525 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21526
21527         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21528         (spam-report-gmane-unregister-routine): Add support for gmane
21529         unregistration.
21530
21531         * spam-report.el (spam-report-gmane-unspam)
21532         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21533         (spam-report-gmane): Change to take a single article and do unspam
21534         registration.
21535
21536 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21537
21538         * mm-url.el (mm-url-decode-entities): Fix regexp.
21539
21540 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21541
21542         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21543         default to nil, to be able to use Gnus at all.  If the default
21544         switches to something else, then the function should be fixed not
21545         be exceedingly slow.
21546
21547 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21548
21549         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21550         fail hard.
21551
21552         * spam-report.el: Add better Keywords line.
21553
21554         * spam.el: Add Maintainer and better Keywords line.
21555
21556 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21557
21558         * gnus-art.el (gnus-article-replace-part)
21559         (gnus-mime-replace-part): New functions.
21560         (gnus-mime-action-alist, gnus-mime-button-commands)
21561         (gnus-mime-save-part-and-strip): Add file argument.
21562         (gnus-article-part-wrapper): Add interactive argument.
21563
21564         * gnus-sum.el (gnus-summary-mime-map):
21565         Add `gnus-article-replace-part'.
21566
21567 2005-09-19  Didier Verna  <didier@xemacs.org>
21568
21569         The nnml compaction feature:
21570         * nnml.el (nnml-request-compact-group): New function.
21571         * nnml.el (nnml-request-compact): New function.
21572         * gnus-int.el (gnus-request-compact-group): New function.
21573         * gnus-int.el (gnus-request-compact): New function.
21574         * gnus-group.el (gnus-group-compact-group): New function.
21575         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21576         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21577         * gnus-srvr.el (gnus-server-compact-server): New function.
21578         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21579         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21580
21581 2005-09-18  Deepak Goel  <deego@gnufans.org>
21582
21583         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21584         format spec.
21585
21586 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21587
21588         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21589
21590 2005-09-15  Romain Francoise  <romain@orebokech.com>
21591
21592         * message.el (message-fill-paragraph): Clarify docstring.
21593
21594 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21595
21596         * gnus-art.el (gnus-mime-display-part): Protect against broken
21597         MIME messages.
21598
21599 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21600
21601         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21602         before parsing header.
21603
21604 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21605
21606         * html2text.el (html2text-replace-list): Add new entities.
21607
21608 2005-09-11  Romain Francoise  <romain@orebokech.com>
21609
21610         * message.el (message-alternative-emails): Improve docstring.
21611         (message-setup-1): Call `message-use-alternative-email-as-from'
21612         after `message-setup-hook' to give it precedence over posting
21613         styles, etc.
21614         (message-use-alternative-email-as-from): Add docstring.
21615         Remove the original From header if present.
21616
21617         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21618         (nnml-save-mail): Use it.
21619
21620         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21621         articles.  Add new argument `silent'.
21622         (gnus-uu-mark-all): Report the total number of marked articles.
21623
21624 2005-09-10  Romain Francoise  <romain@orebokech.com>
21625
21626         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21627         (gnus-uu-mark-series): Likewise.
21628
21629 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21630
21631         * spam-report.el (spam-report-gmane): Fix generation of spam
21632         report URL.
21633
21634 2005-09-10  Simon Josefsson  <jas@extundo.com>
21635
21636         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21637         t, based on discussion on the ding list with Robert Epprecht
21638         <epprecht@solnet.ch>.
21639
21640 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21641
21642         * spam-report.el (spam-report-gmane): Make it work without
21643         X-Report-Spam header.  Gmane now only provides Archived-At.
21644         This is only used if `spam-report-gmane-use-article-number' is nil.
21645         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21646
21647         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21648         make `gnus-summary-sort-by-recipient' work with threading.
21649
21650         * nnweb.el (nnweb-google-wash-article): Print a message if article
21651         is not available.
21652
21653 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21654
21655         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21656         change.  Decode text/* parts content before displaying.
21657
21658 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21659
21660         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21661
21662 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21663
21664         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21665
21666         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21667         url-package-name, url-package-version,
21668         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21669         w3m-display-inline-images, and w3m-minor-mode-map.
21670
21671 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21672
21673         * message.el (message-tab-body-function): Fix mismatched custom type.
21674
21675         * gnus.el (gnus-group-change-level-function): Ditto.
21676
21677         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21678
21679         * gnus-art.el (gnus-signature-limit)
21680         (gnus-article-mime-part-function): Ditto.
21681
21682 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21683
21684         * mml.el (mml-mode): Silence the byte compiler.
21685
21686         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21687         using `(sit-for 0)' before moving the point to the specified part;
21688         skip unbuttonized parts.
21689         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21690         return to the summary window if gnus-auto-select-part is non-nil.
21691
21692 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21693
21694         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21695         New variables.
21696         (mml-dnd-attach-file, mml-mode): Use them.
21697
21698         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21699         Make fetching article by MID work again for Google Groups.
21700         Add FIXME concerning gnus-group-make-web-group.
21701
21702         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21703         Don't depend on Gnus by using mail-extract-address-components if
21704         gnus-extract-address-components is not bound.
21705
21706 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21707
21708         * gnus-art.el (gnus-mime-display-security): Don't display the
21709         signature, but only the signed part.
21710
21711 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21712
21713         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21714
21715         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21716         list, not listp.
21717
21718 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21719
21720         * mm-encode.el (mm-encode-content-transfer-encoding):
21721         Likewise when encoding.
21722
21723         * mm-bodies.el (mm-decode-content-transfer-encoding):
21724         De-canonicalize CRLF for all text content types, not just
21725         text/plain.
21726
21727 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21728
21729         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21730         valid article; point arrow and cursor at the MIME button.
21731
21732 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21733
21734         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21735         Suggested by Dan Christensen <jdc@uwo.ca>.
21736
21737         * mm-decode.el (mm-save-part): Enable change of prompt.
21738
21739 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21740
21741         * gnus-msg.el (gnus-inews-add-send-actions):
21742         Make `message-post-method' lambda parameter ARG `&optional'.
21743
21744 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21745
21746         * gnus-sum.el (gnus-summary-mime-map):
21747         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21748         gnus-article-jump-to-part.
21749
21750         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21751         (gnus-article-edit-part): Use it.
21752         (gnus-article-part-wrapper): Add no-handle argument.
21753         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21754         New functions.
21755
21756 2005-08-29  Romain Francoise  <romain@orebokech.com>
21757
21758         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21759         docstring.
21760         (gnus-face-from-file): Likewise.
21761
21762 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21763
21764         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21765         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21766         non-nil.
21767         (gnus-auto-select-part): New variable.
21768         (gnus-article-jump-to-part): New function.
21769         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21770         (gnus-mime-delete-part): Allow selecting specified part after
21771         deleting or stripping parts.
21772         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21773         part if argument is bogus.
21774
21775 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21776
21777         * gnus-art.el (w3m-minor-mode-map):
21778         * gnus-spec.el (gnus-newsrc-file-version):
21779         * gnus-util.el (nnmail-active-file-coding-system)
21780         (gnus-original-article-buffer, gnus-user-agent):
21781         * gnus.el (gnus-ham-process-destinations)
21782         (gnus-parameter-ham-marks-alist)
21783         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21784         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21785         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21786         * mm-decode.el (gnus-current-window-configuration):
21787         * mm-extern.el (gnus-article-mime-handles):
21788         * mm-url.el (url-current-object, url-package-name)
21789         (url-package-version):
21790         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21791         (smime-keys, w3m-cid-retrieve-function-alist)
21792         (w3m-current-buffer, w3m-display-inline-images)
21793         (w3m-minor-mode-map):
21794         * mml-smime.el (gnus-extract-address-components):
21795         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21796         (gnus-newsrc-hashtb, message-default-charset)
21797         (message-deletable-headers, message-options)
21798         (message-posting-charset, message-required-mail-headers)
21799         (message-required-news-headers):
21800         * mml1991.el (mc-pgp-always-sign):
21801         * mml2015.el (mc-pgp-always-sign):
21802         * nnheader.el (nnmail-extra-headers):
21803         * rfc1843.el (gnus-decode-encoded-word-function)
21804         (gnus-decode-header-function, gnus-newsgroup-name):
21805         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21806
21807 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21808
21809         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21810         the end of the date treatments.
21811
21812 2005-08-15  Simon Josefsson  <jas@extundo.com>
21813
21814         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21815         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21816         Capello and Romain Francoise.
21817         (pgg-fetch-key-function): Remove, not used?
21818         (pgg-insert-url-with-w3): Require url, to get
21819         url-insert-file-contents regardless of where it is defined.
21820
21821 2005-08-13  Romain Francoise  <romain@orebokech.com>
21822
21823         * message.el (message-cite-original-1): New function.
21824         (message-cite-original): Use it.
21825         (message-cite-original-without-signature): Ditto.
21826
21827 2005-08-08  Romain Francoise  <romain@orebokech.com>
21828
21829         * message.el (message-yank-empty-prefix): New variable.
21830         (message-indent-citation): Use it.
21831         (message-cite-original-without-signature): Respect X-No-Archive.
21832
21833 2005-08-08  Simon Josefsson  <jas@extundo.com>
21834
21835         * pgg.el: Autoload url-insert-file-contents instead of loading
21836         w3/url.
21837         (pgg-insert-url-with-w3): Don't load url here.
21838
21839 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21840
21841         * message.el (message-kill-to-signature): Don't insert newline at
21842         bol.
21843         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21844
21845 2005-08-06  Romain Francoise  <romain@orebokech.com>
21846
21847         * message.el (message-user-fqdn): Fix typo in docstring.
21848
21849 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21850
21851         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21852
21853         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21854
21855 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21856
21857         * mm-bodies.el (mm-encode-body): Use coding system rather than
21858         charset to encode text.
21859
21860         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21861         number of charsets if utf-8 is available (XEmacs).
21862
21863 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21864
21865         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21866         taken from `gnus-button-mid-or-mail-regexp'.
21867         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21868         (gnus-button-alist): Improve regexp for domain part of the MIDs
21869         for news:localpart@domain buttons.
21870         (gnus-button-ctan-directory-regexp): Update.
21871
21872 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21873
21874         * sieve-manage.el (sieve-manage-interactive-login):
21875         Use make-local-variable rather than make-variable-buffer-local.
21876         (sieve-manage-open): Ditto.
21877         (sieve-manage-authenticate): Ditto.
21878
21879         * mml.el (mml-generate-mime-1): Make the content type default to
21880         text/plain if the filename is not specified.
21881
21882 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21883
21884         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21885         instead of insert-buffer.
21886
21887         * message.el (message-yank-original): Ditto; set the mark at the
21888         end of the yanked message.
21889
21890 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21891
21892         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21893         lines to scroll rather than to stop it.
21894
21895         * mml.el (mml-generate-default-type): Add doc string.
21896         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21897         default to application/octet-stream when determining the content
21898         type if it is not specified for the part or the mml contents; add
21899         a comment about mml-generate-default-type.
21900
21901 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21902
21903         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21904         make it default to application/octet-stream when determining the
21905         content type if it is not specified for the external contents.
21906
21907 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21908
21909         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21910         segmented parameter but also other parameters might be there.
21911
21912 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21913
21914         * mm-decode.el (mm-display-external): Delete temp file, directory
21915         and buffer immediately if the external process is exited.
21916
21917 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21918
21919         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21920         fewer lines than that of scroll-margin.
21921         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21922
21923 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21924
21925         * gnus-art.el (gnus-article-next-page): Revert.
21926         (gnus-article-beginning-of-window): New macro.
21927         (gnus-article-next-page-1): Use it.
21928         (gnus-article-prev-page): Ditto.
21929         (gnus-article-edit-part): Use insert-buffer-substring instead of
21930         insert-buffer.
21931         (gnus-article-edit-exit): Ditto.
21932
21933         * gnus-util.el (gnus-beginning-of-window): Remove.
21934         (gnus-end-of-window): Remove.
21935
21936         * lpath.el: Don't bind header-line-format and scroll-margin.
21937
21938 2005-07-25  Simon Josefsson  <jas@extundo.com>
21939
21940         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21941         to have the url package without w3.  Reported by Daiki Ueno
21942         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21943
21944 2005-07-20  Didier Verna  <didier@xemacs.org>
21945
21946         * gnus-diary.el: Remove the description comment (nndiary is now
21947         properly documented in the Gnus manual).
21948         Fix the spelling of "Back End".
21949         * nndiary.el: Ditto.
21950         Fix the copyright notice.
21951
21952 2005-07-18  Romain Francoise  <romain@orebokech.com>
21953
21954         * gnus-sum.el (gnus-summary-to-prefix)
21955         (gnus-summary-newsgroup-prefix): New variables.
21956         (gnus-summary-from-or-to-or-newsgroups): Use them.
21957
21958 2005-07-17  Romain Francoise  <romain@orebokech.com>
21959
21960         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21961         space as it's generally not especially interesting to the user.
21962
21963 2005-07-16  Romain Francoise  <romain@orebokech.com>
21964
21965         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21966         nil to avoid prompting and file modification if one of the
21967         messages at the top of the nnfolder file contains a copyright
21968         notice.
21969         Update copyright notice.
21970
21971         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21972         instead of `current-time-string' as the latter creates a time
21973         string that is not RFC 2822 compliant (it lacks the zone).
21974         Update copyright notice.
21975
21976 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21977
21978         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21979         for text/rtf.  Display default in prompt.  Pass default for M-n.
21980
21981         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21982
21983 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21984
21985         * gnus-msg.el (gnus-button-mailto):
21986         Remove save-selected-window-window hackery because it relies on
21987         save-selected-window internals.
21988
21989 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21990
21991         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21992         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21993         (gnus-article-prev-page): Ditto.
21994
21995         * gnus-util.el (gnus-beginning-of-window): New function.
21996         (gnus-end-of-window): New function.
21997
21998         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21999
22000 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22001
22002         * gnus-score.el (gnus-score-edit-all-score):
22003         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22004         gnus-message.
22005
22006 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22007
22008         * gnus-msg.el (gnus-button-mailto):
22009         Remove save-selected-window-window hackery because it relies on
22010         save-selected-window internals.
22011
22012 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22013
22014         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22015         add-minor-mode.
22016         (gnus-binary-mode): Ditto.
22017
22018         * gnus-topic.el (gnus-topic-mode): Ditto.
22019
22020 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22021
22022         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22023         (gnus-article-prev-page): Take scroll-margin into consideration.
22024
22025 2005-07-04  Lute Kamstra  <lute@gnu.org>
22026
22027         Update FSF's address in GPL notices.
22028
22029 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22030
22031         * gnus.el (gnus-exit):
22032         * gnus-group.el (gnus-group-icons):
22033         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22034
22035         * gnus-nocem.el (gnus-nocem):
22036         * message.el (message-various, message-buffers, message-sending)
22037         (message-interface, message-forwarding, message-insertion)
22038         (message-headers, message-news, message-mail):
22039         * pgg-gpg.el (pgg-gpg):
22040         * pgg-parse.el (pgg-parse):
22041         * pgg-pgp.el (pgg-pgp):
22042         * pgg-pgp5.el (pgg-pgp5):
22043         * pop3.el (pop3): Finish `defgroup' description with period.
22044
22045 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22046
22047         * gnus-art.el (article-display-face): Improve the efficiency.
22048         (article-display-x-face): Ditto; remove gray x-face stuff.
22049
22050 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22051
22052         * gnus-art.el (article-display-face): Correct the position in
22053         which Faces are inserted.
22054
22055 2005-06-29  Didier Verna  <didier@xemacs.org>
22056
22057         * gnus-art.el (article-display-face): Display faces in correct
22058         order.
22059
22060 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22061
22062         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22063         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22064         (gnus-nocem-check-article): Fetch the Type header.
22065         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22066         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22067         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22068         make sure gnus-nocem-hashtb is initialized.
22069         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22070         (gnus-nocem-unwanted-article-p): Ditto.
22071
22072         * pgg.el (pgg-verify): Return the verification result.
22073
22074 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22075
22076         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22077         is ascii.
22078
22079 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22080
22081         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22082         `show-nonbreak-escape'.
22083
22084 2005-06-23  Lute Kamstra  <lute@gnu.org>
22085
22086         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22087
22088         * dig.el (dig-mode):
22089         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22090
22091 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22092
22093         * nnimap.el (nnimap-split-download-body): Fix spellings.
22094
22095 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22096
22097         * gnus-art.el (gnus-article-encrypt-body):
22098         * gnus-cus.el (gnus-score-customize):
22099         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22100         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22101
22102 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22103
22104         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22105         header by looking for magic "MII" at the beginning.
22106
22107 2005-06-16  Miles Bader  <miles@gnu.org>
22108
22109         * gnus-xmas.el (gnus-xmas-group-startup-message):
22110         Use renamed gnus-splash face.
22111
22112         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22113         (assistant-field-face): New backward-compatibility alias for renamed
22114         face.
22115         (assistant-render-text): Use renamed assistant-field face.
22116
22117         * spam.el (spam): Remove "-face" suffix from face name.
22118         (spam-face): New backward-compatibility alias for renamed face.
22119         (spam-face, spam-initialize): Use renamed spam face.
22120
22121         * message.el (message-header-to, message-header-cc)
22122         (message-header-subject, message-header-newsgroups)
22123         (message-header-other, message-header-name)
22124         (message-header-xheader, message-separator, message-cited-text)
22125         (message-mml): Remove "-face" suffix from face names.
22126         (message-header-to-face, message-header-cc-face)
22127         (message-header-subject-face, message-header-newsgroups-face)
22128         (message-header-other-face, message-header-name-face)
22129         (message-header-xheader-face, message-separator-face)
22130         (message-cited-text-face, message-mml-face):
22131         New backward-compatibility aliases for renamed faces.
22132         (message-font-lock-keywords): Use renamed message faces.
22133
22134         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22135         (sieve-test-commands, sieve-tagged-arguments):
22136         Remove "-face" suffix from face names.
22137         (sieve-control-commands-face, sieve-action-commands-face)
22138         (sieve-test-commands-face, sieve-tagged-arguments-face):
22139         New backward-compatibility aliases for renamed faces.
22140         (sieve-control-commands-face, sieve-action-commands-face)
22141         (sieve-test-commands-face, sieve-tagged-arguments-face):
22142         Use renamed sieve faces.
22143
22144         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22145         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22146         (gnus-group-news-3-empty, gnus-group-news-4)
22147         (gnus-group-news-4-empty, gnus-group-news-5)
22148         (gnus-group-news-5-empty, gnus-group-news-6)
22149         (gnus-group-news-6-empty, gnus-group-news-low)
22150         (gnus-group-news-low-empty, gnus-group-mail-1)
22151         (gnus-group-mail-1-empty, gnus-group-mail-2)
22152         (gnus-group-mail-2-empty, gnus-group-mail-3)
22153         (gnus-group-mail-3-empty, gnus-group-mail-low)
22154         (gnus-group-mail-low-empty, gnus-summary-selected)
22155         (gnus-summary-cancelled, gnus-summary-high-ticked)
22156         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22157         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22158         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22159         (gnus-summary-low-undownloaded)
22160         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22161         (gnus-summary-low-unread, gnus-summary-normal-unread)
22162         (gnus-summary-high-read, gnus-summary-low-read)
22163         (gnus-summary-normal-read, gnus-splash):
22164         Remove "-face" suffix from face names.
22165         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22166         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22167         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22168         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22169         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22170         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22171         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22172         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22173         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22174         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22175         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22176         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22177         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22178         (gnus-summary-normal-ticked-face)
22179         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22180         (gnus-summary-normal-ancient-face)
22181         (gnus-summary-high-undownloaded-face)
22182         (gnus-summary-low-undownloaded-face)
22183         (gnus-summary-normal-undownloaded-face)
22184         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22185         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22186         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22187         (gnus-splash-face):
22188         New backward-compatibility aliases for renamed faces.
22189         (gnus-group-startup-message): Use renamed gnus faces.
22190
22191         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22192         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22193         (gnus-server-agent): Remove "-face" suffix from face names.
22194         (gnus-server-agent-face, gnus-server-opened-face)
22195         (gnus-server-closed-face, gnus-server-denied-face)
22196         (gnus-server-offline-face):
22197         New backward-compatibility aliases for renamed faces.
22198         (gnus-server-agent-face, gnus-server-opened-face)
22199         (gnus-server-closed-face, gnus-server-denied-face)
22200         (gnus-server-offline-face): Use renamed gnus faces.
22201
22202         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22203         Remove "-face" suffix from face names.
22204         (gnus-picon-xbm-face, gnus-picon-face):
22205         New backward-compatibility aliases for renamed faces.
22206
22207         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22208         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22209         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22210         (gnus-cite-11): Remove "-face" suffix from face names.
22211         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22212         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22213         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22214         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22215         New backward-compatibility aliases for renamed faces.
22216         (gnus-cite-attribution-face, gnus-cite-face-list)
22217         (gnus-article-boring-faces): Use renamed gnus faces.
22218
22219         * gnus-art.el (gnus-signature, gnus-header-from)
22220         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22221         (gnus-header-content): Remove "-face" suffix from face names.
22222         (gnus-signature-face, gnus-header-from-face)
22223         (gnus-header-subject-face, gnus-header-newsgroups-face)
22224         (gnus-header-name-face, gnus-header-content-face):
22225         New backward-compatibility aliases for renamed faces.
22226         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22227
22228         * gnus-sum.el (gnus-summary-selected-face)
22229         (gnus-summary-highlight): Use renamed gnus faces.
22230         * gnus-group.el (gnus-group-highlight): Likewise.
22231
22232 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22233
22234         * gnus-sieve.el (gnus-sieve-article-add-rule):
22235         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22236         * spam-stat.el (spam-stat-buffer-change-to-spam)
22237         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22238
22239         * message.el (message-is-yours-p):
22240         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22241
22242 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22243
22244         * mm-view.el (mm-inline-text): Withdraw the last change.
22245
22246 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22247
22248         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22249         executing enriched-decode.
22250
22251 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22252
22253         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22254         charset of tar files.
22255
22256 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22257
22258         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22259
22260 2005-06-04  Lute Kamstra  <lute@gnu.org>
22261
22262         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22263         information is never recorded.
22264
22265 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22266
22267         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22268
22269 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22270
22271         * pop3.el (pop3-apop): Run md5 in the binary mode.
22272
22273         * starttls.el (starttls-set-process-query-on-exit-flag):
22274         Use eval-and-compile.
22275
22276 2005-05-31  Simon Josefsson  <jas@extundo.com>
22277
22278         * smime.el (smime-replace-in-string): Define.
22279         (smime-cert-by-ldap-1): Use it.
22280
22281 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22282
22283         * gnus-art.el (article-display-x-face): Replace
22284         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22285
22286         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22287         set-process-query-on-exit-flag or process-kill-without-query.
22288
22289         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22290         loop instead of replace-regexp.
22291
22292         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22293         instead of process-kill-without-query if it is available.
22294
22295         * lpath.el: Fbind ldap-search-entries.
22296
22297         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22298         instead of find-file-hooks if it is available.
22299
22300         * mml1991.el: Bind pgg-default-user-id when compiling.
22301
22302         * mml2015.el: Bind pgg-default-user-id when compiling.
22303
22304         * nndraft.el (nndraft-request-associate-buffer):
22305         Use write-contents-functions instead of write-contents-hooks if it is
22306         available.
22307
22308         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22309         instead of find-file-hooks if it is available.
22310
22311         * nntp.el (nntp-open-connection): Replace
22312         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22313         (nntp-open-ssl-stream): Ditto.
22314         (nntp-open-tls-stream): Ditto.
22315
22316         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22317         set-process-query-on-exit-flag or process-kill-without-query.
22318         (starttls-open-stream-gnutls): Use it instead of
22319         process-kill-without-query.
22320         (starttls-open-stream): Ditto.
22321
22322 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22323
22324         * smime.el (smime-cert-by-ldap-1): Don't use
22325         replace-regexp-in-string.
22326
22327 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22328
22329         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22330
22331         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22332         in PEM format.  Adjust to the XEmacs compatibility.
22333
22334 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22335
22336         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22337         by `string-to-number'.
22338         * gnus-agent.el (gnus-agent-regenerate-group)
22339         (gnus-agent-fetch-articles): Ditto.
22340         * gnus-art.el (gnus-button-fetch-group): Ditto.
22341         * gnus-cache.el (gnus-cache-generate-active)
22342         (gnus-cache-articles-in-group): Ditto.
22343         * gnus-group.el (gnus-group-set-current-level)
22344         (gnus-group-insert-group-line): Ditto.
22345         * gnus-score.el (gnus-score-set-expunge-below)
22346         (gnus-score-set-mark-below, gnus-summary-score-effect)
22347         (gnus-summary-score-entry): Ditto.
22348         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22349         (gnus-soup-pack): Ditto.
22350         * gnus-spec.el (gnus-xmas-format): Ditto.
22351         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22352         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22353         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22354         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22355         * nndb.el (nndb-get-remote-expire-response): Ditto.
22356         * nndiary.el (nndiary-parse-schedule-value)
22357         (nndiary-string-to-number, nndiary-request-replace-article)
22358         (nndiary-request-article): Ditto.
22359         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22360         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22361         * nneething.el (nneething-make-head): Ditto.
22362         * nnfolder.el (nnfolder-request-article)
22363         (nnfolder-retrieve-headers): Ditto.
22364         * nnheader.el (nnheader-file-to-number): Ditto.
22365         * nnkiboze.el (nnkiboze-request-article): Ditto.
22366         * nnmail.el (nnmail-process-unix-mail-format)
22367         (nnmail-process-babyl-mail-format): Ditto.
22368         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22369         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22370         (nnmh-request-create-group, nnmh-request-list-1)
22371         (nnmh-request-group, nnmh-request-article): Ditto.
22372         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22373         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22374         * nnsoup.el (nnsoup-make-active): Ditto.
22375         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22376         * nntp.el (nntp-find-group-and-number)
22377         (nntp-retrieve-headers-with-xover): Ditto.
22378         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22379         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22380         (pgg-format-key-identifier): Ditto.
22381         * pop3.el (pop3-last, pop3-stat): Ditto.
22382         * qp.el (quoted-printable-decode-region): Ditto.
22383
22384         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22385         of concat.
22386
22387 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22388
22389         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22390
22391         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22392
22393         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22394
22395         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22396
22397         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22398
22399         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22400
22401         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22402         (gnus-carpal-mode): Ditto.
22403
22404         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22405         (gnus-browse-mode): Ditto.
22406
22407         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22408
22409         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22410
22411 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22412
22413         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22414
22415 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22416
22417         * gnus-util.el (gnus-run-mode-hooks): New function.
22418
22419         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22420
22421         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22422         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22423
22424 2005-05-27  Lute Kamstra  <lute@gnu.org>
22425
22426         * dns-mode.el (dns-mode): Specify customization group.
22427
22428 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22429
22430         * gnus-agent.el (gnus-agent-make-mode-line-string):
22431         Use mode-line-highlight as mouse-face.
22432
22433 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22434
22435         * canlock.el (canlock): Change the parent group to news.
22436
22437         * deuglify.el (gnus-outlook-deuglify): Add :group.
22438
22439         * dig.el (dig): Add :group.
22440
22441         * dns-mode.el (dns-mode): Add :group.
22442
22443         * encrypt.el (encrypt): Add :group.
22444
22445         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22446         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22447         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22448         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22449         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22450
22451         * gnus-diary.el (gnus-diary): Add :group.
22452
22453         * gnus.el (gnus-group-news-1-face): Add :group.
22454         (gnus-group-news-1-empty-face): Ditto.
22455         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22456         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22457         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22458         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22459         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22460         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22461         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22462         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22463         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22464         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22465         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22466         (gnus-summary-high-ticked-face): Ditto.
22467         (gnus-summary-low-ticked-face): Ditto.
22468         (gnus-summary-normal-ticked-face): Ditto.
22469         (gnus-summary-high-ancient-face): Ditto.
22470         (gnus-summary-low-ancient-face): Ditto.
22471         (gnus-summary-normal-ancient-face): Ditto.
22472         (gnus-summary-high-undownloaded-face): Ditto.
22473         (gnus-summary-low-undownloaded-face): Ditto.
22474         (gnus-summary-normal-undownloaded-face): Ditto.
22475         (gnus-summary-high-unread-face): Ditto.
22476         (gnus-summary-low-unread-face): Ditto.
22477         (gnus-summary-normal-unread-face): Ditto.
22478         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22479         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22480
22481         * hashcash.el (hashcash): New custom group.
22482         (hashcash-default-payment): Add :group.
22483         (hashcash-payment-alist): Ditto.
22484         (hashcash-default-accept-payment): Ditto.
22485         (hashcash-accept-resources): Ditto.
22486         (hashcash-path): Ditto.
22487         (hashcash-extra-generate-parameters): Ditto.
22488         (hashcash-double-spend-database): Ditto.
22489         (hashcash-in-news): Ditto.
22490
22491         * message.el (message-minibuffer-local-map): Add :group.
22492
22493         * netrc.el (netrc): Add :group.
22494
22495         * sieve-manage.el (sieve-manage-log): Add :group.
22496         (sieve-manage-default-user): Diito.
22497         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22498         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22499         (sieve-manage-authenticators): Ditto.
22500         (sieve-manage-authenticator-alist): Ditto.
22501         (sieve-manage-default-port): Ditto.
22502
22503         * sieve-mode.el (sieve-control-commands-face): Add :group.
22504         (sieve-action-commands-face): Ditto.
22505         (sieve-test-commands-face): Ditto.
22506         (sieve-tagged-arguments-face): Ditto.
22507
22508         * smime.el (smime): Add :group.
22509
22510         * spam-report.el (spam-report): Add :group.
22511
22512         * spam.el (spam, spam-face): Add :group.
22513
22514 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22515
22516         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22517         return \n.\n.\n at the end of articles.  Protect against that.
22518         (nntp-with-open-group): Allow debugging.
22519
22520         * nnheader.el (mail-header-set-extra): Make into a function
22521         because I just could't understand how to quote the list properly.
22522
22523         * dns.el (query-dns-cached): New function.
22524
22525 2005-05-26  Lute Kamstra  <lute@gnu.org>
22526
22527         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22528
22529 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22530
22531         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22532
22533         * gnus-art.el: Don't autoload mail-extract-address-components.
22534
22535         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22536         eval-and-compile to evaluate it.
22537
22538         * hashcash.el: Don't autoload executable-find.
22539
22540         * nndb.el: Don't declare the nndb back end two or more times; don't
22541         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22542
22543         * nntp.el: Autoload format-spec instead of format; use
22544         eval-and-compile to evaluate autoload forms.
22545
22546 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22547
22548         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22549
22550 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22551
22552         * gnus.el (gnus-version-number): Bump version.
22553
22554 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22555
22556         * gnus.el: No Gnus v0.3 is released.
22557
22558 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22559
22560         * lpath.el (featurep): Bind show-nonbreak-escape.
22561
22562 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22563
22564         * gnus-art.el (gnus-article-edit-part): Disable undo.
22565
22566 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22567
22568         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22569         gnus-article-date-lapsed-new-header is t if date timer is active;
22570         skip headers in which the original date value is empty.
22571         (gnus-article-save-original-date): Redefine it as a macro.
22572         (gnus-display-mime): Use it.
22573
22574 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22575
22576         * gnus-art.el (article-date-ut): Support converting date in
22577         forwarded parts as well.
22578         (gnus-article-save-original-date): New function.
22579         (gnus-display-mime): Use it.
22580
22581 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22582
22583         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22584         enclosure element of <item>.
22585
22586 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22587
22588         * message.el (message-kill-buffer-query): Rename from
22589         `message-kill-buffer-query-if-modified'.  Add :version.
22590
22591 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22592
22593         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22594         window layout.
22595
22596 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22597
22598         * mml.el: Autoload dnd when compiling.
22599
22600 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22601
22602         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22603         x-dnd-*.
22604
22605 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22606
22607         * qp.el (quoted-printable-encode-region): Save excursion.
22608
22609 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22610
22611         * message.el (message-kill-buffer-query-if-modified): Add new variable
22612         so the user can kill a modified message buffer quickly.
22613         (message-kill-buffer): Use it.
22614
22615 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22616
22617         * lpath.el: Fbind display-time-event-handler; don't fbind
22618         string-to-multibyte.
22619
22620         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22621
22622 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22623
22624         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22625         contained in text because xml.el decodes entities) with LFs.
22626
22627 2005-04-11  Lute Kamstra  <lute@gnu.org>
22628
22629         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22630         differently.
22631
22632 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22633
22634         * mm-util.el (mm-detect-coding-region): Typo.
22635
22636 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22637
22638         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22639
22640 2005-04-06  Deepak Goel  <deego@gnufans.org>
22641
22642         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22643         user-function allow user modifications of the scores.
22644         (spam-stat-score-buffer-user): New function, to allow
22645         user-computed modifications to the score.
22646         (spam-stat-score-buffer-user-functions): List of additional
22647         scoring functions.
22648         (spam-stat-error-holder): Global temporary error holder.
22649         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22650         variable.
22651
22652 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22653
22654         * gnus-registry.el (gnus-registry-clean-empty-function)
22655         (gnus-registry-trim, gnus-registry-fetch-groups)
22656         (gnus-registry-delete-group): Groups that match
22657         `gnus-registry-ignored-groups' are removed from the registry
22658         entries, not just ignored for splitting.  This helps clean up the
22659         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22660         to get all the groups a message ID is in.
22661
22662         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22663         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22664         (spam-stat-score-buffer-user-functions): Add :number custom type.
22665
22666 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22667
22668         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22669         argument in XEmacs.
22670
22671         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22672         (nnrss-request-group): Decode group name first.
22673         (nnrss-request-article): Make a text/plain article if mml-to-mime
22674         failed.
22675         (nnrss-get-encoding): Return a compatible encoding according to
22676         nnrss-compatible-encoding-alist.
22677         (nnrss-find-el): Use consp instead of listp.
22678         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22679
22680 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22681
22682         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22683         which Emacs 20 doesn't support.
22684         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22685
22686 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22687
22688         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22689         silence the byte compiler inside the defun.
22690
22691         * gnus-demon.el (parse-time-string): Add autoload.
22692
22693         * gnus-delay.el (parse-time-string): Add autoload.
22694
22695         * gnus-art.el (parse-time-string): Add autoload.
22696
22697         * nnultimate.el (parse-time): Require for `parse-time-string'.
22698
22699 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22700
22701         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22702
22703         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22704
22705         * smime.el (smime-ldap-host-list): Add :version.
22706
22707 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22708
22709         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22710         pass it to `gnus-browse-read-group'.
22711         (gnus-browse-read-group): Add NUMBER argument and pass it to
22712         `gnus-group-read-ephemeral-group'.
22713
22714         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22715         argument and pass it to `gnus-group-read-group'.
22716
22717 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22718
22719         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22720         mm-xemacs-find-mime-charset-1 if we have the mule feature
22721         available at runtime.
22722
22723 2005-03-25  Werner Lemberg  <wl@gnu.org>
22724
22725         * nnmaildir.el: Replace `illegal' with `invalid'.
22726
22727 2005-03-23  Lute Kamstra  <lute@gnu.org>
22728
22729         * time-date.el: Add comment on time value formats.
22730         Don't require parse-time.
22731         (with-decoded-time-value): New macro.
22732         (encode-time-value): New function.
22733         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22734         (days-to-time): Return a valid time value when arg is huge.
22735         (time-since): Use time-subtract.
22736         (time-to-number-of-days): Use time-to-seconds.
22737
22738 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22739
22740         * gnus-start.el (gnus-display-time-event-handler):
22741         Check display-time-timer at runtime rather than only at load time
22742         in case display-time-mode is turned off in the mean time.
22743
22744 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22745
22746         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22747         used.
22748
22749         * nneething.el (nneething-map-file-directory): Derive from
22750         `gnus-directory'.
22751
22752         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22753         the To/Cc button.
22754
22755 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22756
22757         * nnmaildir.el (nnmaildir-request-accept-article):
22758         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22759
22760 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22761
22762         * gnus-async.el: Require timer-funcs at compile time when in
22763         XEmacs for `run-with-idle-timer'.
22764
22765 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22766
22767         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22768         autoloaded function.
22769
22770 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22771
22772         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22773
22774 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22775
22776         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22777
22778 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22779
22780         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22781         Add gnus-expert-user to default.
22782
22783 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22784
22785         * nnimap.el (nnimap-open-server): Ditto.
22786
22787         * imap.el (imap-authenticate): Fix typo.
22788
22789 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22790
22791         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22792         buffer (since IMAP server might return FETCH response out of
22793         order, and the nntp buffer must be sorted).
22794
22795 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22796
22797         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22798         comparison on string.
22799
22800         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22801         (gnus-agent-score): Rename category keywords to match gnus-cus.
22802         (gnus-agent-summary-fetch-series): Modify to protect against
22803         gnus-agent-summary-fetch-group clearing processable flags.
22804         (gnus-agent-synchronize-group-flags): Update live group buffer as
22805         synchronization may occur due to the user toggle the plugged
22806         status.
22807         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22808         successfully downloaded.
22809         (gnus-agent-expire-group-1): Avoid using markers when the overview
22810         is in ascending order; greatly improves performance.
22811         (gnus-agent-regenerate-group):
22812         Use gnus-agent-synchronize-group-flags to reset read status in both
22813         gnus and server.
22814         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22815
22816 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22817
22818         * message.el: Don't autoload former message-utils variables.
22819         (message-strip-subject-trailing-was): Change doc string.
22820
22821         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22822         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22823         (nnweb-google-search): Add "hl=en" here.
22824         (nnweb-google-parse-1, nnweb-google-create-mapping):
22825         Don't hardcode URL.
22826
22827 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22828
22829         * message.el (message-get-reply-headers, message-followup):
22830         Mention related variables `message-use-followup-to' and
22831         `message-use-mail-followup-to', in the information buffer.
22832
22833         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22834         of broken groups(-beta).google.com.
22835
22836 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22837
22838         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22839         parameter to invoked gnus-request-move-article; remove the
22840         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22841         all at once instead of once per article.
22842         (gnus-summary-remove-process-mark): Accept a list of articles as
22843         well as a single article for processing.
22844
22845         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22846         parameter.
22847
22848         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22849
22850         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22851
22852         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22853         parameter.
22854
22855         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22856         parameter.
22857
22858         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22859         parameter and remove the gnus-sum-hint-move-is-internal variable.
22860
22861         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22862         parameter.
22863
22864         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22865         parameter.
22866
22867         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22868         parameter.
22869
22870         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22871
22872         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22873         parameter.
22874
22875         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22876         parameter.
22877
22878 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22879
22880         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22881         a more conservative way.
22882
22883 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22884
22885         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22886         buffer, so it moves the window's cursor.
22887
22888 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22889
22890         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22891         `mm-dissect-multipart' and receive the from field as an (optional)
22892         argument from `mm-dissect-multipart'.
22893         (mm-dissect-multipart): Receive the from field as an argument and
22894         pass it on when we call `mm-dissect-buffer' on MIME parts.
22895         Fixes verification/decryption of signed/encrypted MIME parts.
22896
22897 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22898
22899         * gnus-sum.el (gnus-summary-move-article):
22900         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22901         whatever it calls (right now, only nnimap-request-move article
22902         respects it).
22903
22904         * nnimap.el (nnimap-request-move-article):
22905         When gnus-sum-hint-move-is-internal is set, don't do the extra
22906         nnimap-request-article.
22907
22908 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22909
22910         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22911
22912         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22913         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22914
22915         * gnus-sum.el (gnus-summary-caesar-message):
22916         Apply `gnus-treat-article' after rotation.
22917
22918         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22919         doc string.
22920
22921 2005-02-22  Simon Josefsson  <jas@extundo.com>
22922
22923         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22924         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22925         <arne@arnested.dk>.
22926         (encrypt): Add password-cache and password-cache-expiry as group
22927         members.
22928
22929 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22930
22931         * smime.el (smime-ldap-host-list): Doc fix.
22932         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22933         cache) password.
22934         (smime-sign-region): Use it.
22935         (smime-decrypt-region): Use it.
22936         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22937         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22938         fails.
22939         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22940         certificate from DER to PEM format rather than calling openssl.
22941
22942         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22943
22944         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22945         for signing/encryption.
22946
22947         * mml.el (mml-parse-1): Use them.
22948
22949 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22950
22951         * nnrss.el (nnrss-verbose): Remove.
22952         (nnrss-request-group): Use `nnheader-message' instead.
22953
22954 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22955
22956         * nnrss.el (nnrss-verbose): New variable.
22957         (nnrss-request-group): Make it say nnrss is requesting a group.
22958
22959 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22960
22961         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22962         Handle news URL with given port correctly.
22963
22964 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22965
22966         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22967         containing special characters.
22968
22969         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22970
22971         * mml.el (mime-to-mml): Ditto.
22972
22973         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22974         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22975         (rfc2047-decode-region): Quote decoded words containing special
22976         characters when rfc2047-quote-decoded-words-containing-tspecials
22977         is non-nil.
22978
22979 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22980
22981         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22982
22983         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22984
22985 2005-02-15  Simon Josefsson  <jas@extundo.com>
22986
22987         * nnimap.el (nnimap-debug): Doc fix.
22988
22989         * imap.el (imap-debug): Doc fix.
22990
22991 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22992
22993         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22994
22995 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22996
22997         * gnus.el (spam-contents): Improve docs for spam-contents
22998         parameter in its variable incarnation.
22999
23000 2005-02-14  Simon Josefsson  <jas@extundo.com>
23001
23002         * smime-ldap.el: Use require instead of load-library for ldap.
23003         (smime-ldap-search): Indent.
23004         (smime-ldap-search-internal): Shorten line.
23005
23006         * smime.el (smime-cert-by-dns): Add doc-string.
23007         (smime-cert-by-ldap-1): Indent.
23008
23009         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23010         mml-smime-get-dns-ldap.
23011         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23012
23013 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23014
23015         * smime.el: Require smime-ldap.
23016         (smime-ldap-host-list): New variable.
23017         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23018
23019         * mml-smime.el (mml-smime-encrypt-query): New function.
23020         (mml-smime-encrypt-query): Use it.
23021
23022         * smime-ldap.el: New file.
23023
23024 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23025
23026         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23027
23028 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23029
23030         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23031         argument in doc string.  Make query for type more clear.
23032
23033 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23034
23035         * gnus.el (gnus-group-startup-message): Search for gnus images in
23036         etc/images/gnus.
23037         * mm-util.el (mm-image-load-path): Likewise.
23038         * smiley.el (smiley-data-directory): Search for smilies in
23039         etc/images/smilies.
23040
23041 2005-02-09  Kim F. Storm  <storm@cua.dk>
23042
23043         Change Emacs release version from 21.4 to 22.1 throughout.
23044         Change Emacs development version from 21.3.50 to 22.0.50.
23045
23046 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23047
23048         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23049
23050         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23051         non-Mule XEmacs as well.
23052         (mm-decompress-buffer): Signal an error intentionally if it does
23053         not decompress compressed data because auto-compression-mode is
23054         disabled.
23055
23056 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23057
23058         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23059         an ID in the registry even if it has no groups.
23060
23061 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23062
23063         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23064         merge it into mm-decompress-buffer.
23065         (gnus-mime-copy-part): Use the MIME part charset, the value which
23066         a user specified or gnus-newsgroup-charset for decoding, like
23067         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23068         save-buffer what was used.  Suggested by Kevin Ryde
23069         <user42@zip.com.au>.
23070         (gnus-mime-inline-part): Allow the name parameter as well as the
23071         filename parameter; force decompressing of compressed data; always
23072         display contents being not decoded as unibyte.
23073
23074         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23075         as well as the filename parameter.
23076
23077         * mm-util.el (mm-decompress-buffer):
23078         Merge gnus-mime-jka-compr-maybe-uncompress.
23079         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23080         of compressed data.
23081
23082 2005-02-08  Simon Josefsson  <jas@extundo.com>
23083
23084         * imap.el (imap-log): Doc fix.
23085
23086 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23087
23088         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23089         the coding cookies; decompress compressed parts.
23090
23091         * mml.el (mml-generate-mime-1): Add the charset parameter according
23092         to the value which a user specified manually or the coding cookie.
23093
23094         * mm-util.el (mm-string-to-multibyte): New function.
23095         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23096         (mm-coding-system-to-mime-charset): New function.
23097         (mm-decompress-buffer): New function.
23098         (mm-find-buffer-file-coding-system): New function.
23099
23100         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23101         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23102         parts.
23103
23104 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23105
23106         * mm-view.el (mm-display-inline-fontify): Decode a part according
23107         to the charset parameter.
23108
23109 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23110
23111         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23112         prefix arg is neither nil nor a number, as info specifies.
23113
23114 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23115
23116         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23117         timestamps.
23118
23119 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23120
23121         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23122         groups error checking and notify user.
23123
23124 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23125
23126         * message.el (message-send-mail-function): Check existence of
23127         sendmail-program first before using default value
23128         `message-send-mail-with-sendmail'.  Otherwise use more generic
23129         `smtpmail-send-it'.
23130
23131 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23132
23133         * nntp.el (nntp-request-update-info): Always return nil.
23134
23135 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23136
23137         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23138
23139 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23140
23141         * message.el (message-beginning-of-line): Change the behavior when
23142         invoked between BOL and : so that it first moves backward.
23143
23144 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23145
23146         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23147         article buffer when editing of the article is discarded.
23148         (gnus-article-prepare): Revert.
23149
23150 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23151
23152         * gnus-art.el (gnus-article-prepare):
23153         Remove message-strip-forbidden-properties from the local hook.
23154
23155 2005-01-27  Simon Josefsson  <jas@extundo.com>
23156
23157         * password.el (password-cache-add): Only start one timer per key.
23158         Reported by Derek Atkins <warlord@MIT.EDU>.
23159
23160 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23161
23162         * run-at-time.el: Remove.  It is no longer needed as
23163         timer-funcs.el in the xemacs-base package has a working version of
23164         `run-at-time'.
23165
23166         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23167
23168         * password.el: Require timer-funcs instead of run-at-time in
23169         XEmacs.
23170         Remove `password-run-at-time' macro.
23171         (password-cache-add): Use `run-at-time' instead of
23172         `password-run-at-time'.
23173
23174         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23175         Remove `nnheader-cancel-function-timers' alias,
23176         `cancel-function-timers' exists in XEmacs in timer-funcs.
23177
23178         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23179         for `run-with-idle-timer'.
23180
23181         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23182         for `run-at-time'.
23183
23184         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23185         for `with-timeout'.
23186
23187         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23188         the same as for XEmacs 21.4.
23189         No need to ignore `run-with-idle-timer', this function exists in
23190         XEmacs now in timer-funcs.el in the xemacs-base package.
23191         (dgnushack-compile): No need to delete
23192         run-at-time.el from the list of files to compile because it
23193         doesn't exist anymore.
23194
23195 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23196
23197         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23198         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23199
23200 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23201
23202         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23203         sensitively.
23204
23205 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23206
23207         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23208
23209 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23210
23211         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23212         which will be inserted according to the multibyteness of a buffer
23213         rather than the type of contents.  Suggested by ARISAWA Akihiro
23214         <ari@mbf.ocn.ne.jp>.
23215
23216         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23217         of string which old xml.el may return rather than a string.
23218
23219 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23220
23221         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23222
23223 2005-01-16  Simon Josefsson  <jas@extundo.com>
23224
23225         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23226         idn/idna.el isn't available.
23227         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23228         <michael@waxrat.com>.
23229
23230         * hashcash.el: Remove non-FSF copyright header.
23231
23232         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23233         (hashcash-generate-payment): Use it.
23234         (hashcash-generate-payment-async): Use it.
23235
23236 2005-01-15  Simon Josefsson  <jas@extundo.com>
23237
23238         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23239         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23240
23241         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23242         gnus-summary-idna-message.
23243         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23244         (gnus-summary-idna-message): New function.
23245
23246 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23247
23248         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23249         gnus-novice-user.
23250
23251 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23252
23253         * nnrss.el (nnrss-request-delete-group): Delete entries in
23254         nnrss-group-alist as well.
23255         (nnrss-save-server-data): Insert newline.
23256
23257 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23258
23259         * gnus.el (gnus-user-agent): Use list of symbols instead of
23260         symbols.  Display full version number for (S)XEmacs.
23261         Optionally display (S)XEmacs codename.
23262
23263         * gnus-util.el (gnus-emacs-version): Update for new
23264         `gnus-user-agent'.
23265
23266         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23267         Gnus version.
23268
23269 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23270
23271         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23272         which is unreadable in some setups.
23273
23274 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23275
23276         * gnus-spec.el (gnus-update-format-specifications): Flush the
23277         group format spec cache if it doesn't support decoded group names.
23278
23279 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23280
23281         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23282         Allow to apply decay on score files matching a regexp.
23283
23284 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23285
23286         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23287         compatibility in %g and %c.
23288
23289 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23290
23291         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23292         name for only %g and %c.
23293         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23294         of gnus-tmp-group to decoded group name.
23295         (gnus-group-make-rss-group): Exclude `/'s from group names.
23296
23297 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23298
23299         * nnrss.el (nnrss-get-encoding): Fix regexp.
23300
23301 2004-12-27  Simon Josefsson  <jas@extundo.com>
23302
23303         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23304         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23305         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23306
23307 2004-12-17  Kim F. Storm  <storm@cua.dk>
23308
23309         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23310
23311         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23312
23313 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23314
23315         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23316
23317 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23318
23319         * nnrss.el: Require rfc2047 and mml.
23320         (nnrss-file-coding-system): New variable.
23321         (nnrss-format-string): Redefine it as an inline function.
23322         (nnrss-decode-group-name): New function.
23323         (nnrss-string-as-multibyte): Remove.
23324         (nnrss-retrieve-headers): Decode group name; don't use
23325         nnrss-format-string.
23326         (nnrss-request-group): Decode group name.
23327         (nnrss-request-article): Decode group name; allow a Message-ID as
23328         well as an article number; don't use nnrss-format-string; encode a
23329         Message-ID string which may contain non-ASCII characters; use
23330         mml-to-mime to compose a MIME article.
23331         (nnrss-request-expire-articles): Decode group name.
23332         (nnrss-request-delete-group): Decode group name.
23333         (nnrss-fetch): Clarify error message.
23334         (nnrss-read-server-data): Use insert-file-contents instead of load;
23335         bind file-name-coding-system; use multibyte buffer.
23336         (nnrss-save-server-data): Bind coding-system-for-write to the
23337         value of nnrss-file-coding-system; bind file-name-coding-system;
23338         add coding cookie.
23339         (nnrss-read-group-data): Use insert-file-contents instead of load;
23340         bind file-name-coding-system; use multibyte buffer.
23341         (nnrss-save-group-data): Bind coding-system-for-write to the
23342         value of nnrss-file-coding-system; bind file-name-coding-system.
23343         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23344         make it work with non-ASCII text.
23345         (nnrss-find-el): Make it work with old xml.el as well.
23346
23347 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23348
23349         * nnrss.el (nnrss-get-encoding): New function.
23350         (nnrss-fetch): Use unibyte buffer initially; bind
23351         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23352         decode contents according to the encoding attribute.
23353         (nnrss-save-group-data): Add coding cookie.
23354         (nnrss-mime-encode-string): New function.
23355         (nnrss-check-group): Use it to encode subject and author.
23356
23357 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23358
23359         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23360         imaginary variable.
23361
23362 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23363
23364         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23365         correctly even if there are wide characters.
23366
23367 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23368
23369         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23370         downcased symbol names; make a new cache instead of reusing
23371         bbdb-hashtable.
23372
23373 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23374
23375         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23376         concatenating segments rather than before concatenating them.
23377         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23378
23379         * message.el (message-get-reply-headers): Bind `extra'.
23380
23381 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23382
23383         * message.el (message-extra-wide-headers): New variable.
23384         (message-get-reply-headers): Use it.
23385
23386 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23387
23388         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23389         (gnus-agent-group-pathname): Ditto.
23390
23391         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23392
23393         * gnus-group.el (gnus-group-make-group): Decode group name.
23394         (gnus-group-make-rss-group): Register the group data after opening
23395         the nnrss group.
23396
23397 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23398
23399         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23400         by expiry now get marked as read.
23401
23402 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23403
23404         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23405
23406 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23407
23408         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23409         unify Latin characters in XEmacs.
23410         (mm-find-mime-charset-region): Use it.
23411
23412 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23413
23414         * gnus-util.el (gnus-delete-directory): New function.
23415
23416         * gnus-agent.el (gnus-agent-delete-group): Use it.
23417
23418         * gnus-cache.el (gnus-cache-delete-group): Use it.
23419
23420 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23421
23422         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23423         names.
23424
23425 2004-12-16  Simon Josefsson  <jas@extundo.com>
23426
23427         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23428
23429 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23430
23431         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23432
23433         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23434         (gnus-group-set-current-level): Decode group name.
23435
23436 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23437
23438         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23439         failed.
23440
23441 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23442
23443         * gnus-group.el (gnus-group-delete-group): Decode group name.
23444         (gnus-group-make-rss-group): Encode group name.
23445         (gnus-group-catchup-current): Decode group name.
23446         (gnus-group-kill-group): Decode group name.
23447
23448 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23449
23450         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23451
23452 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23453
23454         * gnus-group.el (gnus-group-make-rss-group):
23455         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23456
23457         * gnus-start.el (gnus-setup-news): Honor user's setting to
23458         gnus-message-archive-method.  Suggested by Lute Kamstra
23459         <lute@gnu.org>.
23460
23461 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23462
23463         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23464         global counterparts of the buffer-local variables.
23465
23466 2004-11-16  Romain Francoise  <romain@orebokech.com>
23467
23468         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23469         counterparts of the buffer-local variables.
23470
23471 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23472
23473         * message.el (message-forbidden-properties): Fix typo in doc
23474         string.
23475
23476 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23477
23478         * gnus-util.el (gnus-replace-in-string): Add doc string.
23479
23480         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23481         to avoid problems when splitting mails with many recipients.
23482
23483 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23484
23485         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23486         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23487
23488 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23489
23490         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23491         if there is no hashtable in memory or file modification time is
23492         newer than cached timestamp.
23493
23494 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23495
23496         * gnus-sum.el (gnus-summary-limit-to-recipient):
23497         Implement not-matching option.
23498
23499 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23500
23501         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23502         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23503         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23504         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23505         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23506         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23507
23508 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23509
23510         * message.el (message-forward-make-body-mml): Remove headers
23511         according to message-forward-ignored-headers if a message is decoded.
23512
23513 2004-12-02  Romain Francoise  <romain@orebokech.com>
23514
23515         * message.el (message-forward-make-body-plain): Always remove
23516         headers according to message-forward-ignored-headers.
23517
23518 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23519
23520         * spam.el (spam-summary-prepare-exit): Remove the
23521         gnus-summary-limit pop for now, it has problems with ham marks for
23522         me.
23523
23524 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23525
23526         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23527         correctly.
23528
23529 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23530
23531         * format-spec.el (format-spec): Message the char.
23532
23533 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23534
23535         * gnus-art.el (gnus-split-methods): Reformat comments.
23536
23537         * spam.el (spam-summary-prepare-exit): Remove article limits
23538         before exiting the summary buffer.
23539
23540 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23541
23542         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23543         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23544
23545         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23546         order to silence the byte compiler.
23547
23548         * spam.el: Fix the way to silence the byte compiler, which
23549         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23550         bbdb-search-simple, spam-BBDB-register-routine,
23551         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23552         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23553         spam-stat-buffer-is-spam, spam-stat-load,
23554         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23555         spam-stat-save and spam-stat-split-fancy.
23556
23557 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23558
23559         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23560         which may confuse users.
23561         (canlock-password-for-verify): Ditto.
23562
23563         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23564
23565         * gnus-art.el (gnus-emphasis-alist): Ditto.
23566
23567         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23568
23569         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23570
23571         * gnus-start.el (gnus-save-killed-list): Ditto.
23572
23573         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23574         (gnus-sum-thread-tree-root): Ditto.
23575         (gnus-sum-thread-tree-false-root): Ditto.
23576         (gnus-sum-thread-tree-single-indent): Ditto.
23577
23578         * message.el (message-courtesy-message): Ditto.
23579         (message-archive-note): Ditto.
23580         (message-subscribed-address-file): Ditto.
23581         (message-user-fqdn): Ditto.
23582
23583         * spam-report.el (spam-report-gmane-regex): Ditto.
23584
23585         * spam.el (spam-blackhole-good-server-regex): Ditto.
23586
23587 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23588
23589         * mml.el (mml-preview): Widen the message buffer before copying
23590         the contents to the preview buffer; sort headers before previewing.
23591
23592         * message.el (message-hidden-headers): Fix the way to avoid a bug
23593         in the `repeat' widget in Emacs 21.3 or earlier.
23594
23595 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23596
23597         * message.el (message-hidden-headers): Default to "^References:".
23598         Improve customization type.  Suggested by Reiner Steib
23599         <Reiner.Steib@gmx.de>.
23600
23601 2004-11-25  Romain Francoise  <romain@orebokech.com>
23602
23603         * message.el (message-strip-forbidden-properties): Remove check for
23604         obsolete `message-hidden' text property, hidden headers are not
23605         accessible in the buffer anymore.
23606
23607 2004-11-22  Romain Francoise  <romain@orebokech.com>
23608
23609         * message.el (message-header-format-alist): Add `From' in list
23610         so that it can be sorted.
23611         (message-fix-before-sending): Widen and sort headers before
23612         sending.
23613         (message-hide-headers): Use narrowing to hide headers by moving
23614         them to the top of the buffer and narrowing to the region
23615         underneath.
23616
23617 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23618
23619         * message.el (message-strip-forbidden-properties):
23620         Bind buffer-read-only (etc) to nil.
23621
23622 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23623
23624         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23625         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23626
23627 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23628
23629         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23630
23631 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23632
23633         * dns.el (query-dns): Use sit-for to time instead of
23634         accept-process-output, since that doesn't seem to work on udp
23635         sockets.
23636
23637 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23638
23639         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23640
23641 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23642
23643         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23644         doc string.  Improve doc string.
23645
23646 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23647
23648         * nntp.el (nntp-request-update-info): Return nil if
23649         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23650         may not call gnus-activate-group which uselessly issues the GROUP
23651         commands for all nntp groups and wastes time.  Reported by Romain
23652         Francoise <romain@orebokech.com>.
23653
23654         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23655
23656 2004-11-15  Simon Josefsson  <jas@extundo.com>
23657
23658         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23659         headers separately.
23660         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23661         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23662
23663 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23664
23665         * gnus-start.el (gnus-convert-old-newsrc):
23666         Assign legacy-gnus-agent to 5.10.7.
23667
23668 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23669
23670         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23671         start of the lines.
23672
23673 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23674
23675         * hashcash.el (hashcash-default-payment): Change default to 20.
23676         (hashcash-default-accept-payment): Change default to 20.
23677         (hashcash-process-alist): New variable.
23678         (hashcash-generate-payment-async): Add.
23679         (hashcash-already-paid-p): Add.
23680         (hashcash-insert-payment): Don't generate payments twice.
23681         (hashcash-insert-payment-async): Add.
23682         (hashcash-insert-payment-async-2): Add.
23683         (hashcash-cancel-async): Add.
23684         (hashcash-wait-async): Add.
23685         (hashcash-processes-running-p): Add.
23686         (hashcash-wait-or-cancel): Add.
23687         (mail-add-payment): New optional argument.  Conditionally start
23688         asynchronous calculation.
23689         (mail-add-payment-async): Add.
23690
23691         * message.el (message-send-mail): Wait for asynchronous hashcash
23692         results.  Don't clobber existing X-Hashcash headers.
23693         (message-setup-1): Call mail-add-payment-async when
23694         message-generate-hashcash is non-nil.
23695
23696 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23697
23698         * message.el (message-use-alternative-email-as-from): Examine the
23699         From header as well; use message-make-from in order to include a
23700         user's full name.
23701
23702 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23703
23704         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23705         default; improve customization type.
23706         (gnus-emphasis-custom-with-format): New macro.
23707         (gnus-emphasis-custom-value-to-external): New function.
23708         (gnus-emphasis-custom-value-to-internal): New function.
23709
23710 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23711
23712         * dns.el (query-dns): Resolve reverse addresses.
23713
23714 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23715
23716         * gnus-group.el (gnus-group-get-new-news): Use it.
23717
23718         * gnus-start.el (gnus-check-reasonable-setup): New function.
23719
23720 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23721
23722         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23723         "Args out of range" error.  Reported by Arnaud Giersch
23724         <arnaud.giersch@free.fr>.
23725
23726 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23727
23728         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23729
23730 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23731
23732         * spam.el (spam group): Add :version.
23733
23734         * pgg-def.el (pgg group): Add :version.
23735
23736 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23737
23738         * gnus-art.el (gnus-article-edit-article): Don't associate the
23739         article buffer with a draft file.  This is a temporary measure
23740         against the 2004-08-22 change to gnus-article-edit-mode.
23741
23742 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23743
23744         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23745         (html2text-format-tags): Remove unused variable `attr'.
23746
23747 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23748
23749         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23750
23751         * tls.el (tls-process-connection-type, tls-success)
23752         (tls-certtool-program): Add :version.
23753
23754         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23755         (starttls-extra-arguments, starttls-process-connection-type)
23756         (starttls-connect, starttls-failure, starttls-success): Add :version.
23757
23758         * spam-stat.el (spam-stat): Add :version.
23759
23760         * sieve.el (sieve): Add :version.
23761
23762         * sha1.el (sha1): Add :version.
23763         (sha1-use-external): Remove redundant version.
23764
23765         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23766         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23767         (nnmail-split-fancy-match-partial-words)
23768         (nnmail-split-lowercase-expanded): Add :version.
23769
23770         * nndiary.el (nndiary): Add :version.
23771
23772         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23773
23774         * mml-sec.el (mml-default-sign-method)
23775         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23776         Add :version.
23777
23778         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23779
23780         * mm-url.el (mm-url-use-external, mm-url-program)
23781         (mm-url-arguments): Add :version.
23782
23783         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23784         (mm-attachment-file-modes, mm-decrypt-option)
23785         (mm-w3m-safe-url-regexp): Add :version.
23786
23787         * message.el (message-cite-prefix-regexp)
23788         (message-sendmail-envelope-from, message-minibuffer-local-map)
23789         (message-user-fqdn, message-completion-alist): Add :version.
23790
23791         * gnus-win.el (gnus-configure-windows-hook)
23792         (gnus-use-frames-on-any-display): Add :version.
23793
23794         * gnus-art.el (gnus-article-address-banner-alist)
23795         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23796         (gnus-treat-from-picon, gnus-treat-mail-picon)
23797         (gnus-treat-x-pgp-sig): Add :version.
23798
23799         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23800         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23801         (gnus-summary-article-delete-hook)
23802         (gnus-summary-display-while-building): Add :version.
23803
23804         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23805         (gnus-get-top-new-news-hook): Add :version.
23806
23807         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23808         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23809
23810         * gnus-registry.el (gnus-registry): Add :version.
23811
23812         * gnus-spec.el (gnus-use-correct-string-widths)
23813         (gnus-make-format-preserve-properties): Add :version.
23814
23815         * gnus.el (gnus-group-charter-alist)
23816         (gnus-group-fetch-control-use-browse-url)
23817         (gnus-install-group-spam-parameters): Add :version.
23818
23819         * gnus-diary.el (gnus-diary): Add :version.
23820
23821         * gnus-delay.el (gnus-delay): Add :version.
23822
23823         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23824         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23825         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23826         Add :version.
23827
23828         * gnus-agent.el (gnus-agent-max-fetch-size)
23829         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23830         (gnus-agent-prompt-send-queue): Add :version.
23831
23832         * deuglify.el (gnus-outlook-deuglify): Add :version.
23833
23834         * html2text.el: Beautify code.  Improve doc strings.
23835         Some checkdoc cleanup.
23836         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23837
23838 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23839
23840         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23841
23842 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23843
23844         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23845         when package is loaded.
23846
23847         * spam.el (spam-summary-score-preferred-header): Add global preference
23848         for people who want to override the default SpamAssassin over
23849         Bogofilter preference (when both are set).
23850         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23851         (spam-user-format-function-S):
23852         Check spam-summary-score-preferred-header.
23853         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23854         (spam-user-format-function-S): Format the score correctly.
23855
23856 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23857
23858         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23859         signature file.  Suggested by Manoj Srivastava
23860         <srivasta@golden-gryphon.com>.
23861
23862         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23863         iso-2022-jp even in the Japanese language environment.
23864         Suggested by Jason Rumney <jasonr@gnu.org>.
23865
23866 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23867
23868         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23869         use the same characters as the dummy marks; make it free from
23870         getting affected by the language environment.
23871         (gnus-summary-read-group-1): Update mark positions only when the
23872         format spec is updated.
23873
23874         * gnus-spec.el (gnus-update-format-specifications): Return a list
23875         of updated types.
23876
23877 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23878
23879         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23880         of boundp to check if display-warning is available.
23881
23882 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23883
23884         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23885
23886 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23887
23888         * nnspool.el (nnspool-spool-directory): Use news-path if the
23889         news-directory variable is not bound.
23890
23891         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23892         function instead of display-warning if it is not available.
23893
23894 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23895
23896         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23897         v5-10: Use `point-at-bol'.
23898
23899 2004-10-26  Simon Josefsson  <jas@extundo.com>
23900
23901         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23902         <chenggao@gmail.com>.
23903
23904 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23905
23906         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23907         instead.
23908
23909 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23910
23911         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23912         to remove a server from the nnimap-server-buffer-alist.
23913         (nnimap-open-connection, nnimap-close-server): Use it.
23914
23915         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23916
23917 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23918
23919         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23920         running the major-mode function.
23921
23922 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23923
23924         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23925         dummy marks in the right way.
23926
23927 2004-10-18  David Edmondson  <dme@dme.org>
23928
23929         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23930         excessively.
23931
23932 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23933
23934         * gnus-util.el (gnus-split-references): Accept a nil references
23935         string and go on blissfully.
23936
23937         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23938         cases where the references string is non-nil but has no references.
23939
23940         * encrypt.el: Add autoload tags.
23941
23942         * spam.el (spam-resolve-registrations-routine): Remove article
23943         from unregistration list too.  Reported by David Hanak
23944         <dhanak@isis.vanderbilt.edu>
23945
23946 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23947
23948         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23949         nil.  Change custom type.
23950
23951 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23952
23953         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23954
23955         * gnus-sum.el (gnus-summary-move-article): Use it.
23956
23957 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23958
23959         * encrypt.el: Add autoload cookies.
23960
23961         * spam.el (spam-backend-article-list-property)
23962         (spam-backend-get-article-todo-list)
23963         (spam-backend-put-article-todo-list)
23964         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23965         Resolve registrations separately.
23966         (spam-register-routine): Format comments.
23967         (spam-unregister-routine, spam-register-routine): Always call with
23968         specific-articles, no default list.
23969         (spam-summary-prepare-exit): Use the spam-classifications function.
23970
23971         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23972         gnus-encrypt.el.
23973
23974         * encrypt.el: Copied from gnus-encrypt.el.
23975
23976         * gnus-encrypt.el: Commented that it's obsolete.
23977
23978 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23979
23980         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23981         (gnus-score-save): Use it.
23982
23983         * message.el (message-bury): Use `window-dedicated-p'.
23984
23985 2004-10-15  Simon Josefsson  <jas@extundo.com>
23986
23987         * pop3.el (top-level): Don't require nnheader.
23988         (pop3-read-timeout): Add.
23989         (pop3-accept-process-output): Add.
23990         (pop3-read-response, pop3-retr): Use it.
23991
23992 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23993
23994         * spam.el (spam-register-routine): Move comment.
23995         (spam-verify-bogofilter): Use 'unknown for the initial
23996         spam-bogofilter-valid state, not 'never.
23997
23998         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23999         for netrc-machine.
24000
24001         * nnimap.el (nnimap-open-connection):
24002         Use netrc-machine-user-or-password.
24003
24004 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24005
24006         * gnus-registry.el (gnus-registry-unload-hook):
24007         Set as a variable with add-hook.
24008
24009         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24010         of news-path.
24011
24012         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24013
24014         * spam.el: Delete duplicate `provide'.
24015         (spam-unload-hook): Set as a variable with add-hook.
24016
24017 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24018
24019         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24020         in the doc string.
24021
24022         * message.el (message-ignored-news-headers)
24023         (message-ignored-supersedes-headers)
24024         (message-ignored-resent-headers)
24025         (message-forward-ignored-headers): Improve custom type.
24026
24027 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24028
24029         * message.el (message-tokenize-header): Fix 2004-09-06 change
24030         which used point-min in the wrong place.
24031
24032 2004-10-12  Simon Josefsson  <jas@extundo.com>
24033
24034         * tls.el (tls-certtool-program): New variable.
24035         (tls-certificate-information): New function, based on
24036         ssl-certificate-information.
24037
24038 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24039
24040         * compface.el: Move the version of ELisp-based uncompface program
24041         to the contrib directory because of the copyright problem.
24042
24043 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24044
24045         * message.el (message-kill-buffer): Raise the current frame.
24046
24047 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24048
24049         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24050
24051         * gnus.el (message-y-or-n-p): Autoload.
24052
24053         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24054         (pop3-password-required, pop3-authentication-scheme)
24055         (pop3-leave-mail-on-server): Make customizable.
24056         (pop3): New custom group.
24057         (pop3-retr): Remove `sleep-for' statements.
24058         Suggested by Dave Love <fx@gnu.org>.
24059
24060         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24061         Windows/DOS.
24062
24063         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24064         (imap-parse-body): Fix incorrect use of `assert'.
24065         Suggested by Dave Love <fx@gnu.org>.
24066
24067         * mml.el (mml-minibuffer-read-disposition): Require match.
24068         Suggested by Dave Love <fx@gnu.org>.
24069
24070 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24071
24072         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24073         doc string.
24074
24075 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24076
24077         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24078
24079 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24080
24081         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24082         instead of calling `mm-insert-inline', to decode text/* parts
24083         before displaying them.
24084
24085 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24086
24087         * mm-uu.el (mm-uu-text-plain-type): New variable.
24088         (mm-uu-pgp-signed-extract-1): Use it.
24089         (mm-uu-pgp-encrypted-extract-1): Use it.
24090         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24091         bind mm-uu-text-plain-type with that value.
24092         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24093         mm-uu-dissect.
24094
24095 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24096
24097         * gnus-group.el (gnus-update-group-mark-positions):
24098         * gnus-sum.el (gnus-update-summary-mark-positions):
24099         * message.el (message-check-news-body-syntax):
24100         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24101         of string-as-multibyte.
24102
24103 2004-10-05  Juri Linkov  <juri@jurta.org>
24104
24105         * gnus-group.el (gnus-update-group-mark-positions):
24106         * gnus-sum.el (gnus-update-summary-mark-positions):
24107         * message.el (message-check-news-body-syntax):
24108         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24109         8-bit unibyte values to a multibyte string for search functions.
24110
24111 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24112
24113         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24114         (mm-uu-dissect-text-parts): New function.
24115
24116         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24117         dissect text parts.
24118
24119         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24120         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24121
24122         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24123
24124         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24125         Use gnus-current-topics instead of gnus-current-topic.
24126
24127 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24128
24129         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24130
24131 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24132
24133         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24134         where appropriate.
24135
24136         * nnml.el (nnml-generate-active-info): do.
24137
24138         * nndiary.el (nndiary-generate-active-info): do.
24139
24140         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24141         (gnus-topic-move): do.
24142
24143         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24144         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24145
24146         * gnus-srvr.el (gnus-server-prepare)
24147         (gnus-server-open-all-servers): do.
24148
24149         * gnus-msg.el (gnus-summary-cancel-article)
24150         (gnus-summary-resend-message)
24151         (gnus-summary-mail-crosspost-complaint): do.
24152
24153         * gnus-move.el (gnus-change-server): do.
24154
24155         * gnus-group.el (gnus-group-unmark-all-groups)
24156         (gnus-group-set-current-level): do.
24157
24158 2004-10-04  Simon Josefsson  <jas@extundo.com>
24159
24160         * message.el (message-generate-hashcash): Doc fix.
24161
24162 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24163
24164         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24165         avoid infinite recursion via gnus-get-function.
24166
24167 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24168
24169         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24170
24171         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24172
24173         * nnmail.el (nnmail-split-history): do.
24174
24175         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24176         (nnml-request-delete-group): do.
24177
24178         * nnslashdot.el (nnslashdot-read-groups): do.
24179
24180         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24181         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24182
24183         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24184         (nnspool-sift-nov-with-sed): Use last.
24185         (nnspool-retrieve-headers-with-nov): Use mapc.
24186         (nnspool-request-newgroups): Use dolist.
24187         (nnspool-request-group): Use last.
24188
24189         * nntp.el (nntp-read-server-type): Use dolist.
24190
24191         * nnvirtual.el (nnvirtual-create-mapping)
24192         (nnvirtual-update-read-and-marked): Use dolist.
24193         (nnvirtual-convert-headers): Simplify.
24194
24195 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24196
24197         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24198         Add support for sync'ing tick marks.
24199
24200 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24201
24202         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24203         there's no visible header.
24204
24205 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24206
24207         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24208         When necessary, pass full group name to gnus-request-set-marks.
24209
24210 2004-10-01  Simon Josefsson  <jas@extundo.com>
24211
24212         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24213         acroread.
24214
24215 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24216
24217         * spam-report.el (spam-report-gmane): Fix interactive.
24218
24219         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24220
24221         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24222         when writing file.
24223         (gnus-agent-synchronize-flags): Don't default to being
24224         interactive.
24225
24226 2004-09-30  Simon Josefsson  <jas@extundo.com>
24227
24228         * message.el (message-generate-hashcash): Add.
24229         (message-send-mail): Use it, call mail-add-payment.
24230
24231 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24232
24233         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24234
24235 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24236
24237         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24238         gnus-requst-update-info with explicit code to sync the in-memory
24239         info read flags with the marks being sync'd to the backend.
24240
24241         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24242
24243 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24244
24245         * spam.el (spam-verify-bogofilter): Add new function.
24246         (spam-check-bogofilter)
24247         (spam-bogofilter-register-with-bogofilter): Use it.
24248         (spam-verify-bogofilter): Add small fixes.
24249
24250 2004-09-28  Simon Josefsson  <jas@extundo.com>
24251
24252         * hashcash.el (hashcash-generate-payment): Revert.
24253
24254 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24255
24256         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24257         Use gnus-extract-references instead of gnus-split-references.
24258
24259         * gnus-util.el (gnus-extract-references): Add new function, analogous
24260         to gnus-split-references but extracts only the message-ID without
24261         anything extra.
24262
24263         * hashcash.el (hashcash-generate-payment)
24264         (hashcash-check-payment): Do the right thing if hashcash-path is
24265         nil (because the hashcash program could not be found).
24266
24267         * spam.el (spam-use-hashcash): Remove comment.
24268
24269 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24270
24271         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24272         (gnus-cache-enter-article, gnus-cache-remove-article)
24273         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24274
24275         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24276
24277         * gnus-art.el (article-hide-boring-headers)
24278         (article-translate-strings, article-display-face)
24279         (gnus-article-mime-match-handle-first)
24280         (gnus-article-highlight-headers)
24281         (gnus-article-add-buttons-to-head): do.
24282
24283 2004-09-27  Simon Josefsson  <jas@extundo.com>
24284
24285         * hashcash.el: New version, from
24286         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24287         ../contrib/.
24288
24289 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24290
24291         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24292
24293 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24294
24295         * gnus-dup.el (gnus-dup-open): Use mapc.
24296         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24297
24298         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24299         Reported by Stefan Wiens <s.wi@gmx.net>.
24300
24301         * gnus.el (gnus-shutdown): Use dolist.
24302
24303         * gnus-undo.el (gnus-undo): Use mapc.
24304
24305         * nnrss.el (nnrss-generate-active): do.
24306
24307         * message.el (message-cite-original-without-signature)
24308         (message-cite-original): Use mapc.
24309         (message-do-actions, message-make-forward-subject): Use dolist.
24310
24311 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24312
24313         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24314         deletion to remove entire duplicate line.  Fixes merged article
24315         number bug.
24316
24317 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24318
24319         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24320         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24321         first ask if you want to open a server and then, even when you
24322         responded with no, asking if you want to synchronize the server's
24323         flags.
24324         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24325         multi-line expressions.
24326         (gnus-agent-synchronize-group-flags): New internal function.
24327         Updates marks in memory (in the info structure) AND in the
24328         backend.
24329
24330         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24331
24332         * nnagent.el (nnagent-request-set-mark):
24333         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24334         method, to ensure that synchronization updates marks in the
24335         backend and in the info (in memory) structure.
24336
24337 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24338
24339         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24340         convention fully; don't miss the root article of a thread; make
24341         the X-Draft-From header with correct article numbers.
24342
24343 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24344
24345         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24346         unless plugged.  Disable the agent so that an open failure causes
24347         an error.
24348
24349         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24350         Revert 2004-09-21 change.  The backend must be opened while
24351         synchronizing flags even when the backend stores the flags
24352         locally.
24353
24354 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24355
24356         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24357         in `header' match.  Reported by Svend Tollak Munkejord.
24358
24359         * message.el (message-cite-original): Fix use of
24360         `message-cite-articles-with-x-no-archive'.
24361
24362 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24363
24364         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24365         (gnus-window-to-buffer): Ditto.
24366
24367         * mml.el (mml-preview-buffer): New variable.
24368         (mml-preview): Manage window layout with gnus-buffer-configuration.
24369
24370         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24371         X-Draft-From header even if those articles aren't quoted.
24372
24373 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24374
24375         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24376         (gnus-request-set-mark, gnus-request-update-mark): Use new
24377         g-s-t-u-l-m to decide to use backend even when unplugged.
24378
24379 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24380
24381         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24382         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24383
24384 2004-09-20  Simon Josefsson  <jas@extundo.com>
24385
24386         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24387         "utf-16-le".
24388
24389 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24390
24391         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24392
24393 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24394
24395         * uudecode.el (uudecode-use-external): Add :version.
24396
24397         * smime.el (smime-CA-file, smime-encrypt-cipher)
24398         (smime-dns-server): Add :version.
24399
24400         * smiley.el (gnus-smiley-file-types): Add :version.
24401
24402         * sha1.el (sha1-use-external): Add :version.
24403
24404         * pgg-def.el (pgg-query-keyserver): Add :version.
24405
24406         * nnmail.el (nnmail-fancy-expiry-targets)
24407         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24408         Add :version.
24409
24410         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24411         (nnimap-retrieve-groups-asynchronous): Add :version.
24412         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24413
24414         * mml.el (mml-content-disposition-parameters)
24415         (mml-insert-mime-headers-always): Add :version.
24416
24417         * mm-util.el (mm-coding-system-priorities): Add :version.
24418
24419         * mm-decode.el (mm-inline-text-html-with-images)
24420         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24421         (mm-verify-option): Add :version.
24422         (mm-text-html-renderer): Change :version.
24423
24424         * message.el (message-fcc-externalize-attachments)
24425         (message-required-headers, message-draft-headers)
24426         (message-subject-trailing-was-query)
24427         (message-subject-trailing-was-ask-regexp)
24428         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24429         (message-mark-insert-end, message-archive-header)
24430         (message-archive-note, message-cross-post-default)
24431         (message-cross-post-note, message-followup-to-note)
24432         (message-cross-post-note-function, message-use-mail-followup-to)
24433         (message-subscribed-address-functions)
24434         (message-subscribed-address-file, message-subscribed-addresses)
24435         (message-subscribed-regexps, message-allow-no-recipients)
24436         (message-yank-cited-prefix, message-signature-insert-empty-line)
24437         (message-hidden-headers, message-hierarchical-addresses)
24438         (message-mail-user-agent, message-use-idna)
24439         (message-valid-fqdn-regexp)
24440         (message-strip-special-text-properties, message-header-synonyms)
24441         (message-beginning-of-line, message-tab-body-function): Add :version.
24442         (message-insert-canlock, message-wide-reply-confirm-recipients):
24443         Change :version.
24444
24445         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24446         and :version.
24447         (mail-source-delete-old-incoming-confirm)
24448         (mail-source-movemail-program): Add :version.
24449
24450         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24451         (gnus-agent-cache, gnus-agent): Change :version.
24452
24453         * gnus-util.el (gnus-use-byte-compile): Change :version.
24454
24455         * gnus-sum.el (gnus-summary-make-false-root-always)
24456         (gnus-summary-default-high-score)
24457         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24458         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24459         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24460         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24461         (gnus-sum-thread-tree-single-indent)
24462         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24463         (gnus-sum-thread-tree-leaf-with-other)
24464         (gnus-sum-thread-tree-single-leaf): Add :version.
24465         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24466         (gnus-article-loose-mime): Change :version.
24467
24468         * gnus-start.el (gnus-backup-startup-file)
24469         (gnus-save-startup-file-via-temp-buffer): Add :version.
24470
24471         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24472         (gnus-server-offline-face): Add :version.
24473
24474         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24475
24476         * gnus-msg.el (gnus-gcc-externalize-attachments)
24477         (gnus-debug-files, gnus-debug-exclude-variables)
24478         (gnus-discouraged-post-methods): Change :version.
24479         (gnus-confirm-mail-reply-to-news)
24480         (gnus-confirm-treat-mail-like-news): Add :version.
24481
24482         * gnus-int.el (gnus-server-unopen-status): Add :version.
24483
24484         * gnus-group.el (gnus-group-jump-to-group-prompt)
24485         (gnus-large-ephemeral-newsgroup)
24486         (gnus-fetch-old-ephemeral-headers): Add :version.
24487
24488         * gnus-fun.el (gnus-x-face-directory)
24489         (gnus-convert-pbm-to-x-face-command)
24490         (gnus-convert-image-to-x-face-command)
24491         (gnus-convert-image-to-face-command): Add :version.
24492
24493         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24494
24495         * gnus-cite.el (gnus-cite-blank-line-after-header)
24496         (gnus-article-boring-faces): Add :version.
24497
24498         * gnus-art.el (gnus-buttonized-mime-types)
24499         (gnus-inhibit-mime-unbuttonizing)
24500         (gnus-treat-display-face)
24501         (gnus-treat-body-boundary): Change :version.
24502         (gnus-body-boundary-delimiter, gnus-picon-databases)
24503         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24504         (gnus-treat-date-english, gnus-treat-fold-headers)
24505         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24506         (gnus-treat-mail-picon, gnus-treat-wash-html)
24507         (gnus-article-encrypt-protocol)
24508         (gnus-use-idna, gnus-article-over-scroll)
24509         (gnus-mime-display-multipart-alternative-as-mixed)
24510         (gnus-mime-display-multipart-related-as-mixed)
24511         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24512         (gnus-ctan-url, gnus-button-ctan-handler)
24513         (gnus-button-handle-ctan-bogus-regexp)
24514         (gnus-button-ctan-directory-regexp)
24515         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24516         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24517         (gnus-button-man-level, gnus-button-emacs-level)
24518         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24519
24520         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24521         (gnus-agent-go-online): Change :version.
24522         (gnus-agent-expire-unagentized-dirs)
24523         (gnus-agent-auto-agentize-methods): Add :version.
24524
24525         * flow-fill.el (fill-flowed-display-column)
24526         (fill-flowed-encode-column): Add :version.
24527
24528         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24529         (gnus-outlook-deuglify-unwrap-max)
24530         (gnus-outlook-deuglify-cite-marks)
24531         (gnus-outlook-deuglify-unwrap-stop-chars)
24532         (gnus-outlook-deuglify-no-wrap-chars)
24533         (gnus-outlook-deuglify-attrib-cut-regexp)
24534         (gnus-outlook-deuglify-attrib-verb-regexp)
24535         (gnus-outlook-deuglify-attrib-end-regexp)
24536         (gnus-outlook-display-hook): Add :version.
24537
24538         * binhex.el (binhex-use-external): Add :version.
24539
24540 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24541
24542         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24543         and `invisible'.
24544
24545 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24546
24547         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24548         in gnus-registry-trim.
24549
24550 2004-09-13  Simon Josefsson  <jas@extundo.com>
24551
24552         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24553
24554         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24555
24556         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24557         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24558         <yamaoka@jpl.org>.
24559         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24560         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24561         <yamaoka@jpl.org>.
24562
24563         * sieve.el (sieve-manage-mode): Ditto.
24564
24565 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24566
24567         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24568
24569 2004-09-11  Simon Josefsson  <jas@extundo.com>
24570
24571         * dns-mode.el: Add.
24572
24573         * mm-view.el (mm-display-dns-inline): Add.
24574
24575         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24576         (mm-automatic-display): Ditto.
24577
24578         * mailcap.el (mailcap-mime-data): Add text/dns.
24579         (mailcap-mime-extensions): Map .soa to text/dns.
24580
24581 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24582
24583         * gnus-art.el (article-decode-mime-words, article-babel)
24584         (gnus-article-highlight-signature, gnus-article-add-buttons)
24585         (gnus-signature-toggle): Remove unnecessary bindings of
24586         `inhibit-read-only' inherited from v5.10 merge.
24587
24588 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24589
24590         * nntp.el (nntp): New customization group.
24591         (nntp-authinfo-file): Add customization group.
24592
24593         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24594
24595         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24596
24597         * gnus.el (to-address, to-list, subscribed)
24598         (large-newsgroup-initial): Ditto.
24599
24600         * flow-fill.el (fill-flowed-display-column)
24601         (fill-flowed-encode-column): Ditto.
24602
24603 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24604
24605         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24606         Use point-min rather than 1.
24607         (message-send-mail): Use buffer-size rather than point-max.
24608
24609         * gnus-sum.el (gnus-summary-search-article-forward):
24610         Signal a specific `search-failed' rather than a generic `error'.
24611
24612         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24613         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24614         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24615
24616 2004-09-10  Simon Josefsson  <jas@extundo.com>
24617
24618         * nndb.el (require): Remove tcp and duplicate cl.
24619
24620 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24621
24622         * gnus-agent.el (directory-files-and-attributes): Move forward.
24623
24624 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24625
24626         * gnus-agent.el (directory-files-and-attributes):
24627         Optionally defined to support XEmacs.
24628
24629 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24630
24631         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24632         to avoid run-time CL dependencies.
24633         (gnus-agent-unfetch-articles): New function.
24634         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24635         article numbers even when local .overview file is missing.
24636         (gnus-agent-read-article-number): New function.  Only accepts
24637         27-bit article numbers.
24638         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24639         Use gnus-agent-read-article-number.
24640         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24641         from backend while recognizing that article numbers in .overview
24642         must be valid.
24643         (gnus-agent-update-files-total-fetched-for):
24644         Use directory-files-and-attributes to improve performance.
24645         * gnus-int.el (gnus-request-move-article):
24646         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24647         improve performance.
24648
24649         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24650         some users confused by references to .newsrc when they only have a
24651         .newsrc.eld file.
24652         (gnus-convert-mark-converter-prompt)
24653         (gnus-convert-converter-needs-prompt): Fix use of property list.
24654         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24655         New function.  Used internally to only display 'gnus converting
24656         files' message when actually necessary.
24657
24658         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24659         methods now autoloaded.
24660
24661 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24662
24663         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24664         identifiers.
24665
24666 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24667
24668         * gnus-picon.el: Fix indentation and closing parenthesis.
24669
24670 2004-09-01  Simon Josefsson  <jas@extundo.com>
24671
24672         * message.el (message-canlock-generate): Require sha1, not
24673         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24674         to require within a function.  Sadly, if sha1.el isn't loaded, the
24675         let binding in m-c-g will hide the defcustom definition, which is
24676         bad.)
24677
24678         * canlock.el: Require sha1, not sha1-el.
24679
24680         * message.el: Don't autoload sha1 (there is a autoload cookie in
24681         sha1.el).
24682
24683         * sha1-el.el: Rename to sha1.el.
24684
24685 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24686
24687         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24688
24689 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24690
24691         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24692
24693 2004-08-30  Kim F. Storm  <storm@cua.dk>
24694
24695         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24696
24697         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24698         Add :group 'nnimap.
24699
24700 2004-08-30  Andreas Schwab  <schwab@suse.de>
24701
24702         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24703         ?* and ?\;.
24704
24705         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24706         and ?\' to symbol instead of whitespace.
24707
24708 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24709
24710         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24711
24712         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24713         instead of re-search-forward.
24714
24715         * gnus-uu.el (gnus-uu-save-article): Ditto.
24716         (gnus-uu-post-encode-uuencode): Ditto.
24717
24718         * html2text.el (html2text-clean-list-items): Ditto.
24719         (html2text-clean-dtdd): Ditto.
24720         (html2text-format-tags): Ditto.
24721
24722         * message.el (message-send-mail-with-sendmail): Fix regexp.
24723         (message-fill-field-general): Use search-forward instead of
24724         re-search-forward.
24725         (unbold-region): Ditto.
24726
24727         * nnrss.el (nnrss-request-article): Ditto.
24728
24729         * nnslashdot.el (nnslashdot-request-article): Ditto.
24730
24731         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24732
24733         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24734         "Unrecognized menu descriptor" error in XEmacs.
24735
24736 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24737
24738         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24739         parent article of a sparse article in the thread hashtb.
24740
24741 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24742
24743         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24744         (nnmail-expand-newtext): Lowercase expanded entries if
24745         nnmail-split-lowercase-expanded is non-nil.
24746
24747 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24748
24749         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24750
24751         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24752         of gnus-tmp-news-method into string under XEmacs.  It will be
24753         passed to gnus-correct-length which takes only a string argument.
24754
24755 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24756
24757         * gnus-util.el (gnus-bind-print-variables): New macro.
24758         (gnus-prin1): Use it.
24759         (gnus-prin1-to-string): Use it.
24760         (gnus-pp): New function.
24761         (gnus-pp-to-string): New function.
24762
24763         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24764         Replace pp-to-string with gnus-pp-to-string.
24765         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24766         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24767         * gnus-msg.el (gnus-debug): Ditto.
24768         * gnus-score.el (gnus-score-save): Ditto.
24769         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24770         gnus-pp-to-string.
24771         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24772         with gnus-pp.
24773         * score-mode.el (gnus-score-pretty-print): Ditto.
24774         * webmail.el (webmail-debug): Ditto.
24775
24776 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24777
24778         * gnus-art.el (article-display-face, article-display-x-face):
24779         Use buffer-read-only.
24780
24781 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24782
24783         * gnus-art.el (article-hide-list-identifiers):
24784         Bind inhibit-read-only as t.
24785
24786 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24787
24788         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24789
24790 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24791
24792         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24793         (gnus-narrow-to-page): Don't assume point-min == 1.
24794         (gnus-article-edit-mode): Derive from message-mode.
24795
24796         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24797         point-min == 1.
24798
24799         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24800         Disable incorrect use of `assert'.
24801
24802         * message.el (message-mode): Set comment-start-skip.
24803
24804
24805 2004-08-22  Sam Steingold  <sds@gnu.org>
24806
24807         * pop3.el (pop3-leave-mail-on-server): New user variable.
24808         (pop3-movemail): Delete mail only when it is nil.
24809
24810 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24811
24812         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24813
24814         * mml.el (mml-preview): Use `pop-to-buffer'.
24815
24816         * message.el (message-goto-mail-followup-to): Insert after "To".
24817         (message-carefully-insert-headers): Add comment.
24818
24819         * gnus.el: Remove unused variable `gnus-article-check-size'.
24820
24821         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24822
24823         * gnus-art.el (gnus-button-alist):
24824         Improve `gnus-button-handle-library' entry.
24825
24826 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24827
24828         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24829         Use downcase, since XEmacs capitalizes error messages differently.
24830
24831 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24832
24833         * nntp.el: Add (require 'gnus) due to reference to
24834         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24835
24836 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24837
24838         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24839         Bind `mm-fill-flowed'.
24840
24841         * mm-decode.el (mm-dissect-singlepart): Check it.
24842
24843 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24844
24845         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24846         'imap' for netrc parsing.
24847
24848 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24849
24850         * mailcap.el (mailcap-mime-data): Mark as risky.
24851
24852 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24853
24854         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24855         may be included in the encoded word.
24856         (rfc2047-encode): Don't append a space if the encoded word
24857         includes close parenthesis.
24858
24859 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24860
24861         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24862         of text within parentheses.
24863
24864 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24865
24866         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24867         (gnus-encrypt-write-file-contents): Make the password key the file
24868         name PLUS the cipher, not just the cipher.  Also remove failed
24869         passwords from the cache.
24870
24871 2004-08-06  Simon Josefsson  <jas@extundo.com>
24872
24873         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24874         Doc fix.
24875
24876 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24877
24878         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24879         LWSP.
24880
24881 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24882
24883         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24884         Try to append in-reply-to: data to the references: header.
24885
24886         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24887         (netrc-parse): Use gnus-encrypt.el functions.
24888
24889         * gnus-encrypt.el: Add new file for encryption support; currently
24890         does only a few GPG ciphers and an internal XOR cipher.
24891
24892         * password.el: Add comments on using password-read-and-add.
24893         (password-read-and-add): Add function to read and add the
24894         password to the cache at once.
24895
24896 2004-07-28  Simon Josefsson  <jas@extundo.com>
24897
24898         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24899         parameter (but don't use it, for now).
24900
24901         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24902         instead of hard coding to nil.
24903
24904 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24905
24906         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24907         as mm-inline-image-xemacs does.
24908
24909 2004-07-26  Simon Josefsson  <jas@extundo.com>
24910
24911         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24912         Revert part of 2004-07-17 change below.
24913
24914 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24915
24916         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24917         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24918
24919 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24920
24921         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24922         quotes that actually start with ">" at the beginning of the
24923         lines.
24924
24925 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24926
24927         * rfc2047.el (rfc2047-encode-region): Fix last change.
24928         (rfc2047-encode-parameter): Remove useless concat.
24929
24930 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24931
24932         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24933         encode special characters; fix some kind of misconfigured headers;
24934         signal a real error if debug-on-quit or debug-on-error is non-nil.
24935         (rfc2047-encode-max-chars): New variable.
24936         (rfc2047-encode-1): Use it.
24937         (rfc2047-encode-parameter): New function.
24938
24939         * mml.el (mml-insert-parameter): Remove an excessive space.
24940
24941 2004-07-17  Simon Josefsson  <jas@extundo.com>
24942
24943         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24944         Kai Grossjohann <kai@emptydomain.de>.
24945         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24946         (gnus-group-make-menu-bar): Ditto.
24947
24948         * gnus-util.el (gnus-group-server): Add.
24949
24950 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24951
24952         * message.el (message-clone-locals): Clone sendmail and smtp
24953         variables.
24954
24955 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24956
24957         * rfc2047.el (rfc2047-encode-region): Fix last change.
24958
24959 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24960
24961         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24962         characters as non-special.
24963
24964 2004-07-09  Simon Josefsson  <jas@extundo.com>
24965
24966         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24967         Users will lose all flag changes made while unplugged with
24968         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24969         good default.  See numerous reports on ding mailing list.
24970
24971 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24972
24973         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24974         add generate-head-function and generate-article-function to the
24975         rfc822-forward entry.
24976         (nndoc-rfc822-forward-generate-article): New function.
24977         (nndoc-rfc822-forward-generate-head): New function.
24978
24979         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24980
24981 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24982
24983         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24984         respect display group parameter and gnus-summary-expunge-below.
24985         (gnus-articles-to-read): Remove unused reference to display group
24986         parameter.
24987
24988 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24989
24990         * nnheader.el (nnheader-uniquify-message-id): New experimental
24991         variable.
24992         (nnheader-nov-read-message-id): Use it.
24993
24994         * spam-report.el (spam-report-gmane): Add interactive.
24995
24996 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24997
24998         * mm-encode.el (mm-content-transfer-encoding-defaults):
24999         Use qp-or-base64 for the application/* types.
25000
25001 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25002
25003         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25004
25005 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25006
25007         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25008         trim value.
25009
25010 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25011
25012         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25013         New macro and function.
25014         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25015
25016 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25017
25018         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25019         after-load-alist.
25020
25021 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25022
25023         * gnus-group.el (gnus-group-get-new-news-this-group):
25024         Don't update info that isn't there.
25025
25026 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25027
25028         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25029         entry.
25030
25031 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25032
25033         * mm-view.el (mm-inline-render-with-function): Use multibyte
25034         buffer; decode html source by charset.
25035
25036         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25037
25038         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25039         Mule-UCS is loaded under XEmacs.
25040         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25041
25042 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25043
25044         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25045
25046 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25047
25048         * mm-util.el (mm-coding-system-p): Return a coding-system.
25049         (mm-mime-mule-charset-alist): Use shift_jis instead of
25050         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25051         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25052         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25053         instead of japanese-shift-jis and iso-latin-1 respectively in
25054         order to share the default value with both Emacs and XEmacs-mule.
25055         (mm-mule-charset-to-mime-charset):
25056         Make mm-coding-system-priorities effective.
25057         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25058         while predicating of candidates upon the priorities.
25059
25060 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25061
25062         * gnus-sum.el (gnus-summary-make-menu-bar):
25063         Add gnus-uu-invert-processable.
25064
25065         * gnus.el: Autoload gnus-uu-invert-processable.
25066
25067 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25068
25069         * mm-util.el (mm-with-multibyte-buffer): New macro.
25070
25071         * rfc2047.el (rfc2047-encode-string): Use it.
25072         (rfc2047-encode-region): Move point to the end of the region after
25073         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25074
25075 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25076
25077         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25078         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25079
25080 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25081
25082         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25083         (gnus-cite-parse): Ignore quoted envelope From_.
25084         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25085
25086 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25087
25088         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25089         invalid addresses.
25090
25091 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25092
25093         * spam.el: Change section markers, revise TODO list.
25094         (spam-backends): Make new master list of all installed backends.
25095         (spam-summary-exit-behavior): Add new variable to determine how
25096         messages moves are done at summary exit.
25097         (spam-move-spam-nonspam-groups-only)
25098         (spam-process-ham-in-nonham-groups)
25099         (spam-process-ham-in-spam-groups): Remove variables, the
25100         spam-summary-exit-behavior variable should be used to manage this
25101         behavior.
25102         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25103         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25104         and spam-old-spam-articles.
25105         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25106         Add empty variables, placeholders for the backends they represent.
25107         (spam-set-difference): Move, unchanged.
25108         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25109         unless the user has a processor variable.
25110         (spam-classifications, spam-classification-valid-p)
25111         (spam-backend-properties, spam-backend-property-valid-p)
25112         (spam-backend-function-type-valid-p)
25113         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25114         (spam-report-articles-gmane, spam-report-articles-resend):
25115         Remove functions, they are not needed.
25116         (spam-install-backend-super, spam-backend-list)
25117         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25118         (spam-backend-function, spam-backend-ham-registration-function)
25119         (spam-backend-spam-registration-function)
25120         (spam-backend-ham-unregistration-function)
25121         (spam-backend-spam-unregistration-function)
25122         (spam-backend-statistical-p, spam-backend-mover-p)
25123         (spam-install-backend-alias, spam-install-checkonly-backend)
25124         (spam-install-mover-backend, spam-install-nocheck-backend)
25125         (spam-install-backend, spam-install-statistical-backend)
25126         (spam-install-statistical-checkonly-backend): Add backend installation
25127         support.
25128         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25129         (spam-group-processor-p): Use the new backend code and respect the
25130         summary exit behavior.
25131         (spam-mark-spam-as-expired-and-move-routine): Remove.
25132         (spam-summary-prepare): Change to use the new spam-old-articles
25133         variable.
25134         (spam-copy-or-move-routine, spam-copy-spam-routine)
25135         (spam-move-spam-routine, spam-copy-ham-routine)
25136         (spam-move-ham-routine): Add code to copy/move ham or spam.
25137         (spam-fetch-field-fast): Improve doc and code, plus allow the
25138         'number request.
25139         (spam-list-of-checks, spam-list-of-statistical-checks):
25140         Remove variables.
25141         (spam-split, spam-find-spam): Use the new backend code.
25142         (spam-registration-functions): Remove variable.
25143         (spam-unregister-routine): Add convenience wrapper.
25144         (spam-log-undo-registration, spam-register-routine)
25145         (spam-log-processing-to-registry)
25146         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25147         where possible.
25148         (spam-check-gmane-xref, spam-check-regex-headers)
25149         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25150         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25151         (spam-check-bogofilter-headers, spam-check-spamoracle)
25152         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25153         (spam-check-crm114-headers): Use the spam-split-group that
25154         spam-split prepares, no need to determine it every time.
25155
25156         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25157         to the nnheader-parse-naked-head call.
25158
25159         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25160
25161         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25162         the nnheader-nov-read-message-id call.
25163
25164 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25165
25166         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25167         gnus-activate-group twice.  Suggested by Markus Peter
25168         <warp@spin.de>.
25169
25170 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25171
25172         * gnus-art.el (gnus-article-time-format): Exchange the order of
25173         day and month in the default value; fix customization type.
25174         (article-date-ut): Use add-text-properties.
25175         (article-make-date-line): Use message-make-date instead of
25176         current-time-string.
25177
25178         * message.el (message-fetch-field): Don't use set-text-properties.
25179         (message-make-date): Simplify.
25180
25181         * messagexmas.el (message-xmas-make-date): New function.
25182         (message-xmas-redefine): Defalias message-make-date to it.
25183
25184 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25185
25186         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25187         (rfc2047-encode-region): Treat text within parentheses as special;
25188         show the original text when error has occurred.
25189
25190         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25191         already-computed method to gnus-activate-group.
25192
25193         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25194         same select-methods identical Lisp objects.
25195
25196         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25197         object when modifying the info.
25198
25199 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25200
25201         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25202         gnus-opened-servers since it has never been opened with the new
25203         configuration yet.
25204
25205 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25206
25207         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25208         arg to nnheader-generate-fake-message-id.
25209
25210 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25211
25212         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25213         number and build a fake message ID localized to a group and
25214         article number (so it's repeatable from that point on).
25215         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25216         ID format.
25217
25218         * gnus-sum.el (gnus-get-newsgroup-headers):
25219         Call nnheader-generate-fake-message-id with the article number.
25220
25221 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25222
25223         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25224         end-of-buffer.
25225
25226 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25227
25228         * message.el (message-ignored-supersedes-headers): Add Approved.
25229
25230 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25231
25232         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25233         goto-char.
25234         (rfc2047-encode): Fold the line before encoding.
25235
25236 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25237
25238         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25239         folding -- not all headers can be folded, and this should be done
25240         by the message composition mode.  Probably.  I think.
25241
25242 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25243
25244         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25245         fast.
25246
25247         * gnus-ems.el (gnus-remove-image): Don't use
25248         message-text-with-property; remove only the image found first.
25249
25250         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25251         found first.
25252
25253 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25254
25255         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25256
25257 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25258
25259         * message.el (message-text-with-property): Make it fast and accept
25260         optional arguments.
25261         (message-strip-forbidden-properties): Use it.
25262         (message-fix-before-sending): Follow the m-t-w-p change.
25263
25264         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25265
25266 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25267
25268         * gnus-art.el (article-hide-headers): Don't change the buffer
25269         mistakenly when performing mml-preview even if
25270         gnus-single-article-buffer is nil.
25271
25272 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25273
25274         * message.el (message-expand-name-databases): New user option.
25275         (message-expand-name): Use it.
25276
25277 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25278
25279         * spam.el (spam-report-articles-resend)
25280         (spam-report-resend-register-routine): Allow ham reporting.
25281         (spam-report-resend-register-ham-routine): Add wrapper.
25282         (spam-registration-functions): Add ham resending functions.
25283         (spam-list-of-processors): Add ham resend processor.
25284
25285         * gnus.el (ham-resend-to): Add new group parameter.
25286         (spam-process): Add ham resend option.
25287
25288         * spam-report.el (spam-report-resend): Allow reporting ham.
25289         (spam-report-resend-ham): Add wrapper.
25290
25291 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25292
25293         * message.el (message-cite-articles-with-x-no-archive):
25294         New variable.
25295         (message-cite-original): Use it.
25296
25297 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25298
25299         * message.el (message-cite-original): Respect X-No-Archive.
25300
25301 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25302
25303         * gnus-art.el (article-hide-headers): Refer to the values for
25304         gnus-ignored-headers and gnus-visible-headers in the summary
25305         buffer since a user may have set them as group parameters.
25306
25307 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25308
25309         * assistant.el (assistant-node-name): Add convenience function.
25310         (assistant-render-text, assistant-render-node): Add error handling,
25311         plus handle multiple next nodes.
25312         (assistant-find-next-node): Comment out for now.
25313         (assistant-find-next-nodes): Add function, returns list of next
25314         nodes.
25315
25316 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25317
25318         * mail-source.el (mail-source-directory): Fix doc-string.
25319
25320 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25321
25322         * assistant.el (assistant-render-text, assistant-eval): Add :set
25323         widget type, which is different because it takes and returns a
25324         list.  Much hilarity ensues.
25325
25326 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25327
25328         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25329
25330         * gnus-group.el (gnus-group-get-new-news-this-group):
25331         Add doc-string.
25332
25333         * gnus-start.el (gnus-activate-group): Add doc-string.
25334
25335 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25336
25337         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25338
25339 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25340
25341         * assistant.el (assistant-render-text): Try to add a :set
25342         widget, more to come.
25343
25344         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25345         strings.
25346         (spam-report-articles-resend)
25347         (spam-register-routine): Do registration iff any articles warrant
25348         it.
25349         (spam-summary-prepare-exit): Change log message for nil group
25350         destinations.
25351
25352 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25353
25354         * spam.el (spam-report-resend-register-routine):
25355         Allow spam-report-resend-to to be a group parameter or a global value.
25356
25357 2004-05-26  Simon Josefsson  <jas@extundo.com>
25358
25359         * starttls.el: Merge with my GNUTLS based starttls.el.
25360         (starttls-gnutls-program, starttls-use-gnutls)
25361         (starttls-extra-arguments, starttls-process-connection-type)
25362         (starttls-connect, starttls-failure, starttls-success):
25363         New variables.
25364         (starttls-program, starttls-extra-args): Doc fix.
25365         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25366         New functions.
25367         (starttls-negotiate, starttls-open-stream):
25368         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25369         function if it is set.
25370
25371 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25372
25373         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25374         structured fields.
25375
25376 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25377
25378         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25379
25380 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25381
25382         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25383         Add variable.
25384         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25385         assigning the spam-mark to new messages.
25386
25387 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25388
25389         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25390
25391 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25392
25393         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25394
25395         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25396         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25397         default.
25398
25399 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25400
25401         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25402         correct data.
25403
25404 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25405
25406         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25407         (spam-group-processor-p): Fix function.
25408         (spam-group-processor-multiple-p)
25409         (spam-group-spam-processor-report-gmane-p)
25410         (spam-group-spam-processor-report-resend-p)
25411         (spam-group-spam-processor-bogofilter-p)
25412         (spam-group-spam-processor-blacklist-p)
25413         (spam-group-spam-processor-ifile-p)
25414         (spam-group-ham-processor-ifile-p)
25415         (spam-group-spam-processor-spamoracle-p)
25416         (spam-group-spam-processor-crm114-p)
25417         (spam-group-ham-processor-bogofilter-p)
25418         (spam-group-spam-processor-stat-p)
25419         (spam-group-ham-processor-stat-p)
25420         (spam-group-ham-processor-whitelist-p)
25421         (spam-group-ham-processor-BBDB-p)
25422         (spam-group-ham-processor-spamoracle-p)
25423         (spam-group-ham-processor-copy-p): Remove functions with some
25424         prejudice against unneeded code.
25425         (spam-report-articles-resend)
25426         (spam-report-resend-register-routine): Allow the group/topic
25427         spam-resend-to value to override spam-report-resend-to.
25428         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25429         properly now.
25430
25431         * gnus.el (spam-resend-to): Add group/topic parameter.
25432         (spam-process): Move the OBSOLETE processors to the end of the
25433         choices.
25434
25435 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25436
25437         * spam-report.el (spam-report-resend-to, spam-report-resend):
25438         Start with resend-to set to nil, and then ask the user if necessary.
25439         (spam-report-resend): spam-report-resend takes a list of articles, not
25440         separate article numbers.
25441
25442 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25443
25444         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25445         addition to emacs-w3m.
25446
25447 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25448
25449         * assistant.el (assistant-authinfo-data): New function.
25450         (assistant-eval): Eval for entire assistant.
25451
25452         * netrc.el (netrc-services-file): New variable.
25453         (netrc-parse-services): New function.
25454         (netrc-find-service-name): New function.
25455         (netrc-find-service-number): New function.
25456         (netrc-port-equal): New function.
25457         (netrc-machine): Use it.
25458
25459         * nnimap.el (nnimap-open-connection): Use netrc.
25460
25461         * gnus-util.el (gnus-netrc-get): Remove aliases.
25462
25463         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25464
25465         * assistant.el (wid-edit): Fix compilation.
25466
25467         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25468
25469 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25470
25471         * gnus-util.el (gnus-set-file-modes): New function.  (small
25472         patch).
25473
25474 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25475
25476         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25477
25478         * assistant.el (assistant-render-node): Fix up rendering and
25479         read-only text.
25480         (assistant-render-node): Reset.
25481         (assistant-make-read-only): Not sticky.
25482
25483 2004-05-20  Danny Siu  <dsiu@adobe.com>
25484
25485         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25486         centered even when gnus-auto-center-summary is t.
25487
25488 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25489
25490         * dns.el (dns-get-txt-answer): New function.
25491         (dns-read-txt): Ditto.
25492         (query-dns): Use it.
25493
25494 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25495
25496         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25497         active for foreign groups even if the group level is higher than
25498         the specified value.
25499
25500 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25501
25502         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25503         non-active groups.
25504
25505         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25506
25507 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25508
25509         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25510
25511 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25512
25513         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25514         (spam-crm114-header, spam-crm114-spam-switch)
25515         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25516         (spam-crm114-positive-spam-header)
25517         (spam-crm114-database-directory, spam-list-of-processors)
25518         (spam-group-spam-processor-crm114-p)
25519         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25520         (spam-generic-score, spam-list-of-checks)
25521         (spam-list-of-statistical-checks, spam-registration-functions)
25522         (spam-check-crm114-headers, spam-crm114-score)
25523         (spam-check-crm114, spam-crm114-register-with-crm114)
25524         (spam-crm114-register-spam-routine)
25525         (spam-crm114-unregister-spam-routine)
25526         (spam-crm114-register-ham-routine)
25527         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25528
25529 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25530
25531         * gnus.el: Add spam-use-crm114.
25532
25533         * spam.el (spam-list-of-processors, spam-registration-functions):
25534         Add spam-use-resend.
25535         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25536         (spam-report-articles-gmane): Add doc fix.
25537         (spam-report-articles-resend, spam-report-resend-register-routine):
25538         Add wrappers around spam-report-resend-to.
25539
25540         * spam-report.el (spam-report-resend-to, spam-report-resend):
25541         Add support for resending spam.
25542         (spam-report-gmane): Fix line length >80.
25543
25544         * gnus.el (spam-process): Add spam-use-resend.
25545
25546 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25547
25548         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25549         number of processed spam messages.
25550         (spam-ham-copy-or-move-routine): Return the number of processed
25551         ham messages.
25552         (spam-summary-prepare-exit): Use the above values to decide
25553         whether status messages shouled be displayed.
25554
25555 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25556
25557         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25558         `rfc2047-encoding-function-alist' in order to avoid conflicting
25559         with the old version.
25560         (rfc2047-encode-region): Concatenate words containing non-ASCII
25561         characters in structured fields; don't encode space-delimited
25562         ASCII words even in unstructured fields; don't break words at
25563         char-category boundaries.
25564         (rfc2047-encode-1): New function.
25565         (rfc2047-encode): Use it; encode text so that it occupies the
25566         maximum width within 76-column; work correctly on Q encoding for
25567         iso-2022-* charsets.
25568         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25569         sure not to break a line just after the header name.
25570         (rfc2047-b-encode-region): Remove.
25571         (rfc2047-b-encode-string): New function.
25572         (rfc2047-q-encode-region): Remove.
25573         (rfc2047-q-encode-string): New function.
25574
25575         * mm-util.el (mm-replace-in-string): New function.
25576
25577 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25578
25579         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25580         Really get it right.
25581         (gnus-inews-make-draft): Really.
25582
25583 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25584
25585         * nnmh.el (nnmh-request-list-1): Don't check the link count
25586         before descending.  (small patch)
25587
25588 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25589
25590         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25591         stuff.
25592
25593         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25594         Match on real group name.
25595
25596         * gnus-art.el (gnus-signature-limit): Doc fix.
25597
25598         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25599
25600         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25601
25602 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25603
25604         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25605         isn't a string.
25606
25607 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25608
25609         * gnus-draft.el (gnus-draft-send):
25610         Bind rfc2047-encode-encoded-words.
25611
25612         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25613         (rfc2047-encodable-p): Say that =? needs encoding.
25614         (rfc2047-encode-encoded-words): New variable.
25615
25616         * gnus-group.el (gnus-group-select-group): Doc fix.
25617
25618         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25619
25620         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25621         to nil.
25622
25623         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25624
25625         * nnheader.el (nnheader-get-lines-and-char): New function.
25626
25627 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25628
25629         * gnus-msg.el (gnus-summary-followup-with-original):
25630         Document yanking of region when active.
25631
25632 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25633
25634         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25635         groups if the group level is higher than the specified value.
25636
25637 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25638
25639         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25640         (gnus-group-jump-to-group): Add prefix argument using
25641         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25642         non-active group.
25643
25644         * compface.el (uncompface): Be verbose when changing
25645         `uncompface-use-external'.
25646
25647         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25648         handle manual section.
25649
25650 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25651
25652         * gnus-art.el (gnus-button-alist): Revert previous change.
25653
25654 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25655
25656         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25657
25658 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25659
25660         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25661         whether backend can accept message.
25662
25663         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25664
25665 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25666
25667         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25668         Avoid creating directory when nntp-marks-is-evil is true.
25669         Reported by Reiner Steib.
25670
25671 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25672
25673         * gnus-picon.el (gnus-picon-insert-glyph):
25674         Add optional `nostring' argument.
25675
25676 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25677
25678         * gnus-picon.el (gnus-picon-style): New variable.
25679         (gnus-picon-transform-address): Support `gnus-picon-style'.
25680
25681 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25682
25683         * message.el (message-fill-field): Return point.
25684         (message-generate-headers): Go to end of field.
25685
25686         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25687         stuff for non-living groups.
25688
25689 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25690
25691         * gnus-art.el (gnus-article-followup-with-original)
25692         (gnus-article-reply-with-original): gnus-mark-active-p ->
25693         gnus-region-active-p.
25694
25695 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25696
25697         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25698         only when there is spam or ham to be processed.
25699
25700 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25701
25702         * mail-source.el (mail-source-delete-crash-box): Refactor.
25703         (mail-source-fetch): Use it.
25704         (mail-source-fetch-file): Ditto.
25705         (mail-source-fetch-directory): Run postscript in loop.
25706         (mail-source-fetch-pop): Delete.
25707         (mail-source-fetch-maildir): Ditto.
25708         (mail-source-fetch-imap): Ditto.
25709
25710         * imap.el (imap-authenticators): Comment out sasl.
25711
25712         * message.el (message-skip-to-next-address): New function.
25713         (message-fill-header-address): Refactor.
25714         (message-fill-address): Use it.
25715         (message-delete-address): Use it.
25716         (message-fill-header-general): Refactor.
25717         (message-fill-field-address): Rename.
25718         (message-narrow-to-field): Find the start of the header.
25719         (message-header-format-alist): Don't pre-fill.
25720         (message-fill-header): Remove.
25721         (message-insert-header): New function.
25722         (message-shorten-references): Use it.
25723
25724         * rfc2047.el (rfc2047-field-value): Strip props.
25725
25726         * mail-parse.el (mail-header-make-address): New alias.
25727
25728         * ietf-drums.el (ietf-drums-make-address): New function.
25729
25730         * imap.el: Add compiler directives.
25731
25732         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25733
25734         * gnus-art.el (article-decode-idna-rhs): Don't use
25735         message-idna-inside-rhs-p.
25736
25737 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25738
25739         * message.el (message-idna-inside-rhs-p): Remove.
25740         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25741
25742         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25743         false positives.
25744
25745 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25746
25747         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25748
25749 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25750
25751         * nneething.el (nneething-file-name): Don't create spurious
25752         files.
25753
25754         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25755         (gnus-inews-do-gcc): Remove sleep.
25756
25757         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25758         part under point.
25759
25760         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25761         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25762
25763 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25764
25765         * spam.el (spam-summary-prepare-exit): Fix (length).
25766
25767 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25768
25769         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25770         as expired without moving it" message when there are spam
25771         messages left.
25772
25773 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25774
25775         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25776         header is not nil.
25777
25778 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25779
25780         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25781         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25782         (nntp-marks-changed-p): New arg SERVER.
25783         (nntp-request-update-info): Adjust caller.
25784
25785 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25786
25787         * nntp.el (nntp-save-marks): Pass missing arg.
25788
25789 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25790
25791         * nntp.el: Support marks.
25792         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25793         (nntp-marks-modtime, nntp-marks-directory): New variables.
25794         (nntp-request-set-mark, nntp-request-update-info)
25795         (nntp-possibly-create-directory, nntp-marks-changed-p)
25796         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25797         New functions.
25798
25799 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25800
25801         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25802         (gnus-xmas-redefine): Rename.
25803
25804         * gnus-score.el (gnus-score-insert-help):
25805         Use gnus-select-lowest-window.
25806
25807         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25808         appt-select-lowest-window and rename to gnus-select-lowest-window.
25809
25810         * gnus.el: do.
25811
25812 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25813
25814         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25815         encodings of MIME-encoded words, in order to improve
25816         interoperability with several broken MUAs.
25817
25818 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25819
25820         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25821         tags, only when charsets are not specified in headers.
25822         (mm-inline-text-html-render-with-w3m): Ditto.
25823
25824         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25825         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25826
25827 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25828
25829         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25830         instead of MIME-decoded from fields when checking
25831         `gnus-article-address-banner-alist'.
25832
25833 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25834
25835         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25836         description rather than subject.
25837
25838 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25839
25840         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25841
25842 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25843
25844         * gnus.el (gnus-version-number): Bump.
25845
25846 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25847
25848         * gnus.el: No Gnus v0.2 is released.
25849
25850 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25851
25852         * gnus-agent.el (gnus-agent-read-agentview):
25853         Inline gnus-uncompress-range.
25854
25855 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25856
25857         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25858         `exec-installed-p'.
25859
25860 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25861
25862         * gnus.el (spam-process, spam-autodetect-methods):
25863         Add bsfilter and bsfilter-headers.
25864
25865         * spam.el (spam-bsfilter): New customize group.
25866         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25867         (spam-bsfilter-header, spam-bsfilter-probability-header)
25868         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25869         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25870         (spam-bsfilter-database-directory): New options.
25871         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25872         (spam-list-of-statistical-checks, spam-registration-functions):
25873         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25874         (spam-bsfilter-score): New command.
25875         (spam-check-bsfilter-headers, spam-check-bsfilter)
25876         (spam-bsfilter-register-with-bsfilter)
25877         (spam-bsfilter-register-spam-routine)
25878         (spam-bsfilter-unregister-spam-routine)
25879         (spam-bsfilter-register-ham-routine)
25880         (spam-bsfilter-unregister-ham-routine): New functions.
25881         (spam-generic-score): Support bsfilter; Accept an optional argument
25882         to recalcurate spam score even if scoring header has already been
25883         added.
25884         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25885         optional argument to recalcurate spam score even if scoring header
25886         has already been added.
25887
25888 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25889
25890         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25891         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25892         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25893         link is missing.
25894
25895 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25896
25897         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25898         (html2text-get-attr): Rewrite.
25899
25900         * message.el (message-setup-1): Remove redundant put-text-property
25901         on mail-header-separator.
25902
25903 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25904
25905         * gnus-registry.el (gnus-registry-cache-whitespace)
25906         (gnus-registry-action, gnus-registry-spool-action)
25907         (gnus-registry-split-fancy-with-parent): Change message levels
25908         from 5 to 3 or 7, as needed.
25909
25910         * spam.el (spam-summary-prepare-exit)
25911         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25912         (spam-split, spam-find-spam, spam-log-undo-registration)
25913         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25914         level from 5 to 6.
25915
25916 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25917
25918         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25919         2004-03-04 change).
25920
25921 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25922
25923         * sieve-manage.el (sieve-manage-open):
25924         * nnweb.el (nnweb-insert-html):
25925         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25926         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25927         * nnspool.el (nnspool-request-group):
25928         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25929         * nnml.el (nnml-request-update-info):
25930         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25931         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25932         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25933         (nnimap-request-set-mark):
25934         * nnfolder.el (nnfolder-request-update-info):
25935         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25936         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25937         * gnus-uu.el (gnus-uu-find-articles-matching):
25938         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25939         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25940         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25941         * gnus-nocem.el (gnus-nocem-scan-groups):
25942         * gnus-int.el (gnus-start-news-server):
25943         * gnus-group.el (gnus-group-make-kiboze-group)
25944         (gnus-group-browse-foreign-server):
25945         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25946         Use mapc when appropriate.
25947
25948 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25949             Adam Sjøgren  <asjo@koldfront.dk>
25950             Wes Hardaker  <wes@hardakers.net>
25951             Michael Shields  <shields@msrl.com>
25952
25953         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25954         may need for spam sorting and scoring.
25955         (spam-user-format-function-S): Add user format function suitable for
25956         general use.
25957         (spam-article-sort-by-spam-status): Add sorting function for summary
25958         sorting.
25959         (spam-extra-header-to-number): Add function to get a score from a
25960         header.
25961         (spam-summary-score): Add function to get a numeric score from the
25962         headers.
25963         (spam-generic-score): Fix function doc, was in wrong place.
25964         (spam-initialize): Take symbols when it's run, and install the
25965         extra headers that spam-necessary-extra-headers thinks we need.
25966
25967 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25968
25969         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25970         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25971
25972 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25973
25974         * gnus-sum.el (gnus-set-global-variables)
25975         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25976         (gnus-article-get-xrefs, gnus-summary-best-group)
25977         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25978         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25979         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25980         Use with-current-buffer.
25981
25982 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25983
25984         * spam.el (spam-summary-prepare-exit): Simplify logic.
25985         (spam-fetch-article-header): Read the article header if it's not
25986         available.
25987         (spam-list-articles): Simplify logic.
25988         (spam-filelist-register-routine): Fix bug with unregister-list.
25989
25990         * gnus-registry.el: Fix comments at beginning.
25991
25992 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25993
25994         * message.el (message-cater-to-broken-inn): Remove.
25995         (message-shorten-references): Make sure the total folded length of
25996         References is shorter than 998 characters to cater to a bug in INN
25997         2.3.  Also, don't pretend that references aren't folded -- this
25998         hasn't worked for a while.
25999
26000 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26001
26002         * gnus-agent.el (gnus-agentize):
26003         gnus-agent-send-mail-real-function no longer set to current value
26004         of message-send-mail-function but rather a lambda that calls
26005         message-send-mail-function.  The change makes the agent real-time
26006         responsive to user changes to message-send-mail-function.
26007
26008 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26009
26010         * legacy-gnus-agent.el
26011         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26012         help from Florian Weimer <fw@deneb.enyo.de>
26013
26014 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26015
26016         * nnmail.el (nnmail-cache-insert): Revert last change.
26017
26018 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26019
26020         * nnmail.el (nnmail-cache-insert): Always check whether
26021         nnmail-cache-ignore-groups matches a group name.
26022
26023 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26024
26025         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26026         (spam-find-spam, spam-log-processing-to-registry)
26027         (spam-log-registered-p, spam-log-unregistration-needed-p)
26028         (spam-log-undo-registration): Use gnus-message instead of
26029         gnus-error, none of these errors are fatal.
26030
26031         * gnus-registry.el (gnus-registry-clean-empty-function)
26032         (gnus-registry-clean-empty): Remove only empty entries without
26033         extra data.
26034
26035 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26036
26037         * spam-stat.el (spam-stat-buffer-change-to-spam)
26038         (spam-stat-buffer-change-to-non-spam): Change (error) to
26039         (gnus-message 8) invocation.
26040
26041 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26042
26043         * nntp.el (nntp-via-netcat-command): New variable.
26044         (nntp-via-netcat-switches): New variable.
26045         (nntp-open-via-rlogin-and-netcat): New function.
26046         (nntp-open-connection-function): Doc fix.
26047         (nntp-telnet-command): Doc fix.
26048         (nntp-end-of-line): Doc fix.
26049         (nntp-via-rlogin-command): Doc fix.
26050         (nntp-via-user-name): Doc fix.
26051         (nntp-via-address): Doc fix.
26052
26053 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26054
26055         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26056         error in Emacs 21.1.
26057
26058 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26059
26060         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26061
26062 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26063
26064         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26065         (gnus-agent-with-refreshed-group): New macro.
26066         (gnus-agent-rename-group): New function.
26067         (gnus-agent-delete-group): New function.
26068         (gnus-agent-save-group-info): Use gnus-command-method when
26069         `method' parameter is nil.  Don't write nil entries into the
26070         active file.
26071         (gnus-agent-get-group-info): New function.
26072         (gnus-agent-fetch-articles):
26073         Use gnus-agent-update-files-total-fetched-for to increment disk space
26074         used.
26075         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26076         Use gnus-agent-update-view-total-fetched-for to increment disk space
26077         used.
26078         (gnus-agent-get-local): Add optional parameters to avoid calling
26079         gnus-group-real-name and gnus-find-method-for-group.
26080         (gnus-agent-set-local): Delete stored entry if either min, or max,
26081         are nil.
26082         (gnus-agent-fetch-session): Reworded error/quit messages.
26083         On quit, use gnus-agent-regenerate-group to record existance of any
26084         articles fetched to disk before the quit occurred.
26085         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26086         gnus-agent-update-view-total-fetched-for, and
26087         gnus-agent-update-files-total-fetched-for to decrement disk space
26088         used.
26089         (gnus-agent-retrieve-headers):
26090         Use gnus-agent-update-view-total-fetched-for to increment disk space
26091         used.
26092         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26093         with gnus-agent-update-files-total-fetched-for to decrement disk
26094         space and fresh group buffer.
26095         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26096         (gnus-agent-need-update-total-fetched-for): New variable.
26097         (gnus-agent-update-files-total-fetched-for): New function.
26098         (gnus-agent-update-view-total-fetched-for): New function.
26099         (gnus-agent-total-fetched-for): New function.
26100
26101         * gnus-cache.el (gnus-cache-save-buffers):
26102         Use gnus-cache-update-overview-total-fetched-for to change disk space
26103         used by this group.
26104         (gnus-cache-possibly-enter-article):
26105         Use gnus-cache-update-file-total-fetched-for to increment disk space
26106         used by this group.
26107         (gnus-cache-possibly-remove-article):
26108         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26109         used by this group.
26110         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26111         (gnus-cache-rename-group): New function.
26112         (gnus-cache-delete-group): New function.
26113         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26114         (gnus-cache-need-update-total-fetched-for): New variable.
26115         (gnus-cache-with-refreshed-group): New macro.
26116         (gnus-cache-update-file-total-fetched-for): New function.
26117         (gnus-cache-update-overview-total-fetched-for): New function.
26118         (gnus-cache-rename-group-total-fetched-for): New function.
26119         (gnus-cache-delete-group-total-fetched-for): New function.
26120         (gnus-cache-total-fetched-for): New function.
26121
26122         * gnus-group.el: Require gnus-sum and autoload functions to
26123         resolve warnings when gnus-group.el compiled alone.
26124         (gnus-group-line-format): Document new %F.
26125         (size of Fetched data) group line format; identifies disk space
26126         used by agent and cache.
26127         (gnus-group-line-format-alist): Define new F format.
26128         (gnus-total-fetched-for): New function.
26129         (gnus-group-delete-group): No longer update
26130         gnus-cache-active-altered as gnus-request-delete-group now keeps
26131         the cache in sync.
26132         (gnus-group-list-active): Let the agent store a server's active
26133         list if currently plugged.
26134
26135         * gnus-int.el (gnus-request-delete-group):
26136         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26137         local disk in sync with the server.
26138         (gnus-request-rename-group):
26139         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26140         local disk in sync with the server.
26141
26142         * gnus-start.el (gnus-get-unread-articles):
26143         Cosmetic simplification to logic.
26144
26145         * gnus-util.el (gnus-rename-file): New function.
26146
26147 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26148
26149         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26150
26151 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26152
26153         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26154         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26155
26156 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26157
26158         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26159         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26160
26161 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26162
26163         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26164
26165 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26166
26167         * spam.el (spam-set-difference): Add function to replace
26168         gnus-set-difference in spam.el.
26169         (spam-summary-prepare-exit): Use spam-set-difference.
26170
26171 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26172
26173         * gnus-registry.el (gnus-registry-cache-file): Update to use
26174         gnus-dribble-directory OR gnus-home-directory OR ~.
26175         (gnus-registry-split-fancy-with-parent): Fix doc.
26176
26177 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26178
26179         * message.el (message-exchange-point-and-mark):
26180         Use message-mark-active-p.  Suggested by Jesper Harder
26181         <harder@ifa.au.dk>.
26182
26183 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26184
26185         * message.el (message-exchange-point-and-mark): Don't activate
26186         region if it was inactive.  Suggested by Hiroshi Fujishima
26187         <pooh@nature.tsukuba.ac.jp>.
26188
26189 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26190
26191         * gnus-art.el (article-display-face): Display Faces in the same
26192         order as X-Faces.
26193
26194 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26195
26196         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26197
26198 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26199
26200         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26201         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26202         (gnus-article-mime-hierarchy): Remove.
26203         (gnus-article-mime-hierarchy-next): Remove.
26204         (gnus-article-mode): Revert 2004-03-19 change.
26205         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26206         (gnus-insert-mime-button): Revert 2004-03-19 change.
26207         (gnus-mime-accumulate-hierarchy): Remove.
26208         (gnus-mime-enter-multipart): Remove.
26209         (gnus-mime-leave-multipart): Remove.
26210         (gnus-mime-display-part): Revert 2004-03-19 change.
26211         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26212
26213         * mml.el (mml-preview): Revert 2004-03-19 change.
26214
26215 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26216
26217         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26218
26219 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26220
26221         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26222         t while entering a file name using the mm-with-multibyte macro.
26223         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26224
26225         * mm-util.el (mm-with-multibyte): New macro.
26226
26227 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26228
26229         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26230         New user option.
26231         (gnus-mime-multipart-functions): Doc and customization fix.
26232         (gnus-article-mime-hierarchy): New variable.
26233         (gnus-article-mime-hierarchy-next): New variable.
26234         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26235         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26236         gnus-article-mime-hierarchy-next to nil.
26237         (gnus-insert-mime-button): Show hierarchy numbers.
26238         (gnus-mime-accumulate-hierarchy): New function.
26239         (gnus-mime-enter-multipart): New function.
26240         (gnus-mime-leave-multipart): New function.
26241         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26242         (gnus-mime-display-alternative): Show hierarchy numbers.
26243
26244         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26245         gnus-article-mime-hierarchy-next to nil.
26246
26247 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26248
26249         * dns.el: Don't require gnus-xmas.
26250
26251 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26252
26253         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26254         inline PGP.
26255         (mml-menu): Disable mml-quote-region if mark is inactive.
26256
26257 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26258
26259         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26260         when the group's active is not available.
26261
26262 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26263
26264         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26265         error.
26266
26267 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26268
26269         * imap.el (imap-store-password): New variable.
26270         (imap-interactive-login): Use it.
26271         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26272
26273 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26274
26275         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26276         window-start and hscroll to summary window.
26277
26278 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26279
26280         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26281         conversion message to newsrc-dribble when an actual conversion is
26282         performed.
26283
26284 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26285
26286         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26287
26288 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26289
26290         * mm-decode.el (mm-complicated-handles): New function reviving
26291         former definition of mm-multiple-handles.
26292
26293         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26294         (gnus-mime-delete-part): Use it.
26295
26296 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26297
26298         * gnus-agent.el (gnus-agent-read-local):
26299         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26300         avoid the implicit assumption that they will always be equal.
26301         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26302         coding-system-for-write, as the with-temp-file macro first prints
26303         to a buffer then saves the buffer.
26304
26305 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26306
26307         * gnus-art.el (gnus-article-edit-part): New function.
26308         (gnus-mime-save-part-and-strip): Use it; do query instead of
26309         signaling an error; don't use mm-multiple-handles.
26310         (gnus-mime-delete-part): Ditto.
26311
26312 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26313
26314         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26315         old file versions.
26316         (gnus-group-prepare-hook): Remove function that converted list
26317         form of gnus-agent-expire-days to group properties.
26318
26319         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26320         (gnus-request-accept-article): Re-indented.
26321
26322         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26323         converters to handle old agent file formats.  Add logic for a
26324         "backup before upgrading warning".
26325         (gnus-convert-mark-converter-prompt): Developers can mark
26326         functions as needing (default), or not needing,
26327         gnus-convert-old-newsrc's "backup before upgrading warning".
26328         (gnus-convert-converter-needs-prompt): Tests whether the user
26329         should be protected from potentially irreversable changes by the
26330         function.
26331
26332         * legacy-gnus-agent.el: New.  Provides converters that are only
26333         loaded when gnus-convert-old-newsrc needs to call them.
26334
26335 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26336
26337         * mail-source.el (mail-source-touch-pop): Doc fix.
26338
26339         * message.el (message-smtpmail-send-it): Doc fix.
26340
26341 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26342
26343         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26344
26345         * nnmail.el (nnmail-split-fancy): do.
26346
26347         * gnus-kill.el (gnus-kill, gnus-execute): do.
26348
26349 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26350
26351         * gnus-sum.el (gnus-widget-reversible-match)
26352         (gnus-widget-reversible-to-internal)
26353         (gnus-widget-reversible-to-external): New functions.
26354         (gnus-widget-reversible): New widget.
26355         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26356
26357 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26358
26359         * gnus-sum.el (gnus-thread-sort-functions)
26360         (gnus-article-sort-functions): Document `(not F)' items.
26361
26362 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26363
26364         * spam.el (spam-use-gmane-xref): Add new backend.
26365         (spam-gmane-xref-spam-group): Add variable to control the name of the
26366         Gmane spam group.
26367         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26368         (spam-regex-headers-spam, spam-regex-headers-ham)
26369         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26370         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26371         backends and checks.
26372         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26373
26374         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26375         an autodetect method.
26376
26377 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26378
26379         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26380         articles are being added to a group.
26381         (gnus-request-replace-article): Inform the agent that articles
26382         need to be uncached as the cached contents are no longer valid.
26383
26384 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26385
26386         * binhex.el: Don't autoload executable-find.
26387
26388         * canlock.el: Don't autoload mail-fetch-field.
26389
26390         * dgnushack.el: Autoload c-mode for XEmacs.
26391
26392         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26393
26394         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26395         rmail-dont-reply-to and rmail-output.
26396
26397         * gnus-score.el: Don't autoload ffap-string-at-point.
26398
26399         * gnus-setup.el: Don't autoload sc-cite-original.
26400
26401         * imap.el: Don't autoload base64-decode-string,
26402         base64-encode-string and md5.
26403
26404         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26405         and rmail-msg-restore-non-pruned-header.
26406
26407         * mm-decode.el: Don't autoload executable-find.
26408
26409         * mm-url.el: Don't autoload executable-find.
26410
26411         * mm-view.el: Don't autoload diff-mode.
26412
26413         * nndb.el: Don't autoload news-reply-mode, news-setup,
26414         cancel-timer and telnet.
26415
26416         * password.el: Don't autoload run-at-time for Emacs.
26417
26418         * sha1-el.el: Don't autoload executable-find.
26419
26420         * sieve-mode.el: Don't autoload c-mode.
26421
26422         * uudecode.el: Don't autoload executable-find.
26423
26424 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26425
26426         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26427         (gnus-agent-possibly-alter-active): Avoid null in numeric
26428         comparison.
26429         (gnus-agent-set-local): Refuse to save null in local object table.
26430         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26431         list of articles that will be marked as unread.
26432
26433 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26434
26435         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26436
26437 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26438
26439         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26440         language tags.
26441
26442 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26443
26444         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26445         Don't bind "obarray".
26446
26447         * gnus-sum.el (gnus-thread-sort-functions):
26448         Add `gnus-thread-sort-by-most-recent-number' and
26449         `gnus-thread-sort-by-most-recent-date'.
26450         Reported by Kai Grossjohann <kai@emptydomain.de>.
26451
26452 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26453
26454         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26455
26456 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26457
26458         * gnus-cus.el (gnus-agent-customize-category):
26459         Remove ignore-errors macro reference that required cl to be loaded at
26460         run-time.
26461
26462         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26463         single-interval range of the form (min . max).  Previously the
26464         range had to look like ((min . max)).  Likewise, return
26465         (min . max) rather than ((min . max)).
26466         (gnus-range-map): Use gnus-range-normalize to accept
26467         single-interval range.
26468
26469         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26470         the cache, but not the agent, now appear with their usual face.
26471
26472         * dgnushack.el (loaddir): New variable that is bound to the
26473         directory containing the dgnushack.el file.  Use loaddir, rather
26474         than srcdir, to update load-path.  Change lets dgnushack compile
26475         code in directories other than GNUS/lisp.
26476
26477 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26478
26479         * lpath.el: Don't bind w3m-safe-url-regexp.
26480
26481         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26482         w3m-safe-url-regexp variable buffer-local.
26483
26484         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26485
26486 2004-02-27  Simon Josefsson  <jas@extundo.com>
26487
26488         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26489         gnus-group-real-prefix.
26490         (gnus-summary-move-article): Use it, instead of
26491         gnus-group-real-prefix.
26492
26493 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26494
26495         * lpath.el: Bind w3m-safe-url-regexp.
26496
26497         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26498         w3m-safe-url-regexp variable buffer-local and set it as the value
26499         of mm-w3m-safe-url-regexp.
26500
26501         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26502
26503         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26504         parsing gnus-posting-styles when the message is not for replying.
26505
26506         * dgnushack.el: Autoload sgml-mode for XEmacs.
26507
26508         * nnrss.el (nnrss-opml-export):
26509         Use mm-set-buffer-file-coding-system instead of
26510         set-buffer-file-coding-system.
26511
26512 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26513
26514         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26515         of checkdoc.el).
26516         * nnrss.el: do.
26517         * gnus-mlspl.el: do.
26518         * gnus-ml.el: do.
26519         * gnus-srvr.el: do.
26520
26521         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26522
26523 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26524
26525         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26526         Corrections to custom-manual links.
26527
26528         * gnus-art.el (gnus-article): Ditto.
26529
26530         * mm-decode.el (mime-display, mime-security): Ditto.
26531
26532 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26533
26534         * flow-fill.el: Typo.
26535
26536 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26537
26538         * spam-wash.el: New file.
26539
26540 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26541
26542         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26543
26544 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26545
26546         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26547         to be run with new-articles as LIST1, not LIST2.
26548         (spam-registration-functions): Add spam-use-ham-copy as a nil
26549         registration backend.
26550
26551 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26552
26553         * spam-stat.el (spam-stat-washing-hook): New option.
26554         (spam-stat-buffer-words): Use it.
26555         (spam-stat-process-directory, spam-stat-test-directory):
26556         Use insert-file-contents-literally.
26557         (spam-stat-coding-system): New variable.
26558         (spam-stat-load, spam-stat-save): Use it.
26559
26560 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26561
26562         * spam-report.el (spam-report-plug-agent):
26563         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26564
26565 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26566
26567         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26568         Allow / in mailto URLs.
26569
26570 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26571
26572         * spam-report.el (spam-report-process-queue): Fix interactive use.
26573         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26574         (spam-report-unplug-agent): Doc fixes.
26575         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26576         (spam-report-agentize, spam-report-deagentize): Autoload.
26577
26578 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26579
26580         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26581
26582         * message.el (message-setup-fill-variables): Add mml tags to
26583         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26584         <ajk@iu.edu>.
26585         (message-mode): Don't modify paragraph-separate there.
26586
26587 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26588
26589         * compface.el (uncompface-use-external): Default to undecided.
26590         (uncompface-use-external-threshold): New variable.
26591         (uncompface-float-time): New macro.
26592         (uncompface): Determine whether to use the external decoder if
26593         uncompface-use-external is undecided.
26594
26595 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26596
26597         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26598         after images.
26599
26600         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26601
26602 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26603
26604         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26605
26606         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26607
26608         * gnus-sum.el (gnus-summary-limit-to-age)
26609         (gnus-summary-limit-children): do.
26610
26611         * gnus-int.el (gnus-request-scan): do.
26612
26613         * gnus-group.el (gnus-group-suspend): do.
26614
26615         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26616
26617         * gnus-cite.el (gnus-cite-parse-attributions): do.
26618
26619         * gnus-agent.el (gnus-summary-set-agent-mark)
26620         (gnus-agent-regenerate-group): do.
26621
26622         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26623
26624         * binhex.el (binhex-decode-region-internal): do.
26625
26626 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26627
26628         * gnus-fun.el (gnus-face-properties-alist): New user option.
26629         (gnus-display-x-face-in-from): Use it.
26630
26631         * gnus-art.el (article-display-face): Ditto.
26632
26633         * compface.el (uncompface-use-external): Default to nil.
26634
26635 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26636
26637         * nntp.el (nntp-erase-buffer): New function.
26638         (nntp-retrieve-data, nntp-send-command)
26639         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26640         (nntp-possibly-change-group): Use it.
26641
26642         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26643         Use with-current-buffer.
26644
26645 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26646
26647         * compface.el: Merge the ELisp-based uncompface program.
26648         (compface): New customization group.
26649         (uncompface-use-external): New user option.
26650         (uncompface): Call uncompface-internal if uncompface-use-external
26651         is nil.
26652         (uncompface-internal): New function.  Note that there are also
26653         some other functions and variables added for this function.
26654
26655 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26656
26657         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26658         if necessary.
26659
26660 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26661
26662         * spam-report.el (spam-report-unplug-agent)
26663         (spam-report-plug-agent, spam-report-deagentize)
26664         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26665         Add support for the Agent in spam-report: when unplugged, report to a
26666         file; when plugged, submit all the requests.
26667
26668         * spam.el (spam-register-routine): Fix message about
26669         registration.
26670
26671 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26672
26673         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26674         dependencies.
26675         (rfc2047-encode): Use it.
26676
26677         * gnus-art.el (gnus-button-marker-list): Move before first
26678         reference.
26679
26680         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26681         (imap-parse-body): Fix format string mismatch.
26682
26683         * gnus-score.el (gnus-summary-increase-score): do.
26684
26685         * nnrss.el (nnrss-close): New function.
26686
26687 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26688
26689         * nnrss.el (nnrss-make-filename): New function.
26690         (nnrss-request-delete-group, nnrss-read-server-data)
26691         (nnrss-save-server-data, nnrss-read-group-data)
26692         (nnrss-save-group-data): Use it.
26693         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26694         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26695         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26696
26697 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26698
26699         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26700
26701 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26702
26703         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26704         files.
26705
26706         * message.el (message-generate-headers-first): Don't quote nil
26707         and t in docstrings.
26708
26709         * imap.el (imap-id): do.
26710
26711         * gnus-agent.el (gnus-agent-consider-all-articles)
26712         (gnus-agent-queue-mail): do.
26713
26714 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26715
26716         * spam-report.el (spam-report-process-queue): New function.
26717         Process requests from `spam-report-requests-file'.
26718         (spam-report-process-queue): Doc fix.
26719
26720 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26721
26722         * spam.el (spam-register-routine)
26723         (spam-log-processing-to-registry, spam-log-registered-p)
26724         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26725         Change "check" to "spam-check" for semi-clarity.
26726
26727 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26728
26729         * pop3.el: Require nnheader.
26730
26731         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26732
26733         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26734
26735         * gnus-picon.el: Require cl.
26736
26737         * gnus-fun.el: Require gnus-ems and gnus-util.
26738
26739         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26740
26741         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26742
26743         * gnus-art.el (gnus-article-edit-mode): Define before first
26744         reference.
26745
26746 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26747
26748         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26749         (gnus-uu-post-encoded): Use point-at-bol.
26750
26751         * gnus-topic.el (gnus-group-active-topic-p): do.
26752
26753         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26754
26755         * gnus-group.el (gnus-group-kill-region): do.
26756
26757         * gnus-art.el (article-date-ut): do.
26758
26759         * message.el (message-fetch-field): Remove redundant
26760         case-fold-search binding.
26761         (message-narrow-to-field): Simplify.
26762
26763 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26764
26765         * spam.el (spam-directory): Derive from `gnus-directory'.
26766
26767         * spam-report.el (spam-report-url-to-file)
26768         (spam-report-requests-file): New function and variable for offline
26769         reporting.
26770         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26771         and user defined function.
26772         (spam-report-url-ping-mm-url): Remove doubled slash.
26773
26774 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26775
26776         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26777
26778 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26779
26780         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26781         Fix format string mismatch.
26782
26783         * sieve.el (sieve-deactivate-all): do.
26784
26785         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26786
26787         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26788
26789         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26790
26791         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26792
26793 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26794
26795         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26796         the list of checks.
26797
26798 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26799
26800         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26801         padding.
26802
26803 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26804
26805         * mm-view.el (mm-fill-flowed): New variable.
26806         (mm-inline-text): Use it.
26807
26808 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26809
26810         * spam.el (spam-spamassassin-register-ham-routine)
26811         (spam-spamassassin-register-spam-routine): Fix function names.
26812
26813 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26814
26815         * gnus.el (gnus-tmp-grouplens): Remove.
26816         (gnus-summary-line-format): Remove grouplens.
26817
26818         * gnus-group.el (gnus-group-line-format): Ditto.
26819
26820         * gnus-spec.el (gnus-format-specs): Ditto.
26821         (gnus-update-format-specifications): Flush the group format spec
26822         cache if there's the grouplens stuff.
26823         (gnus-parse-simple-format): Replace %l with the empty string.
26824
26825 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26826
26827         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26828         omission.
26829
26830 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26831
26832         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26833         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26834
26835 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26836
26837         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26838         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26839         New macros and functions.
26840         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26841         Handle > NLINK_MAX messages.
26842         * nnmaildir.el (nnmaildir-request-set-mark):
26843         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26844
26845 2004-01-25  Alex Schroeder  <alex@gnu.org>
26846
26847         * spam-stat.el (spam-stat-process-directory-age): New option.
26848         (spam-stat-process-directory): Use it.
26849
26850 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26851
26852         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26853         (spam-stat-save): Accept prefix argument.
26854
26855 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26856
26857         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26858         links" error.
26859
26860 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26861
26862         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26863         the rest of the and/or forms.
26864
26865 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26866
26867         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26868         compatibility with old .newsrc.eld files.
26869
26870         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26871
26872         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26873
26874         * gnus-start.el (gnus-1): do.
26875
26876         * gnus-group.el (gnus-group-line-format-alist): do.
26877
26878         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26879
26880         * gnus-gl.el: Remove.
26881
26882 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26883
26884         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26885         marks consisting of a single range {for example, (3 . 5)} rather
26886         than a list of a single range { ((3 . 5)) }.
26887
26888 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26889
26890         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26891         Use with-current-buffer.
26892         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26893         avoid consing a string.
26894
26895         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26896         Remove obsolete entries for big5 and gb2312.
26897
26898 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26899
26900         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26901         uncompressed list.
26902
26903 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26904
26905         * spam-stat.el (spam-stat-strip-xref): New function.
26906         (spam-stat-process-directory): Use it.
26907
26908         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26909         here -- it's done in message-fetch-field.
26910
26911 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26912
26913         * gnus-agent.el (gnus-agent-queue-mail)
26914         (gnus-agent-prompt-send-queue): New variables.
26915         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26916         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26917         "nndraft:queue" along to gnus-draft-send.
26918         Use gnus-agent-prompt-send-queue.
26919         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26920         is "nndraft:queue".  Suggested by Gaute Strokkenes
26921         <gs234@srcf.ucam.org>
26922
26923         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26924         (agent-enable-undownloaded-faces): Add.
26925         (gnus-agent-cat-groups): Use eval-and-compile, not
26926         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26927         method of gnus-agent-cat-groups even when the buffer has been
26928         evaled.
26929         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26930         delete gnus-agent-save-active-1.
26931         (gnus-agent-save-groups): Delete.  Identical to
26932         gnus-agent-save-active.
26933         (gnus-agent-write-active): No longer adjust agent's copy of active
26934         file as agent's adjustments are now stored in their own
26935         file.  Remove optional parameter.
26936         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26937         servers.  Add use of min/max range limits from server's local
26938         file.
26939         (gnus-agent-save-alist): Remove unused optional argument.
26940         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26941         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26942         (gnus-agent-set-local): A per-server file that keeps min/max range
26943         limits for articles known to the agent.  Provides a fast mechanism
26944         for altering many active ranges.
26945         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26946         active file (local makes it unnecessary).
26947         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26948
26949         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26950         (agent-enable-undownloaded-faces): Add.
26951
26952         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26953         disable it when sending to "nndraft:queue".
26954         (gnus-group-send-queue): Add safety check to avoid sending queue
26955         when unplugged.
26956
26957         * gnus-group.el (gnus-group-catchup): Use new
26958         gnus-sequence-of-unread-articles, not
26959         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26960         numbers of articles.  Use gnus-range-map to avoid having to
26961         uncompress the unread list.
26962         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26963         Fix invalid ange-ftp reference.
26964
26965         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26966         (gnus-sorted-range-intersection): Intersection of two ranges
26967         without requiring that they first be uncompressed.
26968
26969         * gnus-start.el (gnus-activate-group): Unless blocked by the
26970         caller, possibly expand the active range to include both cached
26971         and agentized articles.
26972         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26973         multiple version-dependent converters.
26974         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26975         gnus-agent-save-active.
26976         (gnus-save-newsrc-file): Save dirty agent range limits.
26977
26978         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26979         gnus-agent-possibly-alter-active.
26980         (gnus-adjust-marked-articles): Faster handling of simple lists.
26981
26982 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26983
26984         * spam-stat.el (spam-stat-test-directory): New optional argument
26985         displays a list of files detected.  Suggested by Andrew Cohen
26986         <cohen@andy.bu.edu>.
26987         (spam-stat-buffer-words-with-scores): Don't narrow and change
26988         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26989
26990 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26991
26992         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26993         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26994         (spam-spamassassin-arguments)
26995         (spam-spamassassin-spam-flag-header)
26996         (spam-spamassassin-positive-spam-flag-header)
26997         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26998         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26999         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27000         (spam-list-of-processors, spam-list-of-checks)
27001         (spam-list-of-statistical-checks, spam-registration-functions)
27002         (spam-check-spamassassin-headers, spam-check-spamassassin)
27003         (spam-spamassassin-score)
27004         (spam-spamassassin-register-with-sa-learn)
27005         (spam-spamassassin-register-spam-routine)
27006         (spam-spamassassin-register-ham-routine)
27007         (spam-assassin-register-spam-routine)
27008         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27009         (spam-bogofilter-score): Fix to show article before scoring.
27010
27011 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27012
27013         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27014         default scoring function.
27015         (spam-generic-score): Call spam-spamassassin-score if
27016         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27017         spam-bogofilter-score otherwise.
27018
27019         * gnus.el (spam-process, spam-autodetect-methods):
27020         Add spamassassin and spamassassin-headers.
27021
27022 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27023
27024         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27025         Suppress unnecessary messages.
27026
27027 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27028
27029         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27030         make-hash-table.
27031
27032 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27033
27034         * canlock.el (base64-encode-string): Don't autoload it.
27035
27036 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27037
27038         * run-at-time.el: Remove useless (require 'itimer),
27039         eval-and-compile and (featurep 'xemacs).
27040
27041 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27042
27043         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27044         GROUP is a virtual group.
27045
27046 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27047
27048         * gnus.el: Autoload `message-y-or-n-p'.
27049
27050 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27051
27052         * pgg-parse.el: Remove unnecessary (require 'custom).
27053
27054         * pgg-def.el: do.
27055
27056         * nnmail.el: do.
27057
27058         * gnus-undo.el: do.
27059
27060         * gnus-picon.el: do.
27061
27062         * gnus-util.el: do.
27063
27064 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27065
27066         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27067
27068 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27069
27070         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27071         handle, as well as a list.
27072
27073         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27074         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27075         (mm-w3m-cid-retrieve): Simplify.
27076
27077 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27078
27079         * message.el (message-kill-to-signature): Allow prefix arg to
27080         specify number of lines to keep before signature.
27081
27082 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27083
27084         * message.el (message-kill-to-signature): Change docstring.
27085
27086 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27087
27088         * canlock.el: Always require sha1-el.
27089         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27090
27091         * message.el: Autoload sha1 only when compiling.
27092
27093         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27094         eudc-expand-inline for XEmacs.
27095
27096 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27097
27098         * message.el (message-canlock-generate): Require sha1-el.
27099
27100 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27101
27102         * message.el (message-expand-name): Silence the byte compiler.
27103
27104         * lpath.el: Add detect-coding-system.
27105
27106         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27107         cus-edit.
27108
27109 2004-01-13  Simon Josefsson  <jas@extundo.com>
27110
27111         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27112         Invoke gnus-score-mode.
27113         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27114
27115         * gnus-range.el (gnus-compress-sequence): Doc fix.
27116         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27117
27118 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27119
27120         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27121
27122 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27123
27124         * spam.el (spam-get-article-as-string): Update to use
27125         gnus-request-article-this-buffer, much simpler.
27126         (spam-get-article-as-buffer): Remove.
27127
27128 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27129
27130         * message.el (message-expand-name): Use EUDC if the user uses that.
27131
27132 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27133
27134         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27135         character for the encoding to avoid consing a string.
27136
27137         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27138         unnecessarily.
27139
27140         * mm-util.el (mm-replace-chars-in-string): Remove.
27141
27142         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27143         of mm-replace-chars-in-string.
27144
27145 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27146
27147         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27148
27149         * mm-util.el (mm-subst-char-in-string): Support inplace.
27150
27151         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27152         a new string in every iteration.  Use shy groups.
27153
27154 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27155
27156         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27157         * gnus-soup.el (gnus-soup-group-brew):
27158         * gnus-msg.el (gnus-put-message):
27159         * gnus-move.el (gnus-group-move-group-to-server):
27160         * gnus-kill.el (gnus-batch-score):
27161         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27162         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27163         (gnus-group-update-group, gnus-group-read-group)
27164         (gnus-group-make-group, gnus-group-make-help-group)
27165         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27166         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27167         (gnus-group-sort-by-unread, gnus-group-catchup)
27168         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27169         (gnus-group-yank-group, gnus-group-set-info)
27170         (gnus-group-list-groups):
27171         * gnus.el (gnus-generate-new-group-name):
27172         * gnus-delay.el (gnus-delay-send-queue):
27173         * nnvirtual.el (nnvirtual-catchup-group):
27174         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27175         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27176         (gnus-group-prepare-topics, gnus-topic-check-topology):
27177         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27178         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27179         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27180         (gnus-group-make-articles-read):
27181         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27182         (gnus-group-change-level, gnus-kill-newsgroup)
27183         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27184         (gnus-get-unread-articles, gnus-make-articles-unread)
27185         (gnus-make-ascending-articles-unread): Use accessor
27186         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27187         to get group information for improved readability.
27188
27189
27190 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27191
27192         * gnus-art.el (article-decode-mime-words, article-babel)
27193         (gnus-article-highlight-signature, gnus-article-add-buttons)
27194         (gnus-signature-toggle): Use gnus-with-article-buffer.
27195
27196         * gnus-art.el (gnus-article-highlight-headers)
27197         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27198
27199         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27200         (gnus-article-set-globals, gnus-request-article-this-buffer)
27201         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27202         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27203         (gnus-mime-display-alternative): Use with-current-buffer.
27204
27205 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27206
27207         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27208         also under 80 char limit, and call gnus-error if needed.
27209         (spam-fetch-article-header): Fix - it was a
27210         buffer-local variable (gnus-newsgroup-data).
27211         (spam-find-spam): Use spam-generate-fake-headers, forget about
27212         spam-insert-fake-headers.
27213         (spam-insert-fake-headers): Remove.
27214
27215 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27216
27217         * deuglify.el (gnus-article-outlook-unwrap-lines)
27218         (gnus-outlook-rearrange-article)
27219         (gnus-outlook-repair-attribution-outlook)
27220         (gnus-outlook-repair-attribution-block)
27221         (gnus-outlook-repair-attribution-other): Remove redundant
27222         save-excursion.
27223
27224 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27225
27226         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27227         (spam-fetch-field-subject-fast)
27228         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27229         (spam-fetch-article-header): Add functions to deal with Gnus
27230         internals for fast retrieval of article header data.
27231         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27232
27233 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27234
27235         * pop3.el (pop3-md5): Remove.
27236         (pop3-apop): Replace pop3-md5 with md5.
27237
27238         * mm-bodies.el: base64 is always built-in.
27239
27240         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27241         Use with-current-buffer.
27242
27243 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27244
27245         * canlock.el (canlock-insert-header): Remove excessive grouping in
27246         regexp.
27247
27248         * gnus-sum.el (gnus-summary-read-document): Ditto.
27249
27250         * gnus-uu.el (gnus-uu-part-number): Ditto.
27251
27252         * html2text.el (html2text-remove-tags): Ditto.
27253         (html2text-format-tags): Ditto.
27254         (html2text-format-single-elements): Ditto.
27255
27256         * mml.el (mml-parse-1): Ditto.
27257
27258 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27259
27260         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27261
27262         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27263
27264         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27265
27266         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27267
27268 2003-11-15  Simon Josefsson  <jas@extundo.com>
27269
27270         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27271         (pgg-gpg-lookup-key): Use regexp match instead of
27272         split-string (split-string is different between emacs 21.2 and
27273         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27274
27275 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27276
27277         * gnus-art.el (gnus-mime-view-all-parts)
27278         (gnus-article-part-wrapper, gnus-article-view-part):
27279         Use with-current-buffer.
27280
27281 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27282
27283         * spam.el (spam-disable-spam-split-during-ham-respool)
27284         (spam-spamoracle-database, spam-cache-lookups)
27285         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27286         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27287         (spam-group-ham-marks, spam-group-spam-marks)
27288         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27289         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27290         also add spam-use-blackholes to the statistical checks.
27291         (spam-fetch-field-fast): Add interface to fetching fields, may
27292         become a macro.
27293         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27294         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27295         (spam-insert-fake-headers): Fake an article when needed.
27296         (spam-find-spam): Fake article when possible.
27297         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27298         (spam-check-bogofilter-headers): Use message-fetch-field instead
27299         of nnmail-fetch-field.
27300
27301 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27302
27303         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27304
27305 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27306
27307         * spam.el (spam-split): Do not require spam-use-CHECK to be
27308         enabled if that check is passed to spam-split explicitly; also
27309         fix so 'spam doesn't get converted to spam-split-group when
27310         spam-split-symbolic-return is t.
27311         (spam-find-spam): Find registrations of the article and use those
27312         instead of re-running spam-split to find the spam/ham
27313         classification of the article.
27314         (spam-log-processing-to-registry, spam-log-registered-p)
27315         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27316         Use gnus-error instead of gnus-message.
27317         (spam-log-registration-type): Add function to determine the
27318         classification of a message based on registry entries; will
27319         return nil if both 'spam and 'ham are found.
27320         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27321         a reasonably fast local cache without the loading errors.
27322         (spam-cache-lookups): Set to t by default.
27323         (spam-find-spam): Don't try to guess spam-cache-lookups.
27324         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27325         spam-caches entry.
27326         (spam-filelist-build-cache, spam-filelist-check-cache):
27327         Fix caching of whitelist/blacklist entries.
27328         (spam-check-whitelist, spam-check-blacklist):
27329         Invoke spam-from-listed-p with a type, not a cache variable.
27330         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27331
27332 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27333
27334         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27335
27336         * nnmail.el (nnmail-split-fancy): do.
27337
27338         * mml.el (mml-parse): do.
27339
27340         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27341         (gnus-score-adaptive): do.
27342
27343 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27344
27345         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27346         (gnus-mime-button-map): Don't set keymap parent.
27347         (gnus-button-ctan-directory-regexp): Use shy grouping.
27348         (gnus-prev-page-map): Don't set keymap parent.
27349         (gnus-prev-page-map): Remove duplicated one.
27350         (gnus-next-page-map): Don't set keymap parent.
27351         (gnus-mime-security-button-map): Ditto.
27352
27353         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27354         version number.
27355
27356         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27357
27358 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27359
27360         * canlock.el (canlock-sha1-function): Remove.
27361         (canlock-sha1-function-for-verify): Remove.
27362         (canlock-openssl-program): Remove.
27363         (canlock-openssl-args): Remove.
27364         (canlock-ignore-errors): Remove.
27365         (canlock-sha1-with-openssl): Remove.
27366         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27367         (canlock-verify): Don't use canlock-ignore-errors.
27368
27369         * sha1-el.el (sha1-string-external): Make it can return a string
27370         in binary form.
27371         (sha1-region-external): Ditto.
27372         (sha1-string-internal): Ditto.
27373         (sha1-region-internal): Ditto.
27374         (sha1-region): Ditto.
27375         (sha1-string): Ditto.
27376         (sha1): Ditto.
27377
27378 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27379
27380         * spam.el (spam-report-articles-gmane): New command.
27381
27382 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27383
27384         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27385
27386         * run-at-time.el (run-at-time-saved): Remove.
27387         (run-at-time): Doc fix.
27388
27389 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27390
27391         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27392         (gnus-summary-limit-map): Add it.
27393         (gnus-summary-make-menu-bar): do.
27394
27395 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27396
27397         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27398         Make attempt at some caching support (done for BBDB only now).
27399         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27400         addresses to be checked.
27401         (spam-clear-cache-BBDB): Add function, to be invoked by
27402         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27403         (spam-check-BBDB): Check and use the caches, if
27404         spam-cache-lookups is on, remove superfluous (provide).
27405
27406 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27407
27408         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27409
27410 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27411
27412         * run-at-time.el (run-at-time-saved): Move to after the definition
27413         of `run-at-time'.
27414
27415         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27416
27417 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27418
27419         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27420         mm-w3m-local-map-property.
27421
27422         * mm-view.el (mm-w3m-mode-map): Remove.
27423         (mm-w3m-local-map-property): Remove.
27424         (mm-inline-text-html-render-with-w3m): Don't use
27425         mm-w3m-local-map-property.
27426
27427 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27428
27429         * run-at-time.el: New file.
27430
27431         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27432         under Emacs.
27433
27434         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27435         of gnus-set-text-properties.
27436
27437         * gnus-uu.el (gnus-uu-save-article): Ditto.
27438
27439         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27440
27441         * gnus-cite.el (gnus-cite-parse): Ditto.
27442
27443         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27444         of gnus-.
27445
27446         * gnus-xmas.el (run-at-time): Require run-at-time.
27447
27448         * gnus.el: Change calls to nnheader-run-at-time and
27449         password-run-at-time throughout to use run-at-time directly.
27450
27451         * password.el: Remove definition of run-at-time.
27452
27453         * nnheaderxm.el: Remove definition of run-at-time.
27454
27455 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27456
27457         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27458         in prompt.
27459
27460 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27461
27462         * messagexmas.el (message-xmas-redefine): Alias
27463         `message-make-caesar-translation-table' to
27464         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27465         version.
27466
27467         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27468         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27469         `gnus-xmas-set-text-properties'.
27470         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27471         `gnus-xmas-completing-read'.
27472         (gnus-xmas-completing-read): Removed.
27473         (gnus-xmas-open-network-stream): Removed.
27474
27475         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27476         XEmacs version.
27477
27478         * dns.el (dns-make-network-process): Use `open-network-stream'
27479         instead of `gnus-xmas-open-network-stream'.
27480
27481         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27482
27483         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27484
27485 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27486
27487         * gnus-art.el (gnus-mime-display-alternative)
27488         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27489         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27490         Don't use gnus-local-map-property.
27491
27492         * gnus-util.el (gnus-local-map-property): Remove.
27493
27494         * mm-view.el (mm-view-pkcs7-decrypt):
27495         Replace gnus-completing-read-maybe-default with completing-read.
27496
27497         * gnus-util.el (gnus-completing-read): do.
27498         (gnus-completing-read-maybe-default): Remove.
27499
27500 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27501
27502         * password.el: Only autoload `run-at-time' if not XEmacs.
27503         Only autoload the itimer functions if XEmacs.
27504
27505 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27506
27507         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27508         XEmacsen.
27509
27510         * dgnushack.el: Autoload executable-find for XEmacs.
27511
27512 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27513
27514         * gnus-art.el (gnus-read-string): Remove.
27515         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27516         read-string.
27517
27518 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27519
27520         * netrc.el: Autoload password-read.
27521         (netrc): Add configuration group.
27522         (netrc-encoding-method, netrc-openssl-path):
27523         Add variables for encoding and decoding of files with symmetric
27524         ciphers.
27525         (netrc-encode): Add assistant function to encode a file with
27526         netrc-encoding-method.
27527         (netrc-parse): Add interactive parameter, added optional
27528         decoding if netrc-encoding-method is non-nil but otherwise
27529         behavior is standard.
27530         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27531         Do s/encode/encrypt/ everywhere.
27532
27533         * spam.el: Remove executable-find autoload.
27534
27535 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27536
27537         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27538
27539         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27540
27541 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27542
27543         * gnus-art.el (gnus-treat-ansi-sequences)
27544         (article-treat-ansi-sequences): New variable and function.
27545         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27546
27547         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27548         Use it.
27549
27550 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27551
27552         * mm-util.el (mm-quote-arg): Remove.
27553
27554         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27555         shell-quote-argument.
27556
27557         * gnus-uu.el (gnus-uu-command): do.
27558
27559         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27560
27561         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27562         with make-char.
27563
27564         * mm-util.el (mm-make-char): Remove.
27565
27566         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27567         add-minor-mode.
27568
27569         * gnus-undo.el (gnus-undo-mode): do.
27570
27571         * gnus-topic.el (gnus-topic-mode): do.
27572
27573         * gnus-sum.el (gnus-dead-summary-mode): do.
27574
27575         * gnus-start.el (gnus-slave-mode): do.
27576
27577         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27578
27579         * gnus-ml.el (gnus-mailing-list-mode): do.
27580
27581         * gnus-gl.el (gnus-grouplens-mode): do.
27582
27583         * gnus-draft.el (gnus-draft-mode): do.
27584
27585         * gnus-dired.el (gnus-dired-mode): do.
27586
27587         * gnus-ems.el (gnus-add-minor-mode): Remove.
27588
27589         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27590         Replace gnus-char-width with char-width.
27591
27592         * gnus-ems.el (gnus-char-width): Remove.
27593
27594         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27595         Replace gnus-char-width with char-width.
27596
27597         * gnus-ems.el (gnus-char-width): Remove.
27598
27599         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27600         definition.
27601         Remove Emacs 20 hash table compatibility code.
27602
27603         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27604         20 compatibility code.
27605
27606         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27607
27608         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27609
27610         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27611         Replace with point-at-{eol,bol}.
27612
27613         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27614
27615         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27616
27617         * flow-fill.el (fill-flowed-point-at-bol)
27618         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27619
27620         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27621         Replace with point-at-{eol,bol} throughout all files.
27622
27623 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27624
27625         * ntlm.el (ntlm-string-as-unibyte): New macro.
27626         (ntlm-build-auth-response): Use it.
27627
27628         Remove Emacs 20 stuff:
27629         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27630         (butlast, mapc, remove): Remove the compiler macros.
27631         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27632         of delq and copy-sequence.
27633         * gnus-art.el (popup-menu): Remove the compiler macro.
27634         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27635         Emacs 20.
27636
27637 2004-01-05  Simon Josefsson  <jas@extundo.com>
27638
27639         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27640         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27641         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27642         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27643         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27644         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27645         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27646         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27647         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27648         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27649         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27650         string-xor into ntlm-string-xor.
27651         Suggested by Jesper Harder <harder@myrealbox.com>.
27652
27653         * ntlm.el: Don't include poem.
27654
27655         * md4.el (print-int32, print-string-hexa): Remove.
27656         Suggested by Jesper Harder <harder@myrealbox.com>.
27657
27658         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27659
27660         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27661         probably breaks emacs with DL patch, but do we care? Is anyone
27662         still using the DL stuff?)
27663
27664         * sieve-manage.el: Use the password package.
27665         (sieve-manage-read-passwd): Remove.
27666         (sieve-manage-interactive-login): Use password.  Re-add
27667         condition-case around loop.
27668
27669         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27670         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27671         Use the password package.
27672
27673 2003-02-19  Simon Josefsson  <jas@extundo.com>
27674
27675         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27676         token.
27677
27678 2002-08-07  Simon Josefsson  <jas@extundo.com>
27679
27680         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27681         (sieve-manage-authenticators)
27682         (sieve-manage-authenticator-alist): Add some SASL mechs.
27683         (sieve-sasl-auth): New function.
27684         (sieve-manage-cram-md5-auth)
27685         (sieve-manage-plain-auth): Rewrite using SASL library.
27686         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27687         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27688         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27689         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27690
27691 2004-01-05  Simon Josefsson  <jas@extundo.com>
27692
27693         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27694         New files.
27695
27696 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27697
27698         * gnus-group.el (gnus-no-groups-message): Update.
27699
27700         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27701
27702 2003-11-09  Simon Josefsson  <jas@extundo.com>
27703
27704         * imap.el: Support for ID IMAP extension (RFC 2971).
27705         (imap-local-variables): Add imap-id.
27706         (imap-id): New variable.
27707         (imap-id): New function.
27708         (imap-parse-response): Parse untagged ID response.
27709         * nnimap.el (nnimap-id): New variable.
27710         (nnimap-open-connection): Use it.
27711
27712 2003-12-28  Simon Josefsson  <jas@extundo.com>
27713
27714         * gnus-score.el (gnus-score-edit-all-score): New.
27715         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27716
27717 2004-01-04  Simon Josefsson  <jas@extundo.com>
27718
27719         * password.el: Add.
27720
27721 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27722
27723         * dns.el (dns-query-types): Fix typo.
27724         (dns-query-types): New function.
27725         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27726         PTR and SOA replies, see RFC 1035.
27727
27728 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27729
27730         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27731
27732         * Move to Changelog.2.
27733
27734 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27735
27736         * gnus.el (gnus-version-number): Bump version.
27737
27738 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27739
27740         * gnus.el: No Gnus v0.1 is released.
27741
27742 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27743
27744         * gnus.el: No Gnus v0.0 is released.
27745
27746 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27747
27748         * gnus.el (gnus-version-number): Bump.
27749         (gnus-version): No.
27750
27751 See ChangeLog.2 for earlier changes.
27752
27753   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27754
27755   This file is part of GNU Emacs.
27756
27757   GNU Emacs is free software: you can redistribute it and/or modify
27758   it under the terms of the GNU General Public License as published by
27759   the Free Software Foundation, either version 3 of the License, or
27760   (at your option) any later version.
27761
27762   GNU Emacs is distributed in the hope that it will be useful,
27763   but WITHOUT ANY WARRANTY; without even the implied warranty of
27764   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27765   GNU General Public License for more details.
27766
27767   You should have received a copy of the GNU General Public License
27768   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27769
27770 ;; Local Variables:
27771 ;; coding: utf-8
27772 ;; fill-column: 79
27773 ;; add-log-time-zone-rule: t
27774 ;; End: