Fix Gnus registry pruning and sorting, and rename file.
[gnus] / lisp / ChangeLog
1 2014-12-18  Eric Abrahamsen <eric@ericabrahamsen.net>
2
3         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
4         slots into a :max-size slot.
5         (registry-db-version): Add new variable for database version number.
6         (registry-prune): Use :max-size slot. Accept and use a sort-function
7         argument.
8         (registry-collect-prune-candidates): Add new function for finding
9         non-precious pruning candidates.
10         (registry-prune-hard-candidates, registry-prune-soft-candidates):
11         Remove obsolete functions.
12         (initialize-instance): Upgrade registry version when starting.
13
14         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
15         (gnus-registry-max-pruned-entries): Remove obsolete variable.
16         (gnus-registry-cache-file): Change default
17         filename extension to "eieio".
18         (gnus-registry-read): Add new function, split out from
19         `gnus-registry-load', that does the actual object reading.
20         (gnus-registry-load): Use it. Add condition case handler to check for
21         old filename extension and rename to the new one.
22         (gnus-registry-default-sort-function): New variable to specify a sort
23         function to use when pruning.
24         (gnus-registry-save, gnus-registry-insert): Use it.
25         (gnus-registry-sort-by-creation-time): Define a default sort function.
26
27         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
28         Adjust test for new object signature.
29         (gnustest-registry-pruning-test): Add new pruning test.
30         (gnustest-registry-sort-function): Default sort function for testing.
31         (gnustest-registry-pruning-sort-test): New test for sorting.
32
33 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * gnus-art.el (gnus-article-mime-handles): Refactored out into own
36         function for reuse.
37         (gnus-mime-buttonize-attachments-in-header): Adjusted.
38
39 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * message.el (message-change-subject): Really check whether the subject
42         changed.
43
44 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45
46         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
47         PDFs.
48         (mailcap-view-mime): New function.
49
50 2014-12-01  Glenn Morris  <rgm@gnu.org>
51
52         * gnus-cloud.el (gnus-cloud): Add :version tag.
53
54 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
55
56         * gnus-art.el (gnus-use-idna):
57         * gnus-sum.el (gnus-summary-idna-message):
58         * message.el (message-use-idna):
59         Protect against nil value for idna-program.
60
61         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
62
63 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
64
65         * auth-source.el (auth-source-macos-keychain-search-items): Return
66         result of `auth-source-macos-keychain-result-append' (bug#19074).
67
68 2014-11-25  Glenn Morris  <rgm@gnu.org>
69
70         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
71         Add :version tag.
72
73 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
74
75         * pop3.el (pop3-open-server): Warn unless encrypted.
76
77         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
78
79 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
80
81         Port new time stamp handling to Emacs 23.2.
82         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
83         * time-date.el (time-add, time-subtract, time-less-p):
84         Use eval-and-compile, not eval-when-compile.
85
86 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
87
88         * message.el (message-valid-fqdn-regexp): Add non-internaional new
89         TLDs.
90
91 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
92
93         Port new time stamp handling to old Emacs and to XEmacs.
94         This is needed for Gnus, which copies time-date.el and which
95         runs on older Emacs implementations.
96         * time-date.el (with-decoded-time-value):
97         Handle 'nil' and floating-point arg more compatibly with new Emacs.
98         (encode-time-value, with-decoded-time-value):
99         Obsolete only if new Emacs.
100         (time-add, time-subtract, time-less-p): Define if not new Emacs.
101
102         Improve time stamp handling, and be more consistent about it.
103         This implements a suggestion made in:
104         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
105         Among other things, this means timer.el no longer needs to
106         autoload the time-date module.
107         * time-date.el (seconds-to-time, days-to-time, time-since)
108         (with-decoded-time-value):
109         Treat 'nil' as current time.  This is mostly for XEmacs.
110         (encode-time-value, with-decoded-time-value): Obsolete.
111         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
112         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
113
114 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
117         discarding changes in ephemeral groups.
118
119         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
120         things the user isn't interested in.
121
122 2014-11-13  Julien Danjou  <jd@abydos>
123
124         * gnus-notifications.el (gnus-notifications-notify): Provide both
125         app-icon and image-path.
126
127 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
128
129         * mm-url.el (mm-url-encode-multipart-form-data):
130         Restore to handle "multipart/form-data" by eww.
131
132 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
133
134         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
135         Landscheidt.
136
137 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
138
139         Simplify use of current-time and friends.
140         * gnus-delay.el (gnus-delay-article):
141         * gnus-sum.el (gnus-summary-read-document):
142         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
143         * message.el (message-make-expires-date):
144         Omit unnecessary call to current-time.
145         * gnus-util.el (gnus-float-time): Simplify to an alias because
146         time-to-seconds now behaves like float-time with respect to nil arg.
147         (gnus-seconds-year): Don't call current-time twice to get the current
148         time stamp, as this can lead to inconsistent results.
149         * time-date.el (time-to-seconds) [!float-time]:
150         Use current time if arg is nil, to be compatible with float-time.
151         (time-date--day-in-year): New function, with most of the guts of
152         the old time-to-day-in-year.
153         (time-to-day-in-year): Use it.
154         (time-to-days): Use it, to avoid decoding the same time stamp twice.
155
156 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
157
158         * gnus.el (gnus-mode-line-buffer-identification):
159         Don't add image data for a non-graphic display (bug#18813).
160
161 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
162
163         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
164         load-path, it blocks autoloading of find-image (bug#18813).
165
166 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
167
168         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
169         to keep connection open (bug#18728).
170
171 2014-10-20  Glenn Morris  <rgm@gnu.org>
172
173         * Merge in all changes up to 24.4 release.
174
175 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
176
177         * message.el (message-insert-signature): Use `newline' instead of
178         inserting explicit "\n".
179
180 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
181
182         * gnus-icalendar.el: Support vcal format timezones.
183         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
184         compute dates with associated timezone.
185         (gnus-icalendar-event-from-ical): Compute all timezones.
186
187 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
188
189         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
190         check the newsrc.eld file's timestamp before saving it.
191         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
192         timestamp has changed to be newer.
193
194 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
195
196         * gnus-icalendar.el (gnus-icalendar-identities):
197         Include message-alternative-emails.
198
199 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
200
201         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
202         New compatibility functions.
203         (ntlm-build-auth-response): Use them.
204
205 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
206
207         * ntlm.el (ntlm-build-auth-request):
208         Add NTLM2 Session support.  (Bug#15603)
209
210 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
211
212         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
213         expired messages only when it was built in reverse order.
214
215 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
216
217         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
218         last so it can be used in `message-send-hook'.
219
220 2014-09-29  Daiki Ueno  <ueno@gnu.org>
221
222         * mml.el (mml-parse-1): Error out if unknown mode is specified in
223         <#secure> tag (bug#18513).
224
225 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * parse-time.el: Require cl when compiling.
228
229 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         Use cl-lib as much as possible following the 2014-09-26 change
232         in the Emacs trunk.
233         * parse-time.el: Try requiring cl-lib.
234         (parse-time-incf): Alias to cl-incf or incf.
235         (digit-char-p): Remove.
236         (parse-time-integer): Alias to cl-parse-integer or the one defined.
237         (parse-integer): Rename to parse-time-integer.
238         (parse-time-tokenize, parse-time-rules, parse-time-string)
239         Use parse-time-incf and parse-time-integer.
240
241 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
242
243         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
244         of ":delete".
245
246 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * gnus-art.el (gnus-article-browse-html-save-cid-content)
249         (gnus-article-browse-html-parts):
250         Revert last change that breaks links other than cid contents.
251
252 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
253
254         * gnus-art.el (gnus-article-browse-html-save-cid-content)
255         (gnus-article-browse-html-parts): Make cid file names relative.
256
257 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
258
259         * mm-view.el (mm-display-inline-fontify): Make the working buffer
260         temporarily displayed when running a mode function (at least org-mode
261         requires it).
262
263 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
264
265         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
266         the gnus-summary-article-expire-hook should be told where the function
267         is going. In particular, the Gnus registry might want to know.
268
269 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
270
271         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
272
273 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * gnus-sum.el (gnus-summary-expire-articles): Revert.
276
277 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
278
279         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
280         the gnus-summary-article-expire-hook should be told where the function
281         is going. In particular, the Gnus registry might want to know.
282
283 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
284
285         Don't mishandle year-9999 dates (Bug#18176).
286         * parse-time.el (parse-time-rules):
287         Allow years up to most-positive-fixnum.
288         * time-date.el (date-to-time):
289         Pass "Specified time is not representable" errors through.
290
291 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
292
293         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
294         groups and t.
295
296 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
297
298         * gnus-utils.el (gnus-recursive-directory-files):
299         Unify hard or symbolic links (bug#18063).
300
301 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
302
303         * gnus-msg.el (gnus-configure-posting-style):
304         Allow string replacements in values when matching against a header.
305
306 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
307
308         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
309         the dribble buffer even when it is shrunk a lot.
310         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
311
312 2014-06-26  Glenn Morris  <rgm@gnu.org>
313
314         * mm-util.el (help-function-arglist): Remove outdated declaration.
315
316 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
317
318         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
319         attribute values.  (Bug#17834)
320
321 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
322
323         * gnus-sum.el (gnus-summary-edit-article-done):
324         Prefer point-marker to copy-marker of point.
325
326 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * Makefile.in (install-el, install-el-elc): Compress .el files.
329         (uninstall): Remove compressed .el files.
330
331 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
334         (gnus-article-read-summary-keys):
335         Don't bug out when there is no article in the summary buffer.
336         (gnus-mime-buttonize-attachments-in-header):
337         Improve criterion that finds parts to display.
338
339         * gnus-art.el (gnus-mm-display-part):
340         * mm-decode.el (mm-shr):
341         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
342         (mm-insert-inline): Revert last changes.
343
344 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * gnus-art.el (gnus-mm-display-part):
347         * mm-decode.el (mm-shr):
348         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
349         (mm-insert-inline): Set insertion type of end-marker, not only
350         start-marker, of undisplayer so as to stay after inserted text.
351
352 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
353
354         * html2text.el (html2text-get-attr): Fix typo when splitting value from
355         attribute. (Bug#17613)
356
357 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
358
359         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
360         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
361
362 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
363
364         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
365         delete next part button; keep spacing between buttons.
366
367 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
368
369         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
370         Work for the last MIME part in an article.
371         (gnus-mime-display-single): Suppress excessive newlines between parts.
372
373         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
374         by leading or trailing newline.
375
376 2014-05-12  Sam Steingold  <sds@gnu.org>
377
378         * time-date.el (seconds-to-string): New function to pretty print time
379         delay in seconds.
380
381 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
382
383         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
384         while prompting a user for a file name, etc.
385         (gnus-mime-display-single): Display part with a common appearance no
386         matter whether MIME button is omitted or not; don't add duplicate entry
387         to gnus-article-mime-handle-alist.
388         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
389
390 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
391
392         * mml2015.el (mml2015-display-key-image): New variable.
393
394 2014-05-08  Glenn Morris  <rgm@gnu.org>
395
396         * gnus-fun.el (gnus-grab-cam-face):
397         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
398         This is CVE-2014-3421.
399
400 2014-05-04  Glenn Morris  <rgm@gnu.org>
401
402         * gnus-registry.el (gnus-registry-install-p): Doc fix.
403
404 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
405
406         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
407         the displaying state of a part.
408         (gnus-mm-display-part): Don't insert a newline in the beginning of
409         a part like gnus-mime-inline-part doesn't; work for XEmacs.
410
411         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
412         (mm-shr): Make undisplayer unbreakable.
413
414         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
415         insert excessive newline.
416         (mm-inline-text-html-render-with-w3m, mm-inline-text)
417         (mm-insert-inline): Make undisplayer unbreakable.
418
419 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
420
421         * gnus.el: Ma Gnus v0.11 is released.
422
423 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * gnus-art.el (gnus-mm-display-part):
426         Highlight header attachment buttons.
427
428 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
431         a part; redisplay a button (enbugged in 2014-02-05).
432
433 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
434
435         * auth-source.el (auth-source-search, auth-source-search-backends):
436         Treat :max 0 as an indicator that a boolean return is wanted, as
437         documented. Reported by Joe Bloggs.
438
439 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
440
441         * gnus-icalendar.el: Require gnus-art.
442
443 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
444
445         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
446         (gnus-icalendar--update-org-event): put event timestamp in
447         the org entry body instead of the drawer.
448         (gnus-icalendar-event--get-attendee-names): list of participants should
449         contain even attendees without common name attribute.
450         (gnus-icalendar--update-org-event): don't generate duplicates of empty
451         property tags in org drawers.
452
453 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
454
455         * gmm-utils.el (gmm-format-time-string): New function.
456
457         * message.el (message-insert-formatted-citation-line): Use the original
458         author's time zone to express a date string.
459
460 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
461
462         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
463         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
464         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
465         Silence compiler warnings.
466         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
467
468 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
469
470         * mml.el: Require url when compiling.
471
472         * gnus-cloud.el (gnus-cloud-parse-version-1):
473         Use plist-get rather than CL's getf.
474         (gnus-activate-group, gnus-subscribe-group): Declare.
475
476         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
477
478 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
479
480         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
481         buttons when toggling the header off.
482
483 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
484
485         * tls.el (tls-program): Reflow docstring.
486
487 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
488
489         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
490         groups work again.
491
492 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
493
494         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
495         999 correctly (i.e. "1,342").
496
497 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
498
499         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
500         out if the directory doesn't exist.
501
502 2014-03-07  Daiki Ueno  <ueno@gnu.org>
503
504         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
505         commands here; instead, only check if epg-config.el is available.
506
507 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
508
509         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
510         messages with embedded images.
511         (mml-generate-mime): Don't bug out if you don't have libxml.
512
513 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
514
515         * message.el (message-make-html-message-with-image-files): New command.
516
517 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
518
519         * gnus-group.el (gnus-group-make-group): Clarify prompt.
520
521         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
522
523 2014-02-23  David Engster  <deng@randomsample.de>
524
525         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
526         to stay compatible with older Emacsen, so replace `cl-loop' with
527         `loop'.
528
529 2014-02-22  Daniel Colascione  <dancol@dancol.org>
530
531         * auth-source.el (auth-source-secrets-listify-pattern): New function.
532         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
533         instead, build list of patterns.
534
535 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
536
537         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
538         Display header attachment buttons by gnus-article-prepare-display
539         rather than gnus-article-prepare so as to view in mml-preview as well.
540
541 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
542
543         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
544         in `auth-sources' means and link to EPA docs.
545
546 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
547
548         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
549         (bug#12375).
550
551 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
552
553         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
554         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
555
556 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
557
558         * message.el (message-tab): Mention what happens on normal tabs
559         (bug#11297).
560
561 2014-02-08  Glenn Morris  <rgm@gnu.org>
562
563         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
564
565 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
566
567         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
568         buttons that are hidden in unselected alternative part as well.
569         (gnus-mime-display-alternative): Redraw attachment buttons in header.
570
571         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
572
573 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
574
575         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
576         keystroke.
577         (gnus-server-toggle-cloud-server): Only allow clouding applicable
578         types.
579
580         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
581         with an empty string.
582
583 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
584
585         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
586         buffer-local in some buffers, so bind it explicitly in the buffer we're
587         trying to cancel the article in (bug#10808).
588
589 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
592         New functions.
593
594         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
595         New user option.
596         (gnus-mime-buttonize-attachments-in-header): New function.
597         (gnus-article-prepare): Use it.
598         (gnus-mime-inline-part): Suppress extra newline.
599         (gnus-mm-display-part): Save excursion;
600         remove useless deleting and adding of buttons.
601         (gnus-insert-mime-button): Allow insertion in the middle of a line.
602
603         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
604         Add gnus-mime-buttonize-attachments-in-header.
605
606 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
607
608         * nnimap.el (nnimap-request-articles): New command to download several
609         articles at once.
610
611         * gnus.el (gnus-variable-list): Save Cloud variables.
612
613         * gnus-int.el (gnus-request-accept-article): Doc fix.
614
615 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
616
617         * parse-time.el (parse-time-iso8601-regexp)
618         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
619         it more generally.
620
621 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
622
623         * gnus-cloud.el: New file to provide the Emacs Cloud.
624
625         * dgnushack.el: Silence XEmacs w3 warning.
626
627         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
628         `url-retrieve-synchronously', apparently.
629
630         * dgnushack.el: Silence XEmacs dns.el warning.
631
632         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
633         instead of in all files.
634
635         * dns.el (network-interface-list): Define for XEmacs.
636
637         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
638         XEmacs.
639
640         * nnrss.el (libxml-parse-html-region): Silence compilation error.
641
642 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
643
644         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
645         `gnus-group-split-fancy'.
646
647 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
648
649         * message.el (message-remove-header): Doc fix.
650         (message-forward-included-headers): New variable.
651         (message-remove-ignored-headers): Use it.
652
653 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
654
655         * nnir.el (nnir-request-update-mark): Don't try to update the source
656         group if we can't find it (bug#16611).
657
658 2014-01-31  Dave Abrahams  <dave@boostpro.com>
659
660         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
661
662 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
663
664         * dns.el (dns-servers-up-to-date-p): New function to see whether the
665         network interfaces changed.
666         (dns-query): Use it to flush the data.
667
668 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
669
670         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
671         from random face commands.
672         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
673         Face.
674         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
675         (gnus--random-face-with-type): Generic function returning a face-type
676         as a string.
677         (gnus--insert-random-face-with-type): Generic function inserting a face
678         in a message buffer header.
679         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
680         (gnus-insert-random-x-face-header): Rewritten to use
681         `gnus--insert-random-face-with-type`.
682         (gnus-random-face): Return random (png) Face as string.
683         (nus-insert-random-face-header): Insert random (png) Face in a message
684         buffer.
685
686 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
687
688         * mm-url.el: Remove all usage of w3.
689
690         * nnrss.el: Ditto.
691
692         * mm-decode.el: Ditto.
693
694         * mm-view.el: Ditto.
695
696         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
697         outdated and all Emacsen have url.el built-in.
698
699         * gnus-setup.el: Remove outdated file.
700
701 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
702
703         * gnus.el: Ma Gnus v0.9 is released.
704
705 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
706
707         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
708
709 2014-01-31  Dave Abrahams  <dave@boostpro.com>
710
711         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
712         in the summary buffer (bug#13769).
713
714 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
715
716         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
717         name if we're using a single article buffer.  Otherwise, it may point
718         to a killed buffer (bug#13756).
719
720 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
721
722         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
723         the match data, just save and restore it explictly (bug#12375).
724
725         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
726         that's needed.
727
728         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
729         the code once (bug#9069).
730
731 2014-01-18  Steinar Bang  <sb@dod.no>
732
733         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
734         reading.
735
736 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
737
738         * message.el (message-bury): Call bury-buffer with no argument
739         in the message-return-action case too.
740
741 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
742
743         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
744         (nnimap-split-fancy, nnimap-split-methods): Declare.
745
746         * mm-util.el (help-function-arglist): Declare.
747
748 2013-12-28  Glenn Morris  <rgm@gnu.org>
749
750         * gnus-sieve.el (gnus-sieve-select-method):
751         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
752         (gravatar-rating, gravatar-size):
753         * message.el (message-minibuffer-local-map):
754         * sieve-manage.el (sieve-manage-authenticators)
755         (sieve-manage-authenticator-alist): Specify custom types.
756
757         * hashcash.el (hashcash-program): Rename from hashcash-path.
758         Update callers.
759
760         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
761         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
762         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
763
764         * auth-source.el (auth-sources):
765         * nnmairix.el (nnmairix-propagate-marks-upon-close):
766         Fix custom types.
767
768         * tls.el (tls-certtool-program): Fix default value.
769
770 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
771
772         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
773         we get proper traces there, too.
774
775 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
776
777         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
778         value of the parameters if the current article has a Reply-To or From
779         field.
780
781 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
782
783         * gnus.el (gnus-group-buffer): Remove duplicate definition.
784
785 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
786
787         * gnus-sum.el (gnus-summary-exit): Stop animations.
788
789 2013-12-19  Juri Linkov  <juri@jurta.org>
790
791         * gnus.el (gnus-suppress-keymap):
792         * gnus-art.el (gnus-article-mode-map):
793         * gnus-group.el (gnus-group-mode-map):
794         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
795         Remove [backspace] key binding because it shadows DEL (bug#16035).
796
797         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
798
799 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
800
801         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
802         Make sure work directory exists.
803         (gnus-uu-digest-mail-forward): Store temporary files in work directory
804         rather than tmp directory.
805         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
806         not necessarily always run, with it.
807
808 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
809
810         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
811         value of gnus-icalendar-additional-identities work without restart.
812
813 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * mm-util.el (mm-make-temp-file):
816         Alias to make-temp-file for modern Emacsen.
817
818 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
819
820         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
821         nnir-article-number and nnir-article-group.
822
823 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
824
825         * message.el (message-send-mail-with-sendmail):
826         Don't kill error buffer if sending fails.
827
828 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
829
830         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
831         (gnus-icalendar-event->org-entry)
832         (gnus-icalendar--update-org-event)
833         (gnus-icalendar-event->gnus-calendar): Distinguish between
834         required/optional/non-participant attendee status.  Fix bug causing
835         the first required event participant to be omitted.
836
837 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
838
839         * gnus-art.el (article-de-quoted-unreadable)
840         (article-de-base64-unreadable, gnus-mime-copy-part)
841         * gnus-html.el (gnus-article-html)
842         * mm-view.el (mm-inline-text-html-render-with-w3)
843         (mm-inline-text-html-render-with-w3m-standalone)
844         * rfc2231.el (rfc2231-decode-encoded-string):
845         Allow overriding charset by mm-charset-override-alist.
846
847         * gnus-art.el (gnus-article-browse-html-parts):
848         Replace LWSPs with `&nbsp;'s in header.
849
850         Work for broken Chinese articles.
851
852         * gnus-art.el (gnus-article-browse-html-save-cid-content):
853         Exclude broken handles that gnus-summary-enter-digest-group may create.
854         (gnus-article-browse-html-parts):
855         Allow overriding charset by mm-charset-override-alist.
856
857 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
858
859         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
860         (gnus-icalendar-identities): Support additional-identities.
861
862 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
863
864         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
865         org-timestamp for events ending at midnight.
866
867 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
868
869         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
870         .log files.
871
872 2013-11-20  David Engster  <deng@randomsample.de>
873
874         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
875
876 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
877
878         * message.el (message-beginning-of-line):
879         Use beginning-of-visual-line when visual-line-mode is turned on.
880
881 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
882
883         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
884         (gnus-icalendar-event-from-ical)
885         (gnus-icalendar-event->org-entry)
886         (gnus-icalendar--update-org-event): Required/optional participation,
887         list of attendees synced to org.
888
889 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
890
891         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
892         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
893         cancellations to be synced to org if the original appt has an org
894         outline.
895
896 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
897
898         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
899         (gnus-icalendar-event->org-entry)
900         (gnus-icalendar--update-org-event)
901         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
902
903 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
904
905         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
906         Fix timezone handling in gnus-icalendar export to org.
907
908 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
911
912 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
913
914         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
915
916 2013-10-30  Glenn Morris  <rgm@gnu.org>
917
918         * gnus-group.el (gnus-group-browse-foreign-server):
919         * gnus-int.el (gnus-start-news-server):
920         Silence compiler obsolescence warning.
921
922 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
923
924         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
925         `nnoo-current-server' first, then for the actual `nnimap-address' to
926         allow netrc entries for the nnoo server to coexist with netrc entries
927         for the `nnimap-address'.
928
929 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
930
931         * mm-decode.el (mm-dissect-buffer): Revert last change.
932         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
933         The problem that motivated those changes was attributed to a broken
934         mail sender, and has been fixed.
935
936 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
939         token is missing in the Content-Type header.
940
941         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
942
943 2013-09-18  Glenn Morris  <rgm@gnu.org>
944
945         * gnus-util.el (image-size): Declare.
946
947 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
948
949         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
950         (gnus-icalendar-event-from-ical)
951         (gnus-icalendar-event--build-reply-event-body)
952         (gnus-icalendar-event-reply-from-buffer)
953         (gnus-icalendar-find-org-event-file)
954         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
955         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
956
957         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
958
959 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
960
961         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
962         Use save-current-buffer.
963         (gnus-tree-mode-map): Initialize in the declaration.
964         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
965         (scroll-in-place): Defvar it.
966         (gnus-tmp-*): Defvar them.
967         (gnus-get-tree-buffer): Use derived-mode-p.
968         (gnus--let-eval): New macro.
969         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
970         non-prefixed variables.
971         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
972
973         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
974         vars since it doesn't seem to be available.
975         (gnus-set-global-variables, gnus-summary-read-group-1)
976         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
977         (gnus-summary-display-article, gnus-summary-select-article)
978         (gnus-summary-next-article, gnus-offer-save-summaries)
979         (gnus-summary-generic-mark): Use derived-mode-p.
980         (gnus-summary-read-group-1, gnus-summary-exit)
981         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
982         Adjust calls to gnus-tree-close and gnus-tree-open.
983
984         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
985
986         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
987         (gnus-agent-mode): Use derived-mode-p.
988         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
989         gnus-command-method and *-command-method to nil, but bind
990         gnus-command-method to *-command-method instead!
991         (gnus-agent-fetch-articles): Remove unused var `id'.
992         (gnus-agent-fetch-headers): Remove unused arg `force'.
993         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
994         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
995         (gnus-agent-short-article, gnus-agent-long-article)
996         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
997         first use.
998         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
999         `score-param'.
1000         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1001         (gnus-get-predicate): Push in front of the cache, rather than end.
1002         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1003         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1004         (gnus-agent-expire-unagentized-dirs): Don't rebind
1005         gnus-agent-expire-current-dirs since the defvar silences the warning.
1006         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1007         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1008         (gnus-agent-regenerate): Simplify interactive spec and doc.
1009
1010 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * gnus-int.el (gnus-open-server): Silence compiler.
1013
1014         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1015
1016         * message.el (message-display-completion-list): Abolish.
1017         (message-completion-in-region): Use display-completion-list.
1018
1019 2013-09-17  Glenn Morris  <rgm@gnu.org>
1020
1021         * gnus-util.el (gnus-message-with-timestamp-1):
1022         Use `messages-buffer' function if available.  Ignore read-only.
1023
1024 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * message.el (message-expand-group, message-completion-in-region):
1027         Correct the order of start and end of a region.
1028
1029 2013-09-13  Glenn Morris  <rgm@gnu.org>
1030
1031         * mml2015.el (gnus-create-image): Autoload it.
1032
1033         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1034
1035         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1036         (image-size): Declare.
1037
1038 2013-09-12  Glenn Morris  <rgm@gnu.org>
1039
1040         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1041         Avoid using `find', which i) might not be defined at runtime;
1042         ii) does not work, since its default test is eql, not equal.
1043         (gnus-mime-action-alist): Declare.
1044
1045 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1046
1047         * score-mode.el (gnus-score-mode-map): Move initialization
1048         into declaration.
1049         (gnus-score-mode): Use define-derived-mode.
1050         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1051         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1052         into declaration.
1053         (gnus-kill-file-mode): Use define-derived-mode.
1054         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1055         Use derived-mode-p.
1056         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1057         (gnus-group-setup-buffer, gnus-group-name-at-point)
1058         (gnus-group-make-web-group, gnus-group-enter-directory)
1059         (gnus-group-suspend): Use derived-mode-p.
1060         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1061         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1062         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1063         (gnus-article-setup-buffer, gnus-article-prepare)
1064         (gnus-article-prepare-display, gnus-sticky-article)
1065         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1066         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1067         (gnus-article-read-summary-keys): Use derived-mode-p.
1068
1069 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1070
1071         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1072
1073 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1074
1075         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1076         shift_jis from the default value set for Japanese users.
1077
1078 2013-08-13  Glenn Morris  <rgm@gnu.org>
1079
1080         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1081
1082         * gnus.el (gnus-valid-select-methods): Fix type.
1083
1084         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1085
1086 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1087
1088         * mm-decode.el (mm-display-external): Run a timer for the temp files
1089         deletion after a viewer exits; add a deletion timer for the needsterm
1090         case, too.
1091
1092         * mm-decode.el (mm-display-external): Try to delete temporary files by
1093         using a 1-min. timer.
1094
1095 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1096
1097         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1098         New internal variables.
1099         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1100         (mm-display-external): Use it to delete temporary files instead of
1101         using timers.
1102
1103 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1106
1107 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1108
1109         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1110         with cond for backwards compatability.
1111
1112 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * mm-decode.el (mm-display-external): Bind process-connection-type to
1115         nil; don't delete a temp file immediately even if a viewer finishes,
1116         since it may be a shell script, like xdg-open, that launches a real
1117         viewer program belatedly.
1118
1119 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1120
1121         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1122         that we can create nndoc groups that excerpt other groups.
1123
1124 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * gnus-delay.el (gnus-delay-article): Fix typo.
1127
1128         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1129         articles.
1130
1131         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1132         we can get spell-checking etc.
1133
1134 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1137         a single one used for encoding the whole text in a header.
1138
1139 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1142         doesn't work properly on XEmacs.
1143
1144 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1147         before sending.
1148
1149         * dgnushack.el (dgnushack-compile): Add a temporary check for
1150         gnus-icalendar.
1151
1152         * mm-decode.el (mm-command-output): New face.
1153         (mm-display-external): Use it.
1154
1155 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1156
1157         * nnmbox.el (nnmbox-request-article): Don't change point.
1158
1159 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1160
1161         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1162         Include `handle' parameter.
1163
1164 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1165
1166         * gnus-icalendar.el: New file.
1167
1168 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1169
1170         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1171
1172         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1173         dummy roots, too.
1174
1175 2013-08-01  David Edmondson  <dme@dme.org>
1176
1177         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1178         out on ttys.
1179
1180 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1183         not empty.
1184
1185         * nnrss.el (nnrss-discover-feed): Indent.
1186
1187 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1190
1191 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1192
1193         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1194         dirty to ensure nnimap data being saved.
1195
1196 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1197
1198         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1199         menu entry.
1200
1201         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1202         the current thread's total score instead of the current article's
1203         score.
1204
1205         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1206         (gnus-sort-threads-recursively): Delete defcustom.
1207         (gnus-sort-threads-recursive): Adapt accordingly.
1208
1209 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1210
1211         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1212         (gnus-sort-threads-recursive): Use it.
1213         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1214         again.  Now that determines how to sort subthreads.
1215
1216 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1217
1218         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1219         (gnus-sort-threads): Use it.
1220
1221 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1222
1223         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1224         punctuation characters follow parentheses (bug#14950).
1225
1226 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1227
1228         * gnus.el (gnus-continuum-version):
1229         * gnus-msg.el (gnus-extended-version): Simplify.
1230
1231         * gnus.el (gnus-continuum-version-1): Remove.
1232         * gnus-msg.el (gnus-bug): Revert.
1233
1234         Calculate gnus-version correctly on Cygwin.
1235
1236         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1237         (gnus-continuum-version-1): New function, return a string.
1238
1239         * gnus-msg.el (gnus-extended-version, gnus-bug):
1240         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1241
1242 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1243
1244         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1245         (bug#13384).
1246
1247 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1248
1249         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1250         that were only relevant in a development version a long time ago.
1251
1252 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1253
1254         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1255         that the old Emacs 24s bundle.
1256
1257 2013-07-10  David Engster  <deng@randomsample.de>
1258
1259         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1260         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1261         fixes a bug in Emacs trunk where the 'unexist' marks were always
1262         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1263         Gnus v0.03".
1264
1265 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1266
1267         * gnus.el (gnus-summary-line-format): Reference
1268         `gnus-user-date-format-alist' for the &user-date; format, not
1269         `gnus-summary-user-date-format-alist'.
1270
1271 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1274         delete files (bug#13481).
1275
1276 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1277
1278         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1279
1280 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1281
1282         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1283         display images.
1284
1285         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1286
1287         * message.el (message-cancel-news): According to
1288         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1289         preferred over "cmsg cancel" in the Subject.
1290
1291         * nnir.el (nnir-engines): Note that the group specs are regexps
1292         (bug#13238).
1293
1294         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1295         gotten read-only text properties, ensure that those aren't heeded when
1296         copying stuff over (bug#13434).
1297
1298         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1299         (bug#13762).
1300
1301 2013-07-05  David Kastrup  <dak@gnu.org>
1302
1303         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1304         authinfo file again (important for blank passwords).  This had been
1305         broken with 2013-06-15 change.
1306
1307 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1308
1309         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1310         Revert 2013-01-14 change.
1311
1312 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1313
1314         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1315         of 'create-image' for XEmacs compatibility; check errors when decoding
1316         image.  Reported by Uwe Brauer.
1317
1318 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1321         gnus-button-push revised at 2011-01-19.
1322
1323 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324
1325         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1326         now live in the lisp/net Emacs 24 repository.
1327
1328 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1329
1330         * eww.el (eww-update-header-line-format): Quote % characters.
1331
1332 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * eww.el (eww-process-text-input): Display passwords as asterisks.
1335
1336         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1337
1338 2013-06-19  Tom Tromey  <tromey@redhat.com>
1339
1340         * eww.el (eww-top-url): Remove.
1341         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1342         (eww-render): Set new variables.  Don't set eww-top-url.
1343         (eww-handle-link): Handle "prev", "home", and "contents".
1344         Downcase the rel text.
1345         (eww-top-url): Choose best top URL.
1346
1347 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1348
1349         * eww.el: Rewrite to implement form elements "by hand" instead of
1350         relying in widget.el.  Using widget.el leads to too many
1351         user interface inconsistencies.
1352         (eww-self-insert): Implement entering commands in text fields.
1353         (eww-process-text-input): New function to make text input field editing
1354         work.
1355         (eww-submit): Rewrite to use the new-style form methods.
1356         (eww-select-display): Display the correct selected item.
1357         (eww-change-select): Implement changing the select value.
1358         (eww-toggle-checkbox): Implement radio/checkboxes.
1359         (eww-update-field): Fix compilation error.
1360         (eww-tag-textarea): Implement <textarea>.
1361
1362         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1363         don't shadow mode-specific bindings.
1364
1365         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1366         nothing to push.
1367
1368         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1369
1370 2013-06-19  Glenn Morris  <rgm@gnu.org>
1371
1372         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1373
1374 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1375
1376         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1377
1378 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * shr.el (shr-make-table-1): Implement <td rowspan>.
1381         (shr-table-horizontal-line): Allow nil as a value, and change the
1382         default.
1383         (shr-insert-table-ruler): Respect the nil value.
1384
1385 2013-06-18  Tom Tromey  <tromey@barimba>
1386
1387         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1388         New defvars.
1389         (eww-open-file): New defun.
1390         (eww-render): Initialize new variables.
1391         (eww-display-html): Handle "link" and "a".
1392         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1393         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1394         (eww-back-url): Rename from eww-previous-url.
1395         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1396         defuns.
1397
1398 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1399
1400         * shr.el (shr-tag-table): Insert the images after the table, so that
1401         they're not covered by the table colourisation, which often looked
1402         awkward.
1403         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1404         <dd>.
1405         (shr-make-table-1): Implement <td colspan=> support.
1406         (shr-insert-document): Use one less than window width if `shr-width' is
1407         nil, since otherwise things may get one character too wide.
1408
1409 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1410
1411         * eww.el (eww-detect-charset): Improve regexp; move backward.
1412
1413 2013-06-18  Glenn Morris  <rgm@gnu.org>
1414
1415         * mm-decode.el (widget-convert-button): Autoload.
1416
1417         * sieve-manage.el (mm-enable-multibyte): Autoload.
1418
1419         * shr.el (libxml-parse-html-region): Declare.
1420         (shr-render-buffer): Explicit error if no libxml2 support.
1421
1422 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1423
1424         * auth-source.el (auth-source-current-line): New function.
1425         (auth-source-netrc-parse-entries): When a data token is "machine",
1426         assume we're in the wrong place and abort parsing the current line.
1427
1428 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1431         (eww-convert-widgets): Don't bug out if the first widget starts at the
1432         beginning of the buffer.
1433         (eww-convert-widgets): Fix last patch.
1434         (eww-tag-input): Support <input type=image>.
1435
1436         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1437         (shr-tag-base): Protect against base specs that are degenerate.
1438         (shr-ensure-paragraph): Don't delete empty lines that have text
1439         properties, because these may be input fields.
1440
1441         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1442         we can navigate to them.
1443
1444         * shr.el (shr-colorize-region): Put the colours over the entire region.
1445         (shr-inhibit-decoration): New variable.
1446         (shr-add-font): Use it to inhibit text property decorations while doing
1447         preliminary table renderings.  This speeds up typical Wikipedia page
1448         renderings by 15%.
1449         (shr-tag-span): Don't respect the <title>, because that overwrites the
1450         help-echo from links inside the spans.
1451         (shr-next-link): Use `help-echo' for navigation, so that we can
1452         navigate to form elements, too.
1453
1454         * eww.el (eww-button): New face.
1455         (eww-convert-widgets): Use it to make submit buttons more button-like.
1456
1457         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1458         that Gnus commands work.
1459
1460         * shr.el (shr-render-td): Support horizontal alignment.
1461
1462         * eww.el (eww-put-color): Removed.
1463         (eww-colorize-region): Use `add-face-text-property'.
1464
1465         * shr.el (shr-add-font): Append face data, so that we get the correct
1466         precedence: The innermost value (which is applied first) wins.
1467         (shr-make-overlay): Obsolete function.
1468
1469         * mm-decode.el (mm-convert-shr-links): New function to convert
1470         new-style shr URL links into widgets.
1471         (mm-shr): Use it.
1472
1473         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1474         widget commands, since we're no longer using widgets for links.
1475
1476         * shr.el (shr-next-link): New command.
1477         (shr-previous-link): New command.
1478         (shr-urlify): Don't use `widget-convert', because that's slow.
1479         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1480         because collecting the overlays and reapplying them when generating
1481         tables is slow.
1482         (shr-insert-table): Ditto.
1483
1484 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1485
1486         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1487         * shr.el (browse-url): Require `url'.
1488         * eww.el (url): Require format-spec.
1489
1490 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1491
1492         * eww.el (eww-display-html): Default to using the entire window width.
1493         (eww-browse-url): Don't add a User-Agent header (twice), because that
1494         makes Bing refuse connection.
1495
1496         * shr.el (shr-make-table): Cache the table rendering at the table
1497         level, and not the <td> level.  This is a bit faster.
1498
1499         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1500         #id.
1501
1502         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1503         browsers don't.
1504         (shr-expand-url): Respect #anchor links.
1505         (shr-parse-base): Chop off the anchor before using.
1506         (shr-descend): Respect display: none.
1507         (shr-descend): Allow marking elements that have certain IDs.
1508
1509         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1510
1511         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1512
1513         * eww.el (eww-tag-textarea): Support <textarea>.
1514
1515 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1516
1517         * shr.el (shr-dom-to-xml): Fixed function call.
1518
1519         * eww.el (eww): New group.
1520         (eww-header-line-format): New custom variable.
1521         (eww-current-title): New variable.
1522         (eww-display-html): Update header and handle title tag.
1523         (eww-update-header-line-format): New function.
1524         (eww-tag-title): New function.
1525
1526         * shr.el (shr-dom-to-xml): New function.
1527         (shr-tag-svg): Add support for the SVG tag.
1528         (shr-bullet): New custom variable.
1529         (shr-tag-li): Support custom bullet in unordered lists.
1530
1531 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1532
1533         * shr.el (shr-expand-url): Respect // URLs.
1534
1535         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1536         put a background colour onto the entire buffer.
1537         (eww-render): When being redirected, use the redirect URL as the new
1538         base URL.
1539
1540         * shr.el (shr-parse-base): Fix parsing error.
1541
1542         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1543
1544         * shr.el (shr-parse-base): New function.
1545         (shr-expand-url): Use it to expand relative URLs reliably.
1546
1547 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1548
1549         * auth-source.el (auth-source-search-collection): Fix docstring.
1550         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1551         single-quoted strings and multiline entries.
1552         (auth-source-netrc-parse-next-interesting)
1553         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1554         functions to support parser.
1555
1556 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1557
1558         * eww.el (eww-submit): Get submit button logic right when hitting RET
1559         on non-submit buttons.
1560
1561         * shr.el: Remove shr-preliminary-table-render, since that can't really
1562         be used for anything in practice.
1563
1564 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1565
1566         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1567         (sieve-manage-quit).
1568
1569 2013-06-14  Glenn Morris  <rgm@gnu.org>
1570
1571         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1572
1573 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1574
1575         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1576         control the maximum size of photo ID image.
1577         (mml2015-epg-key-image-to-string): Respect it.
1578
1579 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580
1581         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1582         instead of the final one so that we can more easily distinguish them.
1583
1584         * eww.el (eww-submit): Compute the submission URL correctly.
1585
1586 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1587
1588         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1589         Use plist-get rather than CL's getf.
1590         (sieve-manage-parse-capability): Avoid CL's remove-if.
1591
1592 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1593
1594         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1595         (sieve-manage-quit).
1596
1597 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1598
1599         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1600         last slash.
1601
1602         * eww.el (eww-tag-select): Use the first value as the default value.
1603
1604 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1605
1606         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1607         (eww-mode): Use `define-derived-mode'.
1608         (eww-parse-headers): Parse headers from beginning of buffer so that
1609         file:// links work.
1610
1611 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1612
1613         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1614
1615 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1616
1617         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1618         to handle them at all.
1619
1620 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1621
1622         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1623         work, too.
1624         (eww-tag-select): Implement <select>.
1625
1626 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1627
1628         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1629         stream managing functions by using open-protocol-stream to do most of
1630         the work.  Has the nice benefit of enabling STARTTLS.
1631         Wait for capabilities after STARTTLS: following RFC5804, the server
1632         sends new capabilities after successfully establishing a TLS connection
1633         with the client.  The client should update the cached list of
1634         capabilities, but we just ignore the answer for now.
1635         (sieve-manage-network-p, sieve-manage-network-open)
1636         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1637         (sieve-manage-forward, sieve-manage-streams)
1638         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1639         API, nor called by any other function.
1640         Enable Multibyte for SieveManage buffers: The parser won't properly
1641         handle umlauts and line endings unless multibyte is turned on in the
1642         process buffer.
1643
1644 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645
1646         * eww.el (eww-tag-input): Support password fields.
1647         (eww-submit): Support POST.
1648
1649 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * eww.el (eww-tag-form): Protect against degenerate forms.
1652
1653         * shr.el (shr-expand-url): Expand URLs that start with a slash
1654         correctly.
1655
1656         * eww.el (eww-submit): Get submit button logic right.
1657
1658         * shr.el (shr-final-table-render): New variable to signal when we're
1659         doing the final table rendering so that we can collect more data at
1660         that point.
1661
1662         * eww.el (eww-submit): Make form submission work.
1663         (eww-tag-input): Implement submit buttons.
1664         (eww-click-radio): Implement radio and checkboxes.
1665         (eww-submit): Handle hidden elements.
1666
1667         * shr.el (shr-descend): Allow other packages to override (or provide)
1668         rendering of elements.
1669         (shr-expand-url): Strip query strings from URLs before expanding them.
1670
1671         * eww.el: Don't require cl-lib.
1672         (eww-tag-form): Start form support.
1673
1674         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1675
1676         * eww.el: Start writing a new, tiny web browser.
1677         (eww-previous-url): New command.
1678         (eww-quit): New command.
1679
1680 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1681
1682         * sieve.el: Put point at beginning of buffer when viewing a script.
1683         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1684         number in sieve-buffer's header.  Fixed code to also work with a string
1685         as port specifier.  Properly close the connection on pressing 'q'.  Make
1686         sieve-manage-quit close the connection and process buffer.  Also, remove
1687         duplicate keybinding for 'q'.
1688
1689 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1690
1691         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1692         make it easier to read.
1693         (mm-pkcs7-enveloped-magic): Ditto.
1694
1695 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1696
1697         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1698         before `image-type-available-p' to avoid loading the image libraries
1699         needlessly.
1700
1701 2013-06-05  David Engster  <deng@randomsample.de>
1702
1703         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1704         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1705         to see whether the group was synced before.
1706
1707 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1708
1709         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1710         when opening the connection.
1711         Suggested by João Távora <joaotavora@gmail.com> in
1712         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1713
1714 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1715
1716         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1717         assume Date header begins with "Date", that may be customized into
1718         something like "X-Sent" using gnus-article-time-format.
1719         (article-transform-date): Allow multi-line Date header.
1720
1721 2013-06-02  David Engster  <deng@randomsample.de>
1722
1723         * registry.el (initialize-instance, registry-lookup)
1724         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1725         (registry-lookup-secondary-value, registry-search, registry-delete)
1726         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1727         not wrap methods in `eval-and-compile'.  This breaks due to latest
1728         changes in EIEIO (introduction of eieio-core.el).
1729
1730 2013-05-30  Glenn Morris  <rgm@gnu.org>
1731
1732         * nnmail.el (nnmail-fancy-expiry-target):
1733         Also bind mail-dont-reply-to-names.
1734
1735         * spam-stat.el (spam-stat-save):
1736         No need to tweak font-lock in temp buffers.
1737
1738         * shr.el (shr-put-image): Silence compiler.
1739
1740 2013-05-29  Glenn Morris  <rgm@gnu.org>
1741
1742         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1743
1744         * gnus-group.el (gnus-sequence-of-unread-articles)
1745         (gnus-summary-add-mark, gnus-mark-article-as-read)
1746         (gnus-group-make-articles-read): Declare.
1747
1748         * gnus-sum.el (gnus-parameter-list-identifier)
1749         (gnus-article-stop-animations, gnus-stop-downloads)
1750         (gnus-article-only-boring-p, article-goto-body)
1751         (gnus-flush-original-article-buffer, article-narrow-to-head)
1752         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1753         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1754
1755         * gnus.el: No need to eval-and-compile autoloads.
1756
1757         * gravatar.el (help-function-arglist): Autoload.
1758
1759         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1760
1761         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1762
1763         * spam.el: No need to load spam-report when compiling.
1764         No need to eval-and-compile autoloads.
1765         (spam-report-resend-to): Declare.
1766         (spam-report-resend-register-routine): Require 'spam-report.
1767
1768 2013-05-24  Julien Danjou  <julien@danjou.info>
1769
1770         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1771         setup.
1772
1773 2013-05-23  Glenn Morris  <rgm@gnu.org>
1774
1775         * gnus-util.el (rmail-swap-buffers-maybe)
1776         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1777         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1778         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1779
1780         * mm-decode.el: No need to load term when compiling.
1781         (term-mode, term-char-mode): Declare.
1782
1783         * mm-util.el: No need to load jka-compr when compiling.
1784         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1785
1786         * nnmaildir.el: Require is automatically eval-and-compile.
1787         (nnmail): Require at run-time too.
1788
1789         * registry.el (registry-size): Move definition before use.
1790
1791 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1792
1793         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1794         signed data to conform the standard.  (Bug#14232)
1795
1796 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1797
1798         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1799         double angle quotation mark.
1800
1801 2013-05-20  Glenn Morris  <rgm@gnu.org>
1802
1803         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1804
1805 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1806
1807         * message.el (message-insert-formatted-citation-line): handle finding
1808         first/lastname when more than 2 names appear.
1809
1810 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1811
1812         * shr.el (shr-tag-span): New function.
1813
1814 2013-05-18  Glenn Morris  <rgm@gnu.org>
1815
1816         * message.el (message-mode): Use message-mode-abbrev-table,
1817         with text-mode-abbrev-table as parent.  (Bug#14413)
1818
1819 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1820
1821         * message.el (message-expand-group): Decode group names.
1822
1823 2013-05-16  Julien Danjou  <julien@danjou.info>
1824
1825         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1826         app-icon.
1827
1828 2013-05-15  Glenn Morris  <rgm@gnu.org>
1829
1830         * shr-color.el (shr-color-visible-luminance-min)
1831         (shr-color-visible-distance-min): Use shr-color group.
1832
1833 2013-05-11  Glenn Morris  <rgm@gnu.org>
1834
1835         * gnus-vm.el: Make it loadable without VM.
1836         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1837         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1838
1839 2013-05-09  Glenn Morris  <rgm@gnu.org>
1840
1841         * mml1991.el: Make it loadable.  (Bug#13456)
1842
1843         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1844         * gnus-async.el (gnus-async-post-fetch-function):
1845         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1846         * gnus-html.el (gnus-html-image-cache-ttl):
1847         * gnus-notifications.el (gnus-notifications-timeout):
1848         * gnus-picon.el (gnus-picon-properties):
1849         * gnus-util.el (gnus-completion-styles):
1850         * gnus.el (gnus-other-frame-resume-function):
1851         * message.el (message-user-organization-file)
1852         (message-cite-reply-position):
1853         * nnir.el (nnir-summary-line-format)
1854         (nnir-retrieve-headers-override-function):
1855         * shr-color.el (shr-color-visible-luminance-min):
1856         * shr.el (shr-blocked-images):
1857         * spam-report.el (spam-report-resend-to):
1858         * spam.el (spam-summary-exit-behavior): Fix custom types.
1859
1860         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1861
1862 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1865         because of let-binding help-xref-following.  (Bug#14356)
1866
1867 2013-05-06  Glenn Morris  <rgm@gnu.org>
1868
1869         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1870
1871 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1872
1873         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1874         entering into the registry.
1875
1876 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1877
1878         * gnus.el: Ma Gnus v0.7 is released.
1879
1880 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1883         (Bug#14304)
1884
1885 2013-04-27  Glenn Morris  <rgm@gnu.org>
1886
1887         * gnus.el (gnus-list-debbugs):
1888         Use require rather than autoload.  (Bug#14262)
1889
1890 2013-04-27  Julien Danjou  <julien@danjou.info>
1891
1892         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1893         port to "sieve" now that it has an official IANA port assigned.
1894
1895 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1898         Don't set the MAILHOST environment variable permanently (Bug#14271).
1899
1900 2013-04-26  Glenn Morris  <rgm@gnu.org>
1901
1902         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1903
1904 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1905
1906         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1907         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1908
1909 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1910
1911         * nnir.el (nnir-close-group): Make sure we are in the right group.
1912
1913         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1914         dependency table from all newly retrieved headers.
1915
1916 2013-04-16  David Edmondson  <dme@dme.org>
1917
1918         Support <img src="data:...">.
1919
1920         * shr.el (shr-image-from-data): New function.
1921         (shr-tag-img): Use it.
1922
1923 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1924
1925         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1926         group.
1927
1928 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1929
1930         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1931         corresponding to any existing group (Bug#14166).
1932
1933 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1934
1935         * nnir.el (number-sequence): No longer used.
1936         (nnir-request-set-mark): New function.
1937         (nnir-request-update-info): Improve marks updating.
1938         (nnir-request-scan): Don't duplicate marks updating.
1939         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1940         Use 'assq rather than 'assoc.  Quote anonymous function.
1941         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1942         Use 'gnus-group-prefixed-p.
1943         (gnus-summary-create-nnir-group): Make sure server for method is open.
1944
1945 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1946
1947         * nnir.el (gnus-nnir-group-p): New function.
1948         (nnir-possibly-change-group): Use it.
1949
1950         * gnus-msg.el (gnus-setup-message): Use it.
1951
1952 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1953
1954         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1955         `initial-input' for the argument name.
1956         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1957
1958 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1959
1960         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1961         (used by MH-E).
1962
1963 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1964
1965         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1966         group.
1967
1968         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1969         fix compilation.
1970
1971 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1972
1973         * nnir.el (nnir-method-default-engines): And another typo.
1974
1975 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1976
1977         * nnir.el (nnir-method-default-engines): Fix typo.
1978
1979 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1980
1981         * nnir.el: Define 'number-sequence for xemacs.
1982         (gnus-summary-create-nnir-group): New function to create an nnir group
1983         from an nnir summary buffer based on the current query.
1984         (nnir-request-create-group): Update to allow nnir group creation based
1985         on the current query.
1986
1987 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * nndraft.el (nndraft-request-expire-articles):
1990         Make expiry target always `delete'.
1991
1992 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1993
1994         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1995         buffer use the posting-style and gcc of the original article group.
1996         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1997
1998         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1999         after other deffoos.
2000
2001 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2002
2003         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2004         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2005         support for real (i.e. not ephemeral) nnir groups.
2006         (gnus-summary-make-nnir-group): New function for initiating searches
2007         from a summary buffer.
2008
2009 2013-03-18  Sam Steingold  <sds@gnu.org>
2010
2011         * message.el (message-bury): Minor cleanup.
2012
2013 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2014
2015         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2016
2017 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2020         nnml-request-list.  (Bug#13873)
2021         (nndir-request-newsgroups): Remove, unused.
2022
2023         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2024
2025 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2026
2027         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2028         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2029         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2030
2031 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2032
2033         * shr.el: Make all the overlays set the `evaporate' property so that
2034         they're removed properly.
2035
2036 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2037
2038         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2039         shell-quote-argument.
2040
2041 2013-02-22  David Engster  <deng@randomsample.de>
2042
2043         * gnus-registry.el (gnus-registry-save): Provide class name when
2044         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2045         `condition-case' to stay compatible with older EIEIO versions which
2046         only accept one argument.
2047
2048 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2049
2050         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2051         (epg-user-id-validity): Autoload.
2052         (mml2015-epg-check-user-id): New function.
2053         (mml2015-epg-check-sub-key): New function split from
2054         mml2015-epg-find-usable-key.
2055         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2056         optional name-is-key-id, to handle the case when user-id is unusable.
2057         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2058
2059 2013-02-17  Glenn Morris  <rgm@gnu.org>
2060
2061         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2062
2063 2013-02-16  Glenn Morris  <rgm@gnu.org>
2064
2065         * shr.el (shr-put-image): Only animate images that specify a delay.
2066         This is consistent with the old image-animated-p behavior.
2067
2068 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2071         for XEmacs.
2072
2073 2013-02-13  Juri Linkov  <juri@jurta.org>
2074
2075         * gnus-art.el (gnus-article-mode-map):
2076         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2077         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2078
2079 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2080
2081         * auth-source.el (auth-source-format-prompt): Don't get confused by
2082         any "\" in replacement text.  (Bug#13637)
2083
2084 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2085
2086         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2087         (gnus-backend-trace): Honour gnus-backend-trace.
2088
2089         * mml.el (mml-insert-part): Insert closing tag.
2090
2091         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2092
2093 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2094
2095         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2096         able to find the article, which can happen in debbugs groups,
2097         apparently.
2098
2099 2013-01-16  Glenn Morris  <rgm@gnu.org>
2100
2101         * smiley.el (smiley-style): Make the file loadable in batch mode.
2102
2103 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2104
2105         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2106         imap process running.
2107
2108 2013-01-14  Julien Danjou  <julien@danjou.info>
2109
2110         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2111         Compare addresses against addresses, not against the full From field.
2112
2113 2013-01-13  Richard Stallman  <rms@gnu.org>
2114
2115         * message.el (message-forward-make-body-mime): New args BEG, END
2116         specify what part of FORWARD-BUFFER to use.  Do the work directly
2117         instead of calling `mml-insert-buffer'.
2118
2119 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2120
2121         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2122         cross-reference(s).
2123
2124         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2125         cross-reference(s).
2126
2127 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2128
2129         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2130         and point-max-marker.
2131         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2132
2133 2013-01-11  Julien Danjou  <julien@danjou.info>
2134
2135         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2136         max are almost equal.  Also return the correct value for V which is
2137         already between 0 and 1.
2138
2139 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2140
2141         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2142         to mml2015-encrypt-to-self.
2143         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2144
2145 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2146
2147         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2148         mml-smime-epg-find-usable-secret-key.
2149
2150 2013-01-08  Glenn Morris  <rgm@gnu.org>
2151
2152         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2153
2154 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2155
2156         * mml-smime.el: Support signing by sender.
2157         Requested by Uwe Brauer.
2158         (mml-smime-sign-with-sender): New user option analogous
2159         to mml2015-sign-with-sender.
2160         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2161         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2162         mml2015.el.
2163
2164 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2167         isn't running, because Gnus will probably not know how to handle the
2168         Gcc header (bug#11941).
2169
2170         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2171         articles.
2172
2173 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174
2175         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2176         (nnfolder-generate-active-file): Make this function work with recursive
2177         folder names.
2178
2179 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2180
2181         * nntp.el (nntp-open-connection): Use HELP as the capability command
2182         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2183         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2184
2185 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2186
2187         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2188         place holder since this gives `Invalid face reference: nil' messages.
2189         Use the `default' face instead.  It has the same effect here, even
2190         though it is not no-op.
2191
2192         * gnus-util.el
2193         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2194
2195 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2196
2197         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2198         non-string posting styles (bug#13285).
2199
2200 2012-12-27  Glenn Morris  <rgm@gnu.org>
2201
2202         * plstore.el (plstore-passphrase-callback-function):
2203         Use plstore-get-file.
2204
2205 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2206
2207         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2208         stderr.
2209
2210 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2211
2212         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2213
2214         * gnus-compat.el (set-buffer-multibyte): Remove.
2215
2216 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2217
2218         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2219         temporary file to get PGP key image.  Pass no-show-photos when
2220         extracting image to avoid having it pop up twice.
2221
2222 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2223
2224         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2225         eligible for treatment.
2226
2227         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2228         lines.  This makes summary commands with hidden threads work more
2229         reliably.
2230
2231         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2232         button to mark the hidden citations (bug#9395).
2233
2234 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2235
2236         * mml2015.el (mml2015-epg-signature-to-string): New function.
2237         (mml2015-epg-verify-result-to-string): New function.
2238         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2239         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2240         instead of epg-verify-result-to-string.
2241         (epg-signature-key-id, epg-signature-to-string): Autoload.
2242         (epg-verify-result-to-string): Remove autoload.
2243
2244 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2245
2246         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2247         ID image from GPG public key.
2248         (mml2015-epg-key-image-to-string): New function.
2249
2250 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2251
2252         * plstore.el (plstore-passphrase-callback-function): Fix error when
2253         error when plstore-cache-passphrase-for-symmetric-encryption is set
2254         (bug#13264).
2255
2256 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2257
2258         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2259         buffer to the article buffer here, because that clobbers multiple
2260         article buffers.
2261
2262         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2263         buffer always points to the right summary buffer.
2264
2265 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2266
2267         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2268         the password (bug#12097).
2269
2270 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2271
2272         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2273         (bug#13263).
2274
2275         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2276         buffer exists before using it (bug#12475).
2277
2278         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2279         offline groups (bug#11937).
2280
2281         * message.el (message-yank-original): When using customize to set the
2282         value of `message-cite-style', the variable it set to a symbol that's
2283         the name of the variable, which must then be dereferenced (bug#12616).
2284
2285 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2286
2287         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2288         the `face' property with a list whose car is the face specified in the
2289         format string and whose cdr is (nil).
2290         * lisp/gnus-util.el
2291         (gnus-put-text-property-excluding-characters-with-faces):
2292         Change accordingly.
2293         (gnus-get-text-property-excluding-characters-with-faces): New function.
2294         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2295         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2296         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2297
2298 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2299
2300         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2301         login methods.
2302         (nnimap-login): Respect the `nnimap-authenticator' variable.
2303
2304         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2305         mark state when moving articles.  Otherwise unticked articles will get
2306         their ticks back after moving.
2307
2308 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2309
2310         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2311
2312         * message.el (message-ignored-news-headers): Always remove
2313         X-Message-SMTP-Method to avoid information leakage if the user
2314         mistakenly inserts the header into news messages.
2315
2316         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2317
2318         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2319         right than four characters, this command would move point to
2320         `point-max'.  Don't do that.
2321
2322         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2323         to nil to allow re-selecting groups that gain articles.
2324         (gnus-bug-group-download-format-alist): Update the URL.
2325
2326 2012-12-23  Andreas Schwab  <schwab@suse.de>
2327
2328         * shr.el (shr-tag-em): Render em as italic, not bold.
2329
2330 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2331
2332         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2333         for reuse.
2334         (gnus-open-server): Use it to add more tracing.
2335         (gnus-finish-retrieve-group-infos): Add backend tracing.
2336         (gnus-backend-trace): Also note the elapsed seconds.
2337
2338 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2339
2340         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2341         Set epa-file-encrypt-to from variable to avoid querying.
2342
2343 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2344
2345         * sieve-mode.el (sieve-font-lock-keywords):
2346         Keywords should be word delimited.  (Bug#13173)
2347
2348 2012-12-13  Andreas Schwab  <schwab@suse.de>
2349
2350         * tls.el (tls-program): Update customize type.
2351
2352 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2353
2354         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2355         instead of <pre> to align message header.
2356
2357 2012-12-12  Sam Steingold  <sds@gnu.org>
2358
2359         * gnus.el (gnus-other-frame-resume-function): Add user option.
2360         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2361
2362 2012-12-06  Sam Steingold  <sds@gnu.org>
2363
2364         * gnus-start.el (gnus-before-resume-hook): Add.
2365         (gnus-1): Run it when Gnus is alive.
2366
2367 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2368
2369         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2370         * gnus-art.el (article-unsplit-urls)
2371         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2372         * gnus-registry.el (gnus-registry-get-article-marks)
2373         * message.el (message-goto-body): Use it.
2374         (message-called-interactively-p): Remove.
2375
2376         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2377         (spam-stat-score-buffer): Use it.
2378
2379         * spam.el: Silence the warnings against BBDB functions when compiling.
2380
2381         * gnus-score.el (gnus-score-decode-text-parts):
2382         Use append+mapcar instead of the cl function mapcan.
2383
2384 2012-12-05  Sam Steingold  <sds@gnu.org>
2385
2386         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2387         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2388         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2389
2390 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * gmm-utils.el (gmm-called-interactively-p): Revert.
2393         This seems to cause Emacs to get stuck!
2394         * gnus-art.el (article-unsplit-urls)
2395         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2396         * gnus-registry.el (gnus-registry-get-article-marks)
2397         * message.el (message-goto-body)
2398         (message-called-interactively-p): Revert.
2399
2400         * gmm-utils.el (gmm-called-interactively-p): New function.
2401         * gnus-art.el (article-unsplit-urls)
2402         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2403         * gnus-registry.el (gnus-registry-get-article-marks)
2404         * message.el (message-goto-body): Use it.
2405         (message-called-interactively-p): Remove.
2406
2407         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2408         * gnus-sync.el (gnus-sync-lesync-call)
2409         * message.el (message-read-from-minibuffer): Use it.
2410
2411 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2412
2413         * gmm-utils.el (gmm-flet): Remove.
2414         * gnus-sync.el (gnus-sync-lesync-call)
2415         * message.el (message-read-from-minibuffer): Don't use it.
2416
2417 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2418
2419         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2420
2421 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2422
2423         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2424
2425         * gnus-sync.el (gnus-sync-lesync-call)
2426         * message.el (message-read-from-minibuffer): Use gmm-flet.
2427
2428         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2429
2430         * gnus-util.el (gnus-macroexpand-all): Remove.
2431
2432 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2433
2434         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2435         to TAB, not [tab].
2436         (gnus-summary-article-map): Likewise.
2437
2438         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2439         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2440
2441 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2442
2443         * time-date.el: Commentary fix.
2444
2445 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2446
2447         * color.el: Don't require cl.
2448         (color-complement): `caddr' -> `nth 2'.
2449
2450         * time-date.el (time-to-seconds): De-obsolete.
2451
2452 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * message.el (message-get-reply-headers):
2455         Make sure the reply goes to the author if it is a wide reply.
2456
2457 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2458
2459         * gnus-score.el (gnus-score-body):
2460         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2461         scoring by body.
2462
2463 2012-11-16  Glenn Morris  <rgm@gnu.org>
2464
2465         * gnus-diary.el (nndiary-request-create-group-functions)
2466         (nndiary-request-update-info-functions)
2467         (gnus-subscribe-newsgroup-functions)
2468         (nndiary-request-accept-article-functions):
2469         Use new names for hooks rather than obsolete aliases.
2470
2471 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2472
2473         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2474
2475 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2478         in meta tag with the one the part specifies in its header.
2479
2480 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2481
2482         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2483         by default.
2484
2485 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2486
2487         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2488         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2489
2490 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2493         and a runtime function for it, of which the XEmacs version takes only
2494         two arguments.
2495
2496 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2497
2498         * nndiary.el (nndiary-request-create-group-functions)
2499         (nndiary-request-update-info-functions)
2500         (nndiary-request-accept-article-functions):
2501         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2502         "-hooks" suffix.
2503
2504 2012-10-19  Julien Danjou  <julien@danjou.info>
2505
2506         * gnus-art.el: Require gnus-util because it uses
2507         `gnus-timer--function'.
2508
2509 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2510
2511         * starttls.el (starttls-extra-arguments): Doc fix.
2512
2513 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2514
2515         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2516         it.
2517
2518 2012-10-06  Glenn Morris  <rgm@gnu.org>
2519
2520         * gnus-notifications.el (gnus-notifications):
2521         Add missing group :version tag.
2522         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2523         (gnus-gcc-post-body-encode-hook):
2524         * gnus-sync.el (gnus-sync-lesync-name)
2525         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2526
2527 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2528
2529         * color.el (color-hsl-to-rgb): Fix incorrect results for
2530         small and large hue values.  (Bug#12559)
2531
2532 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         New UIDL implementation.
2535
2536         * mail-source.el (mail-sources, mail-source-keyword-map):
2537         Add :leave as a pop3 keyword.
2538         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2539
2540         * pop3.el (pop3-leave-mail-on-server): Allow number.
2541         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2542         (pop3-movemail): Add UIDL support.
2543         (pop3-send-streaming-command): Take a list of mail numbers instead of
2544         the number of mails.
2545         (pop3-write-to-file): Add X-UIDL header.
2546         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2547         (pop3-uidl-add-xheader): New functions.
2548
2549         * message.el (message-ignored-resent-headers):
2550         Add X-Content-Length and X-UIDL headers.
2551
2552 2012-10-05  Glenn Morris  <rgm@gnu.org>
2553
2554         * color.el (color-name-to-rgb, color-rgb-to-hex)
2555         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2556         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2557         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2558         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2559
2560 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2561
2562         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2563         a user about whether to delete temp files if once a user answered as n.
2564
2565 2012-09-25  Chong Yidong  <cyd@gnu.org>
2566
2567         * password-cache.el (password-read-and-add): Use a declare form to mark
2568         this function obsolete.
2569
2570 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2571
2572         * lpath.el: Bind mail-encode-mml for old Emacsen.
2573
2574 2012-09-17  Richard Stallman  <rms@gnu.org>
2575
2576         * message.el (message-in-body-p): Don't set mark or modify buffer.
2577
2578         * mml.el (mml-attach-file): Doc fix.
2579         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2580         Set mail-encode-mml when in Mail mode.
2581         Simplify code to set HEAD and move back to HEAD.
2582         (mml-insert-multipart, mml-insert-part):
2583         Set mail-encode-mml when in Mail mode.
2584
2585 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * gnus-util.el (gnus-timer--function): New function.
2588
2589         * gnus-art.el (gnus-article-stop-animations): Use it.
2590
2591 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2592
2593         Fix glitches caused by addition of psec to timers.
2594         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2595         rather than raw access to timer vector.
2596
2597 2012-09-11  Julien Danjou  <julien@danjou.info>
2598
2599         * gnus-notifications.el (gnus-notifications): Check for nil values in
2600         ignored addresses check.
2601
2602 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2603
2604         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2605
2606 2012-09-07  Chong Yidong  <cyd@gnu.org>
2607
2608         * gnus-util.el
2609         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2610
2611         * gnus-salt.el (gnus-tree-highlight-node):
2612         * gnus-sum.el (gnus-summary-highlight-line):
2613         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2614
2615 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2616
2617         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2618
2619 2012-09-06  Juri Linkov  <juri@jurta.org>
2620
2621         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2622         scheme for buffer names to be more consistent with other group and
2623         article buffer names in Gnus.
2624
2625 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2626
2627         * gnus-util.el
2628         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2629
2630         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2631         Jenkner.
2632
2633         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2634
2635         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2636
2637         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2638
2639 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2642         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2643
2644         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2645         string-prefix-p in Emacs >=23.2.
2646
2647         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2648         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2649         instead of string-match-p.
2650         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2651
2652 2012-09-06  Kenichi Handa  <handa@gnu.org>
2653
2654         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2655         lowercase a..f.
2656
2657 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2658
2659         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2660
2661 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2662
2663         * nnimap.el (nnimap-request-move-article): Decode the group name when
2664         doing internal moves to avoid charset issues.
2665
2666         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2667         TIME is set.
2668
2669 2012-09-05  Juri Linkov  <juri@jurta.org>
2670
2671         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2672         than one group at a time (bug#11961).
2673
2674 2012-09-05  Julien Danjou  <julien@danjou.info>
2675
2676         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2677         this hide the real reason with a message giving absolutely no hint.
2678
2679 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2680
2681         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2682         to the backend (bug#11804).
2683
2684         * message.el (message-insert-newsgroups): Don't insert newsgroup
2685         duplicates (bug#12275).
2686
2687 2012-09-05  John Wiegley  <johnw@newartisans.com>
2688
2689         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2690         sieve rules.
2691
2692 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2693
2694         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2695         function.
2696
2697         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2698
2699         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2700
2701 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2702
2703         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2704         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2705         This should make nnmaildir more usable with offlineimap.
2706
2707 2012-09-05  Julien Danjou  <julien@danjou.info>
2708
2709         * nnimap.el (nnimap-request-list): Revert change that made listing
2710         synchronous.
2711         (nnimap-get-responses): Restore.
2712
2713 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2714
2715         * dgnushack.el: XEmacs 21.5 compilation fix.
2716
2717         * gnus-notifications.el (gnus-notifications-notify): Use it.
2718
2719         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2720         warnings on XEmacs.
2721
2722 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2723
2724         Better seeds for (random).
2725         * gnus-sync.el (gnus-sync-lesync-setup):
2726         * message.el (message-canlock-generate, message-unique-id):
2727         Change (random t) to (random), now that the latter is more random.
2728
2729 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2730
2731         * nnimap.el (nnimap-change-group): Document result value
2732
2733         * auth-source.el (auth-sources): Fix macos keychain access.
2734
2735         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2736         allow the backend `request-head' function to determine the group
2737         name on its own.
2738         (gnus-request-expire-articles): Filter out negative article numbers
2739         during expiry (Bug#11980).
2740
2741         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2742         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2743
2744         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2745         you've found the article when you haven't.
2746
2747         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2748         that nnimap-change-group can return t.
2749
2750 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2751
2752         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2753
2754 2012-08-30  Julien Danjou  <julien@danjou.info>
2755
2756         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2757         `gnus-notifications-timeout'.
2758         (gnus-notifications-timeout): Add.
2759         (gnus-notifications-action): New function.
2760         (gnus-notifications-notify): Add :action using
2761         `gnus-notifications-action'.
2762         (gnus-notifications-id-to-msg): New variable.
2763         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2764         notifications id to messages.
2765
2766 2012-08-30  Kenichi Handa  <handa@gnu.org>
2767
2768         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2769         once.
2770
2771 2012-08-29  Julien Danjou  <julien@danjou.info>
2772
2773         * gnus-notifications.el: New file.
2774         (gnus-notifications-notify): New function.
2775         (gnus-notifications): Use `gnus-notifications-notify'.
2776
2777 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2780         transfer encoding first; bind gnus-newsgroup-charset to the charset
2781         that the article specifies (Bug#12209).
2782
2783 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2784
2785         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2786         (gnus-group-customize-done): Encode values posting-style holds.
2787
2788         * gnus-msg.el (gnus-summary-resend-message)
2789         (gnus-configure-posting-styles): Decode values posting-style group
2790         parameter holds.
2791
2792 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2795         `name' and `address' in Resent-From header.
2796
2797 2012-08-14  Chong Yidong  <cyd@gnu.org>
2798
2799         * gnus-art.el (article-display-face): Handle failure in
2800         gnus-create-image (Bug#11802).
2801
2802 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2803
2804         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2805         Use defsetf.
2806
2807 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2808
2809         * auth-source.el (auth-source-plstore-search)
2810         (auth-source-secrets-search): Ignore :require and :type in search spec.
2811
2812 2012-08-06  Julien Danjou  <julien@danjou.info>
2813
2814         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2815         `nnimap-request-move-article'.
2816
2817         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2818         Remove autoload, already handled by gnus.el.
2819
2820         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2821
2822         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2823         supported by nnimap actually.  Reverts previous change.
2824
2825         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2826         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2827         to-buffer argument that is already supported.
2828
2829 2012-08-05  Julien Danjou  <julien@danjou.info>
2830
2831         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2832         Add autoload.
2833
2834 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2835
2836         * gnus.el (gnus-valid-select-methods): Fix custom type.
2837
2838 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2839
2840         * auth-source.el (auth-sources, auth-source-backend-parse)
2841         (auth-source-macos-keychain-search)
2842         (auth-source-macos-keychain-search-items)
2843         (auth-source-macos-keychain-result-append)
2844         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2845         auth-source.el through the /usr/bin/security utility.
2846         (auth-sources): Fix syntax error.
2847         (auth-source-macos-keychain-result-append): Fix variable name.
2848         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2849
2850 2012-07-27  Julien Danjou  <julien@danjou.info>
2851
2852         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2853         Emacs < 24.1
2854
2855 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2856
2857         * message.el (message-kill-address): Don't kill last newline.
2858         (message-skip-to-next-address): Don't move to the next header.
2859         (message-fill-field-address): Work properly.
2860
2861 2012-07-25  Julien Danjou  <julien@danjou.info>
2862
2863         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2864
2865 2012-07-24  Julien Danjou  <julien@danjou.info>
2866
2867         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2868
2869         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2870         (nntp-async-timer-handler): Remove, unused.
2871
2872         * nnimap.el (nnimap-get-responses): Remove, unused.
2873
2874         * nnheader.el (mail-header-set-extra): Remove, unused.
2875
2876         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2877         unused.
2878
2879         * mm-view.el (mm-view-sound-file): Remove, unused.
2880
2881         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2882         (mm-url-encode-multipart-form-data): Remove, unused.
2883
2884         * message.el (message-remove-signature, message-make-host-name)
2885         (message-fill-address): Remove, unused.
2886
2887         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2888         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2889         unused.
2890
2891         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2892         (gnus-xmas-call-region): Remove, unused.
2893
2894         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2895
2896         * gnus-util.el (gnus-extract-address-component-name)
2897         (gnus-extract-address-component-email, gnus-sortable-date)
2898         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2899         (gnus-process-live-p): Remove, unused.
2900
2901         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2902
2903         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2904         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2905         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2906         function.
2907
2908         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2909
2910         * gnus-score.el (gnus-summary-score-crossposting)
2911         (gnus-score-regexp-bad-p): Remove, unused.
2912
2913         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2914
2915         * gnus-range.el (gnus-sublist-p): Remove, unused.
2916
2917         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2918         unused.
2919
2920         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2921
2922         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2923         (gnus-request-associate-buffer): Remove, unused.
2924
2925         * gnus-group.el (gnus-group-set-method-info)
2926         (gnus-group-set-params-info): Remove, unused.
2927
2928         * gnus-fun.el (gnus-shell-command-to-string)
2929         (gnus-shell-command-on-region): Remove, unused.
2930
2931         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2932
2933         * gnus-art.el (gnus-article-text-type-exists-p)
2934         (article-translate-characters, gnus-article-hide-text-of-type)
2935         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2936         Remove, unused.
2937
2938 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2939
2940         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2941
2942 2012-07-21  Julien Danjou  <julien@danjou.info>
2943
2944         * message.el (message-dont-reply-to-names): Replace deprecated
2945         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2946         (message-get-reply-headers): Ditto.
2947
2948 2012-07-18  Julien Danjou  <julien@danjou.info>
2949
2950         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2951         `sieve-upload-and-kill'.
2952
2953         * sieve.el (sieve-bury-buffer): Remove function.
2954         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2955         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2956
2957 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2958
2959         * shr.el (shr-expand-url): Handle URL starting with `//'.
2960
2961 2012-07-13  Chong Yidong  <cyd@gnu.org>
2962
2963         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2964         instead of calling toggle-read-only with a (bogus) argument.
2965
2966 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2967
2968         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2969         of initial input when reading the author to restrict the summary to.
2970
2971 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2972
2973         * mm-decode.el (mm-shr):
2974         Allow overriding charset by mm-charset-override-alist.
2975
2976 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2977
2978         * gnus-art.el (gnus-article-view-part):
2979         Toggle subparts of multipart/alternative part.
2980
2981 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2982
2983         * shr.el (shr-render-buffer): New command.
2984         (shr-visit-file): Use it.
2985
2986 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2989         Set no-byte-compile and no-update-autoloads.
2990
2991 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2994
2995 2012-06-25  Julien Danjou  <julien@danjou.info>
2996
2997         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2998         `nnimap-request-move-articles-find-limit' since we do not use it only
2999         for move operations.
3000         (nnimap-request-accept-article): Use
3001         `nnimap-request-articles-find-limit' to limit search by message-id.
3002
3003 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3004
3005         Support higher-resolution time stamps (Bug#9000).
3006
3007         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3008         VARLIST.  It's optional, for backward compatibility.
3009         (encode-time-value): New optional arg PICO.  New type 3.
3010         (time-to-seconds) [!float-time]: Support the new picoseconds
3011         component if it's used.
3012         (seconds-to-time, time-subtract, time-add):
3013         Support ps-resolution time stamps as well.
3014
3015 2012-06-19  Julien Danjou  <julien@danjou.info>
3016
3017         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3018
3019         * nnimap.el (nnimap-log-buffer): Check that
3020         `window-point-insertion-type' is boundp, since it's not available in
3021         XEmacs.
3022
3023 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3024
3025         * nnimap.el (nnimap-log-buffer): Add this, setting
3026         `window-point-insertion-type' in the buffer to t.
3027         (nnimap-log-command): Use nnimap-log-buffer.
3028
3029 2012-06-19  Julien Danjou  <julien@danjou.info>
3030
3031         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3032         argument to be able to limit the search.
3033         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3034         (nnimap-request-move-articles-find-limit): Add this to limit the search
3035         by Message-Id after a message move.
3036         (nnimap): Add defgroup.
3037
3038 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3039
3040         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3041
3042 2012-06-15  Julien Danjou  <julien@danjou.info>
3043
3044         * nnimap.el (nnimap-find-article-by-message-id): Use
3045         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3046         (nnimap-possibly-change-group): Add read-only argument.
3047         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3048         issuing EXAMINE manually.
3049         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3050         with read-only argument.
3051         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3052         cannot possibly change because we need to be sure that it's either
3053         read-write or read-only.
3054
3055 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3056
3057         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3058         being bound to a lambda form.
3059
3060 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3061
3062         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3063         articles when fetch-old is non-nil (bug#11370).
3064
3065 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3066
3067         * gnus-picon.el (gnus-picon-properties): New defcustom.
3068         (gnus-picon-create-glyph): Use it.
3069
3070 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3071
3072         * gnus-group.el (gnus-group-get-new-news): Respect
3073         `gnus-group-use-permanent-levels', as documented (bug#11638).
3074
3075 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3076
3077         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3078         groups (bug#11641).
3079
3080 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3081
3082         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3083         is an integer to avoid later problems.
3084
3085 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3086
3087         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3088         locales.
3089
3090         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3091         on a handle.
3092
3093         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3094         address as the default.
3095         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3096
3097         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3098         makes no sense to query the user about internal files.
3099
3100         * gnus-spec.el: Remove all the byte-compilation stuff, since
3101         benchmarking shows that it doesn't help when entering large summary
3102         buffers.
3103
3104         * gnus-xmas.el (gnus-xmas-define): Remove.
3105
3106         * gnus-util.el (gnus-byte-code): Remove.
3107
3108         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3109         grouplens stuff.
3110
3111 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3112
3113         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3114         (bug#11514).
3115
3116 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3117
3118         * message.el (message-buffers): Return all buffers derived from Message
3119         to make `gnus-dired-attach' work with mu4e.
3120
3121 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3122
3123         * nntp.el: Stop the `letf' madness.
3124         (nntp--report-1): New var.
3125         (nntp-report): Merge nntp-report-1 into it.
3126         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3127         the nntp-report function.
3128
3129         * auth-source.el: Fix comment-style to follow the convention.
3130
3131 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3132
3133         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3134         (mm-dissect-singlepart): Don't guess the MIME type of
3135         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3136         set.
3137         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3138         toplevel MIME type is multipart/encrypted.
3139
3140 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3143         a string so that Gcc works (bug#11514).
3144
3145 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3146
3147         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3148         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3149
3150 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3151
3152         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3153         jumping to *Server* from a dedicated *Group* window.
3154         (gnus-configure-frame): CSE.
3155
3156         * gnus-registry.el: Minor style cleanup.
3157         (gnus-registry--set/remove-mark): New function, extracted from
3158         gnus-registry-install-shortcuts.
3159         (gnus-registry-install-shortcuts): Use it.
3160
3161 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3162
3163         * nnspool.el (news-path): Use eval-and-compile.
3164
3165 2012-05-24  Glenn Morris  <rgm@gnu.org>
3166
3167         * nnspool.el (news-directory, news-path, news-inews-program):
3168         Move here from paths.el.  Don't see a need for these to be autoloaded.
3169
3170         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3171         Merge in doc from paths.el version.  Don't see any need for this to be
3172         autoloaded, or for the warning about users not setting it.
3173
3174 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3175
3176         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3177         format.  In particular, add an optional argument and a docstring.
3178
3179         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3180
3181         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3182         current before calling `gnus-groups-to-gnus-format'.
3183         Note that this was already the case for `gnus-active-to-gnus-format'.
3184
3185 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3186
3187         Fix minor Y10k bug.
3188         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3189
3190 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3191
3192         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3193         message once it's actually open.
3194
3195 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3196
3197         * gnus.el: Ma Gnus v0.5 is released.
3198
3199 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3200
3201         * auth-source.el (auth-source--aput-1, auth-source--aput)
3202         (auth-source--aget): New functions and macros.
3203         Use them instead of aput/aget.
3204
3205 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3206
3207         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3208
3209 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3210
3211         * plstore.el (plstore-called-interactively-p): New compat macro copied
3212         from message.el.
3213         (plstore-mode): Use it.
3214
3215 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3216
3217         * plstore.el: Revive the editing feature.
3218         (plstore-mode): New mode to edit plstore file.
3219         (plstore-mode-toggle-display, plstore-mode-original)
3220         (plstore-mode-decoded): New command.
3221         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3222         (plstore--insert-buffer, plstore--make): New function.
3223         (plstore-open, plstore-save): Simplify by using them.
3224
3225 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3226
3227         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3228
3229 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3230
3231         * tls.el (open-tls-stream): Remove unused binding.
3232
3233 2012-04-16  Glenn Morris  <rgm@gnu.org>
3234
3235         * nndraft.el (nndraft-request-list): Fix declaration.
3236
3237 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3238
3239         * mm-decode.el (mm-dissect-buffer): Doc fix.
3240
3241         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3242         don't have a current group.
3243
3244         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3245         buffer if it doesn't exist.
3246
3247         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3248         given, mark the group as ephemeral with the current window conf.
3249
3250         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3251         buffer exists, which it doesn't if we haven't started Gnus.
3252         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3253
3254 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3255
3256         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3257         type is.
3258
3259         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3260         `unexists' entries.
3261         (gnus-clean-old-newsrc): Fix last checkin.
3262
3263         * nnimap.el (nnimap-update-info): None of the articles below the active
3264         low-water mark exist.
3265
3266         * dgnushack.el: Get rid of XEmacs compilation warning.
3267
3268         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3269         would have gotten if we posted to the group, and use that to compare
3270         against the message we want to cancel (bug#10808).
3271
3272         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3273         on XEmacs.
3274
3275 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3276
3277         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3278         `scroll-margin'.
3279
3280 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3281
3282         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3283         citation prefix within a block of cited text should be considered part
3284         of that block *only* if it is a blank line.
3285
3286 2012-04-09  Chong Yidong  <cyd@gnu.org>
3287
3288         * binhex.el, hashcash.el, uudecode.el:
3289         Remove * characters from the front of variable docstrings.
3290
3291 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3294         before kinsoku-bol characters nor within kinsoku-eol characters.
3295
3296 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3297
3298         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3299         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3300         (gnus-sync-read): Use mapc instead of mapcar.
3301
3302         * mm-archive.el: Require mm-decode for some macros.
3303         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3304         the byte compiler.
3305         (mm-archive-decoders): New function that returns the value of
3306         the mm-archive-decoders variable.
3307
3308         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3309         instead.
3310         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3311
3312         * nnimap.el (gnus-refer-thread-use-nnir):
3313         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3314
3315 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3318
3319 2012-03-12  Peter Münster  <pmrb@free.fr>
3320
3321         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3322         (gnus-demon-cancel): Ditto.
3323         (gnus-demon-run-callback): When function cannot be called due to low
3324         idleness, call it when idleness reaches the expected value, instead of
3325         waiting another timer period.
3326         (gnus-demon-init): Add `time' to arguments of call-back.
3327
3328 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329
3330         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3331
3332         * gnus.el: Register gnus-registry functions.
3333
3334         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3335         indent.
3336
3337         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3338         enabled before warping.
3339
3340 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3341
3342         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3343         registry about each article retrieved.
3344
3345         * gnus-int.el (gnus-select-group-with-message-id): New function.
3346         (gnus-try-warping-via-registry): Ditto.
3347         (gnus-warp-to-article): Fall back on the registry.
3348
3349 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3350
3351         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3352         inboxes.
3353
3354 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3355
3356         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3357
3358 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3359
3360         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3361         gnus-gcc-self-resent-messages may be a group parameter.
3362         (gnus-summary-resend-message): Don't encode encoded words in header
3363         when Gcc'ing resent message.
3364
3365 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3366
3367         * shr.el (shr-insert): Treat non-breaking space just like normal
3368         space.  This seems to produce more pleasing results.
3369         (shr-insert): Only insert a blank line if we're starting from an image.
3370         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3371         (shr-ensure-paragraph): Consider lines with white space to be blank.
3372
3373 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3374
3375         * Makefile.in: Respect DESTDIR.
3376
3377 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3378
3379         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3380         and gnus-gcc-post-body-encode-hook.
3381
3382 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3383
3384         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3385         messages that don't exist.
3386
3387         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3388
3389 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3392         Remove.
3393
3394         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3395
3396         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3397
3398 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3399
3400         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3401         have a group name.
3402
3403         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3404         a multibyte buffer (bug#7410).
3405         (article-wash-html): Parse the original article buffer to get the
3406         unencoded data (bug#7410).
3407
3408         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3409         .newsrc.el files.
3410
3411 2012-04-05  Bastien Guerry  <bzg@altern.org>
3412
3413         * color.el (color-lighten-name): Fix typo.
3414
3415 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3416
3417         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3418         "#" to avoid having them interpreted as comments.
3419
3420 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * shr.el (shr-insert): Update the text state properly to avoid
3423         inserting spurious paragraph starts.
3424
3425 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426
3427         * shr.el (shr-table-widths): Divide the extra width more fairly over
3428         the TDs (bug#10973).
3429         (shr-render-td): Don't delete too much padding.
3430         (shr-natural-width): Compute the natural width more correctly.
3431         (shr-insert): Allow the natural width to be computed for tables again.
3432         (shr-tag-table-1): Rework how the natural widths are computed by
3433         rendering the table a third time.
3434         (shr-natural-width): Removed.
3435         (shr-buffer-width): New function.
3436         (shr-expand-newlines): Use it.
3437
3438         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3439         using a `gnus-use-full-window' setup (bug#11013).
3440
3441 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442
3443         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3444         24.1 release.
3445
3446 2012-03-10  David Edmondson  <dme@dme.org>
3447
3448         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3449         'Forwarded Message' header and the start of the message.
3450
3451 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3452
3453         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3454         isn't running (bug#10897).
3455
3456 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3457
3458         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3459         This is inconsistent with all the other stream functions, which leave
3460         the setting up to the higher levels (if so wanted) (bug#10931).
3461
3462 2012-02-28  Glenn Morris  <rgm@gnu.org>
3463
3464         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3465         mm-decode.el: Standardize possessive apostrophe usage.
3466
3467 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3468
3469         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3470
3471 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3472
3473         * parse-time.el (parse-time-string): Allow extractor to return nil.
3474
3475 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3478
3479 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3480
3481         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3482
3483 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3484
3485         * mm-decode.el (mm-shr): Remove "soft hyphens".
3486
3487         * nnimap.el (nnimap-request-list): Return the group names encoded as
3488         utf8.  Otherwise non-European group names don't work.
3489         (nnimap-request-newgroups): Ditto.
3490
3491         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3492         the default in `read-string' (bug#10757).
3493
3494         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3495         topics (bug#10843).
3496
3497         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3498         buffer.  Suggested by Herbert Valerio Riedel.
3499         (nnimap-request-move-article): Delete the message from the correct IMAP
3500         server.
3501
3502 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3503
3504         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3505         Reported by Peter Münster.
3506
3507 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3508
3509         * shr.el (shr-image-fetched): Make sure we really kill the right
3510         buffer.
3511
3512 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3513
3514         * gnus-start.el (gnus-1): Avoid duplicate entries.
3515
3516 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3517
3518         * imap.el: Remove.
3519
3520         * nntp.el (nntp-coding-system-for-read): Remove.
3521         (nntp-coding-system-for-write): Ditto.
3522         (nntp-open-connection): Just use `binary' directly.
3523
3524         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3525         Gnus 0.3.
3526
3527 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3528
3529         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3530         application/octet-stream parts really is.
3531
3532         * gnus-sum.el (gnus-propagate-marks): Remove.
3533
3534 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3535
3536         * shr.el (shr-rescale-image): Undo previous change; see
3537         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3538
3539 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3540
3541         * gnus.el: Ma Gnus v0.3 is released.
3542
3543 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3544
3545         * gnus-sum.el (gnus-summary-local-variables): Make
3546         `gnus-newsgroup-unexist' into a local variable.
3547
3548 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3549
3550         * registry.el (registry-usage-test, registry-persistence-test): Move to
3551         tests/gnustest-registry.el.
3552         (registry-make-testable-db, registry-match-test)
3553         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3554
3555         * gnus-registry.el (gnus-registry-misc-test)
3556         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3557
3558         * tests/gnustest-registry.el: New file with the registry and
3559         gnus-registry ERT tests.
3560
3561 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3562
3563         * gnus-msg.el (gnus-summary-resend-message): Make
3564         gnus-summary-resend-message-insert-gcc be last item in
3565         message-header-setup-hook.
3566
3567 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3568
3569         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3570         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3571         Remove.
3572         (nnfolder-open-server): Don't use marks.
3573         (nnfolder-request-delete-group): Ditto.
3574         (nnfolder-request-rename-group): Ditto.
3575         (nnfolder-request-set-mark, nnfolder-request-marks)
3576         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3577         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3578
3579         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3580         (nnml-marks-modtime): Remove.
3581         (nnml-request-delete-group): Don't use marks.
3582         (nnml-request-rename-group): Ditto.
3583         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3584         (nnml-save-marks, nnml-open-marks): Remove.
3585
3586         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3587         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3588         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3589         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3590         (nntp-server-to-method-cache): Remove.
3591
3592         * shr.el (shr-rescale-image): Fix wrong merge.
3593
3594 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3595
3596         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3597         too-wide lines.
3598
3599 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3600
3601         * nnimap.el (nnimap-record-commands): New variable.
3602         (nnimap-log-command): Use it.
3603         (nnimap-make-process-buffer): Add a space to the process buffer.
3604         (nnimap-transform-headers): Don't bug out on header lines containing
3605         stuff that look like IMAP length encodings.
3606
3607         * shr.el (shr-rescale-image): Allow viewing large images.
3608
3609 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3610
3611         * nnml.el (nnml-request-compact-group): Delete the marks file after
3612         compaction (bug#10800).
3613
3614         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3615         group exit.
3616
3617         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3618         QRESYNC/FETCH output.
3619
3620 2012-02-11  Glenn Morris  <rgm@gnu.org>
3621
3622         * sieve-manage.el (sieve-manage-default-stream):
3623         * shr.el (shr):
3624         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3625         (nnir-retrieve-headers-override-function)
3626         (nnir-imap-default-search-key, nnir-notmuch-program)
3627         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3628         (nnir-method-default-engines):
3629         * message.el (message-cite-reply-position):
3630         * gssapi.el (gssapi-program):
3631         * gravatar.el (gravatar):
3632         * gnus-sum.el (gnus-refer-thread-use-nnir):
3633         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3634         (gnus-registry-max-pruned-entries):
3635         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3636         * gnus-int.el (gnus-after-set-mark-hook)
3637         (gnus-before-update-mark-hook):
3638         * gnus-async.el (gnus-async-post-fetch-function):
3639         * auth-source.el (auth-source-cache-expiry):
3640         Add missing :version tags to new defcustoms and defgroups.
3641
3642 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3643
3644         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3645         `gnus-newsgroup-unexist'.
3646
3647         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3648         marks.
3649         (gnus-article-special-mark-lists): Put the `unexist' in the special
3650         marks list instead.
3651
3652         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3653         articles in the list of articles to be selected.
3654
3655         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3656         articles.
3657         (nnimap-update-info): Keep track of unexisting articles.
3658         (nnimap-update-qresync-info): Ditto.
3659
3660 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3661
3662         * message.el (message-default-send-mail-function): Made into own
3663         function for reuse by emacsbug.el.
3664
3665 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3666
3667         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3668         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3669
3670 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3671
3672         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3673         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3674
3675         * gnus-compat.el: Define `timer-set-function'.
3676
3677         * mm-decode.el (mm-display-external): Output the text from the command
3678         in the buffer after the command finished.  This makes text-based
3679         commands behave better.
3680
3681 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3682
3683         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3684
3685 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3686
3687         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3688         23.1.
3689
3690 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3691
3692         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3693
3694 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3695
3696         * message.el (smtpmail-smtp-user): Silence compiler warning.
3697
3698 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3699
3700         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3701         SMTP user name.
3702
3703 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3704
3705         * gnus-sum.el (gnus-summary-show-thread):
3706         next-single-char-property-change may return nil in XEmacs.
3707         (gnus-summary-article-map): Fix typo.
3708
3709 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3710
3711         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3712         running.
3713
3714         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3715
3716         * gnus.el (gnus-server-extend-method): Don't add an -address component
3717         if the method already has one (bug#9676).
3718
3719 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3720
3721         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3722         of an initial-input for consistency (bug#10757).
3723
3724         * dgnushack.el: Fix XEmacs compilation warning.
3725
3726         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3727
3728         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3729
3730 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3731
3732         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3733         lines that are narrower than the window width.  Otherwise background
3734         "blocks" will look less readable.
3735
3736 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3737
3738         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3739         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3740         have newlines within the strings, and where the UID comes after the
3741         BODYSTRUCTURE element (bug#10537).
3742
3743         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3744         (bug#10732).
3745
3746         * shr.el (shr-insert-document): Add doc string.
3747         (shr-visit-file): Ditto.
3748         (shr-remove-trailing-whitespace): New function.
3749         (shr-insert-document): Use it to clean up trailing whitespace as the
3750         final step (bug#10714).
3751
3752 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3753
3754         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3755         buffer if `gnus-kill-summary-on-exit' is nil.
3756
3757 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3758
3759         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3760         when just reading a single group from "without" Gnus.
3761
3762 2012-02-06  Chong Yidong  <cyd@gnu.org>
3763
3764         * gnus-sum.el (gnus-summary-show-thread):
3765         next-single-char-property-change never returns nil (Bug#8657).
3766
3767 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3768
3769         * message.el (message-multi-smtp-send-mail): New function.
3770         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3771         header to implement multi-SMTP functionality.
3772
3773         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3774         (gnus-agentize): Don't set it.
3775         (gnus-agent-send-mail): Don't use it.
3776
3777         * gnus-sum.el (gnus-summary-widget-backward): New function and
3778         keystroke.
3779
3780         * gnus-compat.el: More the compat functions more compatible.
3781
3782         * shr.el (shr-put-image): Remove underlines from sliced images.
3783         (shr-zoom-image): Compute the region to be replaced more correctly.
3784
3785 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3788         (gnus-summary-resend-message-insert-gcc): New function.
3789         (gnus-summary-resend-message): Modify message-header-setup-hook and
3790         message-sent-hook to make it work for Gcc.
3791         (gnus-inews-do-gcc): Update the number of unread articles of groups
3792         that messages are Gcc'd to.
3793
3794         * message.el (message-resend): Run message-sent-hook to do Gcc.
3795
3796 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3797
3798         * lpath.el: Fix an XEmacs compilation warning.
3799
3800         * gnus-compat.el: Require `help-fns' to fix compilation error.
3801
3802         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3803         a higher level to silence compilation.
3804
3805         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3806         parameter to allow controlling the scaling.
3807
3808         * shr.el (shr-zoom-image): New command and keystroke.
3809         (shr-put-image): Take a `size' flag to say how to scale the image.
3810
3811         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3812         deletion unless already defined.
3813
3814         * gnus.el (gnus-compat): Require it.
3815
3816         * gnus-compat.el: New file.
3817
3818         * gnus-start.el (gnus-clean-old-newsrc): New function.
3819         (gnus-read-newsrc-file): Use it.
3820
3821         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3822         Use recursive deletion.
3823         (mm-dissect-archive): Add support for zip files.
3824
3825         * gnus-util.el (gnus-recursive-directory-files): New function.
3826
3827         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3828         (mm-archive-decoders): Add tgz support.
3829
3830         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3831         Otherwise inserting text into the Gnus buffer can look odd.
3832
3833         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3834
3835         * mm-archive.el (mm-archive-decoders): Add support for tar.
3836
3837         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3838
3839         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3840
3841 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3842
3843         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3844
3845         * mm-archive.el: New file.
3846
3847         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3848
3849         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3850
3851         * message.el (message-goto-*): Make all the `message-goto-*' commands
3852         push the mark before moving point.  This makes it easier to go back to
3853         where you came from after editing whatever you jumped to.
3854
3855 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3856
3857         * gnus.el: Ma Gnus v0.1 is released.
3858
3859 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3860
3861         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3862         without reconnecting.
3863         (nnimap-possibly-change-group): Ditto.
3864         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3865         connection has died before being called.
3866
3867 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3868
3869         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3870         an initial sync unless we're really doing one.
3871
3872         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3873         address parameter if one already exists (bug#9676).
3874
3875         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3876         not the prefix, as documented (bug#10689).
3877
3878 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3879
3880         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3881         the "server".
3882
3883         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3884         the real error message with the useless "previously known to be down".
3885         Which isn't even correct.
3886
3887         * nntp.el (nntp-open-connection): Report the error message if the nntp
3888         server can't be reached.
3889
3890         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3891         groups we do a total scan for.
3892         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3893         doing that.
3894
3895 2012-01-31  Jim Meyering  <jim@meyering.net>
3896
3897         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3898         Correct a comment (insert "not") and hide nominally-doubled "to".
3899
3900 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3901
3902         * gnus.el (gnus-version): Change name to "Ma Gnus".
3903
3904 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3905
3906         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3907         section in the manual.
3908
3909 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3910
3911         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3912         words.
3913         (rfc2047-encode-string): Ditto.
3914         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3915         understand folded filename="..." parameters, for instance.
3916
3917         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3918         the message for greater debuggability.
3919
3920 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3921
3922         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3923         instead of setting it locally, since the latter doesn't seem to have
3924         any effect (most of the time).
3925
3926 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3927
3928         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3929         function call.
3930
3931 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3932
3933         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3934         seconds, and make the repeat clause with HH:MM specs work as
3935         documented.
3936
3937 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3938
3939         * proto-stream.el (proto-stream-capability-open): Fall back on
3940         :end-of-command if :end-of-capability doesn't exist.
3941
3942 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3945         bound globally in old Emacsen and XEmacsen.
3946
3947 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3948
3949         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3950         so that previous errors don't prohibit getting new news.
3951
3952         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3953
3954         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3955
3956 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3957
3958         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3959         buffer, not of the string which is its name.
3960
3961 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3962
3963         * proto-stream.el (proto-stream-capability-open): Wait for
3964         :end-of-capability, not :end-of-command.
3965
3966         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3967         non-server-marks groups.
3968         (gnus-group-make-articles-read): Ditto.
3969
3970         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3971         methods (bug#9676).
3972
3973         * gnus.el (gnus-method-ephemeral-p): New function.
3974
3975 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3976
3977         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3978         left-to-right.
3979
3980 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3981
3982         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3983         warning.
3984
3985 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3986
3987         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3988         macroexpand the nnir things, since they haven't been defined yet, and
3989         nnir requires gnus-sum.
3990
3991 2012-01-24  Julien Danjou  <julien@danjou.info>
3992
3993         * color.el (color-rgb-to-hsl): Fix value computing.
3994         (color-hue-to-rgb): New function.
3995         (color-hsl-to-rgb): New function.
3996         (color-clamp, color-saturate-hsl, color-saturate-name)
3997         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3998         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3999
4000 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001
4002         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4003
4004 2012-01-19  Julien Danjou  <julien@danjou.info>
4005
4006         * color.el (color-name-to-rgb): Use the white color to find the max
4007         color component value and return correctly computed values.
4008         (color-name-to-rgb): Add missing float conversion for max value.
4009
4010 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4011
4012         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4013         logical server name in addition to the actual machine address.
4014
4015         * auth-source.el (auth-source-user-and-password): Add convenience
4016         wrapper to search by just host and optionally user.
4017
4018 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4019
4020         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4021         after rendering.
4022
4023 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4024
4025         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4026         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4027         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4028
4029 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4030
4031         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4032         (bug#9693).
4033         (gnus-summary-setup-buffer): Document return value (bug#9697).
4034
4035         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4036         since ido doesn't work on symbols (bug#9632).
4037
4038         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4039         when getting a single value as when getting all the values.  This means
4040         that atoms like `gcc-self' work cumulatively, like variable settings,
4041         instead of getting the value from the last matching clause.
4042         (gnus-group-find-parameter): Protect against the group buffer not
4043         existing (bug#9585).
4044
4045 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * gnus-start.el (gnus-activate-group): Document more parameters
4048         (bug#9694).
4049
4050         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4051         (bug#9692).
4052
4053         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4054         article was fetched, so that it can be expired later (bug#9958).
4055         (gnus-agent-summary-fetch-series): Add doc string.
4056         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4057         (bug#9517).
4058
4059         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4060         retrieval is happening.
4061
4062         * gnus.el (gnus-parameters): Doc fix.
4063
4064 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4065
4066         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4067         show the thread after expansion.
4068
4069 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4070
4071         * gnus-art.el (article-narrow-to-head): If the head is completely
4072         empty, narrow to the empty region (bug#9764).
4073
4074         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4075         read, and then mark them as unread only when the unread mark is used.
4076         This makes `C-- T k' actually work, even though it's confusing.
4077
4078         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4079         alive before we try to find its window.
4080
4081 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4082
4083         * mm-decode.el (mm-display-external): Use a longer timeout for the
4084         deletion to allow slow programs to display the file.
4085
4086 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087
4088         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4089         prompt to be less confusing.
4090
4091         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4092         argument to `message-reply'.  This broke `special-display-*' frame
4093         pop-uping (bug#10238).
4094
4095 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4096
4097         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4098         systems, since these allegedly don't work there.
4099
4100 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4101
4102         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4103         live buffer.
4104
4105 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4106
4107         * nnir.el (nnir-retrieve-headers): Protect against the article not
4108         existing on the server (bug#10335).
4109
4110 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4111
4112         * gnus-agent.el (gnus-agent-load-local): Recompute
4113         gnus-agent-article-local on changing method.
4114
4115 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4116
4117         * gnus.el (gnus-parameters): Note precedence.
4118
4119 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4120
4121         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4122         in the group buffer.
4123
4124 2012-01-04  Julien Danjou  <julien@danjou.info>
4125
4126         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4127         change.
4128
4129 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4130
4131         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4132         too.
4133
4134         * nntp.el (nntp-retrieve-group-data-early): Use it.
4135
4136 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4137
4138         * nntp.el (nntp-retrieval-in-progress): New variable.
4139         (nntp-make-process-buffer): Make it buffer-local.
4140
4141         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4142         2010.
4143         (gnus-demon-init): Use it to compute the time if time is on the form
4144         "04:23".
4145
4146         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4147
4148         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4149         status in the correct buffer.
4150
4151 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4152
4153         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4154         when opening topics (bug#10407).
4155
4156 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4157
4158         * gnus-cus.el (gnus-score-customize):
4159         * gnus-sum.el (gnus-sort-gathered-threads):
4160         * message.el (message-shorten-references):
4161         * nnmairix.el (nnmairix-request-group):
4162         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4163
4164 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4165
4166         * gnus-agent.el (gnus-agent-regenerate-group):
4167         * gnus-int.el (gnus-retrieve-group-data-early):
4168         * mm-util.el (mm-codepage-ibm-list):
4169         * nndiary.el (Commentary, nndiary-get-new-mail):
4170         * nnir.el (nnir):
4171         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4172
4173 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * mm-view.el (mm-display-inline-fontify): Add comment.
4176
4177 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4178
4179         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4180         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4181
4182 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4183
4184         * gnus-art.el (gnus-split-methods):
4185         * gnus-msg.el (gnus-configure-posting-styles):
4186         * gnus-spec.el (gnus-parse-simple-format):
4187         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4188         * message.el (message-do-actions): Spelling fix.
4189
4190 2011-12-15  Juri Linkov  <juri@jurta.org>
4191
4192         * mm-decode.el (mm-inline-media-tests): Add missing
4193         `mm-handle-media-subtype'.
4194
4195 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4196
4197         * gnus-group.el (gnus-group-tool-bar):
4198         * gnus-sum.el (gnus-summary-tool-bar):
4199         * message.el (message-tool-bar):
4200         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4201
4202 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4203
4204         * plstore.el (plstore--insert-buffer): Spelling fix.
4205
4206 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4207
4208         * message.el (message-valid-fqdn-regexp): Update with newly approved
4209         top-level domain names ".tel" and ".asia".
4210
4211 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4214         unconditionally.
4215
4216 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4219         pop-to-buffer-same-window for old Emacsen.
4220
4221 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4222
4223         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4224
4225 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4226
4227         * netrc.el (netrc-credentials): Spelling fix.
4228
4229 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4230
4231         * gnus-fun.el (gnus-fun-ppm-change-string):
4232         * gnus-msg.el (gnus-inews-do-gcc):
4233         * gnus-sum.el (gnus-summary-find-for-reselect):
4234         * gnus.el (gnus-summary-cancelled):
4235         * message.el (message-cancel-hook, message-send-news):
4236         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4237         * nnir.el (nnir-run-hyrex):
4238         * nntp.el (nntp-with-open-group-function):
4239         * pgg.el (pgg-pending-timers): Spelling fix.
4240
4241 2011-12-04  Chong Yidong  <cyd@gnu.org>
4242
4243         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4244         change (Bug#10200).
4245
4246 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * compface.el (uncompface):
4249         * gnus-art.el (gnus-article-x-face-command): Update the header format
4250         of icon data for the most recent icontopbm program.
4251
4252 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4253
4254         * gnus-msg.el (gnus-inews-do-gcc):
4255         * message.el (message-send-mail):
4256         * mml.el (mml-generate-mime): Share the value of the buffer-local
4257         `message-options' variable between a draft buffer and temprary working
4258         buffers.
4259
4260 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4261
4262         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4263
4264 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4267         for Cygwin.
4268
4269 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4270
4271         * gnus-group.el (gnus-group-prepare-flat):
4272         * mm-bodies.el (mm-encode-body):
4273         * mml.el (mml-preview):
4274         * nnml.el (nnml-request-compact-group):
4275         * pop3.el (pop3-stream-type): Spelling fix.
4276
4277 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4278
4279         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4280
4281 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4282
4283         * color.el (color-rgb-to-hsl):
4284         * gmm-utils.el (gmm-tool-bar-style):
4285         * gnus-group.el (gnus-group-prepare-flat):
4286         * gnus-topic.el (gnus-topic-prepare-topic):
4287         * mm-decode.el (mm-discouraged-alternatives):
4288         * rfc2047.el (rfc2047-encode-1):
4289         * starttls.el: Spelling fix.
4290
4291 2011-11-24  Glenn Morris  <rgm@gnu.org>
4292
4293         * binhex.el (binhex-begin-line): Give it basic doc-string.
4294
4295         * starttls.el, tls.el: Fix case of "GnuTLS".
4296
4297 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4298
4299         * gnus-group.el (gnus-group-highlight): Fix typo.
4300
4301 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4302
4303         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4304         value of `delete-file', that returns nil for a local file but returns t
4305         for a remote file using ssh.
4306
4307 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4308
4309         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4310
4311 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4312
4313         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4314         avoid later breakage.
4315
4316 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4319         article buffers' name.
4320
4321 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322
4323         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4324         by Paul Eggert's spellfixes two days ago.
4325
4326 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4327
4328         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4329         doesn't have it.
4330
4331         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4332         buffer-local instead of binding them to avoid warnings.  Also demote
4333         errors (bug#10063).
4334         (font-lock-mode-hook): Shut up byte compiler.
4335
4336 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4337
4338         * mm-util.el (mm-charset-after):
4339         * nnir.el (nnir-run-hyrex):
4340         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4341         (ntlm-get-password-hashes, ntlm-md4hash):
4342         * smime.el: Fix typo.
4343
4344 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4345
4346         * gnus-agent.el (gnus-agent-expire-group-1):
4347         * nndiary.el (nndiary-last-occurence):
4348         * nnimap.el (nnimap-request-set-mark):
4349         * nnmairix.el (nnmairix-only-use-registry):
4350         * gnus-group.el (gnus-group-prepare-flat):
4351         * gnus-sum.el (gnus-decode-encoded-word-methods):
4352         * message.el (message-wash-subject):
4353         * nntp.el (nntp-retrieve-headers-with-xover):
4354         * smime.el (smime-certificate-directory): Spelling fix.
4355
4356 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4357
4358         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4359
4360         * color.el:
4361         * gnus-agent.el (gnus-agent-possibly-alter-active):
4362         * gnus-dired.el (gnus-dired-print):
4363         * mail-parse.el:
4364         * nnmairix.el (nnmairix-request-group):
4365         * shr.el (shr-image-displayer):
4366         * sieve-manage.el:
4367         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4368
4369 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4370
4371         * gnus-sum.el (gnus-auto-select-subject):
4372         * spam-report.el (spam-report-resend): Spelling fix.
4373
4374 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4375
4376         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4377         * gnus-art.el (gnus-default-article-saver):
4378         * gnus-srvr.el (gnus-server-copy-server):
4379         * gnus.el (gnus-sloppily-equal-method-parameters):
4380         * html2text.el (html2text-format-tag-list):
4381         * message.el (message-narrow-to-head):
4382         * nndiary.el:
4383         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4384         * sieve.el: Spelling fix.
4385
4386 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4387
4388         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4389         * gnus-sum.el (gnus-summary-make-menu-bar):
4390         * gnus-uu.el (gnus-uu-decode-postscript)
4391         (gnus-uu-decode-postscript-and-save):
4392         * mailcap.el (mailcap-print-command):
4393         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4394         Fix typos.
4395
4396 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4397
4398         * gnus-art.el (gnus-article-part-wrapper):
4399         * html2text.el (html2text-fix-paragraphs):
4400         * mm-decode.el (mm-image-fit-p):
4401         * rfc2047.el (rfc2047-encode-message-header):
4402         * shr-color.el (shr-color-visible-distance-min)
4403         (shr-color-relative-to-absolute, set-minimum-interval)
4404         (shr-color-visible): Fix typos.
4405
4406 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4407
4408         * gmm-utils.el (gmm-tool-bar-item):
4409         * gnus-art.el (gnus-treat-body-boundary):
4410         * gnus-diary.el (gnus-user-format-function-d):
4411         * gnus-start.el (gnus-get-unread-articles):
4412         * pgg-gpg.el (pgg-gpg-update-agent):
4413         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4414
4415 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4416
4417         * gnus-topic.el (gnus-group-prepare-topics):
4418         * gnus-uu.el (gnus-extract-view):
4419         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4420
4421 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4422
4423         * spam.el: Move BBDB autoloads.
4424         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4425         BBDB 2 and 3.
4426         (spam-check-BBDB): Use it.
4427         (spam-enter-ham-BBDB): Use it.
4428
4429 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4430
4431         * smime.el (smime-draw-buffer): Spelling fix.
4432
4433 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4434
4435         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4436         for scanning exactly one level.
4437         * gnus-start.el (gnus-get-unread-articles): Ditto.
4438
4439 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440
4441         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4442         slightly clearer.
4443
4444 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4445
4446         * gnus-sync.el: More commentary about setup.
4447
4448 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4449
4450         * message.el (message-send-and-exit): Document `arg'.
4451
4452 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4453
4454         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4455
4456 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4457
4458         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4459
4460         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4461         we don't use `bound-and-true-p'.
4462
4463 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4464
4465         * gnus-util.el (gnus-bound-and-true-p): Remove.
4466         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4467         * nnir.el: Use it.
4468         * nnmairix.el: Use it.
4469
4470 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4471
4472         * gnus-sync.el: Improve docs about CouchDB admins.
4473
4474         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4475         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4476         for reasons unknown.
4477         * nnir.el: Use it.
4478         * nnmairix.el: Use it.
4479
4480         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4481         * nnir.el: Ditto.
4482         * nnmairix.el: Ditto.
4483
4484         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4485
4486 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4487
4488         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4489         not needed.  Provide xmlplistread list function to produce XML plist
4490         output for non-Gnus LeSync clients.
4491
4492 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4493
4494         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4495
4496         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4497         and save against it.  Group subscriptions, read marks, other marks,
4498         subscription levels, topic names, and topic offsets (the group's
4499         position within the topic) are saved.  This is an experimental backend
4500         and may change significantly.  Load json.el from the gnus-fallback-lib
4501         if it's not available otherwise.
4502         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4503
4504 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4505
4506         * message.el (message-completion-function): Make sure
4507         message-tab-body-function is not attempted if one of
4508         message-completion-alist fails to find a completion (bug#9158).
4509
4510 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4511
4512         * mml.el (mml-quote-region): Quote <#secure> tag.
4513         (mml-generate-mime-1): Unquote <#secure> tag.
4514
4515 2011-10-20  Chong Yidong  <cyd@gnu.org>
4516
4517         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4518         calling a minor mode from Lisp with nil arg enables it, so we have to
4519         make the wording a bit ambiguous here).
4520
4521 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4522
4523         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4524         * nnir.el (nnir-mode): Use it.
4525         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4526         Use it.
4527
4528         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4529         * nnmairix.el (gnus-registry-enabled): Ditto.
4530
4531 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4532
4533         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4534         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4535         only while we need to find out if it should be t or nil.
4536         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4537         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4538         the registry is installed.  Set it to nil when it's unloaded.
4539         (gnus-registry-install-p): Provide user guidance for the initial value
4540         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4541         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4542         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4543         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4544         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4545         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4546         `gnus-registry-install'.
4547
4548 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4549
4550         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4551         previous change.
4552         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4553         primary key is marked as disabled.
4554
4555 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4556
4557         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4558         primary key is marked as disabled.
4559
4560 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4561
4562         * html2text.el (html2text-clean-anchor): Check for quotes around
4563         `href' value.
4564
4565 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4566
4567         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4568         searching.  Drop `bbdb-cache'.
4569
4570 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * message.el (message-signed-or-encrypted-p): Exclude header when
4573         checking if there is signed or encrypted body in text/plain message.
4574
4575 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4576
4577         * html2text.el (html2text-get-attr): Correctly handle attribute values
4578         containing "=".
4579
4580 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4581
4582         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4583         handle bindings.
4584
4585 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4586
4587         * gnus-win.el (gnus-configure-windows): Protect against reading
4588         ephemeral groups outside of Gnus.
4589
4590 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * shr.el (shr-tag-img): Don't get images displayed in tables.
4593
4594 2011-10-03  Glenn Morris  <rgm@gnu.org>
4595
4596         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4597         the "maintainer" version of debbugs.gnu.org reports.
4598
4599 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600
4601         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4602         make asynchronous adjacent image insertion work better.
4603
4604 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4605
4606         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4607         documentation.
4608
4609 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4610
4611         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4612         `gnus-asynchronous' isn't shadowed.
4613
4614 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615
4616         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4617
4618         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4619         (nnimap-insert-partial-structure): The charset parameter isn't
4620         case-sensitive.
4621
4622         * nnheader.el (nnheader-message-maybe): New function.
4623
4624         * shr.el (shr-tag-table): Render totally broken tables better.
4625
4626         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4627         computing the boundary.
4628
4629 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4630
4631         * pop3.el (pop3-number-of-responses): Remove.
4632         (pop3-wait-for-messages): Rewrite to take linear time instead of
4633         exponential time.
4634
4635 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4636
4637         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4638         re-fetch images.
4639
4640         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4641         re-fetch images when hitting `g' in Gnus.
4642
4643 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4646         (mml-compute-boundary): Don't check collision if it is non-nil.
4647         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4648         before checking collision.
4649
4650 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4651
4652         * message.el (message-indent-citation): Really make sure there's a
4653         newline at the end.
4654
4655         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4656         Fix suggested by John Wiegley.
4657
4658         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4659
4660         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4661
4662         * message.el (message-default-send-rename-function): Break out into its
4663         own function.
4664
4665         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4666         doesn't work under XEmacs.
4667
4668         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4669         of "imaps" to word around Windows problems.
4670         (nnimap-open-connection-1): Use it.
4671
4672         * message.el (message-indent-citation): Revert last change which made
4673         `F' not work.
4674
4675 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4676
4677         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4678         terminal as well.
4679
4680 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4681
4682         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4683         because it displays images using overlays that aren't easy to copy to
4684         the article buffer.
4685
4686 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4687
4688         * message.el (message-indent-citation): Fix empty line removal at the
4689         end of the citation.
4690
4691 2011-09-20  Julien Danjou  <julien@danjou.info>
4692
4693         * auth-source.el (auth-source-netrc-create): Use default value for
4694         password if specified.  Evaluate default.
4695         (auth-source-plstore-create): Ditto.
4696         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4697         value evaluation.
4698         (auth-source-netrc-create): Typo fix.
4699         (auth-source-plstore-create): Ditto.
4700
4701         * password-cache.el (password-cache-remove): Remove entries even if the
4702         value is nil, so that password with a nil value (negative caching) is
4703         possible to invalidate.
4704
4705         * auth-source.el (auth-source-format-cache-entry): New function.
4706
4707 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4708
4709         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4710
4711 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4712
4713         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4714
4715 2011-09-19  Julien Danjou  <julien@danjou.info>
4716
4717         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4718         which work with things that are not ASCII.
4719
4720 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4721
4722         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4723
4724 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4725
4726         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4727         message level.
4728
4729 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4732
4733 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4734
4735         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4736
4737 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4738
4739         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4740         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4741
4742 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4743
4744         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4745         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4746         articles.
4747
4748 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4749
4750         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4751         (message-mail-other-window, message-mail-other-frame)
4752         (message-news-other-window, message-news-other-frame):
4753         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4754         instead of setting buffer display varibles.
4755
4756 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757
4758         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4759
4760         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4761
4762 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4763
4764         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4765         duplicates" to a higher level.
4766
4767         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4768         most egregious messages.
4769
4770 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4771
4772         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4773
4774 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4775
4776         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4777         up the file (bug#9351).
4778
4779 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4780
4781         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4782         it does with all other backends, but decode the names immediately after
4783         getting them.
4784
4785         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4786         decoding nnimap groups.
4787
4788         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4789         newsrc file.  It doesn't seem like an important optimization any more.
4790
4791 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4792
4793         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4794         overflows.
4795
4796 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4797
4798         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4799         (gnus-interactive-exit): Extend to `quiet'.
4800
4801         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4802
4803         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4804         string.
4805
4806         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4807         renaming function arguments from `this'.
4808
4809         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4810
4811         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4812         has been renamed.
4813         (gnus-lrm-string-p): Include RLM and PDF, too.
4814
4815         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4816         (bug#9225).
4817
4818 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4819
4820         Add autoload cookies for functions used by sendmail.el.
4821         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4822
4823         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4824
4825 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * gnus-art.el (article-date-ut): Work properly even when there are
4828         things like Date header in the body; work for forwarded parts.
4829
4830 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4831
4832         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4833         original-article-buffer.
4834
4835 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4836
4837         * nnir.el (nnir-compose-result): Fix matching of server type.
4838         (nnir-run-swish++): Ditto.
4839         (nnir-run-namazu): Ditto.
4840         (nnir-run-notmuch): Ditto.
4841
4842 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4843
4844         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4845         (bug#9405).
4846
4847         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4848         (bug#9421).
4849
4850         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4851         (bug#9425).
4852
4853         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4854         thing (bug#9426).
4855
4856 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4857
4858         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4859         the error message.
4860
4861 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4862
4863         * message.el (message-setup-1): Return t (Bug#9392).
4864
4865 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4866
4867         * gnus-sum.el: When adding article headers to a summary buffer also
4868         update gnus-newsgroup-articles (bug#9386).
4869
4870 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * auth-source.el: Autoload help-mode.
4873
4874 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4875
4876         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4877         names.
4878
4879 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4880
4881         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4882         mm-replace-in-string for compatibility issues.
4883         * mml2015.el (mml2015-epg-verify): Ditto.
4884
4885 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4888
4889         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4890
4891 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4892
4893         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4894         continue on and do the clean-up phase (bug#9188).
4895
4896         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4897         just ignore groups that can't be opened instead of erroring out
4898         (bug#9225).
4899
4900         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4901         nil since some many people are fuddy-duddies.
4902
4903         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4904         images.
4905
4906         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4907         instead.
4908
4909         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4910
4911         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4912
4913         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4914         processing.
4915
4916         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4917         buffer to avoid warnings.
4918
4919 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4920
4921         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4922         specified to reduce precision.
4923
4924 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4925
4926         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4927         bodystructures (bug#9314).
4928
4929 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4930
4931         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4932         Make button keymap non-sticky after buttons.
4933
4934 2011-08-18  David Engster  <dengste@eml.cc>
4935
4936         * nnmairix.el (nnmairix-request-set-mark)
4937         (nnmairix-goto-original-article): Remove adding of article to registry,
4938         since `gnus-registry-add-group' isn't available anymore.
4939         (nnmairix-determine-original-group-from-registry):
4940         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4941         available anymore.
4942
4943 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4944
4945         * starttls.el (starttls-any-program-available): Define as obsolete
4946         function.
4947
4948 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4949
4950         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4951         versions which Gnus use when appropriate.
4952
4953         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4954         a pretty destructive command.
4955
4956         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4957
4958 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4959
4960         * message.el (message-fix-before-sending): Make a different warning
4961         about NUL characters (bug#9270).
4962
4963         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4964         from custom (bug#9260).
4965
4966         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4967         things work in Emacs 22 and XEmacs, too.
4968
4969         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4970         default From.
4971
4972         * gnus-spec.el (gnus-lrm-string-p): New macro.
4973         (gnus-lrm-string): New constant.
4974         (gnus-summary-line-format-spec): LRM-ify the from.
4975         (gnus-tilde-max-form): LRM-ify string chopping.
4976
4977         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4978
4979         * message.el (message-is-yours-p): Allow disabling canlock checking
4980         (bug#9295).
4981         (message-shoot-gnksa-feet): Add `canlock-verify'.
4982         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4983         message directory isn't writable (bug#9304).
4984
4985         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4986         non-world-readable.
4987
4988 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4989
4990         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4991         articles.
4992
4993 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4994
4995         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4996         copy-list.
4997
4998 2011-08-12  Sam Steingold  <sds@gnu.org>
4999
5000         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5001         in the reverse order to avoid modifying the cache with `nreverse'.
5002         (gnus-all-score-files): Do not modify the value returned by
5003         `gnus-score-find-alist' because it lives in a cache variable.
5004         (gnus-current-home-score-file): No need to `nreverse' the return value
5005         of `gnus-score-find-alist', it is already in the correct order.
5006
5007 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5008
5009         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5010         type MESSAGE and subtype RFC822 is slightly different from those of
5011         type TEXT.
5012
5013 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5014
5015         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5016         This allows article-referral to work from an nnir group.
5017
5018 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5019
5020         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5021
5022 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5023
5024         * mml1991.el (mml1991-epg-find-usable-key)
5025         (mml1991-epg-find-usable-secret-key): New function.
5026         (mml1991-epg-sign): Check if signing key is usable.
5027         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5028
5029 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5030
5031         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5032         server-variables only.  This should fix a bug introduced with commit
5033         e1889675b7f4adf057833c5513c9374134c4e053.
5034         (nnir-run-query): 'nnir-search-engine should not be set from the global
5035         environment.
5036
5037 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5038
5039         * nnir.el (nnir-search-thread): Position point on referring article
5040         line.
5041         (nnir-warp-to-article): Clean up summary buffers.
5042
5043         * nnimap.el (nnimap-request-thread): Whitespace fix.
5044
5045 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5046
5047         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5048
5049 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5050
5051         * starttls.el (starttls-available-p): Rename from
5052         `starttls-any-program-available' and changed return convention.
5053
5054 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5055
5056         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5057         `unix-sync' unless it's defined.
5058
5059 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5060
5061         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5062         `aref' for XEmacs compatibiltiy.
5063
5064 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5065
5066         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5067
5068 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5069
5070         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5071         closures, quote the form properly (bug#9194).
5072
5073 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5074
5075         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5076         (gnus-summary-insert-new-articles): Protect against servers that are
5077         down.
5078
5079 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5080
5081         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5082         in mm handle if none is specified.
5083
5084 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5085
5086         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5087
5088 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5089
5090         * nnir.el (nnir-search-thread): New function to make an nnir group
5091         based on a thread query.
5092
5093         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5094         of nnir in thread referral.
5095         (gnus-summary-refer-thread): Use it.
5096
5097         * nnimap.el (nnimap-request-thread): Use it.
5098
5099 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5100
5101         * shr.el (shr-tag-comment): Ignore HTML comments.
5102
5103 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5104
5105         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5106         argument.
5107         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5108         Use `nnir-address' to handle server info rather than passing an arg.
5109
5110         * nnimap.el (nnimap-make-thread-query): New utility function to format
5111         an imap thread search query.
5112         (nnimap-request-thread): Use it.
5113
5114         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5115         right select-method if we are not going back to the group buffer.
5116
5117 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5118
5119         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5120         enter invalid buffer configurations into the quit form (bug#9107).
5121         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5122         unplugged/plugged.
5123
5124         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5125         keep track of which ones are unread (bug#9061).
5126
5127         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5128         (bug#9055).
5129
5130         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5131         (bug#9041).
5132
5133         * gnus-html.el (mm-util): Require (bug#9073).
5134
5135         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5136         (gnus-summary-refer-thread): Use it to remove duplicates in the
5137         un-threaded view (bug#9053).
5138         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5139
5140 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5141
5142         * nnir.el (nnir-read-server-parm): Use default value from global
5143         variable.  Without this the default search engine parameters aren't
5144         used at all.
5145
5146 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5147
5148         * message.el (message-unique-id): Don't use the undocumented return
5149         value from (random t) (bug#9118).
5150
5151 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5152
5153         * message.el (message-auto-save-directory): If the ~/Mail directory
5154         doesn't exist, use ~ as the auto-save directory (bug#4432).
5155
5156         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5157         hasn't already been started.
5158
5159 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5160
5161         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5162
5163         * message.el (message-reply): Work around mysterious bug where
5164         `message-mode' seems to overwrite the locally bound `subject' variable.
5165
5166 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5167
5168         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5169         correct group.
5170
5171         * gnus-int.el (gnus-request-thread): Add group argument.
5172
5173         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5174
5175 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5176
5177         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5178
5179         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5180         renamed to `debbugs-gnu-*'.
5181
5182 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5183
5184         * plstore.el: Revert the editing feature since it is not urgent.
5185         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5186         (plstore-mode-decoded): Remove.
5187
5188 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5189
5190         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5191         isn't very interesting any more, and it leaks potentially secret data.
5192         (gnus-debug): Remove.
5193
5194         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5195         use of :custom-show.
5196
5197 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5198
5199         * plstore.el: Add documentation.
5200         (plstore-mode): New mode to edit plstore file.
5201         (plstore-mode-toggle-display, plstore-mode-original)
5202         (plstore-mode-decoded): New command.
5203         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5204         (plstore--insert-buffer, plstore--make): New function.
5205         (plstore-open, plstore-save): Simplify by using them.
5206
5207 2011-07-06  Glenn Morris  <rgm@gnu.org>
5208
5209         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5210
5211 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5212
5213         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5214         no longer is much used.
5215         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5216         Articles".
5217
5218 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5219
5220         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5221         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5222         `notmuch' backend.
5223
5224 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5225
5226         * mm-decode.el (mm-text-html-renderer): Doc fix.
5227
5228         * gnus-msg.el (gnus-bug): Fix the MML tag.
5229
5230         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5231
5232 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5233
5234         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5235         secondary methods if started with `gnus-no-server'.
5236
5237 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5238
5239         * message.el (message-return-action): Fix typo in docstring.
5240
5241 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242
5243         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5244         bug reports at once.
5245
5246         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5247
5248 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * nndraft.el: Require gnus-group.
5251         (nndraft-request-list): Declare.
5252
5253         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5254         no unread article unless it matches gnus-permanently-visible-groups.
5255
5256         * nndraft.el (nndraft-update-unread-articles): New function.
5257         (nndraft-request-associate-buffer): Use it to update the number of
5258         unread articles for the nndraft groups in the group buffer when saving
5259         or killing a draft message.
5260
5261 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5262
5263         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5264         systems to binary before writing and reading the mbox files.
5265
5266         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5267         instead of trying to list them all (bug#8978).
5268
5269 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5270
5271         * pop3.el (pop3-open-server): Use :end-of-capability.
5272
5273 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5274
5275         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5276         the id is always a number.
5277
5278         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5279
5280         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5281         debbugs mode, if possible.
5282
5283 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5284
5285         * auth-source.el (auth-source-token-passphrase-callback-function):
5286         Reindent.
5287         (epg-context-operation): Remove unnecessary autoload.
5288
5289 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5290
5291         * gnus.el (gnus-list-debbugs): New command.
5292
5293         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5294         mboxstat instead of the maintbox, since the stat seems to be fuller.
5295
5296         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5297         summary buffers.
5298
5299         * message.el (message-get-reply-headers): Delete all duplicates,
5300         instead of the first.
5301         (message-get-reply-headers): Ensure that we have progress while
5302         deleting duplicates.
5303
5304         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5305         gnus-posting-style value from the summary buffer to make it easier to
5306         make that a per-buffer conf.
5307
5308 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5309
5310         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5311         found by setting `shortcut' in 'query.
5312         (nnir-request-article): Use `shortcut' setting when requesting article
5313         by Message-ID.
5314
5315 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5316
5317         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5318         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5319         Bring the pseudo-headers back too.
5320
5321 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5322
5323         * auth-source.el (auth-source-token-passphrase-callback-function):
5324         Simplify and remove EPA dependency.
5325
5326 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5327
5328         * nnir.el (nnir-request-article): Fix error message text.
5329
5330 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5331
5332         * auth-source.el (plstore-delete): Autoload.
5333         (auth-source-plstore-search): Support delete operation.
5334         * plstore.el (plstore-delete): New function.
5335
5336 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5339         mark actually existing articles as unread rather than the ones that
5340         active asserts.
5341
5342 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5343
5344         * nntp.el (nntp-record-command):
5345         * gnus-util.el (gnus-message-with-timestamp-1):
5346         Use format-time-string rather than decoding time stamps by hand.
5347         This is simpler and insulates the code from potential changes to
5348         current-time format.
5349
5350 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5353
5354 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5355
5356         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5357         (plstore-save): Support public key encryption.
5358         (plstore--init-from-buffer): New function.
5359         (plstore-open): Use it; fix error when opening a non-existent file.
5360         (plstore-revert): Use plstore--init-from-buffer.
5361
5362 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5363
5364         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5365
5366 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5367
5368         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5369         for old Emacsen.
5370
5371 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5372
5373         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5374         is not fully working.
5375
5376 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5377
5378         * dgnushack.el: Autoload sha1 on XEmacs.
5379
5380         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5381         quit window configuration.
5382
5383         * auth-source.el (epg-context-set-passphrase-callback):
5384         Remove duplicate autoload.
5385
5386 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5387
5388         * nnir.el (nnir-request-article): Allow requesting articles by
5389         Message-ID with nnimap.
5390
5391         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5392         current server.
5393
5394 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5395
5396         * auth-source.el: Autoload EPA/EPG functions.
5397         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5398         changed when EPA/EPG is not available.
5399         (auth-source-backend): Rename "arg" member to "data".
5400         (auth-source-backend-parse, auth-source-plstore-search)
5401         (auth-source-plstore-create): Use it.
5402
5403 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5404
5405         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5406         `gnus-refer-article-methods'.
5407
5408 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5409
5410         * auth-source.el: Require EPA and EPG.
5411         (auth-source-passphrase-alist): New variable.
5412         (auth-source-passphrase-callback-function)
5413         (auth-source-token-passphrase-callback-function): Callbacks for the
5414         netrc field encryption (GPG tokens).
5415         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5416         Symmetric encryption and decryption of the netrc GPG tokens.
5417         (auth-source-netrc-normalize): Use them, simplifying the closure.
5418
5419 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5422         is available.
5423
5424 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5425
5426         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5427         non-nil, and `nnimap-split-methods' is nil, use the former.
5428
5429 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5430
5431         * plstore.el (plstore-revert): New function.
5432         (plstore-open): Use it; hide the buffer from user.
5433
5434 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5435
5436         * auth-source.el (auth-source-backend): New member "arg".
5437         (auth-source-backend-parse): Handle new backend 'plstore.
5438         * plstore.el: New file.
5439
5440 2011-06-30  Glenn Morris  <rgm@gnu.org>
5441
5442         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5443
5444 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5445
5446         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5447         expiring articles to.
5448
5449         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5450         variations as ASCII (bug#5458).
5451
5452 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5453
5454         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5455
5456 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5457
5458         * message.el (message-point-in-header-p): Tweak the function to default
5459         to saying that we're not in the headers if there is no separator at
5460         all.  This makes it possible to use the Message version of `M-q' in
5461         buffers with no headers (bug#7987).
5462         (message-point-in-header-p): Fix last checkin to work with an empty
5463         mail-header-separator, too.
5464
5465         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5466         again, save the choice via customize.
5467
5468 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5469
5470         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5471
5472         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5473         ended the connection, bail out before waiting infinitely on a new
5474         connection.
5475
5476 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5477
5478         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5479         reports.
5480
5481         * gnus.el (gnus-bug-package): Use "gnus."
5482         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5483
5484 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5485
5486         * dgnushack.el: Make the timer warning go away on XEmacs.
5487
5488         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5489         animations going on at article exit time.
5490
5491         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5492         since removing it breaks people upgrading.
5493
5494         * shr.el (shr-put-image): Use the new interface for animating images.
5495         (shr-put-image): Animate for 60 seconds.
5496
5497         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5498         avoid compiler warnings.
5499
5500         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5501         error with `find-file-hooks' on Emacs 22.
5502         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5503         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5504         on all architectures.
5505
5506         * spam.el (spam-stat): Require in a normal fashion without binding
5507         `spam-stat-install-hooks' to avoid compilation warnings.
5508
5509         * spam-stat.el (spam-stat-install-hooks): Remove.
5510         (spam-stat-install-hooks): Don't run automatically.
5511
5512 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5513
5514         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5515         and keystroke.
5516
5517 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5518
5519         * auth-source.el (auth-source-netrc-cache): Move forward.
5520
5521 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5522
5523         * proto-stream.el (proto-stream-open-starttls): Use
5524         `gnutls-available-p' to see whether we have built-in support.
5525
5526         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5527         we already know.
5528         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5529         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5530
5531 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5532
5533         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5534         %S format, since that looks odd.
5535         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5536         file, especially when saving.
5537
5538 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5539
5540         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5541         article found.
5542
5543 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5544
5545         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5546         `auth-source-save-secrets' with a more sensitive alist that can be
5547         configured per file.  Experimental, so defaults to 'never.
5548         (auth-source-netrc-create): Use it.  Still experimental code.
5549         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5550         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5551
5552 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5553
5554         * auth-source.el (auth-source-save-secrets): New variable to control if
5555         secret tokens should be saved encrypted.
5556         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5557         to `auth-source-netrc-normalize'.
5558         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5559         on the EPA variables being defined.
5560         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5561         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5562         the lexical-let closure.
5563         (auth-source-netrc-create): Create "gpg:" tokens according to
5564         `auth-source-save-secrets'.
5565
5566 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * gnus-group.el (gnus-group-update-group): Add new argument
5569         `info-unchanged' that stops updating dribble buffer.
5570
5571         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5572         deletes lines matching to it in dribble buffer.
5573
5574         * gnus-agent.el (gnus-agent-fetch-group-1):
5575         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5576         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5577         * gnus-start.el (gnus-group-change-level):
5578         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5579
5580         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5581         if newsgroup info is not changed.
5582
5583         * gnus-group.el (gnus-group-get-new-news-this-group):
5584         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5585         Don't update dribble buffer.
5586
5587 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5588
5589         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5590         remove entries with groups we ignore.
5591
5592 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5593
5594         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5595         the underline comes at the bottom.
5596
5597 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5598
5599         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5600         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5601         (gnus-registry-article-marks-to-names): Rename from
5602         `gnus-registry-user-format-function-M2'.
5603
5604 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5605
5606         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5607         ephemeral group.
5608
5609 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5610
5611         * shr.el (shr-browse-image): Copy the URL if called interactively.
5612
5613 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614
5615         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5616         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5617         done, then unselected articles may be marked as read.
5618
5619         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5620         since not doing this seems to lead to a race condition in pop3-logon.
5621
5622         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5623         so that the call chain it correct when we call "upwards".
5624
5625         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5626         in read-only groups.
5627
5628         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5629
5630         * message.el (message-cite-reply-position): Doc string fix.
5631
5632         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5633         avoid regexp overflow.
5634         (nnimap-transform-split-mail): Ditto.
5635
5636         * pop3.el (pop3-retr): Error out if the server closes the connection.
5637
5638 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5639
5640         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5641         mm-with-unibyte-current-buffer.  The buffer should not contain any
5642         multibyte chars anyway at this stage.
5643
5644 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5645
5646         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5647         at the end of lines.
5648
5649 2011-05-29  Julien Danjou  <julien@danjou.info>
5650
5651         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5652
5653 2011-05-27  Glenn Morris  <rgm@gnu.org>
5654
5655         * gnus-group.el (gnus-bug-group-download-format-alist):
5656         Use the "maintainer" version of debian reports as well.
5657
5658 2011-05-26  Glenn Morris  <rgm@gnu.org>
5659
5660         * gnus-group.el (gnus-bug-group-download-format-alist):
5661         Use the "maintainer" version of debbugs.gnu.org reports.
5662
5663 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5666
5667 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5668
5669         * gnus-cus.el (gnus-agent-customize-category):
5670         * gnus-delay.el (gnus-delay-send-queue):
5671         * gnus.el (gnus-other-frame):
5672         Don't quote lambda expressions with `quote'.
5673
5674 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5675
5676         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5677         the thread moves us backwards and so we loop forever.
5678
5679 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5682         whitespace in base64 data lines.
5683
5684 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5685
5686         * gnus-registry.el (gnus-registry-user-format-function-M):
5687         Use `mapconcat'.
5688         (gnus-registry-user-format-function-M2): Use to see the full text of
5689         the marks.  Make "," the mark text separator.
5690
5691         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5692         authentication with auth-source.
5693
5694 2011-05-17  Glenn Morris  <rgm@gnu.org>
5695
5696         * gnus-group.el (gnus-import-other-newsrc-file):
5697         Use insert-file-contents.
5698
5699 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5700
5701         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5702         1000 iterations.
5703
5704 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * nntp.el (nntp-open-connection): Check if process-type is available.
5707
5708 2011-05-16  Julien Danjou  <julien@danjou.info>
5709
5710         * shr.el (shr-tag-del): Add support for del tag.
5711
5712 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * gnus-html.el (gnus-html-put-image): Register a displayer.
5715
5716         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5717
5718 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5719
5720         * registry.el (prune-factor): New initialization parameter defaulting
5721         to 0.1.
5722         (registry-prune-hard): Use it.
5723
5724         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5725         0.1 expicitly.
5726
5727 2011-05-13  Glenn Morris  <rgm@gnu.org>
5728
5729         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5730         is bound, since this function requires sendmail.
5731
5732 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5733
5734         * registry.el (registry-usage-test): Disable pruning test.
5735
5736 2011-05-11  David Engster  <dengste@eml.cc>
5737
5738         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5739         Bind set-network-process-option for XEmacs.
5740
5741 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5742
5743         * registry.el (registry-prune-hard-candidates)
5744         (registry-prune-soft-candidates): Helper methods for registry pruning.
5745         (registry-prune): Use them.  Make the sort function optional.
5746
5747 2011-05-10  Jim Meyering  <meyering@redhat.com>
5748
5749         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5750
5751 2011-05-10  Julien Danjou  <julien@danjou.info>
5752
5753         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5754         symbol and not a list.
5755
5756 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * gnus-art.el (gnus-article-mode): Move binding of
5759         shr-put-image-function here from gnus-article-prepare-display.
5760
5761         * shr.el (shr-put-image-function): New variable.
5762         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5763         (shr-put-image): Return scaled image.
5764
5765         * gnus-art.el (gnus-shr-put-image): New function.
5766         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5767
5768         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5769         original ones, as deletable.
5770
5771 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5772
5773         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5774
5775 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5776
5777         * registry.el (registry-full): Add convenience method.  Fix logic.
5778         (registry-insert): Use it.  Fix logic here too.
5779
5780         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5781         `registry-prune' if `registry-full' returns t.
5782         (gnus-registry-handle-action)
5783         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5784         (gnus-registry-usage-test): Use it.
5785
5786 2011-05-07  Julien Danjou  <julien@danjou.info>
5787
5788         * shr.el (shr-link): Make shr-link inherit from link by default.
5789
5790 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5791
5792         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5793
5794 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5795
5796         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5797         error out because the face is not a list.
5798
5799 2011-05-05  Glenn Morris  <rgm@gnu.org>
5800
5801         * proto-stream.el (gnutls-negotiate): Fix declarations.
5802
5803         * gnus-start.el (gnus-propagate-marks): Declare.
5804
5805 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5806
5807         * registry.el (registry-reindex): Fix percentage message.
5808
5809         * proto-stream.el (network-stream-open-starttls): Adjust to call
5810         `gnutls-negotiate' with :process and :hostname arguments.
5811
5812 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5813
5814         * shr.el: Add shr-link face for links.
5815         (shr-urlify): Use it.
5816
5817         * registry.el (registry-insert): Make error message more helpful.
5818
5819 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5820
5821         * gnus-html.el (gnus-html-schedule-image-fetching):
5822         Use url-queue-retrieve, if it exists.
5823
5824         * shr.el (shr-tag-img): Ditto.
5825
5826         * gnus.el: Autoload more gnus-agent functions.
5827
5828         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5829         agent if we haven't already (bug#8502).
5830
5831         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5832         into the Agent, too.
5833
5834         * gnus-agent.el (gnus-agent-store-article): New function.
5835
5836         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5837         and moved from that file for reuse.
5838
5839         * pop3.el (pop3-open-server): Error messages are "-ERR".
5840
5841 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5842
5843         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5844         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5845
5846 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5847
5848         * gnus.el: No Gnus v0.17 is released.
5849
5850 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5851
5852         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5853         buffer has moved to a different frame.
5854
5855 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5856
5857         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5858         to get the conversion from unibyte to multibyte buffers to work on
5859         Emacs 22.
5860
5861         * nntp.el (nntp-request-article): Slight clean-up.
5862
5863 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5864
5865         * shr.el (shr-strike-through): New face.
5866         (shr-tag-s): Use it to provide <s> support.
5867         (shr-tag-s): Remove duplicate definition.
5868
5869 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5870
5871         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5872         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5873
5874 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5875
5876         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5877         `gnutls-negotiate'.
5878         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5879
5880 2011-04-23  Glenn Morris  <rgm@gnu.org>
5881
5882         * gnus-sum.el (gnus-extra-headers): Bump :version.
5883
5884 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5885
5886         * shr.el (shr-tag-sup): New function.
5887         (shr-tag-sub): Ditto.
5888
5889 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5890
5891         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5892         for the case where `gnus-registry-ignored-groups' is a list of lists,
5893         and don't call `gnus-parameter-registry-ignore' otherwise.
5894
5895 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5896
5897         * nnimap.el (nnimap-user): New backend variable.
5898         (nnimap-open-connection-1): Use it.
5899         (nnimap-credentials): Accept user parameter so it's explicit what user
5900         name is desired.
5901
5902         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5903         default.
5904
5905         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5906         not gnus-registry.el.
5907
5908         * gnus-registry.el: Mention in comments how to modify
5909         `gnus-extra-headers' for proper recipient tracking and that it may
5910         already have To and Cc recently, which it does as of this commit.
5911         (gnus-registry-ignored-groups): Remove defcustom.
5912         Explain why in comments.
5913         (gnus-registry-action): Fix data-header reference to use the extra
5914         headers.  Explain in package commentary how to add To and Cc headers to
5915         the gnus-extra-headers.
5916         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5917         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5918         parameter list or a string list in `gnus-registry-ignored-groups'.
5919         Fix logic error.
5920
5921 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5922
5923         * shr.el (shr-expand-url): Protect against null urls.
5924
5925 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5926
5927         * shr.el (shr-base): New binding.
5928         (shr-tag-base): Keep track of <base>.
5929         (shr-expand-url): New function used throughout.
5930
5931 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5932
5933         * gnus-registry.el
5934         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5935         (gnus-registry-ignored-groups): New variable.
5936         (gnus-registry-ignore-group-p): Use it.
5937         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5938         set the destination group to nil (same as delete) if it's ignored.
5939
5940 2011-04-20  David Engster  <dengste@eml.cc>
5941
5942         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5943
5944         * Makefile.in (test-nntp): New rule.
5945         (check): Add it.
5946         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5947
5948 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * gnus-registry.el (gnus-registry-action)
5951         (gnus-registry-fetch-header-fast):
5952         Don't use mail-header that looks an internal function of mailheader.el.
5953
5954 2011-04-19  Glenn Morris  <rgm@gnu.org>
5955
5956         * time-date.el (time-to-days): Remove unused local variables.
5957
5958 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * gnus-registry.el: Eliminate cl functions.
5961         (gnus-registry-sort-addresses): New function that replaces mapcan.
5962         (gnus-registry-action, gnus-registry-spool-action)
5963         (gnus-registry-split-fancy-with-parent)
5964         (gnus-registry-fetch-recipients-fast): Use it.
5965         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5966
5967         * registry.el (initialize-instance, registry-lookup)
5968         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5969         (registry-lookup-secondary-value, registry-search, registry-delete)
5970         (registry-insert, registry-reindex, registry-size, registry-prune):
5971         Use eval-and-compile.
5972
5973 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5974
5975         * registry.el (registry-reindex): New method to recreate the secondary
5976         registry indices.
5977
5978         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5979         tracked field changes.
5980         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5981         (gnus-registry-action, gnus-registry-spool-action)
5982         (gnus-registry-handle-action)
5983         (gnus-registry--split-fancy-with-parent-internal)
5984         (gnus-registry-split-fancy-with-parent)
5985         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5986         move, and delete actions, and for fancy splitting with parent.
5987         (gnus-registry-extract-addresses)
5988         (gnus-registry-fetch-recipients-fast)
5989         (gnus-registry-fetch-header-fast): Convenience functions.
5990         (gnus-registry-misc-test): ERT test of
5991         `gnus-registry-extract-addresses'.
5992
5993 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5994
5995         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5996         Track by subject first, then sender.
5997
5998 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5999
6000         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6001
6002         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6003         Lisp.
6004
6005         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6006         (gnus-draft-send): Use it to avoid popping
6007         up frames from gnus-group-send-queue.
6008
6009 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6010
6011         * gnus-registry.el: Updated gnus-registry docs.
6012
6013 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6014
6015         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6016         Fix logic bug.
6017         (gnus-registry-post-process-groups): Fix logging of no results and
6018         quote sender and subject.
6019
6020 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6021
6022         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6023         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6024         gnutls-cli are too slow to be done opportunistically.
6025
6026         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6027         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6028         we had no early-data returned.
6029         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6030         two async commands to the same server at the same time.
6031
6032 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6033
6034         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6035
6036 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6037
6038         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6039         "warning" level.
6040
6041         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6042         (mm-url-insert-file-contents): Don't set the package names.
6043
6044 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6045
6046         * gnus-registry.el (gnus-registry-action): Remove properties and
6047         simplify subject in `gnus-registry-handle-action'.
6048         (gnus-registry-spool-action): Get subject and sender from message if
6049         they are not passed in.
6050         (gnus-registry-handle-action): Remove properties and simplify subject
6051         consistently.
6052
6053 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6054
6055         * registry.el: Require CL before using defmacro*.
6056
6057 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * gnus-art.el (article-treat-date): Assume that
6060         gnus-article-date-headers may be a group parameter.
6061
6062 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6063
6064         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6065
6066         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6067         interactively so the newsrc file can contain foreign groups too.
6068         Useful for debugging but not much for users.
6069
6070 2011-04-07  David Engster  <dengste@eml.cc>
6071
6072         * registry.el (registry-usage-test): Only do
6073         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6074         lexical binding.
6075
6076 2011-04-07  David Engster  <dengste@eml.cc>
6077
6078         * Makefile.in (check, test-registry): New rules for test-suite.
6079
6080 2011-04-06  David Engster  <dengste@eml.cc>
6081
6082         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6083         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6084
6085 2011-04-06  David Engster  <dengste@eml.cc>
6086
6087         * registry.el (initialize-instance): Change :after to :AFTER to be
6088         compatible with old EIEIO version in XEmacs.
6089
6090 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6091
6092         * gnus-registry.el (gnus-registry-post-process-groups)
6093         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6094         and provide better messaging.
6095
6096 2011-04-06  David Engster  <dengste@eml.cc>
6097
6098         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6099         errors.
6100
6101         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6102         dgnushack-compile with error-on-warn enabled, and to signal an error if
6103         clean compilation failed.
6104         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6105         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6106
6107 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6108
6109         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6110         unconditionally anyway, discarding errors.
6111         (gnus-registry-delete-entries): New convenience function.
6112         (gnus-registry-import-eld): Import from old .eld registry.
6113
6114         * registry.el: Don't use ERT if it's not available.  Load it
6115         unconditionally anyway, discarding errors.
6116
6117         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6118         version from the Claudio Bley GnuTLS patch (extra optional parameters
6119         and host name).
6120
6121 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6122
6123         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6124         fixup the parameters that can be customized by the user between
6125         save/read cycles.
6126         (gnus-registry-read): Use it.
6127         (gnus-registry-make-db): Use it.
6128         (gnus-registry-spool-action, gnus-registry-handle-action):
6129         Fix messaging.
6130         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6131         Map references to actual group names with sender and subject tracking.
6132         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6133         (gnus-registry-usage-test): Add subject lookup test.
6134
6135         * registry.el (registry-db, initialize-instance): Set up constructor
6136         instead of :initform arguments for the sake of older Emacsen.
6137         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6138         pre-lexbind merge bug.
6139         (registry-usage-test): Use it.
6140         (initialize-instance, registry-db): Move the non-function initforms
6141         back to the class definition.
6142
6143 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6144
6145         * registry.el: New library to manage gnus-registry-style data.
6146
6147         * gnus-registry.el: Use it (major rewrite).
6148
6149         * nnregistry.el: Use it.
6150
6151         * spam.el: Use it.
6152
6153 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6154
6155         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6156         marks on non-selected articles.
6157
6158 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6159
6160         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6161         parameter to open-protocol-stream.
6162
6163 2011-04-01  Julien Danjou  <julien@danjou.info>
6164
6165         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6166         fundamental-mode.
6167
6168 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6169
6170         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6171         servers.
6172
6173 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6174
6175         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6176         made marks not propagate, again.
6177
6178 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6179
6180         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6181         Make this the default type.
6182         (proto-stream-open-plain): Rename from proto-stream-open-default.
6183         (open-protocol-stream, proto-stream-open-starttls)
6184         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6185         with `plain'.
6186
6187         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6188         value.
6189
6190         * nntp.el (nntp-open-connection-function): Document the fact that some
6191         values are not functions but are instead handled specially.
6192         Recognize nntp-open-plain-stream value.
6193         (nntp-open-connection): Recognize that value.
6194
6195 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6196
6197         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6198         where it seems to be needed.
6199
6200 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6201
6202         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6203         stuff.
6204
6205         * gnus-score.el (gnus-score-string): Fix calling convention of
6206         `gnus-simplify-buffer-fuzzy' after last patches.
6207
6208         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6209         server for articles we didn't get any headers for.  This is a sanity
6210         check.
6211
6212 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6213
6214         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6215         new CAPABILITY, use it.
6216
6217 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6218
6219         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6220         downloading anything.
6221
6222         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6223
6224 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6225
6226         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6227         colors.
6228         (gnus-splash-svg-color-symbols): New function.
6229
6230 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6231
6232         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6233         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6234         (gnus-simplify-subject-fuzzy): Use the local
6235         gnus-simplify-subject-fuzzy-regex instead of the global one.
6236         This makes using this variable in group parameters work.
6237
6238 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6239
6240         * gnus-registry.el (gnus-registry-unfollowed-groups):
6241         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6242         archive:sent-YYYY-MM-DD groups).
6243         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6244         tracking if there are more than `gnus-registry-max-track-groups'
6245         matches.
6246
6247 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6248
6249         * message.el (message--yank-original-internal): New function to do the
6250         insertion cleanly inside eval in `message-yank-original'.
6251         (message-yank-original): Use it.
6252
6253 2011-03-29  Julien Danjou  <julien@danjou.info>
6254
6255         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6256         local variables disabled rather than `normal-mode'.
6257
6258 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6259
6260         * imap.el (imap-shell-open, imap-process-connection-type):
6261         Use imap-process-connection-type for 'shell' streams as well as
6262         Kerberos, SSL, other subprocesses.
6263
6264 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6265
6266         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6267         with open-network-stream.
6268         (proto-stream-always-use-starttls): Option removed.
6269         (open-protocol-stream): Return a process object by default.  Provide a
6270         new parameter :return-list specifying a list-type return value, which
6271         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6272         :type `network' to `try-starttls', and `network-only' to `default'.
6273         Make `default' the default, for compatibility with open-network-stream.
6274         Handle the no-parameter case exactly as open-network-stream, with no
6275         additional stream processing.  Search plists using plist-get.
6276         Explicitly add :end-of-commend parameter if it is missing.
6277         (proto-stream-open-default): Rename from
6278         proto-stream-open-network-only.  Return 'default as the type.
6279         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6280         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6281         failed.  Always return a list with a (possibly dead) process as the
6282         first element, for compatibility with open-network-stream.
6283         (proto-stream-open-tls): Use plist-get.  Always return a list.
6284         (proto-stream-open-shell): Return `default' as connection type.
6285         (proto-stream-capability-open): Use plist-get.
6286         (proto-stream-eoc): Function deleted.
6287
6288         * nnimap.el (nnimap-stream, nnimap-open-connection)
6289         (nnimap-open-connection-1): Handle renaming of :type parameter for
6290         open-protocol-stream.
6291         (nnimap-open-connection-1): Pass a :return-list parameter
6292         open-protocol-stream to obtain a list return value.  Parse this list
6293         using plist-get.
6294
6295         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6296         for open-protocol-stream.  Accept open-protocol-stream return value
6297         that is a subprocess object instead of a list.  Handle the case of a
6298         dead returned process.
6299
6300 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6301
6302         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6303
6304         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6305
6306 2011-03-21  Julien Danjou  <julien@danjou.info>
6307
6308         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6309         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6310         query.
6311         (mm-inline-text): Render normal text with fontification whenever
6312         possible.
6313
6314         * gnus-sum.el (gnus-summary-save-parts-1):
6315         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6316         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6317         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6318         Use `mm-handle-filename'.
6319
6320         * mm-util.el (mm-handle-filename): New function, return the filename of
6321         an handle.
6322
6323 2011-03-18  Julien Danjou  <julien@danjou.info>
6324
6325         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6326         (gnus-buffer-live-p): Check that buffer is not nil.
6327
6328 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6329
6330         * gnus.el: No Gnus v0.15 is released.
6331
6332 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6333
6334         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6335         avoid warning on XEmacs.
6336
6337         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6338         on XEmacs.
6339
6340         * gnus-art.el: Require mouse, which the build bot seems to say is
6341         needed.
6342
6343         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6344
6345         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6346         XEmacs, since it doesn't have url-retrieve-synchronously.
6347
6348         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6349         since assoc-string doesn't exist in XEmacs.
6350
6351 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6352
6353         * gnus-group.el (gnus-group-list-ticked): New function.
6354         (gnus-group-make-menu-bar): Provide a menu entry for it.
6355         (gnus-group-list-map): Provide a binding for it.
6356
6357 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6358
6359         * shr.el (shr-visit-file): New command.
6360
6361         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6362
6363 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6364
6365         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6366         servers.
6367
6368 2011-03-16  Julien Danjou  <julien@danjou.info>
6369
6370         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6371         inline.
6372
6373         * gnus-art.el (article-hide-list-identifiers):
6374         Use gnus-group-get-list-identifiers.
6375
6376         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6377         (gnus-summary-remove-list-identifiers):
6378         Use gnus-group-get-list-identifiers to get regexp.
6379         (gnus-select-newsgroup, gnus-summary-insert-subject)
6380         (gnus-summary-insert-articles):
6381         Call gnus-summary-remove-list-identifiers unconditionally.
6382
6383 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6384
6385         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6386         we're selecting a group with unread articles.
6387
6388         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6389
6390         * gssapi.el: New file separated out from imap.el to provide a general
6391         Kerberos 5 connection facility for Emacs.
6392
6393         * message.el (message-elide-ellipsis): Document the format spec
6394         ellipsis.
6395
6396 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6397
6398         * message.el (message-elide-region): Allow the ellipsis to say how many
6399         lines were removed.
6400
6401 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6402
6403         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6404         window configurations containing buffers that are now dead.
6405
6406         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6407         parsing to avoid integer overflows.
6408         (nnimap-parse-flags): Simplify the last change.
6409         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6410         too large for 32-bit Emacsen.
6411
6412 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6413
6414         * auth-source.el (auth-source-netrc-create):
6415         * message.el (message-yank-original): Fix use of `case'.
6416
6417 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6418
6419         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6420         XEmacs, which was one character too wide.
6421
6422 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6423
6424         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6425         default number of articles to display.
6426         (gnus-articles-to-read): Use pretty names for prompt.
6427
6428 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6429
6430         * gnus-int.el (gnus-open-server): Ditto.
6431
6432         * gnus-start.el (gnus-activate-group): Give a backtrace if
6433         debug-on-quit is set and the user hits `C-g'.
6434         (gnus-read-active-file): Ditto.
6435
6436         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6437
6438 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6439
6440         * message.el (message-yank-original): Use cond instead of CL case.
6441
6442 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6443
6444         * auth-source.el (auth-source-netrc-create): Use usual format for the
6445         default in prompts.
6446
6447 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * lpath.el: Fbind read-char-choice for XEmacs.
6450
6451 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6452
6453         * auth-source.el (auth-source-netrc-create): Show the default in the
6454         prompt when prompting for token creation.
6455
6456 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6457
6458         * auth-source.el (auth-source-format-prompt): Always convert the value
6459         to a string to avoid evaluating non-string arguments.
6460         (auth-source-netrc-create): Offer default properly, not as initial
6461         content in `read-string'.
6462         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6463         of line to determine if we've been run before.  If so, don't run again,
6464         but print a trivial message to indicate the cache was hit instead.
6465
6466 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6467
6468         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6469         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6470         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6471         Gnus.
6472
6473 2011-03-11  Julien Danjou  <julien@danjou.info>
6474
6475         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6476         modified file".
6477
6478 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6479
6480         * auth-source.el (auth-source-read-char-choice): New function to read a
6481         character choice using `dropdown-list', `read-char-choice', or
6482         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6483         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6484         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6485         (auth-source-netrc-saver): Use it.
6486         (auth-source-pick-first-password): New convenience function.
6487
6488 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6489
6490         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6491         parameter in the credentials.
6492         (nnimap-open-connection-1): Use it after a successful login.
6493         (nnimap-credentials): Add IMAP-specific user and password prompt.
6494
6495         * auth-source.el (auth-source-search): Add :require parameter, taking a
6496         list.  Document it and the :save-function return token.  Pass :require
6497         down.  Change the CREATED message from a warning to a debug statement.
6498         (auth-source-search-backends): Pass :require down.
6499         (auth-source-netrc-search): Pass :require down.
6500         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6501         Change save prompt to indicate all modifications saved here are
6502         deletions.
6503         (auth-source-netrc-create): Take user login name as default in user
6504         prompt.  Move all the save functionality to a lexically bound function
6505         under the :save-function token in the returned list.  Set up clearer
6506         default prompts for user, host, port, and secret.
6507         (auth-source-netrc-saver): New function, intended to be wrapped for
6508         :save-function.
6509
6510 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6511
6512         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6513         lines to be spaces instead.
6514
6515 2011-03-07  Julien Danjou  <julien@danjou.info>
6516
6517         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6518         (sieve-sasl-auth): Check that auth-source-search did return something,
6519         or just return an empty string.
6520
6521 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6522
6523         * gnus.el (gnus-interactive): Use read-directory-name.
6524
6525         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6526         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6527         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6528         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6529         Likewise.
6530
6531         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6532
6533 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6534
6535         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6536         onto the list of killed groups, too.  This makes killed nnimap groups,
6537         for instance, more reliably not reappear.
6538
6539         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6540         the parent.
6541
6542         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6543
6544         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6545         really have server-side marks.
6546
6547         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6548         since most backends do not usefully have server-side marks.
6549         (gnus-update-read-articles): Propagate marks to all backends that
6550         really have server-side marks.
6551
6552 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6553
6554         * message.el (message-cite-reply-position, message-cite-style):
6555         New variables.
6556         (message-yank-original): Use the new citation styles.
6557
6558 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6559
6560         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6561         buffer-local issue); don't mark it buffer-local when running under
6562         XEmacs.
6563
6564 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6565
6566         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6567         numbers too big to be `read'.
6568
6569 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6570
6571         * password-cache.el (password-in-cache-p): Add autoload.
6572
6573         * message.el (message-options): Make buffer-local two ways to attempt
6574         to fix a XEmacs bug.
6575
6576 2011-03-02  Julien Danjou  <julien@danjou.info>
6577
6578         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6579
6580 2011-03-01  Julien Danjou  <julien@danjou.info>
6581
6582         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6583         group.
6584         (article-hide-list-identifiers): Use list-identifier group parameter.
6585
6586 2011-02-28  Julien Danjou  <julien@danjou.info>
6587
6588         * sieve.el (sieve-buffer-script-name): New local variable to store
6589         sieve script name.
6590         (sieve-edit-script): Store sieve script name.
6591         (sieve-upload): Use sieve script name when uploading.
6592         (sieve-upload): Use substitute-command-keys.
6593         (sieve-edit-script): Use substitute-command-keys.
6594         (sieve-refresh-scriptlist): Use substitute-command-keys.
6595         (sieve-manage-mode-map): Define keymap properly.
6596         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6597         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6598         Remove commented code about cvs.
6599         (sieve-manage-quit): New function.
6600         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6601
6602 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6603
6604         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6605
6606 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6607
6608         * auth-source.el (auth-source-search): Cache empty result sets.
6609
6610         * password-cache.el (password-in-cache-p): Convenience function to
6611         check if a key is in the cache, even if the value is nil.
6612
6613         * auth-source.el (auth-source-save-behavior): New variable to replace
6614         `auth-source-never-create'.
6615         (auth-source-netrc-create): Use it.
6616         (auth-source-never-save): Remove.
6617
6618 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6619
6620         * nnimap.el (nnimap-stream): Doc fix.
6621         (nnimap-open-connection-1): Reverse the order of the ports to that the
6622         prompted-for port is first.
6623
6624         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6625         retrieval by the no-group selection.
6626
6627         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6628         numerical parameters.
6629
6630 2011-02-25  Julien Danjou  <julien@danjou.info>
6631
6632         * gnus-gravatar.el: Use gnus-with-article-buffer.
6633
6634         * gnus-art.el (gnus-with-article-buffer): Check that the
6635         gnus-article-buffer is alive.
6636
6637 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6638
6639         * auth-source.el (auth-source-creation-prompts): New variable to manage
6640         creation-time prompts.
6641         (auth-source-search): Document it.
6642         (auth-source-format-prompt): Add utility function.
6643         (auth-source-netrc-create): Don't default the user name to
6644         user-login-name.  Use `auth-source-creation-prompts' and some default
6645         prompts for user, host, port, and password (the default generic prompt
6646         remains ugly).
6647         (auth-source-never-save): Add customizable option to never save info.
6648         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6649         mode excursion.
6650
6651 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6654         argument that XEmacs doesn't support.
6655
6656         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6657         compiled for Emacsen having no `libxml-parse-html-region' support.
6658
6659         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6660
6661         * lpath.el: Bind buffer-save-without-query for XEmacs.
6662
6663 2011-02-23  Julien Danjou  <julien@danjou.info>
6664
6665         * gnus-art.el (article-make-date-line): Ignore errors if time is
6666         invalid and not convertible.
6667         (article-make-date-line): Only add lapsed time if time is not nil.
6668
6669 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6670
6671         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6672         `read-char-choice' for backwards compatibility.
6673         (auth-source-netrc-element-or-first): New function to DTRT for
6674         parameter extraction.
6675         (auth-source-netrc-create): Use it and fix multiple parameter print
6676         bug.  Use the default passed from above (given-default) or the
6677         built-in (user-login-name for :user).
6678
6679 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6680
6681         * gnus-start.el (gnus-dribble-read-file):
6682         Set buffer-save-without-query, since we always want to save the dribble
6683         file, probably.
6684
6685         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6686         nnimap.
6687
6688         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6689         -summary- since it's a user-visible variable.
6690
6691         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6692         first time you use the new Gnus.
6693
6694 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6695
6696         * auth-source.el: Don't load netrc.el.
6697         (auth-sources): Search ~/.netrc as well by default.
6698         (auth-source-debug): Add 'trivia option for extra output.
6699         (auth-source-do-trivia): Use it.
6700         (auth-source-search): Simplify logic to use
6701         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6702         appropriate.  Don't keep a running count at this level.  Layer :create
6703         and :delete options appropriately on the first and second passes.
6704         Don't track the backend with the search results.
6705         (auth-source-search-backends): New function to search a list of
6706         backends for a processed spec.
6707         (auth-source-netrc-parse): Cache all netrc files, making
6708         auth-source-netrc-cache an alist keyed by the file name and using the
6709         file mtime as the caching criterion.  Keep the obfuscated data secret
6710         with a lexical bind.
6711         (auth-source-netrc-search): Don't calculate the length of the results
6712         unnecessarily.
6713         (auth-source-search-backends): Fix bug.
6714         (auth-source-netrc-create): Rework prompts.
6715
6716 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6717
6718         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6719         Lower case names of search constraints.
6720         (nnir-run-query): Cache and reuse search constraints for all imap
6721         servers.
6722
6723 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6724
6725         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6726         after exit.
6727         (gnus-setup-message): Define missing variable from last checkin.
6728
6729         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6730         value, show the raw article.
6731
6732 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6733
6734         * gnus.el: No Gnus v0.13 is released.
6735
6736 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6737
6738         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6739         auth-source now accepts numbers.
6740
6741         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6742         spec, too.
6743         (auth-source-ensure-strings): New function.
6744
6745         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6746         (gnus-article-setup-buffer): Always restart the date timer so that user
6747         changes to the frequency is respected.
6748
6749         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6750         port numbers, so make sure it gets that if nnimap-server-port is
6751         explicit.
6752
6753 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6754
6755         * nnimap.el (nnimap-inbox): Doc fix.
6756
6757 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6758
6759         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6760         Autoload.  Add optional arg FRAME, and pass it to color-values.
6761         (color-complement): Caller changed.  Doc fix.
6762         (color-gradient): Rewrite for better clarity and efficiency.
6763
6764 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6765
6766         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6767         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6768         color-lab-to-srgb.
6769
6770 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6771
6772         * color.el: First part of merge from hexrgb.el.
6773         (color-rgb-to-hex): Rename from color-rgb->hex.
6774         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6775         saturation to zero if the value is too small.
6776         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6777         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6778         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6779         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6780         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6781         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6782         (color-cie-de2000): Doc fix.
6783
6784 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6785
6786         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6787         given method as in the group name if we're using an extended method.
6788         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6789         command, if we're using that, instead of waiting for the beginning.
6790
6791         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6792         we're sure to get unique server names, and we don't output two async
6793         commands in the same buffer.  This fixes an NNTP hang for some users.
6794
6795 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6796
6797         * gnus.el: No Gnus v0.11 is released.
6798
6799 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6800
6801         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6802         summary buffer before reading going to the next buffer.  This avoids
6803         putting the point in the group buffer if you `C-g' the command.
6804
6805         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6806         cache (for now) to make ~/.authinfo.gpg files usable.
6807
6808         * nnfolder.el (copyright-update): Define for the compiler.
6809
6810         * auth-source.el (auth-source-search): Fix unbound variable.
6811
6812 2011-02-19  Glenn Morris  <rgm@gnu.org>
6813
6814         * gnus.el (gnus-meta): Doc fix.
6815
6816 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6817
6818         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6819         in case it's not yet loaded.
6820
6821 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6822
6823         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6824         line we're waiting for.
6825
6826 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6827
6828         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6829         face with line-width greater than zero will cause RET in gnus summary
6830         buffer to scroll down article page-wise because auto vscroll happens,
6831         it should be temporally disabled when doing a scroll-up.
6832
6833 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6834
6835         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6836         outputs from the server.
6837
6838 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6839
6840         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6841         later so that bbdb can hook in easier.
6842
6843 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6844
6845         * auth-source.el (auth-source-search): Don't try to create credentials
6846         if the caller doesn't want that.
6847         (auth-source-search): If we don't find a match, don't bug out on
6848         non-bound variables.
6849         (auth-source-search): Only ask a single backend to create the
6850         credentials.
6851
6852         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6853         logging.
6854         (nnimap-credentials): Protect against auth-source-search returning nil.
6855         (nnimap-request-list): Protect against not being able to open the
6856         server.
6857
6858 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6859
6860         * auth-source.el (auth-source-search): Do a two-phase search, one with
6861         no :create to get the responses from all backends.
6862
6863         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6864         when getting credentials.
6865
6866         * gnus-util.el (gnus-delete-duplicates): New function.
6867
6868 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6869
6870         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6871         a creation default, pass the whole port list down.  It will be
6872         completed.
6873
6874         * auth-source.el (auth-source-search): Updated docs to talk about
6875         multiple creation choices.
6876         (auth-source-netrc-create): Accept a list as a value (from the search
6877         parameters) and do completion on that list.  Keep a separate netrc line
6878         with the password obscured for showing the user.
6879
6880         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6881         first choice to `auth-source-search' so it will be used for entry
6882         creation instead of the server's Gnus-specific name.
6883         (nnimap-credentials): Rely on the auth-source library to select which
6884         port is actually wanted in the new netrc entry, so don't override
6885         `auth-source-creation-defaults'.
6886
6887         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6888         :protocol and accept a missing user, host, or port as a wildcard match.
6889         (auth-source-debug): Default to off.
6890
6891         (auth-source-netrc-search, auth-source-netrc-create)
6892         (auth-source-secrets-search, auth-source-secrets-create)
6893         (auth-source-user-or-password, auth-source-backend, auth-sources)
6894         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6895         instead of :protocol.
6896
6897         * nnimap.el (nnimap-credentials): Pass a port default to
6898         `auth-source-search' in case an entry needs to be created.
6899         (nnimap-open-connection-1): Use :port instead of :protocol.
6900
6901 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * auth-source.el: Bind load-path when loading EIEIO from
6904         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6905         21.4 doesn't support, to `require'.
6906         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6907         delete-dups that is not available in XEmacs 21.4.
6908
6909 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6910
6911         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6912         as EIEIO must also be loaded when auth-source.el is being
6913         byte-compiled.
6914
6915 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6916
6917         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6918
6919         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6920
6921         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6922
6923         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6924
6925         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6926
6927         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6928
6929         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6930
6931         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6932         necessary.
6933
6934 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6935
6936         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6937         nil means that nnimap doesn't get updated.
6938
6939 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6940
6941         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6942         result when the user doesn't want to write to the file.
6943         (auth-source-netrc-search): Expect a synthetic result and proceed
6944         accordingly.
6945         (auth-source-cache-expiry): New variable to override
6946         `password-cache-expiry'.
6947         (auth-source-remember): Use it.
6948
6949         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6950         parameter.  Create entry if necessary by using :create t.
6951         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6952
6953 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6954
6955         * auth-source.el (auth-source-debug): Enable by default and don't
6956         mention the obsolete `auth-source-hide-passwords'.
6957         (auth-source-do-warn): New function to debug unconditionally.
6958         (auth-source-do-debug): Use it.
6959         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6960         and for Secrets API entries when the secrets.el library is not
6961         available.
6962
6963 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6964
6965         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6966         (gnus-summary-exit): Kill the correct article buffer on exit from a
6967         `C-d' group.
6968
6969         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6970         gnus-propagate-marks.
6971
6972         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6973         before killing the buffers so that a non-full window conf gets handled
6974         correctly.
6975         (gnus-summary-exit): Ditto.
6976         (gnus-summary-read-group-1): Ditto.
6977
6978         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6979         async code again so that we can debug it properly.
6980
6981         * message.el (message-reply): Take an optional switch-buffer parameter
6982         so that Gnus window confs are respected better.
6983
6984 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6985
6986         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6987         `plist-get' to accept non-list parameters (XEmacs issue).
6988         Fix docstring.
6989         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6990         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6991         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6992         Login collection is "Login" and not "login".
6993
6994 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6995
6996         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6997         multiple headers.
6998
6999         * nnimap.el (nnimap-inhibit-logging): New variable.
7000         (nnimap-log-command): Don't log login commands.
7001
7002         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7003         to have more parameters.
7004
7005         * nnimap.el (nnimap-send-command): Mark the command time for each
7006         command, so that we don't get NOOPs stepping on our toes.
7007
7008         * gnus-art.el (article-date-ut): Get the date from the Date header on
7009         `t'.
7010
7011 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * auth-source.el (auth-source-search): Use copy-sequence instead of
7014         the cl.el copy-list.
7015
7016 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7017
7018         * imap.el: Bring it back (revert
7019         84d800cd31de3064f0ed39617d725709a2f8f42f).
7020
7021 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7022
7023         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7024         Improve prompt.
7025
7026 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7027
7028         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7029         washing status from the default format.  It isn't very informative.
7030
7031 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7032
7033         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7034         Fix Gcc processing on imap.
7035
7036 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7037
7038         * imap.el: Remove file.  All the functionality is in nnimap.el.
7039
7040 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7041
7042         * message.el (message-bury): Don't pop up a new window when selected
7043         window is dedicated.
7044
7045 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7046
7047         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7048
7049 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7050
7051         * sieve-manage.el: Autoload `auth-source-search'.
7052         (sieve-sasl-auth): Use it.
7053
7054 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7055
7056         * nnimap.el: Autoload `auth-source-forget+'.
7057         (nnimap-open-connection-1): Use it if the connection fails.
7058
7059         * auth-source.el: Require `password-cache'.
7060         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7061         obsolete.
7062         (auth-source-magic): Marker for `password-cache' keys.
7063         (auth-source-do-cache): Update docstring.
7064         (auth-source-search): Use and check cache.
7065         (auth-source-forget-all-cached, auth-source-remember)
7066         (auth-source-recall, auth-source-forget, auth-source-forget+)
7067         (auth-source-specmatchp): Caching support functions.
7068         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7069         Remove and obsolete.
7070         (auth-source-user-or-password): Remove caching to further discourage
7071         using it.  Always hide passwords.
7072
7073         * password-cache.el (password-cache-remove): Accept secrets that are
7074         not strings.
7075
7076 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7077
7078         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7079         code for now, since it doesn't work for all users.
7080
7081 2011-02-09  Julien Danjou  <julien@danjou.info>
7082
7083         * message.el (message-options): Make message-options really buffer
7084         local.
7085
7086 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7087
7088         * mail-source.el: Autoload `auth-source-search'.
7089         (mail-source-keyword-map): Note order matters.
7090         (mail-source-set-1): Get all the mail-source source values and
7091         defaults and search auth-source on those if needed.  This can all
7092         probably be simplified.
7093
7094         * nnimap.el: Autoload `auth-source-search'.
7095         (nnimap-credentials): Use it.
7096         (nnimap-open-connection-1): Ask for the virtual server and physical
7097         address in one shot.
7098
7099         * nntp.el: Autoload `auth-source-search'.
7100         (nntp-send-authinfo): Use it.  Note TODO.
7101
7102 2011-02-08  Julien Danjou  <julien@danjou.info>
7103
7104         * shr.el (shr-tag-body): Add support for text attribute in body
7105         markups.
7106
7107         * message.el (message-options): Make message-options a local variable.
7108
7109 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7110
7111         * auth-source.el (auth-source-secrets-search)
7112         (auth-source-user-or-password): Use `append' instead of `nconc'.
7113         (auth-source-user-or-password): Build return list better and protect
7114         against nil :secret.
7115
7116 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7117
7118         * nnimap.el (nnimap-update-info): Refactor slightly.
7119         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7120         (nnimap-update-info): Clean up slightly.
7121         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7122         characters.
7123         (nnimap-process-quirk): Rename function to avoid collision.
7124         (nnimap-update-info): Fix macrology bug-out.
7125         (nnimap-update-info): Simplify split history test.
7126
7127 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7128
7129         * auth-source.el (top): Require 'eieio unconditionally.
7130         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7131         (auth-source-secrets-search): Limit search when `max' is greater than
7132         number of results.
7133
7134 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7135
7136         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7137         part not returning any data.
7138
7139         * proto-stream.el (open-protocol-stream): Document the return value.
7140
7141 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7142
7143         * auth-source.el (auth-source-secrets-search): Add examples.
7144
7145 2011-02-06  Julien Danjou  <julien@danjou.info>
7146
7147         * message.el (message-setup-1): Handle message-generate-headers-first
7148         set to t.
7149
7150 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7151
7152         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7153         API with a string "secrets:collection-name" and with 'default.
7154         (auth-source-backend-parse): Parse "secrets:collection-name" and
7155         'default.  Recurse on parses instead of repeating code.  Use the
7156         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7157         message when ignoring a source.
7158         (auth-source-search): List ignored search keys at the top level.
7159         (auth-source-netrc-create): Use `case' instead of `cond'.
7160         (auth-source-secrets-search): Created with TODOs.
7161         (auth-source-secrets-create): Created with TODOs.
7162         (auth-source-retrieve, auth-source-create, auth-source-delete)
7163         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7164         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7165         (auth-source-user-or-password-sftp)
7166         (auth-source-user-or-password-smtp): Remove.
7167         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7168         around `auth-source-search'.  Not tested thoroughly.
7169
7170 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7171
7172         * auth-source.el: Bring in assoc and eioeio libraries.
7173         (secrets-enabled): New variable to track the status of the Secrets API.
7174         (auth-source-backend): New EIOEIO class to represent a backend.
7175         (auth-source-creation-defaults): New variable to set prompt defaults
7176         during token creation (see the `auth-source-search' docstring for
7177         details).
7178         (auth-sources): Simplify to allow a simple string as a netrc backend
7179         spec.
7180         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7181         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7182         (auth-source-search): Main auth-source API entry point.
7183         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7184         (auth-source-search-collection): Helper function for searching.
7185         (auth-source-netrc-parse, auth-source-netrc-normalize)
7186         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7187         Supports search, create, and delete.
7188         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7189         backend stubs.
7190         (auth-source-user-or-password): Call `auth-source-search' but it's not
7191         ready yet.
7192
7193 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7194
7195         * message.el (message-setup-1): Remove the read-only stuff, since it
7196         doesn't work under XEmacs, for some reason.
7197
7198         * gnus-sum.el (gnus-user-date): Rename back from
7199         gnus-summary-user-date since user code refers to it.
7200
7201         * shr.el (shr-render-td): Store the actual background color used.
7202
7203         * message.el (message-setup-1): Don't bind the constant
7204         -forbidden-properties.
7205         (message-setup-1): Revert previous change, since it needs to bind the
7206         props to insert them.
7207         (message-resend): Allow removing the read-only separator line.
7208
7209 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7210
7211         * nnimap.el (nnimap-request-accept-article): Give an error message if
7212         the APPEND wasn't successful.
7213
7214 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7215
7216         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7217         that have no groups.
7218
7219 2011-02-03  Julien Danjou  <julien@danjou.info>
7220
7221         * gnus-draft.el: Remove progn around gnus-draft-setup.
7222
7223 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7224
7225         * gnus-start.el (gnus-read-active-for-groups): This function is never
7226         called with a nil `infos', so clean that up.
7227         (gnus-get-unread-articles): Request active files from primary/secondary
7228         methods that have no groups (yet).
7229
7230 2011-02-03  Julien Danjou  <julien@danjou.info>
7231
7232         * message.el (message-setup-1): Always generate References first.
7233         (message-mail): Return the return value of message-setup, not always t.
7234         (message-setup-1): Insert mail-header-separator with read-only and
7235         intangible properties set.
7236
7237         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7238         user-date in docstring.
7239
7240         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7241
7242         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7243         docstring.
7244
7245         * gnus.el (gnus-user-date-format-alist): Change default value.
7246         Use defcustom, with type and group.  Move from gnus-util.el.
7247         Rename to gnus-summary-user-date-format-alist.
7248
7249 2011-02-03  Glenn Morris  <rgm@gnu.org>
7250
7251         * nnimap.el (gnus-fetch-headers): Declare.
7252
7253         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7254
7255 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7256
7257         * message.el (message-forward-make-body-digest-plain)
7258         (message-followup, message-reply): Clean up things noted by Stefan.
7259
7260         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7261         gnus-article-update-date-headers is nil.
7262         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7263         it didn't really work with defcustom.
7264         (article-update-date-lapsed): Make sure the window start doesn't move,
7265         either.
7266
7267 2011-02-01  Julien Danjou  <julien@danjou.info>
7268
7269         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7270         format.
7271
7272         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7273         standard in Emacs nowadays.
7274
7275         * color.el (color-gradient): Add a color-gradient function.
7276
7277 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7278
7279         * message.el (message-expand-name): Don't trust the return value of
7280         bbdb-complete-name.
7281         (message-check-news-header-syntax): Remove unused var `start'.
7282         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7283         (message-inhibit-body-encoding): Move to before first use.
7284         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7285         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7286         (Organization, Message-ID, Date, mh-previous-window-config):
7287         Defvar the vars using dynamic scoping.
7288
7289 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7290
7291         * shr.el (shr-render-td): Only do colors at the final rendering.
7292         Should be slightly faster.
7293         (shr-insert-table): Fix up TD background colors when doing the
7294         vertical padding.
7295
7296         * gnus-art.el (article-date-ut): Protect against articles with no Date
7297         header.
7298         (article-update-date-lapsed): Don't use current-column to find the
7299         horizontal position.  It's fragile in the presence of \003 characters.
7300
7301         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7302
7303 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7304
7305         * gnus-art.el (article-transform-date): Rewrite to still work when
7306         there are several rfc2822 parts.
7307         (article-transform-date): Fix infinite recursion.
7308         (article-date-ut): Replace infinitely many Date headers with a single
7309         one when called interactively.
7310
7311         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7312         secure manner.
7313
7314         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7315         move around by not using save-window-excursion.  It seems to work...
7316
7317 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * gnus-art.el (article-make-date-line): Work for user-defined format.
7320
7321 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7322
7323         * nntp.el (nntp-retrieve-group-data-early)
7324         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7325         fetching functions.
7326
7327         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7328         thoroughly for all backends that have no known groups.  This should
7329         allow new nnml methods to retrieve mail.
7330
7331         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7332         that Gnus doesn't know exists again.
7333
7334         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7335         (gnus-treat-date-ut): Ditto.
7336         (gnus-article-update-date-header): Rename.
7337         (gnus-treat-date-local): Remove.
7338         (gnus-treat-date-english): Remove.
7339         (gnus-treat-date-lapsed): Remove.
7340         (gnus-treat-date-combined-lapsed): Remove.
7341         (gnus-treat-date-original): Remove.
7342         (gnus-treat-date-iso8601): Remove.
7343         (gnus-treat-date-user-defined): Remove.
7344         (gnus-article-date-headers): New variable to control all the date
7345         header options.
7346         (article-date-ut): Rewrite to allow using the new way to format date
7347         headers(s).
7348
7349 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7350
7351         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7352         method.
7353         (nnmail-article-group): A better test for fanciness.
7354
7355         * nnimap.el (nnimap-request-head): Protect against not finding the
7356         article by Message-ID.
7357
7358 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7359
7360         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7361         keep point at the "same place".
7362
7363 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7364
7365         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7366         data if the group is inactive.
7367
7368 2011-01-28  Julien Danjou  <julien@danjou.info>
7369
7370         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7371         (gnus-all-windows-visible-p): Remove old compatibility code.
7372         (gnus-window-top-edge): Add docstring.
7373
7374         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7375
7376 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7377
7378         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7379         older request-update-info.
7380
7381         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7382
7383 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7384
7385         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7386         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7387
7388 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7389
7390         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7391         groups.  This makes the nndraft:queue group pop up if it's not already
7392         there.
7393
7394         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7395         messages" logic, which was reversed.
7396
7397         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7398         the "same place" even if point is on the line being replaced.
7399         (article-update-date-lapsed): Allow updating both the combined lapsed
7400         and the lapsed headers.
7401         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7402         (article-make-date-line): Limit the number of segments dynamically to
7403         avoid too-long lines.
7404
7405 2011-01-27  Julien Danjou  <julien@danjou.info>
7406
7407         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7408         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7409
7410 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7411
7412         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7413         Use plist-get instead of the cl function getf.
7414
7415 2011-01-27  Glenn Morris  <rgm@gnu.org>
7416
7417         * gnus-util.el (float-time): Get rid of compiler warning, again.
7418
7419 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7420
7421         * shr.el (shr-put-color): Special-case background colors: Do put them
7422         at the blank parts at the front of the lines.
7423
7424         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7425         exit hook to nix out all data on readedness on group exit.
7426
7427         * gnus-util.el (float-time): If float-time is bound, always use it on
7428         all Emacsen.  It's unclear why the subrp check was there.
7429         (time-date): Require to make some autoload issues on XEmacs go away.
7430
7431         * shr.el (shr-put-color): Don't do the box padding in tables, since
7432         they're already padded.
7433
7434 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7435
7436         * gnus-art.el (gnus-article-next-page): When the last line of the
7437         article is displayed, scroll down once more instead of going to the
7438         next article at once.
7439         (article-lapsed-string): Refactor out and allow specifying how many
7440         segments you want.
7441         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7442         (gnus-article-update-lapsed-header): New variable.
7443
7444         * shr.el: Revert change that made headings use different-sized faces.
7445         The Emacs display engine isn't advanced enough that, for instance,
7446         tables can comfortably use differently-sized faces.
7447
7448 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7449
7450         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7451         used.
7452         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7453         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7454         we're using an encrypted connection.
7455
7456         * proto-stream.el: Alter the interface functions to also return the
7457         actual stream type used: network or tls.
7458
7459 2011-01-25  Julien Danjou  <julien@danjou.info>
7460
7461         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7462         (mm-display-javascript-inline): New function.
7463
7464         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7465         viewing function.
7466
7467 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7468
7469         * shr.el (shr-expand-newlines): Fix variable name.
7470
7471 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7472
7473         * shr.el (shr-expand-newlines): Make nested boxes work.
7474
7475 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7476
7477         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7478         backgrounds.
7479         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7480         in a more sensible manner.
7481
7482 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7483
7484         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7485         if EPG is loaded.
7486
7487 2011-01-24  Julien Danjou  <julien@danjou.info>
7488
7489         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7490         tags.
7491
7492 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7493
7494         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7495         commands.
7496
7497         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7498         in the article buffer.
7499         (gnus-gravatar-insert): Use blank space from the current buffer to
7500         avoid breaking text properties.  This makes X-Sent updating work again.
7501
7502         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7503
7504 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7505
7506         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7507         fix the bug in url-http.el instead.
7508
7509         * shr.el (shr-image-fetched): Ditto.
7510
7511         * shr.el (shr-image-fetched): Avoid having point move in the article
7512         buffer.
7513
7514         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7515         buffer after being called.  It's apparently being killed by url.el, and
7516         killing it made point move to end-of-buffer in a random buffer.
7517
7518         * shr.el (shr-image-fetched): Ditto.
7519
7520 2011-01-23  Julien Danjou  <julien@danjou.info>
7521
7522         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7523
7524         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7525         text/x-org.
7526
7527 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7528
7529         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7530         (i.e., nnimap) returning nil as the article number.
7531
7532 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7533
7534         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7535         "DelSp" parameter in RFC3676.
7536
7537 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7538
7539         * message.el (message-check-recipients): Display the encoded version of
7540         the bogus address if they differ.
7541
7542         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7543         after sending.
7544
7545         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7546
7547         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7548
7549         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7550         group buffer after sending the queue.
7551
7552         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7553
7554 2011-01-22  Julien Danjou  <julien@danjou.info>
7555
7556         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7557
7558 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7559
7560         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7561         nested related parts.
7562
7563         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7564         unexpired articles.  This fixes the regression that led expiry marks to
7565         disappear from nnfolder groups.
7566
7567 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7568
7569         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7570         Don't confuse the "ret" of "retrograde" with RET.
7571
7572 2011-01-21  Julien Danjou  <julien@danjou.info>
7573
7574         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7575         than mm-insert-inline.
7576
7577 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7580         Widen article buffer.
7581
7582 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7583
7584         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7585         the temp buffer.
7586         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7587
7588 2011-01-20  Julien Danjou  <julien@danjou.info>
7589
7590         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7591
7592         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7593         than mm-insert-inline to insert inline part: this respect
7594         mm-inline-media-tests displayers.
7595
7596         * mm-view.el (mm-display-shell-script-inline): New function.
7597
7598         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7599
7600         * mm-uu.el (mm-uu-type-alist): Add org block.
7601         (mm-uu-org-src-code-block-extract): New function.
7602
7603         * mm-view.el (mm-display-org-inline): New function.
7604
7605         * mm-decode.el (mm-automatic-display): Add text/org.
7606
7607         * mailcap.el (mailcap-mime-extensions): Add .org.
7608
7609 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7612         gnus-article-add-buttons.
7613
7614 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7615
7616         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7617         From header with a date and "nobody" as the sender.
7618
7619 2011-01-19  Julien Danjou  <julien@danjou.info>
7620
7621         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7622         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7623         if you have the same regexp several times.
7624         (gnus-button-push): Fix matching when regexp is symbol.
7625
7626 2011-01-15  Glenn Morris  <rgm@gnu.org>
7627
7628         * message.el (message-mail): A compose-mail function should
7629         accept headers as strings.
7630
7631 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7632
7633         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7634         Add :vert-only tags.
7635         (message-mail): New arg RETURN-ACTION.
7636         (message-return-action): New var.
7637         (message-bury): Use it.
7638         (message-mode): Make it buffer-local.
7639         (message-send-and-exit): Always call message-bury.
7640
7641         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7642         message-mail.
7643
7644 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7645
7646         * nnimap.el (nnimap-convert-partial-article): Protect against
7647         zero-length body parts.
7648
7649         * mm-decode.el (mm-preferred-alternative-precedence):
7650         Discourage showing empty parts.
7651
7652         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7653         and stuff if the backend didn't return the article number.  This fixes
7654         an Exchange-related nnimap bug.
7655
7656         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7657         group window, because it does the wrong thing when a separate frame
7658         displays the group buffer.
7659
7660         * proto-stream.el (open-protocol-stream): Protect against the low-level
7661         transport functions returning nil.
7662
7663 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7664
7665         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7666         (mml2015-epg-find-usable-secret-key): New function.
7667         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7668         mml2015-epg-find-usable-key (Bug#7797).
7669         (mml2015-epg-encrypt): Ditto.
7670
7671 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * dgnushack.el (rot13-string): Fix the way to get the argument.
7674
7675 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7676
7677         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7678
7679 2011-01-03  Glenn Morris  <rgm@gnu.org>
7680
7681         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7682
7683         * sieve.el (sieve-open-server): Give a more explicit error if
7684         sieve-manage-open returns nil.  (Bug#7720)
7685
7686 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7687
7688         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7689
7690 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7691
7692         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7693         This avoids sending passwords in plain text over non-encrypted
7694         channels.
7695
7696         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7697
7698         * nnimap.el (nnimap-login): Refactored out into own function, and
7699         implement CRAM-MD5.
7700         (nnimap-wait-for-line): Refactored out.
7701
7702         * mm-view.el (mml-smime): Require.
7703
7704 2010-12-20  David Engster  <deng@eml.cc>
7705
7706         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7707         use EPG to decrypt S/MIME messages instead of openssl.
7708
7709 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7710
7711         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7712
7713         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7714         status is the group clearly is unreachable.
7715
7716         * auth-source.el (auth-source-create): Add the optional second
7717         parameter to `local-variable-p' to be compatible with XEmacs.
7718
7719 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7720
7721         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7722         work when using a compressed nnml folder.
7723
7724 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7725
7726         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7727         backends after sanitising on entry, because this never makes sense:
7728         If the articles have gone missing, then the data no longer exists on
7729         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7730         overwrite anything anyway.
7731
7732         * shr.el (shr-insert-document): Bind shr-width dynamically to
7733         window-width if it's nil.
7734
7735 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7736
7737         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7738         with the meaning of using the full emacs window width for rendering.
7739
7740 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7741
7742         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7743         case when sender is not given.
7744
7745 2010-12-23  Julien Danjou  <julien@danjou.info>
7746
7747         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7748         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7749         the addresses, otherwise we might misplaced the gravatar.
7750
7751 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7752
7753         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7754         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7755         obsolete in Emacs.
7756
7757 2010-12-20  Julien Danjou  <julien@danjou.info>
7758
7759         * gnus-util.el (gnus-rescale-image): Revert last change.
7760
7761 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7762
7763         * binhex.el: Improve commentary (Bug#7482).
7764
7765 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7766
7767         * gnus-group.el (gnus-group-delete-articles): New command.
7768
7769 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7770
7771         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7772
7773 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7774
7775         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7776         here, since it's up to the backends to do CRLF removal if their
7777         protocol has it.
7778
7779         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7780
7781 2010-12-17  Julien Danjou  <julien@danjou.info>
7782
7783         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7784         they are from file.  Can also scale up.
7785
7786 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7787
7788         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7789         Restore gnus-use-agent.
7790         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7791
7792         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7793
7794 2010-12-17  Julien Danjou  <julien@danjou.info>
7795
7796         * gravatar.el (gravatar-retrieve-synchronously): New function.
7797         (gravatar-get-data): Make more robust.
7798
7799 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7802
7803 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7804
7805         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7806         to really consider the last line.
7807
7808 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7809
7810         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7811         list of recipient keys, or use symmetric encryption if not a list.
7812         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7813         EPA override, replacing the call to `netrc-store-data'.
7814
7815 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7816
7817         * gnus-srvr.el: Avoid passing nil regexp argument to
7818         delete-matching-lines.
7819
7820 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7821
7822         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7823         fetching stops when Gnus exits.
7824
7825         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7826         function.
7827         (nnfolder-request-expire-articles): Save all the buffers after doing
7828         expiry.
7829
7830         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7831         the last article", since that led to serious performance regressions
7832         when expiring nnml groups.
7833
7834 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7835
7836         * nnir.el: Improve customizations.
7837
7838 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7839
7840         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7841
7842         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7843         group has been killed.
7844         (gnus-group-yank-group): Ditto.
7845
7846         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7847
7848         * nnimap.el (nnimap-request-update-group-status): New function.
7849
7850         * gnus-int.el (gnus-request-update-group-status): New interface
7851         function.
7852
7853         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7854         copying read-ness to the backends.
7855
7856         * nnimap.el (nnimap-quirk): New function.
7857         (nnimap-retrieve-group-data-early): Use it.
7858         (nnimap-quirks): New alist.
7859
7860 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7861
7862         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7863         don't delete it within indentation.
7864
7865 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7866
7867         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7868         previous line.
7869
7870 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7871
7872         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7873         QRESYNC command by deleting a superfluous space which broke Cyrus
7874         servers.  This change will break other servers that are buggy the other
7875         way around.
7876
7877 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7878
7879         * spam.el: Reindent and fix long lines.
7880         (spam-copy-or-move-routine): Exclude invalid move destinations.
7881
7882 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7883
7884         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7885         installed the registry.
7886
7887 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7890
7891 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7892
7893         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7894         groupname doesn't contain "gmane".
7895
7896 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7897
7898         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7899         and netrc-bound-and-true-p bindings.
7900         (netrc-parse): Cache the netrc contents.
7901
7902         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7903         (gnus-1): Don't create the nndrafts group twice.
7904         (gnus-setup-news): There's no need to read the active file here, since
7905         that's done again later on a per-backend basis.
7906         (gnus-start-draft-setup): Make sure that the new group is started out
7907         empty.
7908
7909         * gnus-agent.el (gnus-agentize): Don't create the queue group
7910         automatically on startup.  It'll be created later, if needed.
7911
7912         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7913         of automatically subscribed groups.
7914         (gnus-auto-subscribed-categories): New variable.
7915         (gnus-matches-options-n): Use it.
7916         (gnus-default-subscribed-newsgroups): Remove unused variable.
7917         (gnus-start-draft-setup): Message a bit less.
7918
7919 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7920
7921         * nnir.el (nnir-run-imap): Return article list in order of increasing
7922         UID.
7923
7924 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7925
7926         * gnus-sum.el (gnus-summary-enter-digest-group):
7927         Mention gnus-auto-select-on-ephemeral-exit.
7928
7929         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7930         convention of the network-only option.
7931
7932 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7933
7934         * proto-stream.el (proto-stream-open-network-only): New function to
7935         have a way to specify non-STARTTLS upgrade connections.
7936
7937 2010-12-10  Julien Danjou  <julien@danjou.info>
7938
7939         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7940         email address is nil.
7941
7942         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7943
7944 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7945
7946         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7947         deletion.
7948         (nnir-run-imap): Only need to parse list once.
7949
7950 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7951
7952         * shr.el (shr-tag-script): Ignore <script>.
7953         (shr-tag-label): Add <label> support.
7954
7955 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7956
7957         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7958
7959         * shr.el (shr-image-displayer): Work for images lined side by side.
7960
7961 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7962
7963         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7964         parameter, since XEmacs doesn't accept t as a parameter.
7965
7966 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7967
7968         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7969         ids.
7970         (nnir-run-gmane): Simplify groupspec formatting.
7971         (nnir-request-expire-articles): New function.
7972
7973 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7974
7975         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7976         overflow, possibly.
7977
7978         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7979         (shr-render-td): Handle td style="" better.
7980         (shr-tag-table): Use the color from the style sheet.
7981         (shr-render-td): Make sure we copy over all the overlays, too.
7982
7983 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7984
7985         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7986         (nnir-request-article): Improve article retrieval.
7987
7988 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7989
7990         * mm-util.el (mm-extra-numeric-entities): New variable.
7991
7992         * mm-url.el (mm-url-decode-entities):
7993         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7994
7995         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7996
7997 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7998
7999         * message.el: Use completion-at-point.
8000         (message-completion-function): New fun, extracted from message-tab.
8001         (message-mode): Use it for completion-at-point-functions.
8002         (message-tab): Use it and completion-at-point.
8003
8004 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8007         character if a non-breakable character follows.
8008
8009 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8010
8011         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8012         any stream.
8013
8014         * shr.el (shr-tag-font): Colorize the region.
8015         (shr-tag-body): Ditto.
8016         (shr-tag-font): Actually let the styles be inherited instead of
8017         overwriting them.
8018         (shr-tag-font): Get the background color right.
8019         (shr-tag-style): Ignore all <style> tags for the moment.
8020
8021         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8022         a Message-ID to avoid having nnimap depend on gnus-sum.
8023
8024         * shr.el (shr-descend): Only colorize something if we have a node that
8025         sets colors.
8026
8027 2010-12-06  Julien Danjou  <julien@danjou.info>
8028
8029         * shr.el (shr-render-td): Render td content with shr-descend, so style
8030         will be applied to <td> too.
8031         (shr-colorize-region): Colorize region even if we only have a background.
8032         (shr-tag-body): Fix color and background color inheritance.
8033         Do not recolorize after shr-generic.
8034         (shr-tag-font): Let shr-generic colorize via inheritance.
8035
8036 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8039
8040 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8041
8042         * nnir.el (nnir-request-move-article): Remove obsolete code.
8043
8044 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8047
8048 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8049
8050         * gnus-sum.el (gnus-summary-respool-article): The completion function
8051         expects a list instead of an alist.
8052
8053         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8054         string as the parameter.
8055
8056         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8057
8058         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8059         styles.
8060         (shr-colorize-region): New function.
8061         (shr-insert-background-overlay): Remove.
8062         (shr-render-td): Background setting should be taken care of on a higher
8063         level.
8064         (shr-tag-body): Use post-hoc colorizations.
8065         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8066         (shr-put-color-1): Don't overwrite old colors.
8067         (shr-colorize-region): When the background color isn't explicit, use
8068         a fixed background.
8069
8070         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8071         nnmail variables.
8072
8073 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8074
8075         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8076         unless necessary.
8077
8078 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8079
8080         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8081         server.
8082
8083 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8084
8085         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8086         so that TAB works.
8087
8088         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8089         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8090
8091         * shr.el (shr-urlify): Show the URL before the title to avoid
8092         misleading URLs.
8093
8094 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8095
8096         * shr.el (shr-urlify): Display the title in <a> tags.
8097
8098 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8099
8100         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8101
8102 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8103
8104         * nnir.el: Rearrange code to allow macros to be autoloaded by
8105         gnus-sum.el.
8106         (nnir-retrieve-headers-override-function): Make this variable
8107         customizable.
8108         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8109
8110         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8111         from nnir.el.
8112
8113 2010-12-03  Julien Danjou  <julien@danjou.info>
8114
8115         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8116
8117 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8120         allow optional argument `environment'.
8121
8122 2010-12-03  Glenn Morris  <rgm@gnu.org>
8123
8124         * mm-extern.el (message-goto-body): Update declaration.
8125
8126 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * gnus-util.el (gnus-macroexpand-all): New function.
8129
8130         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8131         instead of macroexpand-all that is unavailable in XEmacs.
8132
8133 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8134
8135         * nnir.el (nnir-summary-line-format): New variable.
8136         (nnir-mode): Use it.
8137         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8138         (nnir-article-ids): Reimplement as defsubst.
8139         (nnir-retrieve-headers): Don't mangle the subject header.
8140         (nnir-run-imap): Use 100 as RSV score.
8141         (nnir-run-find-grep): Fix for full server searching.
8142         (nnir-run-gmane): Better restriction to gmane groups.
8143
8144         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8145         summary buffers.
8146
8147 2010-12-02  Julien Danjou  <julien@danjou.info>
8148
8149         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8150
8151         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8152
8153         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8154         support.
8155
8156 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8157
8158         * nnir.el: Update to handle the registry better.
8159         (autoload): Silence byte-compiler.
8160         (nnir-open-server): Add a hook for nnir groups.
8161         (nnir-request-move-article): Don't mangle the header.  Better to use
8162         formatting variables (which will be added in the future).
8163         (nnir-registry-action): Update the registry using the original article
8164         group name.
8165         (nnir-mode): Install nnir-specific hooks for updating the registry.
8166
8167         * gnus-sum.el
8168         (gnus-article-original-subject, gnus-newsgroup-original-name):
8169         Remove obsolete variables.
8170         (gnus-summary-move-article): Remove use of obsolete variables.
8171         (gnus-summary-local-variables): Make move and delete hooks local to
8172         summary buffers.
8173
8174 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8175
8176         * rtree.el: New file.
8177
8178 2010-12-01  Julien Danjou  <julien@danjou.info>
8179
8180         * message.el (message-user-organization): Do not use
8181         gnus-local-organization.
8182
8183         * gnus.el: Remove gnus-local-organization.
8184
8185         * gnus-msg.el: Remove nastygram thing.
8186
8187 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8188
8189         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8190         funcall.
8191
8192 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8193
8194         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8195         names.
8196
8197         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8198         characters.
8199
8200         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8201         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8202         Suggested by Štěpán Němec <stepnem@gmail.com>.
8203         (gnus-gravatar-transform-address): Use mail-extract-address-components
8204         that supports non-ASCII names rather than mail-header-parse-addresses.
8205
8206 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8207
8208         * proto-stream.el (open-protocol-stream): All starttls connections are
8209         handled by the network handler.
8210
8211 2010-11-30  Julien Danjou  <julien@danjou.info>
8212
8213         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8214         (nnimap-open-connection-1): Fix PREAUTH.
8215
8216         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8217
8218 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8219
8220         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8221         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8222         (shr-insert): Use them.
8223         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8224
8225 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8226
8227         * nnir.el (nnir-request-move-article): Bail out if original group
8228         doesn't support article moves.
8229         (nnir-get-active): Improve active list retrieval.
8230
8231 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8232
8233         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8234
8235 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8236
8237         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8238         seem to accept strings-with-numbers as port numbers.
8239
8240 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8241
8242         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8243         change the registry.
8244
8245 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8246
8247         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8248         delete-dups that is not available in XEmacs 21.4.
8249
8250         * mm-util.el (mm-delete-duplicates): Add comment.
8251
8252 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8253
8254         * nnir.el (nnir-ignored-newsgroups): New variable.
8255         (nnir-get-active): Use it.
8256
8257 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8258
8259         * proto-stream.el (proto-stream-open-network): Add some comments.
8260
8261         * nntp.el (nntp-open-connection): Provide a :success condition.
8262
8263         * nnimap.el (nnimap-open-connection-1): Ditto.
8264
8265         * proto-stream.el (proto-stream-open-network): See what the response to
8266         the STARTTLS command is.
8267
8268         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8269         backwards compatibility).
8270         (nnimap-open-connection-1): Really respect nnimap-server-port.
8271
8272         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8273         TLS upgrades we don't really care about the identity of the peer.
8274         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8275         that what we've checked for.
8276         (proto-stream-always-use-starttls): Only default to t if
8277         open-gnutls-stream exists.
8278         (proto-stream-open-network): If STARTTLS failed, then just open a
8279         normal connection.
8280         (proto-stream-open-network): Wait until the greeting before doing
8281         STARTTLS.
8282
8283         * nntp.el (nntp-open-connection): Report what the connection error is.
8284
8285         * proto-stream.el (open-protocol-stream): Rename from
8286         open-proto-stream.
8287
8288 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8289
8290         * nnimap.el (nnimap-stream): Change default to `undecided'.
8291         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8292         first, and then network.
8293         (nnimap-open-connection-1): Respect nnimap-server-port.
8294         (nnimap-open-connection): Be more backwards-compatible.
8295
8296         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8297         (proto-stream-open-starttls): De-duplicate the starttls code.
8298         (proto-stream-open-starttls): Folded back into the main function.
8299         (proto-stream-open-network): Fix typo in the gnutls path.
8300         (proto-stream-command): Refactor out.
8301
8302         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8303
8304         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8305         starttls.el STARTTLS.
8306
8307         * color.el (color-lab->srgb): Fix function call name.
8308
8309         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8310         if we're using tls.el.
8311         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8312         built in, then don't try to establish a STARTTLS connection.
8313
8314         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8315         servers.
8316
8317         * proto-stream.el (open-proto-stream): Use network, not stream.
8318         (open-proto-stream): Add a way to specify what the end of a command is.
8319
8320         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8321         connections types.
8322         (nntp-open-network-stream): Remove.
8323         (nntp-open-ssl-stream): Remove.
8324         (nntp-open-tls-stream): Remove.
8325         (nntp-ssl-program): Remove.
8326
8327         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8328
8329 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8330
8331         * nnir.el: Fix typos.
8332         (nnir-retrieve-headers-override-function): Rename variable to reflect
8333         new semantics.
8334         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8335         macros.
8336         (nnir-request-article, nnir-request-move-article): Use them.
8337         (nnir-categorize): New function.
8338         (nnir-run-query): Use it.
8339         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8340         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8341         sorted.
8342         (nnir-group-full-name): Use gnus-group-full-name instead.
8343         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8344         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8345
8346 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8347
8348         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8349
8350         * proto-stream.el: New library to provide protocol-specific
8351         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8352         protocols.
8353         (open-proto-stream): Complete the documentation.
8354         (proto-stream-open-network): Fix some typos.
8355
8356         * nnimap.el (nnimap-open-connection): Use it.
8357
8358 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8359
8360         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8361         negotiation.
8362
8363 2010-11-26  Julien Danjou  <julien@danjou.info>
8364
8365         * color.el: Rename various rgb functions to srgb.
8366
8367 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8368
8369         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8370         names.
8371
8372 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8373
8374         * shr.el (shr-insert): Revert last change.
8375         (shr-find-fill-point): Never leave point being at bol;
8376         relax the kinsoku limitation when rendering tables.
8377
8378 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8379
8380         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8381         results from -accept-article.
8382
8383         * shr-color.el: Require cl when compiling.
8384
8385         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8386         checkin.
8387
8388         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8389
8390         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8391
8392         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8393         'add and 'delete to set backend marks.
8394
8395         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8396
8397         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8398
8399         * nntp.el (nntp-request-set-mark): Use it.
8400
8401         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8402
8403         * nnml.el (nnml-request-set-mark): Ditto.
8404
8405         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8406         introduces regressions in article selection.
8407         (nnimap-find-uid-response): New function.
8408         (nnimap-request-accept-article): Use the UID returned, if any.
8409         (nnimap-request-move-article): Use the UID returned, if any.
8410         (nnimap-get-groups): Reimplement to work with folded lines.
8411         (nnimap-find-uid-response): The UID is the last element in the list.
8412         (nnimap-request-set-mark): Extend syntax with 'set.
8413
8414         * nnml.el (nnml-request-set-mark): Ditto.
8415
8416         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8417
8418         * nntp.el (nntp-request-set-mark): Ditto.
8419
8420 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * message.el (message-called-interactively-p): A temporary macro.
8423         (message-goto-body): Use it temporarily.
8424
8425 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8426
8427         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8428         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8429         (nnimap-last-response-string): Fix last unfolding fix.
8430
8431 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * shr.el (shr-insert): Fix the way to fold lines.
8434
8435 2010-11-25  Julien Danjou  <julien@danjou.info>
8436
8437         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8438
8439         * color.el: Rename from color-lab.el
8440         (color-rgb->hex): Add.
8441         (color-complement): Add.
8442         (color-complement-hex): Add.
8443
8444         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8445
8446 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8447
8448         * shr-color.el (shr-color-visible): Don't bug out if the color names
8449         don't exist.
8450
8451 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8454         assuming that article displaying or another mml-preview may be
8455         interrupted for an error or for the like.
8456
8457         * shr.el (shr-get-background): Fix argument name.
8458
8459 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8460
8461         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8462
8463         * gnus-sum.el (gnus-summary-include-articles): New function.
8464
8465         * message.el (message-goto-body): called-interactively-p needs a
8466         parameter, so use `any'.
8467
8468         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8469         clear marks before moving, since they're synced from the Gnus side
8470         first.
8471
8472         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8473         (gnus-summary-move-article): Copy over all marks before moving, so that
8474         IMAP doesn't think a new article has arrived.
8475
8476 2010-11-24  Julien Danjou  <julien@danjou.info>
8477
8478         * shr.el (shr-insert-background-overlay): Fix typo.
8479         (shr-render-td): Copy the background before rendering.
8480
8481         * shr-color.el (shr-color-visible): Fix docstring.
8482
8483         * shr.el (shr-tag-table): Add bgcolor support.
8484         (shr-render-td): Add bgcolor support.
8485         (shr-get-background): Add.
8486         (shr-insert-foreground-overlay): Use shr-get-background.
8487
8488         * message.el (message-goto-body): Use called-interactively-p.
8489         (message-in-body-p): message-goto-body returns point.
8490
8491 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8492
8493         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8494         Fixes something or other in Emacs 23, and is backwards compatible.
8495
8496         * message.el (message-goto-body): Remove the <#secure special-casing,
8497         which is too special.
8498
8499         * shr.el (shr-parse-style): Drop !important from styles.
8500
8501 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8502
8503         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8504         this function to return incorrect results when calling it with an
8505         explicit article argument different from
8506         (gnus-summary-article-number).
8507
8508 2010-11-24  Julien Danjou  <julien@danjou.info>
8509
8510         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8511         (shr-tag-body): Add background support.
8512         (shr-descend): Add background support.
8513         (shr-tag-title): Add.
8514
8515         * shr-color.el (shr-color-visible): Really return original background
8516         if fixed.
8517
8518 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8519
8520         * shr.el (shr-color-check): Protect against non-existent color names.
8521
8522 2010-11-24  Julien Danjou  <julien@danjou.info>
8523
8524         * color-lab.el: Require 'cl when compiling.
8525
8526         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8527
8528         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8529         matched part.
8530
8531         * color-lab.el: Fix all expt calls to use float type.
8532
8533 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8536         expression to shr-color-check as is.
8537
8538         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8539
8540         * color-lab.el: Add coding cookie.
8541         (float-pi): Use eval-and-compile.
8542
8543         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8544         compiled for Emacsen having no `libxml-parse-html-region' support.
8545
8546 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8547
8548         * shr.el (shr-insert-color-overlay): Split stuff like
8549         "#444444 !important" to find the real color.
8550         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8551         parse <font color="red"> entries.
8552
8553 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8554
8555         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8556         point when parsing headers.
8557
8558         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8559         is positioned properly when parsing headers.
8560
8561 2010-11-23  Julien Danjou  <julien@danjou.info>
8562
8563         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8564
8565         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8566
8567         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8568
8569         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8570         Use shr-color-hue-to-rgb.
8571         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8572
8573 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8574
8575         * shr.el (shr-color->hexadecimal): Autoload.
8576         (shr-descend): Add color to all tags.
8577
8578 2010-11-22  Julien Danjou  <julien@danjou.info>
8579
8580         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8581         shr-color->hexadecimal.
8582
8583         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8584         RGB() or HSL() color representation.
8585
8586         * shr.el (shr-tag-font): Add.
8587         (shr-tag-color-check): New function to get better colors.
8588         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8589         tag-span.
8590
8591         * shr-color.el: New file.
8592
8593         * color-lab.el: New file.
8594
8595         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8596
8597 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8598
8599         * nnir.el: Fix typo in comments.
8600         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8601         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8602
8603 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8604
8605         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8606
8607         * nnimap.el (nnimap-get-capabilities): Refactor out.
8608         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8609
8610 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8611
8612         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8613         appearing when `mm-uu-hide-markers' is nil.
8614
8615 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8616
8617         * nnimap.el (nnimap-unselect-group): Make into its own function.
8618         (nnimap-request-rename-group): Unselect group before renaming.
8619         This had gotten lost somewhere.
8620         (nnimap-request-accept-article): Keep track of examined groups, and
8621         unselect the group before APPENDing to read-only groups.
8622         (nnimap-request-move-article): Clear flags before moving so that they
8623         can be re-set later.
8624
8625 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8628         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8629
8630 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * gnus-art.el (gnus-mime-display-single):
8633         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8634         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8635         parameter.
8636
8637 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8638
8639         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8640         (shr-table-vertical-line): New variable.
8641         (shr-insert-table): Use it.
8642
8643 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-html.el (gnus-html-wash-images): Don't display images if
8646         gnus-inhibit-images is non-nil; register displayer for cid images.
8647         (gnus-html-display-image): Work for cid image.
8648         (gnus-html-insert-image): Allow arguments.
8649         (gnus-html-put-image): Inhibit read-only.
8650         (gnus-html-prefetch-images): Don't prefetch images if
8651         gnus-inhibit-images is non-nil.
8652
8653 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8654
8655         * shr.el (shr-put-image): Break lines when inserting big pictures.
8656
8657 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8658
8659         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8660         sender, thanks Katsumi Yamaoka.
8661
8662 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8663
8664         * nnir.el (nnir-run-imap): Reverse the article list for each group
8665         rather than the whole list.
8666
8667 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * shr.el (shr-image-displayer): Protect function against non-existent
8670         image source.
8671
8672         * gnus-art.el (gnus-inhibit-images): New user option.
8673         (gnus-mime-display-single): Don't display image if it is non-nil.
8674
8675         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8676         gnus-inhibit-images.
8677
8678         * shr.el (shr-image-displayer): New function.
8679         (shr-tag-img): Use it.
8680
8681 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8682
8683         * mml2015.el (mml2015-epg-sign): Use From header.
8684
8685 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8686
8687         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8688
8689         * gnus-util.el (gnus-find-text-property-region): Return markers.
8690
8691         * shr.el (shr-tag-img): Put a displayer in the text property.
8692
8693         * gnus-util.el (gnus-find-text-property-region): New utility function.
8694
8695         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8696         (gnus-html-show-images): Remove.
8697
8698         * gnus-art.el (gnus-article-show-images): New, more general function.
8699
8700         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8701         image url text properties.
8702
8703         * shr.el: Ditto.
8704
8705         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8706         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8707
8708 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8711         work for two or more articles.
8712
8713 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8716         divide an image that's in an html article to two or more when washing
8717         non-ASCII characters in alt text of it.
8718
8719 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8722         smime-decrypt-region using function argument.
8723         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8724
8725         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8726
8727         * smime.el (smime-decrypt-region): Catch it.
8728
8729 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8730
8731         * smime.el (smime-mode-map): Move initialization into declaration.
8732         (gnus-run-mode-hooks): Don't autoload.
8733         (smime-mode): Use define-derived-mode.
8734
8735 2010-11-11  Glenn Morris  <rgm@gnu.org>
8736
8737         * smime.el (from): Restrict declaration to XEmacs.
8738
8739         * nnir.el (gnus-group-topic-name): Autoload.
8740
8741 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * shr.el (shr-insert): Don't break long line if it is because of
8744         kinsoku-bol characters in the line end.
8745
8746 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8747
8748         * nnir.el (nnir-request-move-article): Fix to provide original group
8749         and subject.
8750         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8751         been retrieved.
8752
8753         * gnus-sum.el (gnus-summary-move-article): Use original group and
8754         subject for virtual articles such as those in an nnir summary buffer.
8755
8756 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8759         least 21.5).
8760
8761         * smime.el (from): Declare it again for XEmacs.
8762
8763 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8764
8765         * message.el (message-resend): Don't disable encoding unless it's
8766         already encoded.
8767
8768         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8769         low-numbered articles.
8770
8771 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8772
8773         * rfc2047.el (rfc2047-syntax-table): Simplify.
8774
8775         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8776
8777         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8778         set-char-table-range for XEmacs.
8779
8780 2010-11-10  Glenn Morris  <rgm@gnu.org>
8781
8782         * time-date.el (time-to-seconds): Always an alias on Emacs,
8783         never a real function.
8784         (with-no-warnings): Remove compat stub, now unused.
8785         (time-less-p): Doc fix.
8786         (time-to-number-of-days): Simplify.
8787
8788         * smime.el (from): Remove unused declaration.
8789
8790         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8791         (gnus-float-time): On Emacs, always an alias.
8792
8793         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8794         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8795
8796 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * dgnushack.el: Don't use ignore-errors in the top level form since it
8799         is unavailable in XEmacs even if cl is loaded.
8800
8801         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8802
8803 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8804
8805         * shr.el (browse-url-mailto): Autoload.
8806
8807         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8808
8809         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8810         regexp doesn't need quoting.
8811
8812 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8813
8814         * message.el (message-subject-trailing-was-ask-regexp)
8815         (message-subject-trailing-was-regexp): Match was: in addition to was.
8816
8817 2010-11-09  Glenn Morris  <rgm@gnu.org>
8818
8819         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8820         (nnbabyl-check-mbox): Use point-at-bol.
8821
8822 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8823
8824         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8825
8826         * message.el (message-mailto): New function.
8827         (message-mailto): Should accept other parameters.
8828         (message-mailto): Remove since it duplicates browse-url-mailto
8829         functionality.
8830
8831 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8832
8833         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8834         methods.
8835         (gnus-read-active-file): Ditto.
8836
8837         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8838         ": " from the prompt.
8839         (gnus-group-make-group): Ditto.
8840
8841 2010-11-07  Glenn Morris  <rgm@gnu.org>
8842
8843         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8844         (gnus-bookmark-kill-line): Use point-at-eol.
8845
8846 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8847
8848         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8849         asterisks in From header.
8850
8851 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8852
8853         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8854         string to avoid making the From headers syntactically invalid.
8855
8856         * message.el (message-send-mail): Don't insert courtesy messages if the
8857         message already has List-Post and List-ID messages.
8858
8859 2010-11-06  Glenn Morris  <rgm@gnu.org>
8860
8861         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8862         `condition', `type', `length' a prefix.
8863         (gnus-treat-predicate): Update for above name changes.
8864
8865 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8866
8867         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8868         binding.  Handled by `gnus-summary-refer-thread' instead.
8869         (nnir-warp-to-article): New backend function.
8870
8871         * nnimap.el (nnimap-request-thread): Force dependency updating.
8872
8873         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8874         (gnus-summary-refer-thread): Rework to improve thread-referral.
8875
8876         * gnus-int.el (gnus-warp-to-article): New function.
8877
8878         * gnus-sum.el (gnus-summary-article-map): Bind it.
8879
8880 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8881
8882         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8883         gnus-summary-refer-thread.
8884
8885         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8886         headers.
8887         (gnus-summary-limit-include-thread): Prevent articles in thread from
8888         being cut in gnus-cut-threads.
8889         (gnus-summary-refer-thread): Limit retrieved headers to those in
8890         thread.
8891
8892 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8893
8894         * message.el (message-send-mail): Use the value of
8895         message-courtesy-message from the message buffer.
8896
8897         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8898
8899         * shr.el (shr-browse-url): Implement mailto: URLs.
8900
8901         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8902         "raw".
8903
8904         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8905         if it's already selected.
8906
8907         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8908
8909 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8912         to measure the length and truncate alt text.
8913
8914 2010-11-03  Glenn Morris  <rgm@gnu.org>
8915
8916         * nndiary.el (nndiary-generate-nov-databases-1)
8917         (nndiary-generate-active-info): Rename dynamic variable `files' to
8918         something less generic.
8919
8920 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8921
8922         * nnir.el (nnir-request-move-article): Call the underlying backend to
8923         move articles from nnir.
8924
8925 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8926
8927         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8928
8929 2010-11-02  Julien Danjou  <julien@danjou.info>
8930
8931         * nnir.el: Remove wais support.
8932
8933 2010-11-02  Glenn Morris  <rgm@gnu.org>
8934
8935         * gnus-html.el: Reorder requirements to quieten compiler.
8936
8937 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8940         properly for XEmacs as well.
8941         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8942         (gnus-article-natural-long-line-p): Use window-width rather than
8943         frame-width.
8944
8945 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8946
8947         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8948         (nnir-read-parms): Don't modify query.
8949         (nnir-run-query): Add ability to search topic on current line.
8950         (nnir-get-active): Clean up.
8951
8952 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8953
8954         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8955         degenerate articles.
8956
8957         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8958         (gnus-print-buffer): Just print the buffer as is, without any copying
8959         to a buffer and then re-highlighting.
8960
8961         * nnimap.el (nnimap-request-group): Store the new updated info.
8962         (nnimap-request-group): Select the group when we don't know whether it
8963         exists or not.
8964
8965         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8966         groups.
8967
8968         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8969         groups.
8970
8971         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8972         groups.
8973
8974         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8975         long-lines case by only filling the long lines.
8976
8977         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8978         (bug#7311).
8979
8980 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * shr.el: No need to declare `declare-function' since shr.el is for
8983         only Emacsen that provide `libxml-parse-html-region'.
8984
8985         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8986         effective only in a file it is referred to.
8987
8988 2010-11-01  Glenn Morris  <rgm@gnu.org>
8989
8990         * mm-util.el (gnus-completing-read): Autoload.
8991         (mm-read-coding-system): Simplify Emacs definition.
8992
8993         * nnmail.el (gnus-activate-group):
8994         * nnimap.el (gnutls-negotiate):
8995         * nntp.el (netrc-parse): Fix declarations.
8996
8997 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9000         string-match-p in Emacs >=23.
9001
9002         * gnus-msg.el (gnus-configure-posting-styles):
9003         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9004
9005 2010-11-01  Glenn Morris  <rgm@gnu.org>
9006
9007         * nnir.el (declare-function): Add compat stub.
9008         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9009         (nnir-run-gmane): Require 'mm-url.
9010
9011         * mm-util.el (mm-string-to-multibyte): Simplify.
9012
9013         * shr.el (declare-function): Add compat stub.
9014         (url-cache-create-filename): Declare.
9015         (mm-disable-multibyte, widget-convert-button): Autoload.
9016
9017         * smime.el (ldap-search): Declare.
9018         (smime-cert-by-ldap-1): Require ldap on Emacs.
9019
9020         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9021         (nnimap-keepalive): Use gnus-float-time.
9022
9023         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9024         (mail-source-delete-crash-box): Use gnus-float-time.
9025
9026         * gnus-dired.el (gnus-completing-read): Autoload.
9027
9028         * mm-view.el (gnus-rescale-image): Autoload.
9029
9030         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9031
9032         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9033
9034         * sieve-manage.el: Require 'cl when compiling.
9035
9036         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9037         (gnus-iswitchb-completing-read): Require iswitchb.
9038         (gnus-select-frame-set-input-focus): Silence compiler.
9039
9040 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9041
9042         * message.el (message-subject-trailing-was-query): Change default to t,
9043         since I think that's what most people want.
9044
9045         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9046         appending for easier debugging.
9047         (nnimap-wait-for-connection): Take a regexp.
9048         (nnimap-request-accept-article): Wait for the continuation line before
9049         sending anything unless we're streaming.
9050
9051         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9052         leave the header washing to take place.
9053
9054 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9055
9056         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9057         regular expression match and replace in posting styles.
9058
9059 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9060
9061         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9062         an entire server.
9063         (nnir-get-active): New function.
9064         (nnir-run-imap): Use it.
9065         (nnir-run-gmane): Who knew, gmane search returns an article score!
9066
9067         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9068         server on the current line with nnir.
9069
9070 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071
9072         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9073         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9074         left edge.
9075         (gnus-article-foldable-buffer): Skip past the prefix when determining
9076         raggedness.
9077
9078         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9079         the raw article, and change `C-u g' to show the article without doing
9080         treatments.
9081
9082         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9083         on to `gnus-treat-article'.
9084         (gnus-inhibit-article-treatments): New variable.
9085
9086         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9087
9088         * gnus-art.el (gnus-treatment-function-alist): Have
9089         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9090         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9091         sections.
9092
9093         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9094         parameter.
9095         (gnus-article-fill-cited-long-lines): New function.
9096         (gnus-article-fill-cited-article): Allow filling only long sections.
9097
9098         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9099         and non-punctuation (like after the apostrophe in "'We").
9100
9101         * gnus-sum.el (gnus-summary-select-article): Make sure
9102         gnus-original-article-buffer is alive.
9103
9104         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9105         reflect the order they're in in the digest.
9106
9107         * gnus.el (gnus-group-startup-message): Move point to the start of the
9108         buffer.
9109
9110         * nnimap.el (nnimap-capability): New function.
9111         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9112         is set.
9113
9114 2010-10-31  David Engster  <dengste@eml.cc>
9115
9116         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9117         conform with changes to gnus-completing-read.
9118
9119 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9120
9121         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9122
9123 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9124
9125         * nnir.el: Move defvar, defcustom around to keep file organized
9126         and keep byte-compiler quiet.
9127         (nnir-read-parms): Accept search-engine as arg.
9128         (nnir-run-query): Pass search-engine as arg.
9129         (nnir-search-engine): Remove.
9130
9131 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9132
9133         * shr.el (shr-generic): The text nodes should be text, not :text.
9134
9135         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9136         later in the file.
9137
9138 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9139
9140         * nnir.el: General clean up.  Allow searching with multiple engines.
9141         Allow separate extra-parameters for each engine.
9142         Batch queries when possible.
9143         (nnir-imap-default-search-key, nnir-method-default-engines):
9144         Add customize interface.
9145         (nnir-run-gmane): New engine.
9146         (nnir-engines): Use it.  Qualify all prompts with engine name.
9147         (nnir-search-engine): Remove global variable.
9148         (nnir-run-hyrex): Restore for now.
9149         (nnir-extra-parms, nnir-search-history): New variables.
9150         (gnus-group-make-nnir-group): Use them.
9151         (nnir-group-server): Remove in favor of gnus-group-server.
9152         (nnir-request-group): Avoid searching twice.
9153         (nnir-sort-groups-by-server): New function.
9154
9155 2010-10-30  Julien Danjou  <julien@danjou.info>
9156
9157         * gnus-group.el: Remove gnus-group-fetch-control.
9158
9159         * gnus-start.el (gnus-find-new-newsgroups):
9160         Remove gnus-check-first-time-used.
9161
9162         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9163
9164 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9165
9166         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9167         set on groups that don't have \* permanentflags.
9168
9169 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9170
9171         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9172         control the background color.
9173         (shr-tag-img): Ignore very small web bug type images.
9174         (shr-put-image): Add help-echo alt texts to the images.
9175         (shr-tag-video): Show the video poster image.
9176
9177 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9178
9179         * shr.el (shr-table-depth): New variable.
9180         (shr-tag-table-1): Only insert the images after the top-level table.
9181
9182         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9183
9184         * gnus-util.el (gnus-list-memq-of-list): New function.
9185
9186         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9187         selected.
9188         (nnimap-unsplittable-articles): New slot.
9189         (nnimap-new-articles): Use it.
9190
9191 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9192
9193         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9194         move to the previous line on `M-g'.
9195
9196 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9197
9198         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9199         *-request-group, which seems unnecessary.
9200
9201         * nnimap.el (nnimap-quote-specials): Function copied over from
9202         imap.el.
9203         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9204         they support that.  Suggested by Tom Regner.
9205
9206 2010-10-29  Julien Danjou  <julien@danjou.info>
9207
9208         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9209         defalias.
9210         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9211
9212         * gnus.el: Remove `gnus-nntp-service' variable.
9213         (gnus-secondary-servers): Make obsolete.
9214         (gnus-nntp-server): Make obsolete.
9215
9216         * gnus-start.el (gnus-1): Remove x-splash calls.
9217
9218         * gnus-ems.el (gnus-x-splash): Remove.
9219
9220         * gnus.el (gnus-group-startup-message): Simplify/update code.
9221
9222         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9223         definition.
9224
9225         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9226         capability before doing anything.
9227         (gnus-group-insert-group-line): Remove useless
9228         gnus-group-remove-excess-properties.
9229
9230 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9233
9234 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9235
9236         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9237         config after reselecting.
9238
9239 2010-10-28  Julien Danjou  <julien@danjou.info>
9240
9241         * shr.el (shr-put-image): Use point even if only inserting text.
9242         (shr-put-image): Save excursion when inserting alt text on non-graphic
9243         display, so the behavior is the same when we are on a graphic display.
9244
9245         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9246
9247 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9248
9249         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9250         (gnus-mime-copy-part): Check coding system, not charset.
9251         (gnus-mime-view-part-externally): Never remove part.
9252         (gnus-mime-view-part-internally): Don't remove part here.
9253         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9254         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9255         multipart/alternative.
9256
9257         * mm-decode.el (mm-display-part): Take optional arg `force'.
9258
9259 2010-10-26  Julien Danjou  <julien@danjou.info>
9260
9261         * gnus-group.el (gnus-group-default-list-level): Add this function to
9262         compute the default list level.
9263         (gnus-group-default-list-level): Add possibility to use a function.
9264
9265 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9268
9269         * gnus-group.el (gnus-group-completing-read)
9270         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9271         gnus-replace-in-string.
9272
9273 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * shr.el (shr-tag-div): Add.
9276
9277         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9278
9279 2010-10-25  Julien Danjou  <julien@danjou.info>
9280
9281         * gnus-util.el: Remove `gnus-with-local-quit'.
9282
9283         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9284
9285 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9286
9287         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9288         the original article buffer.
9289
9290 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9291
9292         * nnimap.el (nnimap-request-head): New function.
9293         (nnimap-request-move-article): Try to be slightly faster by not
9294         requesting the entire message when moving.
9295         (nnimap-transform-headers): Don't bug out on bodiless articles.
9296         (nnimap-send-command): Have no outstanding messages if the IMAP server
9297         doesn't support streaming.
9298         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9299
9300 2010-10-24  Julien Danjou  <julien@danjou.info>
9301
9302         * message.el (message-default-headers): Fix type.
9303
9304 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9305
9306         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9307         prefetching images.
9308
9309         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9310         backend for unknown groups.  This is mainly useful for nnimap groups.
9311
9312         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9313         group isn't covered by the agent.
9314
9315 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9316
9317         * nnir.el (nnir-method-default-engines): New variable.
9318         (nnir-run-query): Use it.
9319         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9320         (gnus-summary-nnir-goto-thread): Change group if needed.
9321
9322         * gnus-group.el (gnus-group-group-map): Add key binding for
9323         gnus-group-make-nnir-group.
9324
9325 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9326
9327         * shr.el (shr-tag-object): Add.
9328
9329         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9330         original article buffer live.
9331         (gnus-summary-select-article-buffer):
9332         Mention gnus-widen-article-buffer.
9333
9334 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9335
9336         * shr.el (shr-tag-strong): Add.
9337
9338 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9339
9340         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9341         group names.  They mess up the group buffer badly.
9342
9343         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9344
9345         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9346         instead of the summary one.
9347
9348 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * mml.el (mml-preview): Work properly when editing article.
9351
9352         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9353         gnus-have-read-active-file if it's already been in.
9354
9355 2010-10-22  Tom Tromey  <tromey@redhat.com>
9356
9357         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9358         gnus-group-completing-read.
9359
9360 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9361
9362         * message.el (message-mode-map): Don't bind M-; to comment region, to
9363         allow the global comment-dwim to work.
9364
9365 2010-10-21  Julien Danjou  <julien@danjou.info>
9366
9367         * message.el (message-setup-1): Allow message-default-headers to be a
9368         function.
9369
9370 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * shr.el (shr-tag-table): Simplify.
9373
9374 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9375
9376         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9377         to avoid trying to snarf invalid stuff.
9378
9379         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9380
9381         * gnus.el (gnus-message-archive-group): Quote value.
9382         (gnus-message-archive-group): Mark as changed.
9383
9384         * shr.el (shr-add-font): Don't put the font properties on the newline
9385         or the indentation.
9386
9387         * message.el (message-fix-before-sending): Change options when sending
9388         non-printable characters.
9389
9390         * gnus.el (gnus-message-archive-method): Change the default to
9391         monthly outgoing groups.
9392
9393         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9394         that have gotten new numbers.
9395
9396         * nnimap.el (nnimap-request-replace-article): New function.
9397
9398 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9401         (nnrss-request-article): Don't use special html washing code.
9402
9403 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * shr.el (shr-tag-table): Remove useless nconc.
9406
9407 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9408
9409         * gnus-art.el (article-wash-html): Simplify and remove the charset
9410         stuff.  Use the normal html rendering code instead of the special html
9411         washing code.
9412
9413         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9414         `gnus-w3m' symbols.
9415         (mm-text-html-washer-alist): Remove.
9416
9417         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9418         (mm-inline-media-tests): Remove use.
9419         (mm-text-html-renderer): Change default to the `shr' symbol.
9420
9421         * mm-view.el (mm-inline-text-html): Remove use.
9422
9423         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9424         `gnus-blocked-images' to be a function.
9425         (gnus-article-wash-function): Remove.
9426
9427 2010-10-20  Julien Danjou  <julien@danjou.info>
9428
9429         * spam.el (spam-list-of-processors): Mark as obsolete.
9430
9431         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9432         (nnimap-insert-partial-structure): Fix boundary detection.
9433
9434 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9435
9436         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9437         run file-truename on remote files.  This can be expensive and even
9438         prevent one from editing drafts if some unrelated buffer has a stale
9439         connection.
9440
9441 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9444         kinsoku-eol regardless of shr-kinsoku-shorten.
9445         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9446         (shr-tag-table): Support caption, thead, and tfoot.
9447
9448 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9449
9450         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9451         lines.
9452         (shr-save-contents): New command and keystroke.
9453
9454         * nndoc.el (nndoc-type-alist): Add git support.
9455         (nndoc-git-type-p): New function.
9456         (nndoc-transform-git-article): Ditto.
9457         (nndoc-transform-git-headers): Ditto.
9458         (nndoc-transform-git-headers): Generate Subject headers.
9459
9460         * shr.el (shr-parse-style): New function.
9461         (shr-tag-span): Ditto.
9462
9463         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9464         to `G G' to avoid collisions.
9465
9466 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9467
9468         * shr.el: Load kinsoku if necessary.
9469         (shr-kinsoku-shorten): New internal variable.
9470         (shr-find-fill-point): Make kinsoku shorten text line if
9471         shr-kinsoku-shorten is bound to non-nil.
9472         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9473         shr-indentation too when testing if table is wider than frame width.
9474         (shr-insert-table): Use `string-width' instead of `length' to measure
9475         text width.
9476         (shr-insert-table-ruler): Make sure indentation is done at bol.
9477
9478 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9479
9480         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9481         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9482         undecoded network data.
9483
9484 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9485
9486         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9487         name in the mode line spec so that the mode line menu works
9488         (bug#2431).
9489
9490         * message.el (message-get-reply-headers): If we're fed `to-address',
9491         then always use that.
9492
9493         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9494         aren't so wide as to need to switch off the edit menu.
9495
9496         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9497         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9498
9499         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9500         `M-g'.
9501         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9502         the permanent marks.
9503
9504 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9505
9506         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9507         Splitting according to references/in-reply-to obeys the ignore-groups
9508         variable, while splitting by sender and subject do not.
9509
9510 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9511
9512         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9513         alist, so that we can look for non-Unicode chars.
9514         (article-translate-strings): Allow both character and string maps.
9515
9516 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * shr.el (shr-insert): Don't insert space behind a wide character
9519         categorized as kinsoku-bol, or between characters both categorized as
9520         nospace.
9521
9522 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9523
9524         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9525         headers to gnus-newsgroup-headers.
9526
9527 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9528
9529         * shr.el (shr-tag-img): Don't align images -- since we're not
9530         rescaling, this often leads to ugly displays.
9531
9532 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9533
9534         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9535         duplicates.
9536
9537 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9538
9539         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9540         call.
9541
9542 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9543
9544         * gnus.el: Autoload gnus-html-show-images.
9545
9546         * nnimap.el: Use nnheader-message throughout.
9547
9548         * shr.el (shr-tag-img): Ignore images with no data.
9549
9550 2010-10-15  Julien Danjou  <julien@danjou.info>
9551
9552         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9553         a possibility to disable format=flow encoding when using hard newlines.
9554
9555 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9556
9557         * shr.el (shr-insert): Remove space inserted before or after a
9558         breakable character or at the beginning or the end of a line.
9559         (shr-find-fill-point): Do kinsoku; find the second best point or give
9560         it up if there's no breakable point.
9561
9562 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9563
9564         * nnimap.el (nnimap-open-connection): Message when opening connection
9565         for debugging purposes.
9566
9567         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9568         on every setup buffer call to allow this to change from article to
9569         article.
9570
9571         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9572         buffers where we have a wide table.
9573
9574 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9575
9576         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9577         uses *-request-thread.
9578
9579 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9580
9581         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9582         incantation, which is no longer valid.
9583
9584 2010-10-14  Julien Danjou  <julien@danjou.info>
9585
9586         * shr.el: Fix defcustom type (char -> character).
9587
9588 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9589
9590         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9591         programs.
9592
9593 2010-10-14  Julien Danjou  <julien@danjou.info>
9594
9595         * shr.el (shr-tag-a): Use url-link as widget type.
9596
9597         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9598         `gnus-group-get-icon'.
9599
9600 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9601
9602         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9603         This should make server editing work better.
9604
9605         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9606
9607         * tls.el (tls-program): Remove spurious %s from openssl.
9608
9609         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9610         (nnimap-parse-flags): Fix regexp.
9611
9612         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9613         probably work for CJVK text, too.
9614
9615         * nnimap.el (nnimap-extend-tls-programs): Remove.
9616         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9617
9618         * tls.el (tls-starttls-switches): Remove starttls hack.
9619         (open-tls-stream): Ditto.
9620         (tls-find-starttls-argument): Ditto.
9621
9622 2010-10-13  Julien Danjou  <julien@danjou.info>
9623
9624         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9625         responses.
9626
9627 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9628
9629         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9630
9631         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9632         anything in Emacs.
9633
9634         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9635
9636 2010-10-13  Julien Danjou  <julien@danjou.info>
9637
9638         * shr.el (shr-width): Make shr-width a defcustom with default to
9639         fill-column.
9640         (shr-tag-img): Use shr-width rather than fill-column.
9641
9642 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * dgnushack.el (byte-optimize-apply):
9645         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9646
9647         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9648         position when (X-)Faces exist.
9649         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9650         avatars when called interactively.
9651
9652 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9653
9654         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9655         gnus-article-x-face-too-ugly is bound.
9656
9657 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9658
9659         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9660
9661         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9662         mailbox that doesn't exist.
9663
9664 2010-10-12  Julien Danjou  <julien@danjou.info>
9665
9666         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9667         (shr-get-image-data): Encode URL properly when fetching from cache.
9668         (shr-tag-img): Use aligned-to spaces to align correctly images.
9669
9670         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9671         before inserting the Gravatar.
9672
9673         * shr.el (shr-tag-img): Add align attribute support for <img>.
9674
9675 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9676
9677         * gnus-gravatar.el (gnus-art): Require.
9678
9679         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9680         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9681         Remove long obsoleted functions.
9682
9683 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9684
9685         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9686
9687         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9688
9689         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9690         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9691         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9692         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9693         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9694         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9695         * sieve-manage.el, smime.el, spam.el:
9696         Fix comment for declare-function.
9697
9698 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9699
9700         * nnimap.el (nnimap-request-rename-group): Select group read-only
9701         before renaming it.
9702
9703         * shr.el (shr-insert): Fix up the white space only regexp.
9704
9705         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9706         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9707
9708         * shr.el (shr-current-column): New function.
9709         (shr-find-fill-point): New function.
9710
9711 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9712
9713         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9714         numbers.
9715
9716 2010-10-11  Julien Danjou  <julien@danjou.info>
9717
9718         * shr.el (shr-hr-line): Add.
9719         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9720         display hr lines.
9721         (shr-max-columns): Do not change state to nil if we just inserting
9722         spaces.
9723
9724 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9725
9726         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9727         select the last group.
9728
9729 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9730
9731         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9732
9733 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9734
9735         * dig.el (dig-mode-map): Declare and define in one step.
9736
9737 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9738
9739         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9740         for Gnus.
9741         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9742         (nnimap-update-qresync-info): Mark \Seen articles as read.
9743
9744         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9745         non-variable, too.
9746
9747         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9748         available.
9749         (nnimap-update-info): Rely more on the current active than the param
9750         active to avoid marking articles as read too much.
9751
9752         * auth-source.el (auth-source-create): Use (user-login-name) for the
9753         user name default.
9754
9755         * nnimap.el (nnimap-update-info): If the server doesn't return any
9756         useful info, just use the previous info.
9757         (nnimap-update-info): Prefer old info over start-article.
9758         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9759
9760 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9761
9762         * nnir.el (autoload): Clean up autoloads.
9763         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9764         Use key rather than value.
9765         (nnir-imap-search-other): New variable.
9766         (nnir-read-parm): Use it.
9767         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9768         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9769
9770 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9771
9772         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9773         the process, too.
9774
9775 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9776
9777         * spam.el (gnus-summary-mode-map): Bind to "$".
9778         Suggested by Russ Allbery.
9779
9780         * shr.el: Rework the way things are indented by <li> slightly.
9781
9782         * gnus.el (gnus-group-set-parameter): Fix typo.
9783
9784         * nnimap.el: Start implementing QRESYNC support.
9785
9786 2010-10-09  Julien Danjou  <julien@danjou.info>
9787
9788         * nnir.el (nnir-engines): Fix too many arguments.
9789
9790 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9791
9792         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9793         group is the "last", so that the backends like nnfolder actually save
9794         their folders.
9795
9796         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9797         try to use that for the tls stream.
9798         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9799         UIDVALIDITY and find out which groups are read-only and not.
9800         (nnimap-get-flags): Use the same marks parsing code as the rest of
9801         nnimap.
9802
9803 2010-10-09  Julien Danjou  <julien@danjou.info>
9804
9805         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9806
9807         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9808         retrieving gravatars.
9809
9810         * shr.el (shr-table-corner): Add.
9811         (shr-table-line): Add.
9812         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9813
9814 2010-10-08  Julien Danjou  <julien@danjou.info>
9815
9816         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9817
9818 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9819
9820         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9821
9822         * gnus-sum.el (gnus-mark-article-as-unread)
9823         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9824         (gnus-summary-set-bookmark): Use it.
9825
9826         * gnus-msg.el (gnus-setup-message): Use it.
9827
9828         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9829
9830         * gnus.el (gnus-group-remove-parameter): Use it.
9831
9832         * gnus-group.el (gnus-group-make-web-group): Use it.
9833
9834         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9835
9836         * nnregistry.el: Update docs to mention manual.
9837
9838         * gnus-registry.el: Update docs to mention nnregistry.el.
9839         (gnus-registry-initialize): Don't install nnregistry refer method
9840         automatically.
9841         (gnus-registry-install-nnregistry): Remove it.
9842
9843 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9844
9845         * shr.el (shr-insert): Don't insert double spaces.
9846
9847 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9848
9849         * gnus-gravatar.el (gnus-treat-from-gravatar)
9850         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9851         called interactively.
9852
9853         * gnus-art.el (gnus-mime-view-part-externally)
9854         (gnus-mime-view-part-internally): Make predicate function passed to
9855         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9856         of a mime type.
9857
9858         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9859
9860 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9861
9862         * shr.el (require): Require cl when compiling.
9863         (shr-tag-hr): New function.
9864
9865         * nnimap.el (nnimap-update-info): Remove double setting of high.
9866         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9867         This makes nnimap work properly on Courier again.
9868
9869         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9870         the variable for backwards compatibility.
9871
9872         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9873         the file name before using to avoid setting mm-default-directory to
9874         nil.
9875
9876         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9877         bidning gnus-agent variables.
9878
9879         * shr.el (shr-render-td): Use a cache for the table rendering function
9880         to avoid getting an exponential rendering behavior in nested tables.
9881         (shr-insert): Rework the line-breaking algorithm.
9882         (shr-insert): Don't leave trailing spaces.
9883         (shr-insert-table): Also insert empty TDs.
9884         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9885
9886 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9887
9888         * gnus-sum.el (gnus-number): Rename from `number'.
9889         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9890         (gnus-summary-limit-children): Update uses correspondingly.
9891
9892 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9893
9894         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9895         (gnus-gravatar-transform-address): Don't show avatars of people of
9896         which mail addresses match gnus-gravatar-too-ugly.
9897
9898 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9899
9900         * shr.el (shr-table-widths): Expand TD elements to fill available
9901         space.
9902
9903 2010-10-07  Julien Danjou  <julien@danjou.info>
9904
9905         * nnimap.el (nnimap-request-rename-group): Add this method.
9906
9907 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9908
9909         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9910         name from XEmacs' function-arglist.
9911
9912         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9913         gravatar under XEmacs.
9914
9915 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9916
9917         * auth-source.el: Update docs with TODO items.
9918
9919         * gnus-sync.el: Update docs to explain state and plans.
9920
9921         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9922         Hooks for mark updates.
9923         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9924
9925         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9926         hooks with arguments, which is needed for mark update hooks.
9927
9928 2010-10-06  Julien Danjou  <julien@danjou.info>
9929
9930         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9931         was matched.
9932
9933         * sieve-manage.el: Update example in `Commentary'.
9934
9935         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9936
9937         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9938         not 2000.
9939         (sieve-manage-authenticate): Re-add function.
9940
9941 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9942
9943         * shr.el (shr-insert): Get 'space transition right.
9944         (shr-render-td): Only delete space at the end of the TD.
9945
9946         * nnimap.el (nnimap-open-connection): Prepare to support
9947         open-gnutls-stream.
9948
9949         * shr.el: Rearrange function order to be more logical.
9950
9951 2010-10-06  Julien Danjou  <julien@danjou.info>
9952
9953         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9954         (nnrss-discover-feed): Remove 404 URL in docstring.
9955
9956         * nnir.el: Fix Swish-E URL.
9957         Fix Namazu URL.
9958
9959         * message.el (message-change-subject): Remove 404 URL in a comment.
9960
9961 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9964         called interactively.
9965
9966         * gnus-util.el (gnus-remove-if): Allow hash table.
9967         (gnus-remove-if-not): New function.
9968
9969         * gnus-art.el (gnus-mime-view-part-as-type):
9970         * gnus-score.el (gnus-summary-score-effect):
9971         * gnus-sum.el (gnus-read-move-group-name):
9972         Replace remove-if-not with gnus-remove-if-not.
9973
9974         * gnus-group.el (gnus-group-completing-read):
9975         Regard collection as a hash table if it is not a list.
9976
9977 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9978
9979         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9980
9981         * shr.el: Document the table-rendering algorithm.
9982
9983 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9984
9985         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9986         for Emacsen having no `libxml-parse-html-region' support.
9987
9988 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9989
9990         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9991         invalid URLs.
9992
9993         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9994         line-broken.
9995         (shr-tag-img): Ignore image fetching errors.
9996         (shr-overlays-in-region): Compute overlay positions correctly.
9997
9998         * mm-decode.el (mm-shr): Require shr.
9999
10000         * gnus-art.el (gnus-blocked-images): Move variable here.
10001
10002         * shr.el (shr-insert-table): Bind free variable.
10003
10004         * mm-decode.el (mm-shr): Bind shr-content-function.
10005
10006         * shr.el (shr-content-function): New variable.
10007
10008         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10009         added for symmetry.
10010
10011         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10012
10013         * gnus-group.el (gnus-group-make-group): Doc fix.
10014
10015         * nnimap.el (nnimap-request-newgroups): Return success.
10016
10017         * shr.el (shr-find-elements): New function.
10018         (shr-tag-table): Put all the images after the table.
10019         (shr-tag-table): Really inhibit images inside the table.
10020         (shr-collect-overlays): Copy over overlays from the TD elements to the
10021         main document.
10022
10023         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10024         gnus-blocked-images.
10025
10026 2010-10-05  Julien Danjou  <julien@danjou.info>
10027
10028         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10029
10030         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10031         (gnus-html-maximum-image-size): Add this function.
10032         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10033
10034         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10035         server-value of the capability is nil.
10036
10037 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10038
10039         * shr.el (shr-tag-em): Add <EM> tag.
10040
10041 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10042
10043         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10044         customizable.
10045
10046         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10047         handing broken links to browse-url.
10048
10049 2010-10-05  Julien Danjou  <julien@danjou.info>
10050
10051         * gnus-util.el (gnus-emacs-completing-read)
10052         (gnus-iswitchb-completing-read): Use autoload rather than require.
10053
10054 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10055
10056         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10057         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10058         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10059         iswitchb-temp-buflist for XEmacs.
10060
10061         * gnus-util.el (gnus-completing-read-function): Exclude
10062         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10063         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10064         XEmacs.
10065
10066         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10067         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10068
10069         * gnus-html.el: Don't require help-fns under XEmacs.
10070         (gnus-html-schedule-image-fetching): Work for XEmacs.
10071
10072         * mm-decode.el (mm-shr): Decode contents by charset.
10073
10074 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10075
10076         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10077         unknown.
10078
10079         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10080         (shr-get-image-data): Ensure against the cache file missing.
10081
10082         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10083         for data.
10084
10085         * spam-report.el (spam-report-url-ping-plain): Don't query about
10086         killing the process.
10087
10088         * shr.el (shr-render-td): Protect against too-wide text.
10089
10090 2010-10-04  Julien Danjou  <julien@danjou.info>
10091
10092         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10093         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10094
10095         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10096         retrieved.
10097
10098 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10099
10100         * shr.el (browse-url): Require.
10101         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10102         lines.
10103         (shr-show-alt-text, shr-browse-image): New commands.
10104         (shr-browse-url, shr-copy-url): New commands.
10105
10106         * gnus-sum.el (gnus-widen-article-window): New variable.
10107         (gnus-summary-select-article-buffer): Use it.
10108
10109         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10110         without @ signs.
10111
10112 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10113
10114         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10115
10116 2010-10-04  Julien Danjou  <julien@danjou.info>
10117
10118         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10119         for XEmacs.
10120
10121 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10122
10123         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10124
10125         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10126         (nnimap-close-server): Implement.
10127
10128         * dgnushack.el (iswitchb): Require to shut up the compiler.
10129
10130         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10131         (shr-insert): Tweak line breaking.
10132         (shr-insert): Handle <pre> better.
10133         (shr-tag-li): Get <li> indentation right.
10134         (shr-tag-li): Get <li> indentation even righter.
10135         (shr-tag-blockquote): Ensure paragraph start.
10136         (shr-make-table): Tweak table generation.
10137         (shr-make-table): Fix typo.
10138
10139         * shr.el: Implement table rendering.
10140
10141 2010-10-04  Julien Danjou  <julien@danjou.info>
10142
10143         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10144
10145 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10146
10147         * shr.el (shr-insert): Use string anchors instead of line anchors.
10148
10149 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10150
10151         * shr.el: Add headings.
10152         (shr-ensure-paragraph): Actually work.
10153         (shr-tag-li): Make <ul> prettier.
10154         (shr-insert): Get white space at the beginning/end of elements right.
10155         (shr-tag-p): Collapse subsequent <p>s.
10156         (shr-ensure-paragraph): Don't insert double line feeds after blank
10157         lines.
10158         (shr-insert): \t is also space.
10159         (shr-tag-s): Fix "s" tag name function.
10160         (shr-tag-s): Fix face prop name.
10161
10162 2010-10-03  Julien Danjou  <julien@danjou.info>
10163
10164         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10165
10166         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10167         gnus-window-inside-pixel-edges.
10168
10169         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10170         gnus-ems.
10171
10172         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10173
10174         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10175         function.
10176
10177         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10178         resize choice.
10179
10180 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10181
10182         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10183         beginning of the buffer.
10184
10185         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10186         article buffer again.
10187
10188         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10189
10190         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10191         when it's at the start of the buffer.
10192
10193         * shr.el (shr-tag-blockquote): Convert name.
10194         (shr-rescale-image): Use the right image-size variant.
10195
10196         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10197         buffer isn't shown, then select the current article first instead of
10198         bugging out.
10199         (gnus-summary-select-article-buffer): Show both the article and summary
10200         buffers again.
10201
10202         * shr.el (shr-fontize-cont): Protect against regions with no text.
10203         Rename tag functions to shr-tag-* for enhanced security.
10204         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10205
10206 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10207
10208         * shr.el (shr-insert):
10209         * pop3.el (pop3-movemail):
10210         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10211         loaded.
10212
10213 2010-10-03  Glenn Morris  <rgm@gnu.org>
10214
10215         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10216
10217         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10218
10219         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10220
10221         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10222
10223         * gnus-util.el (gnus-make-local-hook): Simplify.
10224
10225 2010-10-02  Julien Danjou  <julien@danjou.info>
10226
10227         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10228         (gnus-ido-completing-read): New function.
10229         (gnus-emacs-completing-read): New function.
10230         (gnus-completing-read): Use gnus-completing-read-function.
10231         Add gnus-completing-read-function.
10232
10233 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10234
10235         * shr.el (shr-insert-document): Autoload.
10236         (shr-img): Be silent.
10237         (shr-insert): Add a newline after every picture before text.
10238         (shr-add-font): Use overlays for combining faces.
10239         (shr-insert): Pass upwards the text start point.
10240
10241         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10242         possible.
10243         (mm-shr): New function.
10244
10245 2010-10-02  Julien Danjou  <julien@danjou.info>
10246
10247         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10248         should go backward.
10249
10250 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10251
10252         * shr.el (shr): Fix typo in provide call.
10253
10254 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10255
10256         * shr.el: New file.
10257
10258         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10259
10260         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10261         completing read.
10262
10263 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10264
10265         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10266         we're being queried about.  Suggested by Dan Jacobson.
10267
10268         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10269         Suggested by Jason Eisner.
10270
10271         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10272         table, too.  Suggested by Stefan Wiens.
10273         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10274         the table unnecessary.  Suggested by Stefan Wiens.
10275
10276         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10277         longer needed, and probably doesn't work either, as pointed out by
10278         Stefan Wiens.
10279         (gnus-summary-exit): Remove call to the clearing function.
10280         (gnus-summary-exit-no-update): Ditto.
10281
10282         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10283         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10284         Reported by Stefan Monnier.
10285         (gnus-summary-save-in-rmail): Ditto.
10286
10287         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10288         article buffer, instead of both the article buffer and the summary
10289         buffer.  Sort of suggested by Dan Jacobson.
10290
10291         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10292
10293         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10294         Suggested by Dan Jacobson.
10295
10296         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10297         documentation clearer.
10298
10299         * message.el (message-shorten-references): Comment on the number "21".
10300         Suggested by Stefan Monnier.
10301
10302         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10303         Suggested by Dan Jacobson.
10304
10305         * gnus.el (gnus-large-newsgroup):
10306         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10307
10308         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10309         externalize attachments.  Bug reported by Steve Wen.
10310
10311         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10312         really message anything to the user.
10313
10314         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10315         directly.
10316
10317         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10318         messages in empty groups.
10319
10320 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10321
10322         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10323         non-UIDNEXT group.
10324
10325 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10326
10327         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10328         not the value from the collection.
10329
10330         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10331         values.  This sometimes happens on some groups that have no info.
10332         (nnimap-request-newgroups): New function.
10333
10334 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10335
10336         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10337         check into `gnus-registry-initialize'.
10338         (gnus-registry-initialize): Ditto.
10339         Fix and extend header docs.
10340
10341 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10342
10343         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10344         regexp backtrace overflows.
10345
10346         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10347         for starttls that tls.el implements; i.e. openssl.
10348
10349         * tls.el (tls-starttls-switches): Give up on using starttls with
10350         gnutls-cli.
10351         (tls-program): Add --insecure to be consistent with the defaults from
10352         openssl s_client.  Now all three commands are insecure.
10353
10354 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * lpath.el: Bind completion-styles-alist for XEmacs.
10357
10358         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10359         (gravatar-create-image): New function that's an alias to
10360         gnus-xmas-create-image, gnus-create-image, or create-image.
10361         (gravatar-data->image): Use it.
10362
10363 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10364
10365         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10366         install the nnregistry refer method.
10367         (gnus-registry-install-hooks): Use it.
10368         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10369         unfollowed groups.
10370
10371 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10372
10373         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10374         expanding threads.
10375
10376 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10377
10378         * nnir.el: Use the server names without suffixes (bug#7009).
10379
10380         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10381         unencrypted to STARTTLS, if possible.
10382
10383 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10384
10385         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10386         headers before superseding.
10387
10388 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10389
10390         * nnrss.el (nnrss-use-local): Add documentation.
10391
10392         * nnimap.el (nnimap-extend-tls-programs): New function.
10393         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10394         (nnimap-wait-for-connection): Accept the greeting from the stupid
10395         output from openssl s_client -starttls, too.
10396
10397         * tls.el (tls-starttls-switches): New variable.
10398         (tls-find-starttls-argument): Use it.
10399         (open-tls-stream): Ditto.
10400
10401         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10402         (netrc-machine): Ditto.
10403
10404         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10405         article number.
10406         (nnimap-split-fancy): New variable.
10407         (nnimap-split-incoming-mail): Use it.
10408
10409         * nntp.el (nntp-server-list-active-group): Document.
10410
10411         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10412         SELECT to get the message-id.
10413
10414         * mail-source.el (mail-sources): Remove webmail support.
10415         (defvar): Ditto.
10416         (mail-source-fetcher-alist): Ditto.
10417         (mail-source-fetch-webmail): Remove.
10418
10419         * webmail.el: Remove -- doesn't seem relevant any more.
10420
10421         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10422
10423         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10424         the \r.
10425
10426 2010-09-30  Julien Danjou  <julien@danjou.info>
10427
10428         * gnus-agent.el (gnus-agent-add-group): Fix call to
10429         gnus-completing-read.
10430
10431 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10432
10433         * nndoc.el (nndoc-retrieve-groups): New function.
10434
10435         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10436         `default', use nnmail-split-methods.
10437         (nnimap-request-article): Downcase the NILs so that they are nil.
10438
10439         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10440         symbol.
10441
10442         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10443         code, since if the user has requested network, that's what they ought
10444         to get.
10445         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10446         (nnimap-split-rule): Mark as obsolete.
10447
10448         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10449         New variable.
10450
10451         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10452         correct slot, too.
10453
10454 2010-09-29  Julien Danjou  <julien@danjou.info>
10455
10456         * gnus.el (gnus-local-domain): Declare variable obsolete.
10457
10458         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10459         Fix history computing.
10460         (gnus-ido-completing-read): Require ido.
10461
10462 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10463
10464         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10465         build Gnus.
10466
10467         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10468         when interpreting the structures.
10469         (nnimap-request-accept-article): Add \r\n to the lines to make this
10470         work with Cyrus.
10471
10472         * nndraft.el (nndraft-request-expire-articles): Use the group name
10473         instead if "nndraft".  Fix found by Nils Ackermann.
10474
10475 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10476
10477         * nnregistry.el: Add.
10478
10479 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10480
10481         * nnmail.el (group, group-art-list, group-art):
10482         Remove unneeded directives.
10483
10484 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10485
10486         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10487         (mm-mime-charset):
10488         * rfc2047.el (rfc2047-syntax-table):
10489         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10490
10491         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10492         rather than `insert-file-contents' and `eval-region'.
10493
10494         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10495         construction.
10496
10497         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10498
10499         * time-date.el: No need to require cl for Emacs 21.
10500
10501 2010-09-29  Julien Danjou  <julien@danjou.info>
10502
10503         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10504         replacement of `gnus-gravatar-relief' to mimic
10505         `gnus-faces-properties-alist'.
10506         Add :version property.
10507
10508 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10509
10510         * mail-source.el (mail-source-report-new-mail):
10511         * message.el (message-default-mail-headers):
10512         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10513
10514         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10515
10516 2010-09-28  Julien Danjou  <julien@danjou.info>
10517
10518         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10519         mail-address contains the same string as real-name.
10520
10521         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10522         non-blank in header, otherwise it'll get stripped.
10523
10524         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10525         real-name, and then for mail address rather than doing : or , search.
10526
10527 2010-09-27  Julien Danjou  <julien@danjou.info>
10528
10529         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10530         right completing-read function.
10531         (gnus-use-ido): New variable
10532         (gnus-completing-read-with-default): Remove.
10533         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10534         (gnus-agent-add-group):
10535         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10536         * mm-view.el (mm-view-pkcs7-decrypt):
10537         * mm-util.el (mm-codepage-setup):
10538         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10539         * mml-smime.el (mml-smime-openssl-sign-query):
10540         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10541         (mml-insert-multipart):
10542         * gnus-msg.el (gnus-summary-yank-message):
10543         * gnus-int.el (gnus-start-news-server):
10544         * mm-decode.el (mm-interactively-view-part):
10545         * gnus-dired.el (gnus-dired-attach):
10546         * gnus.el (gnus-read-method):
10547         * gnus-bookmark.el (gnus-bookmark-jump):
10548         * gnus-art.el (gnus-mime-view-part-as-type)
10549         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10550         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10551         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10552         * nnmairix.el (nnmairix-create-server-and-default-group)
10553         (nnmairix-update-groups, nnmairix-get-server)
10554         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10555         (nnmairix-get-group-from-file-path):
10556         * nnrss.el (nnrss-find-rss-via-syndic8):
10557         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10558         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10559         (gnus-group-browse-foreign-server):
10560         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10561         (gnus-summary-execute-command, gnus-summary-respool-article)
10562         (gnus-read-move-group-name):
10563         * gnus-score.el (gnus-summary-increase-score)
10564         (gnus-summary-score-effect):
10565         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10566
10567 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10570         x-focus-frame.
10571
10572         * nnimap.el (auth-source-forget-user-or-password)
10573         (auth-source-user-or-password): Autoload.
10574
10575         * message.el (message-from-style, message-interactive)
10576         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10577         (message-yank-prefix, message-indentation-spaces, message-signature)
10578         (message-signature-file): Add comment.
10579
10580 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10581
10582         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10583         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10584         new articles.
10585
10586         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10587         parts.
10588         (nnimap-request-article): Work with the t setting, too.
10589
10590         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10591         that you don't get flashes of other buffers.
10592         (gnus-summary-show-complete-article): Intern before setting.
10593
10594 2010-09-27  David Engster  <dengste@eml.cc>
10595
10596         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10597         well as HEADERS.
10598         (nnmairix-retrieve-headers): Provide new argument for the above.
10599
10600 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10601
10602         * gnus-sum.el (gnus-summary-move-article): Don't alter
10603         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10604         group.
10605
10606         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10607
10608         * message.el (message-cite-prefix-regexp): Revert my last edit.
10609
10610         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10611         variable instead of the Gnus variable.
10612
10613         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10614
10615         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10616
10617         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10618         since some servers don't like it.
10619         (nnimap-open-connection): Forget credentials if the server says the
10620         password was wrong.
10621         (nnimap-parse-line): Protect against invalid data.
10622
10623         * gnus-sum.el (gnus-summary-move-article): Add comment.
10624         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10625         nothing alters it while scanning for new messages.
10626
10627         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10628         which may or may not help.
10629         (nnimap-open-connection): If we're doing a stream connection, and then
10630         discover we're on a STARTTLS-capable server, then open a STARTTLS
10631         connection instead.
10632
10633 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10634
10635         * nnimap.el (utf7): Require.
10636
10637         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10638         prefix.
10639
10640 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10641
10642         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10643
10644 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10645
10646         * nnimap.el (nnimap-request-accept-article): Message the error on
10647         error.
10648
10649 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10650
10651         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10652
10653 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10654
10655         * nndoc.el (nndoc-request-list): Return success always.
10656
10657         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10658         `fetch-old' -- we only want to fetch the articles we've requested.
10659         The rest are in the agent, probably.
10660         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10661         disappeared server" to something low.  It's not important.
10662
10663         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10664         arrived before the FETCH data.
10665
10666         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10667         target here, because we don't know the Gnus name of the group.
10668
10669         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10670         for the correct group.
10671
10672         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10673
10674         * gnus.el (gnus): Give a final warning after startup.
10675
10676         * gnus-util.el (gnus-action-message-log): New variable.
10677         (gnus-message): Use it.
10678         (gnus-final-warning): New function.
10679
10680         * nnimap.el (nnimap-open-connection): Record the greeting.
10681         (nnimap): Add greeting.
10682
10683 2010-09-26  Julien Danjou  <julien@danjou.info>
10684
10685         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10686         arguments.
10687         (gnus-html-wash-images): Fix spec computing to include start/end.
10688
10689         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10690
10691 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10692
10693         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10694         deletion.
10695         (nnimap-retrieve-headers): Don't select the group, because that's
10696         already done by nnimap-possibly-change-group.
10697
10698         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10699         (gnus-picon-transform-address): Use it.
10700
10701         * mail-source.el (mail-source-value): Revert previous patch.
10702
10703         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10704         on failure.
10705         (nnimap-open-connection): Look up both virtual and physical server name
10706         credentials.
10707
10708         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10709
10710 2009-02-07  Dave Love  <fx@gnu.org>
10711
10712         * tls.el (open-tls-stream): Don't query killing process.
10713
10714 2009-02-08  Dave Love  <fx@gnu.org>
10715
10716         * gnus-win.el (gnus-window-to-buffer-helper)
10717         (gnus-all-windows-visible-p): Function needn't be a symbol.
10718
10719         * mail-source.el (mail-source-value): Function needn't be a symbol.
10720
10721 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10722
10723         * message.el (message-cite-prefix-regexp): Remove } from the cite
10724         prefix.
10725
10726         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10727         highlight again, so that the highlight is correct.
10728
10729         * gnus-picon.el (gnus-picon): Remove again.
10730         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10731
10732         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10733         doing the header highlightling, so that the background color of the
10734         picon is correct.
10735
10736         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10737         (gnus-picon): Ditto.
10738         (gnus-picon): Reinstate.  The background color for picons is white.
10739         (gnus-picon-insert-glyph): Make the background white.
10740
10741         * nnml.el (nnml-open-nov): Don't return dead buffers.
10742
10743         * auth-source.el (auth-source-create): Query the user for whether to
10744         store the credentials.
10745
10746         * netrc.el (netrc-store-data): New function.
10747
10748         * auth-source.el (auth-source-user-or-password): Use the existing auth
10749         sources, if any, for creation.
10750
10751         * gnus.el (gnus-group-fast-parameter): Return the last matching
10752         parameter instead of the first matching parameter.
10753
10754 2010-09-26  Julien Danjou  <julien@danjou.info>
10755
10756         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10757
10758 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10759
10760         * mml2015.el (mml2015-use): Remove gpg support.
10761
10762         * mml1991.el (mml1991-function-alist): Remove gpg function.
10763         (mml1991-gpg-sign): Remove.
10764
10765 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10766
10767         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10768         (gnus-browse-unsubscribe-current-group): Document it.
10769         (gnus-browse-unsubscribe-group): Use it.
10770
10771 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10772
10773         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10774         address to the To list for easier response.
10775
10776         * gnus.el (gnus-play-startup-jingle): Remove.
10777         (gnus-splash): Don't play jingle.
10778         (gnus): Silence gnus-load message.
10779
10780         * gnus-art.el (gnus-treat-play-sounds): Remove.
10781
10782         * gnus.el (gnus-play-jingle): Remove audio support.
10783
10784         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10785
10786         * earcon.el: Remove -- no users.
10787
10788         * gnus-audio.el: Remove -- no users of this package.
10789
10790         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10791
10792         * gnus-start.el (gnus-setup-news): Remove nocem support.
10793
10794         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10795
10796         * gnus.el (gnus-use-nocem): Remove.
10797
10798         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10799         Remove.
10800
10801         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10802         uses NoCeM any more.
10803
10804         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10805         (gnus-button-ctan-handler): Ditto.
10806         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10807         (gnus-button-ctan-directory-regexp): Ditto.
10808         (gnus-button-handle-ctan): Ditto.
10809         (gnus-button-tex-level): Ditto.
10810         (gnus-button-alist): Remove CTAN stuff.
10811
10812 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10813
10814         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10815         nnimap-streaming test.
10816
10817         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10818         servers twice.
10819
10820         * nnimap.el (nnimap-open-connection): Add more error reporting when
10821         nnimap fails early.
10822
10823         * nnheader.el (nnheader-get-report-string): New function.
10824         (nnheader-get-report): Use it.
10825
10826         * gnus-int.el (gnus-check-server): Say what the error was when opening
10827         failed.
10828
10829         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10830         using streaming.
10831
10832 2010-09-25  Julien Danjou  <julien@danjou.info>
10833
10834         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10835         gnus-window-inside-pixel-edges.
10836
10837 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10838
10839         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10840
10841         * mm-decode.el (mm-save-part): Allow saving to other directories the
10842         normal Emacs way.
10843
10844         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10845         Suggested by Jay Berkenbilt.
10846
10847         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10848         there isn't a single byte.
10849
10850         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10851         just do it.  It doesn't really seem to matter what the user responds
10852         here, I think, so it's just a confusing question.
10853
10854         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10855         non-streaming case.
10856
10857         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10858         (gnus-article-encrypt-body): Use it.
10859
10860         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10861         keystroke.
10862
10863         * nnimap.el (nnimap-find-wanted-parts-1):
10864         Use gnus-fetch-partial-articles.
10865
10866         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10867
10868         * nnimap.el (nnimap-insert-partial-structure): New function.
10869         (nnimap-get-partial-article): New function.
10870         (nnimap-request-article): Use it.
10871         (nnimap-wait-for-response): Return whether the wait was successful.
10872         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10873         retrieval wasn't successful.
10874         (nnimap-retrieve-group-data-early): Allow throttling servers.
10875         (nnimap-streaming): New variable.
10876         (nnimap-fetch-partial-articles): Remove.
10877
10878         * mm-decode.el (mm-with-part): Protect against killed buffers.
10879
10880         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10881         for prettier summary display.
10882
10883 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10884
10885         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10886
10887 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10888
10889         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10890         apparently third-party libraries depend on it.
10891
10892         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10893         before starting negotiation.
10894
10895         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10896         privacy reasons.
10897         (gnus-treat-mail-gravatar): Ditto.
10898
10899         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10900         buffer when inserting images.  Inserting text into the headers, for
10901         instance, can make them invalid.
10902
10903 2010-09-25  Julien Danjou  <julien@danjou.info>
10904
10905         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10906         variables.
10907
10908         * nnheader.el: Remove useless variables news-reply-yank-from and
10909         news-reply-yank-message-id.
10910
10911         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10912         variables.
10913
10914         * mml1991.el: Remove useless mml1991-verbose.
10915
10916         * gnus.el: Remove useless variable gnus-use-generic-from.
10917         Remove obsolete variable gnus-topic-indentation.
10918
10919         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10920
10921         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10922
10923         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10924
10925         * gnus-group.el: Remove useless gnus-group-icon-cache.
10926         Remove useless gnus-ephemeral-group-server.
10927
10928         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10929
10930         * mml2015.el: Remove useless mml2015-verbose.
10931
10932         * mml-smime.el: Remove useless mml-smime-verbose.
10933
10934         * gnus.el: Remove useless gnus-local-domain.
10935
10936         * gnus-gravatar.el (gnus-gravatar-transform-address):
10937         Use gnus-gravatar-size.
10938
10939         * gnus-art.el: Remove useless gnus-treat-translate.
10940
10941 2010-09-24  Julien Danjou  <julien@danjou.info>
10942
10943         * gnus-sum.el: Add support for Gravatars.
10944
10945         * gnus-art.el: Add support for Gravatars.
10946
10947         * gnus-gravatar.el: Add this file.
10948
10949         * gravatar.el: Add this file.
10950
10951 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10952
10953         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10954
10955         * gnus-group.el (gnus-group-fetch-faq): Remove.
10956
10957         * gnus.el (gnus-group-faq-directory): Remove.
10958
10959         * gnus-group.el (gnus-group-fetch-charter): Remove.
10960
10961         * gnus.el (gnus-group-charter-alist): Remove.
10962
10963         * gnus-group.el (gnus-group-archive-directory): Remove.
10964         (gnus-group-recent-archive-directory): Ditto.
10965         (gnus-group-make-archive-group): Remove.
10966
10967         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10968
10969         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10970         use the same article number for all the cached articles.
10971
10972         * nnimap.el (nnimap-command): Register the last command time so
10973         that we can use it for idling NOOPs.
10974         (nnimap-open-connection): Start the keeplive timer.
10975         (nnimap-make-process-buffer): Store all the process buffers.
10976         (nnimap-keepalive): New function.
10977
10978         * starttls.el (starttls-open-stream): Add autoload cookie.
10979
10980 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10981
10982         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10983         handling.
10984
10985 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10986
10987         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10988         its data structures.
10989
10990         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10991         instead of the cl.el copy-list.
10992         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10993         equalp.
10994
10995 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10998         and tool-bar-local-item-from-menu.
10999
11000         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11001         mode-line-highlight face for Emacs.
11002
11003         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11004         loading gnus-sum.elc; fix comment for canlock-verify.
11005         (gnus-article-jump-to-part): Use read-number.
11006         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11007         Remove Emacs pre-21 compatible code for help-echo.
11008         (gnus-article-next-page-1): No need to adjust the number of lines.
11009         (gnus-article-describe-bindings): Always use help-buffer.
11010
11011         * gnus-audio.el (gnus-audio-inline-sound):
11012         * gnus-cus.el (gnus-custom-mode):
11013         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11014
11015         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11016
11017         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11018         compatible code.
11019
11020 2010-09-24  Glenn Morris  <rgm@gnu.org>
11021
11022         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11023         visiting the fcc file in rmail-mode.
11024
11025         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11026
11027 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * nnir.el: Silence the byte compiler.
11030
11031         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11032         alias to browse-url-url-encode-chars if any.
11033         (gnus-html-encode-url): Use it.
11034
11035 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11036
11037         * gnus-start.el (gnus-use-backend-marks): New variable.
11038         (gnus-get-unread-articles-in-group): Use it.
11039
11040         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11041         makeover.
11042
11043 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11044
11045         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11046
11047 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11048
11049         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11050         Remove.
11051         (gnus-setup-news-hook):
11052         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11053
11054         * gnus-int.el (gnus-request-update-info): Protect against backends not
11055         having the function.
11056
11057         * nnimap.el (nnimap-stream): Mention starttls.
11058         (nnimap-open-connection): Add starttls support.
11059
11060 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11061
11062         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11063
11064 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11065
11066         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11067         BODYSTRUCTUREs.
11068         (nnimap-transform-headers): Unfold quoted {42} headers.
11069
11070         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11071         the info.
11072         (gnus-get-unread-articles): Only call updatep on backends that support
11073         it.
11074
11075         * nnweb.el (nnweb-request-update-info): NOOP.
11076
11077         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11078
11079         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11080         since it only deals with marks.
11081
11082         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11083         gnus-request-marks, and make a new gnus-request-update-info.
11084
11085         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11086         the active instead of the high number, which is usually too low.
11087
11088 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11089
11090         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11091         * encrypt.el: Remove.
11092
11093 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11094
11095         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11096         server in symbolic form.
11097
11098         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11099
11100 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11101
11102         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11103         (nnimap-update-info): Fix up code slightly.
11104
11105         * gnus-int.el (gnus-open-server): Add tracing for performance
11106         debugging.
11107
11108         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11109         (gnus-group-insert-group-line): Pass the real group name so that it
11110         gets the right data.
11111
11112         * gnus-start.el (gnus-get-unread-articles): Don't have
11113         `gnus-get-unread-articles-in-group' update info, since that can be
11114         really slow and doesn't seem to be needed?
11115
11116 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11117
11118         * time-date.el (date-to-time): Try using parse-time-string first before
11119         using the slower timezone-make-date-arpa-standard.
11120
11121 2010-09-22  Julien Danjou  <julien@danjou.info>
11122
11123         * gnus-group.el (gnus-group-insert-group-line):
11124         Call gnus-group-highlight-line.
11125         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11126         default hook list.
11127         (gnus-group-update-eval-form): Add new function.
11128         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11129         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11130
11131 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11132
11133         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11134         immediate, then expire all articles.
11135         (nnimap-update-info): Fix off-by-one errors.
11136         (nnimap-flags-to-marks): Would return no marks lists for group with no
11137         flags.  Instead return the other data.
11138
11139 2010-09-22  Julien Danjou  <julien@danjou.info>
11140
11141         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11142         Only return an icon.
11143         (gnus-group-insert-group-line): Compute icon to return.
11144
11145         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11146         (gnus-html-image-fetched): Only cache if
11147         gnus-html-image-automatic-caching is set.
11148         (gnus-html-image-fetched): Check for errors.
11149
11150 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11151
11152         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11153         once per method on `g'.  This ensures that backends like nnfolder don't
11154         open all their folders.
11155
11156         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11157         (nnimap-request-list): Nix out group in the correct buffer.
11158         (nnimap-parse-flags): Implement by using `read' instead of
11159         hand-parsing.
11160         (nnimap-flags-to-marks): Pass on permanent-flags.
11161         (nnimap-make-process-buffer): Record the server name.
11162         (nnimap-parse-flags): Fix typo.
11163         (nnimap-request-scan): Run split on the server in general, not just a
11164         single group.
11165
11166         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11167         parameter, and propagate this downwards.
11168
11169         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11170         since EXAMINE changes it on the server.
11171
11172         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11173         this command might take a while.
11174
11175 2010-09-22  Julien Danjou  <julien@danjou.info>
11176
11177         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11178         harmful if you have 2 images side-by-side, they can't be properly
11179         update on text deletion.  Using text-property is safer here.
11180         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11181         data.
11182
11183 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11184
11185         * nnimap.el (nnimap-expunge-inbox): Remove.
11186         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11187         (nnimap-expunge): Flip default to t.
11188
11189         * gnus.el (gnus-method-to-server): Don't push things to the cache
11190         unless it's unique.
11191         (gnus-server-to-method): Ditto.
11192
11193 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11194
11195         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11196
11197 2010-09-22  Julien Danjou  <julien@danjou.info>
11198
11199         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11200         get the start of data.
11201         (gnus-html-encode-url): Add this function to encode special chars in
11202         URL.
11203         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11204         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11205
11206         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11207         default.
11208         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11209
11210         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11211         images alt-text.
11212         (gnus-html-put-image): Put alt-text as help-echo.
11213
11214 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11215
11216         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11217         * mm-util.el (mm-decompress-buffer):
11218         * nnir.el (nnir-run-find-grep):
11219         * pop3.el (pop3-list): Use 3rd arg of split-string.
11220
11221         * time-date.el (format-seconds): Comment fix.
11222
11223         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11224         and byte-optimize-form-code-walker.
11225         (dgnushack-make-auto-load): Don't advise make-autoload.
11226
11227         * lpath.el: Remove Emacs 21 stuff.
11228
11229 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11230
11231         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11232         outside the active range.  Suggested by Dan Christensen.
11233
11234         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11235         slightly later to avoid double-getting it.
11236
11237         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11238         previous patch.
11239
11240         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11241
11242 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11243
11244         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11245
11246 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11247
11248         * gnus-int.el (gnus-open-server): Give a better error message in the
11249         "go offline" case.
11250
11251         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11252         marks for nnimap, which is seldom the right thing to do.
11253
11254         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11255         (gnus-same-method-different-name): New function.
11256
11257         * nnimap.el (parse-time): Require.
11258
11259         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11260         method in the presence of many similar methods.
11261
11262         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11263
11264         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11265         nnml-inhibit-expiry.
11266
11267         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11268         find out whether methods are equal.
11269
11270         * nnimap.el (nnimap-find-expired-articles): New function.
11271         (nnimap-process-expiry-targets): New function.
11272         (nnimap-request-move-article): Request the article before looking at
11273         what the Message-ID is.  Fix found by Andrew Cohen.
11274         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11275
11276         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11277         for oldness in addition to being a predicate.
11278
11279         * nnimap.el (nnimap-request-group): When we have zero articles, return
11280         the right data to Gnus.
11281         (nnimap-request-expire-articles): Only delete articles immediately if
11282         the target is 'delete.
11283
11284         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11285         method, this would bug out.
11286
11287         * gnus-group.el (gnus-group-expunge-group): Rename from
11288         gnus-group-nnimap-expunge, and implemented as a normal interface
11289         function.
11290
11291         * gnus-int.el (gnus-request-expunge-group): New function.
11292
11293         * nnimap.el (nnimap-request-create-group): Implement.
11294         (nnimap-request-expunge-group): New function.
11295
11296 2010-09-21  Julien Danjou  <julien@danjou.info>
11297
11298         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11299         (gnus-html-cache-expired): Add new function.
11300         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11301         wethever we should display image for fetch it.
11302         Compute alt-text earlier to pass it to the fetching function too.
11303         (gnus-html-schedule-image-fetching): Change function argument to only
11304         get one image at a time, not a list.
11305         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11306         cache.
11307         (gnus-html-get-image-data): New function to retrieve image data from
11308         cache.
11309         (gnus-html-put-image): Change buffer argument to use image data rather
11310         than file, and place image above region rather than inserting a new
11311         one.  Do not take alt-text as argument, since it's useless now: we place
11312         the image above alt-text.
11313         (gnus-html-prune-cache): Remove.
11314         (gnus-html-show-images): Start to fetch image when we find one, do not
11315         push into a temporary list.
11316         (gnus-html-prefetch-images): Only fetch image if they have expired.
11317         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11318         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11319
11320 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11323
11324 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11325
11326         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11327         spec inser "*" if the group isn't active instead of 0.
11328
11329         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11330         opening the server.
11331         (nnimap-request-delete-group): Implement group deletion.
11332         (nnimap-transform-headers): Return the size of the entire message in
11333         the Bytes header, not just the size of the first part.
11334         (nnimap-request-move-article): When moving an article from nnimap,
11335         request the article first so the accepting form has an article to
11336         accept.  Reported by Dan Christensen.
11337         (nnimap-command): Make sure that the error message doesn't error out.
11338
11339 2010-09-20  David Edmondson  <dme@dme.org>
11340
11341         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11342         we haven't requested anything.
11343
11344 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11345
11346         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11347         "".  Fix found by Andrew Cohen.
11348
11349         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11350         instead of -encode-string.
11351
11352 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11355
11356         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11357         by mm-subst-char-in-string.
11358
11359 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11360
11361         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11362         waiting for the connection string.
11363
11364         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11365         arriving.
11366
11367         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11368         bogus characters.  This allows selecting certain Gmail groups.
11369
11370         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11371         (nnimap-fetch-partial-articles): New variable.
11372         (nnimap-open-connection): When looking for credentials, also use the
11373         nnimap-server-port.
11374         (nnimap-request-article): Return the group/article number, so that Gnus
11375         `^' works as expected.
11376         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11377
11378         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11379         comments.
11380         (gnus-methods-sloppily-equal): New function.
11381         (gnus): When using the development version of Gnus, load the gnus-load
11382         file.
11383
11384         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11385         `gnus-open-server' on each method before trying to scan them etc.
11386         This ensures that all the backend parameters are set correctly.
11387
11388         * nnimap.el (nnimap-authenticator): New variable.
11389         (nnimap-open-connection): Allow anonymous login.
11390         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11391         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11392
11393         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11394         patch, found by Knut Anders Hatlen.
11395
11396 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11397
11398         * gnus-agent.el (gnus-agent-batch-confirmation)
11399         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11400         to gnus-message.
11401         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11402         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11403         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11404         * gnus-int.el (gnus-open-server): Likewise.
11405         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11406         (gnus-score-check-syntax): Likewise.
11407         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11408         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11409         Likewise.
11410         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11411
11412 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11413
11414         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11415         calling conventions so that prefetch doesn't bug out.
11416
11417 2010-09-19  Julien Danjou  <julien@danjou.info>
11418
11419         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11420         rather than `subst-char-in-region' in order to be able to replace ASCII
11421         char by UTF-8 ones.
11422
11423         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11424         than curl.
11425         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11426         the right URL and ALT text on images.
11427         (gnus-html-wash-tags): Fix tag case.
11428         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11429         (gnus-article-html): Add -o display_ins_del=2 option.
11430         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11431
11432 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11433
11434         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11435         the extra mail headers, which sometimes seem to happen for unknown
11436         reasons.
11437
11438         * mail-parse.el (mail-header-encode-parameter): Define as
11439         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11440         (or most, perhaps?) mail readers don't understand the latter, but do
11441         understand the former.
11442
11443         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11444         to nil, so that no methods are automatically agentized.  I think this
11445         is probably what most users want.
11446
11447         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11448         from url-retrieve, for instance about invalid URLs.
11449
11450         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11451         groups that have no articles.
11452         (nnimap-request-article): Check that we really got an article when we
11453         requested one.
11454
11455         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11456         doesn't exist.
11457
11458         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11459         nntp buffer so the agent can save it.
11460         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11461         that CRLF doesn't get translated to \n.
11462         (nnimap-open-connection): Don't make 'shell commands only send \n.
11463
11464 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11465
11466         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11467         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11468         Update var name.
11469         (nnml-generate-nov-file): Use dolist.
11470         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11471         Use with-current-buffer.
11472
11473 2010-09-18  Julien Danjou  <julien@danjou.info>
11474
11475         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11476         parallel.
11477
11478 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11479
11480         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11481         the range update right.
11482         (nnimap-request-group): Don't make `M-g' bug out on group with no
11483         marks.
11484         (nnoo): Require, so that other packages can require nnimap.
11485         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11486         command we're looking for.  This helps when the server sends more
11487         responses after we've gotten everything we expected.
11488         (nnimap): Add a `newlinep' field to keep track of end-of-line
11489         conventions.
11490         Don't send CRLF to things that don't want it.
11491         (nnimap-request-accept-article): Ditto.
11492
11493 2010-09-18  Julien Danjou  <julien@danjou.info>
11494
11495         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11496         than curl to retrieve images.
11497
11498 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11499
11500         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11501         the marks.
11502         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11503         (nnimap-wait-for-connection): New function.
11504         (nnimap-open-connection): If we have PREAUTH, don't query for login
11505         credentials.
11506         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11507         when doing a partial update.
11508
11509 2010-09-18  Julien Danjou  <julien@danjou.info>
11510
11511         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11512         tags.
11513
11514 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11515
11516         * nnimap.el (nnimap-credentials): New function.
11517         (nnimap-open-connection): Use the new function to look for credentials
11518         also on the numeric equivalents of "imap" and "imaps".
11519
11520         * gnus-start.el (gnus-activate-group): Send the info to
11521         gnus-request-group.
11522
11523         * nnimap.el (nnimap-request-group): Have the "check" version of the
11524         function parse flags and update the info, so that a `M-g' get a total
11525         resync of all flags from the group.
11526
11527         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11528         to allow backends to alter the info on group selection.  Also alter all
11529         the backend -request-group functions to take the parameter.
11530
11531         * nnimap.el (nnimap-store-info): New function.
11532         (nnimap-update-info): Store the info for later usage.
11533         (nnimap-request-group): Use the stored info for the dont-check case, so
11534         that we don't retrieve all marks when we enter a group.
11535
11536         * nnimap.el: Use deffoo instead of defun for interface functions.
11537
11538         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11539         update the group info.  This makes the nndraft groups, for instance, go
11540         back to their old behavior.
11541
11542         * gnus-sum.el (gnus-select-newsgroup): Indent.
11543
11544         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11545         in.
11546         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11547         nothing.
11548
11549         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11550         from methods that are denied.
11551
11552         * gnus-int.el (gnus-method-denied-p): New function.
11553
11554         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11555         store the password instead of netrc.
11556         (nnimap-open-connection): Don't error out when we can't make a
11557         connections.
11558
11559         * auth-source.el (auth-source-create): In the password prompt, say what
11560         we're querying for.  Also prompt for user name if that hasn't been
11561         given.
11562
11563         * nnimap.el (nnimap-with-process-buffer): Remove.
11564
11565 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11566
11567         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11568         method when we're reading from the agent.
11569
11570         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11571
11572         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11573         that's probably most useful for users.
11574
11575         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11576         "failed" all the time.
11577
11578         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11579         ...)) with (with-current-buffer ... ).
11580
11581         * nntp.el (nntp-open-server): Return whether the open was successful or
11582         not.
11583
11584         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11585         select an unread unseen article first.
11586
11587         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11588         /etc/services, supply some sensible port defaults.
11589
11590         * dgnushack.el: Define netrc-credentials.
11591
11592 2010-09-17  Julien Danjou  <julien@danjou.info>
11593
11594         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11595
11596 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11597
11598         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11599         doesn't have any parameters.
11600
11601 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11602
11603         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11604         only upcased checks.
11605
11606         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11607
11608         * nnimap.el (nnimap-open-shell-stream): New function.
11609         (nnimap-open-connection): Use it.
11610         (nnimap-transform-headers): Get the number of lines in each message.
11611         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11612         number of lines.
11613         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11614         problem.
11615
11616         * utf7.el (utf7-encode): Autoload.
11617
11618         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11619         to allow the mail splitting to not return a default group.  This is
11620         useful for nnimap, which will leave unmatched mail in the inbox.
11621
11622         * nnimap.el: Rewritten.
11623
11624         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11625         nnimap usage.
11626
11627         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11628         if the move is internal, so that nnimap can do fast internal moves.
11629
11630         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11631         data.
11632         (gnus-read-active-for-groups): Support finishing the early retrieval of
11633         data.
11634
11635         * gnus-range.el (gnus-range-nconcat): New function.
11636
11637         * gnus-int.el (gnus-finish-retrieve-group-infos)
11638         (gnus-retrieve-group-data-early): New functions.
11639
11640 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11641
11642         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11643         (nnrss-retrieve-groups):
11644         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11645         (pop3-quit): Use with-current-buffer.
11646
11647 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11650         instead of nnheader-accept-process-output.
11651
11652         * dgnushack.el (dgnushack-compile): Add comment.
11653
11654         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11655
11656         * gnus-html.el (gnus-html-schedule-image-fetching)
11657         (gnus-html-prefetch-images): Replace process-kill-without-query by
11658         gnus-set-process-query-on-exit-flag.
11659
11660 2010-09-16  Romain Francoise  <romain@orebokech.com>
11661
11662         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11663
11664 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11665
11666         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11667         parameter to unintern is mandatory-ish in Emacs 24.
11668
11669         * gnus-html.el (gnus-html-schedule-image-fetching)
11670         (gnus-html-prefetch-images): Check for curl before using it.
11671
11672         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11673         depend on curl, which isn't essential.
11674
11675         * imap.el: Revert back to version
11676         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11677         seem problematic.
11678
11679 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11680
11681         * gnus-registry.el (gnus-registry-install-shortcuts):
11682         Explicitly pass `obarray' to `unintern' to avoid a warning.
11683
11684 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11685
11686         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11687         change.
11688
11689         * nnrss.el (nnrss-request-list): Remove this function and related
11690         functions, including the moreover stuff.
11691
11692 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11693
11694         * nnrss.el (nnrss-retrieve-groups): New function.
11695
11696 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11697
11698         * .dir-locals.el: Add no-byte-compile cookie.
11699
11700 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * time-date.el (format-seconds): Comment fix.
11703
11704         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11705         for back end that doesn't support request-scan.
11706
11707 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11708
11709         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11710         then do request scans from the backends.
11711
11712         * netrc.el (netrc-credentials): New conveniency function.
11713
11714         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11715         avoid running a hook per line, since this takes a lot of time,
11716         profiling shows.
11717         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11718         directly if gnus-visual-p is true.
11719
11720 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11721
11722         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11723         groups; replace mapcar with dolist which is a bit faster; pass groups
11724         info to gnus-read-active-file-1.
11725         (gnus-read-active-file-1): Scan only specified groups if the new
11726         optional arg `infos' is given.
11727
11728 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11729
11730         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11731
11732         * pop3.el (pop3-movemail): Remove.
11733         (pop3-streaming-movemail): Rename to pop3-movemail.
11734
11735         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11736         don't restrict end-tag searches to the end of the line.
11737
11738 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11741         articles of every unchecked group to t, which means unknown since the
11742         server has never been opened.
11743
11744 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11745
11746         * gnus-html.el (gnus-html-show-alt-text): New command.
11747         (gnus-html-browse-image): Ditto.
11748         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11749         to browse the image directly.
11750         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11751         better.
11752
11753         * gnus-async.el (gnus-async-article-callback):
11754         Call `gnus-html-prefetch-images' unconditionally.
11755
11756         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11757         before feeding URLs to curl.
11758
11759 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11760
11761         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11762         internal images as deletable by `W D D'.
11763
11764         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11765         (gnus-async-article-callback): Fix typo.
11766
11767 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11768
11769         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11770         current line to work around bugs in the output from w3m.
11771
11772         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11773         for groups that want that.
11774
11775         * nntp.el (nntp-wait-for-string): Supply a timeout for
11776         accept-process-output to ensure progress.
11777
11778         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11779         level to get unread articles from, then use that for foreign groups,
11780         too.
11781
11782         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11783         confuses the rest of the function.
11784
11785         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11786         for the methods that support -retrieve-groups, too.
11787
11788         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11789
11790 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11793         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11794
11795         * pop3.el: Require cl when compiling.
11796         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11797
11798 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11799
11800         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11801         that aren't going to be activated.
11802         (gnus-get-unread-articles): Fix up the last commit.
11803
11804         * gnus-html.el (gnus-article-html): Allow calling without specifying
11805         the handle.  In that case, dissect the buffer first.
11806
11807         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11808
11809         * nnimap.el (nnimap-open-connection): Revert the change that would look
11810         into authinfo for imaps instead of imap.
11811
11812         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11813         say that you don't want to call gnus-request-group with don-check, but
11814         do check the reponse.  This is for virtual groups only.
11815         (gnus-get-unread-articles): Count the archive groups as secondary, so
11816         that they're activated the same way as before.
11817
11818         * imap.el (imap-message-map): Removed optional buffer parameter, since
11819         no callers use it.
11820         (imap-message-get): Ditto.
11821         (imap-message-put): Ditto.
11822         (imap-mailbox-map): Ditto.
11823         (imap-mailbox-put): Ditto.
11824         (imap-mailbox-get): Ditto.
11825         (imap-mailbox-get): Revert last change for this function.
11826
11827         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11828         case-insensitively.
11829         (nnimap-debug): Remove.
11830
11831         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11832         callers to use `imap-fetch' instead.  According to the comments, this
11833         should be safe, since all other IMAP clients use the 1:* syntax.
11834         (imap-enable-exchange-bug-workaround): Remove.
11835         (imap-debug): Remove -- doesn't seem very useful.
11836
11837         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11838         mail from a file, and the file doesn't exist.
11839
11840         * imap.el (imap-log): New convenience function used throughout instead
11841         of repeating the same code all over the place.
11842
11843         * pop3.el (pop3-streaming-movemail): Return t for success.
11844
11845         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11846         .authinfo if we're using ssl connection.
11847
11848         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11849         already have if we're in a main Gnus `g' run.
11850
11851         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11852
11853 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11856
11857         * nnmh.el (nnmh-request-list-1): Bind `file'.
11858
11859         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11860         alias to set-process-query-on-exit-flag or process-kill-without-query.
11861         (pop3-open-server): Use it.
11862
11863 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11864
11865         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11866         box to the Incoming file.  Fixes mistake in previous checkin.
11867
11868         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11869         request loop (for debugging purposes) removed.
11870
11871         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11872         culprit is more visible.
11873         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11874         (nnml-add-incremental-nov): New functions to do "incremental" nov
11875         updates, where we just append to the end of the existing nov files
11876         without reading/writing them in full.
11877
11878         * mail-source.el (mail-source-delete-crash-box): Really only check the
11879         incoming files once in a while.
11880
11881         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11882
11883         * mail-source.el (mail-source-delete-crash-box): Only check the
11884         incoming files for deletion once per day to save a lot of file
11885         accesses.
11886
11887         * pop3.el (pop3-logon): Fix up unbound variable typo.
11888
11889         * mail-source.el (pop3-streaming-movemail): Autoload.
11890
11891         * pop3.el (pop3-streaming-movemail):
11892         Respect pop3-leave-mail-on-server.
11893
11894         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11895         retrieval.
11896
11897         * pop3.el (pop3-process-filter): Remove unused function.
11898         (pop3-streaming-movemail, pop3-send-streaming-command)
11899         (pop3-wait-for-messages, pop3-write-to-file)
11900         (pop3-number-of-responses): New functions for streaming pop3
11901         retrieval.
11902
11903         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11904         come from no known methods.
11905         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11906         list.
11907
11908         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11909         message sizes.
11910         (pop3-movemail): Use erase-buffer instead of looping and deleting
11911         regions, which seems rather odd.
11912
11913         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11914         file once per `g' run.
11915
11916         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11917         directories.  This makes the draft queue directory work.
11918
11919         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11920         data from the backends, so that we only request the list of groups from
11921         each method once.  This should speed things up considerably.
11922
11923         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11924         detect that it's not implemented.
11925
11926         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11927         we actually do recurse down into the tree, but don't stat all leaf
11928         nodes.
11929
11930         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11931         then say so instead of bugging out.
11932
11933         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11934         files exist before trying to read them.
11935
11936         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11937         around <pre_int>.
11938
11939         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11940
11941         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11942
11943 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11944
11945         * mm-util.el (mm-image-load-path): Just return the image directories,
11946         not all directories in the path in addition to the image directories.
11947         (mm-image-load-path): Maintain a cache of the image directories so that
11948         the `g' command in Gnus doesn't have to stat dozens of directories each
11949         time.
11950
11951         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11952         (gnus-html-wash-tags): Add a new `i' command to insert images.
11953         (gnus-html-insert-image): New command and keystroke.
11954         (gnus-html-redisplay-with-images): New command and keystroke.
11955         (gnus-html-show-images): Rename command.
11956         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11957         spacers.
11958         (gnus-html-wash-tags): Decode entities at the end, so that entities
11959         inside the tags don't mess up the rest of the "parsing".
11960
11961         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11962         so that nnimap methods aren't agentized by default.  There's apparently
11963         many problems related to agent/imap behavior.
11964
11965         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11966
11967         * gnus-html.el: Doc fix.
11968
11969 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11972         specifier-spec-list for Emacs 21.
11973
11974         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11975         glyph-width and glyph-height instead of display-graphic-p and
11976         image-size; make avoidance of displaying small images work for XEmacs.
11977
11978         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11979         for XEmacs.
11980
11981         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11982         of symbol that holds plist data.
11983         (gnus-process-plist): Remove plist of process after getting it.
11984
11985 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11986
11987         * message.el (message-generate-hashcash): Change default to
11988         'opportunistic if hashcash is installed.
11989
11990         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11991         (gnus-html-put-image): Only call image-size once, since it's somewhat
11992         time-consuming on remote X servers.
11993
11994 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11995
11996         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11997         type on data, not a file name.
11998
11999         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12000         window-pixel-edges for Emacs 21.
12001
12002         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12003         decoded contents.
12004         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12005
12006 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12007
12008         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12009         group line format, since it isn't very interesting.
12010
12011         * gnus-agent.el (gnus-agent-short-article),
12012         (gnus-agent-long-article): Increase values for these two variables,
12013         since most people are likely to have more network connection and
12014         storage than before.
12015
12016         * gnus.el (gnus-refer-article-method): Change default to 'current.
12017         When referring an article, the common behavior is to refer it from the
12018         current select method, not the native select method.  The chances of
12019         the native select method having the message in question is rather slim
12020         these days.
12021
12022         * gnus-sum.el (gnus-auto-select-subject): Change default to
12023         `unseen-or-unread'.  I think it's likely that most people want to
12024         select an unseen article over a previously seen, but unread one.
12025
12026         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12027         means that in the article buffer none of the minor mode elements will
12028         be shown, usually, and this is not desirable in most cases.
12029
12030         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12031         that commands like `d' (and the like) go to the next line in the
12032         buffer, instead of the next unread article.  I think this is the
12033         behavior that is most natural for most users.
12034         (gnus-single-article-buffer): Change default to nil, so that people can
12035         have as many article buffers open as they have summary buffer.  I think
12036         this is the most natural way for the groups to behave.
12037
12038         * message.el (message-generate-new-buffers): Change default to
12039         `unsent', so that all new message buffers start their names with the
12040         string "*unsent", and it's easier to find the buffers if you move from
12041         them.
12042
12043 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12044
12045         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12046         small.  They're probably tracking images.
12047         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12048         (gnus-html-rescale-image): Yet another try at getting the image sizing
12049         right.
12050
12051         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12052         nntp-marks-file-name is nil.
12053
12054 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12055
12056         * gnus-html.el (gnus-html-wash-tags)
12057         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12058         Better logging.
12059
12060 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12061
12062         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12063
12064         * gnus-html.el (gnus-html-wash-tags): Check the value of
12065         gnus-blocked-images in the summary buffer.
12066
12067 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12068
12069         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12070
12071 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12072
12073         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12074         like "a", it seems like.
12075         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12076         since it needs to be picked from the correct buffer.
12077
12078         * nnwfm.el: Remove.
12079
12080         * nnlistserv.el: Remove.
12081
12082 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12083
12084         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12085         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12086
12087 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12088
12089         * nnkiboze.el: Remove.
12090
12091         * nndb.el: Remove.
12092
12093         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12094         alt text.
12095         (gnus-html-rescale-image): Try to get the rescaling logic right for
12096         images that are just wide and not tall.
12097
12098         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12099         overshadow variable bindings.
12100
12101 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12102
12103         * gnus-html.el (gnus-html-wash-tags)
12104         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12105         Add extra logging.
12106
12107 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12108
12109         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12110         (gnus-max-image-proportion): New variable.
12111         (gnus-html-rescale-image): New function.
12112         (gnus-html-put-image): Rescale images.
12113
12114 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12115
12116         Fix up some byte-compiler warnings.
12117         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12118         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12119         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12120         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12121         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12122         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12123         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12124
12125 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * gnus-html.el (gnus-article-html): Decode contents by charset.
12128
12129 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12130
12131         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12132         (gnus-html-frame-width, gnus-blocked-images):
12133         * message.el (message-prune-recipient-rules): Add custom version.
12134         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12135
12136         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12137         functions.
12138
12139         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12140         gnus-process-get.
12141
12142 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12143
12144         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12145         instead of lsub directly.
12146
12147 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12148
12149         * nnwarchive.el: Remove.
12150
12151         * gnus-soup.el: Remove.
12152
12153         * nnsoup.el: Remove.
12154
12155         * nnultimate.el: Remove.
12156
12157         * gnus-html.el (gnus-blocked-images): New variable.
12158
12159         * message.el (message-prune-recipients): New function.
12160         (message-prune-recipient-rules): New variable.
12161
12162         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12163         guess whether a long line is natural text or not.
12164
12165         * gnus-html.el (gnus-html-schedule-image-fetching):
12166         Use gnus-process-plist and friends for compatibility.
12167
12168 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12169
12170         * gnus-html.el: Require packages that define macros used in this file.
12171         (gnus-article-mouse-face): Declare to silence byte-compiler.
12172         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12173         process-get.
12174         (gnus-html-put-image): Use plist-get to avoid getf.
12175         (gnus-html-prefetch-images): Use with-current-buffer.
12176
12177 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12178
12179         * gnus-ems.el: Provide compatibility functions for
12180         gnus-set-process-plist.
12181
12182         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12183         header-line-format for XEmacs 21.4.
12184
12185         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12186         * gnus.el (gnus-valid-select-methods):
12187         * message.el (message-send-mail-partially-limit):
12188         * mm-decode.el (mm-text-html-renderer):
12189         * mml.el (mml-insert-mime-headers-always):
12190         * smiley.el (smiley-regexp-alist): Bump custom version.
12191
12192 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12193
12194         * gnus-html.el: Require mm-url.
12195         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12196         with the url to `url'.
12197         (gnus-html-wash-tags): Support cid: URLs/images.
12198
12199 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12200
12201         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12202         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12203         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12204
12205         * gnus-move.el: Remove file, since it doesn't really work.
12206
12207         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12208         UTF-8.  This seems to fix problems with some German web feeds.
12209
12210         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12211         at the top so that the proper colors are applied.
12212
12213         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12214         don't have dots in their names.
12215
12216         * gnus-art.el (gnus-article-view-part): Doc fix.
12217
12218         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12219         XEmacs-compatible.
12220         (gnus-html-put-image): Don't do images on non-graphic displays.
12221
12222         * nnslashdot.el: Remove this unused backend.
12223
12224         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12225         actions.
12226         (gnus-undo-register-1): Revert last change.
12227
12228         * gnus-group.el (gnus-group-completing-read): Protect against not
12229         having completion-styles bound.
12230
12231         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12232         make broken recipients happier.
12233
12234         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12235
12236         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12237         point parameter.
12238
12239         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12240
12241         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12242         completion-styles for group selection.
12243
12244 2009-02-04  Andreas Schwab  <schwab@suse.de>
12245
12246         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12247         headers and regexp-quote the match if necessary.
12248
12249 2009-03-24  Miles Bader  <miles@gnu.org>
12250
12251         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12252         the blinking smiley.
12253
12254 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12255
12256         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12257         blink smiley.
12258
12259 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12260
12261         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12262         where the dribbel file lives exists.
12263
12264         * message.el (message-send-mail-partially-limit): Change the default to
12265         nil, since most people don't want this.
12266
12267         * mm-url.el (mm-url-decode-entities): Also decode entities like
12268         &#x3212.
12269
12270 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12271
12272         * gnus-sum.el (gnus-summary-idna-message):
12273         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12274         Hyperlink urls in docstrings with URL `...'.
12275
12276 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12277
12278         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12279         functions.
12280
12281 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12282
12283         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12284         say what the mouseover text should be.
12285
12286         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12287         version of the mm-w3m-safe-url-regexp variable to only download images
12288         in the groups where we want that to happen.
12289
12290         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12291
12292         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12293         easier debugging.
12294         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12295         big pictures in the article buffer.
12296
12297         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12298         gnus-article-html.
12299         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12300         w3m.
12301
12302         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12303
12304 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12305
12306         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12307         which doesn't exist.
12308
12309         * message.el (message-inhibit-ecomplete): New variable to allow some
12310         function to inhibit ecomplete address storage.
12311         (message-resend): Disable ecomplete message storage when resending
12312         messages.
12313
12314         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12315
12316 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12317
12318         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12319         Save excursion while copying, moving, and deleting articles in order to
12320         prevent the cursor from jumping to unforeseen place.
12321
12322 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * lpath.el: No need to bind bookmark-current-buffer,
12325         bookmark-yank-point and bookmark-make-record-function.
12326
12327 2010-08-17  Glenn Morris  <rgm@gnu.org>
12328
12329         * gnus-sync.el: Require gnus components whose functions are used.
12330
12331         * gnus-art.el (bookmark-make-record-function):
12332         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12333         Declare for compiler.
12334
12335         * mm-url.el (mml-compute-boundary): Autoload.
12336
12337 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12340
12341 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12342
12343         Typo fix "hoo4a" -> "hook".
12344
12345         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12346
12347 2010-08-14  Glenn Morris  <rgm@gnu.org>
12348
12349         * gnus-sync.el (gnus-sync): Fix defgroup version.
12350
12351 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12352
12353         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12354
12355         * gnus-sync.el: Fix docs.
12356         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12357         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12358
12359 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12360
12361         Optimizations for gnus-sync.el.
12362
12363         * gnus-sync.el: Add docs about gnus-sync-backend
12364         possibilities.
12365         (gnus-sync-save): Remove unnecessary message.
12366         (gnus-sync-read): Optimize and show what groups were skipped.
12367
12368 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12369
12370         Minor bug fixes for gnus-sync.el.
12371
12372         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12373         Don't read the sync on get-new-news.
12374
12375         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12376         quiet.
12377
12378         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12379         (fix typo).
12380
12381 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12382
12383         Make saving and restoring of hidden threads work with overlays.
12384         Patch applied by Ted Zlatanov.
12385
12386         * gnus-sum.el (gnus-hidden-threads-configuration)
12387         (gnus-restore-hidden-threads-configuration): Update to deal with text
12388         properties, rather than searching for a magic character.
12389
12390 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12391
12392         New gnus-sync.el library for synchronization of marks.
12393
12394         * gnus-sync.el: New library for synchronization of marks.
12395
12396         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12397         renamed from `gnus-registry-grep-in-list'.
12398
12399         * gnus-registry.el (gnus-registry-follow-group-p):
12400         Use `gnus-grep-in-list'.
12401
12402         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12403
12404 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12405
12406         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12407         determining charset of text fails.
12408
12409 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * nnmail.el (nnmail-get-new-mail-1): Revert.
12412
12413         * nnml.el (nnml-active-number): Make sure names of newly created groups
12414         in nnml-group-alist are encoded.
12415
12416 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12417
12418         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12419         containing non-ASCII characters in active file for nnml back end.
12420
12421 2010-07-24  David Engster  <dengste@eml.cc>
12422
12423         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12424         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12425
12426 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12427
12428         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12429         tag (Bug#6654).
12430
12431 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12432
12433         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12434         the article buffer, not the summary buffer.
12435
12436 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12437
12438         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12439         Emacs 23 as well.
12440
12441 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12444         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12445
12446 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12447
12448         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12449         Patch applied by Karl Fogel.
12450
12451         * gnus-sum.el (gnus-summary-bookmark-make-record):
12452         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12453
12454 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12455
12456         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12457         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12458         C-w still not working correctly from Article buffers; Thierry's
12459         patch to fix that will be applied after this.
12460
12461         * gnus-art.el (bookmark-make-record-function): New local variable.
12462
12463         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12464         article buffer.
12465         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12466
12467 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12468
12469         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12470         on changes in bookmark.el.
12471
12472 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12473
12474         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12475         `no-log' instead of message not to log prompt string.
12476
12477 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12478
12479         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12480         the *other* type of HTML form submission.
12481
12482 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12483
12484         * auth-source.el (auth-source-pick): If choice does not contain a
12485         questioned keyword, set the check to t.
12486
12487 2010-06-12  Romain Francoise  <romain@orebokech.com>
12488
12489         * gnus-util.el (gnus-date-get-time): Move up before first use.
12490
12491 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12494         (gnus-article-edit-part): Bind it to make last part that is substituted
12495         or deleted visible.
12496         (gnus-mime-display-single): Buttonize part of which id equals to
12497         gnus-mime-buttonized-part-id.
12498
12499 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12500
12501         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12502         (gnus-dd-mmm): Use gnus-date-get-time.
12503         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12504         simplify logic.
12505         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12506         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12507
12508 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12509
12510         * auth-source.el (top): Autoload `secrets-list-collections',
12511         `secrets-create-item', `secrets-delete-item'.
12512         (auth-sources): Fix tag string.
12513         (auth-get-source, auth-source-retrieve, auth-source-create)
12514         (auth-source-delete): New defuns.
12515         (auth-source-pick): Rewrite in order to avoid 2 passes.
12516         (auth-source-forget-user-or-password): New parameter USERNAME.
12517         (auth-source-user-or-password): New parameters CREATE-MISSING and
12518         DELETE-EXISTING.  Retrieve password interactively, if needed.
12519
12520 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12521
12522         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12523         deleting unused directories when gnus-expert-user is t.
12524
12525 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12528         for each temp file when gnus-article-browse-delete-temp is ask.
12529
12530 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12531
12532         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12533         Replace Lisp calls to delete-backward-char by calls to delete-char.
12534
12535 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12536
12537         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12538
12539 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12540
12541         * password-cache.el (password-cache-remove): Fix docstring.
12542
12543 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12546         article unless decoding article to be saved.
12547
12548 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12551         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12552         generated within the mm-with-unibyte-current-buffer macro.
12553
12554 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12557         to nil when we're in a mml-preview buffer and no group is selected.
12558
12559 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12560
12561         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12562         when catching the `C-g'.  Reported by "Leo".
12563
12564 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * message.el (message-forward-make-body-plain)
12567         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12568         multibyte-string-p.
12569
12570         * lpath.el: Revert.
12571
12572 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * message.el (message-forward-make-body-mml): Assume original message
12575         is multibyte string; error on unibyte.
12576         (message-forward-make-body-plain): Ditto; don't add excessive newline
12577         in body end.
12578
12579         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12580
12581 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12582
12583         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12584         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12585
12586 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12587
12588         * mm-extern.el (mm-extern-url): Don't use
12589         mm-with-unibyte-current-buffer.
12590         (mm-extern-cache-contents): Use with-current-buffer instead of
12591         save-excursion + set-buffer.
12592
12593 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12594
12595         * mm-util.el (mm-emacs-mule): Remove.
12596
12597 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12598
12599         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12600         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12601         change.
12602
12603 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12604
12605         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12606         bind the default value of enable-multibyte-characters to nil.
12607
12608 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * message.el (message-forward-make-body-plain)
12611         (message-forward-make-body-mml):
12612         Don't use mm-with-unibyte-current-buffer.
12613
12614 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12615
12616         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12617
12618 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12619
12620         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12621         (Bug#5592).
12622
12623 2010-05-07  Julien Danjou  <julien@danjou.info>
12624
12625         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12626         it to mm-pipe-part.
12627
12628         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12629         it is given.
12630
12631 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * binhex.el (binhex-decode-region-internal):
12634         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12635         (dns-query):
12636         * nnweb.el (nnweb-gmane-search):
12637         * pgg-parse.el (pgg-parse-armor):
12638         * pgg.el (pgg-verify-region):
12639         * sha1.el (sha1-string-external):
12640         * uudecode.el (uudecode-decode-region-internal):
12641         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12642         XEmacs.
12643
12644         * gnus-art.el (gnus-article-browse-html-parts):
12645         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12646         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12647         make-temp-file.
12648
12649         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12650         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12651         compiling.
12652
12653         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12654         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12655         XEmacs when compiling.
12656
12657         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12658         gnus-pick-mode-off-hook for XEmacs when compiling.
12659         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12660         gnus-binary-mode-off-hook for XEmacs when compiling.
12661
12662         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12663         Return nil if char-charset is not available.
12664
12665         * imap.el (imap-disable-multibyte)
12666         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12667         macros.
12668
12669         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12670         instead of encode-coding-string.
12671
12672         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12673         'xemacs) instead of mm-emacs-mule to switch function definitions.
12674         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12675
12676         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12677         bind temporary-file-directory for XEmacs;
12678         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12679         timer-set-function for XEmacs 21.4 and SXEmacs;
12680         bind timer-list for XEmacs 21.4 and SXEmacs;
12681         fbind char-charset and find-charset-region for non-Mule XEmacs;
12682         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12683         encode-coding-region and encode-coding-string for XEmacs having no
12684         file-coding feature.
12685
12686 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12687
12688         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12689
12690 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12693         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12694
12695 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12696
12697         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12698         alias `jka-compr-delete-temp-file' no longer exists.
12699
12700 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12701
12702         Use define-minor-mode in Gnus where applicable.
12703         * mml.el (mml-mode): Use define-minor-mode.
12704         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12705         (gnus-undo-mode): Use define-minor-mode.
12706         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12707         (gnus-dead-summary-mode): Use define-minor-mode.
12708         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12709         Initialize in declaration.
12710         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12711         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12712         (gnus-mailing-list-mode): Use define-minor-mode.
12713         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12714         (gnus-draft-mode): Use define-minor-mode.
12715         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12716         (gnus-dired-mode): Use define-minor-mode.
12717
12718 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12719
12720         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12721         handles on recursive mml-to-mime translation and check them for
12722         boundary delimiter collisions.  Reported by Greg Troxel.
12723
12724 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12725
12726         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12727
12728 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12729
12730         * mm-util.el (mm-find-buffer-file-coding-system):
12731         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12732
12733 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12734
12735         * message.el (message-generate-headers): Record insertion of optional
12736         headers as well.  Otherwise the check to prevent repeated insertion of
12737         optional headers is a no-op.
12738
12739 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12740
12741         * smime.el: Don't mention CVS.
12742
12743         * nnrss.el (nnrss-fetch): Don't mention CVS.
12744
12745         * nnir.el: Don't mention CVS.
12746
12747 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12748
12749         * gnus-sum.el (gnus-summary-bookmark-make-record):
12750         Add `location' field.
12751
12752 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12753
12754         * lpath.el: Fbind bookmark-default-handler,
12755         bookmark-get-bookmark-record, bookmark-make-record-default,
12756         bookmark-prop-get for Emacs <23 and XEmacs.
12757
12758 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12759
12760         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12761         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12762         Use with-current-buffer to silence the byte-compiler.
12763         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12764         bother to require `gnus'.
12765         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12766
12767 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12768
12769         * gnus-sum.el (gnus-summary-bookmark-make-record)
12770         (gnus-summary-bookmark-jump): New functions.
12771         (gnus-summary-mode): Setup bookmark support.
12772
12773 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12774
12775         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12776         if set.
12777
12778 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12781         gnus-article-browse-html-save-cid-image; make it work recursively for
12782         forwarded messages as well.
12783         (gnus-article-browse-html-parts): Work when prefix arg is given.
12784         (gnus-article-browse-html-article): Doc fix.
12785
12786 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12787
12788         * message.el (message-default-mail-headers)
12789         (message-default-headers): Carry the value mail-default-headers over
12790         into message-default-mail-headers, rather than message-default-headers.
12791
12792 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12793
12794         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12795         charset.
12796
12797         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12798         charset into the <meta> tag when the article is encoded to utf-8.
12799
12800 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12801
12802         * gnus-art.el (gnus-article-browse-delete-temp-files):
12803         Delete directories as well.
12804         (gnus-article-browse-html-parts): Work for images that do not specify
12805         file names; delete temp directory when quitting; insert header at the
12806         right place; use file: scheme for image files.
12807
12808 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12809
12810         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12811         (gnus-article-browse-html-parts): Use it to make temporary cid image
12812         files in addition to html file so that browser may display them.
12813
12814 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12817
12818 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12819
12820         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12821
12822 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12823
12824         * auth-source.el (auth-sources): Change default to be simpler.
12825         Explain about Secret Service API sources.  Improve Customize options.
12826         (auth-source-pick): Change to accept any number of search parameters.
12827         Implement fallbacks iteratively, not recursively.  Add scoring on the
12828         second pass and sort by score.  Call Secret Service API when needed.
12829         (auth-source-user-or-password): Use it.  Call Secret Service API
12830         directly when needed to get the user name and the password.
12831
12832 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12833
12834         * message.el (message-interactive): Doc fix.
12835         (message-qmail-inject-args): Reflow.
12836         (message-kill-to-signature): Fix typo in docstring.
12837
12838         * smiley.el (smiley-buffer): Fix typo in docstring.
12839
12840 2010-03-24  Glenn Morris  <rgm@gnu.org>
12841
12842         * mail-source.el (gnus-message): Declare.
12843         (mail-source-delete-old-incoming): Require gnus-util.
12844
12845 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12848
12849         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12850
12851         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12852         password-cache's default if it is not bound.
12853         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12854         password-cache-expiry's default if it is not bound.
12855
12856         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12857         available in Emacs 21.
12858
12859         * lpath.el: Suppress compiler warnings for:
12860         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12861         XEmacs;
12862         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12863         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12864         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12865
12866 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12867
12868         * auth-source.el (auth-sources): Fix up definition so extra parameters
12869         are always inline.
12870
12871 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12872
12873         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12874         wasn't updated after mismatch.  Clear cached mailbox info correctly
12875         when uidvalidity changes.
12876         (nnimap-group-prefixed-name): New function to avoid some code
12877         duplication.
12878         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12879         (nnimap-request-group): Use it.
12880         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12881         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12882         with many imap folders.  This is done by caching the group status from
12883         the imap server persistently in a group parameter `imap-status'.  (This
12884         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12885         but not persistently, so every Gnus startup was still very slow.)
12886
12887 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12888
12889         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12890         delete the extra newline.  Otherwise editing of :string and :number
12891         types don't work.
12892
12893 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12894
12895         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12896         secrets.el dependency.
12897         (auth-sources): Add optional user name.  Add secrets.el configuration
12898         choice (unused right now).
12899
12900 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12901
12902         * gnus-sum.el (gnus-summary-make-menu-bar):
12903         Let `gnus-registry-install-shortcuts' fill in the functions.
12904
12905         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12906         warnings.
12907         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12908         (gnus-registry-install-shortcuts): Populate and use it in a
12909         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12910
12911 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12912
12913         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12914         In-place substitutions for the group name encoding/decoding.
12915         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12916         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12917         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12918         (nnimap-update-unseen, nnimap-request-list)
12919         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12920         (nnimap-request-set-mark, nnimap-split-to-groups)
12921         (nnimap-split-articles, nnimap-request-newgroups)
12922         (nnimap-request-create-group, nnimap-request-accept-article)
12923         (nnimap-request-delete-group, nnimap-request-rename-group)
12924         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12925         `encoded-mbx' for consistency.
12926         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12927         variable `imap-current-mailbox'.
12928
12929         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12930         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12931
12932 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12933
12934         * pop3.el (pop3-display-message-size-flag): Display message size byte
12935         counts during POP3 download.
12936         (pop3-movemail): Use it.
12937         (pop3-list): Implement listing of available messages.
12938
12939 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12940
12941         * nnir.el (nnir-get-article-nov-override-function): New function to
12942         override the normal NOV retrieval.
12943         (nnir-retrieve-headers): Use it.
12944
12945 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12946
12947         * auth-source.el (netrc-machine-user-or-password): Autoload.
12948
12949 2010-03-19  Glenn Morris  <rgm@gnu.org>
12950
12951         Stop message.el from loading about 40 libraries it doesn't always need.
12952         The general approach is to autoload rather than require, and to
12953         require in the specific functions rather than the file.  (Bug#5642)
12954
12955         * gmm-utils.el: Don't require wid-edit.
12956         (widget-create-child-value, widget-convert, widget-default-get):
12957         Autoload.
12958
12959         * gnus-util.el: Don't require time-date, netrc.
12960         (message-fetch-field, gnus-group-name-decode): Declare rather than
12961         autoloading.
12962         (gnus-fetch-field): Require message.
12963         (gnus-decode-newsgroups): Require gnus-group.
12964
12965         * ietf-drums.el: Don't require time-date.
12966
12967         * message.el: Don't require hashcash, canlock, ecomplete.
12968         Do require mail-utils.  Require nnheader only when compiling.
12969         (smtpmail-default-smtp-server): Remove declaration.
12970         (message-send-mail-function): Check smtpmail-default-smtp-server
12971         is bound rather than requiring smtpmail.
12972         (message-auto-save-directory, message-insert-signature):
12973         Use expand-file-name rather than nnheader-concat.
12974         (nnheader-insert-file-contents): Autoload.
12975         (hashcash-wait-async): Declare.
12976         (message-send-mail): Only call gnus-setup-posting-charset if
12977         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12978         (message-send-mail-with-sendmail): Require sendmail.
12979         (canlock-password, canlock-password-for-verify): Declare.
12980         (message-canlock-password): Require canlock.
12981         (nnheader-get-report): Autoload.
12982         (gnus-setup-posting-charset): Declare.
12983         (message-send-news): Require gnus-msg.
12984         (message-make-references, message-make-in-reply-to): Use mail-header-id
12985         rather than the alias mail-header-message-id.
12986         (ecomplete-add-item, ecomplete-save): Declare.
12987         (message-put-addresses-in-ecomplete): Require ecomplete.
12988         (ecomplete-display-matches): Autoload.
12989
12990         * mm-decode.el: Don't require mailcap, gnus-util.
12991         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12992         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12993         Autoload.
12994         (mailcap-mime-extensions): Declare.
12995
12996         * mm-encode.el: Don't require mailcap.
12997         (mailcap-extension-to-mime): Autoload.
12998
12999         * mml-sec.el: Don't require password-cache.
13000
13001         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13002         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13003         (mml-minibuffer-read-type): Require mailcap.
13004         (mml-preview): Require gnus-msg.
13005
13006         * mml1991.el: Require password-cache.
13007         (password-cache-expiry): Remove declaration.
13008
13009         * mml2015.el: Require password-cache.
13010         (password-cache-expiry): Remove declaration.
13011
13012         * nneething.el (mailcap): Require mailcap.
13013
13014         * nnheader.el (declare-function): Add compatibility stub.
13015         (message-remove-header): Declare rather than autoload.
13016         (nnheader-replace-header): Require message.
13017
13018         * nnimap.el (declare-function): Add compatibility stub.
13019         (netrc-parse, netrc-machine-user-or-password): Declare.
13020         (nnimap-open-connection): Require netrc.
13021
13022         * nntp.el (declare-function): Add compatibility stub.
13023         (netrc-parse, netrc-machine, netrc-get): Declare.
13024         (nntp-send-authinfo): Require netrc.
13025
13026         * rfc2047.el: Don't require qp.
13027         (quoted-printable-encode-region, quoted-printable-decode-string):
13028         Autoload.
13029
13030         * sieve-mode.el: Don't require easymenu.
13031         (easy-menu-add-item): Autoload it.
13032
13033         * spam-stat.el (time-to-number-of-days): Autoload it.
13034
13035 2010-03-19  Glenn Morris  <rgm@gnu.org>
13036
13037         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13038
13039 2010-03-18  Glenn Morris  <rgm@gnu.org>
13040
13041         * hashcash.el (declare-function): Remove duplicate definition.
13042
13043 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13044
13045         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13046         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13047         value if any backslash escapes).
13048
13049 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13052         if it is available.  (bug#5647)
13053
13054         * lpath.el: Suppress compiler warning for coding-system-from-name for
13055         Emacs 21 and XEmacs.
13056
13057 2010-03-14  Juri Linkov  <juri@jurta.org>
13058
13059         * hmac-def.el:
13060         * hmac-md5.el:
13061         * netrc.el: Fix keywords.
13062
13063 2010-02-26  Glenn Morris  <rgm@gnu.org>
13064
13065         * message.el (message-send-mail-function): Change the default, so that
13066         it inherits from a customized send-mail-function.  (Bug#5643)
13067
13068 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13069
13070         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13071         shell-command-to-string signals an error (bug#5299).
13072
13073 2010-02-24  Glenn Morris  <rgm@gnu.org>
13074
13075         * message.el (message-smtpmail-send-it)
13076         (message-send-mail-with-mailclient): Doc fixes.
13077
13078 2010-02-16  Glenn Morris  <rgm@gnu.org>
13079
13080         * message.el (message-default-mail-headers): Change the default value
13081         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13082
13083 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13086         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13087
13088 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13089
13090         * time-date.el (date-to-time): Doc fix (Bug#5408).
13091
13092 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13093
13094         * message.el (message-mail): Just pass yank-action on to message-setup.
13095         (message-setup): Handle (FUN . ARGS) form of yank-action.
13096         (message-with-reply-buffer, message-widen-reply)
13097         (message-yank-original): Handle non-buffer values of
13098         message-reply-buffer (Bug#4080).
13099         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13100
13101 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13102
13103         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13104         Fix typo in docstring.
13105
13106 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13107
13108         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13109         response.
13110
13111 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13114
13115         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13116
13117         * message.el (message-check-news-header-syntax): Protect against a
13118         string that `rfc822-addresses' returns when parsing fails.
13119
13120 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13123         (gnus-previous-char-property-change): New functions.
13124
13125         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13126
13127 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13128
13129         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13130         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13131
13132 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13133
13134         * message.el (message-exchange-point-and-mark): Rework last change to
13135         avoid using optional arg of exchange-point-and-mark, for backward
13136         compatibility.
13137
13138 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13139
13140         * message.el (message-exchange-point-and-mark):
13141         Call exchange-point-and-mark with an argument rather than setting
13142         mark-active by hand (Bug#5175).
13143
13144 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * nntp.el (nntp-service-to-port): Work for service expressed with
13147         numeric string; replace [:digit:] with [0-9] for XEmacs.
13148
13149 2009-12-17  Glenn Morris  <rgm@gnu.org>
13150
13151         * gnus-group.el (gnus-bug-group-download-format-alist):
13152         Change emacs entry to debbugs.gnu.org.  Bump :version.
13153
13154 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13155
13156         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13157
13158 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13159
13160         * message.el (message-info): Explain why we use `Info-goto-node'.
13161
13162 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13163
13164         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13165
13166 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13167
13168         * message.el (message-completion-in-region): New compatibility function.
13169         (message-expand-group): Use it.
13170
13171 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13174         with no unread article should be listed if the 2nd arg `predicate' is
13175         given.
13176
13177 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13180
13181 2009-11-29  Juri Linkov  <juri@jurta.org>
13182
13183         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13184         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13185         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13186
13187 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13188
13189         * sha1.el (sha1-string-external): default-directory "/" in case
13190         otherwise non-existent.  process-connection-type pipe for touch of
13191         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13192
13193 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13194
13195         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13196         it's comms related and sgml-mode.el has "comm" on that basis too.
13197
13198 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13201         containing tspecial characters if they have been already quoted.
13202
13203 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13204
13205         * dns-mode.el (auto-mode-alist): Purecopy string.
13206
13207 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13208
13209         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13210
13211 2009-10-24  Glenn Morris  <rgm@gnu.org>
13212
13213         * gnus-art.el (help-xref-stack-item): Define for compiler.
13214
13215 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13216
13217         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13218
13219 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13220
13221         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13222
13223 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13226         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13227
13228 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13229
13230         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13231         (gnus-overlays-in): New alias to overlays-in.
13232
13233         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13234         gnus-overlay-get, and gnus-delete-overlay.
13235         (gnus-summary-show-thread): Make it work as well for systems in which
13236         next-single-char-property-change is not available.
13237         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13238
13239         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13240         (gnus-overlay-get): New alias to extent-property.
13241         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13242
13243         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13244         SXEmacs.
13245
13246         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13247         SXEmacs.
13248
13249 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13250
13251         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13252
13253 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13254
13255         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13256         and XEmacs that don't have `remove-overlays'.
13257
13258 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13259
13260         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13261         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13262         selective display.  Use overlays instead.
13263
13264 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13265
13266         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13267
13268 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13269
13270         * spam-stat.el (spam-stat-load): Fix typo in message.
13271
13272 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13273
13274         * dig.el (dig-invoke): Fix typo in docstring.
13275         (query-dig): Reflow docstring.
13276
13277 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13278
13279         * gnus-art.el (gnus-article-encrypt-body):
13280         * message.el (message-check-recipients):
13281         * mm-util.el (mm-codepage-setup):
13282         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13283         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13284
13285 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13286
13287         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13288         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13289         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13290         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13291         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13292
13293 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13294
13295         * dig.el: Add "Keywords: comm", as per net-utils.el.
13296
13297 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13298
13299         * dig.el (dig-mode): Use define-derived-mode.
13300
13301 2009-09-19  Glenn Morris  <rgm@gnu.org>
13302
13303         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13304
13305 2009-09-18  Glenn Morris  <rgm@gnu.org>
13306
13307         * gnus-diary.el (gnus-diary-check-message):
13308         * message.el (message-insert-formatted-citation-line):
13309         * nnbabyl.el (top-level):
13310         * nndiary.el (nndiary-schedule):
13311         Fix typos in condition-case handlers.
13312
13313 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13314
13315         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13316         configuration that provides the sole article window in a frame;
13317         position point correctly after deleting a part.
13318
13319 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13320
13321         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13322         (spam-resolve-registrations-routine): Use it to unregister articles
13323         that change status.
13324
13325 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13328         with XEmacs.
13329         (parse-time-string-chars): Use it.
13330
13331 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13332
13333         * imap.el (imap-interactive-login): Better messages.
13334         (imap-open): Fix bug with renamed buffer on reconnect.
13335         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13336         for easier debugging and cleaner code.  On successful (guessed based on
13337         server capabilities) secondary authentication, set imap-state
13338         correctly.
13339         (imap-last-authenticator): Define imap-last-authenticator as a variable
13340         to avoid warnings.
13341
13342 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * nnrss.el (nnrss-request-article): Remove binding of
13345         default-enable-multibyte-characters that has gotten needless by
13346         the 2007-07-13 change in rfc2047-encode-message-header.
13347
13348         * mml.el (mml-insert-multipart): Error on the message header.
13349         (mml-insert-part): Error on the message header; position point at
13350         the end of a MIME tag.
13351
13352 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13353
13354         * time-date.el (autoload): Expand define-obsolete-function-alias into
13355         defalias and make-obsolete for old Emacsen that Gnus supports.
13356         (with-no-warnings): Define it for old Emacsen.
13357         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13358         is available.
13359         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13360         float-time is available; suppress compile warning for time-to-seconds.
13361
13362         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13363         (gnus-float-time): Alias to float-time if it exists.
13364
13365         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13366         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13367         float-time is available; suppress compile warning for time-to-seconds.
13368
13369         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13370         XEmacs.
13371
13372 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13373
13374         * imap.el (imap-message-map): Docstring fix.
13375
13376 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13379         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13380         Add the optional argument `encoding' that overrides the default.
13381
13382         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13383         mm-encode-buffer.
13384
13385 2009-09-04  Glenn Morris  <rgm@gnu.org>
13386
13387         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13388         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13389         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13390         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13391         * mm-util.el (mm-with-unibyte-current-buffer)
13392         (mm-find-buffer-file-coding-system):
13393         * yenc.el (yenc-decode-region): Use default-value rather than
13394         default-enable-multibyte-characters.
13395
13396 2009-09-03  Glenn Morris  <rgm@gnu.org>
13397
13398         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13399         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13400         than default-enable-multibyte-characters.
13401
13402 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13403
13404         * gnus-art.el (gnus-article-read-summary-keys):
13405         Fix gnus-buffer-configuration's value temporarily used.
13406
13407 2009-09-02  Glenn Morris  <rgm@gnu.org>
13408
13409         * gnus-util.el (gnus-float-time): New function.
13410         * gnus-delay.el (gnus-delay-article):
13411         * gnus-sum.el (gnus-thread-latest-date):
13412         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13413         * nnspool.el (nnspool-request-newgroups):
13414         Use gnus-float-time rather than time-to-seconds.
13415         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13416
13417         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13418         (gnus-header-subject-face, gnus-header-newsgroups-face)
13419         (gnus-header-name-face, gnus-header-content-face):
13420         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13421         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13422         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13423         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13424         (gnus-cite-face-11):
13425         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13426         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13427         (gnus-server-closed-face, gnus-server-denied-face)
13428         (gnus-server-offline-face):
13429         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13430         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13431         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13432         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13433         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13434         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13435         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13436         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13437         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13438         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13439         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13440         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13441         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13442         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13443         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13444         (gnus-summary-high-undownloaded-face)
13445         (gnus-summary-low-undownloaded-face)
13446         (gnus-summary-normal-undownloaded-face)
13447         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13448         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13449         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13450         (gnus-splash-face):
13451         * message.el (message-header-to-face, message-header-cc-face)
13452         (message-header-subject-face, message-header-newsgroups-face)
13453         (message-header-other-face, message-header-name-face)
13454         (message-header-xheader-face, message-separator-face)
13455         (message-cited-text-face, message-mml-face):
13456         * sieve-mode.el (sieve-control-commands-face)
13457         (sieve-action-commands-face, sieve-test-commands-face)
13458         (sieve-tagged-arguments-face):
13459         * spam.el (spam-face):
13460         Mark face aliases with "-face" in the name as obsolete.
13461
13462 2009-09-01  Glenn Morris  <rgm@gnu.org>
13463
13464         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13465         than goto-line.
13466
13467 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13470         Don't move point if the command is invoked inside the message header.
13471
13472 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13473
13474         * imap.el (imap-send-command): Simplify.
13475         (imap-wait-for-tag): point-max -> buffer-size.
13476
13477 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13478
13479         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13480         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13481         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13482         * nnir.el (nnir-swish-e-index-file):
13483         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13484         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13485         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13486         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13487         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13488         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13489
13490 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13493         Don't save excursion.
13494
13495 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13496
13497         * nnheader.el (nnheader-find-file-noselect):
13498         * mm-util.el (mm-insert-file-contents):
13499         Use (default-value 'major-mode) instead of default-major-mode.
13500
13501 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13502
13503         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13504
13505 2009-08-26  Glenn Morris  <rgm@gnu.org>
13506
13507         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13508         than placing in files.el.
13509
13510 2009-08-25  Glenn Morris  <rgm@gnu.org>
13511
13512         * nnir.el (top-level): Don't require cl at run-time.
13513         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13514         Replace cl-function substitute with gnus-replace-in-string.
13515         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13516         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13517         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13518         simplified expansions.
13519
13520 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13521
13522         * dig.el (dig): Add autoload cookie.
13523
13524 2009-08-22  Glenn Morris  <rgm@gnu.org>
13525
13526         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13527         goto-line.
13528
13529 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13530
13531         * parse-time.el (parse-time-string-chars): Save match data.
13532
13533 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13534
13535         * parse-time.el (parse-time-string-chars): Compute using character
13536         classes, to handle non-ascii characters (Bug#3190).
13537
13538 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13539
13540         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13541
13542         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13543         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13544         (gnus-mm-display-part, gnus-mime-display-single)
13545         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13546         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13547
13548         * gnus-sum.el
13549         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13550         (gnus-summary-move-article): Add expirable mark to articles copied or
13551         moved to group that has auto-expire turned on if the option is non-nil.
13552
13553 2009-07-24  Glenn Morris  <rgm@gnu.org>
13554
13555         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13556         Fix typo.  (Bug#3903)
13557
13558 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13561         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13562         that should not be used for draft articles.
13563         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13564         that has no concern in minor mode keys.
13565         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13566         Abolish.
13567
13568 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13571         article without making inquiry to a user for unknown encoding.
13572
13573         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13574         (nnmaildir--scan): Assume i-node and device number that file-attributes
13575         returns might be cons-cell.
13576
13577         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13578
13579         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13580
13581 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13582
13583         * auth-source.el: Remove docs now in auth.texi.  Don't use
13584         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13585         `auth-source-hide-passwords' and use them.
13586
13587 2009-07-15  Glenn Morris  <rgm@gnu.org>
13588
13589         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13590
13591 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13594         excessive whitespace from the default values of title and description.
13595
13596 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13597
13598         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13599         mail-fetch-field to fetch Content-Description header in order to
13600         exclude newlines.
13601
13602 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13603
13604         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13605         format used by GnuPG 2.0.11.
13606
13607 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13610         to deleted part.
13611
13612 2009-05-30  David Engster  <dengste@eml.cc>
13613
13614         * nnmairix.el: Remove old documentation in the commentary block.
13615         (nnmairix-request-group): Do not update active file for nnml back ends.
13616         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13617         end so that overview files are ignored.
13618         (nnmairix-update-groups): Make updating the groups more robust by using
13619         marks.
13620         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13621         with dollar characters in message-id.
13622
13623 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13624
13625         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13626         2008-12-25 in dns.el.
13627
13628 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13629
13630         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13631         could happen if the text is only composed of spaces and/or tabs.
13632
13633 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13634
13635         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13636         when sending a queued message to avoid extra mml tags.
13637
13638 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13639
13640         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13641
13642 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13643
13644         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13645         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13646         rmail-toggle-header for XEmacs;
13647         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13648
13649 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13650
13651         * gnus-dired.el: Remove autoload for gnus-setup-message.
13652         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13653         displaying Gnus logo; always use compose-mail.
13654
13655 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13658
13659 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13662         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13663         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13664         available.
13665         (gnus-nocem-epg-verify): New function.
13666
13667 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13668
13669         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13670
13671 2009-02-15  Glenn Morris  <rgm@gnu.org>
13672
13673         * gnus-util.el (rmail-insert-rmail-file-header)
13674         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13675         autoloads.
13676         (rmail-default-rmail-file): Remove unnecessary declaration.
13677         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13678
13679 2009-02-14  Glenn Morris  <rgm@gnu.org>
13680
13681         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13682         variable (only used in gnus-util, which declares it anyway).
13683         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13684         which was only needed by gnus-art (changed to not use it any more).
13685         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13686         only used in gnus-util, which autoloads it itself.
13687         (rmail-update-summary): Fix autoload.
13688
13689         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13690         rather than rmail-output-to-rmail-file.
13691
13692 2009-02-07  Glenn Morris  <rgm@gnu.org>
13693
13694         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13695         autoload of function that no longer exists.
13696         (rmail-toggle-header): Declare.
13697         (message-forward-rmail-make-body): Handle mbox Rmail.
13698
13699 2009-01-31  Glenn Morris  <rgm@gnu.org>
13700
13701         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13702         2009-01-09 change.
13703
13704 2009-01-31  Dave Love  <fx@gnu.org>
13705
13706         * imap.el (imap-fetch-safe): Bind debug-on-error.
13707         (imap-debug): Add imap-fetch-safe.
13708
13709 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13710
13711         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13712         (auth-source-forget-all-cached): New convenience function.
13713         (auth-source-user-or-password): Accept list of modes or a single mode.
13714
13715         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13716         auth-source modes.
13717
13718         * netrc.el (netrc-machine-user-or-password): Use list of
13719         auth-source modes.
13720
13721         * nnimap.el (nnimap-open-connection): Use list of
13722         auth-source modes.
13723
13724         * nntp.el (nntp-send-authinfo): Use list of
13725         auth-source modes.
13726
13727 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13728
13729         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13730         now.
13731
13732 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13735         coding system in XEmacs; add a workaround for XEmacs.
13736
13737         * lpath.el: Fbind coding-system-aliasee.
13738
13739 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13742         of current-language-environment.
13743
13744 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13745
13746         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13747         available at runtime.
13748
13749 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13752
13753 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13754
13755         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13756         the greatest positive fixnum value doesn't work under an XEmacs with
13757         bignum support; use the most-positive-fixnum constant instead,
13758         available since Emacs 21.1 with cl and XEmacs 21.1.
13759
13760 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13763         XEmacs gets not to work.
13764
13765 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * mm-util.el (mm-coding-system-priorities): Allow the value like
13768         "Japanese (UTF-8)" of current-language-environment.
13769
13770 2009-01-09  Glenn Morris  <rgm@gnu.org>
13771
13772         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13773         with last-command-event.
13774
13775 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13776
13777         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13778         in the doc string.
13779
13780         * message.el (message-fix-before-sending): Amend comment.
13781
13782 2009-01-08  Dave Love  <fx@gnu.org>
13783
13784         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13785
13786 2009-01-07  David Engster  <dengste@eml.cc>
13787
13788         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13789         simplified server definitions by converting it via
13790         gnus-server-to-method.
13791
13792 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13795         parameter's operands.
13796
13797 2009-01-06  David Engster  <dengste@eml.cc>
13798
13799         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13800         primary select method (for gnus-group-mark-article-as-read).
13801
13802 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13803
13804         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13805         `(gnus)Face', not `(gnus)X-Face'.
13806
13807 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * mm-util.el (mm-ucs-to-char): New function.
13810
13811         * mm-url.el (mm-url-decode-entities): Use it.
13812
13813         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13814         unicode-to-char.
13815
13816 2009-01-05  Dave Love  <fx@gnu.org>
13817
13818         * time-date.el: Require cl for `declare'.
13819
13820 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13821
13822         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13823         Dave Love.
13824
13825 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13826
13827         * message.el (message-fix-before-sending): Add `eight-bit' to
13828         illegible-text check.
13829
13830 2009-01-03  Michael Olson  <mwolson@gnu.org>
13831
13832         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13833         `headers' is nil.  This can occur if the IMAP server does not have
13834         permissions to read messages from a folder, but can write new messages
13835         to the folder.
13836         (nnimap-request-article-part): Do not insert `data' if it is nil.
13837
13838         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13839         characters which will confuse `read', so skip past them.
13840
13841 2009-01-01  Dave Love  <fx@gnu.org>
13842
13843         * imap.el (imap-string-to-integer): Fix typo.
13844         (imap-fetch-safe): New function.
13845         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13846
13847         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13848
13849         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13850         (imap-parse-greeting): Fix doc strings.
13851         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13852         (imap-parse-flag-list): Make messages unique.
13853         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13854
13855         * nnimap.el: Fix author email.
13856         (nnimap-split-rule): Add FIXME comment.
13857         (nnimap-debug): Fix doc string.
13858
13859 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13860
13861         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13862
13863 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13864
13865         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13866         nslookup if resolv.conf isn't available.
13867         (dns-query): Rename from query-dns.
13868         (dns-query-cached): Rename from query-dns-cached.
13869
13870 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13873         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13874         to check if those variables exist (first appeared in Emacs 18.50).
13875
13876 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * mm-util.el (mm-line-number-at-pos): New function.
13879
13880         * spam-report.el (spam-report-process-queue): Use it.
13881
13882 2008-12-24  David Engster  <dengste@eml.cc>
13883
13884         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13885         parameters that haven't existed as variables as buffer-local variables.
13886
13887 2008-12-23  Dave Love  <fx@gnu.org>
13888
13889         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13890         cadar.
13891
13892         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13893         imap-starttls-p.
13894         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13895
13896 2008-12-22  Dave Love  <fx@gnu.org>
13897
13898         * imap.el: Fix author email.  Doc fixes.
13899         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13900         reply.
13901
13902 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13903
13904         * spam-report.el (spam-report-gmane-max-requests): New constant.
13905         (spam-report-gmane-wait): New variable.
13906         (spam-report-gmane-ham, spam-report-gmane-spam)
13907         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13908         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13909         the server.
13910
13911         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13912         Add explanations.
13913
13914         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13915         nnheader-accept-process-output and nnheader-read-timeout if available.
13916         (pop3-movemail): Use it.
13917
13918         * message.el (message-check-news-body-syntax): Fix signature check if
13919         there's an attachment.
13920
13921 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * mm-util.el: Add comments to the mm- emulating functions.
13924
13925 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13926
13927         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13928         Reported by Stephen Berman <stephen.berman@gmx.net>.
13929
13930 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * mm-util.el (mm-substring-no-properties): New function.
13933         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13934         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13935         (mm-string-to-multibyte): Doc fix.
13936
13937         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13938
13939 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13940
13941         * mml.el (mml-attach-file): Strip text properties from file name.
13942         (Bug#1574)
13943
13944 2008-12-16  Glenn Morris  <rgm@gnu.org>
13945
13946         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13947
13948 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13951         knows since the charset specified might be a bogus alias that
13952         mm-charset-synonym-alist provides.
13953
13954 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13955
13956         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13957         "ISO_8859-1".
13958
13959         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13960
13961 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * mm-util.el (mm-charset-eval-alist):
13964         Define it before mm-charset-to-coding-system.
13965         (mm-charset-to-coding-system): Add optional argument `silent';
13966         define it before mm-charset-override-alist.
13967         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13968         default value if it can be used in Emacs currently running;
13969         silence mm-charset-to-coding-system.
13970
13971 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13974         `allow-override' which says whether to use `mm-charset-override-alist'.
13975         (rfc2047-decode-encoded-words): Use it.
13976
13977         * mm-util.el (mm-charset-override-alist): Fix custom type;
13978         add `(gb2312 . gbk)' to choices.
13979
13980 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13983         fast.
13984
13985         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13986
13987         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13988
13989 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13990
13991         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13992         on links.
13993
13994         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13995
13996 2008-12-03  Lute Kamstra  <lute@gnu.org>
13997
13998         * sha1.el: Remove leading * from docstrings of defcustoms,
13999         deffaces, defconsts and defuns.
14000
14001 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14002
14003         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14004         users' addresses that don't have domain parts.
14005         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14006         rather than message-narrow-to-head since there will be the message
14007         header separator.
14008
14009 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14010
14011         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14012         since the result is inserted in a unibyte buffer anyway.
14013         (nnimap-demule-use-string-to-multibyte): Remove.
14014         (nnimap-demule): Alias it to mm-string-to-multibyte.
14015
14016 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14017
14018         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14019         variable for debugging bug#464 and bug#1174.
14020         (nnimap-demule): Use it.
14021
14022 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14023
14024         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14025         score calculation correctly.
14026
14027 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14028
14029         * message.el (message-send-mail): Just set the buffer to unibyte
14030         rather than use mm-with-unibyte-current-buffer which does a lot more.
14031         (message-send-mail-partially): Don't bother with
14032         mm-with-unibyte-current-buffer since it's already been made unibyte by
14033         message-send-mail.
14034
14035 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14036
14037         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14038
14039 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14040
14041         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14042
14043 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14046         require itself and to remove `with-no-warnings'.
14047
14048 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14049
14050         * starttls.el (starttls-any-program-available): Get the name of the
14051         available TLS layer program.
14052         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14053         well as the host name in the "opening" message.
14054
14055         * auth-source.el (auth-source-cache, auth-source-do-cache)
14056         (auth-source-user-or-password): Cache passwords and logins by default,
14057         allow override with `auth-source-do-cache'.
14058         (auth-source-forget-user-or-password): Allow users to remove cache
14059         entries if needed.
14060
14061 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14062
14063         * md4.el (md4-buffer): Fix typo in docstring.
14064         (md4, md4-64): Doc fixes.
14065         (md4-pack-int32): Reflow docstring.
14066
14067 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14068
14069         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14070         condition-case to only the forward-sexp call.
14071
14072 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14073
14074         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14075         quotes contained.  Make it more robust regardless by an extra
14076         condition-case wrapper.
14077
14078 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14079
14080         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14081
14082 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * nnml.el (nnml-request-expire-articles): Check if the function set to
14085         `nnmail-expiry-target' returns the symbol `delete'.
14086
14087         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14088
14089         * nnmail.el (nnmail-expiry-target): Fix custom type.
14090
14091 2008-10-02  Glenn Morris  <rgm@gnu.org>
14092
14093         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14094         Silence compiler warning.
14095
14096 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14097
14098         * tls.el (open-tls-stream): Show the actual command being
14099         executed, instead of the format string.
14100
14101 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * lpath.el: Fbind codepage-setup for Emacs 23.
14104
14105 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14106
14107         * mml.el (mml-menu): Don't assume mml2015 is bound.
14108
14109 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14112         exists.
14113
14114 2008-09-27  Glenn Morris  <rgm@gnu.org>
14115
14116         * gnus-util.el (mail-header-remove-comments): Autoload it.
14117
14118 2008-09-27  Andreas Schwab  <schwab@suse.de>
14119
14120         * gnus-util.el (gnus-split-references): Strip comments.
14121         (gnus-parent-id): Likewise.
14122
14123 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14124
14125         * message.el (message-confirm-send): Fix version.
14126
14127 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14128
14129         * message.el (message-idna-to-ascii-rhs-1): Use
14130         mail-extract-address-components rather than mail-header-parse-addresses
14131         that is an alias by default to ietf-drums-parse-addresses that does not
14132         support non-ASCII names in headers' contents.
14133
14134 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14135
14136         * message.el (message-confirm-send): Fix variable documentation to
14137         avoid the "y/n" wording.
14138
14139 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14140
14141         * message.el (message-set-auto-save-file-name): Save to a different
14142         filename so multiple messages (especially drafts) can be recovered.
14143
14144 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14145
14146         * message.el (message-confirm-send): Add appropriate version.
14147
14148 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14149
14150         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14151         defvar.
14152
14153 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14154
14155         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14156         (mm-pkcs7-enveloped-magic): Ditto.
14157
14158 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14159
14160         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14161         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14162
14163 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14164
14165         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14166         default, it's better.
14167
14168 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14169
14170         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14171         summary line gnus-number property and ignore them (with a warning
14172         message).
14173
14174 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14177         macro caddr in the interactive form since it won't be expanded.
14178
14179 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14182         `charset'; fix name of function called recursively.
14183         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14184
14185 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14188         (gnus-mime-set-charset-parameters): New function.
14189         (gnus-mime-view-part-as-charset): Use it to correctly display part
14190         specifying wrong charset.
14191
14192 2008-09-08  David Engster  <dengste@eml.cc>
14193
14194         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14195         in completing-read for back end server.
14196
14197 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14198
14199         * message.el (message-confirm-send): New variable to confirm sending a
14200         message.
14201         (message-send): Use it.
14202
14203 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14204
14205         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14206
14207 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14208
14209         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14210
14211 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14212
14213         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14214         prevent tracking too many groups.
14215         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14216         Use it.
14217
14218 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14219
14220         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14221         moving point to the bottom of the window in order to avoid recentering.
14222
14223 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14226
14227         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14228         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14229         (gnus-article-beginning-of-window): Fix calculation.
14230
14231 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14232
14233         * gnus-msg.el (gnus-summary-supersede-article)
14234         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14235         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14236         message header.
14237
14238 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14239
14240         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14241         pending output coming after the status change.
14242
14243 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14244
14245         * message.el:
14246         * gnus-start.el:
14247         * gnus-registry.el: Remove VMS support.
14248
14249 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14250
14251         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14252         macro.
14253         (rfc2104-hash): Use it.
14254
14255 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14256
14257         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14258         (gnus-summary-sort-by-most-recent-date): New commands.
14259         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14260         and menu entries.
14261
14262 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14265         don't redisplay article for raw contents; remove plural articles stuff.
14266
14267         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14268         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14269         on gnus-summary-save-article; display results properly.
14270
14271 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * lpath.el: No need to fbind ns-focus-frame.
14274
14275 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14276
14277         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14278
14279 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * gnus-art.el (gnus-summary-save-in-pipe):
14282         Consider gnus-save-all-headers.
14283
14284 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14285
14286         * gnus-util.el (ns-focus-frame): Remove declaration.
14287         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14288         like x.
14289
14290 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14291
14292         * rfc2104.el (rfc2104-zero): Delete defconst.
14293         (rfc2104-hex-alist): Likewise.
14294         (rfc2104-hex-to-int): Delete func.
14295         (rfc2104-hexstring-to-bitstring): Likewise.
14296         (rfc2104-nybbles): New defconst.
14297         (rfc2104-hash): Rewrite for speed.
14298
14299 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * tls.el (open-tls-stream): Make it work with the 2nd argument
14302         BUFFER that is a string but does not exist as a buffer object, as
14303         mentioned in the doc-string.
14304
14305 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14306
14307         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14308         SXEmacs.
14309
14310 2008-07-16  Glenn Morris  <rgm@gnu.org>
14311
14312         * gnus-util.el (ns-focus-frame): Declare for compiler.
14313
14314 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14317         set as a group parameter.
14318         (gnus-summary-save-in-pipe): Work when it is called independently.
14319         (gnus-summary-pipe-to-muttprint): Don't modify
14320         gnus-summary-pipe-output-default-command.
14321
14322 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14323
14324         * message.el (message-send-mail-with-sendmail):
14325         Display the error message.
14326
14327 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14328
14329         * gnus-art.el (gnus-default-article-saver):
14330         Add gnus-summary-save-in-pipe to choices.
14331         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14332         gnus-summary-pipe-output-default-command as the default command.
14333         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14334         instead of gnus-last-shell-command.
14335
14336         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14337         New user option.
14338         (gnus-summary-muttprint-program): Mention the value will be changed.
14339         (gnus-summary-save-article): Force showing of all headers.
14340         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14341
14342 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14343
14344         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14345
14346 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14347
14348         * nnimap.el (nnimap-id):
14349         * sieve-manage.el (sieve-manage-open): Doc fixes.
14350
14351 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14352
14353         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14354         if available.
14355
14356 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14357
14358         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14359
14360         * nnkiboze.el (nnkiboze-generate-group):
14361         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14362
14363         * nnmairix.el: Require CL.
14364
14365 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * dgnushack.el: Autoload get-display-table and put-display-table for
14368         XEmacs 21.5.
14369
14370         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14371         21.4 and SXEmacs.
14372
14373 2008-06-15  David Engster  <dengste@eml.cc>
14374
14375         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14376
14377 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14378
14379         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14380         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14381         runtime choice under XEmacs.
14382
14383         * gnus-sum.el (gnus-summary-set-display-table):
14384         Use `gnus-put-display-table', `gnus-get-display-table',
14385         `gnus-set-display-table' for the display table, instead of `aset'.
14386
14387         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14388         Use `gnus-put-display-table', `gnus-get-display-table',
14389         `gnus-set-display-table' for the display table.
14390
14391 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14392
14393         * nnmairix.el: Add autoloads.
14394
14395 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14396
14397         * nnmairix.el (nnmairix-delete-recreate-group)
14398         (nnmairix-update-and-clear-marks): Fix error messages.
14399
14400 2008-06-14  David Engster  <dengste@eml.cc>
14401
14402         * nnmairix.el: Upgrade to version 0.6.
14403         (nnmairix-group-toggle-propmarks-this-group)
14404         (nnmairix-group-toggle-readmarks-this-group)
14405         (nnmairix-group-delete-recreate-this-group)
14406         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14407         (nnmairix-remove-tick-mark-original-article): New commands.
14408         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14409         (nnmairix-propagate-marks-to-nnmairix-groups)
14410         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14411         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14412         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14413         functions needed for marks propagation and manipulation of read marks.
14414         (nnmairix-update-groups): New function.
14415         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14416         (nnmairix-determine-original-group-from-registry)
14417         (nnmairix-determine-original-group-from-path)
14418         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14419         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14420         New helper functions.
14421         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14422         keystrokes for new commands.
14423         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14424         (nnmairix-request-group): Check allow-fast group parameter.
14425         (nnmairix-request-create-group): Set allow-fast group parameter if
14426         nnmairix-allowfast-default is set.
14427         (nnmairix-close-group): Propagate marks upon closing if needed.
14428         (nnmairix-group-toggle-threads-this-group): Use new.
14429         nnmairix-group-toggle-parameter helper function.
14430         (nnmairix-search): Better check for empty search result.
14431         (nnmairix-goto-original-article): Use new helper functions for
14432         determining original article.
14433         (nnmairix-show-original-article): Make sure message-id is in brackets.
14434         (nnmairix-call-mairix-binary): Change variable name.
14435         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14436         helper function.
14437         (nnmairix-widget-toggle-activate): Fix doc string.
14438
14439 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14440
14441         * nnir.el: Require edmacro when compiling with XEmacs.
14442         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14443         available in Emacs 21.
14444
14445 2008-06-11  Glenn Morris  <rgm@gnu.org>
14446
14447         * gnus-util.el (x-focus-frame):
14448         * gnus.el (image-size):
14449         * mm-decode.el (image-size): Declare.
14450
14451         * gnus-picon.el (declare-function): Add compat definition.
14452         (image-size): Declare.
14453
14454         * gnus-group.el (tool-bar-map):
14455         * gnus-sum.el (tool-bar-map): Define for compiler.
14456
14457         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14458
14459         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14460
14461         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14462         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14463         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14464         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14465         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14466         * sieve-manage.el, spam-report.el, spam.el:
14467         Remove unnecessary eval-and-compile of autoloads.
14468
14469 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14470
14471         * auth-source.el: Precise Tramp doc.
14472
14473 2008-06-07  Glenn Morris  <rgm@gnu.org>
14474
14475         * nnmairix.el: Remove unnecessary eval-when-compile.
14476
14477 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * lpath.el: Fbind propertize for XEmacs 21.4.
14480
14481 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14482
14483         * nnir.el: Move here from ../contrib.
14484
14485 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14486
14487         * gnus-util.el (gnus-read-shell-command): New function.
14488         * mm-decode.el (mm-pipe-part):
14489         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14490
14491 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14494
14495 2008-06-03  Glenn Morris  <rgm@gnu.org>
14496
14497         * pop3.el (nnheader-accept-process-output): Autoload it.
14498
14499 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14500
14501         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14502         are not 2-digit hexadecimal characters that follow `%'s.
14503
14504 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14505
14506         * message.el (message-bogus-recipient-p): Fix type in doc string.
14507         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14508         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14509         Improve custom options.
14510         (message-bogus-recipient-p): Adjust accordingly.
14511
14512 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14513
14514         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14515         long-form month and day names.
14516
14517 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * dgnushack.el: Autoload debug, eudc-expand-inline and
14520         pgg-snarf-keys-region for XEmacs.
14521
14522         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14523
14524         * nnmairix.el: Require edmacro when compiling with XEmacs.
14525
14526 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14527
14528         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14529         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14530
14531 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14532
14533         * auth-source.el: Add more docs.
14534
14535         * netrc.el (netrc-machine): Always match if the port is not given.
14536
14537 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14538
14539         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14540         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14541         retrieval faster in some cases, but might make CPU usage larger.
14542         If this has any bad side effects, we might revert this change.
14543
14544         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14545         seems to make mail retrieval much, much faster.
14546         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14547         unconditionally.
14548
14549         * gnus-draft.el (gnus-group-send-queue):
14550         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14551
14552 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14553
14554         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14555
14556         * message.el (message-bogus-address-regexp): Fix and improve custom
14557         type.
14558         (message-setup-hook): Add message-check-recipients as custom option.
14559
14560 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14561
14562         * message.el (message-cite-function): Remove bogus autoload which crept
14563         in during merge from v5-10.
14564
14565 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14566
14567         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14568
14569         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14570
14571         * auth-source.el: Preliminary Tramp docs.
14572         (auth-sources): Change the default auth-sources to use
14573         EPA .gpg files.
14574
14575 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14576
14577         * nntp.el: Autoload `auth-source-user-or-password'.
14578         (nntp-send-authinfo): Use it.
14579
14580         * nnimap.el: Autoload `auth-source-user-or-password'.
14581         (nnimap-open-connection): Use it.
14582
14583         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14584         for the gnus-message function.
14585         (auth-source-user-or-password): Use it.
14586
14587 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14588
14589         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14590         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14591         (rfc2104-hash): Use it.
14592
14593 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14594
14595         * gnus-art.el (gnus-article-toggle-truncate-lines):
14596         Don't use `iff' in docstring.
14597
14598 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14599
14600         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14601
14602         * gnus-util.el (gnus-extract-address-component-name)
14603         (gnus-extract-address-component-email): Convenience functions around
14604         `gnus-extract-address-components'.
14605
14606         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14607         Use `gnus-extract-address-component-email' to fix bug of comparing full
14608         sender name to `user-mail-address'.
14609
14610 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14611
14612         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14613         catch/throw to optimize.
14614         (gnus-registry-find-keywords): Just use member to find a keyword.
14615
14616 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14617
14618         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14619         is current before calling gnus-server-prepare.
14620         (gnus-server-setup-buffer, gnus-server-update-server)
14621         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14622
14623 2008-05-04  Juri Linkov  <juri@jurta.org>
14624
14625         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14626         (mailcap-file-default-commands): Use mailcap-replace-in-string
14627         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14628         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14629
14630 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14631
14632         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14633
14634 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14635
14636         * gnus.el: Bump version to 0.11.
14637
14638 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14639
14640         * gnus.el: No Gnus v0.10 is released.
14641
14642 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14643
14644         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14645         hooks.
14646         (gnus-update-read-articles): Speed up non-marks-using users.
14647         (gnus-use-marks): Define gnus-use-marks.
14648         (gnus-propagate-marks): Rename variable to something more sensible.
14649
14650 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14651
14652         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14653         (gmm-image-load-path-for-library): Fix typos in docstrings.
14654         (gmm-message): Reflow docstring.
14655
14656 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14657
14658         * mail-source.el (mail-source-set-1, mail-source-bind):
14659         Move auth-source code out of the macro to clean it up and fix bugs.
14660
14661 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14662
14663         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14664         by sender if it's equal to user-mail-address, it's likely to be
14665         useless.
14666
14667         * mail-source.el (mail-source-bind): Don't use user or password if they
14668         are not bound.  Unintern them if they are nil.  Don't use server unless
14669         it's bound, and default it to empty string otherwise.
14670
14671 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14672
14673         * mail-source.el: Load auth-source.el.
14674         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14675         get user name or password, if auth-sources is set up.
14676
14677         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14678         strategy of splitting with parent.
14679         (gnus-registry-split-fancy-with-parent)
14680         (gnus-registry-post-process-groups): Use it and fix prior
14681         bug (returning a list as the split result).
14682
14683         * auth-source.el (auth-sources): Remove server parameter.
14684         (auth-source-pick, auth-source-user-or-password)
14685         (auth-source-user-or-password-imap)
14686         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14687         (auth-source-user-or-password-sftp)
14688         (auth-source-user-or-password-smtp): Remove server parameter.
14689
14690 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14691
14692         * smime.el (smime-sign-region, smime-encrypt-region)
14693         (smime-decrypt-region):
14694         Remove redundant calls to `generate-new-buffer-name'.
14695
14696 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14697
14698         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14699         Don't use QP for message/rfc822.
14700         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14701
14702 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14703
14704         * sieve-manage.el (sieve-string-bytes): Remove.
14705         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14706         correct byte-length only if the process's coding-system is the same as
14707         the one used internally by Emacs to represent strings.
14708
14709 2008-04-22  Juri Linkov  <juri@jurta.org>
14710
14711         * mailcap.el (mailcap-file-default-commands): New function.
14712
14713 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14714
14715         * message.el (message-signature-separator, message-cite-function):
14716         Change custom version.
14717
14718 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14719
14720         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14721         commands.
14722         (tls-checktrust): Ditto.
14723
14724 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14725
14726         * mm-decode.el (mm-display-external): Make temp file read-only.
14727
14728 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14729
14730         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14731         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14732         `C-c C-f d'.
14733
14734 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14735
14736         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14737
14738 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14739
14740         * gnus.el: Bump version to 0.9.
14741
14742 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14743
14744         * gnus.el: No Gnus v0.8 is released.
14745
14746 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14747
14748         * mail-source.el (mail-source-value):
14749         Prefer fboundp to functionp so it works with macros as well.
14750
14751 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14752
14753         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14754         Fix last change in case the element is not even a symbol.
14755
14756 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14757
14758         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14759         Prefer fboundp to functionp so it works with macros as well.
14760
14761 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14762
14763         * auth-source.el: Add docs.
14764         (auth-sources): Modify format to support server.
14765         (auth-source-pick, auth-source-user-or-password)
14766         (auth-source-user-or-password-imap)
14767         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14768         (auth-source-user-or-password-sftp)
14769         (auth-source-user-or-password-smtp): Add server parameter.
14770
14771 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14772
14773         * gnus-registry.el: Initialize the registry when gnus-registry-install
14774         is t.
14775
14776 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14777
14778         * compface.el (uncompface): Make buffer unibyte.
14779
14780 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14781
14782         * mail-source.el (mail-source-value):
14783         Prefer fboundp to functionp so it works with macros as well.
14784
14785 2008-04-05  Glenn Morris  <rgm@gnu.org>
14786
14787         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14788
14789 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14790
14791         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14792         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14793
14794         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14795         multibyteness after rather than before erasing it.
14796
14797         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14798         mm-with-multibyte.
14799         (gnus-request-article-this-buffer): Make sure the proper decoding is
14800         used if gnus-original-article-buffer happens to be unibyte.
14801
14802         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14803         default-enable-multibyte-characters.
14804
14805         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14806         default-enable-multibyte-characters.
14807
14808         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14809
14810         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14811
14812 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14813
14814         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14815         Fix last change in case the element is not even a symbol.
14816
14817 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14818
14819         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14820         (imap-message-copyuid-1): Use it.
14821         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14822         J. Williams in
14823         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14824
14825         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14826         imap-enable-exchange-bug-workaround.
14827         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14828
14829 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14830
14831         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14832         a 100 byte status-checks into a 2-3MB transfer for each group.
14833         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14834         to enable bug workaround or not.
14835         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14836
14837 2008-03-31  Glenn Morris  <rgm@gnu.org>
14838
14839         * message.el (mml2015-use): Declare for compiler.
14840         (message-info): Require mml2015 when appropriate.
14841
14842 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14843
14844         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14845         whitespace.
14846
14847 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14848
14849         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14850         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14851         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14852         (nntp-service-to-port): New function.
14853         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14854         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14855         (nntp-open-netcat-stream): New function.
14856         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14857
14858 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14859
14860         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14861
14862 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14863
14864         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14865
14866 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14867
14868         * dns.el (dns-write): Use set-buffer-multibyte.
14869
14870 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14871
14872         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14873
14874 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14875
14876         * message.el (message-signature-separator): Change default.
14877         Improve custom type.
14878         (message-cite-function): Change default to
14879         message-cite-original-without-signature.
14880
14881         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14882         toggle.
14883
14884         * message.el (message-check-news-body-syntax): Fix signature check.
14885         (message-setup-1): Mark buffer as unmodified _after_ running
14886         message-setup-hook and handling message-alternative-emails.
14887         (message-shorten-references): Be more strict when building list of
14888         valid references to comply with GNKSA.
14889
14890         * gnus-group.el (gnus-read-ephemeral-bug-group)
14891         (gnus-read-ephemeral-debian-bug-group)
14892         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14893
14894         * message.el (message-info): Don't use booleanp which isn't supported
14895         in Emacs 21 and XEmacs.
14896
14897 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14898
14899         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14900         gnus-group-gmane-group-download-format.
14901         (gnus-group-read-ephemeral-gmane-group): Rename from
14902         gnus-group-read-ephemeral-gmane-group.
14903         (gnus-read-ephemeral-gmane-group-url): Rename from
14904         gnus-group-read-ephemeral-gmane-group-url.
14905         (gnus-bug-group-download-format-alist): New variable.
14906         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14907         (gnus-read-ephemeral-emacs-bug-group): New commands.
14908
14909 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14910
14911         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14912         (gnus-visible-headers): Improve custom type.
14913
14914 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14915
14916         * mml.el (mml-menu): Add workarounds for XEmacs.
14917
14918         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14919         X-Boundary header.
14920
14921         * message.el (message-simplify-recipients): Fix previous commit.
14922
14923 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14924
14925         * mm-util.el (mm-set-buffer-multibyte): New function.
14926         * mm-decode.el (mm-copy-to-buffer): Use it.
14927
14928         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14929         Prefer fboundp to functionp so it works with macros as well.
14930
14931 2008-03-19  Glenn Morris  <rgm@gnu.org>
14932
14933         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14934         Accidentally removed in the sync process with Emacs.
14935
14936 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14937
14938         * message.el (message-alter-recipients-discard-bogus-full-name):
14939         New function.
14940         (message-alter-recipients-function): New variable.
14941         (message-get-reply-headers): Use it.
14942         (message-replace-header): New helper function.
14943         (message-recipients-without-full-name): New variable.
14944         (message-simplify-recipients): New command.
14945
14946         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14947
14948         * message.el (message-info): Handle EasyPG manual.
14949
14950         * mml.el (mml-menu): Add entry for EasyPG.
14951
14952 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14953
14954         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14955         parameter.
14956
14957         * message.el (message-disassociate-draft): Specify drafts group name
14958         fully.
14959
14960 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14961
14962         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14963         Eliminate unnecessary duplicates from the match list.
14964
14965 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14966
14967         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14968
14969         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14970
14971         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14972         args of `how-many' of which the XEmacs version doesn't take; declare
14973         Info-index-next as function.
14974
14975 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14976
14977         * gnus-score.el (gnus-score-headers): Fix handling of
14978         gnus-inhibit-slow-scoring.
14979
14980         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14981         string.
14982         (gnus-button-url-regexp): Improve handling of parenthesis.
14983         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14984         (gnus-button-handle-info-keystrokes): Handle index entries.
14985
14986 2008-03-15  Glenn Morris  <rgm@gnu.org>
14987
14988         * parse-time.el (parse-time-string): Simplify.
14989
14990 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14991
14992         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14993         Incoming* files.
14994
14995 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14996
14997         * auth-source.el (auth-sources): Rename from auth-source-choices.
14998         (auth-source-pick): Use it.
14999
15000 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15001
15002         * binhex.el (binhex-decode-region-internal):
15003         * uudecode.el (uudecode-decode-region-internal):
15004         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15005         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15006         setting default-enable-multibyte-characters.
15007
15008 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15009
15010         * auth-source.el (auth-source-protocols)
15011         (auth-source-protocols-customize, auth-source-choices): Add and
15012         modified variable customizations and defaults.
15013         (auth-source-pick, auth-source-user-or-password)
15014         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15015         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15016         (auth-source-user-or-password-sftp)
15017         (auth-source-user-or-password-smtp): Use new variables and provide an
15018         interface to netrc.el.
15019
15020 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15021
15022         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15023         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15024         Make sure the nntp port to specify is a string.
15025
15026 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15027
15028         * nntp.el: Use with-current-buffer.
15029         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15030         dubious mm-with-unibyte-current-buffer.
15031         (nntp-with-open-group-function): New function extracted from
15032         nntp-with-open-group macro.
15033         (nntp-with-open-group): Use the function, so it's easier to debug.
15034         Add indentation and debugging info.
15035         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15036         Recommend the use of the netcat alternatives.
15037
15038         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15039         Avoid mm-string-as-multibyte as well.
15040
15041         * nnweb.el (nnweb-insert-html):
15042         Remove use of nnheader-string-as-multibyte.
15043
15044         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15045         (nnheader-string-as-multibyte): Remove.
15046
15047         * mm-view.el: Use inhibit-read-only.
15048         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15049         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15050         or unibyte-string.
15051
15052         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15053         (mm-uu-yenc-extract): Use with-current-buffer.
15054
15055         * gnus-soup.el (gnus-soup-send-packet): Don't use
15056         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15057
15058         * nnmh.el: Use with-current-buffer.
15059         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15060         mm-string-as-multibyte on the output of mm-encode-coding-string.
15061
15062         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15063         (nnimap-request-move-article): Use with-current-buffer.
15064
15065         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15066         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15067         conversion uses string-make-unibyte rather than string-as-unibyte.
15068
15069         * gnus-msg.el: Use with-current-buffer.
15070
15071         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15072
15073 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15074
15075         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15076         string for caching if it is 'PIN.
15077
15078 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * lpath.el: Consider the case without Emacs/W3.
15081
15082 2008-03-08  Glenn Morris  <rgm@gnu.org>
15083
15084         * time-date.el (date-to-time, time-subtract, time-add)
15085         (safe-date-to-time): Doc fixes.
15086
15087 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15088
15089         * mail-source.el (mail-source-delete-old-incoming-confirm):
15090         Change default to nil.
15091         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15092
15093 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15094
15095         * lpath.el: Rearrange.
15096
15097         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15098         (gnus-article-goto-prev-page): Work for articles having ^L's.
15099
15100         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15101
15102         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15103
15104 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15105
15106         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15107         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15108         (gnus-bookmark-jump): Adjust some variable names.
15109
15110 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15111
15112         * auth-source.el: New package.
15113         (auth-source-choices): Add customization entry point variable.
15114
15115         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15116         bug.
15117
15118 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15119
15120         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15121         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15122         (gnus-registry-install-shortcuts): Rename from
15123         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15124         the `gnus-registry-mark-map' keymap dynamically from
15125         `gnus-registry-marks'.  The generated functions update the summary line
15126         when a registry mark is added or deleted, and will call
15127         `gnus-registry-install-p' (see the comments in the code).
15128         (gnus-registry-user-format-function-M): Use concat intelligently.
15129
15130         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15131         the registry mark functions.
15132
15133 2008-03-05  Glenn Morris  <rgm@gnu.org>
15134
15135         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15136         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15137         gnus-art.
15138         (top-level): No need to load own source when compiling.
15139
15140 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15141
15142         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15143         Suggested by <chris.anderton@zetnet.co.uk>.
15144
15145 2008-03-04  Glenn Morris  <rgm@gnu.org>
15146
15147         * gnus-sum.el (top-level): No need to require gnus when compiling,
15148         since unconditionally required near start of file.
15149         (gnus-summary-display-while-building): Move definition before use.
15150
15151 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15152
15153         * gnus-registry.el (gnus-registry-user-format-function-M):
15154         Add formatting function.
15155
15156 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15157
15158         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15159         with plists.
15160         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15161         Use new format.
15162
15163 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15164
15165         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15166         `where-is-internal' that returns a range of key sequences.
15167
15168 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15169
15170         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15171
15172         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15173         (gnus-summary-jump-to-group): Consider windows on other displayed
15174         frames as well.  Similar changes might be needed elsewhere, but that's
15175         the one I've bumped into during my use.
15176
15177         * nndoc.el (nndoc-oe-dbx-type-p):
15178         * gnus-msg.el (gnus-debug):
15179         * gnus-group.el (gnus-update-group-mark-positions):
15180         Use mm-string-to-multibyte.
15181
15182 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15183
15184         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15185         doesn't handle NotDashEscaped.
15186
15187         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15188         (mml-dnd-attach-options): Fix typo in custom choice.
15189
15190         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15191         Change nndoc-article-type to mbox.
15192         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15193
15194         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15195         to nil, instead of html2text.
15196
15197         * imap.el (imap-debug): Add `imap-ping-server'.
15198
15199         * gnus-bookmark.el: Add FIXMEs.
15200
15201         * message.el (message-form-letter-separator)
15202         (message-send-form-letter-delay): New variables.
15203         (message-send-form-letter): Use them.  New command to send form
15204         letters.  Requested by Uwe Siart.
15205         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15206
15207 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15208
15209         * Update copyright years.
15210
15211 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15212
15213         Sync from EMACS_22_BASE.
15214
15215         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15216
15217 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15218
15219         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15220         empty author.
15221
15222 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15223
15224         * gnus-registry.el (gnus-registry-marks): Add variable for
15225         customization of marks and their appearance.
15226         (gnus-registry-read-mark): Use it.
15227         (gnus-registry-do-marks): Add utility function to loop through
15228         `gnus-registry-marks'.
15229         (gnus-registry-install-shortcuts-and-menus): Add function to install
15230         shortcuts and menus.
15231         (gnus-registry-initialize): Use it.
15232         (gnus-registry-default-mark): Clarify documentation.
15233
15234 2008-02-29  Glenn Morris  <rgm@gnu.org>
15235
15236         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15237         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15238         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15239         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15240         Change defcustom :version from 23.0 to 23.1.
15241
15242 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15243
15244         * gnus-registry.el (gnus-registry-follow-group-p)
15245         (gnus-registry-post-process-groups): Add functions to aid registry
15246         splitting and improve logging.  Clarify behavior in function
15247         documentation.
15248         (gnus-registry-split-fancy-with-parent): Use them.
15249
15250 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15251
15252         * gnus-art.el: Use with-current-buffer.
15253
15254 2008-02-27  David Engster  <dengste@eml.cc>
15255
15256         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15257         Express real group name in the response.
15258
15259 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15260
15261         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15262         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15263         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15264         autoload gnus-registry-fetch-group when compiling.
15265         (nnmairix-request-group-with-article-number-correction):
15266         Remove unreferenced argument passed to nnmairix-call-backend.
15267
15268 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15269
15270         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15271         (mm-uu-extract): Improve face for low color ttys.
15272         Reported by Sascha Wilde.
15273
15274 2008-02-27  Glenn Morris  <rgm@gnu.org>
15275
15276         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15277         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15278         variables to defconsts.  Convert comments to doc-strings.
15279         (nnmairix-last-server, nnmairix-current-server): Convert from free
15280         variables to defvars.  Convert comments to doc-strings.
15281         (gnus-registry-fetch-group): Autoload.
15282         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15283         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15284         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15285         caddr.
15286         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15287         nnmairix-request-group-with-article-number-correction call.
15288         (nnmairix-fast, nnmairix-group): New, less general names, for free
15289         variables passed from nnmairix-request-group to
15290         nnmairix-request-group-with-article-number-correction.  Declare.
15291         (nnmairix-request-group-with-article-number-correction):
15292         Use nnmairix-fast, nnmairix-group rather than fast, group.
15293
15294 2008-02-26  David Engster  <dengste@eml.cc>
15295
15296         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15297         version 0.5.
15298
15299 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15300
15301         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15302         instead of making an extra function call.  Don't add the current group
15303         to articles only when they have the group.  Use
15304         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15305         Reported by David <de_bb@arcor.de>.
15306
15307 2008-02-24  Miles Bader  <miles@gnu.org>
15308
15309         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15310         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15311         (mm-find-mime-charset-region):
15312         * mm-bodies.el (mm-encode-body):
15313         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15314
15315 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15318         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15319
15320 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15321
15322         * mail-source.el (mail-source-delete-incoming): Change default.
15323         Supplement doc string.
15324
15325         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15326
15327 2008-02-14  Glenn Morris  <rgm@gnu.org>
15328
15329         * time-date.el (format-seconds): New function.
15330
15331 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15332
15333         * nnmail.el (nnmail-message-id-cache-file): Derive from
15334         `gnus-home-directory'.
15335
15336 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15337
15338         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15339         Document negative prefix.
15340
15341         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15342
15343 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15344
15345         * message.el (message-unsent-separator): Add the Exim bounce
15346         separator.
15347
15348 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15349
15350         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15351         list.
15352         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15353         recipient/signer list.
15354
15355 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * Makefile.in (datarootdir): Define.
15358         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15359         name that might contain whitespace.
15360
15361 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15362
15363         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15364         fbound (Emacs 23 unicode), signal an error.
15365
15366 2008-02-08  Glenn Morris  <rgm@gnu.org>
15367
15368         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15369
15370 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15371
15372         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15373         ports to the calls to `netrc-machine-user-or-password' in addition to
15374         "imap" and "imaps".
15375
15376 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15377
15378         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15379
15380         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15381
15382 2008-02-01  Kenichi Handa  <handa@m17n.org>
15383
15384         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15385         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15386         (rfc2104-hash): Convert the result of concat to unibyte string.
15387
15388 2008-02-01  Dave Love  <fx@gnu.org>
15389
15390         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15391         coding-system-for-read.
15392         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15393
15394 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15395
15396         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15397         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15398         <hanche@math.ntnu.no>.
15399
15400 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15403
15404         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15405
15406 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15407
15408         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15409         * message.el (message-beginning-of-line): Use featurep instead of bound
15410         tests in order to resolve conditionals at compile time.
15411
15412 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15413
15414         * mail-source.el (mail-sources): Add `group' choice.
15415
15416         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15417         parameter `in-group' to control into which group the articles go.
15418         Add treatment of `group' mail-source.
15419
15420 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15421
15422         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15423
15424         * mm-decode.el (mm-dissect-buffer): Decode description.
15425
15426         * mml.el (mml-to-mime): Encode message header first.
15427
15428 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15429
15430         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15431         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15432
15433         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15434         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15435
15436 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15437
15438         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15439
15440 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15443         prefix keys.
15444         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15445         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15446         gnus-xmas.el.
15447
15448         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15449         (gnus-xmas-article-describe-bindings): New function.
15450         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15451         gnus-xmas-article-describe-bindings.
15452
15453         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15454
15455 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15456
15457         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15458         Add new variables for article mark management.
15459         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15460         list of extra data entries which, when present, will indicate that the
15461         article ID should not be trimmed from the registry.
15462         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15463         functions.
15464         (gnus-registry-read-mark): New function to read a mark name from the
15465         user.
15466         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15467         (gnus-registry-set-article-mark-internal): New functions to add and
15468         remove marks.
15469         (gnus-registry-get-article-marks): New function to show the marks for
15470         an article, or retrieve them for further use.
15471
15472 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15473
15474         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15475         keys when no argument is given.
15476
15477 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15478
15479         * imap.el (imap-ping-server): New variable.
15480         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15481         (imap-ping-server): Minor doc string fixes.
15482
15483 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15484
15485         * imap.el (imap-ping-server): New function.
15486         (imap-opened): Call imap-ping-server.
15487
15488 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15489
15490         * gnus-sum.el (gnus-article-sort-by-random)
15491         (gnus-thread-sort-by-random): Fix doc strings.
15492         Reported by jidanni@jidanni.org.
15493
15494 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * gnus-art.el (gnus-article-describe-bindings): New function.
15497         (gnus-article-read-summary-keys): Use it.
15498         (gnus-article-mode-map): Bind `C-h b' to it.
15499
15500 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15503         XEmacs.
15504         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15505         Protect against non-character events.
15506
15507         * lpath.el: Fbind map-keymap for Emacs 21.
15508
15509 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15510
15511         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15512         New command.
15513         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15514         instead of END.  Change name of the temp file.
15515         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15516         customizable.
15517
15518 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15519
15520         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15521         bind `S W' to gnus-article-wide-reply-with-original; set default
15522         binding to gnus-article-read-summary-send-keys.
15523         (gnus-article-read-summary-keys): Fix the order of keys; display
15524         continuation keys correctly in the echo area; describe bindings
15525         correctly when keys end with `C-h'.
15526         (gnus-article-read-summary-send-keys): New function.
15527         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15528         Work for gnus-article-read-summary-send-keys; display continuation keys
15529         correctly in the echo area.
15530         (gnus-article-reply-with-original): Ignore prefix argument.
15531         (gnus-article-wide-reply-with-original): New function.
15532
15533         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15534         Emacs 21.
15535
15536 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15537
15538         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15539         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15540
15541 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15542
15543         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15544         (gnus-group-read-ephemeral-gmane-group): New command.
15545
15546 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15547
15548         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15549
15550 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15551
15552         * message.el (message-send-mail-function): Increase custom version.
15553
15554         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15555         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15556
15557 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15558
15559         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15560         for the cases where imap-authenticate is called with a nil buffer
15561         parameter.
15562
15563 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15566         html parts correctly; support forwarded messages.
15567         (gnus-article-browse-html-article): Remove work buffers.
15568
15569         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15570         compiling.
15571         (netrc-bound-and-true-p): New macro.
15572         (netrc-parse): Use it instead of bound-and-true-p that is not available
15573         in XEmacs 21.4.
15574
15575 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15576
15577         * gnus-registry.el (gnus-registry-mark-article)
15578         (gnus-registry-article-marks): Add functionality to mark articles
15579         through the Gnus registry.
15580
15581         * encrypt.el: Clarify documentation for the new pgg method.
15582         (encrypt-file-alist): Add PGG option.
15583         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15584         functionality.  Abstract password key and messaging to external
15585         functions.
15586         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15587         (encrypt-message-method-and-cipher): Add new convenience external
15588         functions.
15589         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15590         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15591
15592         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15593         (netrc-parse): Use encrypt-file-alist to determine if
15594         encrypt-find-model or encrypt-insert-file-contents should be used.
15595
15596         * encrypt.el: Clarify documentation.  Load password-cache or
15597         password, whichever one is found first, instead of autoloading.
15598
15599 2007-12-19  Glenn Morris  <rgm@gnu.org>
15600
15601         * mml.el (message-options-set, message-narrow-to-head)
15602         (message-in-body-p, message-mail-p, message-encode-message-body):
15603         Autoload.
15604         (message-remove-header, message-narrow-to-headers-or-head)
15605         (message-subscribed-p, message-make-mail-followup-to)
15606         (message-position-on-field, message-news-p)
15607         (message-options-set-recipient, message-generate-headers)
15608         (message-sort-headers): Declare as functions.
15609
15610 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15611
15612         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15613         convention in doc string.
15614
15615 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15616
15617         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15618         title to html parts.
15619         (gnus-article-browse-html-article): Pass message header to it.
15620
15621         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15622
15623 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15624
15625         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15626         or password compatible with XEmacs.
15627
15628 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15629
15630         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15631         format document.
15632         (gnus-mime-delete-part): Don't write description line if empty.
15633         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15634
15635 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15636
15637         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15638         (gnus-summary-mark-read-and-unread-as-read)
15639         (gnus-summary-mark-current-read-and-unread-as-read)
15640         (gnus-summary-mark-unread-as-ticked): Doc fix.
15641         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15642
15643 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15644
15645         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15646         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15647
15648 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15649
15650         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15651         yes-or-no-p.
15652
15653 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * mm-decode.el (mm-add-meta-html-tag): New function.
15656         (mm-save-part-to-file, mm-pipe-part): Use it.
15657
15658         * gnus-art.el (gnus-article-browse-delete-temp-files):
15659         Use gnus-y-or-n-p instead of y-or-n-p.
15660         (gnus-article-browse-html-parts): Work with message/external-body; use
15661         mm-add-meta-html-tag.
15662
15663 2007-12-11  Glenn Morris  <rgm@gnu.org>
15664
15665         * gnus-cache.el: Require gnus-sum not just when compiling.
15666
15667         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15668
15669         * gnus-int.el (gnus-server-opened, gnus-status-message):
15670         Move definitions before use.
15671
15672         * mm-decode.el: Require gnus-util.
15673         (mm-remove-part): Only call delete-annotation on XEmacs.
15674
15675         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15676
15677         * nnmail.el: Require gnus-int.
15678
15679         * spam.el: Move `require's before `eval-when-compile's.
15680
15681         * gnus-ems.el (gnus-alive-p):
15682         * gnus-fun.el (message-goto-eoh):
15683         * gnus-util.el (gnus-group-name-decode):
15684         * mail-source.el (gnus-compress-sequence):
15685         * message.el (Info-goto-node, format-spec):
15686         * mm-bodies.el (message-options-get):
15687         * mm-decode.el (mm-view-pkcs7):
15688         * mm-util.el (gmm-write-region):
15689         * mml-smime.el (mml-compute-boundary)
15690         (gnus-completing-read-with-default):
15691         * mml.el (widget-button-press, gnus-make-hashtable):
15692         * mml1991.el (mm-decode-content-transfer-encoding)
15693         (mm-encode-content-transfer-encoding)
15694         (message-options-get, message-options-set):
15695         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15696         * nnfolder.el (gnus-request-group):
15697         * nnheader.el (ietf-drums-unfold-fws):
15698         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15699         * smime.el (gnus-run-mode-hooks):
15700         * spam-stat.el (gnus-message): Autoload.
15701
15702         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15703         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15704         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15705         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15706         Add declare-function compatibility definition.
15707
15708         * gnus-cache.el (nnvirtual-find-group-art):
15709         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15710         (gnus-add-image, gnus-add-wash-type):
15711         * gnus-group.el (nnkiboze-score-file):
15712         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15713         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15714         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15715         (message-tokenize-header, gnus-get-buffer-create)
15716         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15717         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15718         * gnus.el (gnus-group-decoded-name):
15719         * mail-source.el (imap-capability):
15720         * mm-bodies.el (message-options-set):
15721         * mm-decode.el (gnus-configure-windows):
15722         * mm-extern.el (message-goto-body):
15723         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15724         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15725         (epg-sub-key-validity, message-options-set):
15726         * mml.el (widget-event-point, gnus-configure-windows):
15727         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15728         * mml2015.el (epg-check-configuration, epg-configuration)
15729         (message-options-set):
15730         * nndb.el (nndb-request-article):
15731         * nnfolder.el (gnus-request-create-group):
15732         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15733         * nnmaildir.el (gnus-group-mark-article-read):
15734         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15735         * rfc1843.el (message-fetch-field):
15736         * spam.el (gnus-extract-address-components):
15737         Declare as functions.
15738
15739 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15742
15743         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15744
15745         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15746         bind show-trailing-whitespace for XEmacs.
15747
15748 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15749
15750         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15751         new no-op macro for backward compatibility.
15752
15753         * imap.el (imap-string-to-integer): New function.
15754
15755 2007-12-09  Glenn Morris  <rgm@gnu.org>
15756
15757         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15758
15759         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15760         * message.el, mm-view.el, sieve-manage.el, smime.el:
15761         Add declare-function compatibility definition.
15762
15763         * gnus-art.el (w3-region, w3m-region, Info-menu):
15764         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15765         * gnus-sum.el (gnus-get-predicate):
15766         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15767         * message.el (mail-abbrev-in-expansion-header-p):
15768         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15769         (w3m-detect-meta-charset, w3m-region):
15770         * sieve-manage.el (password-read, password-cache-add)
15771         (password-cache-remove):
15772         * smime.el (password-read-and-add): Declare as functions.
15773
15774 2007-12-08  David Kastrup  <dak@gnu.org>
15775
15776         * gnus-sum.el (gnus-summary-simplify-subject-query):
15777         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15778         `message'.
15779
15780 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15783         it to bind idna-program, installation-directory, defined-colors, and
15784         face-attribute for XEmacs of the version that compiles defcustom forms.
15785
15786 2007-12-07  Glenn Morris  <rgm@gnu.org>
15787
15788         * gnus-art.el (article-make-date-line): Revert previous change.
15789
15790 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15791
15792         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15793
15794 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15795
15796         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15797         Call gnus-add-to-range ranges only once with a prepared article-list.
15798
15799 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15800
15801         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15802         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15803         group names with backslashes.
15804         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15805
15806 2007-12-06  Deepak Goel  <deego3@gmail.com>
15807
15808         * gnus-art.el (article-make-date-line):
15809         * gnus-start.el (gnus-load):
15810         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15811
15812 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15813
15814         * gnus-art.el (gnus-use-idna):
15815         * gnus-start.el (gnus-site-init-file):
15816         * message.el (message-use-idna):
15817         * mm-uu.el (mm-uu-hide-markers):
15818         * smiley.el (smiley-style): Revert changes that suppress warnings.
15819
15820 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15823         specify charset to html source.
15824         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15825
15826 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15829         idna-program in order to suppress byte compile warning issued by XEmacs
15830         that came to byte compile the default value section of defcustom forms
15831         recently.
15832
15833         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15834         value of installation-directory.
15835
15836         * message.el (message-use-idna): Don't directly refer to the value of
15837         idna-program.
15838
15839         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15840
15841         * smiley.el (smiley-style): Don't directly call face-attribute.
15842
15843 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15844
15845         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15846
15847         * gnus-dired.el: Reduce Gnus dependencies.
15848         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15849         Don't require.  Use autoloads instead.
15850         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15851         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15852         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15853         (gnus-dired-mode): Adjust doc string.
15854         (gnus-dired-mail-mode): New variable.
15855         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15856         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15857         (gnus-dired-mail-buffers): New function.  Return mail or message
15858         composition buffers.
15859         (gnus-dired-attach): Use it.
15860         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15861         NO-DECODE.
15862         (gnus-dired-print): Use `gnus-print-buffer' depending on
15863         `gnus-dired-mail-mode'.
15864
15865 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * rfc2047.el (rfc2047-encoded-word-regexp)
15868         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15869         explaining what regexp patterns are for.
15870
15871 2007-12-04  Glenn Morris  <rgm@gnu.org>
15872
15873         * password.el: Move to password-cache.el.
15874
15875         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15876         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15877         * mml-smime.el (password-read, password-cache-add)
15878         (password-cache-remove):
15879         No need to autoload, since mml-sec requires password.
15880
15881         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15882         * message.el (gnus-extract-address-components):
15883         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15884
15885         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15886         password.
15887
15888 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15889
15890         * mailcap.el: Reduce dependencies.
15891         (mail-header-parse-content-type): Autoload.
15892         (mailcap-delete-duplicates): New alias.
15893         (mailcap-mime-info): Add optional argument NO-DECODE.
15894         (mailcap-mime-types): Use mailcap-delete-duplicates.
15895
15896         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15897
15898 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15899
15900         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15901         (imap-parse-status): Upcase status-att for servers that sends them
15902         lower-case (e.g., MS Exchange 2007).
15903
15904 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15905
15906         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15907         function.
15908
15909         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15910         (gnus-uu-yenc-article): New function.
15911
15912         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15913
15914         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15915
15916 2007-12-02  Glenn Morris  <rgm@gnu.org>
15917
15918         * binhex.el (binhex): New custom group.
15919         (binhex-decoder-program, binhex-decoder-switches)
15920         (binhex-use-external): Move to the binhex custom group.
15921
15922         * uudecode.el (uudecode): New custom group.
15923         (uudecode-decoder-program, uudecode-decoder-switches)
15924         (uudecode-use-external): Move to the uudecode custom group.
15925
15926         * netrc.el (top-level): Don't load `encrypt' features.
15927         (netrc-parse): Don't use encrypt.
15928         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15929
15930         * encrypt.el: Remove file.
15931
15932 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15933
15934         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15935         matches on patches.
15936
15937         * gnus-art.el (gnus-article-browse-html-article):
15938         Mention `mm-text-html-renderer' in the doc string.
15939
15940         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15941         string.  Add comments.
15942
15943         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15944         if rhs is ASCII.
15945
15946 2007-12-01  Glenn Morris  <rgm@gnu.org>
15947
15948         * mail-source.el (top-level): Require format-spec before
15949         eval-when-compile.
15950
15951 2007-11-30  Glenn Morris  <rgm@gnu.org>
15952
15953         * encrypt.el: Require password, rather than autoloading password-read.
15954
15955 2007-11-29  Glenn Morris  <rgm@gnu.org>
15956
15957         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15958         (sasl-make-client, sasl-next-step, sasl-step-data)
15959         (sasl-step-set-data): Declare as functions.
15960
15961 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15962
15963         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15964
15965 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15966
15967         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15968         certs should be verified and what is to be done in the event of a
15969         verification failure.
15970
15971         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15972         caller can indicate whether the cache should be disregarded for this
15973         call.  This way the result of the call is reproducible at all times and
15974         can be considered a canonical server name for the supplied method.
15975         (gnus-agent-method-p): Canonicalize server names by pushing their
15976         method through `gnus-method-to-server' using the no-cache argument.
15977
15978         * gnus-srvr.el (gnus-server-insert-server-line):
15979         Call `gnus-method-to-server' with `no-cache' argument.
15980
15981         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15982         gnus-agent-possibly-synchronize-flags as this should be called when the
15983         server is actually being opened.
15984         (gnus-agent-possibly-synchronize-flags)
15985         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15986         flags file of an agentized server to the latter function.
15987
15988         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15989         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15990         after a connection has been established successfully.
15991
15992 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * gnus-art.el (article-display-face): Force to display face if called
15995         interactively; check if gnus-article-x-face-too-ugly matches author.
15996         (article-display-x-face): Display face even if From header is missing
15997         as article-display-face does.
15998
15999 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16000
16001         * hashcash.el (message-narrow-to-headers-or-head)
16002         (message-fetch-field, message-goto-eoh)
16003         (message-narrow-to-headers): Declare as functions.
16004
16005 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16006
16007         * mail-source.el (mail-sources): Default to fetch from file for
16008         compatibility with default of nnmail-spool-file.
16009
16010 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16011
16012         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16013         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16014         to look for encoded word that should be encoded again.
16015         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16016         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16017         encoding pattern.
16018         (rfc2047-decode-region): Switch strict regexp and loose one according
16019         to rfc2047-allow-irregular-q-encoded-words.
16020
16021 2007-11-25  Romain Francoise  <romain@orebokech.com>
16022
16023         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16024
16025 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16026
16027         * tls.el (tls-program): Provide more custom choices from
16028         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16029         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16030
16031 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16032
16033         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16034         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16035
16036         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16037         `nnmail-spool-file'.
16038
16039         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16040         `nnmail-spool-file'.
16041
16042         * gnus-move.el (gnus-change-server): Ditto.
16043
16044         * gnus-kill.el (gnus-batch-score): Ditto.
16045
16046         * gnus-cache.el (gnus-jog-cache): Ditto.
16047
16048         * gnus-msg.el (gnus-summary-reply):
16049         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16050
16051 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16052
16053         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16054         version.  Minor improvement to doc strings.
16055         (tls-program): Add comment.
16056
16057 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16058
16059         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16060         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16061         mismatch between the hostname provided in the certificate and the name
16062         of the host connnecting to.
16063         (open-tls-stream): Use them.  Check certificates against trusted root
16064         certificates.
16065
16066 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16067
16068         * gnus-cache.el (gnus-cache-generate-nov-databases):
16069         Use nnml-generate-nov-databases-directory instead of
16070         nnml-generate-nov-databases-1.
16071
16072 2007-11-24  Glenn Morris  <rgm@gnu.org>
16073
16074         * message.el (message-tool-bar-retro): Update for rename
16075         mail_send.xpm->mail-send.xpm.
16076
16077 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16078
16079         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16080         `smime-ldap-search' for Emacs 22 and up.
16081
16082 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16083
16084         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16085
16086         * message.el (message-send-mail-function): Fix error convention.
16087         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16088         (message-widen-reply, message-send-mail, message-talkative-question)
16089         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16090         (message-clone-locals, message-send-news): Use with-current-buffer.
16091         (message-insert-or-toggle-importance): Remove unused var `valid'.
16092         (message-make-references): Remove unused var `new-references'.
16093         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16094
16095 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16096
16097         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16098         (spam-split-symbolic-return-positive): Reflow docstring.
16099         (spam-backends, spam-summary-exit-behavior)
16100         (spam-mark-ham-unread-before-move-from-spam-group)
16101         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16102         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16103         (spam-clear-cache, spam-backend-check, spam-install-backend)
16104         (spam-install-statistical-backend, spam-list-of-processors)
16105         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16106         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16107         (spam-check-crm114, spam-initialize, spam-unload-hook):
16108         Fix typos in docstrings.
16109
16110 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16111
16112         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16113         been checked if they have never been read and those group levels are
16114         higher than the one that a user specified.
16115
16116 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16119         foreign groups unless a group level is specified by a user.
16120         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16121
16122 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16123
16124         * message.el (message-send-mail-function): Require sendmail.
16125
16126 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16127
16128         * message.el (message-send-mail-function): Check for smtpmail too.
16129
16130         * utf7.el (utf7-encode, utf7-decode): Use coding system
16131         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16132
16133         * message.el (message-send-mail-function): New function.
16134         (message-send-mail-function): Set default using
16135         message-send-mail-function.  Adjust doc string.
16136         (message-send-mail-with-mailclient): New function.
16137
16138 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16139
16140         * smime.el (from):
16141         * rfc2047.el (message-posting-charset):
16142         * qp.el (mm-use-ultra-safe-encoding):
16143         * pop3.el (parse-time-months):
16144         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16145         * nnml.el (files):
16146         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16147         (jka-compr-compression-info-list, ange-ftp-path-format)
16148         (efs-path-regexp):
16149         * nndiary.el (files):
16150         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16151         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16152         (epg-digest-algorithm-alist, inhibit-redisplay)
16153         (password-cache-expiry):
16154         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16155         (pgg-output-buffer, password-cache-expiry):
16156         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16157         (efs-path-regexp):
16158         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16159         (inhibit-redisplay):
16160         * mm-uu.el (file-name, start-point, end-point, entry)
16161         (gnus-newsgroup-name, gnus-newsgroup-charset):
16162         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16163         (latin-unity-ucs-list):
16164         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16165         (mm-uu-binhex-decode-function):
16166         * message.el (gnus-message-group-art, gnus-list-identifiers)
16167         (rmail-enable-mime-composing, gnus-local-organization)
16168         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16169         (gnus-read-active-file, facemenu-add-face-function)
16170         (facemenu-remove-face-function, gnus-article-decoded-p)
16171         (tool-bar-mode):
16172         * mail-source.el (display-time-mail-function):
16173         * gnus-util.el (nnmail-pathname-coding-system)
16174         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16175         (gnus-original-article-buffer, gnus-user-agent)
16176         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16177         (xemacs-codename, sxemacs-codename, emacs-program-version):
16178         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16179         * gnus-start.el (gnus-agent-covered-methods)
16180         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16181         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16182         (gnus-newsgroup-headers, gnus-group-list-mode)
16183         (gnus-group-mark-positions, gnus-newsgroup-data)
16184         (gnus-newsgroup-unreads, nnoo-state-alist)
16185         (gnus-current-select-method, mail-sources)
16186         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16187         (nnmail-spool-file, gnus-cache-active-hashtb):
16188         * gnus-mh.el (mh-lib-progs):
16189         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16190         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16191         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16192         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16193         (gnus-group-buffer):
16194         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16195         (font-lock-set-defaults):
16196         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16197         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16198         (gnus-summary-post-menu, total-parts, type, condition, length):
16199         * gnus-agent.el (gnus-agent-read-agentview):
16200         * flow-fill.el (show-trailing-whitespace):
16201         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16202         eval-and-compile wrappers for byte compiler pacifiers.
16203
16204         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16205         (mm-display-inline-fontify): Check for featurep 'xemacs not
16206         extent-list.
16207
16208         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16209         itimer-list.
16210         (mm-create-image-xemacs): Only do something for XEmacs.
16211         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16212
16213         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16214
16215         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16216         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16217
16218 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16219
16220         * nnimap.el (nnimap-split-download-body):
16221         * gnus-demon.el (gnus-demon):
16222         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16223
16224 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16225
16226         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16227         New macros.
16228         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16229         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16230         copy data from unibyte buffer to multibyte current buffer.
16231         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16232         to copy data from unibyte current buffer to multibyte buffer.
16233         (nntp-make-process-buffer): Make process buffer unibyte.
16234
16235         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16236
16237 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16238
16239         * pop3.el (pop3-open-server): Accept and process data more robustly at
16240         connection start to avoid spurious "POP SSL connection failed" errors.
16241
16242 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16243
16244         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16245         read group names.
16246
16247 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16248
16249         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16250
16251 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16254         (nnmail-save-active): Use a unibyte buffer when saving active file,
16255         which may contain non-ASCII group names.
16256
16257         * nnml.el (nnml-request-group): Decode group names in messages.
16258
16259 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16260
16261         * message.el (message-citation-line-function)
16262         (message-insert-formatted-citation-line): Fix spelling of
16263         `message-insert-formated-citation-line'.
16264
16265 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16266
16267         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16268
16269 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16270
16271         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16272         nnmail-pathname-coding-system.
16273
16274         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16275         that a user enters; decode group names in messages.
16276
16277         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16278
16279 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16280
16281         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16282
16283         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16284
16285         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16286         risky local variable.
16287
16288         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16289
16290 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16291
16292         * encrypt.el: Improve documentation to fix function name typo.
16293         Reported by Daiki Ueno <ueno@unixuser.org>.
16294
16295 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16298         even if the point is not in the last page of an article.
16299         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16300         back to the previous page.
16301
16302 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16303
16304         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16305
16306 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16307
16308         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16309
16310 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16311
16312         * message.el (message-check-news-body-syntax):
16313         Avoid mm-string-as-multibyte.
16314         (message-hide-headers): Don't assume (point-min)==1.
16315
16316 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16317
16318         * message.el (message-remove-blank-cited-lines): Fix if remove is
16319         given.
16320         (message-bogus-address-regexp): New variable.
16321         (message-bogus-recipient-p): New function.
16322         (message-check-recipients): New command.
16323         (message-syntax-checks): Add `bogus-recipient'.
16324         (message-fix-before-sending): Add `bogus-recipient'.
16325
16326         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16327         (gnus-treat-body-boundary): Don't test window-system.
16328
16329 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16330
16331         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16332
16333 2007-10-28  Miles Bader  <miles@gnu.org>
16334
16335         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16336         at compile-time too.
16337
16338 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16339
16340         * gnus-msg.el (gnus-message-setup-hook):
16341         Add `message-remove-blank-cited-lines' to options.
16342
16343 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16344
16345         * message.el (message-remove-blank-cited-lines): New function.
16346         Suggested by Karl Plästerer.
16347
16348 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16349
16350         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16351         mapc.
16352
16353         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16354         (top-level): Use mapc to set functions to be traced for debugging.
16355
16356         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16357         called for effect with while loop.
16358
16359         * message.el (message-talkative-question): Replace mapcar called for
16360         effect with mapc.
16361
16362         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16363         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16364         called for effect with dolist.
16365
16366         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16367
16368         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16369         gnus-extra-headers and nnmail-extra-headers.
16370
16371         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16372         called for effect with dolist.
16373         (top-level): Use mapc to set functions to be traced for debugging.
16374
16375         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16376         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16377         dolist.
16378
16379         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16380         Replace mapcar called for effect with mapc.
16381         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16382         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16383         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16384         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16385
16386         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16387         remove-if that's a cl function.
16388
16389         * webmail.el (webmail-debug): Replace mapcar called for effect with
16390         dolist.
16391
16392         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16393         with mapc.
16394
16395 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16396
16397         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16398         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16399         with while loop.
16400
16401         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16402         functions from article-* functions.
16403         (gnus-multi-decode-header): Replace mapcar called for effect with
16404         dolist.
16405
16406         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16407         (gnus-bookmark-show-details): Replace mapcar called for effect with
16408         while loop.
16409
16410         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16411         called for effect with while loop.
16412
16413         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16414         with dolist.
16415
16416         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16417         Replace mapcar called for effect with dolist.
16418
16419         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16420
16421         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16422         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16423         Replace mapcar called for effect with dolist.
16424         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16425         mapc.
16426
16427         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16428         Replace mapcar called for effect with dolist.
16429         (gnus-topic-list): Replace mapcar called for effect with mapc.
16430
16431         * gnus.el: Use mapc instead of mapcar to add autoloads.
16432
16433 2007-10-23  Richard Stallman  <rms@gnu.org>
16434
16435         * gnus-group.el (gnus-group-highlight): Mark as risky.
16436
16437 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16438
16439         * gnus.el (gnus-server-to-method): Return method found first in
16440         gnus-newsrc-alist.
16441
16442         * gnus-art.el (gnus-article-highlight-signature)
16443         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16444         button overlay without the front stickiness.
16445
16446 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16447
16448         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16449         overview buffer needed a catch to receive its throw.
16450         (gnus-agent-flush-cache): Declare as interactive to make this function
16451         easier to use.
16452
16453 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16454
16455         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16456         `next-line'.
16457
16458 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16461         exclude address matching message-dont-reply-to-names.
16462
16463 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * gnus-util.el (gnus-string<): New function.
16466
16467         * gnus-sum.el (gnus-article-sort-by-author)
16468         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16469
16470 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16471
16472         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16473         the frame-focus tag is set in gnus-buffer-configuration.
16474
16475 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16476
16477         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16478         the front stickiness.
16479
16480 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16481
16482         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16483         url pattern; remove duplicate one.
16484         (gnus-article-extend-url-button): New function.
16485         (gnus-article-add-buttons): Use it.
16486         (gnus-button-push): Use concatenated url that it makes.
16487
16488 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16489
16490         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16491
16492 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16493
16494         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16495         Don't hardcode point-min==1.
16496
16497 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16498
16499         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16500         Fix comment about "iso8859-1".
16501
16502 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16503
16504         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16505         ones returned from the verify-function.
16506
16507         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16508         Call mml2015-extract-cleartext-signature if extraction failed.
16509
16510 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16511
16512         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16513         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16514         failed.
16515
16516 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16517
16518         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16519
16520 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16521
16522         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16523         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16524         recommends to use EasyPG instead of PGG.
16525
16526         * pgg.el: Revert to revision 6.23.2.16.
16527
16528         * pgg-def.el: Revert to revision 6.6.2.14.
16529
16530         * pgg-gpg.el: Revert to revision 6.23.2.34.
16531
16532 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16533
16534         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16535         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16536         thread for both the null and zero (kill/expire thread) universal prefix
16537         cases.
16538         (gnus-summary-expire-thread): Add new function to expire a thread,
16539         using gnus-summary-kill-thread.
16540         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16541         shortcuts for gnus-summary-expire-thread.
16542         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16543         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16544
16545 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16546
16547         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16548         extras value, so an extras entry can be deleted.
16549         (gnus-registry-delete-extra-entry): Use it.
16550         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16551         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16552         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16553         storage through the gnus-registry, and provide an appropriate API for
16554         it.
16555
16556 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16557
16558         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16559         Suggested by Leo <sdl.web@gmail.com>.
16560
16561         * gnus.el: Do.
16562
16563 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16566         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16567
16568         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16569
16570         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16571         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16572
16573 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16574
16575         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16576         newline.
16577         (nnmbox-request-accept-article): Don't change article in source buffer;
16578         narrow to header to use message-fetch-field rather than
16579         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16580         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16581         as delimiters; make sure article ends with newline.
16582         (nnmbox-delete-mail): Correct last position of article to be deleted;
16583         ignore X-Gnus-Newsgroup header in article body.
16584         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16585         positions; make sure article ends with newline.
16586
16587         * message.el (message-display-abbrev): Don't infloop when a user
16588         inserts SPC in the beginning of header.
16589
16590         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16591         coding-system-for-read and coding-system-for-write for XEmacs having no
16592         file-coding feature.
16593
16594         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16595
16596 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16597
16598         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16599         list of groups not followed by default.  Fix type to be regexp.
16600         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16601
16602 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16603
16604         * hmac-def.el (define-hmac-function): Switch from old-style to
16605         new-style backquotes.
16606
16607         * md4.el (md4-make-step): Likewise.
16608
16609 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16610
16611         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16612         raw-text coding system when saving .newsrc file, which may contain
16613         non-ASCII group names.
16614
16615 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * gnus-cus.el (gnus-score-extra): New widget.
16618         (gnus-score-extra-convert): New function.
16619         (gnus-score-customize): Use it for Extra.
16620
16621 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16622
16623         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16624         (mml2015-mailcrypt-clear-verify): Use it.
16625         (mml2015-gpg-clear-verify): Use it.
16626         (mml2015-pgg-clear-verify): Use it.
16627         (mml2015-epg-clear-verify): Replace the current part with the output
16628         from GnuPG; don't extract the plaintext by itself.
16629
16630         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16631         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16632         mml2015-clear-verify-function; don't touch the armor headers or
16633         dash-escaped text here.
16634
16635 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16636
16637         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16638         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16639         parts, or application/octet-stream as a last resort.
16640         (gnus-mime-view-part-as-type): Don't toggle display.
16641         (gnus-mime-view-part-as-charset): Don't turn off display before
16642         querying charset.
16643
16644         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16645         stuff to undisplayer function in Emacs.
16646         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16647
16648         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16649         text/calendar parts.
16650
16651 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16652
16653         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16654         decoding text/calendar parts.
16655
16656         * message.el (message-forward-make-body-mime): Always mark body as
16657         having no illegible text; remove signed-or-encrypted argument.
16658         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16659
16660         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16661         (mml-generate-mime-1): Don't encode body if it is specified to be in
16662         raw form; don't make buffer be unibyte when inserting multibyte string.
16663
16664 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16665
16666         * sha1.el: Fix up comment style.
16667         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16668         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16669
16670         * hex-util.el: Fix up comment style.
16671         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16672
16673         * gnus-salt.el: Use with-current-buffer.
16674         (gnus-pick-setup-message): Fix long-standing typo.
16675
16676 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16677
16678         * imap.el (imap-logout-timeout): New variable.
16679         (imap-logout, imap-logout-wait): New functions.
16680         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16681
16682         * nnimap.el (nnimap-logout-timeout): New server variable.
16683         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16684         nnimap-logout-timeout.
16685
16686         * gnus-art.el (gnus-article-summary-command-nosave)
16687         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16688
16689 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16690
16691         * gnus.el (gnus-maximum-newsgroup): New variable.
16692
16693         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16694         according to gnus-maximum-newsgroup.
16695
16696         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16697         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16698         Limit the range of articles according to gnus-maximum-newsgroup.
16699
16700 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16701
16702         * gnus-art.el (gnus-sticky-article): Fix problems described in
16703         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16704         Don't perform gnus-configure-windows here; reuse existing sticky
16705         article buffer.
16706
16707         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16708         it doesn't exist in gnus-article-mode.
16709
16710 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16713         (gnus-agent-decoded-group-name): New function.
16714         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16715         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16716
16717 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16718
16719         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16720         Add binding for gnus-sticky-article.
16721         (gnus-summary-exit): Don't kill sticky article buffers.
16722
16723         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16724         article buffer.
16725         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16726         (gnus-kill-sticky-article-buffers): New commands.
16727
16728 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16729
16730         * nntp.el (nntp-xref-number-is-evil): New server variable.
16731         (nntp-find-group-and-number): If it is non-nil, don't trust article
16732         numbers in the Xref header.
16733
16734 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * gnus-agent.el (gnus-agent-read-group): New function.
16737         (gnus-agent-flush-group, gnus-agent-expire-group)
16738         (gnus-agent-regenerate-group): Use it.
16739         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16740         nnmail-pathname-coding-system.
16741
16742 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16743
16744         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16745
16746         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16747         that are unread as unread, and also as selected so that information of
16748         marks having been changed by a user may be updated when exiting group.
16749
16750 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16751
16752         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16753
16754 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16755
16756         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16757         calculated ignoring signature parts to gnus-treat-article.
16758
16759 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16760
16761         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16762         a point here in order to keep the window start.
16763         (gnus-insert-mime-security-button): Make a button overlay without the
16764         front stickiness.
16765         (gnus-mime-display-security): Goto the end of a button.
16766
16767         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16768
16769 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16772         group-name-at-point.
16773         (gnus-group-completing-read): New function that offers decoded
16774         non-ASCII group names for completion.
16775         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16776         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16777         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16778         (gnus-group-fetch-control): Use it.
16779         (gnus-fetch-group): Use group-name-at-point for the initial value
16780         rather than the default value; use gnus-alive-p.
16781
16782         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16783         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16784         (gnus-summary-post-news): Use gnus-group-completing-read.
16785
16786         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16787         (gnus-read-move-group-name): Decode group name for completion.
16788
16789 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16790
16791         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16792         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16793         Yamaoka slightly modified the code).
16794
16795 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16796
16797         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16798         (nnmail-split-incoming): Bind it.
16799
16800         * nnml.el (nnml-group-name-charset): New function.
16801         (nnml-decoded-group-name): Use it; don't decode group name if
16802         nnmail-group-names-not-encoded-p is non-nil.
16803         (nnml-encoded-group-name): New function.
16804         (nnml-group-pathname): Inline nnml-decoded-group-name.
16805         (nnml-request-expire-articles): Decode group name in message.
16806         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16807         nnmail-pathname-coding-system.
16808         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16809         not decoded ones according to nnmail-group-names-not-encoded-p.
16810         (nnml-generate-active-info): Use nnml-encoded-group-name.
16811
16812 2007-08-08  Glenn Morris  <rgm@gnu.org>
16813
16814         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16815         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16816         doc-strings and comments.
16817
16818 2007-07-25  Glenn Morris  <rgm@gnu.org>
16819
16820         * Relicense all FSF files to GPLv3 or later.
16821
16822 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16823
16824         * gnus-sum.el (gnus-summary-move-article):
16825         Make gnus-summary-respool-article work.
16826
16827 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16828
16829         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16830         string.
16831
16832 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16833
16834         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16835         that should be ignored when comparing distant RSS articles with local
16836         ones.
16837         (nnrss-make-hash-index): New function.  Create a hash index according
16838         to the ignored fields.
16839         (nnrss-check-group): Use it.
16840
16841 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16842
16843         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16844
16845         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16846
16847         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16848         the new optional argument ENCODED is non-nil.
16849         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16850         coding system for encoding group name.
16851         (gnus-group-make-rss-group): Pass un-encoded group name to
16852         gnus-group-make-group.
16853         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16854         encoded.
16855
16856         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16857         Encode group name to which articles are moved or copied.
16858         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16859         coding system for encoding Newsgroup, Followup-To and Xref headers.
16860
16861         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16862         marks; use nnheader-file-coding-system to write a file.
16863         (nnagent-retrieve-headers): Bind file-name-coding-system to
16864         nnmail-pathname-coding-system.
16865
16866         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16867
16868         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16869         (nnml-request-article, nnml-request-create-group)
16870         (nnml-request-rename-group, nnml-find-id)
16871         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16872         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16873         (nnml-save-marks): Use nnml-group-pathname instead of
16874         nnmail-group-pathname.
16875
16876         (nnml-request-create-group, nnml-request-expire-articles)
16877         (nnml-request-move-article, nnml-request-delete-group)
16878         (nnml-deletable-article-p, nnml-possibly-create-directory)
16879         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16880         (nnml-open-marks): Bind file-name-coding-system to
16881         nnmail-pathname-coding-system.
16882
16883         (nnml-request-article): Pass server argument to nnml-find-group-number.
16884         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16885         Pass server argument to nnml-possibly-create-directory.
16886         (nnml-request-accept-article): Pass server argument to
16887         nnml-active-number and nnml-save-mail.
16888         (nnml-find-group-number): Pass server argument to nnml-find-id.
16889         (nnml-request-update-info): Pass server argument to
16890         nnml-marks-changed-p.
16891
16892         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16893         (nnml-save-mail, nnml-active-number): Add server argument.
16894
16895         (nnml-request-delete-group): Warn if group is missing.
16896         (nnml-get-nov-buffer): Decode group name.
16897         (nnml-generate-active-info): Encode group name.
16898         (nnml-open-marks): Decode group name in messages.
16899
16900 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16901
16902         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16903         if it is not specified.
16904         (gnus-article-pipe-part, gnus-article-save-part)
16905         (gnus-article-interactively-view-part, gnus-article-copy-part)
16906         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16907         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16908         (gnus-article-replace-part, gnus-article-delete-part)
16909         (gnus-article-view-part-as-type): Pass raw prefix argument to
16910         gnus-article-part-wrapper.
16911
16912 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * gnus-agent.el (gnus-agent-save-active):
16915         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16916
16917         * gnus-cache.el (gnus-cache-save-buffers)
16918         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16919         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16920         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16921         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16922         (gnus-cache-generate-active, gnus-cache-rename-group)
16923         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16924         (gnus-cache-update-overview-total-fetched-for):
16925         Bind file-name-coding-system to nnmail-pathname-coding-system.
16926         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16927         New variables.
16928         (gnus-cache-decoded-group-name): New function.
16929         (gnus-cache-file-name): Use it.
16930         (gnus-cache-generate-active): Use non-decoded group name for active.
16931
16932         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16933         right place.
16934         (gnus-write-active-file): Don't break non-ASCII group names.
16935
16936         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16937         nnmail-pathname-coding-system.
16938
16939         * lpath.el: Bind default-file-name-coding-system,
16940         file-name-coding-system and language-info-alist for XEmacs.
16941
16942         * gnus-uu.el (gnus-uu-decode-save): Typo.
16943
16944 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16945
16946         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16947
16948 2007-07-14  David Kastrup  <dak@gnu.org>
16949
16950         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16951         finishing actions if we did not edit the article.
16952
16953 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16956         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16957         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16958         (gnus-agent-flush-group, gnus-agent-flush-cache)
16959         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16960         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16961         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16962         (gnus-agent-regenerate-group)
16963         (gnus-agent-update-files-total-fetched-for)
16964         (gnus-agent-update-view-total-fetched-for):
16965         Bind file-name-coding-system to nnmail-pathname-coding-system.
16966         (gnus-agent-group-pathname): Don't encode file names by
16967         nnmail-pathname-coding-system.
16968         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16969         coding-system-for-write instead of buffer-file-coding-system to
16970         gnus-agent-file-coding-system.
16971
16972         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16973         Decode group name.
16974
16975         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16976
16977         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16978         (gnus-read-newsrc-el-file): Make group names unibyte.
16979
16980         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16981         nnmail-pathname-coding-system.
16982
16983         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16984         (nnrss-request-delete-group): Bind file-name-coding-system to
16985         nnmail-pathname-coding-system.
16986         (nnrss-read-server-data, nnrss-read-group-data):
16987         Bind file-name-coding-system correctly.
16988         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16989
16990         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16991         (nntp-server-to-method-cache): New variable.
16992         (nntp-group-pathname): New function that decodes non-ASCII group names.
16993         (nntp-possibly-create-directory, nntp-marks-changed-p)
16994         (nntp-save-marks, nntp-open-marks): Use it.
16995         (nntp-possibly-create-directory, nntp-open-marks):
16996         Bind file-name-coding-system to nnmail-pathname-coding-system.
16997         (nntp-open-marks): Decode group names when bootstrapping marks.
16998
16999         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17000         Newsgroups and Followup-To headers.
17001
17002 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17003
17004         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17005         (gnus-server-closed-face, gnus-server-denied-face)
17006         (gnus-server-offline-face): Remove variable.
17007         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17008
17009         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17010         of modifying message-stack directly for XEmacs.
17011
17012         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17013         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17014         if the coding-system argument is nil for XEmacs.
17015
17016         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17017         mm-charset-override-alist.
17018
17019         * rfc2047.el: Don't require base64; require rfc2045 for the function
17020         rfc2045-encode-string.
17021         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17022         to quote the parameter value.
17023
17024 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17025
17026         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17027         form in gnus-group-name-charset-method-alist.
17028
17029         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17030         overrides the default layout edit-form.
17031
17032         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17033
17034         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17035
17036 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17037
17038         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17039         as unfetched articles.
17040
17041 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17042
17043         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17044
17045 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17048         original back end that keeps marks in the local system.
17049
17050 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17053         arg of pop-to-buffer for XEmacs.
17054         (gnus-article-read-summary-keys): Ditto; don't restore window
17055         configuration if summary command ends up with neither article buffer
17056         nor summary buffer; describe bindings if summary keys end with C-h.
17057
17058 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17059
17060         * message.el (message-fix-before-sending): Skip raw message part to be
17061         forwarded while checking illegible text.
17062         (message-forward-make-body-mime, message-forward-make-body):
17063         Mark signed or encrypted raw message as having no illegible text.
17064
17065 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17066
17067         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17068         (gnus-message-with-timestamp-1): New macro.
17069         (gnus-message-with-timestamp): New function.
17070         (gnus-message): Use them.
17071
17072         * nnheader.el (nnheader-message): Use them.
17073
17074 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17075
17076         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17077         .newsrc.eld file.
17078
17079 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17080
17081         * gnus-agent.el (gnus-agent-fetch-headers)
17082         (gnus-agent-retrieve-headers):
17083         Bind gnus-decode-encoded-address-function to identity.
17084
17085         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17086         available also when the server returns simply a dot.
17087
17088         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17089
17090 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17091
17092         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17093
17094 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17095
17096         * gnus-ems.el (gnus-x-splash): Make it work.
17097
17098         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17099         from being used.
17100
17101         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17102
17103 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17104
17105         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17106         4th and the 5th arguments.
17107
17108         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17109         the front stickiness.
17110         (gnus-article-summary-command-nosave): Correct the order of the
17111         arguments passed to pop-to-buffer.
17112         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17113         summary command ends up with the article buffer.
17114
17115         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17116         the same faces.
17117
17118 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17119
17120         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17121
17122 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17123
17124         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17125         * gnus-sum.el (gnus-summary-highlight):
17126         * pgg.el (pgg-sign-region, pgg-sign):
17127         * mail-source.el (mail-source-delete-old-incoming-confirm):
17128         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17129
17130 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * gnus-art.el (gnus-mime-view-part-externally)
17133         (gnus-mime-view-part-internally): Fix predicate function passed to
17134         completing-read.
17135
17136         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17137
17138         * gnus.el (gnus-update-message-archive-method): Add :version.
17139
17140 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17141
17142         * gnus.el (gnus-update-message-archive-method): New variable.
17143
17144         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17145         according to gnus-message-archive-method if
17146         gnus-update-message-archive-method is non-nil.
17147
17148 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17149
17150         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17151         Suggested by Loic Dachary <loic@dachary.org>.
17152         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17153
17154 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17155
17156         * message.el (message-pop-to-buffer): Add switch-function argument.
17157         (message-mail): Pass switch-function argument to it.
17158
17159 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17160
17161         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17162         Improve doc string.
17163
17164 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17165
17166         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17167         (gnus-header-content):
17168         * gnus-cite.el (gnus-cite-10):
17169         * gnus-srvr.el (gnus-server-closed):
17170         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17171         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17172         (gnus-group-mail-3-empty, gnus-group-mail-low)
17173         (gnus-group-mail-low-empty, gnus-splash):
17174         * message.el (message-header-to, message-header-cc)
17175         (message-header-subject, message-header-other, message-header-name)
17176         (message-header-xheader, message-separator, message-cited-text)
17177         (message-mml): Lighten colors of faces used for dark background.
17178
17179 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17180
17181         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17182         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17183
17184 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17185
17186         * message.el (message-narrow-to-headers-or-head):
17187         Ignore mail-header-separator in the body.
17188
17189 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17190
17191         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17192         same as window size.
17193
17194 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17195
17196         * message.el (message-font-lock-keywords): Use message-header-xheader
17197         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17198         ahead of the anything pattern, to get it recognized.
17199
17200 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17201
17202         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17203         spam.el loads uses it in the compiled defadvice form.
17204
17205 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17206
17207         * gnus-sum.el (gnus-articles-to-read)
17208         (gnus-summary-insert-old-articles): Don't truncate group name for
17209         `read-string'.
17210
17211         * gnus-util.el (gnus-limit-string): Delete this function.
17212
17213         * gnus-sum.el (gnus-simplify-subject-fully):
17214         Use `truncate-string-to-width' instead.
17215
17216 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17217
17218         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17219         Tell if, on summary exit, the next group has to be selected.
17220         (gnus-summary-exit): Use it.
17221
17222 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17223
17224         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17225         non-break space.
17226
17227 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17228
17229         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17230         Check if group is not a directory.
17231         (nnfolder-request-expire-articles): Don't delete articles if the target
17232         group is not available.
17233
17234         * nnml.el (nnml-request-create-group): Properly check if group is not a
17235         file.
17236         (nnml-request-expire-articles): Don't delete articles if the target
17237         group is not available.
17238
17239         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17240         Don't quote characters that are within parentheses.
17241
17242 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17243
17244         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17245         (gnus-handle-ephemeral-exit): Select article according to it.
17246
17247 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17248
17249         * message.el (message-insert-formated-citation-line): Remove newline.
17250         (message-citation-line-format): Add final \n here so that the user can
17251         avoid a blank line.
17252
17253 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17254
17255         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17256         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17257         Update lanl/arXiv support.
17258
17259 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17260
17261         * gnus.el: Bump version number.
17262
17263 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17264
17265         * gnus.el (gnus-version-number): Bump version.
17266
17267 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17268
17269         * gnus.el: No Gnus v0.6 is released.
17270
17271 2007-04-27  Didier Verna  <didier@xemacs.org>
17272
17273         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17274         * gmm-utils.el (gmm-regexp-concat): ... here.
17275         * message.el: Don't require 'gnus-util.
17276         (message-dont-reply-to-names): Handle name change above.
17277         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17278
17279 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17280
17281         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17282         since the initial value varies according to the system.
17283
17284 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17285
17286         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17287
17288 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17289
17290         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17291
17292 2007-04-24  Didier Verna  <didier@xemacs.org>
17293
17294         Improve the type of gnus-ignored-from-addresses.
17295         * gnus-util.el (gnus-orify-regexp): New function.
17296         * message.el (gnus-util): Require it.
17297         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17298         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17299         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17300
17301 2007-04-24  Didier Verna  <didier@xemacs.org>
17302
17303         * gnus-sum.el:
17304         * gnus-utils.el: Fix some trailing whitespaces.
17305
17306 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17307
17308         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17309         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17310         article's Message-ID; refer parent article in summary buffer.
17311
17312         * message.el (message-bounce): Call mime-to-mml.
17313
17314         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17315         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17316         optimize and/or forms properly.
17317
17318 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17319
17320         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17321         URL.
17322
17323 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17324
17325         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17326
17327 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17328
17329         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17330         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17331         displayed of multipart/alternative part if it is invoked from summary
17332         buffer.
17333
17334         * mm-view.el (mm-inline-text-html-render-with-w3m)
17335         (mm-inline-text-html-render-with-w3m-standalone)
17336         (mm-inline-render-with-function): Use mail-parse-charset by default.
17337
17338 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17339
17340         * parse-time.el (parse-time-string-chars): Check if CHAR
17341         is less than the length of parse-time-syntax.
17342
17343 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17344
17345         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17346         from gnus-newsgroup-processable.
17347
17348 2007-04-16  Didier Verna  <didier@xemacs.org>
17349
17350         * gnus-msg.el (gnus-configure-posting-styles):
17351         Handle message-signature-directory properly with :file syntax.
17352         Reported by "Leo".
17353
17354 2007-04-11  Didier Verna  <didier@xemacs.org>
17355
17356         New user option: message-signature-directory.
17357         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17358         * message.el (message-insert-signature): Ditto.
17359         * message.el (message-signature-file): Doc update.
17360         * message.el (message-signature-directory): New.
17361
17362 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17363
17364         * gnus-msg.el (gnus-inews-yank-articles):
17365         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17366
17367 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17368
17369         * message.el (message-yank-original): Make sure cited text ends with
17370         newline; don't exchange point and mark.
17371
17372 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17373
17374         * tls.el (open-tls-stream): Properly handle case where there
17375         is no associated buffer.
17376
17377 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17378
17379         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17380         message-yank-original, make sure (< mark TEXT point).
17381
17382 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17383
17384         * message.el (message-fill-column): New variable.
17385         (message-mode): Use it.  Add comment on a possible new hook.
17386
17387         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17388         (nnmail-get-new-mail): Reformat.
17389
17390         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17391
17392         * gmm-utils.el: Fix Commentary.
17393         (gmm-tool-bar-from-list): Fix typo in doc string.
17394
17395 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17396
17397         * message.el (message-yank-original): Don't switch point and mark
17398         unnecessarily to put point and mark as documented.
17399
17400 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17401
17402         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17403         from the message heads.
17404
17405 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17406
17407         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17408         article buffer does not have a window.  This may not be the best
17409         solution but is certainly better than setting the start of the null,
17410         that is the current, window.
17411
17412 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17413
17414         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17415         (gnus-draft-setup): Run it.
17416
17417         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17418         gnus-score-fast-scoring.  Allow regexp.
17419         (gnus-score-headers): Use it.
17420
17421         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17422         XEmacs.
17423
17424         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17425         string.
17426         (gnus-button-alist): Also catch `<f1> k ...'.
17427         (gnus-treat-display-x-face): Fix doc string.
17428
17429 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17430
17431         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17432         evaluation of gnus-extended-version to ensure correct generation of the
17433         User-Agent header when message-generate-headers-first is used.
17434
17435 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17436
17437         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17438         hashcash-path is nil.  Don't call callback with incorrect number of
17439         parameters if val is 0.
17440
17441 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17442
17443         * message.el (message-required-news-headers):
17444         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17445
17446 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17447
17448         * tls.el (open-tls-stream): In handshake-waiting loop,
17449         don't wait more if there is output available to process.
17450
17451 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17452
17453         * tls.el (tls-program): Doc fix.
17454
17455 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17456
17457         * message.el (message-generate-new-buffers): Change the meaning of the
17458         nil value; add `standard' to the choices; treat t as `unique'; improve
17459         doc string.
17460         (gnus-select-frame-set-input-focus): Autoload.
17461         (message-buffer-name): Search for the existing message buffer if
17462         message-generate-new-buffers is nil or `standard'; treat the value t of
17463         message-generate-new-buffers as `unique'.
17464         (message-pop-to-buffer): Raise the frame already displaying the message
17465         buffer; clear the echo area after querying.
17466         (message-setup): Pass the `continue' argument to compose-mail.
17467         (message-mail): Prefer `switch-function' if it is given; search for the
17468         existing message buffer if the `continue' argument is non-nil; pass
17469         continue and switch-function arguments to compose-mail by way of
17470         message-setup.
17471         (message-mail-other-window): Adjust argument of message-setup.
17472         (message-mail-other-frame): Ditto.
17473
17474 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17475
17476         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17477         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17478         to turn font-lock on when turning gnus-message-citation-mode on.
17479
17480 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17481
17482         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17483         (mml-smime-function-alist): New variable; add epg as the backend.
17484         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17485         mml-smime- functions instead.
17486         * mm-view.el: Require smime.
17487
17488 2007-03-05  Didier Verna  <didier@xemacs.org>
17489
17490         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17491         instead of just inheritance for posting styles.
17492         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17493
17494 2007-02-24  Chris Moore  <dooglus@gmail.com>
17495
17496         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17497         * pgg-pgp.el (pgg-pgp-encrypt-region):
17498         * pgg-gpg.el (pgg-gpg-encrypt-region):
17499         Check pgg-encrypt-for-me if no other recipients.
17500
17501 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17502
17503         * tls.el (tls-certtool-program): Fix custom type.
17504
17505 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17506
17507         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17508         and point-at-eol instead of line-(beginning|end)-position.
17509
17510         * assistant.el (assistant-parse-buffer): Ditto.
17511
17512         * netrc.el (netrc-parse-services): Ditto.
17513
17514 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17515
17516         * mml2015.el (mml2015-epg-find-usable-key): New function.
17517         (mml2015-epg-sign): Use it.
17518         (mml2015-epg-encrypt): Use it.
17519
17520 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17521
17522         * message.el (message-make-in-reply-to): Quote name containing
17523         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17524         if there are special characters.  Reported by NAKAJI Hiroyuki
17525         <nakaji@jp.freebsd.org>.
17526
17527 2007-02-27  Didier Verna  <didier@xemacs.org>
17528
17529         Include the group parameters as well as the topic ones in the
17530         inheritance filter process.
17531         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17532         argument GROUP-PARAMS-LIST.
17533         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17534
17535 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17536
17537         * nntp.el (nntp-never-echoes-commands)
17538         (nntp-open-connection-functions-never-echo-commands): New variables.
17539         (nntp-send-command): Use them.
17540
17541 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17542
17543         * mml2015.el (mml2015-epg-verify): Simplify.
17544
17545 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17546
17547         * mml.el (mml-content-disposition-alist): New user option.
17548         (mml-content-disposition): New function.
17549         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17550         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17551
17552 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17553
17554         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17555         verification.
17556
17557 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17558
17559         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17560         articles posted in the last 24 hours.
17561
17562 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17563
17564         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17565
17566 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17567
17568         * nntp.el (nntp-send-command): Don't wait for echoes when
17569         nntp-open-ssl-stream is used.
17570
17571 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17572
17573         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17574         (gnus-message-add-citation-keywords)
17575         (gnus-message-remove-citation-keywords): Remove.
17576         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17577         directly, make the variables in font-lock-defaults buffer-local, add
17578         gnus-message-citation-keywords to them and then update the value of
17579         font-lock-keywords.
17580
17581 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17582
17583         * message.el (message-cite-original-1): Don't call
17584         gnus-article-highlight-citation.
17585
17586         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17587         citations; fix line count.
17588
17589 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17590
17591         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17592         (gnus-message-add-citation-keywords)
17593         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17594         versions of font-lock-add-keywords and font-lock-remove-keywords to
17595         work with XEmacs correctly.
17596
17597 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17598
17599         * gnus-cite.el (gnus-cite-face-list): Set the values of
17600         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17601         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17602         (gnus-message-cite-prefix-regexp): New variable.
17603         (gnus-message-search-citation-line): Use it; protect against long
17604         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17605         the 0th match data for Emacs.
17606         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17607         (gnus-message-add-citation-keywords): Append keywords rather than
17608         prepending; emulate font-lock-add-keywords if it is not available.
17609         (gnus-message-remove-citation-keywords):
17610         Emulate font-lock-remove-keywords if it is not available.
17611
17612         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17613
17614         * message.el (message-cite-prefix-regexp): Set the value of
17615         gnus-message-cite-prefix-regexp.
17616
17617 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17618
17619         * nnweb.el (nnweb-google-parse-1): Update parser.
17620
17621 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17622
17623         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17624
17625 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17626
17627         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17628         regexp.
17629
17630 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17631
17632         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17633         string-to-multibyte.
17634         (uudecode-decode-region-internal): Use it.
17635
17636         * lpath.el: Fbind string-as-multibyte for XEmacs.
17637
17638 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17639
17640         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17641         Fix custom choice.
17642
17643         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17644
17645 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17646
17647         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17648
17649         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17650         `write-region' to respect `mm-inhibit-file-name-handlers'.
17651
17652 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17653
17654         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17655         Use gnus-home-directory instead of "~/" or "$HOME".
17656
17657 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17658
17659         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17660         to mention filename.
17661         Add comments at beginning regarding usage.
17662         (encrypt-write-file-contents): Change interactive so a string is
17663         acceptable.  If the file has no associated model, show an error instead
17664         of a nonsense prompt.
17665
17666 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17667
17668         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17669         Thanks to Yoshihiko Yamada for kind notification of this typo.
17670
17671 2007-01-12  Kenichi Handa  <handa@m17n.org>
17672
17673         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17674         multibyte buffer.
17675
17676 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17677
17678         * gnus-score.el (gnus-score-fast-scoring): New variable.
17679         (gnus-score-headers): Use it.
17680
17681         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17682
17683         * message.el (message-cite-original-1):
17684         Call gnus-article-highlight-citation if requested.
17685         (message-make-from): Allow name and address as optional arguments.
17686
17687         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17688
17689         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17690         bugs to doc string.
17691         (gnus-button-alist): Add mid\\|message-id.
17692         (gnus-button-fetch-group): Extend for use in
17693         `browse-url-browser-function'.
17694         (gnus-button-url-regexp): Try to catch paired parentheses like in
17695         Wikipedia URLs.
17696
17697         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17698         Suggested by Simon Krahnke <overlord@gmx.li>.
17699
17700 2007-01-13  Romain Francoise  <romain@orebokech.com>
17701
17702         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17703         Update copyright.
17704
17705 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17706
17707         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17708
17709 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17710
17711         * gnus-registry.el (gnus-registry-unfollowed-groups)
17712         (gnus-registry-split-fancy-with-parent): Fix documentation.
17713
17714 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17715
17716         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17717         from nnweb groups.
17718
17719 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17720
17721         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17722         Xref urls.  Erase buffer before requesting head.
17723
17724         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17725
17726 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17727
17728         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17729         customizable.
17730
17731 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17732
17733         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17734         no signing key is found.
17735         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17736         no encrypting and/or signing key is found.
17737
17738 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17739
17740         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17741
17742 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17743
17744         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17745         headers read from disk with the ones newly found in the current search.
17746         This should no longer cause problems, because the article numbers in
17747         Gmane's `nov.php' output are ignored since the previous change.
17748
17749 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17750
17751         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17752
17753 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17754
17755         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17756         replace-regexp-in-string; bind url-version; fbind display-images-p and
17757         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17758         find-face and set-itimer-function for Emacs; bind itimer-list for
17759         Emacs.
17760
17761         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17762
17763 2007-01-01  Romain Francoise  <romain@orebokech.com>
17764
17765         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17766
17767 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17768
17769         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17770         `define-minor-mode' macro definition expanded properly.
17771         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17772         exclude it there.
17773
17774         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17775         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17776         `fboundp' test.
17777         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17778         This is OK to autoload in (S)XEmacs now.
17779
17780 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17781
17782         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17783         keystroke.
17784         (gnus-summary-limit-to-singletons): Fix typo.
17785
17786         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17787         else fails.
17788
17789 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17790
17791         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17792         docstring.
17793
17794         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17795         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17796         (gnus-summary-insert-dormant-articles): Fix typo in message.
17797
17798 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17799
17800         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17801         nil for XEmacs.
17802         (gnus-message-citation-mode): Don't autoload in XEmacs.
17803
17804         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17805
17806 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17807
17808         * nnimap.el (nnimap-expunge-search-string):
17809         Mention nnimap-search-uids-not-since-is-evil in docstring.
17810
17811 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17812
17813         * spam.el: Revert to make-obsolete-variable because
17814         define-obsolete-variable-alias is not supported in Emacs 21.
17815
17816         * spam.el (spam-ifile-path, spam-ifile-database-path)
17817         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17818         make-obsolete-variable.
17819         (spam-bsfilter-path, spam-bsfilter-program)
17820         (spam-spamassassin-path, spam-spamassassin-program)
17821         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17822         Don't use "path" inappropriately.
17823         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17824         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17825         variable names.
17826
17827 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17828
17829         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17830         summary buffer.
17831
17832         * password.el (password-cache-remove): Use clear-string to burn
17833         password, if available.
17834
17835 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17836
17837         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17838
17839         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17840
17841         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17842         (gnus-message-highlight-citation): Move defcustom here from
17843         gnus-cite.el.
17844         (gnus-message-citation-mode): Autoload.
17845
17846         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17847         checks to make it compile with XEmacs.
17848         (gnus-message-citation-mode): New minor mode.
17849         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17850         (gnus-message-highlight-citation): New variables.
17851         (gnus-message-search-citation-line)
17852         (gnus-message-add-citation-keywords)
17853         (gnus-message-remove-citation-keywords)
17854         (turn-on-gnus-message-citation-mode)
17855         (turn-off-gnus-message-citation-mode): New functions.
17856
17857 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17858
17859         * gnus-cite.el: Enable highlighting of different citation levels in
17860         message-mode.
17861
17862 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17863
17864         * message.el (message-make-fqdn): Fix comment.
17865         (message-bogus-system-names): Add ".local".
17866
17867         * spam.el (spam-ifile-path, spam-ifile-program)
17868         (spam-ifile-database-path, spam-ifile-database)
17869         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17870         Don't use "path" inappropriately.
17871         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17872         strings.
17873         (spam-check-ifile, spam-ifile-register-with-ifile)
17874         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17875         Use new variable names.
17876
17877         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17878         (gnus-treat-display-smileys): Simplify using
17879         gnus-image-type-available-p.
17880
17881         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17882         available.
17883
17884         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17885         Use `display-images-p' if available.
17886
17887 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17888
17889         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17890         one after turning on the buffer's multibyteness instead of decoding
17891         them directly in the unibyte buffer that causes unexpected conversion
17892         in Emacs 23 (unicode).
17893
17894 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17895
17896         * message.el (message-generate-hashcash): Fix custom type.
17897
17898 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17899
17900         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17901
17902 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17903
17904         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17905         disconnect icons.  Add help text.
17906
17907 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17908
17909         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17910         negated to be consistent with the others we handle.
17911
17912 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17913
17914         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17915         version of gnus-summary-buffer to something, so that we can use two
17916         article buffers at the same time.
17917
17918 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17919
17920         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17921         trigger all the extra headers.
17922         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17923         sorting.
17924
17925 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17926
17927         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17928         solid groups.
17929
17930 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17931
17932         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17933
17934 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17935
17936         * legacy-gnus-agent.el: Add Copyright notice.
17937
17938 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17939
17940         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17941
17942 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17943
17944         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17945
17946         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17947         to make it work reliably in CVS Emacs.
17948         (gnus-summary-limit-strange-charsets-predicate)
17949         (gnus-summary-limit-to-predicate): New functions.
17950
17951 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17952
17953         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17954         specifying array size.
17955         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17956         array if it is too small.
17957         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17958         (gnus-sort-threads-loop): New function.
17959
17960 2006-12-06  Chris Moore  <dooglus@gmail.com>
17961
17962         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17963         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17964
17965 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17966
17967         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17968         options.
17969
17970 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17971
17972         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17973         DOS-ing the recipient.
17974
17975         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17976         the headers when creating the mapping to avoid mismappings.
17977         (nnweb-gmane-create-mapping): Always nix out old mapping.
17978
17979 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17980
17981         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17982         and mm-verify-option to never.
17983
17984 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17985
17986         * message.el (message-signed-or-encrypted-p): New function.
17987         (message-forward-make-body): Use it.
17988
17989         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17990         Replace encode-coding-string with mm-encode-coding-string.
17991
17992 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17993
17994         * nneething.el (nneething-decode-file-name):
17995         Replace decode-coding-string with mm-decode-coding-string.
17996
17997         * gnus-int.el (gnus-open-server): Say failed server's name.
17998
17999 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18000
18001         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18002         strings to a single string.  Quote `errors-file-name'.
18003         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18004         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18005         Adjust calls.  Use `shell-quote-argument'.
18006
18007 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18008
18009         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18010         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18011
18012         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18013         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18014         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18015         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18016         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18017         (gnus-subscribe-newsgroup, gnus-1):
18018         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18019         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18020         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18021         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18022
18023 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18024
18025         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18026         keystroke.
18027         (gnus-summary-limit-to-bodies): Implement headersp.
18028
18029 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18030
18031         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18032
18033 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18034
18035         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18036
18037 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18038
18039         * message.el (message-generate-hashcash): Expand range of values to
18040         include `opportunistic'.
18041         (message-send-mail): Use it.
18042
18043 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18044
18045         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18046         and comment it.
18047
18048         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18049
18050 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18051
18052         * gnus-util.el (gnus-extract-address-components): Improve comment.
18053
18054 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18055
18056         * gnus-util.el (gnus-extract-address-components): Work with address in
18057         which the name portion contains @.
18058
18059         * lpath.el: Fbind custom-autoload.
18060
18061 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18062
18063         * gnus.el (gnus-start): Move custom group up.
18064         (gnus-select-method): Don't autoload, but make it available for
18065         `customize-variable'.
18066         (gnus-getenv-nntpserver): Don't autoload.
18067
18068 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18069
18070         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18071
18072 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18073
18074         * message.el (message-sendmail-extra-arguments): New variable.
18075         (message-send-mail-with-sendmail): Use it.
18076
18077 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18078
18079         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18080         mm-with-unibyte-current-buffer to make string unibyte.
18081
18082         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18083         mm-string-as-multibyte.
18084
18085 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18086
18087         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18088         Reported by Werner Koch <wk@gnupg.org>.
18089
18090 2006-11-14  Daiki Ueno  <ueno@p360>
18091
18092         * mml2015.el: Autoload epa-select-keys when compiling.
18093
18094 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18095
18096         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18097         message-options.
18098         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18099
18100 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18101
18102         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18103         EasyPG (< 0.0.6).
18104         (mml2015-always-trust): New user option.
18105         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18106         prompt.
18107
18108 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18109
18110         * nntp.el (nntp-authinfo-force): New variable.
18111         (nntp-send-authinfo): Use it.
18112
18113 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18114
18115         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18116         decode encoded words.  Improve prompt.  Add comment about forwarding.
18117         (message-replacement-char): Move up.
18118
18119 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18120
18121         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18122         instead of gnus-intersection because arguments of gnus-sorted-nunion
18123         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18124
18125 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18126
18127         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18128         (message-simplify-subject-functions):
18129         Enable message-strip-subject-encoded-words by default.
18130
18131 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18132
18133         * message.el (message-strip-subject-encoded-words): New function.
18134         (message-simplify-subject-functions): New variable.
18135         (message-simplify-subject): Use it.  Fix typo in doc string.
18136         Support message-strip-subject-encoded-words.
18137
18138 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18139
18140         * gnus-diary.el (gnus-diary-delay-format-function):
18141         * nndiary.el (nndiary-reminders):
18142         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18143
18144 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18145
18146         * gnus-art.el (article-hide-boring-headers): Fetch date from
18147         gnus-original-article-buffer to avoid problems with localized date
18148         strings.
18149
18150 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18151
18152         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18153
18154 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18155
18156         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18157         New variables.
18158         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18159         (mm-charset-synonym-alist): Move some entries to
18160         mm-codepage-iso-8859-list.
18161         (mm-charset-synonym-alist, mm-charset-override-alist):
18162         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18163
18164 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18165
18166         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18167
18168 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18169
18170         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18171         with Emacs 21 and XEmacs.
18172
18173 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18174
18175         * spam.el (spam-parse-address): New function for better parsing,
18176         catching errors, etc.
18177         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18178
18179 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18180
18181         * mm-view.el: Add interactive arg to html2text autoload.
18182
18183 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18184
18185         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18186
18187 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18188
18189         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18190         New variables.
18191         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18192         (mm-charset-synonym-alist): Move some entries to
18193         mm-codepage-iso-8859-list.
18194
18195         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18196
18197 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18198
18199         * message.el (message-citation-line-format)
18200         (message-insert-formated-citation-line): Fix implementation of %E, %N
18201         and %n according to the doc string.
18202
18203 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18204
18205         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18206         Use car-safe to avoid bad parses.
18207
18208 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18209
18210         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18211         names.
18212
18213         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18214
18215 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18216
18217         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18218         header.
18219
18220         * message.el (message-draft-headers): Add Date.
18221         (message-headers-to-generate): Fix typo in docstring.
18222
18223         * nndraft.el (nndraft-required-headers): New variable.
18224         (nndraft-generate-headers): Use it.
18225
18226         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18227
18228 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18229
18230         * gnus-registry.el (gnus-registry-wash-for-keywords)
18231         (gnus-registry-find-keywords): New functions to allow easy searching of
18232         articles that are in the registry.
18233
18234 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18235
18236         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18237         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18238         Reported by Damien Elmes <damien@repose.cx>.
18239
18240 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18241
18242         * gnus.el (gnus-mime): Remove unused custom group.
18243
18244 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18245
18246         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18247         "blank line" when searching for end of armor headers.
18248
18249 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18250
18251         * gmm-utils.el (gmm-write-region): Fix variable name.
18252
18253 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18254
18255         * gmm-utils.el (gmm-write-region): New function based on compatibility
18256         code from `mm-make-temp-file'.
18257
18258         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18259
18260         * nnmaildir.el (nnmaildir--update-nov)
18261         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18262         Use `gmm-write-region'.
18263
18264 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18265
18266         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18267         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18268
18269         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18270
18271         * message.el (message-replacement-char): New variable.
18272         (message-fix-before-sending): Use it.
18273         (message-simplify-subject): New function to remove duplicate code.
18274         (message-reply, message-followup): Use it.
18275
18276         * gnus-sum.el (gnus-summary-make-menu-bar):
18277         Clarify gnus-summary-limit-to-articles.
18278
18279 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18280
18281         * gnus-util.el (gnus-with-local-quit): New macro.
18282
18283         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18284
18285 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18286
18287         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18288         ignore non-string data.
18289
18290 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18291
18292         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18293         non-string data (needs to be done in the registry too).
18294
18295 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18296
18297         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18298         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18299         (gnus-registry-split-fancy-with-parent)
18300         (gnus-registry-fetch-simplified-message-subject-fast)
18301         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18302         Remove text properties on ingress into the registry and when it's saved.
18303         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18304         registry from entries with no groups.
18305
18306 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18307
18308         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18309         function to remove string properties.
18310
18311 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18312
18313         * gmm-utils.el (gmm): Adjust custom version.
18314
18315         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18316         Adjust custom version.
18317
18318         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18319
18320 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18321
18322         * gnus-art.el (gnus-insert-prev-page-button)
18323         (gnus-insert-next-page-button): Simplify.  Reformat.
18324
18325 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18326
18327         * gnus-art.el (gnus-insert-prev-page-button)
18328         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18329
18330 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18331
18332         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18333
18334 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18335
18336         * gnus-art.el (gnus-insert-mime-button)
18337         (gnus-insert-mime-security-button):
18338         Apply gnus-article-button-face to MIME and security buttons.
18339
18340 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18341
18342         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18343         readable.
18344
18345 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18348
18349 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18350
18351         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18352         `browse-url-of-file' instead of `browse-url'.
18353
18354 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18355
18356         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18357         regexp.  Articles containing quotation were cut prematurely.
18358
18359 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18360
18361         * message.el (message-cite-original-1): Use nobody by default for the
18362         value of From header.
18363         (message-reply): Ditto.
18364
18365 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18366
18367         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18368         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18369         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18370
18371 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18372
18373         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18374         mails in the doc string.  Add some URLs in comment.
18375         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18376
18377 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18378
18379         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18380         backslashes handling and the way to find boundaries of quoted strings.
18381
18382 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18383
18384         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18385         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18386         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18387         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18388
18389 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18390
18391         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18392         doc string.
18393         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18394
18395 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18396
18397         * lpath.el: Fbind epg-check-configuration.
18398
18399 2006-09-06  Simon Josefsson  <jas@extundo.com>
18400
18401         * mml2015.el (mml2015-use): Doc fix, mention epg.
18402
18403 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18404
18405         * mml2015.el (mml2015-use): Default to epg, if available.
18406
18407 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18408
18409         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18410         message-sender.
18411         (mml1991-epg-encrypt): Ditto.
18412         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18413         message-sender.
18414         (mml2015-epg-encrypt): Ditto.
18415
18416 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18417
18418         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18419         several common directories.
18420
18421 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18422
18423         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18424         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18425
18426 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18427
18428         * gnus-art.el (article-decode-encoded-words): Make it fast.
18429
18430 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18431
18432         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18433
18434         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18435         in quoted string into `\'.
18436
18437 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18438
18439         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18440         Use standard-syntax-table.
18441
18442 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18443
18444         * gnus-art.el (gnus-decode-address-function): New variable.
18445         (article-decode-encoded-words): Use it to decode headers which are
18446         assumed to contain addresses.
18447         (gnus-mime-delete-part): Remove useless `or'.
18448
18449         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18450         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18451         (gnus-nov-parse-line): Use it to decode From header.
18452         (gnus-get-newsgroup-headers): Ditto.
18453         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18454
18455         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18456         (mail-decode-encoded-address-string): New alias.
18457
18458         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18459         New function.
18460         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18461         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18462         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18463         (rfc2047-decode-string): Ditto.
18464         (rfc2047-decode-address-region): New function.
18465         (rfc2047-decode-address-string): New function.
18466
18467 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18468
18469         * message.el (message-caesar-buffer-body): Allow rotating headers.
18470
18471         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18472
18473         * message.el (message-insert-formated-citation-line): Fix %f.
18474         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18475
18476 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18477
18478         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18479         (gnus-bookmark-mouse-available-p): New macro.
18480         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18481         (gnus-bookmark-bmenu-show-infos): Use it.
18482         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18483         (gnus-bookmark-bmenu-hide-infos): Ditto.
18484         (gnus-bookmark-remove-properties): New function.
18485         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18486         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18487         (gnus-bookmark-write-file): Bind coding-system-for-write.
18488         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18489         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18490         group before selecting it.
18491         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18492         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18493         quit-window if it is not available; use gnus-mouse-2 and bind it to
18494         gnus-bookmark-bmenu-select-by-mouse.
18495         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18496         (gnus-bookmark-bmenu-select-by-mouse): New function.
18497
18498 2006-08-13  Romain Francoise  <romain@orebokech.com>
18499
18500         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18501         space.
18502
18503 2006-08-10  Romain Francoise  <romain@orebokech.com>
18504
18505         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18506         (dns-mode-soa-auto-increment-serial): New user option.
18507         (dns-mode-soa-maybe-increment-serial): New function.
18508         (dns-mode): Add the latter to `write-contents-functions'.
18509
18510 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18511
18512         * compface.el (uncompface): Use binary rather than raw-text-unix.
18513
18514 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18515
18516         * compface.el (uncompface): Make sure the eol conversion doesn't take
18517         place when communicating with the external programs.
18518         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18519
18520 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18521
18522         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18523
18524 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18525
18526         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18527         Make it more robust by parsing author and date independently.
18528
18529 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18530
18531         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18532
18533 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18534
18535         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18536         first matching secret key.
18537         (mml2015-epg-encrypt): Ditto.
18538
18539         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18540         first matching secret key.
18541         (mml1991-epg-encrypt): Ditto.
18542
18543         * mml2015.el (mml2015-encrypt-to-self): New user option.
18544         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18545         mml2015-epg-encrypt-to-self is set.
18546
18547         * mml1991.el (mml1991-encrypt-to-self): New variable.
18548         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18549         mml1991-epg-encrypt-to-self is set.
18550
18551         * mml2015.el (mml2015-signers): New user option.
18552         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18553         (mml2015-epg-encrypt): Allow to select signing keys.
18554
18555         * mml1991.el (mml1991-signers): New variable.
18556         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18557         (mml1991-epg-encrypt): Allow to select signing keys.
18558
18559 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18560
18561         * nnheader.el (nnheader-insert-head): Make it work even if the file
18562         uses CRLF for the line-break code.
18563
18564 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18565
18566         * mml2015.el: Require mml-sec instead of password.
18567         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18568         (mml2015-cache-passphrase): Inherit the default value from
18569         mml-secure-cache-passphrase.
18570         (mml2015-passphrase-cache-expiry): Inherit the default value from
18571         mml-secure-passphrase-cache-expiry.
18572
18573         * mml1991.el: Require mml-sec instead of password.
18574         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18575         (mml1991-cache-passphrase): Inherit the default value from
18576         mml-secure-cache-passphrase.
18577         (mml1991-passphrase-cache-expiry): Inherit the default value from
18578         mml-secure-passphrase-cache-expiry.
18579
18580         * mml-sec.el: Require password.
18581         (mml-secure-verbose): New user option.
18582         (mml-secure-cache-passphrase): New user option.
18583         (mml-secure-passphrase-cache-expiry): New user option.
18584
18585 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18586             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18587
18588         * pgg-def.el (pgg-truncate-key-identifier):
18589         Truncate the key ID to 8 letters from the end.
18590
18591 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18592
18593         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18594         workaround for the url package included with Emacs.
18595
18596         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18597
18598 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18599
18600         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18601         correctly.  This fixes a bug caused by the 2006-05-12 change.
18602
18603 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18604
18605         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18606         some information about the error when saying that the `bogus' mail
18607         group will be used.
18608
18609 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18610
18611         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18612         string.
18613
18614 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18615
18616         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18617
18618 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18619
18620         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18621
18622 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18623
18624         * mml1991.el (mml1991-function-alist): Add epg.
18625         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18626         (mml1991-epg-encrypt): New functions.
18627
18628 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18629
18630         * mml2015.el (mml2015-verbose): New variable.
18631         (mml2015-cache-passphrase): Ditto.
18632         (mml2015-passphrase-cache-expiry): Ditto.
18633         (mml2015-function-alist): Add epg.
18634         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18635         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18636         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18637         New functions.
18638
18639 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18640
18641         * message.el (message-cite-original-1): Preserve region when removing
18642         quoted text due to X-No-Archive in order to avoid bogus attribution
18643         when citing multiple messages.
18644
18645 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18646
18647         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18648         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18649
18650 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18651
18652         * gnus-diary.el (gnus-user-format-function-d)
18653         (gnus-user-format-function-D): Autoload.
18654
18655         * imap.el (Commentary): Fix typo.
18656
18657         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18658         2006-04-22 contribution.
18659
18660 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18661
18662         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18663         It didn't really fix the bogosity I'm seeing with solid web groups.
18664
18665 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18666
18667         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18668         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18669         created using server names.  If we use the feature without declaring
18670         it, Gnus does not properly manage server and group state.
18671
18672         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18673         bound.
18674
18675 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18676
18677         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18678         looking up the method using GROUP's prefix before inventing a new one.
18679         It is used on killed/unknown groups in various places where returning
18680         an all-new method isn't expected by the caller.
18681
18682         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18683         and match semantics of gnus-group-real-prefix.
18684
18685 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18686
18687         * nnmail.el (nnmail-broken-references-mailers): New variable.
18688         (nnmail-ignore-broken-references): New function generalizing
18689         nnmail-fix-eudora-headers.
18690         (nnmail-fix-eudora-headers): Now obsolete.
18691
18692         * gnus-art.el (gnus-button-handle-custom):
18693         Support `customize-apropos*'.
18694
18695 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18696
18697         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18698
18699         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18700         articles.
18701
18702 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18703
18704         * message.el (message-cite-reply-above): New variable.
18705         (message-yank-original): Use it.
18706
18707 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18708
18709         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18710
18711 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18712
18713         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18714         as read.
18715
18716         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18717
18718 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18719
18720         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18721         (gnus-bookmark-default-file): Use gnus-directory.
18722         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18723         Remove "*" in doc string.
18724         (gnus-bookmark-write-file): Simplify.
18725         (gnus-bookmark-maybe-sort-alist): Use `when'.
18726         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18727         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18728         Add FIXME about Emacs 21 and XEmacs compatibility.
18729         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18730         compatibility.
18731         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18732         compatibility.
18733         (gnus-bookmark-menu-heading): Fix version.
18734
18735 2006-06-19  Bastien Guerry  <bzg@altern.org>
18736
18737         * gnus-bookmark.el: New file.
18738
18739 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18740
18741         * message.el (message-syntax-checks): Doc fix.
18742
18743 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18744
18745         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18746         unsubscribed groups as if they were killed ones.  It causes duplicate
18747         entries in gnus-newsrc-alist.
18748
18749 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18750
18751         * message.el (message-syntax-checks): Doc fix.
18752         (message-send-mail): Add check for continuation headers.
18753         (message-check-news-header-syntax): Fix regexp used to check for
18754         continuation headers.
18755
18756 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18757
18758         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18759
18760 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18761
18762         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18763
18764 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18765
18766         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18767         default-truncate-lines.
18768
18769 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18770
18771         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18772         to fill the utf-8 entry.
18773
18774         * lpath.el: Fbind unicode-precedence-list.
18775
18776 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18777
18778         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18779
18780 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18781
18782         * gnus-agent.el (directory-files-and-attributes): Move all the way
18783         forward (the third and final move).
18784         (gnus-agent-read-agentview): Trap reconstruction errors due to
18785         nonexistent directory.  Handle by returning nil.
18786
18787 2006-05-30  Didier Verna  <didier@xemacs.org>
18788
18789         * message.el (message-dont-reply-to-names): Update the custom type.
18790         * message.el (message-dont-reply-to-names): New defsubst: potentially
18791         convert a list of regexps into a single one.
18792         * message.el (message-get-reply-headers): Use it.
18793         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18794
18795 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18796
18797         * gnus-agent.el (directory-files-and-attributes): Move forward.
18798
18799 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18800
18801         * gnus-ml.el (gnus-mailing-list-subscribe)
18802         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18803         (gnus-mailing-list-message): Fix doc strings.
18804
18805 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18806
18807         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18808         of doing it manually.
18809
18810 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18811
18812         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18813         comment.
18814
18815 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18816
18817         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18818         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18819         (gnus-agent-read-local): All symbols allocated in my-obarray.
18820         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18821         (gnus-agent-regenerate-group): Check numeric names to see if they are
18822         messages or groups.
18823         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18824         better way of do this...)
18825
18826         * gnus-cache.el (gnus-agent-total-fetched-for):
18827         Ignore 'dummy.group' (there should be a better way of do this...)
18828
18829 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18830
18831         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18832         (gnus-saved-headers): Ditto.
18833         (gnus-default-article-saver): Mention functions may have properties.
18834         (gnus-article-save): Override gnus-save-all-headers and
18835         gnus-saved-headers by :headers property which saver function may have.
18836         (gnus-summary-save-in-file): Add :headers property.
18837         (gnus-summary-write-to-file): Ditto.
18838
18839         * gnus-sum.el (gnus-summary-save-article): Bind
18840         gnus-prompt-before-saving to t when saving many articles in a file;
18841         always show all headers.
18842
18843         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18844
18845 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18846
18847         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18848         marks.
18849
18850         * message.el (message-indent-citation): Add optional arguments to allow
18851         using it outside of message buffers.
18852
18853         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18854         (gnus-article-treat-unfold-headers): Use it.
18855         (gnus-article-truncate-lines): New variable.
18856         (gnus-article-mode): Use it.
18857         (gnus-article-toggle-truncate-lines): New function.
18858
18859         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18860         Add gnus-article-toggle-truncate-lines.
18861
18862         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18863         coding system in XEmacs, use binary.
18864
18865 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18866
18867         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18868         after-load-alist.
18869
18870         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18871         this function should save decoded articles.
18872         (gnus-summary-write-to-file): Use property to specify this function
18873         should save decoded articles and specify gnus-summary-save-in-file
18874         should be used to save articles other than the first one when saving
18875         many articles.
18876         (gnus-summary-save-body-in-file): Use property to specify this
18877         function should save decoded articles.
18878         (gnus-summary-write-body-to-file): Use property to specify this
18879         function should save decoded articles and specify
18880         gnus-summary-save-body-in-file should be used to save articles other
18881         than the first one when saving many articles.
18882
18883         * gnus-sum.el (gnus-summary-save-article): Simplify.
18884
18885 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18886
18887         * gnus-art.el (gnus-default-article-saver):
18888         Add gnus-summary-write-body-to-file.
18889         (gnus-article-save-coding-system): Don't use coding system object
18890         in XEmacs.
18891         (gnus-read-save-file-name): Add optional `dir-var' argument which
18892         specifies directory in which files are saved; work even if optional
18893         `variable' argument is not specified.
18894         (gnus-summary-write-to-file): Read file name.
18895         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18896         (gnus-summary-write-body-to-file): New function.
18897
18898         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18899         (gnus-summary-local-variables): Add it.
18900         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18901         (gnus-summary-save-article): Remove optional `decode' argument;
18902         determine whether to decode articles by the value of
18903         gnus-default-article-saver; when saving many files using
18904         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18905         it first and use gnus-summary-save-in-file or
18906         gnus-summary-save-body-in-file thereafter unless
18907         gnus-prompt-before-saving is always; move point to article which
18908         will be saved.
18909         (gnus-summary-save-article-file): Revert.
18910         (gnus-summary-write-article-file): Revert.
18911         (gnus-summary-save-article-body-file): Revert.
18912         (gnus-summary-write-article-body-file): New function.
18913
18914 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18915
18916         * gnus-art.el (gnus-default-article-saver): Doc fix.
18917         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18918         from gnus-summary-save-article-coding-system, and default to a
18919         certain coding system.
18920         (gnus-output-to-file): Add coding cookie and encode text according
18921         to gnus-article-save-coding-system; don't use mm-append-to-file.
18922
18923         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18924         gnus-art.el and rename to gnus-article-save-coding-system.
18925         (gnus-summary-save-article): Require gnus-art; don't show all
18926         headers if it decodes articles; don't add coding cookie here;
18927         don't bind mm-text-coding-system-for-write.
18928         (gnus-summary-save-article-file): Save decoded articles.
18929         (gnus-summary-write-article-file): When saving many files, use
18930         gnus-summary-write-to-file first and gnus-summary-save-in-file
18931         thereafter unless gnus-prompt-before-saving is always.
18932         (gnus-summary-save-article-body-file): Save decoded articles.
18933
18934         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18935
18936 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18937
18938         * nnrss.el (nnrss-check-group): Bind hash-index.
18939
18940 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18941
18942         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18943         its hash index.  Store this hash in `nnrss-group-data'.
18944         (nnrss-read-group-data): Update accordingly.
18945
18946 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18947
18948         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18949         entry.
18950
18951         * gnus-sum.el (gnus-summary-make-menu-bar):
18952         Add gnus-article-browse-html-article.
18953
18954 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18955
18956         * gnus-sum.el (gnus-summary-mime-map):
18957         Add gnus-article-browse-html-article.
18958
18959         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18960
18961 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18962
18963         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18964         suitable coding systems in customize.
18965
18966 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18967
18968         * mail-source.el (mail-sources): Fix custom type.
18969
18970 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18971
18972         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18973         (gnus-summary-expire-articles-now): Shorten prompt.
18974
18975         * gmm-utils.el (wid-edit): Require.
18976         (defun-gmm): Rename from `gmm-defun-compat'.
18977         (gmm-image-search-load-path): Use it.
18978         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18979
18980 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18981
18982         * gnus-sum.el (gnus-summary-save-article-coding-system):
18983         New variable.
18984         (gnus-summary-save-article): Add optional `decode' argument.
18985         If it is set and gnus-summary-save-article-coding-system is non-nil,
18986         save decoded article.
18987         (gnus-summary-write-article-file): Save decoded article if
18988         gnus-summary-save-article-coding-system is non-nil.
18989
18990         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18991         type.
18992
18993 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18994
18995         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18996
18997 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18998
18999         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19000         first to test gnus-single-article-buffer which may be buffer-local.
19001
19002         * gnus-sum.el (gnus-summary-setup-buffer):
19003         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19004         group; make gnus-article-buffer, gnus-article-current, and
19005         gnus-original-article-buffer always buffer-local.
19006         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19007         group.
19008         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19009
19010 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19011
19012         * nnml.el (nnml-request-compact-group): Compressed files might not
19013         have .gz extension.
19014
19015 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19016
19017         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19018         (mm-copy-to-buffer): Use with-current-buffer.
19019         (mm-display-part): Simplify.
19020         (mm-inlinable-p): Add optional arg `type'.
19021
19022 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19023
19024         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19025         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19026         Try harder to show the attachment internally or externally using
19027         gnus-mime-view-part-as-type.
19028
19029 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19030
19031         * message.el (message-from-style, message-signature-separator)
19032         (message-user-organization-file, message-send-mail-function)
19033         (message-citation-line-function, message-yank-prefix)
19034         (message-indent-citation-function, message-signature)
19035         (message-signature-file, message-signature-insert-empty-line):
19036         Remove autoloads.
19037
19038         * gnus-art.el (gnus-buttonized-mime-types):
19039         Remove "multipart/signed".  Revert 2006-04-26 change.
19040
19041 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19042
19043         * gnus.el (gnus-version-number): Bump version.
19044
19045 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19046
19047         * gnus.el: No Gnus v0.5 is released.
19048
19049 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19050
19051         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19052         fetching articles by message-id.
19053
19054 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19055
19056         * message.el (hashcash): Require hashcash as normal.
19057
19058         * ecomplete.el (ecomplete-highlight-match-line):
19059         Use point-at-eol.
19060         (ecomplete-highlight-match-line): Use `highlight', because that
19061         face exists in both Emacs and XEmacs.
19062
19063         * message.el (message-display-abbrev): Use point-at-bol.
19064
19065         * mail-source.el: Don't require timer/timer-funcs.
19066
19067         * gnus-async.el: Ditto.
19068
19069         * password.el: Ditto.
19070
19071         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19072
19073         * mm-url.el: Ditto.
19074
19075         * gnus-xmas.el: Don't require timer-funcs.
19076
19077         * mm-util.el: Require timer/timer-funcs.
19078
19079 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19080
19081         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19082         Close.
19083
19084 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19085
19086         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19087         unibyte after clear-decrypt function runs.
19088
19089         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19090         returns as a unibyte string.
19091
19092 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19093
19094         * lpath.el: Revert.
19095
19096         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19097         (pgg-gpg-process-sentinel): Revert.
19098
19099         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19100         (pgg-pgp-lookup-key): Revert.
19101
19102         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19103         (pgg-pgp5-lookup-key): Revert.
19104
19105         * pgg.el (pgg-fetch-key): Revert.
19106
19107 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19108
19109         * lpath.el: Fbind string-as-multibyte for XEmacs.
19110
19111         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19112         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19113         (mml1991-pgg-encrypt): Ditto.
19114
19115         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19116         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19117         a multibyte buffer.
19118
19119         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19120         (pgg-pgp-lookup-key): Ditto.
19121
19122         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19123         (pgg-pgp5-lookup-key): Ditto.
19124
19125         * pgg.el (pgg-fetch-key): Ditto.
19126
19127 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19128
19129         * message.el (message-user-organization-file): Check several
19130         locations of the organization file.
19131
19132         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19133         Add gnus-article-view-part-as-type.
19134
19135         * gnus-art.el (gnus-article-view-part-as-type): New function.
19136
19137         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19138         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19139
19140         * mml.el: Simplify autoload.
19141         (mml-mode): defvar dnd-protocol-alist instead of using
19142         symbol-value.
19143         (mml-default-directory): New variable.
19144         (mml-minibuffer-read-file): Use it.
19145         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19146
19147         * message.el (message-citation-line-format): New variable.
19148         (message-insert-formated-citation-line): New function.
19149         (message-citation-line-function):
19150         Add `message-insert-formated-citation-line' to custom type.
19151
19152         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19153         to doc string.
19154
19155         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19156         depending on mm-verify-option.
19157
19158 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19159
19160         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19161         binding pgg-* variables; reimplement the section which prevents
19162         MIME header from being signed.
19163         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19164         pgg-text-mode; remove a blank line at the top of body.
19165
19166         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19167         lines at the top of body; use gnus-newsgroup-charset if there's no
19168         Charset header.
19169
19170 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19171
19172         * message.el (message-self-insert-commands): Doc fix.
19173
19174         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19175         (mm-uu-pgp-encrypted-test): Ditto.
19176         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19177         between header and body; return application/pgp-encrypted handle
19178         if decryption failed; decode decrypted body by charset.
19179
19180         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19181         element match to application/pgp-*.
19182
19183 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19184
19185         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19186         HTML.
19187
19188 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19189
19190         * mail-source.el (mail-source-call-script): Message the error
19191         string.
19192
19193 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19194
19195         * gnus-util.el (gnus-byte-compile): Use it.
19196
19197 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19198
19199         * gnus-util.el (kill-empty-logs): New function.
19200
19201 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19202
19203         * message.el (message-mail-alias-type): Doc fix.
19204         (message-mail-alias-type-p): New function.
19205         (message-send): Use it.
19206         (message-mode): Ditto.
19207         (message-strip-forbidden-properties): Ditto.
19208
19209         * ecomplete.el (ecomplete-database-file-coding-system):
19210         New variable.
19211         (ecomplete-save): Use it.
19212         (ecomplete-setup): Use it.
19213
19214 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19215
19216         * message.el (message-self-insert-commands): New variable.
19217         (message-strip-forbidden-properties): Use it.
19218
19219 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19220
19221         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19222         that doesn't make XEmacs choke.
19223
19224 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19225
19226         * gnus-util.el (gnus-replace-in-string):
19227         Prefer replace-regexp-in-string over of replace-in-string.
19228
19229 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19230
19231         * gnus-util.el (gnus-select-frame-set-input-focus):
19232         Use select-frame-set-input-focus if it is available in XEmacs; use
19233         definition defined in Emacs 22 for old Emacsen.
19234
19235         * dgnushack.el: Autoload unmorse-region for XEmacs.
19236
19237         * lpath.el: Bind cursor-in-non-selected-windows and
19238         select-frame-set-input-focus for XEmacs.
19239
19240 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19241
19242         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19243
19244 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19245
19246         * gnus-registry.el (gnus-registry-cache-save): Remove text
19247         properties when saving via the temp buffer.
19248
19249 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19250
19251         * message.el (message-generate-hashcash): Honor custom type.
19252
19253 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19254
19255         * message.el (message-generate-hashcash): Default to non-nil when
19256         hashcash is found.
19257
19258         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19259         (gnus-refer-thread-limit): Increase default to 500.
19260
19261         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19262
19263         * flow-fill.el (fill-flowed): Allow delete-space.
19264
19265 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19266
19267         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19268         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19269         Remove autoloads.
19270
19271 2006-04-18  Simon Josefsson  <jas@extundo.com>
19272
19273         * message.el (message-generate-hashcash): Default to.
19274
19275 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19276
19277         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19278         concatenating segments rather than before concatenating them.
19279
19280 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19281
19282         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19283
19284 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19285
19286         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19287
19288         * message.el (message-forward-make-body-plain):
19289         Allow message-forward-ignored-headers to be a list.
19290         (message-remove-ignored-headers): Factor out into function.
19291         (message-forward-make-body-mml): Use it.
19292
19293         * imap.el (imap-quote-specials): New function.
19294         (imap-login-auth): Quote specials.
19295
19296         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19297         (rfc2231-parse-string): Allow concatanation of parameters that
19298         aren't contiguous.  The test case is
19299           (mail-header-parse-content-type "message/external-body;
19300             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19301             access-type=LOCAL-FILE;
19302             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19303
19304 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19305
19306         * nntp.el (nntp-accept-process-output): Return the value of
19307         `nnheader-accept-process-output'.
19308
19309 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19310
19311         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19312         (gnus-button-alist): Recognize more diff formats.
19313         (gnus-button-patch): Strip directory.
19314
19315 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19316
19317         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19318         Emacs 22 when setting focus.
19319
19320 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19321
19322         * gnus-art.el (gnus-article-treat-types): Do treatment of
19323         text/x-verbatim parts.
19324         (gnus-button-patch): New command.
19325
19326         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19327         addresses that contain invalid characters.
19328
19329 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19330
19331         * message.el (message-put-addresses-in-ecomplete):
19332         Use gnus-replace-in-string.
19333         (message-is-yours-p): Use the more correct
19334         mail-header-parse-address instead of
19335         mail-extract-address-components.
19336         (message-put-addresses-in-ecomplete): Fix typo.
19337
19338         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19339         keystroke.
19340
19341         * gnus-art.el (gnus-treatment-function-alist): Change order of
19342         newsgroups/generic header folding to avoid double-folding.
19343
19344         * message.el (message-hidden-headers): Add X-Draft-From.
19345
19346         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19347         New command.
19348         (gnus-summary-repeat-search-article-backward): New command.
19349
19350         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19351         groups in the parent topic.
19352
19353 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19354
19355         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19356         (spam-extra-header-to-number): Return the CRM114 number as a
19357         number instead of a string.
19358
19359 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19360
19361         * gnus-art.el (gnus-face-properties-alist): Move here from
19362         gnus-fun.
19363
19364         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19365
19366 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19367
19368         * message.el (message-strip-forbidden-properties): Only display on
19369         self-insert-command.
19370
19371         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19372         reindent.
19373         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19374
19375 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19376
19377         * smiley.el (smiley-style): Fix typo.
19378
19379 2006-03-23  Kenichi Handa  <handa@m17n.org>
19380
19381         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19382         instead of set-buffer-multibyte.
19383
19384 2006-03-23  Kenichi Handa  <handa@m17n.org>
19385
19386         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19387         buffer and then decode the buffer text if necessary.
19388         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19389         first, and after mm-encode-body, change the buffer to unibyte.
19390
19391 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19392
19393         * hashcash.el (hashcash-insert-payment-async-2):
19394         Use message-goto-eoh instead of doing it manually.
19395         (mail-add-payment): Use message-narrow-to-header instead of trying
19396         to do the same itself.
19397
19398         * message.el (message-hidden-headers): Add Face.
19399
19400         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19401         reparenting code.
19402         (gnus-summary-reparent-children): Refactored out code.
19403         (gnus-summary-thread-map): New keystroke.
19404         (gnus-summary-reparent-children): Make into command.
19405
19406         * smiley.el (smiley-style): Default to `medium' if using a large
19407         font.
19408
19409         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19410         does it itself.
19411
19412         * message.el (message-point-in-header-p): Simplify definition.
19413
19414 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19415
19416         * nnagent.el (nnagent-request-set-mark): Silence log file
19417         writing.
19418         (nnagent-request-set-mark): Use write-region instead of
19419         append-to-file.
19420
19421         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19422         strange select method.
19423
19424         * ecomplete.el (ecomplete-display-matches): Get highlightling
19425         right.
19426         (ecomplete-display-matches): Use literals.
19427         (ecomplete-display-matches): Disable message logging.
19428
19429         * message.el (message-display-abbrev): Small optimization.
19430
19431         * ecomplete.el (ecomplete-display-matches): Allow automatic
19432         display.
19433
19434         * message.el (message-strip-forbidden-properties):
19435         Display abbrevs.
19436         (message-display-abbrev): Get automatic display right.
19437
19438         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19439         keystrokes.
19440
19441 2006-04-13  Romain Francoise  <romain@orebokech.com>
19442
19443         TODO: Backport to v5-10!
19444
19445         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19446         Move here (and rename) from gnus-registry.el.
19447
19448         * gnus-registry.el: Require gnus-util.
19449         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19450
19451 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19452
19453         * gnus-group.el (gnus-group-catchup-current):
19454         Change if-then-else-if-then-else into cond.
19455         (gnus-group-catchup): Indent.
19456         (group-name-at-point): New function.
19457         (gnus-fetch-group): Provide default from thing at point.
19458
19459 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19460
19461         * message.el (message-display-abbrev): Fix regexp.
19462
19463         * ecomplete.el (ecomplete-highlight-match-line):
19464         Reimplement choosing.
19465         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19466         dead variables.
19467
19468         * message.el (message-newline-and-indent): Remove debugging.
19469         (message-display-abbrev): Use new implementation.
19470
19471 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19472
19473         * gnus-art.el (gnus-article-mode):
19474         Set cursor-in-non-selected-windows to nil.
19475
19476         * smiley.el: Revert previous change.
19477         (smiley-data-directory): defvar it before using it in the
19478         defcustom of `smiley-style'.
19479
19480 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19481
19482         * message.el (message-newline-and-indent): New function.
19483
19484         * ecomplete.el: Implement more bits.
19485
19486         * message.el (message-put-addresses-in-ecomplete): Clean up the
19487         string.
19488
19489         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19490
19491         * gnus-sum.el (gnus-summary-save-parts):
19492         Bind gnus-summary-save-parts-counter and use it to make unique file
19493         names.
19494
19495         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19496
19497         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19498         parameter to say whether to actually parse the individual
19499         addresses.
19500
19501         * message.el (message-put-addresses-in-ecomplete): New function.
19502         (ecomplete): Require.
19503         (message-mail-alias-type): Add ecomplete as an option.
19504
19505 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19506
19507         * flow-fill.el (fill-flowed): Remove trailing space from blank
19508         quoted lines.
19509
19510 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19511
19512         * smiley.el (smiley-style): Move definition later to avoid a
19513         compilation warning.
19514
19515 2006-04-12  Kenichi Handa  <handa@m17n.org>
19516
19517         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19518         buffer and then decode the buffer text if necessary.
19519         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19520         first, and after mm-encode-body, change the buffer to unibyte.
19521         Use mm-disable-multibyte instead of set-buffer-multibyte.
19522
19523 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19524
19525         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19526         Content-Type header instead of Content-Disposition header.
19527         (gnus-mime-inline-part): Ditto.
19528         (gnus-mime-view-part-as-charset): Ignore charset that the part
19529         specifies.
19530
19531         * mm-decode.el (mm-display-part): Work with external parts and
19532         usual parts similarly.
19533
19534         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19535         instead of gnus-display-mime.
19536
19537         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19538         instead of with-temp-buffer.
19539
19540         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19541         tag to summarized topics part in order to encode non-ASCII text.
19542
19543 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19544
19545         * smiley.el (smiley-style): New variable.
19546         (smiley-directory): New function.
19547         (smiley-data-directory): Derive from `smiley-style' using
19548         `smiley-directory'.
19549         (smiley-regexp-alist): Add new entries.
19550
19551         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19552         (gnus-article-browse-delete-temp): Add :version.
19553
19554 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19555
19556         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19557         the sieve region.
19558
19559 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19560
19561         * gnus.el (gnus-version-number): Bump version.
19562
19563 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19564
19565         * gnus.el: No Gnus v0.4 is released.
19566
19567 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19568
19569         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19570         layout.
19571
19572         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19573         unknown charset.
19574
19575         * message.el (message-header-synonyms): Add Original-To to the
19576         default.
19577
19578         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19579         optional parameter.
19580
19581 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19582
19583         * gnus-fun.el (gnus): Require it for gnus-directory.
19584
19585 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19586
19587         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19588
19589 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19590
19591         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19592
19593 2006-04-05  Simon Josefsson  <jas@extundo.com>
19594
19595         * password.el (password-reset): New function.
19596
19597 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19598
19599         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19600         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19601
19602 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19603
19604         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19605         Some whitespace was matched into the url, which broke browsing hits
19606         > 100 when mm-url-use-external was nil.
19607
19608 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19609
19610         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19611         Check gnus-extra-headers for 'Newsgroups.
19612
19613         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19614         bound.
19615
19616 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19617
19618         * pgg-gpg.el: Clean up process buffers every time gpg processes
19619         complete.
19620
19621 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19622
19623         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19624         doc string.
19625
19626 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19627
19628         * pgg-gpg.el (pgg-gpg-process-filter)
19629         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19630
19631         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19632         lines, temporary fix.
19633
19634 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19635
19636         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19637
19638 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19639
19640         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19641         default-enable-multibyte-characters.  This reverts the change from
19642         revision 6.17 which is no longer necessary because the passphrase
19643         is sent separately now.  GnuPG messages are unreadable under
19644         multibyte locales with default-enable-multibyte-characters set to
19645         nil.
19646
19647 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19648
19649         * message.el (message-tool-bar-gnome): Move "spell".
19650
19651 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19652
19653         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19654         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19655         instead.
19656
19657 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19658
19659         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19660         Improve newsgroups handling for NNTP overviews which don't include
19661         Newsgroups.
19662
19663 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19664
19665         * message.el (message-resend): Bind message-generate-hashcash to nil.
19666
19667 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19668
19669         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19670         when searching for already-paid recipients.
19671
19672 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19673
19674         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19675         passphrases when it is not needed.
19676         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19677         passphrase stuff from gpg, should only be necessary when you use
19678         gpg with a smartcard.
19679
19680 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19681
19682         * mml.el (mml-insert-mime): Ignore cached contents of
19683         message/external-body part.
19684
19685         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19686         (mm-insert-part): Ditto.
19687
19688 2006-03-23  Simon Josefsson  <jas@extundo.com>
19689
19690         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19691         Reiner.
19692         (pgg-gpg-use-agent-p): Use it again.
19693
19694 2006-03-23  Simon Josefsson  <jas@extundo.com>
19695
19696         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19697         older emacsen.
19698         (pgg-gpg-use-agent-p): Don't use it.
19699
19700 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19701
19702         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19703         if we can.
19704
19705 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19706
19707         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19708         (pgg-gpg-update-agent): New function.
19709         (pgg-gpg-use-agent-p): New function.
19710         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19711         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19712         (pgg-gpg-sign-region): Use it.
19713
19714 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19715
19716         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19717         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19718
19719 2006-03-21  Simon Josefsson  <jas@extundo.com>
19720
19721         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19722         <wilde@sha-bang.de>.
19723         (pgg-gpg-use-agent): New variable.
19724         (pgg-gpg-process-region): Use it.
19725         (pgg-gpg-encrypt-region): Likewise.
19726         (pgg-gpg-encrypt-symmetric-region): Likewise.
19727         (pgg-gpg-decrypt-region): Likewise.
19728         (pgg-gpg-sign-region): Likewise.
19729         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19730
19731 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19732
19733         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19734
19735         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19736         Add comment on version.
19737
19738 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19739
19740         * smiley.el: Add missing test smiley.
19741
19742 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19743
19744         * mm-decode.el (mm-with-part): New macro.
19745         (mm-get-part): Use it; work with message/external-body as well.
19746         (mm-save-part): Treat name and filename equally.
19747
19748         * mm-extern.el (mm-extern-cache-contents): New function.
19749         (mm-inline-external-body): Use it; force the part to be displayed;
19750         move undisplayer added to the cached handle to the parent.
19751
19752         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19753         (gnus-mime-view-part-as-type): Work with message/external-body.
19754
19755         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19756
19757 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19758
19759         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19760         images in image-load-path.  [Sync with image.el, revision 1.60, in
19761         Emacs.]
19762
19763 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19764
19765         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19766         path rather than symbol.  Always return list of directories.
19767         Guarantee that image directory comes first.  [Sync with image.el,
19768         revision 1.59, in Emacs.]
19769
19770         * message.el (message-make-tool-bar): Adjust to new API of
19771         `gmm-image-load-path-for-library'.
19772
19773         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19774
19775         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19776
19777 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19778
19779         * gnus-art.el (gnus-article-only-boring-p):
19780         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19781         intangible text.
19782         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19783
19784 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19785
19786         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19787         Use `defun' instead of `gmm-defun-compat'.
19788
19789 2006-03-14  Simon Josefsson  <jas@extundo.com>
19790
19791         * message.el (message-unique-id): Don't use message-number-base36
19792         if (user-uid) is a float.
19793         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19794
19795 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19796
19797         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19798
19799         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19800         empty line between a part and a message part.
19801
19802 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19803
19804         * smiley.el: Add more test smileys.
19805         (smiley-data-directory, smiley-regexp-alist)
19806         (gnus-smiley-file-types): Fix doc strings.
19807         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19808         adding new elements.
19809         (smiley-mouse-map): Unused code.  Make it a comment.
19810
19811 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19812
19813         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19814         scan latest NoCeM messages instead of old ones.
19815         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19816         delimiters that are recently used.
19817         (gnus-nocem-load-cache): Add autoload cookie.
19818
19819         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19820
19821         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19822         level which is larger than gnus-use-nocem is specified.
19823
19824         * gnus-group.el (gnus-group-get-new-news): Ditto.
19825
19826 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19827
19828         * gnus-util.el (gnus-tool-bar-update): New function.
19829
19830         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19831         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19832
19833         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19834
19835         * gnus-group.el (gnus-group-redraw-when-idle)
19836         (gnus-group-redraw-check): Remove.
19837         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19838
19839 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19840
19841         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19842         if optional last element is specified in splits (FIELD VALUE...).
19843
19844 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19845
19846         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19847         to gmm-image-load-path-for-library.  Call with no-error argument.
19848         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19849
19850         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19851
19852         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19853
19854         * gmm-utils.el (gmm-image-load-path): Remove alias.
19855
19856 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19857
19858         * gmm-utils.el (gmm-image-load-path): Add alias.
19859
19860         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19861         nnml-generate-nov-databases-1.
19862         (nnml-generate-nov-databases): Use it.
19863         (nnml-generate-nov-databases-directory): Document no-active
19864         argument.
19865
19866         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19867         directory if path is t.  Add no-error.
19868
19869         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19870         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19871
19872         * gnus-art.el (gnus-article-browse-delete-temp-files):
19873         Simplify resetting gnus-article-browse-html-temp-list.
19874
19875         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19876         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19877         Add example to docstring.  Rename local variables.  Move error
19878         checks to default case in cond and simplify.
19879
19880 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19881
19882         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19883         handle is multipart when calling it recursively.
19884         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19885
19886 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19887
19888         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19889         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19890
19891 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19892
19893         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19894         is loaded.
19895
19896         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19897         loaded.
19898
19899 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19900
19901         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19902         to "Emacs 23 (unicode)" in doc string.
19903
19904         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19905         "Emacs 23 (unicode)" in comment.
19906
19907 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19908
19909         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19910
19911         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19912         characters 160 through 255 in Emacs 23.
19913
19914 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19915
19916         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19917         gnus-article-browse-html-temp.
19918         (gnus-article-browse-delete-temp): Make it customizable.
19919         Add `file'.  Adjust doc string.
19920         (gnus-article-browse-delete-temp-files): Add argument.
19921         Allow query for each file.  Adjust doc string.
19922         (gnus-article-browse-html-parts):
19923         Add `gnus-article-browse-delete-temp-files' to
19924         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19925
19926 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19927
19928         * gnus-art.el (gnus-article-browse-html-temp)
19929         (gnus-article-browse-delete-temp): New variables.
19930         (gnus-article-browse-delete-temp-files): New function.
19931         (gnus-article-browse-html-parts): Use it.
19932
19933 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19934
19935         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19936
19937         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19938         string.
19939
19940         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19941         gnus-summary-insert-new-articles when unplugged.
19942         Remove gnus-summary-search-article-forward.
19943
19944         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19945         display-visual-class instead of display-color-cells.
19946
19947 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19948
19949         * dgnushack.el: Autoload customize-group for XEmacs.
19950
19951         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19952         message/* containing non-ASCII text properly.
19953
19954 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19955
19956         * message.el: Require gmm-utils, remove autoloads.
19957         (message-tool-bar): Set default based on
19958         gmm-tool-bar-style.
19959         (message-tool-bar-gnome): Add gmm-customize-mode.
19960
19961         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19962         gmm-tool-bar-style.
19963         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19964
19965         * gnus-group.el (gnus-group-tool-bar): Set default based on
19966         gmm-tool-bar-style.
19967         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19968
19969         * gmm-utils.el (gmm-image-directory): Rename variable from
19970         gmm-image-load-path.
19971         (gmm-image-load-path): Use gmm-image-directory.
19972         (gmm-customize-mode): New function.
19973         (gmm-tool-bar-style): New variable.
19974
19975         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19976         gnus-group-redraw-line-number.
19977         (gnus-group-redraw-check): Simplify.
19978         (gnus-group-tool-bar-update): Remove redraw check.
19979         (gnus-group-make-tool-bar): Add redraw check.
19980
19981 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19982
19983         * gnus-art.el (gnus-button): Add missing parentheses.
19984
19985 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19986
19987         * lpath.el: Fbind line-number-at-pos.
19988
19989 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19990
19991         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19992
19993 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19994
19995         * gnus-art.el (gnus-button): New face.
19996         (gnus-article-button-face): Use it.
19997
19998         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19999         Add gnus-summary-next-page.  Re-order.
20000
20001         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20002         next-node are now included.
20003         (gnus-group-redraw-line-number): New internal variable.
20004         (gnus-group-redraw-check): Helper function for updating the tool
20005         bar.
20006         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20007
20008         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20009
20010         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20011         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20012         Use it to match format of Spamassassin 3.0 and later.
20013         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20014         (spam-check-bogofilter)
20015         (spam-bogofilter-register-with-bogofilter): Fix args of
20016         `gnus-error' calls.
20017
20018 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20019
20020         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20021         unnecessary interaction when sending queued mails.
20022         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20023
20024 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20025
20026         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20027         first or last are nil.
20028
20029 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20030
20031         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20032
20033 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20034
20035         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20036
20037 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20038
20039         * dns.el (query-dns): Protect more against buggy tcp output.
20040
20041 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20042
20043         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20044         nov.php.
20045
20046 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20047
20048         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20049         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20050         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20051         output on the server side.
20052         (nnweb-google-create-mapping): Update regexps and add some
20053         progress indication.
20054
20055 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20056
20057         * gnus-group.el (gnus-group-tool-bar-gnome):
20058         Fix gnus-agent-toggle-plugged.  Re-order icons.
20059         (gnus-group-tool-bar-gnome):
20060         Add gnus-group-{prev,next}-unread-group.
20061         (gnus-group-tool-bar-gnome): Re-order icons.
20062
20063         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20064         Move gnus-summary-insert-new-articles.
20065
20066         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20067         Fix comments.
20068
20069         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20070         also available in Emacs 21.3.
20071
20072         * message.el (message-fix-before-sending): Change "Emacs 22" to
20073         "Emacs 23 (unicode)" in comment.
20074
20075         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20076         "Emacs 23 (unicode)" in comment.
20077
20078         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20079         comment.
20080         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20081
20082         * mm-view.el (mm-fill-flowed): Add :version.
20083
20084 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20085
20086         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20087         and load-path.
20088
20089 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20090
20091         * message.el: Autoload gmm-image-load-path.
20092         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20093         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20094         consitency.
20095
20096         * gmm-utils.el (gmm-image-load-path): Also search in
20097         "../etc/images".  Don't set gmm-image-load-path if we don't find
20098         the image.
20099
20100 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20101
20102         * gmm-utils.el (gmm-image-load-path): Don't make
20103         `gmm-image-load-path' include subdirectories which the second arg
20104         `image' might specify.
20105
20106         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20107         subdirectory to icon file names.
20108
20109         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20110
20111 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20112
20113         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20114         gmm-image-load-path calls.
20115
20116         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20117
20118         * message.el (message-make-tool-bar): Ditto.
20119
20120         * mml.el (mml-preview): Add comment concerning tool bar icons.
20121
20122         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20123         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20124
20125         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20126         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20127
20128         * message.el (message-tool-bar-gnome): Use new icon names.
20129         (message-make-tool-bar): Use `gmm-image-load-path'.
20130
20131         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20132         New functions from MH-E.
20133         (gmm-image-load-path): New variable from MH-E.
20134         (gmm-image-load-path): New function from MH-E.  Add arguments
20135         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20136         *-image-load-path-called-flag.
20137
20138 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20139
20140         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20141
20142 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20143
20144         * nnimap.el (nnimap-request-move-article): Change folder back to
20145         source group before deleting.
20146
20147 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20148
20149         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20150
20151         * gnus-art.el (mm-url-insert-file-contents-external):
20152         Autoload mm-url.
20153
20154         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20155
20156 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20157
20158         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20159         coding system which mm-charset-to-coding-system returns for a
20160         given charset is valid.
20161
20162 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20163
20164         * html2text.el (html2text-remove-tag-list):
20165         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20166
20167 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20168
20169         * gnus-cus.el: Revert 2005-10-17 change.
20170
20171 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20172
20173         * gnus-art.el (article-strip-banner):
20174         Call article-really-strip-banner only when the regexp match is made.
20175
20176 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20177
20178         * gnus-art.el (article-strip-banner):
20179         Use gnus-extract-address-components instead of
20180         mail-header-parse-addresses to make it work with non-ASCII text;
20181         remove mail-encode-encoded-word-string.
20182
20183         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20184         values which are surrounded with \"...\"; make it never cause a
20185         Lisp error; give up parsing of parameters if it failed in
20186         extracting type.
20187
20188 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20189
20190         * smime.el (smime-cert-by-ldap-1): Fix bug where
20191         `smime-ldap-search' returns results without userCertificates.
20192
20193 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20194
20195         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20196
20197 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20198
20199         * spam.el (spam-check-spamassassin-headers): Adapt format for
20200         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20201         <ari@mbf.ocn.ne.jp>.
20202         (spam-list-of-processors): Add spam-use-gmane.
20203
20204 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20205
20206         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20207         make-temp-file; make it work with XEmacs as well.
20208
20209         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20210         mm-make-temp-file.
20211
20212         * mm-decode.el (mm-display-external): Use the 3rd arg of
20213         mm-make-temp-file.
20214         (mm-create-image-xemacs): Ditto.
20215
20216 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20217
20218         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20219         with message-narrow-to-headers.
20220         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20221         (gnus-draft-check-draft-articles): New function.
20222         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20223
20224 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20225
20226         * gnus-art.el (gnus-article-browse-html-parts):
20227         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20228         Don't use suffix argument for mm-make-temp-file for Emacs 21
20229         compatibility.  Remove useless `format'.
20230
20231 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20232
20233         * nnweb.el (nnweb-google-wash-article): Update regexps.
20234         (nnweb-group-alist): Use defvoo instead of defvar.
20235
20236 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20237
20238         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20239         re-loading nn* modules.
20240
20241 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20242
20243         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20244         for `tool-bar-mode' and don't check it's default-value.
20245
20246         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20247
20248         * message.el (message-make-tool-bar): Ditto.
20249
20250         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20251         `substring'.  Shorten tmp-file name.
20252
20253         * gnus.el: Remove bogus comment.
20254
20255 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20256
20257         * gnus-art.el (gnus-article-browse-html-parts): New function.
20258         (gnus-article-browse-html-article): New function for viewing html
20259         articles with a browser.
20260
20261 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20262
20263         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20264         in elisp.
20265         (pgg-gpg-encrypt-symmetric-region): Ditto.
20266         (pgg-gpg-sign-region): Ditto.
20267
20268         * pgg-def.el (pgg-text-mode): New variable.
20269
20270         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20271         (mml2015-pgg-encrypt): Ditto.
20272
20273         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20274         (mml1991-pgg-encrypt): Ditto.
20275
20276 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20277
20278         * nnfolder.el (nnfolder-insert-newsgroup-line):
20279         Use message-make-date instead of current-time-string.
20280
20281         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20282         to gnus-decoded which mm-uu might set.
20283
20284 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20285
20286         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20287         don't decode quoted parameters; remove misimported Emacs code.
20288         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20289         (rfc2231-decode-encoded-string): Don't use split-string which
20290         behaves differently according to Emacs version; use
20291         mm-decode-coding-region to convert charset to coding-system.
20292         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20293         (rfc2231-encode-string): Remove misimported Emacs code.
20294
20295 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20296
20297         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20298         when calling mail-header-parse-content-type.
20299         (article-de-quoted-unreadable): Ditto.
20300         (article-de-base64-unreadable): Ditto.
20301         (article-wash-html): Ditto.
20302
20303         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20304         calling mail-header-parse-content-type and
20305         mail-header-parse-content-disposition.
20306         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20307         mail-header-parse-content-type.
20308
20309         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20310         insert charset and format parameters; encode description after
20311         inserting it to buffer.
20312         (mml-insert-parameter): Fold lines properly even if a parameter is
20313         segmented into two or more lines; change the max column to 76.
20314
20315         * rfc1843.el (rfc1843-decode-article-body): Don't use
20316         ignore-errors when calling mail-header-parse-content-type.
20317
20318         * rfc2231.el (rfc2231-parse-string): Return at least type if
20319         possible; don't cause an error even if it fails in parsing of
20320         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20321         (rfc2231-encode-string): Don't break lines at the beginning, leave
20322         it to mml-insert-parameter.
20323
20324         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20325         calling mail-header-parse-content-type.
20326
20327 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20328
20329         * spam-report.el (spam-report-gmane-use-article-number):
20330         Improve doc string.
20331         (spam-report-gmane-internal): Check if a suitable header was found
20332         in the article.
20333
20334 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20335
20336         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20337         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20338
20339 2006-02-05  Romain Francoise  <romain@orebokech.com>
20340
20341         Update copyright notices of all files in the gnus directory.
20342
20343 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20344
20345         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20346
20347 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20348
20349         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20350         segmented lines of parameter value to cope with Thunderbird 1.5
20351         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20352         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20353         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20354
20355 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20356
20357         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20358         parts.
20359
20360 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20361
20362         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20363         there's only one active file for all servers.
20364         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20365         solid groups.  Gnus might have used a FAST request to select the group.
20366         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20367         and nnweb-search redundantly in the active file.
20368         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20369         (nnweb-request-create-group): Don't use ARGS.
20370         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20371         initializations.  Let nnoo do the work.
20372
20373 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20374
20375         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20376         Say the part has been decoded.
20377
20378         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20379
20380 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20381
20382         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20383         mailcap-viewer-test-cache when there's no 'test clause, since that
20384         will invert the meaning of a "nil" test previously determined by
20385         mailcap-mailcap-entry-passes-test.
20386
20387 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20388
20389         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20390         compiling.
20391
20392         * gnus-sum.el: Ditto.
20393
20394         * message.el: Don't bind tool-bar-map when compiling.
20395
20396 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20397
20398         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20399
20400 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20401
20402         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20403         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20404         current Google Groups.
20405
20406 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20407
20408         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20409         and tool-bar-mode.
20410
20411         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20412         and tool-bar-mode.
20413
20414         * message.el (message-tool-bar-update): Simplify.
20415         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20416
20417         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20418         gnus-summary-buffer.
20419         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20420         gnus-summary-reply.
20421
20422         * gmm-utils.el (gmm): Add :version.
20423
20424 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20425
20426         * Makefile.in (clean): New rule.
20427         (distclean): Use it.
20428
20429 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20430
20431         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20432         Don't autoload.
20433
20434 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20435
20436         * gmm-utils.el (gmm-verbose): Add :group.
20437
20438 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20439
20440         * message.el: Change some comments WRT tool-bars.
20441
20442         * gnus-sum.el (gnus-summary-tool-bar)
20443         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20444         (gnus-summary-tool-bar-zap-list): New variables.
20445         (gnus-summary-make-tool-bar): Complete rewrite using
20446         `gmm-tool-bar-from-list'.
20447
20448         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20449         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20450         New variables.
20451         (gnus-group-make-tool-bar): Complete rewrite using
20452         `gmm-tool-bar-from-list'.
20453         (gnus-group-tool-bar-update): New function.
20454
20455         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20456
20457 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20458
20459         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20460         is dissected into a single part of which the type is the same as
20461         the given one; decode charset.
20462
20463 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20464
20465         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20466         into alists as symbol not string, since that's what
20467         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20468         look for.
20469
20470 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20471
20472         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20473         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20474
20475         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20476
20477 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20478
20479         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20480         (gnus-xmas-mime-security-button-menu): New function.
20481
20482         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20483         (gnus-mime-security-button-menu): New definition.
20484         (gnus-mime-security-button-map): Use them.
20485         (gnus-mime-security-button-menu): New function.
20486         (gnus-insert-mime-security-button): Addition to help echo.
20487         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20488         (gnus-mime-security-pipe-part): New functions.
20489
20490         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20491         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20492
20493         * mm-decode.el (mm-handle-set-disposition): Remove.
20494         (mm-handle-set-description): Remove.
20495
20496 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20497
20498         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20499         (mm-w3m-standalone-supports-m17n-p): New function.
20500         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20501         w3m usage.
20502
20503         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20504         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20505
20506 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20507
20508         * message.el (message-tool-bar-zap-list):
20509         Use gmm-tool-bar-zap-list as custom type.
20510         (message-tool-bar-update): New function.
20511         (message-tool-bar, message-tool-bar-gnome)
20512         (message-tool-bar-retro): Add message-tool-bar-update.
20513         (message-tool-bar-gnome): Add flyspell-buffer.
20514
20515         * gnus-util.el (gnus-error): Describe `args'.
20516
20517         * gmm-utils.el (gmm-error): Describe `args'.
20518         (gmm-tool-bar-zap-list): New widget.
20519         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20520
20521 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20522
20523         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20524         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20525         the number of recursive calls.
20526
20527         * mm-decode.el (mm-handle-set-disposition): New macro.
20528         (mm-handle-set-description): New macro.
20529
20530 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20531
20532         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20533         encoding.
20534
20535 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20536
20537         * message.el (message-tool-bar-zap-list, message-tool-bar)
20538         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20539         (message-tool-bar-local-item-from-menu): Remove.
20540         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20541         (message-make-tool-bar): New function.
20542         (message-mode): Use `message-make-tool-bar'.
20543
20544         * gmm-utils.el: New file.
20545         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20546         (gmm-lazy): New widget copied from `nnmail.el'.
20547         (gmm-tool-bar-from-list): New function for creating customizable
20548         tool bars.
20549         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20550         output.
20551         (gmm): Add :prefix to defgroup.
20552
20553 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20554
20555         * gmm-utils.el (gmm-widget-p): New function.
20556
20557 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20558
20559         * mml.el (mml-attach-file): Describe `description' in doc string.
20560         (mml-menu): Add Emacs MIME manual and PGG manual.
20561
20562 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20563
20564         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20565
20566 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20567
20568         * nntp.el (nntp-end-of-line): Doc fix.
20569
20570 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20571
20572         * imap.el (imap-open): Handle case where buffer is a buffer
20573         object.
20574
20575 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20576
20577         * gnus-delay.el (gnus-delay): Don't autoload.
20578         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20579         to be re-loaded when customizing the `gnus-delay' group.
20580
20581 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20582
20583         * message.el (message-insert-citation-line): Use newlines.
20584
20585 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20586
20587         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20588         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20589         these routines, so the passphrase can be managed externally and
20590         passed in to the system.
20591         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20592         pgg-add-passphrase-to-cache function.
20593
20594         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20595         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20596         these routines, so the passphrase can be managed externally and
20597         passed in to the system.
20598         (pgg-pgp5-sign-region): Use new name of
20599         pgg-add-passphrase-to-cache function.
20600
20601 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20602
20603         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20604         part of the decoded armor to find the key-identifier.
20605         (pgg-gpg-lookup-key-owner): New function to return the
20606         human-readable identifier of a key owner.
20607         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20608         itself.
20609         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20610         the key value) if we have a key and can match it against a secret
20611         key.  Also, added a note pointing out fact that the prompt only
20612         indicates the first matching key.
20613
20614         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20615         pgg-decrypt-region.
20616         (pgg-add-passphrase-to-cache): Rename from
20617         `pgg-add-passphrase-cache' to reduce confusion (all callers
20618         changed).
20619         (pgg-remove-passphrase-from-cache): Rename from
20620         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20621         changed).
20622         (pgg-read-passphrase, pgg-add-passphrase-cache)
20623         (pgg-remove-passphrase-cache): Add informative docstrings.
20624         (pgg-decrypt): Convey provided passphrase in subordinate call to
20625         pgg-decrypt-region.
20626
20627 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20628
20629         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20630         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20631         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20632         'passphrase' argument, so the passphrase can be managed externally
20633         and then passed in to the system.
20634
20635         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20636         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20637         so the passphrase cache can be used reliably with identifiers
20638         besides a pgp packet's key id.
20639
20640         * pgg-gpg.el (pgg-gpg-encrypt-region)
20641         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20642         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20643         these routines, so the passphrase can be managed externally and
20644         passed in to the system.
20645
20646         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20647         'notruncate' argument, so the passphrase cache can be used
20648         reliably with identifiers besides a pgp packet's key id.
20649
20650 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20651
20652         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20653         symmetric encryption.
20654         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20655         encrypted session key.
20656         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20657         message ask for the passphrase in a proper way.
20658
20659         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20660         New user commands for symmetric encryption.
20661
20662 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20663
20664         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20665
20666         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20667
20668 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20669
20670         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20671
20672 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20673
20674         * mm-decode.el (mm-inlined-types): Add application/pgp.
20675         (mm-automatic-display): Ditto.
20676
20677         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20678         part as text.
20679
20680 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20681
20682         * nnrss.el: Update copyright.
20683         (nnrss-opml-import): Query whether to subscribe to each entry.
20684
20685         * gnus-art.el:
20686         * gnus-sum.el:
20687         * gnus-xmas.el:
20688         * messagexmas.el:
20689         * mm-uu.el:
20690         * mm-view.el: Update copyright.
20691
20692 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20693
20694         * message.el (message-info): New function.
20695         (message-mode-menu): Add it.
20696         Update copyright.
20697
20698         * ChangeLog: Fix and update copyright.
20699
20700 2006-01-13  Romain Francoise  <romain@orebokech.com>
20701
20702         * message.el (message-forward-subject-name-subject): Prefer the
20703         address to 'nowhere' if the sender has no name.
20704         Fix typo.  Update copyright year.
20705
20706 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20707
20708         * gnus-art.el (article-wash-html):
20709         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20710         (gnus-article-wash-html-with-w3m-standalone): New function.
20711
20712         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20713         mm-inline-text-html-render-with-w3m-standalone.
20714         (mm-text-html-washer-alist): Map w3m-standalone to
20715         gnus-article-wash-html-with-w3m-standalone.
20716         (mm-inline-text-html-render-with-w3m-standalone): New function.
20717
20718 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20719
20720         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20721         Improve LaTeX.
20722
20723 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20724
20725         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20726         (nnrss-request-article): Render text/plain parts as HTML.
20727
20728         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20729         the buffer.
20730
20731 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20732
20733         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20734         custom definition of `gnus-posting-styles'.
20735
20736         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20737         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20738
20739 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20740
20741         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20742         Use nntp for bug archive.
20743
20744 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20745
20746         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20747         parts.
20748         (nnrss-normalize-date): New function converts ISO 8601 date into
20749         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20750         (nnrss-check-group): Use it.
20751
20752 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20753
20754         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20755
20756         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20757         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20758         (nnrss-insert-w3): Ditto.
20759
20760 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20761
20762         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20763         the articles to be forwarded including the case where neither a
20764         number of articles nor a region is specified.
20765
20766 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20767
20768         * nnrss.el (nnrss-request-article): Fix last change; fill
20769         text/plain parts.
20770
20771 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20772
20773         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20774         in text/plain part.
20775         (nnrss-check-group): Don't add excessive newline to dc:subject.
20776
20777 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20778
20779         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20780         article.
20781
20782 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20783
20784         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20785         (nnml-use-compressed-files, nnml-save-mail): Support other
20786         comression programs such as bzip2.
20787
20788 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20789
20790         * dns.el (query-dns): Make sure we check the buffer size before
20791         removing tcp headers.
20792
20793 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20794
20795         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20796         remove MIME buttons associated with multipart/alternative parts.
20797         (gnus-mime-display-alternative): Tag buttons using `article-type'
20798         text property.
20799
20800         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20801         associated with multipart/alternative parts.
20802
20803         * gnus-art.el (gnus-signature-separator): Fix custom type.
20804
20805         * mm-decode.el (mm-inlined-types): Fix custom type.
20806         (mm-keep-viewer-alive-types): Ditto.
20807         (mm-automatic-display): Ditto.
20808         (mm-attachment-override-types): Ditto.
20809         (mm-inline-override-types): Ditto.
20810         (mm-automatic-external-display): Ditto.
20811
20812 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20813
20814         * spam-report.el (spam-report-user-mail-address)
20815         (spam-report-user-agent): New variables.
20816         (spam-report-url-ping-plain): Use spam-report-user-agent.
20817
20818 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20819
20820         * gnus-art.el (gnus-button-handle-custom): Do not just use
20821         `customize-apropos' for any "M-x customize-*" button but the
20822         function called for.  Accept both the function name and its
20823         argument in order to achieve this.
20824         (gnus-button-alist): Remove support for "custom:" URL's.
20825         Pass function name to `gnus-button-handle-custom' in case of "M-x
20826         customize-*" buttons.
20827
20828 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20829
20830         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20831         multipart/alternative and add xref to mm-discouraged-alternatives
20832         in doc string.
20833
20834         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20835         gnus-buttonized-mime-types in doc string.
20836
20837 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20838
20839         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20840         Suggest image/.* in the doc string.
20841
20842 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20843
20844         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20845         message-marks (Debian bug#342521).
20846
20847 2005-12-12  Simon Josefsson  <jas@extundo.com>
20848
20849         * password.el (password-read-from-cache): Add.
20850         (password-read): Use it.
20851
20852 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20853
20854         * rfc2047.el (rfc2047-charset-to-coding-system):
20855         Recognize us-ascii as a MIME charset.
20856
20857         * mm-bodies.el (mm-decode-content-transfer-encoding):
20858         Protect against the case where the 2nd arg TYPE is nil.
20859
20860 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20861
20862         * pop3.el (pop3-stream-type): Fix custom version.
20863
20864         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20865
20866 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20867
20868         * mm-decode.el (mm-display-external): Add missing cdr.
20869
20870 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20871
20872         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20873         RFC1524) if it is in mailcap or add a suffix according to
20874         mailcap-mime-extensions when generating a temp filename; postpone
20875         deleting a temp file for 2 seconds for some wrappers, shell
20876         scripts, and so on, which might exit right after having started a
20877         viewer command as a background job.
20878
20879 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20880
20881         * nntp.el (nntp-marks-directory): Fix custom group.
20882
20883         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20884         steps when < 10.
20885
20886         * gnus-start.el (gnus-no-server-1):
20887         Mention `gnus-level-default-subscribed' in doc string.
20888
20889 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20890
20891         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20892         parens.
20893
20894 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20895
20896         * gnus-xmas.el (gnus-use-toolbar): Revert.
20897         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20898         gnus-use-toolbar is default.
20899
20900         * messagexmas.el (message-use-toolbar): Revert.
20901         (message-setup-toolbar): Use global default-toolbar if
20902         message-use-toolbar is default.
20903
20904 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20905
20906         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20907         according to default-toolbar-visible-p.
20908
20909         * messagexmas.el (message-use-toolbar): Ditto.
20910
20911 2005-11-26  Dave Love  <fx@gnu.org>
20912
20913         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20914         (tls-program, tls-success): Provide openssl alternative.
20915
20916         * starttls.el: Doc fixes.
20917         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20918         SERVICE to PORT.
20919
20920         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20921         port null or service name.
20922         (starttls-negotiate): Autoload.
20923
20924 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20925
20926         * message.el (message-kill-to-signature): Fix interactive spec.
20927
20928 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20929
20930         * pop3.el (pop3-open-server): Recognize a string as a service name.
20931
20932 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20933
20934         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20935
20936 2005-11-23  Dave Love  <fx@gnu.org>
20937
20938         Add pop3s, pop3/starttls.
20939
20940         * pop3.el (pop3-authentication-scheme): Clarify doc.
20941         (open-tls-stream, starttls-open-stream): Autoload.
20942         (pop3-stream-type): New.
20943         (pop3-open-server): Use it.
20944
20945         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20946         for POP.
20947         (mail-source-keyword-map): Add :stream for POP.
20948         (mail-source-fetch-pop): Use pop3-stream-type.
20949
20950 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20951
20952         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20953         of current-time-string.
20954
20955 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20956
20957         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20958         date header.
20959
20960 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20961
20962         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20963         it can seriously impact performance as it bypasses the agent's
20964         local caches.
20965
20966 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20967
20968         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20969         must be explicitly online rather than "not explicitly offline" for
20970         its flags to be synchronized.
20971
20972         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20973         that gnus-uu-unmark-thread will function correctly.
20974
20975         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20976         1024K is instead displayed as 1M.
20977
20978 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20979
20980         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20981
20982 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20983
20984         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20985
20986 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20987
20988         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20989         error message to display actual error condition.
20990         (gnus-agent-save-local): Avoid saving symbols that are bound to
20991         nil as they simply result in a warning message in
20992         gnus-agent-read-local.
20993
20994 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20995
20996         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20997         rather than make-variable-buffer-local for file-precious-flag.
20998
20999 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21000
21001         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21002         for duplicates which are removed.  The invalid sort check then
21003         triggers a rescan after the sort as sorting may have moved
21004         duplicate entries such that they can be cheaply detected.
21005
21006 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21007
21008         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21009
21010 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21011
21012         * gnus-agent.el (gnus-agent-article-alist-save-format):
21013         Change internal variable to a custom variable.  Change default value
21014         from compressed(2) to uncompressed(1).
21015         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21016         support for uncompressed agentview files.  Taken together, reading
21017         the agentview file should now be 6-7 times faster.
21018
21019 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21020
21021         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21022         as a buffer-local variable.  This avoids creating truncated
21023         dribble files as a result of a hang up, eg.
21024
21025 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21026
21027         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21028         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21029         XEmacs.
21030
21031 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21032
21033         * gnus-start.el (gnus-start-draft-setup):
21034         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21035
21036         * gnus.el (gnus-splash): Change custom group.
21037         (gnus-group-get-parameter, gnus-group-parameter-value):
21038         Describe allow-list argument.
21039
21040         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21041         string.
21042
21043 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21044
21045         * gnus-art.el (gnus-default-article-saver): Add user-defined
21046         `function' to custom type.
21047
21048 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21049
21050         * imap.el (imap-open): Handle case where buffer is a buffer
21051         object.
21052
21053 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21054
21055         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21056         long lines.
21057         (gnus-cache-delete-group): Wrap doc strings.
21058
21059         * gnus-agent.el (gnus-agent-rename-group)
21060         (gnus-agent-delete-group): Wrap doc strings.
21061
21062 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21063
21064         * messagexmas.el (message-use-toolbar): Change the valid values
21065         into default, top, bottom, left, and right.
21066         (message-toolbar-thickness): New variable.
21067         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21068         well.
21069         (message-setup-toolbar): Make it work.
21070
21071         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21072         (gnus-use-toolbar): Change the valid values into default, top,
21073         bottom, left, and right.
21074         (gnus-toolbar-thickness): New variable.
21075         (gnus-xmas-setup-toolbar): New function.
21076         (gnus-xmas-setup-group-toolbar): Use it.
21077         (gnus-xmas-setup-summary-toolbar): Use it.
21078
21079 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21080
21081         * gnus-start.el (gnus-1): Add "native" to
21082         gnus-predefined-server-alist.
21083
21084         * gnus.el (gnus-method-to-server): Don't add "native" to the
21085         lists here, because that leads to problems when
21086         gnus-select-method is bound.
21087
21088 2005-11-09  Simon Josefsson  <jas@extundo.com>
21089
21090         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21091         use (not sort-by-date) instead.
21092
21093 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21094
21095         * gnus-delay.el (gnus-delay-group): Don't autoload.
21096         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21097         to be re-loaded when customizing the `gnus-delay' group.
21098
21099 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21100
21101         * message.el: Revert last changes.
21102         (message-insert-citation-line): Use newlines.
21103
21104 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21105
21106         * message.el (message-courtesy-message)
21107         (message-mark-insert-begin, message-mark-insert-end)
21108         (message-elide-ellipsis, message-cancel-message)
21109         (message-add-header, message-change-subject)
21110         (message-cross-post-followup-to-header)
21111         (message-cross-post-insert-note, message-reduce-to-to-cc)
21112         (message-widen-reply, message-delete-not-region)
21113         (message-kill-to-signature, message-insert-signature)
21114         (message-insert-importance-high, message-insert-importance-low)
21115         (message-insert-or-toggle-importance)
21116         (message-insert-disposition-notification-to)
21117         (message-indent-citation, message-yank-original)
21118         (message-cite-original-without-signature, message-cite-original)
21119         (message-insert-citation-line, message-position-on-field)
21120         (message-fix-before-sending, message-send-mail-partially)
21121         (message-send-mail, message-send-mail-with-sendmail)
21122         (message-send-mail-with-qmail, message-send-news)
21123         (message-check-news-header-syntax, message-generate-headers)
21124         (message-insert-courtesy-copy, message-fill-address)
21125         (message-fill-header, message-shorten-references)
21126         (message-setup-1, message-cancel-news)
21127         (message-forward-make-body-plain, message-forward-make-body-mime)
21128         (message-forward-make-body-mml, message-encode-message-body)
21129         (message-forward-make-body-digest-plain)
21130         (message-forward-make-body-digest-mime)
21131         (message-use-alternative-email-as-from): Insert `hard-newline'
21132         instead of ordinary newlines.
21133
21134 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21135
21136         * message.el (message-generate-headers): Downcase the argument
21137         given to message-check-element.
21138
21139 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21140
21141         * nntp.el (nntp-authinfo-rejected): New error condition.
21142         (nntp-wait-for): Use new error condition to signal authentication
21143         error.
21144         (nntp-retrieve-data): Rethrow new error condition to break out of
21145         recursive call to nntp-send-authinfo.
21146
21147 2005-11-08  Romain Francoise  <romain@orebokech.com>
21148
21149         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21150         (gnus-summary-exit-map): Bind to `Z p'.
21151         (gnus-summary-make-menu-bar): Add menu item.
21152
21153 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21154
21155         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21156         (gnus-treat-*): Add `first' in all doc strings.
21157
21158         * gnus-group.el (gnus-group-compact-group): Fix typo.
21159
21160 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21161
21162         * gnus.el (gnus-parameters-case-fold-search): New variable.
21163         (gnus-parameters-get-parameter): Use it.
21164
21165         * gnus-score.el (gnus-home-score-file): Doc fix.
21166
21167 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21168
21169         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21170
21171 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21172
21173         * mm-util.el (mm-special-display-p): New function.
21174
21175         * mml.el (mml-preview): Use it; doc fix.
21176
21177 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21178
21179         * imap.el (imap-open): Handle case where buffer is a buffer object.
21180
21181 2005-10-29  Romain Francoise  <romain@orebokech.com>
21182
21183         * message.el (message-fix-before-sending): Fix comment.
21184
21185 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21186
21187         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21188
21189 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21190
21191         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21192         Used in gnus-score.el.
21193
21194 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21195
21196         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21197
21198 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21199
21200         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21201         whitespace removed in revision 7.8.  Use concatenated string to
21202         protect trailing whitespace.
21203
21204 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21205
21206         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21207         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21208         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21209         Courier IMAP ("some version from 2004").  Mostly based on similar
21210         code in the same function.
21211
21212 2005-10-26  Didier Verna  <didier@xemacs.org>
21213
21214         * gnus-group.el (gnus-group-compact-group): Invalidate original
21215         article buffer.
21216         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21217         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21218         NOV database and in article itself.
21219         Invalidate article backlog.
21220
21221 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21222
21223         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21224
21225 2005-10-26  Simon Josefsson  <jas@extundo.com>
21226
21227         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21228         part of 2004-07-25 change.
21229
21230 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21231
21232         * message.el (message-display-completion-list): New function.
21233         (message-expand-group): Use it; make sure the Completions buffer
21234         is modifiable.
21235 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21236
21237         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21238         user-mail-name is an empty string.
21239
21240 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21241
21242         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21243         depending on gnus-score-decay-constant.
21244
21245         * encrypt.el (encrypt-insert-file-contents)
21246         (encrypt-write-file-contents): Don't use `gnus-message'.
21247
21248         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21249         arguments.
21250         (mm-uu-type-alist): Add message-marks and insert-marks.
21251         Pass arguments to mm-uu-verbatim-marks-extract.
21252         (mm-uu-hide-markers): New variable.
21253         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21254
21255         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21256         (gnus-convert-image-to-face-command): Use "convert" by default to
21257         allow other input image formats.
21258         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21259         accordingly.
21260
21261 2005-10-23  Simon Josefsson  <jas@extundo.com>
21262
21263         * imap.el (imap-gssapi-program): Align command line parameters
21264         with latest GNU SASL.
21265         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21266
21267 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21268
21269         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21270         HTML.
21271         (nnslashdot-request-article): Ditto.
21272
21273         * lpath.el (featurep): Add nobreak-char-display.
21274
21275 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21276
21277         * mail-source.el (mail-source-fetch-pop): Require pop3.
21278         (mail-source-check-pop): Ditto.
21279
21280 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21281
21282         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21283         errors.
21284
21285 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21286
21287         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21288         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21289
21290         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21291
21292         * mm-bodies.el (mm-decode-string):
21293         Call `mm-charset-to-coding-system' with allow-override argument.
21294
21295 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21296
21297         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21298         (rfc2047-charset-to-coding-system): New function.
21299         (rfc2047-decode-encoded-words): New function.
21300         (rfc2047-decode-region): Use them.
21301         (rfc2047-decode-cte): Remove.
21302         (rfc2047-parse-and-decode): Remove.
21303         (rfc2047-decode): Remove.
21304
21305 2005-10-15  Kenichi Handa  <handa@m17n.org>
21306
21307         * rfc2047.el (rfc2047-decode-cte): New function.
21308         (rfc2047-decode-region): Change the way to decode successive
21309         encoded-words: decode B- or Q-encoding in each encoded-word,
21310         concatenate them, and decode it as charset.
21311
21312 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21313
21314         * lpath.el: Fbind codepage-setup for XEmacs.
21315
21316 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21317
21318         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21319         widget-move-and-invoke.
21320         (gnus-custom-mode): Use gnus-custom-map.
21321
21322 2005-10-15  Bill Wohler  <wohler@newt.com>
21323
21324         * message.el (message-tool-bar-map): Rename image file from
21325         mail_send to mail/send.
21326
21327 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21328
21329         * message.el (message-expand-group): Pass the common
21330         prefix substring of completion to `display-completion-list'.
21331
21332 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21333
21334         * mml-sec.el (mml-secure-method): New internal variable.
21335         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21336         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21337         New functions using mml-secure-method.
21338
21339         * mml.el (mml-mode-map): Add key bindings for those functions.
21340         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21341         Harder <harder@myrealbox.com>.
21342         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21343         Goto end of message if point is the headers of the message.
21344
21345         * message.el (message-in-body-p): New function.
21346
21347         * assistant.el: Autoload gnus-util and netrc.
21348
21349         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21350         Use `mm-charset-override-alist' only when decoding.
21351
21352         * mm-bodies.el (mm-decode-body):
21353         Call `mm-charset-to-coding-system' with allow-override argument.
21354
21355         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21356         `filename' from Content-Disposition if Content-Type doesn't
21357         provide `name'.
21358         (gnus-mime-view-part-as-type): Set default instead of
21359         initial-input.
21360
21361 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21362
21363         * format-spec.el (format-spec): Propagate text properties of % spec.
21364
21365 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21366
21367         * gnus-art.el (gnus-treat-predicate): Add `first'.
21368
21369 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21370
21371         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21372         (mm-charset-override-alist): New variable.
21373         (mm-charset-to-coding-system): Use it.
21374         (mm-codepage-setup): New helper function.
21375         (mm-charset-eval-alist): New variable.
21376         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21377         Warn about unknown charsets.
21378
21379         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21380
21381 2005-10-04  David Hansen  <david.hansen@gmx.net>
21382
21383         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21384         (nnrss-check-group): Ditto.
21385
21386 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21387
21388         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21389         Rename x-gnus-verbatim to x-verbatim.
21390         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21391
21392         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21393         x-verbatim.
21394
21395         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21396
21397         * gnus-util.el (gnus-remove-duplicates): Remove.
21398
21399         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21400         instead of gnus-remove-duplicates.
21401
21402         * message.el (message-remove-duplicates): Remove.
21403         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21404         message-remove-duplicates.
21405
21406         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21407         available, else use implementation from `delete-dups'.
21408
21409         * message.el (message-insert-expires): New function.
21410         (message-mode-map): Add key binding.
21411         (message-mode-field-menu): Add menu entry.
21412         (message-mode): Document it.
21413         (message-make-expires-date): Use `message-make-date'.
21414
21415 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21416
21417         * message.el (message-make-expires-date): New function.
21418
21419 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21420
21421         * Makefile.in (list-installed-shadows): New entry.
21422         (install): Use it.
21423         (remove-installed-shadows): New entry.
21424
21425         * dgnushack.el (dgnushack-default-load-path): New variable.
21426         (dgnushack-find-lisp-shadows): New function.
21427         (dgnushack-remove-lisp-shadows): New function.
21428
21429 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21430
21431         * Makefile.in (install-el-elc): New entry.
21432         (install): Use it so that .el files are necessarily installed.
21433
21434 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21435
21436         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21437
21438 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21439
21440         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21441         function rather than the diff-mode.el package.
21442         (mm-display-external): Use with-current-buffer.
21443         (mm-viewer-completion-map, mm-viewer-completion-map):
21444         Move initialization inside declaration.
21445
21446 2005-09-29  Simon Josefsson  <jas@extundo.com>
21447
21448         * spam.el: Load hashcash when compiling, to avoid warnings.
21449         Don't autoload mail-check-payment.
21450         (spam-check-hashcash): Define unconditionally, since hashcash.el
21451         is part of Gnus now.  Ignore errors from payment checking.
21452
21453 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21454
21455         * message.el (message-bold-region, message-unbold-region):
21456         Rename from `bold-region' and `unbold-region'.
21457
21458         * message.el: Remove useless autoloads.
21459
21460 2005-09-28  Simon Josefsson  <jas@extundo.com>
21461
21462         * message.el (message-use-idna): Default to t.
21463         (message-use-idna): Test whether encoding works too.  Doc fix.
21464
21465 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21466
21467         * nntp.el (nntp-warn-about-losing-connection): Remove.
21468
21469 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21470
21471         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21472         customizable.  Change default value.
21473         (mm-uu-diff-groups-regexp): Change default value.
21474         (mm-uu-type-alist): Add doc string.
21475         (mm-uu-configure): Add doc string.  Make it interactive.
21476         (mm-uu-tex-groups-regexp): New variable.
21477         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21478         (mm-uu-type-alist): Add LaTeX documents.
21479         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21480         of "text/verbatim".
21481         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21482
21483         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21484         instead of "text/verbatim".
21485
21486         * message.el (message-mark-inserted-region)
21487         (message-mark-insert-file): Use slrn style marks when called with
21488         prefix argument.
21489
21490 2005-09-27  Simon Josefsson  <jas@extundo.com>
21491
21492         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21493
21494 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21495
21496         * message.el (message-remove-duplicates): New function.
21497         Implementation borrowed from `gnus-remove-duplicates'.
21498         (message-idna-to-ascii-rhs): Also encode idna addresses in
21499         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21500         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21501         only ask about the same idna domain once per header and also tell
21502         in what header to replace the idna domain.
21503
21504         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21505         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21506         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21507         a header is decoded and not just the last one.
21508
21509 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21510
21511         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21512         has been decoded.
21513
21514         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21515         (mm-insert-part): Don't modify text if it has been decoded.
21516
21517         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21518         decoded.
21519
21520         * mm-view.el (mm-inline-text): Don't strip text props unless
21521         decoding enriched or richtext parts.
21522
21523 2005-09-25  Romain Francoise  <romain@orebokech.com>
21524
21525         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21526         * gnus-start.el (gnus-subscribe-interactively):
21527         * gnus-uu.el (gnus-uu-grab-articles):
21528         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21529         space.
21530
21531 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21532
21533         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21534         * mm-view.el (mm-view-pkcs7-decrypt):
21535         * gnus-sum.el (gnus-summary-limit-to-extra)
21536         (gnus-summary-respool-article, gnus-read-move-group-name):
21537         * gnus-score.el (gnus-summary-increase-score):
21538         * gnus-util.el (gnus-completing-read-with-default):
21539         * gnus-art.el (gnus-read-save-file-name)
21540         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21541         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21542         * message.el (message-check-news-header-syntax):
21543         Follow convention for reading with the minibuffer.
21544
21545 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21546
21547         * spam-report.el (spam-report-url-ping-plain):
21548         Use gnus-extended-version as User-Agent.
21549
21550         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21551         default value is nil.
21552
21553         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21554         (mm-uu-verbatim-marks-extract): New function.
21555         (mm-uu-extract): New face.
21556         (mm-uu-copy-to-buffer): Use it.
21557
21558         * spam-report.el (spam-report-gmane-ham): Rename from
21559         `spam-report-gmane-unspam'.
21560         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21561         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21562
21563         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21564         Autoload.
21565         (spam-report-gmane-unregister-routine):
21566         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21567
21568 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21569
21570         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21571         (spam-report-gmane-unregister-routine): Add support for gmane
21572         unregistration.
21573
21574         * spam-report.el (spam-report-gmane-unspam)
21575         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21576         (spam-report-gmane): Change to take a single article and do unspam
21577         registration.
21578
21579 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21580
21581         * mm-url.el (mm-url-decode-entities): Fix regexp.
21582
21583 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21584
21585         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21586         default to nil, to be able to use Gnus at all.  If the default
21587         switches to something else, then the function should be fixed not
21588         be exceedingly slow.
21589
21590 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21591
21592         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21593         fail hard.
21594
21595         * spam-report.el: Add better Keywords line.
21596
21597         * spam.el: Add Maintainer and better Keywords line.
21598
21599 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21600
21601         * gnus-art.el (gnus-article-replace-part)
21602         (gnus-mime-replace-part): New functions.
21603         (gnus-mime-action-alist, gnus-mime-button-commands)
21604         (gnus-mime-save-part-and-strip): Add file argument.
21605         (gnus-article-part-wrapper): Add interactive argument.
21606
21607         * gnus-sum.el (gnus-summary-mime-map):
21608         Add `gnus-article-replace-part'.
21609
21610 2005-09-19  Didier Verna  <didier@xemacs.org>
21611
21612         The nnml compaction feature:
21613         * nnml.el (nnml-request-compact-group): New function.
21614         * nnml.el (nnml-request-compact): New function.
21615         * gnus-int.el (gnus-request-compact-group): New function.
21616         * gnus-int.el (gnus-request-compact): New function.
21617         * gnus-group.el (gnus-group-compact-group): New function.
21618         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21619         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21620         * gnus-srvr.el (gnus-server-compact-server): New function.
21621         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21622         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21623
21624 2005-09-18  Deepak Goel  <deego@gnufans.org>
21625
21626         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21627         format spec.
21628
21629 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21630
21631         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21632
21633 2005-09-15  Romain Francoise  <romain@orebokech.com>
21634
21635         * message.el (message-fill-paragraph): Clarify docstring.
21636
21637 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21638
21639         * gnus-art.el (gnus-mime-display-part): Protect against broken
21640         MIME messages.
21641
21642 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21643
21644         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21645         before parsing header.
21646
21647 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21648
21649         * html2text.el (html2text-replace-list): Add new entities.
21650
21651 2005-09-11  Romain Francoise  <romain@orebokech.com>
21652
21653         * message.el (message-alternative-emails): Improve docstring.
21654         (message-setup-1): Call `message-use-alternative-email-as-from'
21655         after `message-setup-hook' to give it precedence over posting
21656         styles, etc.
21657         (message-use-alternative-email-as-from): Add docstring.
21658         Remove the original From header if present.
21659
21660         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21661         (nnml-save-mail): Use it.
21662
21663         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21664         articles.  Add new argument `silent'.
21665         (gnus-uu-mark-all): Report the total number of marked articles.
21666
21667 2005-09-10  Romain Francoise  <romain@orebokech.com>
21668
21669         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21670         (gnus-uu-mark-series): Likewise.
21671
21672 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21673
21674         * spam-report.el (spam-report-gmane): Fix generation of spam
21675         report URL.
21676
21677 2005-09-10  Simon Josefsson  <jas@extundo.com>
21678
21679         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21680         t, based on discussion on the ding list with Robert Epprecht
21681         <epprecht@solnet.ch>.
21682
21683 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21684
21685         * spam-report.el (spam-report-gmane): Make it work without
21686         X-Report-Spam header.  Gmane now only provides Archived-At.
21687         This is only used if `spam-report-gmane-use-article-number' is nil.
21688         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21689
21690         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21691         make `gnus-summary-sort-by-recipient' work with threading.
21692
21693         * nnweb.el (nnweb-google-wash-article): Print a message if article
21694         is not available.
21695
21696 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21697
21698         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21699         change.  Decode text/* parts content before displaying.
21700
21701 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21702
21703         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21704
21705 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21706
21707         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21708
21709         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21710         url-package-name, url-package-version,
21711         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21712         w3m-display-inline-images, and w3m-minor-mode-map.
21713
21714 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21715
21716         * message.el (message-tab-body-function): Fix mismatched custom type.
21717
21718         * gnus.el (gnus-group-change-level-function): Ditto.
21719
21720         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21721
21722         * gnus-art.el (gnus-signature-limit)
21723         (gnus-article-mime-part-function): Ditto.
21724
21725 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21726
21727         * mml.el (mml-mode): Silence the byte compiler.
21728
21729         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21730         using `(sit-for 0)' before moving the point to the specified part;
21731         skip unbuttonized parts.
21732         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21733         return to the summary window if gnus-auto-select-part is non-nil.
21734
21735 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21736
21737         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21738         New variables.
21739         (mml-dnd-attach-file, mml-mode): Use them.
21740
21741         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21742         Make fetching article by MID work again for Google Groups.
21743         Add FIXME concerning gnus-group-make-web-group.
21744
21745         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21746         Don't depend on Gnus by using mail-extract-address-components if
21747         gnus-extract-address-components is not bound.
21748
21749 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21750
21751         * gnus-art.el (gnus-mime-display-security): Don't display the
21752         signature, but only the signed part.
21753
21754 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21755
21756         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21757
21758         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21759         list, not listp.
21760
21761 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21762
21763         * mm-encode.el (mm-encode-content-transfer-encoding):
21764         Likewise when encoding.
21765
21766         * mm-bodies.el (mm-decode-content-transfer-encoding):
21767         De-canonicalize CRLF for all text content types, not just
21768         text/plain.
21769
21770 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21771
21772         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21773         valid article; point arrow and cursor at the MIME button.
21774
21775 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21776
21777         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21778         Suggested by Dan Christensen <jdc@uwo.ca>.
21779
21780         * mm-decode.el (mm-save-part): Enable change of prompt.
21781
21782 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21783
21784         * gnus-msg.el (gnus-inews-add-send-actions):
21785         Make `message-post-method' lambda parameter ARG `&optional'.
21786
21787 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21788
21789         * gnus-sum.el (gnus-summary-mime-map):
21790         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21791         gnus-article-jump-to-part.
21792
21793         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21794         (gnus-article-edit-part): Use it.
21795         (gnus-article-part-wrapper): Add no-handle argument.
21796         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21797         New functions.
21798
21799 2005-08-29  Romain Francoise  <romain@orebokech.com>
21800
21801         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21802         docstring.
21803         (gnus-face-from-file): Likewise.
21804
21805 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21806
21807         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21808         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21809         non-nil.
21810         (gnus-auto-select-part): New variable.
21811         (gnus-article-jump-to-part): New function.
21812         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21813         (gnus-mime-delete-part): Allow selecting specified part after
21814         deleting or stripping parts.
21815         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21816         part if argument is bogus.
21817
21818 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21819
21820         * gnus-art.el (w3m-minor-mode-map):
21821         * gnus-spec.el (gnus-newsrc-file-version):
21822         * gnus-util.el (nnmail-active-file-coding-system)
21823         (gnus-original-article-buffer, gnus-user-agent):
21824         * gnus.el (gnus-ham-process-destinations)
21825         (gnus-parameter-ham-marks-alist)
21826         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21827         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21828         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21829         * mm-decode.el (gnus-current-window-configuration):
21830         * mm-extern.el (gnus-article-mime-handles):
21831         * mm-url.el (url-current-object, url-package-name)
21832         (url-package-version):
21833         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21834         (smime-keys, w3m-cid-retrieve-function-alist)
21835         (w3m-current-buffer, w3m-display-inline-images)
21836         (w3m-minor-mode-map):
21837         * mml-smime.el (gnus-extract-address-components):
21838         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21839         (gnus-newsrc-hashtb, message-default-charset)
21840         (message-deletable-headers, message-options)
21841         (message-posting-charset, message-required-mail-headers)
21842         (message-required-news-headers):
21843         * mml1991.el (mc-pgp-always-sign):
21844         * mml2015.el (mc-pgp-always-sign):
21845         * nnheader.el (nnmail-extra-headers):
21846         * rfc1843.el (gnus-decode-encoded-word-function)
21847         (gnus-decode-header-function, gnus-newsgroup-name):
21848         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21849
21850 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21851
21852         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21853         the end of the date treatments.
21854
21855 2005-08-15  Simon Josefsson  <jas@extundo.com>
21856
21857         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21858         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21859         Capello and Romain Francoise.
21860         (pgg-fetch-key-function): Remove, not used?
21861         (pgg-insert-url-with-w3): Require url, to get
21862         url-insert-file-contents regardless of where it is defined.
21863
21864 2005-08-13  Romain Francoise  <romain@orebokech.com>
21865
21866         * message.el (message-cite-original-1): New function.
21867         (message-cite-original): Use it.
21868         (message-cite-original-without-signature): Ditto.
21869
21870 2005-08-08  Romain Francoise  <romain@orebokech.com>
21871
21872         * message.el (message-yank-empty-prefix): New variable.
21873         (message-indent-citation): Use it.
21874         (message-cite-original-without-signature): Respect X-No-Archive.
21875
21876 2005-08-08  Simon Josefsson  <jas@extundo.com>
21877
21878         * pgg.el: Autoload url-insert-file-contents instead of loading
21879         w3/url.
21880         (pgg-insert-url-with-w3): Don't load url here.
21881
21882 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21883
21884         * message.el (message-kill-to-signature): Don't insert newline at
21885         bol.
21886         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21887
21888 2005-08-06  Romain Francoise  <romain@orebokech.com>
21889
21890         * message.el (message-user-fqdn): Fix typo in docstring.
21891
21892 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21893
21894         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21895
21896         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21897
21898 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21899
21900         * mm-bodies.el (mm-encode-body): Use coding system rather than
21901         charset to encode text.
21902
21903         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21904         number of charsets if utf-8 is available (XEmacs).
21905
21906 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21907
21908         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21909         taken from `gnus-button-mid-or-mail-regexp'.
21910         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21911         (gnus-button-alist): Improve regexp for domain part of the MIDs
21912         for news:localpart@domain buttons.
21913         (gnus-button-ctan-directory-regexp): Update.
21914
21915 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21916
21917         * sieve-manage.el (sieve-manage-interactive-login):
21918         Use make-local-variable rather than make-variable-buffer-local.
21919         (sieve-manage-open): Ditto.
21920         (sieve-manage-authenticate): Ditto.
21921
21922         * mml.el (mml-generate-mime-1): Make the content type default to
21923         text/plain if the filename is not specified.
21924
21925 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21926
21927         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21928         instead of insert-buffer.
21929
21930         * message.el (message-yank-original): Ditto; set the mark at the
21931         end of the yanked message.
21932
21933 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21934
21935         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21936         lines to scroll rather than to stop it.
21937
21938         * mml.el (mml-generate-default-type): Add doc string.
21939         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21940         default to application/octet-stream when determining the content
21941         type if it is not specified for the part or the mml contents; add
21942         a comment about mml-generate-default-type.
21943
21944 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21945
21946         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21947         make it default to application/octet-stream when determining the
21948         content type if it is not specified for the external contents.
21949
21950 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21951
21952         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21953         segmented parameter but also other parameters might be there.
21954
21955 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21956
21957         * mm-decode.el (mm-display-external): Delete temp file, directory
21958         and buffer immediately if the external process is exited.
21959
21960 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21961
21962         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21963         fewer lines than that of scroll-margin.
21964         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21965
21966 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21967
21968         * gnus-art.el (gnus-article-next-page): Revert.
21969         (gnus-article-beginning-of-window): New macro.
21970         (gnus-article-next-page-1): Use it.
21971         (gnus-article-prev-page): Ditto.
21972         (gnus-article-edit-part): Use insert-buffer-substring instead of
21973         insert-buffer.
21974         (gnus-article-edit-exit): Ditto.
21975
21976         * gnus-util.el (gnus-beginning-of-window): Remove.
21977         (gnus-end-of-window): Remove.
21978
21979         * lpath.el: Don't bind header-line-format and scroll-margin.
21980
21981 2005-07-25  Simon Josefsson  <jas@extundo.com>
21982
21983         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21984         to have the url package without w3.  Reported by Daiki Ueno
21985         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21986
21987 2005-07-20  Didier Verna  <didier@xemacs.org>
21988
21989         * gnus-diary.el: Remove the description comment (nndiary is now
21990         properly documented in the Gnus manual).
21991         Fix the spelling of "Back End".
21992         * nndiary.el: Ditto.
21993         Fix the copyright notice.
21994
21995 2005-07-18  Romain Francoise  <romain@orebokech.com>
21996
21997         * gnus-sum.el (gnus-summary-to-prefix)
21998         (gnus-summary-newsgroup-prefix): New variables.
21999         (gnus-summary-from-or-to-or-newsgroups): Use them.
22000
22001 2005-07-17  Romain Francoise  <romain@orebokech.com>
22002
22003         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22004         space as it's generally not especially interesting to the user.
22005
22006 2005-07-16  Romain Francoise  <romain@orebokech.com>
22007
22008         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22009         nil to avoid prompting and file modification if one of the
22010         messages at the top of the nnfolder file contains a copyright
22011         notice.
22012         Update copyright notice.
22013
22014         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22015         instead of `current-time-string' as the latter creates a time
22016         string that is not RFC 2822 compliant (it lacks the zone).
22017         Update copyright notice.
22018
22019 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22020
22021         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22022         for text/rtf.  Display default in prompt.  Pass default for M-n.
22023
22024         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22025
22026 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22027
22028         * gnus-msg.el (gnus-button-mailto):
22029         Remove save-selected-window-window hackery because it relies on
22030         save-selected-window internals.
22031
22032 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22033
22034         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22035         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22036         (gnus-article-prev-page): Ditto.
22037
22038         * gnus-util.el (gnus-beginning-of-window): New function.
22039         (gnus-end-of-window): New function.
22040
22041         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22042
22043 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22044
22045         * gnus-score.el (gnus-score-edit-all-score):
22046         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22047         gnus-message.
22048
22049 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22050
22051         * gnus-msg.el (gnus-button-mailto):
22052         Remove save-selected-window-window hackery because it relies on
22053         save-selected-window internals.
22054
22055 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22056
22057         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22058         add-minor-mode.
22059         (gnus-binary-mode): Ditto.
22060
22061         * gnus-topic.el (gnus-topic-mode): Ditto.
22062
22063 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22064
22065         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22066         (gnus-article-prev-page): Take scroll-margin into consideration.
22067
22068 2005-07-04  Lute Kamstra  <lute@gnu.org>
22069
22070         Update FSF's address in GPL notices.
22071
22072 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22073
22074         * gnus.el (gnus-exit):
22075         * gnus-group.el (gnus-group-icons):
22076         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22077
22078         * gnus-nocem.el (gnus-nocem):
22079         * message.el (message-various, message-buffers, message-sending)
22080         (message-interface, message-forwarding, message-insertion)
22081         (message-headers, message-news, message-mail):
22082         * pgg-gpg.el (pgg-gpg):
22083         * pgg-parse.el (pgg-parse):
22084         * pgg-pgp.el (pgg-pgp):
22085         * pgg-pgp5.el (pgg-pgp5):
22086         * pop3.el (pop3): Finish `defgroup' description with period.
22087
22088 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22089
22090         * gnus-art.el (article-display-face): Improve the efficiency.
22091         (article-display-x-face): Ditto; remove gray x-face stuff.
22092
22093 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22094
22095         * gnus-art.el (article-display-face): Correct the position in
22096         which Faces are inserted.
22097
22098 2005-06-29  Didier Verna  <didier@xemacs.org>
22099
22100         * gnus-art.el (article-display-face): Display faces in correct
22101         order.
22102
22103 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22104
22105         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22106         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22107         (gnus-nocem-check-article): Fetch the Type header.
22108         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22109         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22110         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22111         make sure gnus-nocem-hashtb is initialized.
22112         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22113         (gnus-nocem-unwanted-article-p): Ditto.
22114
22115         * pgg.el (pgg-verify): Return the verification result.
22116
22117 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22118
22119         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22120         is ascii.
22121
22122 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22123
22124         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22125         `show-nonbreak-escape'.
22126
22127 2005-06-23  Lute Kamstra  <lute@gnu.org>
22128
22129         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22130
22131         * dig.el (dig-mode):
22132         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22133
22134 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22135
22136         * nnimap.el (nnimap-split-download-body): Fix spellings.
22137
22138 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22139
22140         * gnus-art.el (gnus-article-encrypt-body):
22141         * gnus-cus.el (gnus-score-customize):
22142         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22143         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22144
22145 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22146
22147         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22148         header by looking for magic "MII" at the beginning.
22149
22150 2005-06-16  Miles Bader  <miles@gnu.org>
22151
22152         * gnus-xmas.el (gnus-xmas-group-startup-message):
22153         Use renamed gnus-splash face.
22154
22155         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22156         (assistant-field-face): New backward-compatibility alias for renamed
22157         face.
22158         (assistant-render-text): Use renamed assistant-field face.
22159
22160         * spam.el (spam): Remove "-face" suffix from face name.
22161         (spam-face): New backward-compatibility alias for renamed face.
22162         (spam-face, spam-initialize): Use renamed spam face.
22163
22164         * message.el (message-header-to, message-header-cc)
22165         (message-header-subject, message-header-newsgroups)
22166         (message-header-other, message-header-name)
22167         (message-header-xheader, message-separator, message-cited-text)
22168         (message-mml): Remove "-face" suffix from face names.
22169         (message-header-to-face, message-header-cc-face)
22170         (message-header-subject-face, message-header-newsgroups-face)
22171         (message-header-other-face, message-header-name-face)
22172         (message-header-xheader-face, message-separator-face)
22173         (message-cited-text-face, message-mml-face):
22174         New backward-compatibility aliases for renamed faces.
22175         (message-font-lock-keywords): Use renamed message faces.
22176
22177         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22178         (sieve-test-commands, sieve-tagged-arguments):
22179         Remove "-face" suffix from face names.
22180         (sieve-control-commands-face, sieve-action-commands-face)
22181         (sieve-test-commands-face, sieve-tagged-arguments-face):
22182         New backward-compatibility aliases for renamed faces.
22183         (sieve-control-commands-face, sieve-action-commands-face)
22184         (sieve-test-commands-face, sieve-tagged-arguments-face):
22185         Use renamed sieve faces.
22186
22187         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22188         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22189         (gnus-group-news-3-empty, gnus-group-news-4)
22190         (gnus-group-news-4-empty, gnus-group-news-5)
22191         (gnus-group-news-5-empty, gnus-group-news-6)
22192         (gnus-group-news-6-empty, gnus-group-news-low)
22193         (gnus-group-news-low-empty, gnus-group-mail-1)
22194         (gnus-group-mail-1-empty, gnus-group-mail-2)
22195         (gnus-group-mail-2-empty, gnus-group-mail-3)
22196         (gnus-group-mail-3-empty, gnus-group-mail-low)
22197         (gnus-group-mail-low-empty, gnus-summary-selected)
22198         (gnus-summary-cancelled, gnus-summary-high-ticked)
22199         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22200         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22201         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22202         (gnus-summary-low-undownloaded)
22203         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22204         (gnus-summary-low-unread, gnus-summary-normal-unread)
22205         (gnus-summary-high-read, gnus-summary-low-read)
22206         (gnus-summary-normal-read, gnus-splash):
22207         Remove "-face" suffix from face names.
22208         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22209         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22210         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22211         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22212         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22213         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22214         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22215         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22216         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22217         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22218         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22219         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22220         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22221         (gnus-summary-normal-ticked-face)
22222         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22223         (gnus-summary-normal-ancient-face)
22224         (gnus-summary-high-undownloaded-face)
22225         (gnus-summary-low-undownloaded-face)
22226         (gnus-summary-normal-undownloaded-face)
22227         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22228         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22229         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22230         (gnus-splash-face):
22231         New backward-compatibility aliases for renamed faces.
22232         (gnus-group-startup-message): Use renamed gnus faces.
22233
22234         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22235         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22236         (gnus-server-agent): Remove "-face" suffix from face names.
22237         (gnus-server-agent-face, gnus-server-opened-face)
22238         (gnus-server-closed-face, gnus-server-denied-face)
22239         (gnus-server-offline-face):
22240         New backward-compatibility aliases for renamed faces.
22241         (gnus-server-agent-face, gnus-server-opened-face)
22242         (gnus-server-closed-face, gnus-server-denied-face)
22243         (gnus-server-offline-face): Use renamed gnus faces.
22244
22245         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22246         Remove "-face" suffix from face names.
22247         (gnus-picon-xbm-face, gnus-picon-face):
22248         New backward-compatibility aliases for renamed faces.
22249
22250         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22251         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22252         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22253         (gnus-cite-11): Remove "-face" suffix from face names.
22254         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22255         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22256         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22257         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22258         New backward-compatibility aliases for renamed faces.
22259         (gnus-cite-attribution-face, gnus-cite-face-list)
22260         (gnus-article-boring-faces): Use renamed gnus faces.
22261
22262         * gnus-art.el (gnus-signature, gnus-header-from)
22263         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22264         (gnus-header-content): Remove "-face" suffix from face names.
22265         (gnus-signature-face, gnus-header-from-face)
22266         (gnus-header-subject-face, gnus-header-newsgroups-face)
22267         (gnus-header-name-face, gnus-header-content-face):
22268         New backward-compatibility aliases for renamed faces.
22269         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22270
22271         * gnus-sum.el (gnus-summary-selected-face)
22272         (gnus-summary-highlight): Use renamed gnus faces.
22273         * gnus-group.el (gnus-group-highlight): Likewise.
22274
22275 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22276
22277         * gnus-sieve.el (gnus-sieve-article-add-rule):
22278         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22279         * spam-stat.el (spam-stat-buffer-change-to-spam)
22280         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22281
22282         * message.el (message-is-yours-p):
22283         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22284
22285 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22286
22287         * mm-view.el (mm-inline-text): Withdraw the last change.
22288
22289 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22290
22291         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22292         executing enriched-decode.
22293
22294 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22295
22296         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22297         charset of tar files.
22298
22299 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22300
22301         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22302
22303 2005-06-04  Lute Kamstra  <lute@gnu.org>
22304
22305         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22306         information is never recorded.
22307
22308 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22309
22310         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22311
22312 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22313
22314         * pop3.el (pop3-apop): Run md5 in the binary mode.
22315
22316         * starttls.el (starttls-set-process-query-on-exit-flag):
22317         Use eval-and-compile.
22318
22319 2005-05-31  Simon Josefsson  <jas@extundo.com>
22320
22321         * smime.el (smime-replace-in-string): Define.
22322         (smime-cert-by-ldap-1): Use it.
22323
22324 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22325
22326         * gnus-art.el (article-display-x-face): Replace
22327         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22328
22329         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22330         set-process-query-on-exit-flag or process-kill-without-query.
22331
22332         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22333         loop instead of replace-regexp.
22334
22335         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22336         instead of process-kill-without-query if it is available.
22337
22338         * lpath.el: Fbind ldap-search-entries.
22339
22340         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22341         instead of find-file-hooks if it is available.
22342
22343         * mml1991.el: Bind pgg-default-user-id when compiling.
22344
22345         * mml2015.el: Bind pgg-default-user-id when compiling.
22346
22347         * nndraft.el (nndraft-request-associate-buffer):
22348         Use write-contents-functions instead of write-contents-hooks if it is
22349         available.
22350
22351         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22352         instead of find-file-hooks if it is available.
22353
22354         * nntp.el (nntp-open-connection): Replace
22355         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22356         (nntp-open-ssl-stream): Ditto.
22357         (nntp-open-tls-stream): Ditto.
22358
22359         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22360         set-process-query-on-exit-flag or process-kill-without-query.
22361         (starttls-open-stream-gnutls): Use it instead of
22362         process-kill-without-query.
22363         (starttls-open-stream): Ditto.
22364
22365 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22366
22367         * smime.el (smime-cert-by-ldap-1): Don't use
22368         replace-regexp-in-string.
22369
22370 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22371
22372         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22373
22374         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22375         in PEM format.  Adjust to the XEmacs compatibility.
22376
22377 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22378
22379         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22380         by `string-to-number'.
22381         * gnus-agent.el (gnus-agent-regenerate-group)
22382         (gnus-agent-fetch-articles): Ditto.
22383         * gnus-art.el (gnus-button-fetch-group): Ditto.
22384         * gnus-cache.el (gnus-cache-generate-active)
22385         (gnus-cache-articles-in-group): Ditto.
22386         * gnus-group.el (gnus-group-set-current-level)
22387         (gnus-group-insert-group-line): Ditto.
22388         * gnus-score.el (gnus-score-set-expunge-below)
22389         (gnus-score-set-mark-below, gnus-summary-score-effect)
22390         (gnus-summary-score-entry): Ditto.
22391         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22392         (gnus-soup-pack): Ditto.
22393         * gnus-spec.el (gnus-xmas-format): Ditto.
22394         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22395         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22396         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22397         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22398         * nndb.el (nndb-get-remote-expire-response): Ditto.
22399         * nndiary.el (nndiary-parse-schedule-value)
22400         (nndiary-string-to-number, nndiary-request-replace-article)
22401         (nndiary-request-article): Ditto.
22402         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22403         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22404         * nneething.el (nneething-make-head): Ditto.
22405         * nnfolder.el (nnfolder-request-article)
22406         (nnfolder-retrieve-headers): Ditto.
22407         * nnheader.el (nnheader-file-to-number): Ditto.
22408         * nnkiboze.el (nnkiboze-request-article): Ditto.
22409         * nnmail.el (nnmail-process-unix-mail-format)
22410         (nnmail-process-babyl-mail-format): Ditto.
22411         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22412         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22413         (nnmh-request-create-group, nnmh-request-list-1)
22414         (nnmh-request-group, nnmh-request-article): Ditto.
22415         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22416         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22417         * nnsoup.el (nnsoup-make-active): Ditto.
22418         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22419         * nntp.el (nntp-find-group-and-number)
22420         (nntp-retrieve-headers-with-xover): Ditto.
22421         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22422         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22423         (pgg-format-key-identifier): Ditto.
22424         * pop3.el (pop3-last, pop3-stat): Ditto.
22425         * qp.el (quoted-printable-decode-region): Ditto.
22426
22427         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22428         of concat.
22429
22430 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22431
22432         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22433
22434         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22435
22436         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22437
22438         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22439
22440         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22441
22442         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22443
22444         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22445         (gnus-carpal-mode): Ditto.
22446
22447         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22448         (gnus-browse-mode): Ditto.
22449
22450         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22451
22452         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22453
22454 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22455
22456         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22457
22458 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22459
22460         * gnus-util.el (gnus-run-mode-hooks): New function.
22461
22462         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22463
22464         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22465         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22466
22467 2005-05-27  Lute Kamstra  <lute@gnu.org>
22468
22469         * dns-mode.el (dns-mode): Specify customization group.
22470
22471 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22472
22473         * gnus-agent.el (gnus-agent-make-mode-line-string):
22474         Use mode-line-highlight as mouse-face.
22475
22476 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22477
22478         * canlock.el (canlock): Change the parent group to news.
22479
22480         * deuglify.el (gnus-outlook-deuglify): Add :group.
22481
22482         * dig.el (dig): Add :group.
22483
22484         * dns-mode.el (dns-mode): Add :group.
22485
22486         * encrypt.el (encrypt): Add :group.
22487
22488         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22489         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22490         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22491         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22492         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22493
22494         * gnus-diary.el (gnus-diary): Add :group.
22495
22496         * gnus.el (gnus-group-news-1-face): Add :group.
22497         (gnus-group-news-1-empty-face): Ditto.
22498         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22499         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22500         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22501         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22502         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22503         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22504         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22505         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22506         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22507         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22508         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22509         (gnus-summary-high-ticked-face): Ditto.
22510         (gnus-summary-low-ticked-face): Ditto.
22511         (gnus-summary-normal-ticked-face): Ditto.
22512         (gnus-summary-high-ancient-face): Ditto.
22513         (gnus-summary-low-ancient-face): Ditto.
22514         (gnus-summary-normal-ancient-face): Ditto.
22515         (gnus-summary-high-undownloaded-face): Ditto.
22516         (gnus-summary-low-undownloaded-face): Ditto.
22517         (gnus-summary-normal-undownloaded-face): Ditto.
22518         (gnus-summary-high-unread-face): Ditto.
22519         (gnus-summary-low-unread-face): Ditto.
22520         (gnus-summary-normal-unread-face): Ditto.
22521         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22522         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22523
22524         * hashcash.el (hashcash): New custom group.
22525         (hashcash-default-payment): Add :group.
22526         (hashcash-payment-alist): Ditto.
22527         (hashcash-default-accept-payment): Ditto.
22528         (hashcash-accept-resources): Ditto.
22529         (hashcash-path): Ditto.
22530         (hashcash-extra-generate-parameters): Ditto.
22531         (hashcash-double-spend-database): Ditto.
22532         (hashcash-in-news): Ditto.
22533
22534         * message.el (message-minibuffer-local-map): Add :group.
22535
22536         * netrc.el (netrc): Add :group.
22537
22538         * sieve-manage.el (sieve-manage-log): Add :group.
22539         (sieve-manage-default-user): Diito.
22540         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22541         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22542         (sieve-manage-authenticators): Ditto.
22543         (sieve-manage-authenticator-alist): Ditto.
22544         (sieve-manage-default-port): Ditto.
22545
22546         * sieve-mode.el (sieve-control-commands-face): Add :group.
22547         (sieve-action-commands-face): Ditto.
22548         (sieve-test-commands-face): Ditto.
22549         (sieve-tagged-arguments-face): Ditto.
22550
22551         * smime.el (smime): Add :group.
22552
22553         * spam-report.el (spam-report): Add :group.
22554
22555         * spam.el (spam, spam-face): Add :group.
22556
22557 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22558
22559         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22560         return \n.\n.\n at the end of articles.  Protect against that.
22561         (nntp-with-open-group): Allow debugging.
22562
22563         * nnheader.el (mail-header-set-extra): Make into a function
22564         because I just could't understand how to quote the list properly.
22565
22566         * dns.el (query-dns-cached): New function.
22567
22568 2005-05-26  Lute Kamstra  <lute@gnu.org>
22569
22570         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22571
22572 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22573
22574         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22575
22576         * gnus-art.el: Don't autoload mail-extract-address-components.
22577
22578         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22579         eval-and-compile to evaluate it.
22580
22581         * hashcash.el: Don't autoload executable-find.
22582
22583         * nndb.el: Don't declare the nndb back end two or more times; don't
22584         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22585
22586         * nntp.el: Autoload format-spec instead of format; use
22587         eval-and-compile to evaluate autoload forms.
22588
22589 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22590
22591         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22592
22593 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22594
22595         * gnus.el (gnus-version-number): Bump version.
22596
22597 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22598
22599         * gnus.el: No Gnus v0.3 is released.
22600
22601 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22602
22603         * lpath.el (featurep): Bind show-nonbreak-escape.
22604
22605 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22606
22607         * gnus-art.el (gnus-article-edit-part): Disable undo.
22608
22609 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22610
22611         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22612         gnus-article-date-lapsed-new-header is t if date timer is active;
22613         skip headers in which the original date value is empty.
22614         (gnus-article-save-original-date): Redefine it as a macro.
22615         (gnus-display-mime): Use it.
22616
22617 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22618
22619         * gnus-art.el (article-date-ut): Support converting date in
22620         forwarded parts as well.
22621         (gnus-article-save-original-date): New function.
22622         (gnus-display-mime): Use it.
22623
22624 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22625
22626         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22627         enclosure element of <item>.
22628
22629 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22630
22631         * message.el (message-kill-buffer-query): Rename from
22632         `message-kill-buffer-query-if-modified'.  Add :version.
22633
22634 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22635
22636         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22637         window layout.
22638
22639 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22640
22641         * mml.el: Autoload dnd when compiling.
22642
22643 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22644
22645         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22646         x-dnd-*.
22647
22648 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22649
22650         * qp.el (quoted-printable-encode-region): Save excursion.
22651
22652 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22653
22654         * message.el (message-kill-buffer-query-if-modified): Add new variable
22655         so the user can kill a modified message buffer quickly.
22656         (message-kill-buffer): Use it.
22657
22658 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22659
22660         * lpath.el: Fbind display-time-event-handler; don't fbind
22661         string-to-multibyte.
22662
22663         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22664
22665 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22666
22667         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22668         contained in text because xml.el decodes entities) with LFs.
22669
22670 2005-04-11  Lute Kamstra  <lute@gnu.org>
22671
22672         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22673         differently.
22674
22675 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22676
22677         * mm-util.el (mm-detect-coding-region): Typo.
22678
22679 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22680
22681         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22682
22683 2005-04-06  Deepak Goel  <deego@gnufans.org>
22684
22685         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22686         user-function allow user modifications of the scores.
22687         (spam-stat-score-buffer-user): New function, to allow
22688         user-computed modifications to the score.
22689         (spam-stat-score-buffer-user-functions): List of additional
22690         scoring functions.
22691         (spam-stat-error-holder): Global temporary error holder.
22692         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22693         variable.
22694
22695 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22696
22697         * gnus-registry.el (gnus-registry-clean-empty-function)
22698         (gnus-registry-trim, gnus-registry-fetch-groups)
22699         (gnus-registry-delete-group): Groups that match
22700         `gnus-registry-ignored-groups' are removed from the registry
22701         entries, not just ignored for splitting.  This helps clean up the
22702         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22703         to get all the groups a message ID is in.
22704
22705         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22706         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22707         (spam-stat-score-buffer-user-functions): Add :number custom type.
22708
22709 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22710
22711         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22712         argument in XEmacs.
22713
22714         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22715         (nnrss-request-group): Decode group name first.
22716         (nnrss-request-article): Make a text/plain article if mml-to-mime
22717         failed.
22718         (nnrss-get-encoding): Return a compatible encoding according to
22719         nnrss-compatible-encoding-alist.
22720         (nnrss-find-el): Use consp instead of listp.
22721         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22722
22723 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22724
22725         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22726         which Emacs 20 doesn't support.
22727         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22728
22729 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22730
22731         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22732         silence the byte compiler inside the defun.
22733
22734         * gnus-demon.el (parse-time-string): Add autoload.
22735
22736         * gnus-delay.el (parse-time-string): Add autoload.
22737
22738         * gnus-art.el (parse-time-string): Add autoload.
22739
22740         * nnultimate.el (parse-time): Require for `parse-time-string'.
22741
22742 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22743
22744         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22745
22746         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22747
22748         * smime.el (smime-ldap-host-list): Add :version.
22749
22750 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22751
22752         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22753         pass it to `gnus-browse-read-group'.
22754         (gnus-browse-read-group): Add NUMBER argument and pass it to
22755         `gnus-group-read-ephemeral-group'.
22756
22757         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22758         argument and pass it to `gnus-group-read-group'.
22759
22760 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22761
22762         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22763         mm-xemacs-find-mime-charset-1 if we have the mule feature
22764         available at runtime.
22765
22766 2005-03-25  Werner Lemberg  <wl@gnu.org>
22767
22768         * nnmaildir.el: Replace `illegal' with `invalid'.
22769
22770 2005-03-23  Lute Kamstra  <lute@gnu.org>
22771
22772         * time-date.el: Add comment on time value formats.
22773         Don't require parse-time.
22774         (with-decoded-time-value): New macro.
22775         (encode-time-value): New function.
22776         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22777         (days-to-time): Return a valid time value when arg is huge.
22778         (time-since): Use time-subtract.
22779         (time-to-number-of-days): Use time-to-seconds.
22780
22781 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22782
22783         * gnus-start.el (gnus-display-time-event-handler):
22784         Check display-time-timer at runtime rather than only at load time
22785         in case display-time-mode is turned off in the mean time.
22786
22787 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22788
22789         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22790         used.
22791
22792         * nneething.el (nneething-map-file-directory): Derive from
22793         `gnus-directory'.
22794
22795         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22796         the To/Cc button.
22797
22798 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22799
22800         * nnmaildir.el (nnmaildir-request-accept-article):
22801         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22802
22803 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22804
22805         * gnus-async.el: Require timer-funcs at compile time when in
22806         XEmacs for `run-with-idle-timer'.
22807
22808 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22809
22810         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22811         autoloaded function.
22812
22813 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22814
22815         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22816
22817 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22818
22819         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22820
22821 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22822
22823         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22824         Add gnus-expert-user to default.
22825
22826 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22827
22828         * nnimap.el (nnimap-open-server): Ditto.
22829
22830         * imap.el (imap-authenticate): Fix typo.
22831
22832 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22833
22834         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22835         buffer (since IMAP server might return FETCH response out of
22836         order, and the nntp buffer must be sorted).
22837
22838 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22839
22840         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22841         comparison on string.
22842
22843         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22844         (gnus-agent-score): Rename category keywords to match gnus-cus.
22845         (gnus-agent-summary-fetch-series): Modify to protect against
22846         gnus-agent-summary-fetch-group clearing processable flags.
22847         (gnus-agent-synchronize-group-flags): Update live group buffer as
22848         synchronization may occur due to the user toggle the plugged
22849         status.
22850         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22851         successfully downloaded.
22852         (gnus-agent-expire-group-1): Avoid using markers when the overview
22853         is in ascending order; greatly improves performance.
22854         (gnus-agent-regenerate-group):
22855         Use gnus-agent-synchronize-group-flags to reset read status in both
22856         gnus and server.
22857         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22858
22859 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22860
22861         * message.el: Don't autoload former message-utils variables.
22862         (message-strip-subject-trailing-was): Change doc string.
22863
22864         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22865         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22866         (nnweb-google-search): Add "hl=en" here.
22867         (nnweb-google-parse-1, nnweb-google-create-mapping):
22868         Don't hardcode URL.
22869
22870 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22871
22872         * message.el (message-get-reply-headers, message-followup):
22873         Mention related variables `message-use-followup-to' and
22874         `message-use-mail-followup-to', in the information buffer.
22875
22876         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22877         of broken groups(-beta).google.com.
22878
22879 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22880
22881         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22882         parameter to invoked gnus-request-move-article; remove the
22883         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22884         all at once instead of once per article.
22885         (gnus-summary-remove-process-mark): Accept a list of articles as
22886         well as a single article for processing.
22887
22888         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22889         parameter.
22890
22891         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22892
22893         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22894
22895         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22896         parameter.
22897
22898         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22899         parameter.
22900
22901         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22902         parameter and remove the gnus-sum-hint-move-is-internal variable.
22903
22904         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22905         parameter.
22906
22907         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22908         parameter.
22909
22910         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22911         parameter.
22912
22913         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22914
22915         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22916         parameter.
22917
22918         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22919         parameter.
22920
22921 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22922
22923         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22924         a more conservative way.
22925
22926 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22927
22928         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22929         buffer, so it moves the window's cursor.
22930
22931 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22932
22933         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22934         `mm-dissect-multipart' and receive the from field as an (optional)
22935         argument from `mm-dissect-multipart'.
22936         (mm-dissect-multipart): Receive the from field as an argument and
22937         pass it on when we call `mm-dissect-buffer' on MIME parts.
22938         Fixes verification/decryption of signed/encrypted MIME parts.
22939
22940 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22941
22942         * gnus-sum.el (gnus-summary-move-article):
22943         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22944         whatever it calls (right now, only nnimap-request-move article
22945         respects it).
22946
22947         * nnimap.el (nnimap-request-move-article):
22948         When gnus-sum-hint-move-is-internal is set, don't do the extra
22949         nnimap-request-article.
22950
22951 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22952
22953         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22954
22955         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22956         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22957
22958         * gnus-sum.el (gnus-summary-caesar-message):
22959         Apply `gnus-treat-article' after rotation.
22960
22961         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22962         doc string.
22963
22964 2005-02-22  Simon Josefsson  <jas@extundo.com>
22965
22966         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22967         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22968         <arne@arnested.dk>.
22969         (encrypt): Add password-cache and password-cache-expiry as group
22970         members.
22971
22972 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22973
22974         * smime.el (smime-ldap-host-list): Doc fix.
22975         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22976         cache) password.
22977         (smime-sign-region): Use it.
22978         (smime-decrypt-region): Use it.
22979         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22980         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22981         fails.
22982         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22983         certificate from DER to PEM format rather than calling openssl.
22984
22985         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22986
22987         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22988         for signing/encryption.
22989
22990         * mml.el (mml-parse-1): Use them.
22991
22992 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22993
22994         * nnrss.el (nnrss-verbose): Remove.
22995         (nnrss-request-group): Use `nnheader-message' instead.
22996
22997 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22998
22999         * nnrss.el (nnrss-verbose): New variable.
23000         (nnrss-request-group): Make it say nnrss is requesting a group.
23001
23002 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23003
23004         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23005         Handle news URL with given port correctly.
23006
23007 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23008
23009         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23010         containing special characters.
23011
23012         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23013
23014         * mml.el (mime-to-mml): Ditto.
23015
23016         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23017         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23018         (rfc2047-decode-region): Quote decoded words containing special
23019         characters when rfc2047-quote-decoded-words-containing-tspecials
23020         is non-nil.
23021
23022 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23023
23024         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23025
23026         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23027
23028 2005-02-15  Simon Josefsson  <jas@extundo.com>
23029
23030         * nnimap.el (nnimap-debug): Doc fix.
23031
23032         * imap.el (imap-debug): Doc fix.
23033
23034 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23035
23036         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23037
23038 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23039
23040         * gnus.el (spam-contents): Improve docs for spam-contents
23041         parameter in its variable incarnation.
23042
23043 2005-02-14  Simon Josefsson  <jas@extundo.com>
23044
23045         * smime-ldap.el: Use require instead of load-library for ldap.
23046         (smime-ldap-search): Indent.
23047         (smime-ldap-search-internal): Shorten line.
23048
23049         * smime.el (smime-cert-by-dns): Add doc-string.
23050         (smime-cert-by-ldap-1): Indent.
23051
23052         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23053         mml-smime-get-dns-ldap.
23054         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23055
23056 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23057
23058         * smime.el: Require smime-ldap.
23059         (smime-ldap-host-list): New variable.
23060         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23061
23062         * mml-smime.el (mml-smime-encrypt-query): New function.
23063         (mml-smime-encrypt-query): Use it.
23064
23065         * smime-ldap.el: New file.
23066
23067 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23068
23069         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23070
23071 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23072
23073         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23074         argument in doc string.  Make query for type more clear.
23075
23076 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23077
23078         * gnus.el (gnus-group-startup-message): Search for gnus images in
23079         etc/images/gnus.
23080         * mm-util.el (mm-image-load-path): Likewise.
23081         * smiley.el (smiley-data-directory): Search for smilies in
23082         etc/images/smilies.
23083
23084 2005-02-09  Kim F. Storm  <storm@cua.dk>
23085
23086         Change Emacs release version from 21.4 to 22.1 throughout.
23087         Change Emacs development version from 21.3.50 to 22.0.50.
23088
23089 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23090
23091         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23092
23093         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23094         non-Mule XEmacs as well.
23095         (mm-decompress-buffer): Signal an error intentionally if it does
23096         not decompress compressed data because auto-compression-mode is
23097         disabled.
23098
23099 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23100
23101         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23102         an ID in the registry even if it has no groups.
23103
23104 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23105
23106         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23107         merge it into mm-decompress-buffer.
23108         (gnus-mime-copy-part): Use the MIME part charset, the value which
23109         a user specified or gnus-newsgroup-charset for decoding, like
23110         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23111         save-buffer what was used.  Suggested by Kevin Ryde
23112         <user42@zip.com.au>.
23113         (gnus-mime-inline-part): Allow the name parameter as well as the
23114         filename parameter; force decompressing of compressed data; always
23115         display contents being not decoded as unibyte.
23116
23117         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23118         as well as the filename parameter.
23119
23120         * mm-util.el (mm-decompress-buffer):
23121         Merge gnus-mime-jka-compr-maybe-uncompress.
23122         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23123         of compressed data.
23124
23125 2005-02-08  Simon Josefsson  <jas@extundo.com>
23126
23127         * imap.el (imap-log): Doc fix.
23128
23129 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23130
23131         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23132         the coding cookies; decompress compressed parts.
23133
23134         * mml.el (mml-generate-mime-1): Add the charset parameter according
23135         to the value which a user specified manually or the coding cookie.
23136
23137         * mm-util.el (mm-string-to-multibyte): New function.
23138         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23139         (mm-coding-system-to-mime-charset): New function.
23140         (mm-decompress-buffer): New function.
23141         (mm-find-buffer-file-coding-system): New function.
23142
23143         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23144         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23145         parts.
23146
23147 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23148
23149         * mm-view.el (mm-display-inline-fontify): Decode a part according
23150         to the charset parameter.
23151
23152 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23153
23154         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23155         prefix arg is neither nil nor a number, as info specifies.
23156
23157 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23158
23159         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23160         timestamps.
23161
23162 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23163
23164         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23165         groups error checking and notify user.
23166
23167 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23168
23169         * message.el (message-send-mail-function): Check existence of
23170         sendmail-program first before using default value
23171         `message-send-mail-with-sendmail'.  Otherwise use more generic
23172         `smtpmail-send-it'.
23173
23174 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23175
23176         * nntp.el (nntp-request-update-info): Always return nil.
23177
23178 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23179
23180         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23181
23182 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23183
23184         * message.el (message-beginning-of-line): Change the behavior when
23185         invoked between BOL and : so that it first moves backward.
23186
23187 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23188
23189         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23190         article buffer when editing of the article is discarded.
23191         (gnus-article-prepare): Revert.
23192
23193 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23194
23195         * gnus-art.el (gnus-article-prepare):
23196         Remove message-strip-forbidden-properties from the local hook.
23197
23198 2005-01-27  Simon Josefsson  <jas@extundo.com>
23199
23200         * password.el (password-cache-add): Only start one timer per key.
23201         Reported by Derek Atkins <warlord@MIT.EDU>.
23202
23203 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23204
23205         * run-at-time.el: Remove.  It is no longer needed as
23206         timer-funcs.el in the xemacs-base package has a working version of
23207         `run-at-time'.
23208
23209         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23210
23211         * password.el: Require timer-funcs instead of run-at-time in
23212         XEmacs.
23213         Remove `password-run-at-time' macro.
23214         (password-cache-add): Use `run-at-time' instead of
23215         `password-run-at-time'.
23216
23217         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23218         Remove `nnheader-cancel-function-timers' alias,
23219         `cancel-function-timers' exists in XEmacs in timer-funcs.
23220
23221         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23222         for `run-with-idle-timer'.
23223
23224         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23225         for `run-at-time'.
23226
23227         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23228         for `with-timeout'.
23229
23230         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23231         the same as for XEmacs 21.4.
23232         No need to ignore `run-with-idle-timer', this function exists in
23233         XEmacs now in timer-funcs.el in the xemacs-base package.
23234         (dgnushack-compile): No need to delete
23235         run-at-time.el from the list of files to compile because it
23236         doesn't exist anymore.
23237
23238 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23239
23240         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23241         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23242
23243 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23244
23245         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23246         sensitively.
23247
23248 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23249
23250         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23251
23252 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23253
23254         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23255         which will be inserted according to the multibyteness of a buffer
23256         rather than the type of contents.  Suggested by ARISAWA Akihiro
23257         <ari@mbf.ocn.ne.jp>.
23258
23259         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23260         of string which old xml.el may return rather than a string.
23261
23262 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23263
23264         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23265
23266 2005-01-16  Simon Josefsson  <jas@extundo.com>
23267
23268         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23269         idn/idna.el isn't available.
23270         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23271         <michael@waxrat.com>.
23272
23273         * hashcash.el: Remove non-FSF copyright header.
23274
23275         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23276         (hashcash-generate-payment): Use it.
23277         (hashcash-generate-payment-async): Use it.
23278
23279 2005-01-15  Simon Josefsson  <jas@extundo.com>
23280
23281         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23282         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23283
23284         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23285         gnus-summary-idna-message.
23286         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23287         (gnus-summary-idna-message): New function.
23288
23289 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23290
23291         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23292         gnus-novice-user.
23293
23294 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23295
23296         * nnrss.el (nnrss-request-delete-group): Delete entries in
23297         nnrss-group-alist as well.
23298         (nnrss-save-server-data): Insert newline.
23299
23300 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23301
23302         * gnus.el (gnus-user-agent): Use list of symbols instead of
23303         symbols.  Display full version number for (S)XEmacs.
23304         Optionally display (S)XEmacs codename.
23305
23306         * gnus-util.el (gnus-emacs-version): Update for new
23307         `gnus-user-agent'.
23308
23309         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23310         Gnus version.
23311
23312 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23313
23314         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23315         which is unreadable in some setups.
23316
23317 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23318
23319         * gnus-spec.el (gnus-update-format-specifications): Flush the
23320         group format spec cache if it doesn't support decoded group names.
23321
23322 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23323
23324         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23325         Allow to apply decay on score files matching a regexp.
23326
23327 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23328
23329         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23330         compatibility in %g and %c.
23331
23332 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23333
23334         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23335         name for only %g and %c.
23336         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23337         of gnus-tmp-group to decoded group name.
23338         (gnus-group-make-rss-group): Exclude `/'s from group names.
23339
23340 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23341
23342         * nnrss.el (nnrss-get-encoding): Fix regexp.
23343
23344 2004-12-27  Simon Josefsson  <jas@extundo.com>
23345
23346         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23347         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23348         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23349
23350 2004-12-17  Kim F. Storm  <storm@cua.dk>
23351
23352         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23353
23354         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23355
23356 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23357
23358         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23359
23360 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23361
23362         * nnrss.el: Require rfc2047 and mml.
23363         (nnrss-file-coding-system): New variable.
23364         (nnrss-format-string): Redefine it as an inline function.
23365         (nnrss-decode-group-name): New function.
23366         (nnrss-string-as-multibyte): Remove.
23367         (nnrss-retrieve-headers): Decode group name; don't use
23368         nnrss-format-string.
23369         (nnrss-request-group): Decode group name.
23370         (nnrss-request-article): Decode group name; allow a Message-ID as
23371         well as an article number; don't use nnrss-format-string; encode a
23372         Message-ID string which may contain non-ASCII characters; use
23373         mml-to-mime to compose a MIME article.
23374         (nnrss-request-expire-articles): Decode group name.
23375         (nnrss-request-delete-group): Decode group name.
23376         (nnrss-fetch): Clarify error message.
23377         (nnrss-read-server-data): Use insert-file-contents instead of load;
23378         bind file-name-coding-system; use multibyte buffer.
23379         (nnrss-save-server-data): Bind coding-system-for-write to the
23380         value of nnrss-file-coding-system; bind file-name-coding-system;
23381         add coding cookie.
23382         (nnrss-read-group-data): Use insert-file-contents instead of load;
23383         bind file-name-coding-system; use multibyte buffer.
23384         (nnrss-save-group-data): Bind coding-system-for-write to the
23385         value of nnrss-file-coding-system; bind file-name-coding-system.
23386         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23387         make it work with non-ASCII text.
23388         (nnrss-find-el): Make it work with old xml.el as well.
23389
23390 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23391
23392         * nnrss.el (nnrss-get-encoding): New function.
23393         (nnrss-fetch): Use unibyte buffer initially; bind
23394         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23395         decode contents according to the encoding attribute.
23396         (nnrss-save-group-data): Add coding cookie.
23397         (nnrss-mime-encode-string): New function.
23398         (nnrss-check-group): Use it to encode subject and author.
23399
23400 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23401
23402         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23403         imaginary variable.
23404
23405 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23406
23407         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23408         correctly even if there are wide characters.
23409
23410 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23411
23412         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23413         downcased symbol names; make a new cache instead of reusing
23414         bbdb-hashtable.
23415
23416 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23417
23418         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23419         concatenating segments rather than before concatenating them.
23420         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23421
23422         * message.el (message-get-reply-headers): Bind `extra'.
23423
23424 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23425
23426         * message.el (message-extra-wide-headers): New variable.
23427         (message-get-reply-headers): Use it.
23428
23429 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23430
23431         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23432         (gnus-agent-group-pathname): Ditto.
23433
23434         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23435
23436         * gnus-group.el (gnus-group-make-group): Decode group name.
23437         (gnus-group-make-rss-group): Register the group data after opening
23438         the nnrss group.
23439
23440 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23441
23442         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23443         by expiry now get marked as read.
23444
23445 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23446
23447         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23448
23449 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23450
23451         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23452         unify Latin characters in XEmacs.
23453         (mm-find-mime-charset-region): Use it.
23454
23455 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23456
23457         * gnus-util.el (gnus-delete-directory): New function.
23458
23459         * gnus-agent.el (gnus-agent-delete-group): Use it.
23460
23461         * gnus-cache.el (gnus-cache-delete-group): Use it.
23462
23463 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23464
23465         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23466         names.
23467
23468 2004-12-16  Simon Josefsson  <jas@extundo.com>
23469
23470         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23471
23472 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23473
23474         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23475
23476         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23477         (gnus-group-set-current-level): Decode group name.
23478
23479 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23480
23481         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23482         failed.
23483
23484 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23485
23486         * gnus-group.el (gnus-group-delete-group): Decode group name.
23487         (gnus-group-make-rss-group): Encode group name.
23488         (gnus-group-catchup-current): Decode group name.
23489         (gnus-group-kill-group): Decode group name.
23490
23491 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23492
23493         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23494
23495 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23496
23497         * gnus-group.el (gnus-group-make-rss-group):
23498         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23499
23500         * gnus-start.el (gnus-setup-news): Honor user's setting to
23501         gnus-message-archive-method.  Suggested by Lute Kamstra
23502         <lute@gnu.org>.
23503
23504 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23505
23506         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23507         global counterparts of the buffer-local variables.
23508
23509 2004-11-16  Romain Francoise  <romain@orebokech.com>
23510
23511         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23512         counterparts of the buffer-local variables.
23513
23514 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23515
23516         * message.el (message-forbidden-properties): Fix typo in doc
23517         string.
23518
23519 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23520
23521         * gnus-util.el (gnus-replace-in-string): Add doc string.
23522
23523         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23524         to avoid problems when splitting mails with many recipients.
23525
23526 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23527
23528         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23529         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23530
23531 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23532
23533         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23534         if there is no hashtable in memory or file modification time is
23535         newer than cached timestamp.
23536
23537 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23538
23539         * gnus-sum.el (gnus-summary-limit-to-recipient):
23540         Implement not-matching option.
23541
23542 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23543
23544         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23545         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23546         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23547         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23548         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23549         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23550
23551 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23552
23553         * message.el (message-forward-make-body-mml): Remove headers
23554         according to message-forward-ignored-headers if a message is decoded.
23555
23556 2004-12-02  Romain Francoise  <romain@orebokech.com>
23557
23558         * message.el (message-forward-make-body-plain): Always remove
23559         headers according to message-forward-ignored-headers.
23560
23561 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23562
23563         * spam.el (spam-summary-prepare-exit): Remove the
23564         gnus-summary-limit pop for now, it has problems with ham marks for
23565         me.
23566
23567 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23568
23569         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23570         correctly.
23571
23572 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23573
23574         * format-spec.el (format-spec): Message the char.
23575
23576 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23577
23578         * gnus-art.el (gnus-split-methods): Reformat comments.
23579
23580         * spam.el (spam-summary-prepare-exit): Remove article limits
23581         before exiting the summary buffer.
23582
23583 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23584
23585         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23586         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23587
23588         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23589         order to silence the byte compiler.
23590
23591         * spam.el: Fix the way to silence the byte compiler, which
23592         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23593         bbdb-search-simple, spam-BBDB-register-routine,
23594         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23595         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23596         spam-stat-buffer-is-spam, spam-stat-load,
23597         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23598         spam-stat-save and spam-stat-split-fancy.
23599
23600 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23601
23602         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23603         which may confuse users.
23604         (canlock-password-for-verify): Ditto.
23605
23606         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23607
23608         * gnus-art.el (gnus-emphasis-alist): Ditto.
23609
23610         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23611
23612         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23613
23614         * gnus-start.el (gnus-save-killed-list): Ditto.
23615
23616         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23617         (gnus-sum-thread-tree-root): Ditto.
23618         (gnus-sum-thread-tree-false-root): Ditto.
23619         (gnus-sum-thread-tree-single-indent): Ditto.
23620
23621         * message.el (message-courtesy-message): Ditto.
23622         (message-archive-note): Ditto.
23623         (message-subscribed-address-file): Ditto.
23624         (message-user-fqdn): Ditto.
23625
23626         * spam-report.el (spam-report-gmane-regex): Ditto.
23627
23628         * spam.el (spam-blackhole-good-server-regex): Ditto.
23629
23630 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23631
23632         * mml.el (mml-preview): Widen the message buffer before copying
23633         the contents to the preview buffer; sort headers before previewing.
23634
23635         * message.el (message-hidden-headers): Fix the way to avoid a bug
23636         in the `repeat' widget in Emacs 21.3 or earlier.
23637
23638 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23639
23640         * message.el (message-hidden-headers): Default to "^References:".
23641         Improve customization type.  Suggested by Reiner Steib
23642         <Reiner.Steib@gmx.de>.
23643
23644 2004-11-25  Romain Francoise  <romain@orebokech.com>
23645
23646         * message.el (message-strip-forbidden-properties): Remove check for
23647         obsolete `message-hidden' text property, hidden headers are not
23648         accessible in the buffer anymore.
23649
23650 2004-11-22  Romain Francoise  <romain@orebokech.com>
23651
23652         * message.el (message-header-format-alist): Add `From' in list
23653         so that it can be sorted.
23654         (message-fix-before-sending): Widen and sort headers before
23655         sending.
23656         (message-hide-headers): Use narrowing to hide headers by moving
23657         them to the top of the buffer and narrowing to the region
23658         underneath.
23659
23660 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23661
23662         * message.el (message-strip-forbidden-properties):
23663         Bind buffer-read-only (etc) to nil.
23664
23665 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23666
23667         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23668         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23669
23670 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23671
23672         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23673
23674 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23675
23676         * dns.el (query-dns): Use sit-for to time instead of
23677         accept-process-output, since that doesn't seem to work on udp
23678         sockets.
23679
23680 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23681
23682         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23683
23684 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23685
23686         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23687         doc string.  Improve doc string.
23688
23689 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23690
23691         * nntp.el (nntp-request-update-info): Return nil if
23692         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23693         may not call gnus-activate-group which uselessly issues the GROUP
23694         commands for all nntp groups and wastes time.  Reported by Romain
23695         Francoise <romain@orebokech.com>.
23696
23697         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23698
23699 2004-11-15  Simon Josefsson  <jas@extundo.com>
23700
23701         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23702         headers separately.
23703         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23704         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23705
23706 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23707
23708         * gnus-start.el (gnus-convert-old-newsrc):
23709         Assign legacy-gnus-agent to 5.10.7.
23710
23711 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23712
23713         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23714         start of the lines.
23715
23716 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23717
23718         * hashcash.el (hashcash-default-payment): Change default to 20.
23719         (hashcash-default-accept-payment): Change default to 20.
23720         (hashcash-process-alist): New variable.
23721         (hashcash-generate-payment-async): Add.
23722         (hashcash-already-paid-p): Add.
23723         (hashcash-insert-payment): Don't generate payments twice.
23724         (hashcash-insert-payment-async): Add.
23725         (hashcash-insert-payment-async-2): Add.
23726         (hashcash-cancel-async): Add.
23727         (hashcash-wait-async): Add.
23728         (hashcash-processes-running-p): Add.
23729         (hashcash-wait-or-cancel): Add.
23730         (mail-add-payment): New optional argument.  Conditionally start
23731         asynchronous calculation.
23732         (mail-add-payment-async): Add.
23733
23734         * message.el (message-send-mail): Wait for asynchronous hashcash
23735         results.  Don't clobber existing X-Hashcash headers.
23736         (message-setup-1): Call mail-add-payment-async when
23737         message-generate-hashcash is non-nil.
23738
23739 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23740
23741         * message.el (message-use-alternative-email-as-from): Examine the
23742         From header as well; use message-make-from in order to include a
23743         user's full name.
23744
23745 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23746
23747         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23748         default; improve customization type.
23749         (gnus-emphasis-custom-with-format): New macro.
23750         (gnus-emphasis-custom-value-to-external): New function.
23751         (gnus-emphasis-custom-value-to-internal): New function.
23752
23753 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23754
23755         * dns.el (query-dns): Resolve reverse addresses.
23756
23757 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23758
23759         * gnus-group.el (gnus-group-get-new-news): Use it.
23760
23761         * gnus-start.el (gnus-check-reasonable-setup): New function.
23762
23763 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23764
23765         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23766         "Args out of range" error.  Reported by Arnaud Giersch
23767         <arnaud.giersch@free.fr>.
23768
23769 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23770
23771         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23772
23773 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23774
23775         * spam.el (spam group): Add :version.
23776
23777         * pgg-def.el (pgg group): Add :version.
23778
23779 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23780
23781         * gnus-art.el (gnus-article-edit-article): Don't associate the
23782         article buffer with a draft file.  This is a temporary measure
23783         against the 2004-08-22 change to gnus-article-edit-mode.
23784
23785 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23786
23787         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23788         (html2text-format-tags): Remove unused variable `attr'.
23789
23790 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23791
23792         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23793
23794         * tls.el (tls-process-connection-type, tls-success)
23795         (tls-certtool-program): Add :version.
23796
23797         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23798         (starttls-extra-arguments, starttls-process-connection-type)
23799         (starttls-connect, starttls-failure, starttls-success): Add :version.
23800
23801         * spam-stat.el (spam-stat): Add :version.
23802
23803         * sieve.el (sieve): Add :version.
23804
23805         * sha1.el (sha1): Add :version.
23806         (sha1-use-external): Remove redundant version.
23807
23808         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23809         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23810         (nnmail-split-fancy-match-partial-words)
23811         (nnmail-split-lowercase-expanded): Add :version.
23812
23813         * nndiary.el (nndiary): Add :version.
23814
23815         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23816
23817         * mml-sec.el (mml-default-sign-method)
23818         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23819         Add :version.
23820
23821         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23822
23823         * mm-url.el (mm-url-use-external, mm-url-program)
23824         (mm-url-arguments): Add :version.
23825
23826         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23827         (mm-attachment-file-modes, mm-decrypt-option)
23828         (mm-w3m-safe-url-regexp): Add :version.
23829
23830         * message.el (message-cite-prefix-regexp)
23831         (message-sendmail-envelope-from, message-minibuffer-local-map)
23832         (message-user-fqdn, message-completion-alist): Add :version.
23833
23834         * gnus-win.el (gnus-configure-windows-hook)
23835         (gnus-use-frames-on-any-display): Add :version.
23836
23837         * gnus-art.el (gnus-article-address-banner-alist)
23838         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23839         (gnus-treat-from-picon, gnus-treat-mail-picon)
23840         (gnus-treat-x-pgp-sig): Add :version.
23841
23842         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23843         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23844         (gnus-summary-article-delete-hook)
23845         (gnus-summary-display-while-building): Add :version.
23846
23847         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23848         (gnus-get-top-new-news-hook): Add :version.
23849
23850         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23851         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23852
23853         * gnus-registry.el (gnus-registry): Add :version.
23854
23855         * gnus-spec.el (gnus-use-correct-string-widths)
23856         (gnus-make-format-preserve-properties): Add :version.
23857
23858         * gnus.el (gnus-group-charter-alist)
23859         (gnus-group-fetch-control-use-browse-url)
23860         (gnus-install-group-spam-parameters): Add :version.
23861
23862         * gnus-diary.el (gnus-diary): Add :version.
23863
23864         * gnus-delay.el (gnus-delay): Add :version.
23865
23866         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23867         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23868         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23869         Add :version.
23870
23871         * gnus-agent.el (gnus-agent-max-fetch-size)
23872         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23873         (gnus-agent-prompt-send-queue): Add :version.
23874
23875         * deuglify.el (gnus-outlook-deuglify): Add :version.
23876
23877         * html2text.el: Beautify code.  Improve doc strings.
23878         Some checkdoc cleanup.
23879         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23880
23881 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23882
23883         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23884
23885 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23886
23887         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23888         when package is loaded.
23889
23890         * spam.el (spam-summary-score-preferred-header): Add global preference
23891         for people who want to override the default SpamAssassin over
23892         Bogofilter preference (when both are set).
23893         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23894         (spam-user-format-function-S):
23895         Check spam-summary-score-preferred-header.
23896         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23897         (spam-user-format-function-S): Format the score correctly.
23898
23899 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23900
23901         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23902         signature file.  Suggested by Manoj Srivastava
23903         <srivasta@golden-gryphon.com>.
23904
23905         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23906         iso-2022-jp even in the Japanese language environment.
23907         Suggested by Jason Rumney <jasonr@gnu.org>.
23908
23909 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23910
23911         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23912         use the same characters as the dummy marks; make it free from
23913         getting affected by the language environment.
23914         (gnus-summary-read-group-1): Update mark positions only when the
23915         format spec is updated.
23916
23917         * gnus-spec.el (gnus-update-format-specifications): Return a list
23918         of updated types.
23919
23920 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23921
23922         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23923         of boundp to check if display-warning is available.
23924
23925 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23926
23927         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23928
23929 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23930
23931         * nnspool.el (nnspool-spool-directory): Use news-path if the
23932         news-directory variable is not bound.
23933
23934         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23935         function instead of display-warning if it is not available.
23936
23937 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23938
23939         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23940         v5-10: Use `point-at-bol'.
23941
23942 2004-10-26  Simon Josefsson  <jas@extundo.com>
23943
23944         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23945         <chenggao@gmail.com>.
23946
23947 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23948
23949         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23950         instead.
23951
23952 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23953
23954         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23955         to remove a server from the nnimap-server-buffer-alist.
23956         (nnimap-open-connection, nnimap-close-server): Use it.
23957
23958         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23959
23960 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23961
23962         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23963         running the major-mode function.
23964
23965 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23966
23967         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23968         dummy marks in the right way.
23969
23970 2004-10-18  David Edmondson  <dme@dme.org>
23971
23972         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23973         excessively.
23974
23975 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23976
23977         * gnus-util.el (gnus-split-references): Accept a nil references
23978         string and go on blissfully.
23979
23980         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23981         cases where the references string is non-nil but has no references.
23982
23983         * encrypt.el: Add autoload tags.
23984
23985         * spam.el (spam-resolve-registrations-routine): Remove article
23986         from unregistration list too.  Reported by David Hanak
23987         <dhanak@isis.vanderbilt.edu>
23988
23989 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23990
23991         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23992         nil.  Change custom type.
23993
23994 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23995
23996         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23997
23998         * gnus-sum.el (gnus-summary-move-article): Use it.
23999
24000 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24001
24002         * encrypt.el: Add autoload cookies.
24003
24004         * spam.el (spam-backend-article-list-property)
24005         (spam-backend-get-article-todo-list)
24006         (spam-backend-put-article-todo-list)
24007         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24008         Resolve registrations separately.
24009         (spam-register-routine): Format comments.
24010         (spam-unregister-routine, spam-register-routine): Always call with
24011         specific-articles, no default list.
24012         (spam-summary-prepare-exit): Use the spam-classifications function.
24013
24014         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24015         gnus-encrypt.el.
24016
24017         * encrypt.el: Copied from gnus-encrypt.el.
24018
24019         * gnus-encrypt.el: Commented that it's obsolete.
24020
24021 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24022
24023         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24024         (gnus-score-save): Use it.
24025
24026         * message.el (message-bury): Use `window-dedicated-p'.
24027
24028 2004-10-15  Simon Josefsson  <jas@extundo.com>
24029
24030         * pop3.el (top-level): Don't require nnheader.
24031         (pop3-read-timeout): Add.
24032         (pop3-accept-process-output): Add.
24033         (pop3-read-response, pop3-retr): Use it.
24034
24035 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24036
24037         * spam.el (spam-register-routine): Move comment.
24038         (spam-verify-bogofilter): Use 'unknown for the initial
24039         spam-bogofilter-valid state, not 'never.
24040
24041         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24042         for netrc-machine.
24043
24044         * nnimap.el (nnimap-open-connection):
24045         Use netrc-machine-user-or-password.
24046
24047 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24048
24049         * gnus-registry.el (gnus-registry-unload-hook):
24050         Set as a variable with add-hook.
24051
24052         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24053         of news-path.
24054
24055         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24056
24057         * spam.el: Delete duplicate `provide'.
24058         (spam-unload-hook): Set as a variable with add-hook.
24059
24060 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24061
24062         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24063         in the doc string.
24064
24065         * message.el (message-ignored-news-headers)
24066         (message-ignored-supersedes-headers)
24067         (message-ignored-resent-headers)
24068         (message-forward-ignored-headers): Improve custom type.
24069
24070 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24071
24072         * message.el (message-tokenize-header): Fix 2004-09-06 change
24073         which used point-min in the wrong place.
24074
24075 2004-10-12  Simon Josefsson  <jas@extundo.com>
24076
24077         * tls.el (tls-certtool-program): New variable.
24078         (tls-certificate-information): New function, based on
24079         ssl-certificate-information.
24080
24081 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24082
24083         * compface.el: Move the version of ELisp-based uncompface program
24084         to the contrib directory because of the copyright problem.
24085
24086 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24087
24088         * message.el (message-kill-buffer): Raise the current frame.
24089
24090 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24091
24092         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24093
24094         * gnus.el (message-y-or-n-p): Autoload.
24095
24096         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24097         (pop3-password-required, pop3-authentication-scheme)
24098         (pop3-leave-mail-on-server): Make customizable.
24099         (pop3): New custom group.
24100         (pop3-retr): Remove `sleep-for' statements.
24101         Suggested by Dave Love <fx@gnu.org>.
24102
24103         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24104         Windows/DOS.
24105
24106         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24107         (imap-parse-body): Fix incorrect use of `assert'.
24108         Suggested by Dave Love <fx@gnu.org>.
24109
24110         * mml.el (mml-minibuffer-read-disposition): Require match.
24111         Suggested by Dave Love <fx@gnu.org>.
24112
24113 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24114
24115         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24116         doc string.
24117
24118 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24119
24120         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24121
24122 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24123
24124         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24125         instead of calling `mm-insert-inline', to decode text/* parts
24126         before displaying them.
24127
24128 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24129
24130         * mm-uu.el (mm-uu-text-plain-type): New variable.
24131         (mm-uu-pgp-signed-extract-1): Use it.
24132         (mm-uu-pgp-encrypted-extract-1): Use it.
24133         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24134         bind mm-uu-text-plain-type with that value.
24135         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24136         mm-uu-dissect.
24137
24138 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24139
24140         * gnus-group.el (gnus-update-group-mark-positions):
24141         * gnus-sum.el (gnus-update-summary-mark-positions):
24142         * message.el (message-check-news-body-syntax):
24143         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24144         of string-as-multibyte.
24145
24146 2004-10-05  Juri Linkov  <juri@jurta.org>
24147
24148         * gnus-group.el (gnus-update-group-mark-positions):
24149         * gnus-sum.el (gnus-update-summary-mark-positions):
24150         * message.el (message-check-news-body-syntax):
24151         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24152         8-bit unibyte values to a multibyte string for search functions.
24153
24154 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24155
24156         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24157         (mm-uu-dissect-text-parts): New function.
24158
24159         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24160         dissect text parts.
24161
24162         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24163         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24164
24165         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24166
24167         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24168         Use gnus-current-topics instead of gnus-current-topic.
24169
24170 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24171
24172         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24173
24174 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24175
24176         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24177         where appropriate.
24178
24179         * nnml.el (nnml-generate-active-info): do.
24180
24181         * nndiary.el (nndiary-generate-active-info): do.
24182
24183         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24184         (gnus-topic-move): do.
24185
24186         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24187         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24188
24189         * gnus-srvr.el (gnus-server-prepare)
24190         (gnus-server-open-all-servers): do.
24191
24192         * gnus-msg.el (gnus-summary-cancel-article)
24193         (gnus-summary-resend-message)
24194         (gnus-summary-mail-crosspost-complaint): do.
24195
24196         * gnus-move.el (gnus-change-server): do.
24197
24198         * gnus-group.el (gnus-group-unmark-all-groups)
24199         (gnus-group-set-current-level): do.
24200
24201 2004-10-04  Simon Josefsson  <jas@extundo.com>
24202
24203         * message.el (message-generate-hashcash): Doc fix.
24204
24205 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24206
24207         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24208         avoid infinite recursion via gnus-get-function.
24209
24210 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24211
24212         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24213
24214         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24215
24216         * nnmail.el (nnmail-split-history): do.
24217
24218         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24219         (nnml-request-delete-group): do.
24220
24221         * nnslashdot.el (nnslashdot-read-groups): do.
24222
24223         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24224         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24225
24226         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24227         (nnspool-sift-nov-with-sed): Use last.
24228         (nnspool-retrieve-headers-with-nov): Use mapc.
24229         (nnspool-request-newgroups): Use dolist.
24230         (nnspool-request-group): Use last.
24231
24232         * nntp.el (nntp-read-server-type): Use dolist.
24233
24234         * nnvirtual.el (nnvirtual-create-mapping)
24235         (nnvirtual-update-read-and-marked): Use dolist.
24236         (nnvirtual-convert-headers): Simplify.
24237
24238 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24239
24240         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24241         Add support for sync'ing tick marks.
24242
24243 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24244
24245         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24246         there's no visible header.
24247
24248 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24249
24250         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24251         When necessary, pass full group name to gnus-request-set-marks.
24252
24253 2004-10-01  Simon Josefsson  <jas@extundo.com>
24254
24255         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24256         acroread.
24257
24258 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24259
24260         * spam-report.el (spam-report-gmane): Fix interactive.
24261
24262         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24263
24264         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24265         when writing file.
24266         (gnus-agent-synchronize-flags): Don't default to being
24267         interactive.
24268
24269 2004-09-30  Simon Josefsson  <jas@extundo.com>
24270
24271         * message.el (message-generate-hashcash): Add.
24272         (message-send-mail): Use it, call mail-add-payment.
24273
24274 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24275
24276         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24277
24278 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24279
24280         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24281         gnus-requst-update-info with explicit code to sync the in-memory
24282         info read flags with the marks being sync'd to the backend.
24283
24284         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24285
24286 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24287
24288         * spam.el (spam-verify-bogofilter): Add new function.
24289         (spam-check-bogofilter)
24290         (spam-bogofilter-register-with-bogofilter): Use it.
24291         (spam-verify-bogofilter): Add small fixes.
24292
24293 2004-09-28  Simon Josefsson  <jas@extundo.com>
24294
24295         * hashcash.el (hashcash-generate-payment): Revert.
24296
24297 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24298
24299         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24300         Use gnus-extract-references instead of gnus-split-references.
24301
24302         * gnus-util.el (gnus-extract-references): Add new function, analogous
24303         to gnus-split-references but extracts only the message-ID without
24304         anything extra.
24305
24306         * hashcash.el (hashcash-generate-payment)
24307         (hashcash-check-payment): Do the right thing if hashcash-path is
24308         nil (because the hashcash program could not be found).
24309
24310         * spam.el (spam-use-hashcash): Remove comment.
24311
24312 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24313
24314         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24315         (gnus-cache-enter-article, gnus-cache-remove-article)
24316         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24317
24318         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24319
24320         * gnus-art.el (article-hide-boring-headers)
24321         (article-translate-strings, article-display-face)
24322         (gnus-article-mime-match-handle-first)
24323         (gnus-article-highlight-headers)
24324         (gnus-article-add-buttons-to-head): do.
24325
24326 2004-09-27  Simon Josefsson  <jas@extundo.com>
24327
24328         * hashcash.el: New version, from
24329         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24330         ../contrib/.
24331
24332 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24333
24334         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24335
24336 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24337
24338         * gnus-dup.el (gnus-dup-open): Use mapc.
24339         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24340
24341         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24342         Reported by Stefan Wiens <s.wi@gmx.net>.
24343
24344         * gnus.el (gnus-shutdown): Use dolist.
24345
24346         * gnus-undo.el (gnus-undo): Use mapc.
24347
24348         * nnrss.el (nnrss-generate-active): do.
24349
24350         * message.el (message-cite-original-without-signature)
24351         (message-cite-original): Use mapc.
24352         (message-do-actions, message-make-forward-subject): Use dolist.
24353
24354 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24355
24356         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24357         deletion to remove entire duplicate line.  Fixes merged article
24358         number bug.
24359
24360 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24361
24362         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24363         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24364         first ask if you want to open a server and then, even when you
24365         responded with no, asking if you want to synchronize the server's
24366         flags.
24367         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24368         multi-line expressions.
24369         (gnus-agent-synchronize-group-flags): New internal function.
24370         Updates marks in memory (in the info structure) AND in the
24371         backend.
24372
24373         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24374
24375         * nnagent.el (nnagent-request-set-mark):
24376         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24377         method, to ensure that synchronization updates marks in the
24378         backend and in the info (in memory) structure.
24379
24380 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24381
24382         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24383         convention fully; don't miss the root article of a thread; make
24384         the X-Draft-From header with correct article numbers.
24385
24386 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24387
24388         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24389         unless plugged.  Disable the agent so that an open failure causes
24390         an error.
24391
24392         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24393         Revert 2004-09-21 change.  The backend must be opened while
24394         synchronizing flags even when the backend stores the flags
24395         locally.
24396
24397 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24398
24399         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24400         in `header' match.  Reported by Svend Tollak Munkejord.
24401
24402         * message.el (message-cite-original): Fix use of
24403         `message-cite-articles-with-x-no-archive'.
24404
24405 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24406
24407         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24408         (gnus-window-to-buffer): Ditto.
24409
24410         * mml.el (mml-preview-buffer): New variable.
24411         (mml-preview): Manage window layout with gnus-buffer-configuration.
24412
24413         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24414         X-Draft-From header even if those articles aren't quoted.
24415
24416 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24417
24418         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24419         (gnus-request-set-mark, gnus-request-update-mark): Use new
24420         g-s-t-u-l-m to decide to use backend even when unplugged.
24421
24422 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24423
24424         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24425         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24426
24427 2004-09-20  Simon Josefsson  <jas@extundo.com>
24428
24429         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24430         "utf-16-le".
24431
24432 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24433
24434         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24435
24436 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24437
24438         * uudecode.el (uudecode-use-external): Add :version.
24439
24440         * smime.el (smime-CA-file, smime-encrypt-cipher)
24441         (smime-dns-server): Add :version.
24442
24443         * smiley.el (gnus-smiley-file-types): Add :version.
24444
24445         * sha1.el (sha1-use-external): Add :version.
24446
24447         * pgg-def.el (pgg-query-keyserver): Add :version.
24448
24449         * nnmail.el (nnmail-fancy-expiry-targets)
24450         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24451         Add :version.
24452
24453         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24454         (nnimap-retrieve-groups-asynchronous): Add :version.
24455         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24456
24457         * mml.el (mml-content-disposition-parameters)
24458         (mml-insert-mime-headers-always): Add :version.
24459
24460         * mm-util.el (mm-coding-system-priorities): Add :version.
24461
24462         * mm-decode.el (mm-inline-text-html-with-images)
24463         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24464         (mm-verify-option): Add :version.
24465         (mm-text-html-renderer): Change :version.
24466
24467         * message.el (message-fcc-externalize-attachments)
24468         (message-required-headers, message-draft-headers)
24469         (message-subject-trailing-was-query)
24470         (message-subject-trailing-was-ask-regexp)
24471         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24472         (message-mark-insert-end, message-archive-header)
24473         (message-archive-note, message-cross-post-default)
24474         (message-cross-post-note, message-followup-to-note)
24475         (message-cross-post-note-function, message-use-mail-followup-to)
24476         (message-subscribed-address-functions)
24477         (message-subscribed-address-file, message-subscribed-addresses)
24478         (message-subscribed-regexps, message-allow-no-recipients)
24479         (message-yank-cited-prefix, message-signature-insert-empty-line)
24480         (message-hidden-headers, message-hierarchical-addresses)
24481         (message-mail-user-agent, message-use-idna)
24482         (message-valid-fqdn-regexp)
24483         (message-strip-special-text-properties, message-header-synonyms)
24484         (message-beginning-of-line, message-tab-body-function): Add :version.
24485         (message-insert-canlock, message-wide-reply-confirm-recipients):
24486         Change :version.
24487
24488         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24489         and :version.
24490         (mail-source-delete-old-incoming-confirm)
24491         (mail-source-movemail-program): Add :version.
24492
24493         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24494         (gnus-agent-cache, gnus-agent): Change :version.
24495
24496         * gnus-util.el (gnus-use-byte-compile): Change :version.
24497
24498         * gnus-sum.el (gnus-summary-make-false-root-always)
24499         (gnus-summary-default-high-score)
24500         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24501         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24502         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24503         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24504         (gnus-sum-thread-tree-single-indent)
24505         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24506         (gnus-sum-thread-tree-leaf-with-other)
24507         (gnus-sum-thread-tree-single-leaf): Add :version.
24508         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24509         (gnus-article-loose-mime): Change :version.
24510
24511         * gnus-start.el (gnus-backup-startup-file)
24512         (gnus-save-startup-file-via-temp-buffer): Add :version.
24513
24514         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24515         (gnus-server-offline-face): Add :version.
24516
24517         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24518
24519         * gnus-msg.el (gnus-gcc-externalize-attachments)
24520         (gnus-debug-files, gnus-debug-exclude-variables)
24521         (gnus-discouraged-post-methods): Change :version.
24522         (gnus-confirm-mail-reply-to-news)
24523         (gnus-confirm-treat-mail-like-news): Add :version.
24524
24525         * gnus-int.el (gnus-server-unopen-status): Add :version.
24526
24527         * gnus-group.el (gnus-group-jump-to-group-prompt)
24528         (gnus-large-ephemeral-newsgroup)
24529         (gnus-fetch-old-ephemeral-headers): Add :version.
24530
24531         * gnus-fun.el (gnus-x-face-directory)
24532         (gnus-convert-pbm-to-x-face-command)
24533         (gnus-convert-image-to-x-face-command)
24534         (gnus-convert-image-to-face-command): Add :version.
24535
24536         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24537
24538         * gnus-cite.el (gnus-cite-blank-line-after-header)
24539         (gnus-article-boring-faces): Add :version.
24540
24541         * gnus-art.el (gnus-buttonized-mime-types)
24542         (gnus-inhibit-mime-unbuttonizing)
24543         (gnus-treat-display-face)
24544         (gnus-treat-body-boundary): Change :version.
24545         (gnus-body-boundary-delimiter, gnus-picon-databases)
24546         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24547         (gnus-treat-date-english, gnus-treat-fold-headers)
24548         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24549         (gnus-treat-mail-picon, gnus-treat-wash-html)
24550         (gnus-article-encrypt-protocol)
24551         (gnus-use-idna, gnus-article-over-scroll)
24552         (gnus-mime-display-multipart-alternative-as-mixed)
24553         (gnus-mime-display-multipart-related-as-mixed)
24554         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24555         (gnus-ctan-url, gnus-button-ctan-handler)
24556         (gnus-button-handle-ctan-bogus-regexp)
24557         (gnus-button-ctan-directory-regexp)
24558         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24559         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24560         (gnus-button-man-level, gnus-button-emacs-level)
24561         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24562
24563         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24564         (gnus-agent-go-online): Change :version.
24565         (gnus-agent-expire-unagentized-dirs)
24566         (gnus-agent-auto-agentize-methods): Add :version.
24567
24568         * flow-fill.el (fill-flowed-display-column)
24569         (fill-flowed-encode-column): Add :version.
24570
24571         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24572         (gnus-outlook-deuglify-unwrap-max)
24573         (gnus-outlook-deuglify-cite-marks)
24574         (gnus-outlook-deuglify-unwrap-stop-chars)
24575         (gnus-outlook-deuglify-no-wrap-chars)
24576         (gnus-outlook-deuglify-attrib-cut-regexp)
24577         (gnus-outlook-deuglify-attrib-verb-regexp)
24578         (gnus-outlook-deuglify-attrib-end-regexp)
24579         (gnus-outlook-display-hook): Add :version.
24580
24581         * binhex.el (binhex-use-external): Add :version.
24582
24583 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24584
24585         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24586         and `invisible'.
24587
24588 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24589
24590         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24591         in gnus-registry-trim.
24592
24593 2004-09-13  Simon Josefsson  <jas@extundo.com>
24594
24595         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24596
24597         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24598
24599         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24600         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24601         <yamaoka@jpl.org>.
24602         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24603         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24604         <yamaoka@jpl.org>.
24605
24606         * sieve.el (sieve-manage-mode): Ditto.
24607
24608 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24609
24610         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24611
24612 2004-09-11  Simon Josefsson  <jas@extundo.com>
24613
24614         * dns-mode.el: Add.
24615
24616         * mm-view.el (mm-display-dns-inline): Add.
24617
24618         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24619         (mm-automatic-display): Ditto.
24620
24621         * mailcap.el (mailcap-mime-data): Add text/dns.
24622         (mailcap-mime-extensions): Map .soa to text/dns.
24623
24624 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24625
24626         * gnus-art.el (article-decode-mime-words, article-babel)
24627         (gnus-article-highlight-signature, gnus-article-add-buttons)
24628         (gnus-signature-toggle): Remove unnecessary bindings of
24629         `inhibit-read-only' inherited from v5.10 merge.
24630
24631 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24632
24633         * nntp.el (nntp): New customization group.
24634         (nntp-authinfo-file): Add customization group.
24635
24636         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24637
24638         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24639
24640         * gnus.el (to-address, to-list, subscribed)
24641         (large-newsgroup-initial): Ditto.
24642
24643         * flow-fill.el (fill-flowed-display-column)
24644         (fill-flowed-encode-column): Ditto.
24645
24646 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24647
24648         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24649         Use point-min rather than 1.
24650         (message-send-mail): Use buffer-size rather than point-max.
24651
24652         * gnus-sum.el (gnus-summary-search-article-forward):
24653         Signal a specific `search-failed' rather than a generic `error'.
24654
24655         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24656         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24657         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24658
24659 2004-09-10  Simon Josefsson  <jas@extundo.com>
24660
24661         * nndb.el (require): Remove tcp and duplicate cl.
24662
24663 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24664
24665         * gnus-agent.el (directory-files-and-attributes): Move forward.
24666
24667 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24668
24669         * gnus-agent.el (directory-files-and-attributes):
24670         Optionally defined to support XEmacs.
24671
24672 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24673
24674         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24675         to avoid run-time CL dependencies.
24676         (gnus-agent-unfetch-articles): New function.
24677         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24678         article numbers even when local .overview file is missing.
24679         (gnus-agent-read-article-number): New function.  Only accepts
24680         27-bit article numbers.
24681         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24682         Use gnus-agent-read-article-number.
24683         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24684         from backend while recognizing that article numbers in .overview
24685         must be valid.
24686         (gnus-agent-update-files-total-fetched-for):
24687         Use directory-files-and-attributes to improve performance.
24688         * gnus-int.el (gnus-request-move-article):
24689         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24690         improve performance.
24691
24692         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24693         some users confused by references to .newsrc when they only have a
24694         .newsrc.eld file.
24695         (gnus-convert-mark-converter-prompt)
24696         (gnus-convert-converter-needs-prompt): Fix use of property list.
24697         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24698         New function.  Used internally to only display 'gnus converting
24699         files' message when actually necessary.
24700
24701         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24702         methods now autoloaded.
24703
24704 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24705
24706         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24707         identifiers.
24708
24709 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24710
24711         * gnus-picon.el: Fix indentation and closing parenthesis.
24712
24713 2004-09-01  Simon Josefsson  <jas@extundo.com>
24714
24715         * message.el (message-canlock-generate): Require sha1, not
24716         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24717         to require within a function.  Sadly, if sha1.el isn't loaded, the
24718         let binding in m-c-g will hide the defcustom definition, which is
24719         bad.)
24720
24721         * canlock.el: Require sha1, not sha1-el.
24722
24723         * message.el: Don't autoload sha1 (there is a autoload cookie in
24724         sha1.el).
24725
24726         * sha1-el.el: Rename to sha1.el.
24727
24728 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24729
24730         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24731
24732 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24733
24734         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24735
24736 2004-08-30  Kim F. Storm  <storm@cua.dk>
24737
24738         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24739
24740         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24741         Add :group 'nnimap.
24742
24743 2004-08-30  Andreas Schwab  <schwab@suse.de>
24744
24745         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24746         ?* and ?\;.
24747
24748         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24749         and ?\' to symbol instead of whitespace.
24750
24751 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24752
24753         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24754
24755         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24756         instead of re-search-forward.
24757
24758         * gnus-uu.el (gnus-uu-save-article): Ditto.
24759         (gnus-uu-post-encode-uuencode): Ditto.
24760
24761         * html2text.el (html2text-clean-list-items): Ditto.
24762         (html2text-clean-dtdd): Ditto.
24763         (html2text-format-tags): Ditto.
24764
24765         * message.el (message-send-mail-with-sendmail): Fix regexp.
24766         (message-fill-field-general): Use search-forward instead of
24767         re-search-forward.
24768         (unbold-region): Ditto.
24769
24770         * nnrss.el (nnrss-request-article): Ditto.
24771
24772         * nnslashdot.el (nnslashdot-request-article): Ditto.
24773
24774         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24775
24776         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24777         "Unrecognized menu descriptor" error in XEmacs.
24778
24779 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24780
24781         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24782         parent article of a sparse article in the thread hashtb.
24783
24784 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24785
24786         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24787         (nnmail-expand-newtext): Lowercase expanded entries if
24788         nnmail-split-lowercase-expanded is non-nil.
24789
24790 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24791
24792         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24793
24794         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24795         of gnus-tmp-news-method into string under XEmacs.  It will be
24796         passed to gnus-correct-length which takes only a string argument.
24797
24798 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24799
24800         * gnus-util.el (gnus-bind-print-variables): New macro.
24801         (gnus-prin1): Use it.
24802         (gnus-prin1-to-string): Use it.
24803         (gnus-pp): New function.
24804         (gnus-pp-to-string): New function.
24805
24806         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24807         Replace pp-to-string with gnus-pp-to-string.
24808         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24809         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24810         * gnus-msg.el (gnus-debug): Ditto.
24811         * gnus-score.el (gnus-score-save): Ditto.
24812         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24813         gnus-pp-to-string.
24814         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24815         with gnus-pp.
24816         * score-mode.el (gnus-score-pretty-print): Ditto.
24817         * webmail.el (webmail-debug): Ditto.
24818
24819 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24820
24821         * gnus-art.el (article-display-face, article-display-x-face):
24822         Use buffer-read-only.
24823
24824 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24825
24826         * gnus-art.el (article-hide-list-identifiers):
24827         Bind inhibit-read-only as t.
24828
24829 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24830
24831         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24832
24833 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24834
24835         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24836         (gnus-narrow-to-page): Don't assume point-min == 1.
24837         (gnus-article-edit-mode): Derive from message-mode.
24838
24839         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24840         point-min == 1.
24841
24842         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24843         Disable incorrect use of `assert'.
24844
24845         * message.el (message-mode): Set comment-start-skip.
24846
24847
24848 2004-08-22  Sam Steingold  <sds@gnu.org>
24849
24850         * pop3.el (pop3-leave-mail-on-server): New user variable.
24851         (pop3-movemail): Delete mail only when it is nil.
24852
24853 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24854
24855         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24856
24857         * mml.el (mml-preview): Use `pop-to-buffer'.
24858
24859         * message.el (message-goto-mail-followup-to): Insert after "To".
24860         (message-carefully-insert-headers): Add comment.
24861
24862         * gnus.el: Remove unused variable `gnus-article-check-size'.
24863
24864         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24865
24866         * gnus-art.el (gnus-button-alist):
24867         Improve `gnus-button-handle-library' entry.
24868
24869 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24870
24871         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24872         Use downcase, since XEmacs capitalizes error messages differently.
24873
24874 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24875
24876         * nntp.el: Add (require 'gnus) due to reference to
24877         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24878
24879 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24880
24881         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24882         Bind `mm-fill-flowed'.
24883
24884         * mm-decode.el (mm-dissect-singlepart): Check it.
24885
24886 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24887
24888         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24889         'imap' for netrc parsing.
24890
24891 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24892
24893         * mailcap.el (mailcap-mime-data): Mark as risky.
24894
24895 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24896
24897         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24898         may be included in the encoded word.
24899         (rfc2047-encode): Don't append a space if the encoded word
24900         includes close parenthesis.
24901
24902 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24903
24904         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24905         of text within parentheses.
24906
24907 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24908
24909         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24910         (gnus-encrypt-write-file-contents): Make the password key the file
24911         name PLUS the cipher, not just the cipher.  Also remove failed
24912         passwords from the cache.
24913
24914 2004-08-06  Simon Josefsson  <jas@extundo.com>
24915
24916         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24917         Doc fix.
24918
24919 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24920
24921         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24922         LWSP.
24923
24924 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24925
24926         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24927         Try to append in-reply-to: data to the references: header.
24928
24929         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24930         (netrc-parse): Use gnus-encrypt.el functions.
24931
24932         * gnus-encrypt.el: Add new file for encryption support; currently
24933         does only a few GPG ciphers and an internal XOR cipher.
24934
24935         * password.el: Add comments on using password-read-and-add.
24936         (password-read-and-add): Add function to read and add the
24937         password to the cache at once.
24938
24939 2004-07-28  Simon Josefsson  <jas@extundo.com>
24940
24941         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24942         parameter (but don't use it, for now).
24943
24944         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24945         instead of hard coding to nil.
24946
24947 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24948
24949         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24950         as mm-inline-image-xemacs does.
24951
24952 2004-07-26  Simon Josefsson  <jas@extundo.com>
24953
24954         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24955         Revert part of 2004-07-17 change below.
24956
24957 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24958
24959         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24960         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24961
24962 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24963
24964         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24965         quotes that actually start with ">" at the beginning of the
24966         lines.
24967
24968 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24969
24970         * rfc2047.el (rfc2047-encode-region): Fix last change.
24971         (rfc2047-encode-parameter): Remove useless concat.
24972
24973 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24974
24975         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24976         encode special characters; fix some kind of misconfigured headers;
24977         signal a real error if debug-on-quit or debug-on-error is non-nil.
24978         (rfc2047-encode-max-chars): New variable.
24979         (rfc2047-encode-1): Use it.
24980         (rfc2047-encode-parameter): New function.
24981
24982         * mml.el (mml-insert-parameter): Remove an excessive space.
24983
24984 2004-07-17  Simon Josefsson  <jas@extundo.com>
24985
24986         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24987         Kai Grossjohann <kai@emptydomain.de>.
24988         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24989         (gnus-group-make-menu-bar): Ditto.
24990
24991         * gnus-util.el (gnus-group-server): Add.
24992
24993 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24994
24995         * message.el (message-clone-locals): Clone sendmail and smtp
24996         variables.
24997
24998 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24999
25000         * rfc2047.el (rfc2047-encode-region): Fix last change.
25001
25002 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25003
25004         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25005         characters as non-special.
25006
25007 2004-07-09  Simon Josefsson  <jas@extundo.com>
25008
25009         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25010         Users will lose all flag changes made while unplugged with
25011         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25012         good default.  See numerous reports on ding mailing list.
25013
25014 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25015
25016         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25017         add generate-head-function and generate-article-function to the
25018         rfc822-forward entry.
25019         (nndoc-rfc822-forward-generate-article): New function.
25020         (nndoc-rfc822-forward-generate-head): New function.
25021
25022         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25023
25024 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25025
25026         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25027         respect display group parameter and gnus-summary-expunge-below.
25028         (gnus-articles-to-read): Remove unused reference to display group
25029         parameter.
25030
25031 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25032
25033         * nnheader.el (nnheader-uniquify-message-id): New experimental
25034         variable.
25035         (nnheader-nov-read-message-id): Use it.
25036
25037         * spam-report.el (spam-report-gmane): Add interactive.
25038
25039 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25040
25041         * mm-encode.el (mm-content-transfer-encoding-defaults):
25042         Use qp-or-base64 for the application/* types.
25043
25044 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25045
25046         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25047
25048 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25049
25050         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25051         trim value.
25052
25053 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25054
25055         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25056         New macro and function.
25057         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25058
25059 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25060
25061         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25062         after-load-alist.
25063
25064 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25065
25066         * gnus-group.el (gnus-group-get-new-news-this-group):
25067         Don't update info that isn't there.
25068
25069 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25070
25071         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25072         entry.
25073
25074 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25075
25076         * mm-view.el (mm-inline-render-with-function): Use multibyte
25077         buffer; decode html source by charset.
25078
25079         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25080
25081         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25082         Mule-UCS is loaded under XEmacs.
25083         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25084
25085 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25086
25087         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25088
25089 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25090
25091         * mm-util.el (mm-coding-system-p): Return a coding-system.
25092         (mm-mime-mule-charset-alist): Use shift_jis instead of
25093         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25094         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25095         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25096         instead of japanese-shift-jis and iso-latin-1 respectively in
25097         order to share the default value with both Emacs and XEmacs-mule.
25098         (mm-mule-charset-to-mime-charset):
25099         Make mm-coding-system-priorities effective.
25100         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25101         while predicating of candidates upon the priorities.
25102
25103 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25104
25105         * gnus-sum.el (gnus-summary-make-menu-bar):
25106         Add gnus-uu-invert-processable.
25107
25108         * gnus.el: Autoload gnus-uu-invert-processable.
25109
25110 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25111
25112         * mm-util.el (mm-with-multibyte-buffer): New macro.
25113
25114         * rfc2047.el (rfc2047-encode-string): Use it.
25115         (rfc2047-encode-region): Move point to the end of the region after
25116         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25117
25118 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25119
25120         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25121         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25122
25123 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25124
25125         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25126         (gnus-cite-parse): Ignore quoted envelope From_.
25127         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25128
25129 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25130
25131         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25132         invalid addresses.
25133
25134 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25135
25136         * spam.el: Change section markers, revise TODO list.
25137         (spam-backends): Make new master list of all installed backends.
25138         (spam-summary-exit-behavior): Add new variable to determine how
25139         messages moves are done at summary exit.
25140         (spam-move-spam-nonspam-groups-only)
25141         (spam-process-ham-in-nonham-groups)
25142         (spam-process-ham-in-spam-groups): Remove variables, the
25143         spam-summary-exit-behavior variable should be used to manage this
25144         behavior.
25145         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25146         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25147         and spam-old-spam-articles.
25148         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25149         Add empty variables, placeholders for the backends they represent.
25150         (spam-set-difference): Move, unchanged.
25151         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25152         unless the user has a processor variable.
25153         (spam-classifications, spam-classification-valid-p)
25154         (spam-backend-properties, spam-backend-property-valid-p)
25155         (spam-backend-function-type-valid-p)
25156         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25157         (spam-report-articles-gmane, spam-report-articles-resend):
25158         Remove functions, they are not needed.
25159         (spam-install-backend-super, spam-backend-list)
25160         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25161         (spam-backend-function, spam-backend-ham-registration-function)
25162         (spam-backend-spam-registration-function)
25163         (spam-backend-ham-unregistration-function)
25164         (spam-backend-spam-unregistration-function)
25165         (spam-backend-statistical-p, spam-backend-mover-p)
25166         (spam-install-backend-alias, spam-install-checkonly-backend)
25167         (spam-install-mover-backend, spam-install-nocheck-backend)
25168         (spam-install-backend, spam-install-statistical-backend)
25169         (spam-install-statistical-checkonly-backend): Add backend installation
25170         support.
25171         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25172         (spam-group-processor-p): Use the new backend code and respect the
25173         summary exit behavior.
25174         (spam-mark-spam-as-expired-and-move-routine): Remove.
25175         (spam-summary-prepare): Change to use the new spam-old-articles
25176         variable.
25177         (spam-copy-or-move-routine, spam-copy-spam-routine)
25178         (spam-move-spam-routine, spam-copy-ham-routine)
25179         (spam-move-ham-routine): Add code to copy/move ham or spam.
25180         (spam-fetch-field-fast): Improve doc and code, plus allow the
25181         'number request.
25182         (spam-list-of-checks, spam-list-of-statistical-checks):
25183         Remove variables.
25184         (spam-split, spam-find-spam): Use the new backend code.
25185         (spam-registration-functions): Remove variable.
25186         (spam-unregister-routine): Add convenience wrapper.
25187         (spam-log-undo-registration, spam-register-routine)
25188         (spam-log-processing-to-registry)
25189         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25190         where possible.
25191         (spam-check-gmane-xref, spam-check-regex-headers)
25192         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25193         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25194         (spam-check-bogofilter-headers, spam-check-spamoracle)
25195         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25196         (spam-check-crm114-headers): Use the spam-split-group that
25197         spam-split prepares, no need to determine it every time.
25198
25199         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25200         to the nnheader-parse-naked-head call.
25201
25202         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25203
25204         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25205         the nnheader-nov-read-message-id call.
25206
25207 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25208
25209         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25210         gnus-activate-group twice.  Suggested by Markus Peter
25211         <warp@spin.de>.
25212
25213 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25214
25215         * gnus-art.el (gnus-article-time-format): Exchange the order of
25216         day and month in the default value; fix customization type.
25217         (article-date-ut): Use add-text-properties.
25218         (article-make-date-line): Use message-make-date instead of
25219         current-time-string.
25220
25221         * message.el (message-fetch-field): Don't use set-text-properties.
25222         (message-make-date): Simplify.
25223
25224         * messagexmas.el (message-xmas-make-date): New function.
25225         (message-xmas-redefine): Defalias message-make-date to it.
25226
25227 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25228
25229         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25230         (rfc2047-encode-region): Treat text within parentheses as special;
25231         show the original text when error has occurred.
25232
25233         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25234         already-computed method to gnus-activate-group.
25235
25236         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25237         same select-methods identical Lisp objects.
25238
25239         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25240         object when modifying the info.
25241
25242 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25243
25244         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25245         gnus-opened-servers since it has never been opened with the new
25246         configuration yet.
25247
25248 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25249
25250         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25251         arg to nnheader-generate-fake-message-id.
25252
25253 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25254
25255         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25256         number and build a fake message ID localized to a group and
25257         article number (so it's repeatable from that point on).
25258         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25259         ID format.
25260
25261         * gnus-sum.el (gnus-get-newsgroup-headers):
25262         Call nnheader-generate-fake-message-id with the article number.
25263
25264 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25265
25266         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25267         end-of-buffer.
25268
25269 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25270
25271         * message.el (message-ignored-supersedes-headers): Add Approved.
25272
25273 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25274
25275         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25276         goto-char.
25277         (rfc2047-encode): Fold the line before encoding.
25278
25279 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25280
25281         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25282         folding -- not all headers can be folded, and this should be done
25283         by the message composition mode.  Probably.  I think.
25284
25285 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25286
25287         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25288         fast.
25289
25290         * gnus-ems.el (gnus-remove-image): Don't use
25291         message-text-with-property; remove only the image found first.
25292
25293         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25294         found first.
25295
25296 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25297
25298         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25299
25300 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25301
25302         * message.el (message-text-with-property): Make it fast and accept
25303         optional arguments.
25304         (message-strip-forbidden-properties): Use it.
25305         (message-fix-before-sending): Follow the m-t-w-p change.
25306
25307         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25308
25309 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25310
25311         * gnus-art.el (article-hide-headers): Don't change the buffer
25312         mistakenly when performing mml-preview even if
25313         gnus-single-article-buffer is nil.
25314
25315 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25316
25317         * message.el (message-expand-name-databases): New user option.
25318         (message-expand-name): Use it.
25319
25320 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25321
25322         * spam.el (spam-report-articles-resend)
25323         (spam-report-resend-register-routine): Allow ham reporting.
25324         (spam-report-resend-register-ham-routine): Add wrapper.
25325         (spam-registration-functions): Add ham resending functions.
25326         (spam-list-of-processors): Add ham resend processor.
25327
25328         * gnus.el (ham-resend-to): Add new group parameter.
25329         (spam-process): Add ham resend option.
25330
25331         * spam-report.el (spam-report-resend): Allow reporting ham.
25332         (spam-report-resend-ham): Add wrapper.
25333
25334 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25335
25336         * message.el (message-cite-articles-with-x-no-archive):
25337         New variable.
25338         (message-cite-original): Use it.
25339
25340 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25341
25342         * message.el (message-cite-original): Respect X-No-Archive.
25343
25344 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25345
25346         * gnus-art.el (article-hide-headers): Refer to the values for
25347         gnus-ignored-headers and gnus-visible-headers in the summary
25348         buffer since a user may have set them as group parameters.
25349
25350 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25351
25352         * assistant.el (assistant-node-name): Add convenience function.
25353         (assistant-render-text, assistant-render-node): Add error handling,
25354         plus handle multiple next nodes.
25355         (assistant-find-next-node): Comment out for now.
25356         (assistant-find-next-nodes): Add function, returns list of next
25357         nodes.
25358
25359 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25360
25361         * mail-source.el (mail-source-directory): Fix doc-string.
25362
25363 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25364
25365         * assistant.el (assistant-render-text, assistant-eval): Add :set
25366         widget type, which is different because it takes and returns a
25367         list.  Much hilarity ensues.
25368
25369 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25370
25371         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25372
25373         * gnus-group.el (gnus-group-get-new-news-this-group):
25374         Add doc-string.
25375
25376         * gnus-start.el (gnus-activate-group): Add doc-string.
25377
25378 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25379
25380         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25381
25382 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25383
25384         * assistant.el (assistant-render-text): Try to add a :set
25385         widget, more to come.
25386
25387         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25388         strings.
25389         (spam-report-articles-resend)
25390         (spam-register-routine): Do registration iff any articles warrant
25391         it.
25392         (spam-summary-prepare-exit): Change log message for nil group
25393         destinations.
25394
25395 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25396
25397         * spam.el (spam-report-resend-register-routine):
25398         Allow spam-report-resend-to to be a group parameter or a global value.
25399
25400 2004-05-26  Simon Josefsson  <jas@extundo.com>
25401
25402         * starttls.el: Merge with my GNUTLS based starttls.el.
25403         (starttls-gnutls-program, starttls-use-gnutls)
25404         (starttls-extra-arguments, starttls-process-connection-type)
25405         (starttls-connect, starttls-failure, starttls-success):
25406         New variables.
25407         (starttls-program, starttls-extra-args): Doc fix.
25408         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25409         New functions.
25410         (starttls-negotiate, starttls-open-stream):
25411         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25412         function if it is set.
25413
25414 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25415
25416         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25417         structured fields.
25418
25419 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25420
25421         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25422
25423 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25424
25425         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25426         Add variable.
25427         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25428         assigning the spam-mark to new messages.
25429
25430 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25431
25432         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25433
25434 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25435
25436         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25437
25438         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25439         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25440         default.
25441
25442 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25443
25444         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25445         correct data.
25446
25447 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25448
25449         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25450         (spam-group-processor-p): Fix function.
25451         (spam-group-processor-multiple-p)
25452         (spam-group-spam-processor-report-gmane-p)
25453         (spam-group-spam-processor-report-resend-p)
25454         (spam-group-spam-processor-bogofilter-p)
25455         (spam-group-spam-processor-blacklist-p)
25456         (spam-group-spam-processor-ifile-p)
25457         (spam-group-ham-processor-ifile-p)
25458         (spam-group-spam-processor-spamoracle-p)
25459         (spam-group-spam-processor-crm114-p)
25460         (spam-group-ham-processor-bogofilter-p)
25461         (spam-group-spam-processor-stat-p)
25462         (spam-group-ham-processor-stat-p)
25463         (spam-group-ham-processor-whitelist-p)
25464         (spam-group-ham-processor-BBDB-p)
25465         (spam-group-ham-processor-spamoracle-p)
25466         (spam-group-ham-processor-copy-p): Remove functions with some
25467         prejudice against unneeded code.
25468         (spam-report-articles-resend)
25469         (spam-report-resend-register-routine): Allow the group/topic
25470         spam-resend-to value to override spam-report-resend-to.
25471         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25472         properly now.
25473
25474         * gnus.el (spam-resend-to): Add group/topic parameter.
25475         (spam-process): Move the OBSOLETE processors to the end of the
25476         choices.
25477
25478 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25479
25480         * spam-report.el (spam-report-resend-to, spam-report-resend):
25481         Start with resend-to set to nil, and then ask the user if necessary.
25482         (spam-report-resend): spam-report-resend takes a list of articles, not
25483         separate article numbers.
25484
25485 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25486
25487         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25488         addition to emacs-w3m.
25489
25490 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25491
25492         * assistant.el (assistant-authinfo-data): New function.
25493         (assistant-eval): Eval for entire assistant.
25494
25495         * netrc.el (netrc-services-file): New variable.
25496         (netrc-parse-services): New function.
25497         (netrc-find-service-name): New function.
25498         (netrc-find-service-number): New function.
25499         (netrc-port-equal): New function.
25500         (netrc-machine): Use it.
25501
25502         * nnimap.el (nnimap-open-connection): Use netrc.
25503
25504         * gnus-util.el (gnus-netrc-get): Remove aliases.
25505
25506         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25507
25508         * assistant.el (wid-edit): Fix compilation.
25509
25510         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25511
25512 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25513
25514         * gnus-util.el (gnus-set-file-modes): New function.  (small
25515         patch).
25516
25517 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25518
25519         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25520
25521         * assistant.el (assistant-render-node): Fix up rendering and
25522         read-only text.
25523         (assistant-render-node): Reset.
25524         (assistant-make-read-only): Not sticky.
25525
25526 2004-05-20  Danny Siu  <dsiu@adobe.com>
25527
25528         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25529         centered even when gnus-auto-center-summary is t.
25530
25531 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25532
25533         * dns.el (dns-get-txt-answer): New function.
25534         (dns-read-txt): Ditto.
25535         (query-dns): Use it.
25536
25537 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25538
25539         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25540         active for foreign groups even if the group level is higher than
25541         the specified value.
25542
25543 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25544
25545         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25546         non-active groups.
25547
25548         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25549
25550 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25551
25552         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25553
25554 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25555
25556         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25557         (spam-crm114-header, spam-crm114-spam-switch)
25558         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25559         (spam-crm114-positive-spam-header)
25560         (spam-crm114-database-directory, spam-list-of-processors)
25561         (spam-group-spam-processor-crm114-p)
25562         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25563         (spam-generic-score, spam-list-of-checks)
25564         (spam-list-of-statistical-checks, spam-registration-functions)
25565         (spam-check-crm114-headers, spam-crm114-score)
25566         (spam-check-crm114, spam-crm114-register-with-crm114)
25567         (spam-crm114-register-spam-routine)
25568         (spam-crm114-unregister-spam-routine)
25569         (spam-crm114-register-ham-routine)
25570         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25571
25572 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25573
25574         * gnus.el: Add spam-use-crm114.
25575
25576         * spam.el (spam-list-of-processors, spam-registration-functions):
25577         Add spam-use-resend.
25578         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25579         (spam-report-articles-gmane): Add doc fix.
25580         (spam-report-articles-resend, spam-report-resend-register-routine):
25581         Add wrappers around spam-report-resend-to.
25582
25583         * spam-report.el (spam-report-resend-to, spam-report-resend):
25584         Add support for resending spam.
25585         (spam-report-gmane): Fix line length >80.
25586
25587         * gnus.el (spam-process): Add spam-use-resend.
25588
25589 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25590
25591         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25592         number of processed spam messages.
25593         (spam-ham-copy-or-move-routine): Return the number of processed
25594         ham messages.
25595         (spam-summary-prepare-exit): Use the above values to decide
25596         whether status messages shouled be displayed.
25597
25598 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25599
25600         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25601         `rfc2047-encoding-function-alist' in order to avoid conflicting
25602         with the old version.
25603         (rfc2047-encode-region): Concatenate words containing non-ASCII
25604         characters in structured fields; don't encode space-delimited
25605         ASCII words even in unstructured fields; don't break words at
25606         char-category boundaries.
25607         (rfc2047-encode-1): New function.
25608         (rfc2047-encode): Use it; encode text so that it occupies the
25609         maximum width within 76-column; work correctly on Q encoding for
25610         iso-2022-* charsets.
25611         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25612         sure not to break a line just after the header name.
25613         (rfc2047-b-encode-region): Remove.
25614         (rfc2047-b-encode-string): New function.
25615         (rfc2047-q-encode-region): Remove.
25616         (rfc2047-q-encode-string): New function.
25617
25618         * mm-util.el (mm-replace-in-string): New function.
25619
25620 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25621
25622         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25623         Really get it right.
25624         (gnus-inews-make-draft): Really.
25625
25626 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25627
25628         * nnmh.el (nnmh-request-list-1): Don't check the link count
25629         before descending.  (small patch)
25630
25631 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25632
25633         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25634         stuff.
25635
25636         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25637         Match on real group name.
25638
25639         * gnus-art.el (gnus-signature-limit): Doc fix.
25640
25641         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25642
25643         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25644
25645 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25646
25647         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25648         isn't a string.
25649
25650 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25651
25652         * gnus-draft.el (gnus-draft-send):
25653         Bind rfc2047-encode-encoded-words.
25654
25655         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25656         (rfc2047-encodable-p): Say that =? needs encoding.
25657         (rfc2047-encode-encoded-words): New variable.
25658
25659         * gnus-group.el (gnus-group-select-group): Doc fix.
25660
25661         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25662
25663         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25664         to nil.
25665
25666         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25667
25668         * nnheader.el (nnheader-get-lines-and-char): New function.
25669
25670 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25671
25672         * gnus-msg.el (gnus-summary-followup-with-original):
25673         Document yanking of region when active.
25674
25675 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25676
25677         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25678         groups if the group level is higher than the specified value.
25679
25680 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25681
25682         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25683         (gnus-group-jump-to-group): Add prefix argument using
25684         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25685         non-active group.
25686
25687         * compface.el (uncompface): Be verbose when changing
25688         `uncompface-use-external'.
25689
25690         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25691         handle manual section.
25692
25693 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25694
25695         * gnus-art.el (gnus-button-alist): Revert previous change.
25696
25697 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25698
25699         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25700
25701 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25702
25703         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25704         whether backend can accept message.
25705
25706         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25707
25708 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25709
25710         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25711         Avoid creating directory when nntp-marks-is-evil is true.
25712         Reported by Reiner Steib.
25713
25714 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25715
25716         * gnus-picon.el (gnus-picon-insert-glyph):
25717         Add optional `nostring' argument.
25718
25719 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25720
25721         * gnus-picon.el (gnus-picon-style): New variable.
25722         (gnus-picon-transform-address): Support `gnus-picon-style'.
25723
25724 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25725
25726         * message.el (message-fill-field): Return point.
25727         (message-generate-headers): Go to end of field.
25728
25729         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25730         stuff for non-living groups.
25731
25732 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25733
25734         * gnus-art.el (gnus-article-followup-with-original)
25735         (gnus-article-reply-with-original): gnus-mark-active-p ->
25736         gnus-region-active-p.
25737
25738 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25739
25740         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25741         only when there is spam or ham to be processed.
25742
25743 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25744
25745         * mail-source.el (mail-source-delete-crash-box): Refactor.
25746         (mail-source-fetch): Use it.
25747         (mail-source-fetch-file): Ditto.
25748         (mail-source-fetch-directory): Run postscript in loop.
25749         (mail-source-fetch-pop): Delete.
25750         (mail-source-fetch-maildir): Ditto.
25751         (mail-source-fetch-imap): Ditto.
25752
25753         * imap.el (imap-authenticators): Comment out sasl.
25754
25755         * message.el (message-skip-to-next-address): New function.
25756         (message-fill-header-address): Refactor.
25757         (message-fill-address): Use it.
25758         (message-delete-address): Use it.
25759         (message-fill-header-general): Refactor.
25760         (message-fill-field-address): Rename.
25761         (message-narrow-to-field): Find the start of the header.
25762         (message-header-format-alist): Don't pre-fill.
25763         (message-fill-header): Remove.
25764         (message-insert-header): New function.
25765         (message-shorten-references): Use it.
25766
25767         * rfc2047.el (rfc2047-field-value): Strip props.
25768
25769         * mail-parse.el (mail-header-make-address): New alias.
25770
25771         * ietf-drums.el (ietf-drums-make-address): New function.
25772
25773         * imap.el: Add compiler directives.
25774
25775         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25776
25777         * gnus-art.el (article-decode-idna-rhs): Don't use
25778         message-idna-inside-rhs-p.
25779
25780 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25781
25782         * message.el (message-idna-inside-rhs-p): Remove.
25783         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25784
25785         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25786         false positives.
25787
25788 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25789
25790         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25791
25792 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25793
25794         * nneething.el (nneething-file-name): Don't create spurious
25795         files.
25796
25797         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25798         (gnus-inews-do-gcc): Remove sleep.
25799
25800         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25801         part under point.
25802
25803         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25804         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25805
25806 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25807
25808         * spam.el (spam-summary-prepare-exit): Fix (length).
25809
25810 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25811
25812         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25813         as expired without moving it" message when there are spam
25814         messages left.
25815
25816 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25817
25818         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25819         header is not nil.
25820
25821 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25822
25823         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25824         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25825         (nntp-marks-changed-p): New arg SERVER.
25826         (nntp-request-update-info): Adjust caller.
25827
25828 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25829
25830         * nntp.el (nntp-save-marks): Pass missing arg.
25831
25832 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25833
25834         * nntp.el: Support marks.
25835         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25836         (nntp-marks-modtime, nntp-marks-directory): New variables.
25837         (nntp-request-set-mark, nntp-request-update-info)
25838         (nntp-possibly-create-directory, nntp-marks-changed-p)
25839         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25840         New functions.
25841
25842 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25843
25844         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25845         (gnus-xmas-redefine): Rename.
25846
25847         * gnus-score.el (gnus-score-insert-help):
25848         Use gnus-select-lowest-window.
25849
25850         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25851         appt-select-lowest-window and rename to gnus-select-lowest-window.
25852
25853         * gnus.el: do.
25854
25855 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25856
25857         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25858         encodings of MIME-encoded words, in order to improve
25859         interoperability with several broken MUAs.
25860
25861 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25862
25863         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25864         tags, only when charsets are not specified in headers.
25865         (mm-inline-text-html-render-with-w3m): Ditto.
25866
25867         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25868         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25869
25870 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25871
25872         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25873         instead of MIME-decoded from fields when checking
25874         `gnus-article-address-banner-alist'.
25875
25876 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25877
25878         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25879         description rather than subject.
25880
25881 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25882
25883         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25884
25885 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25886
25887         * gnus.el (gnus-version-number): Bump.
25888
25889 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25890
25891         * gnus.el: No Gnus v0.2 is released.
25892
25893 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25894
25895         * gnus-agent.el (gnus-agent-read-agentview):
25896         Inline gnus-uncompress-range.
25897
25898 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25899
25900         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25901         `exec-installed-p'.
25902
25903 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25904
25905         * gnus.el (spam-process, spam-autodetect-methods):
25906         Add bsfilter and bsfilter-headers.
25907
25908         * spam.el (spam-bsfilter): New customize group.
25909         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25910         (spam-bsfilter-header, spam-bsfilter-probability-header)
25911         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25912         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25913         (spam-bsfilter-database-directory): New options.
25914         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25915         (spam-list-of-statistical-checks, spam-registration-functions):
25916         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25917         (spam-bsfilter-score): New command.
25918         (spam-check-bsfilter-headers, spam-check-bsfilter)
25919         (spam-bsfilter-register-with-bsfilter)
25920         (spam-bsfilter-register-spam-routine)
25921         (spam-bsfilter-unregister-spam-routine)
25922         (spam-bsfilter-register-ham-routine)
25923         (spam-bsfilter-unregister-ham-routine): New functions.
25924         (spam-generic-score): Support bsfilter; Accept an optional argument
25925         to recalcurate spam score even if scoring header has already been
25926         added.
25927         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25928         optional argument to recalcurate spam score even if scoring header
25929         has already been added.
25930
25931 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25932
25933         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25934         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25935         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25936         link is missing.
25937
25938 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25939
25940         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25941         (html2text-get-attr): Rewrite.
25942
25943         * message.el (message-setup-1): Remove redundant put-text-property
25944         on mail-header-separator.
25945
25946 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25947
25948         * gnus-registry.el (gnus-registry-cache-whitespace)
25949         (gnus-registry-action, gnus-registry-spool-action)
25950         (gnus-registry-split-fancy-with-parent): Change message levels
25951         from 5 to 3 or 7, as needed.
25952
25953         * spam.el (spam-summary-prepare-exit)
25954         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25955         (spam-split, spam-find-spam, spam-log-undo-registration)
25956         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25957         level from 5 to 6.
25958
25959 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25960
25961         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25962         2004-03-04 change).
25963
25964 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25965
25966         * sieve-manage.el (sieve-manage-open):
25967         * nnweb.el (nnweb-insert-html):
25968         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25969         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25970         * nnspool.el (nnspool-request-group):
25971         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25972         * nnml.el (nnml-request-update-info):
25973         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25974         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25975         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25976         (nnimap-request-set-mark):
25977         * nnfolder.el (nnfolder-request-update-info):
25978         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25979         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25980         * gnus-uu.el (gnus-uu-find-articles-matching):
25981         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25982         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25983         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25984         * gnus-nocem.el (gnus-nocem-scan-groups):
25985         * gnus-int.el (gnus-start-news-server):
25986         * gnus-group.el (gnus-group-make-kiboze-group)
25987         (gnus-group-browse-foreign-server):
25988         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25989         Use mapc when appropriate.
25990
25991 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25992             Adam Sjøgren  <asjo@koldfront.dk>
25993             Wes Hardaker  <wes@hardakers.net>
25994             Michael Shields  <shields@msrl.com>
25995
25996         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25997         may need for spam sorting and scoring.
25998         (spam-user-format-function-S): Add user format function suitable for
25999         general use.
26000         (spam-article-sort-by-spam-status): Add sorting function for summary
26001         sorting.
26002         (spam-extra-header-to-number): Add function to get a score from a
26003         header.
26004         (spam-summary-score): Add function to get a numeric score from the
26005         headers.
26006         (spam-generic-score): Fix function doc, was in wrong place.
26007         (spam-initialize): Take symbols when it's run, and install the
26008         extra headers that spam-necessary-extra-headers thinks we need.
26009
26010 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26011
26012         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26013         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26014
26015 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26016
26017         * gnus-sum.el (gnus-set-global-variables)
26018         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26019         (gnus-article-get-xrefs, gnus-summary-best-group)
26020         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26021         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26022         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26023         Use with-current-buffer.
26024
26025 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26026
26027         * spam.el (spam-summary-prepare-exit): Simplify logic.
26028         (spam-fetch-article-header): Read the article header if it's not
26029         available.
26030         (spam-list-articles): Simplify logic.
26031         (spam-filelist-register-routine): Fix bug with unregister-list.
26032
26033         * gnus-registry.el: Fix comments at beginning.
26034
26035 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26036
26037         * message.el (message-cater-to-broken-inn): Remove.
26038         (message-shorten-references): Make sure the total folded length of
26039         References is shorter than 998 characters to cater to a bug in INN
26040         2.3.  Also, don't pretend that references aren't folded -- this
26041         hasn't worked for a while.
26042
26043 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26044
26045         * gnus-agent.el (gnus-agentize):
26046         gnus-agent-send-mail-real-function no longer set to current value
26047         of message-send-mail-function but rather a lambda that calls
26048         message-send-mail-function.  The change makes the agent real-time
26049         responsive to user changes to message-send-mail-function.
26050
26051 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26052
26053         * legacy-gnus-agent.el
26054         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26055         help from Florian Weimer <fw@deneb.enyo.de>
26056
26057 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26058
26059         * nnmail.el (nnmail-cache-insert): Revert last change.
26060
26061 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26062
26063         * nnmail.el (nnmail-cache-insert): Always check whether
26064         nnmail-cache-ignore-groups matches a group name.
26065
26066 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26067
26068         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26069         (spam-find-spam, spam-log-processing-to-registry)
26070         (spam-log-registered-p, spam-log-unregistration-needed-p)
26071         (spam-log-undo-registration): Use gnus-message instead of
26072         gnus-error, none of these errors are fatal.
26073
26074         * gnus-registry.el (gnus-registry-clean-empty-function)
26075         (gnus-registry-clean-empty): Remove only empty entries without
26076         extra data.
26077
26078 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26079
26080         * spam-stat.el (spam-stat-buffer-change-to-spam)
26081         (spam-stat-buffer-change-to-non-spam): Change (error) to
26082         (gnus-message 8) invocation.
26083
26084 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26085
26086         * nntp.el (nntp-via-netcat-command): New variable.
26087         (nntp-via-netcat-switches): New variable.
26088         (nntp-open-via-rlogin-and-netcat): New function.
26089         (nntp-open-connection-function): Doc fix.
26090         (nntp-telnet-command): Doc fix.
26091         (nntp-end-of-line): Doc fix.
26092         (nntp-via-rlogin-command): Doc fix.
26093         (nntp-via-user-name): Doc fix.
26094         (nntp-via-address): Doc fix.
26095
26096 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26097
26098         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26099         error in Emacs 21.1.
26100
26101 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26102
26103         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26104
26105 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26106
26107         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26108         (gnus-agent-with-refreshed-group): New macro.
26109         (gnus-agent-rename-group): New function.
26110         (gnus-agent-delete-group): New function.
26111         (gnus-agent-save-group-info): Use gnus-command-method when
26112         `method' parameter is nil.  Don't write nil entries into the
26113         active file.
26114         (gnus-agent-get-group-info): New function.
26115         (gnus-agent-fetch-articles):
26116         Use gnus-agent-update-files-total-fetched-for to increment disk space
26117         used.
26118         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26119         Use gnus-agent-update-view-total-fetched-for to increment disk space
26120         used.
26121         (gnus-agent-get-local): Add optional parameters to avoid calling
26122         gnus-group-real-name and gnus-find-method-for-group.
26123         (gnus-agent-set-local): Delete stored entry if either min, or max,
26124         are nil.
26125         (gnus-agent-fetch-session): Reworded error/quit messages.
26126         On quit, use gnus-agent-regenerate-group to record existance of any
26127         articles fetched to disk before the quit occurred.
26128         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26129         gnus-agent-update-view-total-fetched-for, and
26130         gnus-agent-update-files-total-fetched-for to decrement disk space
26131         used.
26132         (gnus-agent-retrieve-headers):
26133         Use gnus-agent-update-view-total-fetched-for to increment disk space
26134         used.
26135         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26136         with gnus-agent-update-files-total-fetched-for to decrement disk
26137         space and fresh group buffer.
26138         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26139         (gnus-agent-need-update-total-fetched-for): New variable.
26140         (gnus-agent-update-files-total-fetched-for): New function.
26141         (gnus-agent-update-view-total-fetched-for): New function.
26142         (gnus-agent-total-fetched-for): New function.
26143
26144         * gnus-cache.el (gnus-cache-save-buffers):
26145         Use gnus-cache-update-overview-total-fetched-for to change disk space
26146         used by this group.
26147         (gnus-cache-possibly-enter-article):
26148         Use gnus-cache-update-file-total-fetched-for to increment disk space
26149         used by this group.
26150         (gnus-cache-possibly-remove-article):
26151         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26152         used by this group.
26153         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26154         (gnus-cache-rename-group): New function.
26155         (gnus-cache-delete-group): New function.
26156         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26157         (gnus-cache-need-update-total-fetched-for): New variable.
26158         (gnus-cache-with-refreshed-group): New macro.
26159         (gnus-cache-update-file-total-fetched-for): New function.
26160         (gnus-cache-update-overview-total-fetched-for): New function.
26161         (gnus-cache-rename-group-total-fetched-for): New function.
26162         (gnus-cache-delete-group-total-fetched-for): New function.
26163         (gnus-cache-total-fetched-for): New function.
26164
26165         * gnus-group.el: Require gnus-sum and autoload functions to
26166         resolve warnings when gnus-group.el compiled alone.
26167         (gnus-group-line-format): Document new %F.
26168         (size of Fetched data) group line format; identifies disk space
26169         used by agent and cache.
26170         (gnus-group-line-format-alist): Define new F format.
26171         (gnus-total-fetched-for): New function.
26172         (gnus-group-delete-group): No longer update
26173         gnus-cache-active-altered as gnus-request-delete-group now keeps
26174         the cache in sync.
26175         (gnus-group-list-active): Let the agent store a server's active
26176         list if currently plugged.
26177
26178         * gnus-int.el (gnus-request-delete-group):
26179         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26180         local disk in sync with the server.
26181         (gnus-request-rename-group):
26182         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26183         local disk in sync with the server.
26184
26185         * gnus-start.el (gnus-get-unread-articles):
26186         Cosmetic simplification to logic.
26187
26188         * gnus-util.el (gnus-rename-file): New function.
26189
26190 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26191
26192         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26193
26194 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26195
26196         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26197         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26198
26199 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26200
26201         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26202         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26203
26204 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26205
26206         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26207
26208 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26209
26210         * spam.el (spam-set-difference): Add function to replace
26211         gnus-set-difference in spam.el.
26212         (spam-summary-prepare-exit): Use spam-set-difference.
26213
26214 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26215
26216         * gnus-registry.el (gnus-registry-cache-file): Update to use
26217         gnus-dribble-directory OR gnus-home-directory OR ~.
26218         (gnus-registry-split-fancy-with-parent): Fix doc.
26219
26220 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26221
26222         * message.el (message-exchange-point-and-mark):
26223         Use message-mark-active-p.  Suggested by Jesper Harder
26224         <harder@ifa.au.dk>.
26225
26226 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26227
26228         * message.el (message-exchange-point-and-mark): Don't activate
26229         region if it was inactive.  Suggested by Hiroshi Fujishima
26230         <pooh@nature.tsukuba.ac.jp>.
26231
26232 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26233
26234         * gnus-art.el (article-display-face): Display Faces in the same
26235         order as X-Faces.
26236
26237 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26238
26239         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26240
26241 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26242
26243         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26244         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26245         (gnus-article-mime-hierarchy): Remove.
26246         (gnus-article-mime-hierarchy-next): Remove.
26247         (gnus-article-mode): Revert 2004-03-19 change.
26248         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26249         (gnus-insert-mime-button): Revert 2004-03-19 change.
26250         (gnus-mime-accumulate-hierarchy): Remove.
26251         (gnus-mime-enter-multipart): Remove.
26252         (gnus-mime-leave-multipart): Remove.
26253         (gnus-mime-display-part): Revert 2004-03-19 change.
26254         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26255
26256         * mml.el (mml-preview): Revert 2004-03-19 change.
26257
26258 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26259
26260         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26261
26262 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26263
26264         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26265         t while entering a file name using the mm-with-multibyte macro.
26266         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26267
26268         * mm-util.el (mm-with-multibyte): New macro.
26269
26270 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26271
26272         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26273         New user option.
26274         (gnus-mime-multipart-functions): Doc and customization fix.
26275         (gnus-article-mime-hierarchy): New variable.
26276         (gnus-article-mime-hierarchy-next): New variable.
26277         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26278         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26279         gnus-article-mime-hierarchy-next to nil.
26280         (gnus-insert-mime-button): Show hierarchy numbers.
26281         (gnus-mime-accumulate-hierarchy): New function.
26282         (gnus-mime-enter-multipart): New function.
26283         (gnus-mime-leave-multipart): New function.
26284         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26285         (gnus-mime-display-alternative): Show hierarchy numbers.
26286
26287         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26288         gnus-article-mime-hierarchy-next to nil.
26289
26290 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26291
26292         * dns.el: Don't require gnus-xmas.
26293
26294 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26295
26296         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26297         inline PGP.
26298         (mml-menu): Disable mml-quote-region if mark is inactive.
26299
26300 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26301
26302         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26303         when the group's active is not available.
26304
26305 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26306
26307         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26308         error.
26309
26310 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26311
26312         * imap.el (imap-store-password): New variable.
26313         (imap-interactive-login): Use it.
26314         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26315
26316 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26317
26318         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26319         window-start and hscroll to summary window.
26320
26321 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26322
26323         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26324         conversion message to newsrc-dribble when an actual conversion is
26325         performed.
26326
26327 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26328
26329         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26330
26331 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26332
26333         * mm-decode.el (mm-complicated-handles): New function reviving
26334         former definition of mm-multiple-handles.
26335
26336         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26337         (gnus-mime-delete-part): Use it.
26338
26339 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26340
26341         * gnus-agent.el (gnus-agent-read-local):
26342         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26343         avoid the implicit assumption that they will always be equal.
26344         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26345         coding-system-for-write, as the with-temp-file macro first prints
26346         to a buffer then saves the buffer.
26347
26348 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26349
26350         * gnus-art.el (gnus-article-edit-part): New function.
26351         (gnus-mime-save-part-and-strip): Use it; do query instead of
26352         signaling an error; don't use mm-multiple-handles.
26353         (gnus-mime-delete-part): Ditto.
26354
26355 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26356
26357         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26358         old file versions.
26359         (gnus-group-prepare-hook): Remove function that converted list
26360         form of gnus-agent-expire-days to group properties.
26361
26362         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26363         (gnus-request-accept-article): Re-indented.
26364
26365         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26366         converters to handle old agent file formats.  Add logic for a
26367         "backup before upgrading warning".
26368         (gnus-convert-mark-converter-prompt): Developers can mark
26369         functions as needing (default), or not needing,
26370         gnus-convert-old-newsrc's "backup before upgrading warning".
26371         (gnus-convert-converter-needs-prompt): Tests whether the user
26372         should be protected from potentially irreversable changes by the
26373         function.
26374
26375         * legacy-gnus-agent.el: New.  Provides converters that are only
26376         loaded when gnus-convert-old-newsrc needs to call them.
26377
26378 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26379
26380         * mail-source.el (mail-source-touch-pop): Doc fix.
26381
26382         * message.el (message-smtpmail-send-it): Doc fix.
26383
26384 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26385
26386         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26387
26388         * nnmail.el (nnmail-split-fancy): do.
26389
26390         * gnus-kill.el (gnus-kill, gnus-execute): do.
26391
26392 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26393
26394         * gnus-sum.el (gnus-widget-reversible-match)
26395         (gnus-widget-reversible-to-internal)
26396         (gnus-widget-reversible-to-external): New functions.
26397         (gnus-widget-reversible): New widget.
26398         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26399
26400 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26401
26402         * gnus-sum.el (gnus-thread-sort-functions)
26403         (gnus-article-sort-functions): Document `(not F)' items.
26404
26405 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26406
26407         * spam.el (spam-use-gmane-xref): Add new backend.
26408         (spam-gmane-xref-spam-group): Add variable to control the name of the
26409         Gmane spam group.
26410         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26411         (spam-regex-headers-spam, spam-regex-headers-ham)
26412         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26413         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26414         backends and checks.
26415         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26416
26417         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26418         an autodetect method.
26419
26420 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26421
26422         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26423         articles are being added to a group.
26424         (gnus-request-replace-article): Inform the agent that articles
26425         need to be uncached as the cached contents are no longer valid.
26426
26427 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26428
26429         * binhex.el: Don't autoload executable-find.
26430
26431         * canlock.el: Don't autoload mail-fetch-field.
26432
26433         * dgnushack.el: Autoload c-mode for XEmacs.
26434
26435         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26436
26437         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26438         rmail-dont-reply-to and rmail-output.
26439
26440         * gnus-score.el: Don't autoload ffap-string-at-point.
26441
26442         * gnus-setup.el: Don't autoload sc-cite-original.
26443
26444         * imap.el: Don't autoload base64-decode-string,
26445         base64-encode-string and md5.
26446
26447         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26448         and rmail-msg-restore-non-pruned-header.
26449
26450         * mm-decode.el: Don't autoload executable-find.
26451
26452         * mm-url.el: Don't autoload executable-find.
26453
26454         * mm-view.el: Don't autoload diff-mode.
26455
26456         * nndb.el: Don't autoload news-reply-mode, news-setup,
26457         cancel-timer and telnet.
26458
26459         * password.el: Don't autoload run-at-time for Emacs.
26460
26461         * sha1-el.el: Don't autoload executable-find.
26462
26463         * sieve-mode.el: Don't autoload c-mode.
26464
26465         * uudecode.el: Don't autoload executable-find.
26466
26467 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26468
26469         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26470         (gnus-agent-possibly-alter-active): Avoid null in numeric
26471         comparison.
26472         (gnus-agent-set-local): Refuse to save null in local object table.
26473         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26474         list of articles that will be marked as unread.
26475
26476 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26477
26478         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26479
26480 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26481
26482         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26483         language tags.
26484
26485 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26486
26487         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26488         Don't bind "obarray".
26489
26490         * gnus-sum.el (gnus-thread-sort-functions):
26491         Add `gnus-thread-sort-by-most-recent-number' and
26492         `gnus-thread-sort-by-most-recent-date'.
26493         Reported by Kai Grossjohann <kai@emptydomain.de>.
26494
26495 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26496
26497         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26498
26499 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26500
26501         * gnus-cus.el (gnus-agent-customize-category):
26502         Remove ignore-errors macro reference that required cl to be loaded at
26503         run-time.
26504
26505         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26506         single-interval range of the form (min . max).  Previously the
26507         range had to look like ((min . max)).  Likewise, return
26508         (min . max) rather than ((min . max)).
26509         (gnus-range-map): Use gnus-range-normalize to accept
26510         single-interval range.
26511
26512         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26513         the cache, but not the agent, now appear with their usual face.
26514
26515         * dgnushack.el (loaddir): New variable that is bound to the
26516         directory containing the dgnushack.el file.  Use loaddir, rather
26517         than srcdir, to update load-path.  Change lets dgnushack compile
26518         code in directories other than GNUS/lisp.
26519
26520 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26521
26522         * lpath.el: Don't bind w3m-safe-url-regexp.
26523
26524         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26525         w3m-safe-url-regexp variable buffer-local.
26526
26527         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26528
26529 2004-02-27  Simon Josefsson  <jas@extundo.com>
26530
26531         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26532         gnus-group-real-prefix.
26533         (gnus-summary-move-article): Use it, instead of
26534         gnus-group-real-prefix.
26535
26536 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26537
26538         * lpath.el: Bind w3m-safe-url-regexp.
26539
26540         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26541         w3m-safe-url-regexp variable buffer-local and set it as the value
26542         of mm-w3m-safe-url-regexp.
26543
26544         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26545
26546         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26547         parsing gnus-posting-styles when the message is not for replying.
26548
26549         * dgnushack.el: Autoload sgml-mode for XEmacs.
26550
26551         * nnrss.el (nnrss-opml-export):
26552         Use mm-set-buffer-file-coding-system instead of
26553         set-buffer-file-coding-system.
26554
26555 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26556
26557         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26558         of checkdoc.el).
26559         * nnrss.el: do.
26560         * gnus-mlspl.el: do.
26561         * gnus-ml.el: do.
26562         * gnus-srvr.el: do.
26563
26564         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26565
26566 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26567
26568         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26569         Corrections to custom-manual links.
26570
26571         * gnus-art.el (gnus-article): Ditto.
26572
26573         * mm-decode.el (mime-display, mime-security): Ditto.
26574
26575 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26576
26577         * flow-fill.el: Typo.
26578
26579 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26580
26581         * spam-wash.el: New file.
26582
26583 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26584
26585         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26586
26587 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26588
26589         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26590         to be run with new-articles as LIST1, not LIST2.
26591         (spam-registration-functions): Add spam-use-ham-copy as a nil
26592         registration backend.
26593
26594 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26595
26596         * spam-stat.el (spam-stat-washing-hook): New option.
26597         (spam-stat-buffer-words): Use it.
26598         (spam-stat-process-directory, spam-stat-test-directory):
26599         Use insert-file-contents-literally.
26600         (spam-stat-coding-system): New variable.
26601         (spam-stat-load, spam-stat-save): Use it.
26602
26603 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26604
26605         * spam-report.el (spam-report-plug-agent):
26606         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26607
26608 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26609
26610         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26611         Allow / in mailto URLs.
26612
26613 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26614
26615         * spam-report.el (spam-report-process-queue): Fix interactive use.
26616         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26617         (spam-report-unplug-agent): Doc fixes.
26618         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26619         (spam-report-agentize, spam-report-deagentize): Autoload.
26620
26621 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26622
26623         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26624
26625         * message.el (message-setup-fill-variables): Add mml tags to
26626         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26627         <ajk@iu.edu>.
26628         (message-mode): Don't modify paragraph-separate there.
26629
26630 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26631
26632         * compface.el (uncompface-use-external): Default to undecided.
26633         (uncompface-use-external-threshold): New variable.
26634         (uncompface-float-time): New macro.
26635         (uncompface): Determine whether to use the external decoder if
26636         uncompface-use-external is undecided.
26637
26638 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26639
26640         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26641         after images.
26642
26643         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26644
26645 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26646
26647         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26648
26649         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26650
26651         * gnus-sum.el (gnus-summary-limit-to-age)
26652         (gnus-summary-limit-children): do.
26653
26654         * gnus-int.el (gnus-request-scan): do.
26655
26656         * gnus-group.el (gnus-group-suspend): do.
26657
26658         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26659
26660         * gnus-cite.el (gnus-cite-parse-attributions): do.
26661
26662         * gnus-agent.el (gnus-summary-set-agent-mark)
26663         (gnus-agent-regenerate-group): do.
26664
26665         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26666
26667         * binhex.el (binhex-decode-region-internal): do.
26668
26669 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26670
26671         * gnus-fun.el (gnus-face-properties-alist): New user option.
26672         (gnus-display-x-face-in-from): Use it.
26673
26674         * gnus-art.el (article-display-face): Ditto.
26675
26676         * compface.el (uncompface-use-external): Default to nil.
26677
26678 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26679
26680         * nntp.el (nntp-erase-buffer): New function.
26681         (nntp-retrieve-data, nntp-send-command)
26682         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26683         (nntp-possibly-change-group): Use it.
26684
26685         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26686         Use with-current-buffer.
26687
26688 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26689
26690         * compface.el: Merge the ELisp-based uncompface program.
26691         (compface): New customization group.
26692         (uncompface-use-external): New user option.
26693         (uncompface): Call uncompface-internal if uncompface-use-external
26694         is nil.
26695         (uncompface-internal): New function.  Note that there are also
26696         some other functions and variables added for this function.
26697
26698 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26699
26700         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26701         if necessary.
26702
26703 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26704
26705         * spam-report.el (spam-report-unplug-agent)
26706         (spam-report-plug-agent, spam-report-deagentize)
26707         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26708         Add support for the Agent in spam-report: when unplugged, report to a
26709         file; when plugged, submit all the requests.
26710
26711         * spam.el (spam-register-routine): Fix message about
26712         registration.
26713
26714 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26715
26716         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26717         dependencies.
26718         (rfc2047-encode): Use it.
26719
26720         * gnus-art.el (gnus-button-marker-list): Move before first
26721         reference.
26722
26723         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26724         (imap-parse-body): Fix format string mismatch.
26725
26726         * gnus-score.el (gnus-summary-increase-score): do.
26727
26728         * nnrss.el (nnrss-close): New function.
26729
26730 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26731
26732         * nnrss.el (nnrss-make-filename): New function.
26733         (nnrss-request-delete-group, nnrss-read-server-data)
26734         (nnrss-save-server-data, nnrss-read-group-data)
26735         (nnrss-save-group-data): Use it.
26736         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26737         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26738         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26739
26740 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26741
26742         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26743
26744 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26745
26746         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26747         files.
26748
26749         * message.el (message-generate-headers-first): Don't quote nil
26750         and t in docstrings.
26751
26752         * imap.el (imap-id): do.
26753
26754         * gnus-agent.el (gnus-agent-consider-all-articles)
26755         (gnus-agent-queue-mail): do.
26756
26757 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26758
26759         * spam-report.el (spam-report-process-queue): New function.
26760         Process requests from `spam-report-requests-file'.
26761         (spam-report-process-queue): Doc fix.
26762
26763 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26764
26765         * spam.el (spam-register-routine)
26766         (spam-log-processing-to-registry, spam-log-registered-p)
26767         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26768         Change "check" to "spam-check" for semi-clarity.
26769
26770 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26771
26772         * pop3.el: Require nnheader.
26773
26774         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26775
26776         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26777
26778         * gnus-picon.el: Require cl.
26779
26780         * gnus-fun.el: Require gnus-ems and gnus-util.
26781
26782         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26783
26784         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26785
26786         * gnus-art.el (gnus-article-edit-mode): Define before first
26787         reference.
26788
26789 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26790
26791         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26792         (gnus-uu-post-encoded): Use point-at-bol.
26793
26794         * gnus-topic.el (gnus-group-active-topic-p): do.
26795
26796         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26797
26798         * gnus-group.el (gnus-group-kill-region): do.
26799
26800         * gnus-art.el (article-date-ut): do.
26801
26802         * message.el (message-fetch-field): Remove redundant
26803         case-fold-search binding.
26804         (message-narrow-to-field): Simplify.
26805
26806 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26807
26808         * spam.el (spam-directory): Derive from `gnus-directory'.
26809
26810         * spam-report.el (spam-report-url-to-file)
26811         (spam-report-requests-file): New function and variable for offline
26812         reporting.
26813         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26814         and user defined function.
26815         (spam-report-url-ping-mm-url): Remove doubled slash.
26816
26817 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26818
26819         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26820
26821 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26822
26823         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26824         Fix format string mismatch.
26825
26826         * sieve.el (sieve-deactivate-all): do.
26827
26828         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26829
26830         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26831
26832         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26833
26834         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26835
26836 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26837
26838         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26839         the list of checks.
26840
26841 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26842
26843         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26844         padding.
26845
26846 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26847
26848         * mm-view.el (mm-fill-flowed): New variable.
26849         (mm-inline-text): Use it.
26850
26851 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26852
26853         * spam.el (spam-spamassassin-register-ham-routine)
26854         (spam-spamassassin-register-spam-routine): Fix function names.
26855
26856 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26857
26858         * gnus.el (gnus-tmp-grouplens): Remove.
26859         (gnus-summary-line-format): Remove grouplens.
26860
26861         * gnus-group.el (gnus-group-line-format): Ditto.
26862
26863         * gnus-spec.el (gnus-format-specs): Ditto.
26864         (gnus-update-format-specifications): Flush the group format spec
26865         cache if there's the grouplens stuff.
26866         (gnus-parse-simple-format): Replace %l with the empty string.
26867
26868 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26869
26870         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26871         omission.
26872
26873 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26874
26875         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26876         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26877
26878 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26879
26880         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26881         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26882         New macros and functions.
26883         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26884         Handle > NLINK_MAX messages.
26885         * nnmaildir.el (nnmaildir-request-set-mark):
26886         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26887
26888 2004-01-25  Alex Schroeder  <alex@gnu.org>
26889
26890         * spam-stat.el (spam-stat-process-directory-age): New option.
26891         (spam-stat-process-directory): Use it.
26892
26893 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26894
26895         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26896         (spam-stat-save): Accept prefix argument.
26897
26898 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26899
26900         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26901         links" error.
26902
26903 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26904
26905         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26906         the rest of the and/or forms.
26907
26908 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26909
26910         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26911         compatibility with old .newsrc.eld files.
26912
26913         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26914
26915         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26916
26917         * gnus-start.el (gnus-1): do.
26918
26919         * gnus-group.el (gnus-group-line-format-alist): do.
26920
26921         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26922
26923         * gnus-gl.el: Remove.
26924
26925 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26926
26927         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26928         marks consisting of a single range {for example, (3 . 5)} rather
26929         than a list of a single range { ((3 . 5)) }.
26930
26931 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26932
26933         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26934         Use with-current-buffer.
26935         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26936         avoid consing a string.
26937
26938         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26939         Remove obsolete entries for big5 and gb2312.
26940
26941 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26942
26943         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26944         uncompressed list.
26945
26946 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26947
26948         * spam-stat.el (spam-stat-strip-xref): New function.
26949         (spam-stat-process-directory): Use it.
26950
26951         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26952         here -- it's done in message-fetch-field.
26953
26954 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26955
26956         * gnus-agent.el (gnus-agent-queue-mail)
26957         (gnus-agent-prompt-send-queue): New variables.
26958         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26959         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26960         "nndraft:queue" along to gnus-draft-send.
26961         Use gnus-agent-prompt-send-queue.
26962         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26963         is "nndraft:queue".  Suggested by Gaute Strokkenes
26964         <gs234@srcf.ucam.org>
26965
26966         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26967         (agent-enable-undownloaded-faces): Add.
26968         (gnus-agent-cat-groups): Use eval-and-compile, not
26969         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26970         method of gnus-agent-cat-groups even when the buffer has been
26971         evaled.
26972         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26973         delete gnus-agent-save-active-1.
26974         (gnus-agent-save-groups): Delete.  Identical to
26975         gnus-agent-save-active.
26976         (gnus-agent-write-active): No longer adjust agent's copy of active
26977         file as agent's adjustments are now stored in their own
26978         file.  Remove optional parameter.
26979         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26980         servers.  Add use of min/max range limits from server's local
26981         file.
26982         (gnus-agent-save-alist): Remove unused optional argument.
26983         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26984         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26985         (gnus-agent-set-local): A per-server file that keeps min/max range
26986         limits for articles known to the agent.  Provides a fast mechanism
26987         for altering many active ranges.
26988         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26989         active file (local makes it unnecessary).
26990         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26991
26992         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26993         (agent-enable-undownloaded-faces): Add.
26994
26995         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26996         disable it when sending to "nndraft:queue".
26997         (gnus-group-send-queue): Add safety check to avoid sending queue
26998         when unplugged.
26999
27000         * gnus-group.el (gnus-group-catchup): Use new
27001         gnus-sequence-of-unread-articles, not
27002         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27003         numbers of articles.  Use gnus-range-map to avoid having to
27004         uncompress the unread list.
27005         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27006         Fix invalid ange-ftp reference.
27007
27008         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27009         (gnus-sorted-range-intersection): Intersection of two ranges
27010         without requiring that they first be uncompressed.
27011
27012         * gnus-start.el (gnus-activate-group): Unless blocked by the
27013         caller, possibly expand the active range to include both cached
27014         and agentized articles.
27015         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27016         multiple version-dependent converters.
27017         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27018         gnus-agent-save-active.
27019         (gnus-save-newsrc-file): Save dirty agent range limits.
27020
27021         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27022         gnus-agent-possibly-alter-active.
27023         (gnus-adjust-marked-articles): Faster handling of simple lists.
27024
27025 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27026
27027         * spam-stat.el (spam-stat-test-directory): New optional argument
27028         displays a list of files detected.  Suggested by Andrew Cohen
27029         <cohen@andy.bu.edu>.
27030         (spam-stat-buffer-words-with-scores): Don't narrow and change
27031         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27032
27033 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27034
27035         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27036         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27037         (spam-spamassassin-arguments)
27038         (spam-spamassassin-spam-flag-header)
27039         (spam-spamassassin-positive-spam-flag-header)
27040         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27041         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27042         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27043         (spam-list-of-processors, spam-list-of-checks)
27044         (spam-list-of-statistical-checks, spam-registration-functions)
27045         (spam-check-spamassassin-headers, spam-check-spamassassin)
27046         (spam-spamassassin-score)
27047         (spam-spamassassin-register-with-sa-learn)
27048         (spam-spamassassin-register-spam-routine)
27049         (spam-spamassassin-register-ham-routine)
27050         (spam-assassin-register-spam-routine)
27051         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27052         (spam-bogofilter-score): Fix to show article before scoring.
27053
27054 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27055
27056         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27057         default scoring function.
27058         (spam-generic-score): Call spam-spamassassin-score if
27059         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27060         spam-bogofilter-score otherwise.
27061
27062         * gnus.el (spam-process, spam-autodetect-methods):
27063         Add spamassassin and spamassassin-headers.
27064
27065 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27066
27067         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27068         Suppress unnecessary messages.
27069
27070 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27071
27072         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27073         make-hash-table.
27074
27075 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27076
27077         * canlock.el (base64-encode-string): Don't autoload it.
27078
27079 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27080
27081         * run-at-time.el: Remove useless (require 'itimer),
27082         eval-and-compile and (featurep 'xemacs).
27083
27084 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27085
27086         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27087         GROUP is a virtual group.
27088
27089 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27090
27091         * gnus.el: Autoload `message-y-or-n-p'.
27092
27093 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27094
27095         * pgg-parse.el: Remove unnecessary (require 'custom).
27096
27097         * pgg-def.el: do.
27098
27099         * nnmail.el: do.
27100
27101         * gnus-undo.el: do.
27102
27103         * gnus-picon.el: do.
27104
27105         * gnus-util.el: do.
27106
27107 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27108
27109         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27110
27111 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27112
27113         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27114         handle, as well as a list.
27115
27116         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27117         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27118         (mm-w3m-cid-retrieve): Simplify.
27119
27120 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27121
27122         * message.el (message-kill-to-signature): Allow prefix arg to
27123         specify number of lines to keep before signature.
27124
27125 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27126
27127         * message.el (message-kill-to-signature): Change docstring.
27128
27129 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27130
27131         * canlock.el: Always require sha1-el.
27132         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27133
27134         * message.el: Autoload sha1 only when compiling.
27135
27136         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27137         eudc-expand-inline for XEmacs.
27138
27139 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27140
27141         * message.el (message-canlock-generate): Require sha1-el.
27142
27143 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27144
27145         * message.el (message-expand-name): Silence the byte compiler.
27146
27147         * lpath.el: Add detect-coding-system.
27148
27149         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27150         cus-edit.
27151
27152 2004-01-13  Simon Josefsson  <jas@extundo.com>
27153
27154         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27155         Invoke gnus-score-mode.
27156         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27157
27158         * gnus-range.el (gnus-compress-sequence): Doc fix.
27159         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27160
27161 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27162
27163         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27164
27165 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27166
27167         * spam.el (spam-get-article-as-string): Update to use
27168         gnus-request-article-this-buffer, much simpler.
27169         (spam-get-article-as-buffer): Remove.
27170
27171 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27172
27173         * message.el (message-expand-name): Use EUDC if the user uses that.
27174
27175 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27176
27177         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27178         character for the encoding to avoid consing a string.
27179
27180         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27181         unnecessarily.
27182
27183         * mm-util.el (mm-replace-chars-in-string): Remove.
27184
27185         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27186         of mm-replace-chars-in-string.
27187
27188 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27189
27190         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27191
27192         * mm-util.el (mm-subst-char-in-string): Support inplace.
27193
27194         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27195         a new string in every iteration.  Use shy groups.
27196
27197 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27198
27199         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27200         * gnus-soup.el (gnus-soup-group-brew):
27201         * gnus-msg.el (gnus-put-message):
27202         * gnus-move.el (gnus-group-move-group-to-server):
27203         * gnus-kill.el (gnus-batch-score):
27204         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27205         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27206         (gnus-group-update-group, gnus-group-read-group)
27207         (gnus-group-make-group, gnus-group-make-help-group)
27208         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27209         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27210         (gnus-group-sort-by-unread, gnus-group-catchup)
27211         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27212         (gnus-group-yank-group, gnus-group-set-info)
27213         (gnus-group-list-groups):
27214         * gnus.el (gnus-generate-new-group-name):
27215         * gnus-delay.el (gnus-delay-send-queue):
27216         * nnvirtual.el (nnvirtual-catchup-group):
27217         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27218         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27219         (gnus-group-prepare-topics, gnus-topic-check-topology):
27220         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27221         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27222         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27223         (gnus-group-make-articles-read):
27224         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27225         (gnus-group-change-level, gnus-kill-newsgroup)
27226         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27227         (gnus-get-unread-articles, gnus-make-articles-unread)
27228         (gnus-make-ascending-articles-unread): Use accessor
27229         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27230         to get group information for improved readability.
27231
27232
27233 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27234
27235         * gnus-art.el (article-decode-mime-words, article-babel)
27236         (gnus-article-highlight-signature, gnus-article-add-buttons)
27237         (gnus-signature-toggle): Use gnus-with-article-buffer.
27238
27239         * gnus-art.el (gnus-article-highlight-headers)
27240         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27241
27242         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27243         (gnus-article-set-globals, gnus-request-article-this-buffer)
27244         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27245         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27246         (gnus-mime-display-alternative): Use with-current-buffer.
27247
27248 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27249
27250         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27251         also under 80 char limit, and call gnus-error if needed.
27252         (spam-fetch-article-header): Fix - it was a
27253         buffer-local variable (gnus-newsgroup-data).
27254         (spam-find-spam): Use spam-generate-fake-headers, forget about
27255         spam-insert-fake-headers.
27256         (spam-insert-fake-headers): Remove.
27257
27258 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27259
27260         * deuglify.el (gnus-article-outlook-unwrap-lines)
27261         (gnus-outlook-rearrange-article)
27262         (gnus-outlook-repair-attribution-outlook)
27263         (gnus-outlook-repair-attribution-block)
27264         (gnus-outlook-repair-attribution-other): Remove redundant
27265         save-excursion.
27266
27267 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27268
27269         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27270         (spam-fetch-field-subject-fast)
27271         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27272         (spam-fetch-article-header): Add functions to deal with Gnus
27273         internals for fast retrieval of article header data.
27274         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27275
27276 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27277
27278         * pop3.el (pop3-md5): Remove.
27279         (pop3-apop): Replace pop3-md5 with md5.
27280
27281         * mm-bodies.el: base64 is always built-in.
27282
27283         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27284         Use with-current-buffer.
27285
27286 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27287
27288         * canlock.el (canlock-insert-header): Remove excessive grouping in
27289         regexp.
27290
27291         * gnus-sum.el (gnus-summary-read-document): Ditto.
27292
27293         * gnus-uu.el (gnus-uu-part-number): Ditto.
27294
27295         * html2text.el (html2text-remove-tags): Ditto.
27296         (html2text-format-tags): Ditto.
27297         (html2text-format-single-elements): Ditto.
27298
27299         * mml.el (mml-parse-1): Ditto.
27300
27301 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27302
27303         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27304
27305         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27306
27307         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27308
27309         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27310
27311 2003-11-15  Simon Josefsson  <jas@extundo.com>
27312
27313         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27314         (pgg-gpg-lookup-key): Use regexp match instead of
27315         split-string (split-string is different between emacs 21.2 and
27316         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27317
27318 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27319
27320         * gnus-art.el (gnus-mime-view-all-parts)
27321         (gnus-article-part-wrapper, gnus-article-view-part):
27322         Use with-current-buffer.
27323
27324 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27325
27326         * spam.el (spam-disable-spam-split-during-ham-respool)
27327         (spam-spamoracle-database, spam-cache-lookups)
27328         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27329         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27330         (spam-group-ham-marks, spam-group-spam-marks)
27331         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27332         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27333         also add spam-use-blackholes to the statistical checks.
27334         (spam-fetch-field-fast): Add interface to fetching fields, may
27335         become a macro.
27336         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27337         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27338         (spam-insert-fake-headers): Fake an article when needed.
27339         (spam-find-spam): Fake article when possible.
27340         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27341         (spam-check-bogofilter-headers): Use message-fetch-field instead
27342         of nnmail-fetch-field.
27343
27344 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27345
27346         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27347
27348 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27349
27350         * spam.el (spam-split): Do not require spam-use-CHECK to be
27351         enabled if that check is passed to spam-split explicitly; also
27352         fix so 'spam doesn't get converted to spam-split-group when
27353         spam-split-symbolic-return is t.
27354         (spam-find-spam): Find registrations of the article and use those
27355         instead of re-running spam-split to find the spam/ham
27356         classification of the article.
27357         (spam-log-processing-to-registry, spam-log-registered-p)
27358         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27359         Use gnus-error instead of gnus-message.
27360         (spam-log-registration-type): Add function to determine the
27361         classification of a message based on registry entries; will
27362         return nil if both 'spam and 'ham are found.
27363         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27364         a reasonably fast local cache without the loading errors.
27365         (spam-cache-lookups): Set to t by default.
27366         (spam-find-spam): Don't try to guess spam-cache-lookups.
27367         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27368         spam-caches entry.
27369         (spam-filelist-build-cache, spam-filelist-check-cache):
27370         Fix caching of whitelist/blacklist entries.
27371         (spam-check-whitelist, spam-check-blacklist):
27372         Invoke spam-from-listed-p with a type, not a cache variable.
27373         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27374
27375 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27376
27377         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27378
27379         * nnmail.el (nnmail-split-fancy): do.
27380
27381         * mml.el (mml-parse): do.
27382
27383         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27384         (gnus-score-adaptive): do.
27385
27386 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27387
27388         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27389         (gnus-mime-button-map): Don't set keymap parent.
27390         (gnus-button-ctan-directory-regexp): Use shy grouping.
27391         (gnus-prev-page-map): Don't set keymap parent.
27392         (gnus-prev-page-map): Remove duplicated one.
27393         (gnus-next-page-map): Don't set keymap parent.
27394         (gnus-mime-security-button-map): Ditto.
27395
27396         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27397         version number.
27398
27399         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27400
27401 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27402
27403         * canlock.el (canlock-sha1-function): Remove.
27404         (canlock-sha1-function-for-verify): Remove.
27405         (canlock-openssl-program): Remove.
27406         (canlock-openssl-args): Remove.
27407         (canlock-ignore-errors): Remove.
27408         (canlock-sha1-with-openssl): Remove.
27409         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27410         (canlock-verify): Don't use canlock-ignore-errors.
27411
27412         * sha1-el.el (sha1-string-external): Make it can return a string
27413         in binary form.
27414         (sha1-region-external): Ditto.
27415         (sha1-string-internal): Ditto.
27416         (sha1-region-internal): Ditto.
27417         (sha1-region): Ditto.
27418         (sha1-string): Ditto.
27419         (sha1): Ditto.
27420
27421 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27422
27423         * spam.el (spam-report-articles-gmane): New command.
27424
27425 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27426
27427         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27428
27429         * run-at-time.el (run-at-time-saved): Remove.
27430         (run-at-time): Doc fix.
27431
27432 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27433
27434         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27435         (gnus-summary-limit-map): Add it.
27436         (gnus-summary-make-menu-bar): do.
27437
27438 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27439
27440         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27441         Make attempt at some caching support (done for BBDB only now).
27442         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27443         addresses to be checked.
27444         (spam-clear-cache-BBDB): Add function, to be invoked by
27445         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27446         (spam-check-BBDB): Check and use the caches, if
27447         spam-cache-lookups is on, remove superfluous (provide).
27448
27449 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27450
27451         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27452
27453 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27454
27455         * run-at-time.el (run-at-time-saved): Move to after the definition
27456         of `run-at-time'.
27457
27458         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27459
27460 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27461
27462         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27463         mm-w3m-local-map-property.
27464
27465         * mm-view.el (mm-w3m-mode-map): Remove.
27466         (mm-w3m-local-map-property): Remove.
27467         (mm-inline-text-html-render-with-w3m): Don't use
27468         mm-w3m-local-map-property.
27469
27470 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27471
27472         * run-at-time.el: New file.
27473
27474         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27475         under Emacs.
27476
27477         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27478         of gnus-set-text-properties.
27479
27480         * gnus-uu.el (gnus-uu-save-article): Ditto.
27481
27482         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27483
27484         * gnus-cite.el (gnus-cite-parse): Ditto.
27485
27486         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27487         of gnus-.
27488
27489         * gnus-xmas.el (run-at-time): Require run-at-time.
27490
27491         * gnus.el: Change calls to nnheader-run-at-time and
27492         password-run-at-time throughout to use run-at-time directly.
27493
27494         * password.el: Remove definition of run-at-time.
27495
27496         * nnheaderxm.el: Remove definition of run-at-time.
27497
27498 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27499
27500         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27501         in prompt.
27502
27503 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27504
27505         * messagexmas.el (message-xmas-redefine): Alias
27506         `message-make-caesar-translation-table' to
27507         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27508         version.
27509
27510         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27511         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27512         `gnus-xmas-set-text-properties'.
27513         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27514         `gnus-xmas-completing-read'.
27515         (gnus-xmas-completing-read): Removed.
27516         (gnus-xmas-open-network-stream): Removed.
27517
27518         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27519         XEmacs version.
27520
27521         * dns.el (dns-make-network-process): Use `open-network-stream'
27522         instead of `gnus-xmas-open-network-stream'.
27523
27524         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27525
27526         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27527
27528 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27529
27530         * gnus-art.el (gnus-mime-display-alternative)
27531         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27532         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27533         Don't use gnus-local-map-property.
27534
27535         * gnus-util.el (gnus-local-map-property): Remove.
27536
27537         * mm-view.el (mm-view-pkcs7-decrypt):
27538         Replace gnus-completing-read-maybe-default with completing-read.
27539
27540         * gnus-util.el (gnus-completing-read): do.
27541         (gnus-completing-read-maybe-default): Remove.
27542
27543 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27544
27545         * password.el: Only autoload `run-at-time' if not XEmacs.
27546         Only autoload the itimer functions if XEmacs.
27547
27548 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27549
27550         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27551         XEmacsen.
27552
27553         * dgnushack.el: Autoload executable-find for XEmacs.
27554
27555 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27556
27557         * gnus-art.el (gnus-read-string): Remove.
27558         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27559         read-string.
27560
27561 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27562
27563         * netrc.el: Autoload password-read.
27564         (netrc): Add configuration group.
27565         (netrc-encoding-method, netrc-openssl-path):
27566         Add variables for encoding and decoding of files with symmetric
27567         ciphers.
27568         (netrc-encode): Add assistant function to encode a file with
27569         netrc-encoding-method.
27570         (netrc-parse): Add interactive parameter, added optional
27571         decoding if netrc-encoding-method is non-nil but otherwise
27572         behavior is standard.
27573         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27574         Do s/encode/encrypt/ everywhere.
27575
27576         * spam.el: Remove executable-find autoload.
27577
27578 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27579
27580         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27581
27582         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27583
27584 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27585
27586         * gnus-art.el (gnus-treat-ansi-sequences)
27587         (article-treat-ansi-sequences): New variable and function.
27588         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27589
27590         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27591         Use it.
27592
27593 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27594
27595         * mm-util.el (mm-quote-arg): Remove.
27596
27597         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27598         shell-quote-argument.
27599
27600         * gnus-uu.el (gnus-uu-command): do.
27601
27602         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27603
27604         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27605         with make-char.
27606
27607         * mm-util.el (mm-make-char): Remove.
27608
27609         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27610         add-minor-mode.
27611
27612         * gnus-undo.el (gnus-undo-mode): do.
27613
27614         * gnus-topic.el (gnus-topic-mode): do.
27615
27616         * gnus-sum.el (gnus-dead-summary-mode): do.
27617
27618         * gnus-start.el (gnus-slave-mode): do.
27619
27620         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27621
27622         * gnus-ml.el (gnus-mailing-list-mode): do.
27623
27624         * gnus-gl.el (gnus-grouplens-mode): do.
27625
27626         * gnus-draft.el (gnus-draft-mode): do.
27627
27628         * gnus-dired.el (gnus-dired-mode): do.
27629
27630         * gnus-ems.el (gnus-add-minor-mode): Remove.
27631
27632         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27633         Replace gnus-char-width with char-width.
27634
27635         * gnus-ems.el (gnus-char-width): Remove.
27636
27637         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27638         Replace gnus-char-width with char-width.
27639
27640         * gnus-ems.el (gnus-char-width): Remove.
27641
27642         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27643         definition.
27644         Remove Emacs 20 hash table compatibility code.
27645
27646         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27647         20 compatibility code.
27648
27649         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27650
27651         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27652
27653         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27654         Replace with point-at-{eol,bol}.
27655
27656         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27657
27658         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27659
27660         * flow-fill.el (fill-flowed-point-at-bol)
27661         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27662
27663         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27664         Replace with point-at-{eol,bol} throughout all files.
27665
27666 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27667
27668         * ntlm.el (ntlm-string-as-unibyte): New macro.
27669         (ntlm-build-auth-response): Use it.
27670
27671         Remove Emacs 20 stuff:
27672         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27673         (butlast, mapc, remove): Remove the compiler macros.
27674         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27675         of delq and copy-sequence.
27676         * gnus-art.el (popup-menu): Remove the compiler macro.
27677         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27678         Emacs 20.
27679
27680 2004-01-05  Simon Josefsson  <jas@extundo.com>
27681
27682         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27683         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27684         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27685         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27686         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27687         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27688         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27689         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27690         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27691         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27692         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27693         string-xor into ntlm-string-xor.
27694         Suggested by Jesper Harder <harder@myrealbox.com>.
27695
27696         * ntlm.el: Don't include poem.
27697
27698         * md4.el (print-int32, print-string-hexa): Remove.
27699         Suggested by Jesper Harder <harder@myrealbox.com>.
27700
27701         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27702
27703         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27704         probably breaks emacs with DL patch, but do we care? Is anyone
27705         still using the DL stuff?)
27706
27707         * sieve-manage.el: Use the password package.
27708         (sieve-manage-read-passwd): Remove.
27709         (sieve-manage-interactive-login): Use password.  Re-add
27710         condition-case around loop.
27711
27712         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27713         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27714         Use the password package.
27715
27716 2003-02-19  Simon Josefsson  <jas@extundo.com>
27717
27718         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27719         token.
27720
27721 2002-08-07  Simon Josefsson  <jas@extundo.com>
27722
27723         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27724         (sieve-manage-authenticators)
27725         (sieve-manage-authenticator-alist): Add some SASL mechs.
27726         (sieve-sasl-auth): New function.
27727         (sieve-manage-cram-md5-auth)
27728         (sieve-manage-plain-auth): Rewrite using SASL library.
27729         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27730         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27731         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27732         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27733
27734 2004-01-05  Simon Josefsson  <jas@extundo.com>
27735
27736         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27737         New files.
27738
27739 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27740
27741         * gnus-group.el (gnus-no-groups-message): Update.
27742
27743         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27744
27745 2003-11-09  Simon Josefsson  <jas@extundo.com>
27746
27747         * imap.el: Support for ID IMAP extension (RFC 2971).
27748         (imap-local-variables): Add imap-id.
27749         (imap-id): New variable.
27750         (imap-id): New function.
27751         (imap-parse-response): Parse untagged ID response.
27752         * nnimap.el (nnimap-id): New variable.
27753         (nnimap-open-connection): Use it.
27754
27755 2003-12-28  Simon Josefsson  <jas@extundo.com>
27756
27757         * gnus-score.el (gnus-score-edit-all-score): New.
27758         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27759
27760 2004-01-04  Simon Josefsson  <jas@extundo.com>
27761
27762         * password.el: Add.
27763
27764 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27765
27766         * dns.el (dns-query-types): Fix typo.
27767         (dns-query-types): New function.
27768         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27769         PTR and SOA replies, see RFC 1035.
27770
27771 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27772
27773         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27774
27775         * Move to Changelog.2.
27776
27777 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27778
27779         * gnus.el (gnus-version-number): Bump version.
27780
27781 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27782
27783         * gnus.el: No Gnus v0.1 is released.
27784
27785 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27786
27787         * gnus.el: No Gnus v0.0 is released.
27788
27789 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27790
27791         * gnus.el (gnus-version-number): Bump.
27792         (gnus-version): No.
27793
27794 See ChangeLog.2 for earlier changes.
27795
27796   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27797
27798   This file is part of GNU Emacs.
27799
27800   GNU Emacs is free software: you can redistribute it and/or modify
27801   it under the terms of the GNU General Public License as published by
27802   the Free Software Foundation, either version 3 of the License, or
27803   (at your option) any later version.
27804
27805   GNU Emacs is distributed in the hope that it will be useful,
27806   but WITHOUT ANY WARRANTY; without even the implied warranty of
27807   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27808   GNU General Public License for more details.
27809
27810   You should have received a copy of the GNU General Public License
27811   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27812
27813 ;; Local Variables:
27814 ;; coding: utf-8
27815 ;; fill-column: 79
27816 ;; add-log-time-zone-rule: t
27817 ;; End: