]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Merge from origin/emacs-24
[gnu-emacs] / lisp / gnus / ChangeLog
1 2014-12-18 Paul Eggert <eggert@cs.ucla.edu>
2
3 * registry.el (registry-db): Set default slot later.
4 This is because its value is not a literal integer.
5
6 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
9 add warning.
10
11 * gnus-art.el: Fix up compiler warnings.
12 (article-display-face, article-display-x-face): Remove unused `face'.
13 (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
14 (article-date-ut): Remove unused var `first'.
15 (gnus-article-prepare): Remove unused var `gnus-article'.
16 (gnus-mime-save-part-and-strip): Remove unused var `param'.
17 (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
18 `coding-system' along with corresponding dead code.
19 (gnus-mime-view-part-externally): Remove unused var
20 `mm-user-display-methods'.
21 (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
22 (gnus-display-mime): Remove unused var `handle'.
23 (gnus-mime-display-alternative): Remove unused var `props'.
24 (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
25 (gnus-article-edit-done): Remove unused var `p'.
26 (gnus-url-mailto): Remove unused var `to'.
27 (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
28 total-parts, and gnus-treat-type explicitly. Remove unused var `elem'.
29
30 2014-12-18 Eric Abrahamsen <eric@ericabrahamsen.net>
31
32 * registry.el (registry-db): Consolidate the :max-hard and :max-soft
33 slots into a :max-size slot.
34 (registry-db-version): Add new variable for database version number.
35 (registry-prune): Use :max-size slot. Accept and use a sort-function
36 argument.
37 (registry-collect-prune-candidates): Add new function for finding
38 non-precious pruning candidates.
39 (registry-prune-hard-candidates, registry-prune-soft-candidates):
40 Remove obsolete functions.
41 (initialize-instance): Upgrade registry version when starting.
42
43 * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
44 (gnus-registry-max-pruned-entries): Remove obsolete variable.
45 (gnus-registry-cache-file): Change default
46 filename extension to "eieio".
47 (gnus-registry-read): Add new function, split out from
48 `gnus-registry-load', that does the actual object reading.
49 (gnus-registry-load): Use it. Add condition case handler to check for
50 old filename extension and rename to the new one.
51 (gnus-registry-default-sort-function): New variable to specify a sort
52 function to use when pruning.
53 (gnus-registry-save, gnus-registry-insert): Use it.
54 (gnus-registry-sort-by-creation-time): Define a default sort function.
55
56 2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
57
58 * gnus-art.el (gnus-article-mime-handles): Refactored out into own
59 function for reuse.
60 (gnus-mime-buttonize-attachments-in-header): Adjusted.
61
62 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
63
64 * message.el (message-change-subject): Really check whether the subject
65 changed.
66
67 2014-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
68
69 * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
70 PDFs.
71 (mailcap-view-mime): New function.
72
73 2014-12-01 Glenn Morris <rgm@gnu.org>
74
75 * gnus-cloud.el (gnus-cloud): Add :version tag.
76
77 2014-11-29 John Mastro <john.b.mastro@gmail.com> (tiny change)
78
79 * auth-source.el (auth-source-macos-keychain-search-items): Return
80 result of `auth-source-macos-keychain-result-append' (bug#19074).
81
82 2014-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
83
84 * gnus-art.el (gnus-use-idna):
85 * gnus-sum.el (gnus-summary-idna-message):
86 * message.el (message-use-idna):
87 Protect against nil value for idna-program.
88
89 * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
90
91 2014-11-25 Glenn Morris <rgm@gnu.org>
92
93 * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
94 Add :version tag.
95
96 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
97
98 * pop3.el (pop3-open-server): Warn unless encrypted.
99
100 * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
101
102 2014-11-17 Albert Krewinkel <albert@zeitkraut.de>
103
104 * message.el (message-valid-fqdn-regexp): Add non-internaional new
105 TLDs.
106
107 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
108
109 * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
110 discarding changes in ephemeral groups.
111
112 * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
113 things the user isn't interested in.
114
115 2014-11-13 Julien Danjou <jd@abydos>
116
117 * gnus-notifications.el (gnus-notifications-notify): Provide both
118 app-icon and image-path.
119
120 2014-11-10 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
121
122 * gnus/mm-url.el (mm-url-encode-multipart-form-data):
123 Restore to handle "multipart/form-data" by eww.
124
125 2014-11-07 Tassilo Horn <tsdh@gnu.org>
126
127 * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
128 Landscheidt.
129
130 2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
131
132 Simplify use of current-time and friends.
133 * gnus-delay.el (gnus-delay-article):
134 * gnus-sum.el (gnus-summary-read-document):
135 * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
136 * message.el (message-make-expires-date):
137 Omit unnecessary call to current-time.
138 * gnus-util.el (gnus-float-time): Simplify to an alias because
139 time-to-seconds now behaves like float-time with respect to nil arg.
140 (gnus-seconds-year): Don't call current-time twice to get the current
141 time stamp, as this can lead to inconsistent results.
142
143 2014-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
144
145 * gnus.el (gnus-mode-line-buffer-identification):
146 Don't add image data for a non-graphic display (bug#18813).
147
148 2014-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
149
150 * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
151 load-path, it blocks autoloading of find-image (bug#18813).
152
153 2014-10-24 enami tsugutomo <tsugutomo.enami@jp.sony.com>
154
155 * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
156 to keep connection open (bug#18728).
157
158 2014-10-20 Glenn Morris <rgm@gnu.org>
159
160 * Merge in all changes up to 24.4 release.
161
162 2014-10-15 Jorge A. Alfaro-Murillo <jorge.alfaro-murillo@yale.edu> (tiny change)
163
164 * message.el (message-insert-signature): Use `newline' instead of
165 inserting explicit "\n".
166
167 2014-10-15 Sylvain Chouleur <sylvain.chouleur@gmail.com>
168
169 * gnus-icalendar.el: Support vcal format timezones.
170 (gnus-icalendar-event--decode-datefield): Use icalendar functions to
171 compute dates with associated timezone.
172 (gnus-icalendar-event-from-ical): Compute all timezones.
173
174 2014-10-14 Teodor Zlatanov <tzz@lifelogs.com>
175
176 * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
177 check the newsrc.eld file's timestamp before saving it.
178 (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
179 timestamp has changed to be newer.
180
181 2014-10-06 Jan Tatarik <jan.tatarik@gmail.com>
182
183 * gnus-icalendar.el (gnus-icalendar-identities):
184 Include message-alternative-emails.
185
186 2014-10-04 Alan Schmitt <alan.schmitt@polytechnique.org> (tiny change)
187
188 * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
189 expired messages only when it was built in reverse order.
190
191 2014-10-04 Peter Münster <pmlists@free.fr> (tiny change)
192
193 * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
194 last so it can be used in `message-send-hook'.
195
196 2014-10-02 Daiki Ueno <ueno@gnu.org>
197
198 * mml.el (mml-parse-1): Error out if unknown mode is specified in
199 <#secure> tag (bug#18513).
200
201 2014-09-29 Daiki Ueno <ueno@gnu.org>
202
203 * mml.el (mml-parse-1): Error out if unknown mode is specified in
204 <#secure> tag (bug#18513).
205
206 2014-09-11 Paul Eggert <eggert@cs.ucla.edu>
207
208 * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
209 of ":delete".
210
211 2014-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
212
213 * gnus-art.el (gnus-article-browse-html-save-cid-content)
214 (gnus-article-browse-html-parts):
215 Revert last change that breaks links other than cid contents.
216
217 2014-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
218
219 * gnus-art.el (gnus-article-browse-html-save-cid-content)
220 (gnus-article-browse-html-parts): Make cid file names relative.
221
222 2014-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
223
224 * mm-view.el (mm-display-inline-fontify): Make the working buffer
225 temporarily displayed when running a mode function (at least org-mode
226 requires it).
227
228 2014-08-14 Alan Schmitt <alan.schmitt@polytechnique.org>
229
230 * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
231 the gnus-summary-article-expire-hook should be told where the function
232 is going. In particular, the Gnus registry might want to know.
233
234 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
235
236 * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
237
238 2014-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
239
240 * gnus-sum.el (gnus-summary-expire-articles): Revert.
241
242 2014-08-05 Eric Abrahamsen <eric@ericabrahamsen.net>
243
244 * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
245 the gnus-summary-article-expire-hook should be told where the function
246 is going. In particular, the Gnus registry might want to know.
247
248 2014-07-31 Tassilo Horn <tsdh@gnu.org>
249
250 * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
251 groups and t.
252
253 2014-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
254
255 * gnus-utils.el (gnus-recursive-directory-files):
256 Unify hard or symbolic links (bug#18063).
257
258 2013-07-17 Albert Krewinkel <albert@zeitkraut.de>
259
260 * gnus-msg.el (gnus-configure-posting-style):
261 Allow string replacements in values when matching against a header.
262
263 2014-07-07 Katsumi Yamaoka <yamaoka@jpl.org>
264
265 * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
266 the dribble buffer even when it is shrunk a lot.
267 <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
268
269 2014-06-26 Glenn Morris <rgm@gnu.org>
270
271 * mm-util.el (help-function-arglist): Remove outdated declaration.
272
273 2014-06-24 Andreas Schwab <schwab@linux-m68k.org>
274
275 * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
276 attribute values. (Bug#17834)
277
278 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
279
280 * gnus-sum.el (gnus-summary-edit-article-done):
281 Prefer point-marker to copy-marker of point.
282
283 2014-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
284
285 * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
286 (gnus-article-read-summary-keys):
287 Don't bug out when there is no article in the summary buffer.
288 (gnus-mime-buttonize-attachments-in-header):
289 Improve criterion that finds parts to display.
290
291 * gnus-art.el (gnus-mm-display-part):
292 * mm-decode.el (mm-shr):
293 * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
294 (mm-insert-inline): Revert last changes.
295
296 2014-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
297
298 * gnus-art.el (gnus-mm-display-part):
299 * mm-decode.el (mm-shr):
300 * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
301 (mm-insert-inline): Set insertion type of end-marker, not only
302 start-marker, of undisplayer so as to stay after inserted text.
303
304 2014-06-02 Andreas Schwab <schwab@linux-m68k.org>
305
306 * html2text.el (html2text-get-attr): Fix typo when splitting value from
307 attribute. (Bug#17613)
308
309 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
310
311 * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
312 * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
313
314 2014-05-15 Katsumi Yamaoka <yamaoka@jpl.org>
315
316 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
317 Don't delete next part button; keep spacing between buttons.
318
319 2014-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
320
321 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
322 Work for the last MIME part in an article.
323 (gnus-mime-display-single): Suppress excessive newlines between parts.
324
325 * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
326 by leading or trailing newline.
327
328 2014-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
329
330 * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
331 while prompting a user for a file name, etc.
332 (gnus-mime-display-single): Display part with a common appearance no
333 matter whether MIME button is omitted or not; don't add duplicate entry
334 to gnus-article-mime-handle-alist.
335 (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
336
337 2014-05-08 Adam Sjøgren <asjo@koldfront.dk>
338
339 * mml2015.el (mml2015-display-key-image): New variable.
340
341 2014-05-08 Glenn Morris <rgm@gnu.org>
342
343 * gnus-fun.el (gnus-grab-cam-face):
344 Do not use predictable temp-file name. (http://bugs.debian.org/747100)
345 This is CVE-2014-3421.
346
347 2014-05-04 Glenn Morris <rgm@gnu.org>
348
349 * gnus-registry.el (gnus-registry-install-p): Doc fix.
350
351 2014-05-02 Katsumi Yamaoka <yamaoka@jpl.org>
352
353 * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
354 the displaying state of a part.
355 (gnus-mm-display-part): Don't insert a newline in the beginning of
356 a part like gnus-mime-inline-part doesn't; work for XEmacs.
357
358 * mm-decode.el (mm-display-part): Don't insert a newline in the top.
359 (mm-shr): Make undisplayer unbreakable.
360
361 * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
362 Don't insert excessive newline.
363 (mm-inline-text-html-render-with-w3m, mm-inline-text)
364 (mm-insert-inline): Make undisplayer unbreakable.
365
366 2014-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
367
368 * gnus-art.el (gnus-mm-display-part):
369 Highlight header attachment buttons.
370
371 2014-04-30 Katsumi Yamaoka <yamaoka@jpl.org>
372
373 * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
374 a part; redisplay a button (enbugged in 2014-03-23).
375
376 2014-04-27 Teodor Zlatanov <tzz@lifelogs.com>
377
378 * auth-source.el (auth-source-search, auth-source-search-backends):
379 Treat :max 0 as an indicator that a boolean return is wanted, as
380 documented. Reported by Joe Bloggs.
381
382 2014-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
383
384 * gnus-icalendar.el: Require gnus-art.
385
386 2014-04-20 Jan Tatarik <jan.tatarik@gmail.com>
387
388 * gnus-icalendar.el (gnus-icalendar-event->org-entry)
389 (gnus-icalendar--update-org-event): put event timestamp in
390 the org entry body instead of the drawer.
391 (gnus-icalendar-event--get-attendee-names): list of participants should
392 contain even attendees without common name attribute.
393 (gnus-icalendar--update-org-event): don't generate duplicates of empty
394 property tags in org drawers.
395
396 2014-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
397
398 * gmm-utils.el (gmm-format-time-string): New function.
399
400 * message.el (message-insert-formatted-citation-line): Use the original
401 author's time zone to express a date string.
402
403 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
404
405 * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
406 (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
407 (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
408 Silence compiler warnings.
409 (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
410
411 2014-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
412
413 * mml.el: Require url when compiling.
414
415 * gnus-cloud.el (gnus-cloud-parse-version-1):
416 Use plist-get rather than CL's getf.
417 (gnus-activate-group, gnus-subscribe-group): Declare.
418
419 * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
420
421 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
422
423 * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
424 buttons when toggling the header off.
425
426 2014-03-23 Daiki Ueno <ueno@gnu.org>
427
428 * mml2015.el (mml2015-use): Don't check the availability of GnuPG
429 commands here; instead, only check if epg-config.el is available.
430
431 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
432
433 * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
434 messages with embedded images.
435 (mml-generate-mime): Don't bug out if you don't have libxml.
436
437 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
438
439 * message.el (message-make-html-message-with-image-files): New command.
440
441 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
442
443 * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
444
445 2014-03-23 David Engster <deng@randomsample.de>
446
447 * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
448 to stay compatible with older Emacsen, so replace `cl-loop' with
449 `loop'.
450
451 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
452
453 * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
454 Display header attachment buttons by gnus-article-prepare-display
455 rather than gnus-article-prepare so as to view in mml-preview as well.
456
457 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
458
459 * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
460 (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
461
462 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
463
464 * gnus-art.el (gnus-mime-buttonize-attachments-in-header):
465 Display buttons that are hidden in unselected alternative part as well.
466 (gnus-mime-display-alternative): Redraw attachment buttons in header.
467
468 * gmm-utils.el (gmm-labels): Add edebug spec.
469
470 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
471
472 * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
473 keystroke.
474 (gnus-server-toggle-cloud-server): Only allow clouding applicable
475 types.
476
477 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
478
479 * gnus.el (gnus-copy-overlay, gnus-overlays-at): New functions.
480
481 * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
482 New user option.
483 (gnus-mime-buttonize-attachments-in-header): New function.
484 (gnus-article-prepare): Use it.
485 (gnus-mime-inline-part): Suppress extra newline.
486 (gnus-mm-display-part): Save excursion;
487 remove useless deleting and adding of buttons.
488 (gnus-insert-mime-button): Allow insertion in the middle of a line.
489
490 * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
491 Add gnus-mime-buttonize-attachments-in-header.
492
493 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
494
495 * nnimap.el (nnimap-request-articles): New command to download several
496 articles at once.
497
498 * gnus.el (gnus-variable-list): Save Cloud variables.
499
500 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
501
502 * gnus-cloud.el: New file to provide the Emacs Cloud.
503
504 * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
505 `url-retrieve-synchronously', apparently.
506
507 * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
508 XEmacs.
509
510 * nnrss.el (libxml-parse-html-region): Silence compilation error.
511
512 2014-03-23 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
513
514 * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
515 `gnus-group-split-fancy'.
516
517 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
518
519 * message.el (message-remove-header): Doc fix.
520 (message-forward-included-headers): New variable.
521 (message-remove-ignored-headers): Use it.
522
523 2014-03-23 Dave Abrahams <dave@boostpro.com>
524
525 * gnus-sum.el (gnus-summary-open-group-with-article): New command.
526
527 2014-03-23 Rasmus Pank Roulund <emacs@pank.eu>
528
529 * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
530 from random face commands.
531 (gnus-face-directory): Like `gnus-x-face-directory` for png files and
532 Face.
533 (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
534 (gnus--random-face-with-type): Generic function returning a face-type
535 as a string.
536 (gnus--insert-random-face-with-type): Generic function inserting a face
537 in a message buffer header.
538 (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
539 (gnus-insert-random-x-face-header): Rewritten to use
540 `gnus--insert-random-face-with-type`.
541 (gnus-random-face): Return random (png) Face as string.
542 (nus-insert-random-face-header): Insert random (png) Face in a message
543 buffer.
544
545 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
546
547 * mm-url.el: Remove all usage of w3.
548
549 * nnrss.el: Ditto.
550
551 * mm-decode.el: Ditto.
552
553 * mm-view.el: Ditto.
554
555 * gnus-setup.el: Remove outdated file.
556
557 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
558
559 * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
560 groups work again.
561
562 2014-03-07 George McNinch <gmcninch@gmail.com> (tiny change)
563
564 * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
565 999 correctly (i.e. "1,342").
566
567 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
568
569 * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
570 out if the directory doesn't exist.
571
572 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
573
574 * gnus-group.el (gnus-group-make-group): Clarify prompt.
575
576 2014-02-22 Daniel Colascione <dancol@dancol.org>
577
578 * auth-source.el (auth-source-secrets-listify-pattern): New function.
579 (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
580 instead, build list of patterns.
581
582 2014-02-13 Teodor Zlatanov <tzz@lifelogs.com>
583
584 * auth-source.el (auth-sources): Add pointer to what the .gpg extension
585 in `auth-sources' means and link to EPA docs.
586
587 2014-02-12 Lars Ingebrigtsen <larsi@gnus.org>
588
589 * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
590 (bug#12375).
591
592 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
593
594 * message.el (message-tab): Mention what happens on normal tabs
595 (bug#11297).
596
597 2014-02-08 Glenn Morris <rgm@gnu.org>
598
599 * auth-source.el (auth-sources): Doc fix. (Bug#16642)
600
601 2014-02-07 Lars Ingebrigtsen <larsi@gnus.org>
602
603 * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
604 with an empty string.
605
606 2014-02-06 Lars Ingebrigtsen <larsi@gnus.org>
607
608 * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
609 buffer-local in some buffers, so bind it explicitly in the buffer we're
610 trying to cancel the article in (bug#10808).
611
612 2014-02-05 Lars Ingebrigtsen <larsi@gnus.org>
613
614 * gnus-int.el (gnus-request-accept-article): Doc fix.
615
616 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
617
618 * nnir.el (nnir-request-update-mark): Don't try to update the source
619 group if we can't find it (bug#16611).
620
621 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
622
623 * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
624
625 2014-01-31 Dave Abrahams <dave@boostpro.com>
626
627 * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
628 in the summary buffer (bug#13769).
629
630 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
631
632 * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
633 name if we're using a single article buffer. Otherwise, it may point
634 to a killed buffer (bug#13756).
635
636 2014-01-30 Lars Ingebrigtsen <larsi@gnus.org>
637
638 * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
639 the match data, just save and restore it explictly (bug#12375).
640
641 * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
642 that's needed.
643
644 * spam.el (spam-initialize): Allow calling repeatedly, but only run the
645 the code once (bug#9069).
646
647 2014-01-18 Steinar Bang <sb@dod.no>
648
649 * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
650 reading.
651
652 2014-01-09 Ken Olum <kdo@cosmos.phy.tufts.edu>
653
654 * message.el (message-bury): Call bury-buffer with no argument
655 in the message-return-action case too.
656
657 2014-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
658
659 * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
660 (nnimap-split-fancy, nnimap-split-methods): Declare.
661
662 * mm-util.el (help-function-arglist): Declare.
663
664 2013-12-28 Glenn Morris <rgm@gnu.org>
665
666 * gnus-sieve.el (gnus-sieve-select-method):
667 * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
668 (gravatar-rating, gravatar-size):
669 * message.el (message-minibuffer-local-map):
670 * sieve-manage.el (sieve-manage-authenticators)
671 (sieve-manage-authenticator-alist): Specify custom types.
672
673 * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
674 * gnus-sum.el (gnus-subthread-sort-functions): Add version.
675 * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
676
677 * auth-source.el (auth-sources):
678 * nnmairix.el (nnmairix-propagate-marks-upon-close):
679 Fix custom types.
680
681 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
682
683 * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
684 we get proper traces there, too.
685
686 2013-12-26 Sean Connor <sconnor005@allyinics.org> (tiny change)
687
688 * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
689 value of the parameters if the current article has a Reply-To or From
690 field.
691
692 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
693
694 * gnus.el (gnus-group-buffer): Remove duplicate definition.
695
696 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
697
698 * gnus-sum.el (gnus-summary-exit): Stop animations.
699
700 2013-12-19 Juri Linkov <juri@jurta.org>
701
702 * gnus.el (gnus-suppress-keymap):
703 * gnus-art.el (gnus-article-mode-map):
704 * gnus-group.el (gnus-group-mode-map):
705 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
706 Remove [backspace] key binding because it shadows DEL (bug#16035).
707
708 * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
709
710 2013-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
711
712 * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
713 Make sure work directory exists.
714 (gnus-uu-digest-mail-forward): Store temporary files in work directory
715 rather than tmp directory.
716 (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
717 not necessarily always run, with it.
718
719 2013-12-18 Jan Tatarik <jan.tatarik@gmail.com>
720
721 * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
722 value of gnus-icalendar-additional-identities work without restart.
723
724 2013-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
725
726 * mm-util.el (mm-make-temp-file):
727 Alias to make-temp-file for modern Emacsen.
728
729 2013-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
730
731 * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
732 nnir-article-number and nnir-article-group.
733
734 2013-12-03 Vitalie Spinu <spinuvit@gmail.com>
735
736 * message.el (message-send-mail-with-sendmail):
737 Don't kill error buffer if sending fails.
738
739 2013-11-28 Jan Tatarik <jan.tatarik@gmail.com>
740
741 * gnus-icalendar.el (gnus-icalendar-event-from-ical)
742 (gnus-icalendar-event->org-entry)
743 (gnus-icalendar--update-org-event)
744 (gnus-icalendar-event->gnus-calendar): Distinguish between
745 required/optional/non-participant attendee status. Fix bug causing
746 the first required event participant to be omitted.
747
748 2013-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
749
750 * gnus-art.el (article-de-quoted-unreadable)
751 (article-de-base64-unreadable, gnus-mime-copy-part)
752 * gnus-html.el (gnus-article-html)
753 * mm-view.el (mm-inline-text-html-render-with-w3)
754 (mm-inline-text-html-render-with-w3m-standalone)
755 * rfc2231.el (rfc2231-decode-encoded-string):
756 Allow overriding charset by mm-charset-override-alist.
757
758 * gnus-art.el (gnus-article-browse-html-parts):
759 Replace LWSPs with `&nbsp;'s in header.
760
761 Work for broken Chinese articles.
762
763 * gnus-art.el (gnus-article-browse-html-save-cid-content):
764 Exclude broken handles that gnus-summary-enter-digest-group may create.
765 (gnus-article-browse-html-parts):
766 Allow overriding charset by mm-charset-override-alist.
767
768 2013-11-21 Jan Tatarik <jan.tatarik@gmail.com>
769
770 * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
771 (gnus-icalendar-identities): Support additional-identities.
772
773 * gnus-icalendar.el (gnus-icalendar-event:org-timestamp):
774 Fix org-timestamp for events ending at midnight.
775
776 2013-11-21 Ivan Shmakov <ivan@siamics.net>
777
778 * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p):
779 Support debbugs .log files.
780
781 2013-11-20 Dave Goldberg <david.goldberg6@verizon.net>
782
783 * message.el (message-beginning-of-line):
784 Use beginning-of-visual-line when visual-line-mode is turned on.
785
786 2013-11-15 Jan Tatarik <jan.tatarik@gmail.com>
787
788 * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
789 (gnus-icalendar-event-from-ical)
790 (gnus-icalendar-event->org-entry)
791 (gnus-icalendar--update-org-event): Required/optional participation,
792 list of attendees synced to org.
793
794 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
795
796 * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
797 (gnus-icalendar-event:inline-org-buttons): Allow for appointment
798 cancellations to be synced to org if the original appt has an org
799 outline.
800
801 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
802
803 * gnus-icalendar.el (gnus-icalendar--format-summary-line)
804 (gnus-icalendar-event->org-entry)
805 (gnus-icalendar--update-org-event)
806 (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
807
808 2013-11-12 Jan Tatarik <jan.tatarik@gmail.com>
809
810 * gnus-icalendar.el (gnus-icalendar-event-from-ical):
811 Fix timezone handling in gnus-icalendar export to org.
812
813 2013-11-05 Katsumi Yamaoka <yamaoka@jpl.org>
814
815 * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
816
817 2013-10-30 Glenn Morris <rgm@gnu.org>
818
819 * gnus-group.el (gnus-group-browse-foreign-server):
820 * gnus-int.el (gnus-start-news-server):
821 Silence compiler obsolescence warning.
822
823 2013-10-29 Teodor Zlatanov <tzz@lifelogs.com>
824
825 * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
826 `nnoo-current-server' first, then for the actual `nnimap-address' to
827 allow netrc entries for the nnoo server to coexist with netrc entries
828 for the `nnimap-address'.
829
830 2013-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
831
832 * mm-decode.el (mm-dissect-buffer): Revert last change.
833 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
834 The problem that motivated those changes was attributed to a broken
835 mail sender, and has been fixed.
836
837 2013-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
838
839 * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
840 token is missing in the Content-Type header.
841
842 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
843
844 2013-09-18 Glenn Morris <rgm@gnu.org>
845
846 * gnus-util.el (image-size): Declare.
847
848 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
849
850 * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
851 (gnus-icalendar-event-from-ical)
852 (gnus-icalendar-event--build-reply-event-body)
853 (gnus-icalendar-event-reply-from-buffer)
854 (gnus-icalendar-find-org-event-file)
855 (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
856 (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
857
858 * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
859
860 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
861
862 * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
863 Use save-current-buffer.
864 (gnus-tree-mode-map): Initialize in the declaration.
865 (gnus-pick-mouse-pick-region): Remove unused var `fun'.
866 (scroll-in-place): Defvar it.
867 (gnus-tmp-*): Defvar them.
868 (gnus-get-tree-buffer): Use derived-mode-p.
869 (gnus--let-eval): New macro.
870 (gnus-tree-highlight-node): Use it to avoid dynamic binding of
871 non-prefixed variables.
872 (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
873
874 * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
875 vars since it doesn't seem to be available.
876 (gnus-set-global-variables, gnus-summary-read-group-1)
877 (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
878 (gnus-summary-display-article, gnus-summary-select-article)
879 (gnus-summary-next-article, gnus-offer-save-summaries)
880 (gnus-summary-generic-mark): Use derived-mode-p.
881 (gnus-summary-read-group-1, gnus-summary-exit)
882 (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
883 Adjust calls to gnus-tree-close and gnus-tree-open.
884
885 * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
886
887 * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
888 (gnus-agent-mode): Use derived-mode-p.
889 (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
890 gnus-command-method and *-command-method to nil, but bind
891 gnus-command-method to *-command-method instead!
892 (gnus-agent-fetch-articles): Remove unused var `id'.
893 (gnus-agent-fetch-headers): Remove unused arg `force'.
894 (gnus-agent-braid-nov): Remove unused arg `group'. Adjust callers.
895 (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
896 (gnus-agent-short-article, gnus-agent-long-article)
897 (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
898 first use.
899 (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
900 `score-param'.
901 (gnus-tmp-name, gnus-tmp-groups): Defvar them.
902 (gnus-get-predicate): Push in front of the cache, rather than end.
903 (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
904 (gnus-agent-expire-group-1): Use push. Don't abuse dyn-binding.
905 (gnus-agent-expire-unagentized-dirs): Don't rebind
906 gnus-agent-expire-current-dirs since the defvar silences the warning.
907 (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
908 (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
909 (gnus-agent-regenerate): Simplify interactive spec and doc.
910
911 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
912
913 * gnus-int.el (gnus-open-server): Silence compiler.
914
915 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
916
917 * message.el (message-display-completion-list): Abolish.
918 (message-completion-in-region): Use display-completion-list.
919
920 2013-09-17 Glenn Morris <rgm@gnu.org>
921
922 * gnus-util.el (gnus-message-with-timestamp-1):
923 Use `messages-buffer' function if available. Ignore read-only.
924
925 2013-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
926
927 * message.el (message-expand-group, message-completion-in-region):
928 Correct the order of start and end of a region.
929
930 2013-09-13 Glenn Morris <rgm@gnu.org>
931
932 * mml2015.el (gnus-create-image): Autoload it.
933
934 * gnus-spec.el (gnus-xmas-format): Fix weird error call.
935
936 * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
937 (image-size): Declare.
938
939 2013-09-12 Glenn Morris <rgm@gnu.org>
940
941 * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
942 Avoid using `find', which i) might not be defined at runtime;
943 ii) does not work, since its default test is eql, not equal.
944 (gnus-mime-action-alist): Declare.
945
946 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
947
948 * score-mode.el (gnus-score-mode-map): Move initialization
949 into declaration.
950 (gnus-score-mode): Use define-derived-mode.
951 * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
952 * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
953 into declaration.
954 (gnus-kill-file-mode): Use define-derived-mode.
955 (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
956 Use derived-mode-p.
957 * gnus-group.el (gnus-group-mode): Use define-derived-mode.
958 (gnus-group-setup-buffer, gnus-group-name-at-point)
959 (gnus-group-make-web-group, gnus-group-enter-directory)
960 (gnus-group-suspend): Use derived-mode-p.
961 * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
962 * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
963 * gnus-art.el (gnus-article-mode): Use define-derived-mode.
964 (gnus-article-setup-buffer, gnus-article-prepare)
965 (gnus-article-prepare-display, gnus-sticky-article)
966 (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
967 (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
968 (gnus-article-read-summary-keys): Use derived-mode-p.
969
970 2013-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
971
972 * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
973
974 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
975
976 * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
977 shift_jis from the default value set for Japanese users.
978
979 2013-08-13 Glenn Morris <rgm@gnu.org>
980
981 * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
982
983 * gnus.el (gnus-valid-select-methods): Fix type.
984
985 * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
986
987 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
988
989 * mm-decode.el (mm-display-external): Run a timer for the temp files
990 deletion after a viewer exits; add a deletion timer for the needsterm
991 case, too.
992
993 * mm-decode.el (mm-display-external): Try to delete temporary files by
994 using a 1-min. timer.
995
996 2013-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
997
998 * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
999 New internal variables.
1000 (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1001 (mm-display-external): Use it to delete temporary files instead of
1002 using timers.
1003
1004 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
1005
1006 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1007 with cond for backwards compatability.
1008
1009 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
1010
1011 * mm-decode.el (mm-display-external): Bind process-connection-type to
1012 nil; don't delete a temp file immediately even if a viewer finishes,
1013 since it may be a shell script, like xdg-open, that launches a real
1014 viewer program belatedly.
1015
1016 2013-08-05 Dave Abrahams <dave@boostpro.com>
1017
1018 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1019 that we can create nndoc groups that excerpt other groups.
1020
1021 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1022
1023 * gnus-delay.el (gnus-delay-article): Fix typo.
1024
1025 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1026 articles.
1027
1028 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1029 we can get spell-checking etc.
1030
1031 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
1032
1033 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1034 a single one used for encoding the whole text in a header.
1035
1036 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1037
1038 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1039 before sending.
1040
1041 * mm-decode.el (mm-command-output): New face.
1042 (mm-display-external): Use it.
1043
1044 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
1045
1046 * nnmbox.el (nnmbox-request-article): Don't change point.
1047
1048 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1049
1050 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1051 Include `handle' parameter.
1052
1053 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
1054
1055 * gnus-icalendar.el: New file.
1056
1057 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1058
1059 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1060
1061 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1062 dummy roots, too.
1063
1064 2013-08-01 David Edmondson <dme@dme.org>
1065
1066 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1067 out on ttys.
1068
1069 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1070
1071 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1072 not empty.
1073
1074 * nnrss.el (nnrss-discover-feed): Indent.
1075
1076 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
1077
1078 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1079
1080 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1081
1082 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1083 dirty to ensure nnimap data being saved.
1084
1085 2013-07-30 Tassilo Horn <tsdh@gnu.org>
1086
1087 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1088 menu entry.
1089
1090 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1091 the current thread's total score instead of the current article's
1092 score.
1093
1094 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1095 (gnus-sort-threads-recursively): Delete defcustom.
1096 (gnus-sort-threads-recursive): Adapt accordingly.
1097
1098 2013-07-30 Tassilo Horn <tsdh@gnu.org>
1099
1100 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1101 (gnus-sort-threads-recursive): Use it.
1102 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1103 again. Now that determines how to sort subthreads.
1104
1105 2013-07-26 Tassilo Horn <tsdh@gnu.org>
1106
1107 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1108 (gnus-sort-threads): Use it.
1109
1110 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
1111
1112 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1113 punctuation characters follow parentheses (bug#14950).
1114
1115 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1116
1117 * gnus.el (gnus-continuum-version):
1118 * gnus-msg.el (gnus-extended-version): Simplify.
1119
1120 * gnus.el (gnus-continuum-version-1): Remove.
1121 * gnus-msg.el (gnus-bug): Revert.
1122
1123 Calculate gnus-version correctly on Cygwin.
1124
1125 * gnus.el (gnus-continuum-version): Do main calculations in integers.
1126 (gnus-continuum-version-1): New function, return a string.
1127
1128 * gnus-msg.el (gnus-extended-version, gnus-bug):
1129 Use gnus-continuum-version-1 instead of gnus-continuum-version.
1130
1131 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
1132
1133 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1134 (bug#13384).
1135
1136 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1137
1138 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1139 that were only relevant in a development version a long time ago.
1140
1141 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
1142
1143 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1144 that the old Emacs 24s bundle.
1145
1146 2013-07-10 David Engster <deng@randomsample.de>
1147
1148 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1149 if `gnus-newsrc-file-version' does not match `gnus-version'.
1150 This fixes a bug in Emacs trunk where the 'unexist' marks were always
1151 removed at startup because "Gnus v5.13" was considered smaller than "Ma
1152 Gnus v0.03".
1153
1154 2013-07-10 Tassilo Horn <tsdh@gnu.org>
1155
1156 * gnus.el (gnus-summary-line-format):
1157 Reference `gnus-user-date-format-alist' for the &user-date; format, not
1158 `gnus-summary-user-date-format-alist'.
1159
1160 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1161
1162 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1163 delete files (bug#13481).
1164
1165 2013-07-08 Tassilo Horn <tsdh@gnu.org>
1166
1167 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1168
1169 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1170
1171 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1172 display images.
1173
1174 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1175
1176 * message.el (message-cancel-news): According to
1177 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1178 preferred over "cmsg cancel" in the Subject.
1179
1180 * nnir.el (nnir-engines): Note that the group specs are regexps
1181 (bug#13238).
1182
1183 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1184 gotten read-only text properties, ensure that those aren't heeded when
1185 copying stuff over (bug#13434).
1186
1187 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1188 (bug#13762).
1189
1190 2013-07-05 David Kastrup <dak@gnu.org>
1191
1192 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1193 authinfo file again (important for blank passwords). This had been
1194 broken with 2013-06-15 change.
1195
1196 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
1197
1198 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1199 Revert 2013-01-14 change.
1200
1201 2013-07-02 David Engster <deng@randomsample.de>
1202
1203 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1204 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1205 to see whether the group was synced before.
1206
1207 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
1208
1209 * nnimap.el (nnimap-request-move-article): Decode the group name when
1210 doing internal moves to avoid charset issues.
1211
1212 2013-07-02 Julien Danjou <julien@danjou.info>
1213
1214 * nnimap.el (nnimap-request-list):
1215 Revert change that made listing synchronous.
1216 (nnimap-get-responses): Restore.
1217
1218 2013-07-02 Dave Abrahams <dave@boostpro.com>
1219
1220 * nnimap.el (nnimap-change-group): Document result value.
1221
1222 * nnimap.el (nnimap-find-article-by-message-id):
1223 Account for the fact that nnimap-change-group can return t.
1224
1225 2013-07-02 Julien Danjou <julien@danjou.info>
1226
1227 * nnimap.el (nnimap-request-head):
1228 Resture to-buffer parameter, used by `nnimap-request-move-article'.
1229
1230 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1231
1232 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1233 supported by nnimap actually. Reverts previous change.
1234
1235 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1236 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1237 to-buffer argument that is already supported.
1238
1239 2013-07-02 Julien Danjou <julien@danjou.info>
1240
1241 * nnimap.el (nnimap-get-responses): Remove, unused.
1242
1243 2013-07-02 Julien Danjou <julien@danjou.info>
1244
1245 * nnimap.el (nnimap-request-articles-find-limit): Rename from
1246 `nnimap-request-move-articles-find-limit' since we do not use it
1247 only for move operations.
1248 (nnimap-request-accept-article):
1249 Use `nnimap-request-articles-find-limit' to limit search by message-id.
1250
1251 2013-07-02 Julien Danjou <julien@danjou.info>
1252
1253 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1254
1255 * nnimap.el (nnimap-log-buffer):
1256 Check that `window-point-insertion-type' is boundp, since it's not
1257 available in XEmacs.
1258
1259 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
1260
1261 * nnimap.el (nnimap-log-buffer):
1262 Add this, setting `window-point-insertion-type' in the buffer to t.
1263 (nnimap-log-command): Use nnimap-log-buffer.
1264
1265 2013-07-02 Julien Danjou <julien@danjou.info>
1266
1267 * nnimap.el (nnimap-find-article-by-message-id):
1268 Add an optional limit argument to be able to limit the search.
1269 (nnimap-request-move-article):
1270 Use `nnimap-request-move-articles-find-limit'.
1271 (nnimap-request-move-articles-find-limit):
1272 Add this to limit the search by Message-Id after a message move.
1273 (nnimap): Add defgroup.
1274
1275 2013-07-02 Julien Danjou <julien@danjou.info>
1276
1277 * nnimap.el (nnimap-find-article-by-message-id):
1278 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
1279 (nnimap-possibly-change-group): Add read-only argument.
1280 (nnimap-request-list): Use nnimap-possibly-change-group rather than
1281 issuing EXAMINE manually.
1282 (nnimap-find-article-by-message-id):
1283 Use `nnimap-possibly-change-group' with read-only argument.
1284 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
1285 We cannot possibly change because we need to be sure that it's either
1286 read-write or read-only.
1287
1288 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1289
1290 * gnus-sum.el (gnus-summary-insert-old-articles):
1291 Don't include unexisting messages.
1292
1293 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1294
1295 * gnus-start.el (gnus-clean-old-newsrc):
1296 Remove totally bogus `unexists' entries.
1297 (gnus-clean-old-newsrc): Fix last checkin.
1298
1299 * nnimap.el (nnimap-update-info):
1300 None of the articles below the active low-water mark exist.
1301
1302 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1303
1304 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
1305
1306 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
1307
1308 * nnimap.el (nnimap-request-scan):
1309 Allow `nnimap-inbox' to be a list of inboxes.
1310
1311 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1312
1313 * gnus-group.el (gnus-group-expire-articles-1):
1314 Don't try to expire messages that don't exist.
1315
1316 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1317
1318 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1319
1320 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1321
1322 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1323
1324 * gnus-start.el (gnus-clean-old-newsrc):
1325 Delete `unexist' from pre-Ma Gnus 0.3.
1326
1327 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1328
1329 * gnus-sum.el (gnus-summary-local-variables):
1330 Make `gnus-newsgroup-unexist' into a local variable.
1331
1332 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1333
1334 * gnus-sum.el (gnus-adjust-marked-articles):
1335 Add to `gnus-newsgroup-unexist'.
1336
1337 * gnus.el (gnus-article-mark-lists):
1338 Add `unexist' to the list of marks.
1339 (gnus-article-special-mark-lists):
1340 Put the `unexist' in the special marks list instead.
1341
1342 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1343 articles in the list of articles to be selected.
1344
1345 * nnimap.el (nnimap-retrieve-group-data-early):
1346 Query for unexisting articles.
1347 (nnimap-update-info): Keep track of unexisting articles.
1348 (nnimap-update-qresync-info): Ditto.
1349
1350 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1351
1352 * gnus-start.el (gnus-clean-old-newsrc): New function.
1353 (gnus-read-newsrc-file): Use it.
1354
1355 2013-07-02 Daiki Ueno <ueno@gnu.org>
1356
1357 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1358 of 'create-image' for XEmacs compatibility; check errors when decoding
1359 image. Reported by Uwe Brauer.
1360
1361 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
1362
1363 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1364 gnus-button-push revised at 2011-01-19.
1365
1366 2013-06-19 Glenn Morris <rgm@gnu.org>
1367
1368 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1369
1370 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
1371
1372 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1373
1374 2013-06-18 Glenn Morris <rgm@gnu.org>
1375
1376 * eww.el, shr.el, shr-color.el: Move to ../net.
1377
1378 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1379
1380 * shr.el (shr-tag-table): Insert the images after the table, so that
1381 they're not covered by the table colourisation, which often looked
1382 awkward.
1383 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1384 <dd>.
1385
1386 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
1387
1388 * eww.el (eww-detect-charset): Improve regexp; move backward.
1389
1390 2013-06-18 Glenn Morris <rgm@gnu.org>
1391
1392 * mm-decode.el (widget-convert-button): Autoload.
1393
1394 * sieve-manage.el (mm-enable-multibyte): Autoload.
1395
1396 * shr.el (libxml-parse-html-region): Declare.
1397 (shr-render-buffer): Explicit error if no libxml2 support.
1398
1399 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
1400
1401 * auth-source.el (auth-source-current-line): New function.
1402 (auth-source-netrc-parse-entries): When a data token is "machine",
1403 assume we're in the wrong place and abort parsing the current line.
1404
1405 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1406
1407 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1408 (eww-convert-widgets): Don't bug out if the first widget starts at the
1409 beginning of the buffer.
1410 (eww-convert-widgets): Fix last patch.
1411 (eww-tag-input): Support <input type=image>.
1412
1413 * shr.el (shr-insert-table): Respect border-collapse: collapse.
1414 (shr-tag-base): Protect against base specs that are degenerate.
1415 (shr-ensure-paragraph): Don't delete empty lines that have text
1416 properties, because these may be input fields.
1417
1418 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1419 we can navigate to them.
1420
1421 * shr.el (shr-colorize-region): Put the colours over the entire region.
1422 (shr-inhibit-decoration): New variable.
1423 (shr-add-font): Use it to inhibit text property decorations while doing
1424 preliminary table renderings. This speeds up typical Wikipedia page
1425 renderings by 15%.
1426 (shr-tag-span): Don't respect the <title>, because that overwrites the
1427 help-echo from links inside the spans.
1428 (shr-next-link): Use `help-echo' for navigation, so that we can
1429 navigate to form elements, too.
1430
1431 * eww.el (eww-button): New face.
1432 (eww-convert-widgets): Use it to make submit buttons more button-like.
1433
1434 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1435 that Gnus commands work.
1436
1437 * shr.el (shr-render-td): Support horizontal alignment.
1438
1439 * eww.el (eww-put-color): Remove.
1440 (eww-colorize-region): Use `add-face-text-property'.
1441
1442 * shr.el (shr-add-font): Append face data, so that we get the correct
1443 precedence: The innermost value (which is applied first) wins.
1444 (shr-make-overlay): Obsolete function.
1445
1446 * mm-decode.el (mm-convert-shr-links): New function to convert
1447 new-style shr URL links into widgets.
1448 (mm-shr): Use it.
1449
1450 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1451 widget commands, since we're no longer using widgets for links.
1452
1453 * shr.el (shr-next-link): New command.
1454 (shr-previous-link): New command.
1455 (shr-urlify): Don't use `widget-convert', because that's slow.
1456 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1457 because collecting the overlays and reapplying them when generating
1458 tables is slow.
1459 (shr-insert-table): Ditto.
1460
1461 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1462
1463 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1464 * shr.el (browse-url): Require `url'.
1465 * eww.el (url): Require format-spec.
1466
1467 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1468
1469 * eww.el (eww-display-html): Default to using the entire window width.
1470 (eww-browse-url): Don't add a User-Agent header (twice), because that
1471 makes Bing refuse connection.
1472
1473 * shr.el (shr-make-table): Cache the table rendering at the table
1474 level, and not the <td> level. This is a bit faster.
1475
1476 * eww.el (eww-render): Go to the correct ID when given URLs ending with
1477 #id.
1478
1479 * shr.el (shr-tag-li): Don't require a new paragraph, since other
1480 browsers don't.
1481 (shr-expand-url): Respect #anchor links.
1482 (shr-parse-base): Chop off the anchor before using.
1483 (shr-descend): Respect display: none.
1484 (shr-descend): Allow marking elements that have certain IDs.
1485
1486 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1487
1488 * shr.el (shr-expand-url): Don't bug out on zero-length links.
1489
1490 * eww.el (eww-tag-textarea): Support <textarea>.
1491
1492 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1493
1494 * shr.el (shr-dom-to-xml): Fix function call.
1495
1496 * eww.el (eww): New group.
1497 (eww-header-line-format): New custom variable.
1498 (eww-current-title): New variable.
1499 (eww-display-html): Update header and handle title tag.
1500 (eww-update-header-line-format): New function.
1501 (eww-tag-title): New function.
1502
1503 * shr.el (shr-dom-to-xml): New function.
1504 (shr-tag-svg): Add support for the SVG tag.
1505 (shr-bullet): New custom variable.
1506 (shr-tag-li): Support custom bullet in unordered lists.
1507
1508 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1509
1510 * shr.el (shr-expand-url): Respect // URLs.
1511
1512 * eww.el (eww-tag-body): Override the shr body rendering so that we can
1513 put a background colour onto the entire buffer.
1514 (eww-render): When being redirected, use the redirect URL as the new
1515 base URL.
1516
1517 * shr.el (shr-parse-base): Fix parsing error.
1518
1519 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1520
1521 * shr.el (shr-parse-base): New function.
1522 (shr-expand-url): Use it to expand relative URLs reliably.
1523
1524 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
1525
1526 * auth-source.el (auth-source-search-collection): Fix docstring.
1527 (auth-source-netrc-parse): Refactor and improve netrc parser to support
1528 single-quoted strings and multiline entries.
1529 (auth-source-netrc-parse-next-interesting)
1530 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
1531 New functions to support parser.
1532
1533 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1534
1535 * eww.el (eww-submit): Get submit button logic right when hitting RET
1536 on non-submit buttons.
1537
1538 * shr.el: Remove shr-preliminary-table-render, since that can't really
1539 be used for anything in practice.
1540
1541 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1542
1543 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1544 (sieve-manage-quit).
1545
1546 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
1547
1548 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1549 control the maximum size of photo ID image.
1550 (mml2015-epg-key-image-to-string): Respect it.
1551
1552 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1553
1554 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1555 instead of the final one so that we can more easily distinguish them.
1556
1557 * eww.el (eww-submit): Compute the submission URL correctly.
1558
1559 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1560
1561 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1562 Use plist-get rather than CL's getf.
1563 (sieve-manage-parse-capability): Avoid CL's remove-if.
1564
1565 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1566
1567 * shr.el (shr-expand-url): Expansion should chop off the bits after the
1568 last slash.
1569
1570 * eww.el (eww-tag-select): Use the first value as the default value.
1571
1572 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1573
1574 * eww.el (eww): Prepend urls with http:// if scheme is missing.
1575 (eww-mode): Use `define-derived-mode'.
1576 (eww-parse-headers): Parse headers from beginning of buffer so that
1577 file:// links work.
1578
1579 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
1580
1581 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1582
1583 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1584
1585 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1586 to handle them at all.
1587
1588 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1589
1590 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1591 work, too.
1592 (eww-tag-select): Implement <select>.
1593
1594 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1595
1596 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
1597 stream managing functions by using open-protocol-stream to do most of
1598 the work. Has the nice benefit of enabling STARTTLS.
1599 Wait for capabilities after STARTTLS: following RFC5804, the server
1600 sends new capabilities after successfully establishing a TLS connection
1601 with the client. The client should update the cached list of
1602 capabilities, but we just ignore the answer for now.
1603 (sieve-manage-network-p, sieve-manage-network-open)
1604 (sieve-manage-starttls-p, sieve-manage-starttls-open)
1605 (sieve-manage-forward, sieve-manage-streams)
1606 (sieve-manage-stream-alist): Remove unneeded functions neither in the
1607 API, nor called by any other function.
1608 Enable Multibyte for SieveManage buffers: The parser won't properly
1609 handle umlauts and line endings unless multibyte is turned on in the
1610 process buffer.
1611
1612 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1613
1614 * eww.el (eww-tag-input): Support password fields.
1615 (eww-submit): Support POST.
1616
1617 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1618
1619 * eww.el (eww-tag-form): Protect against degenerate forms.
1620
1621 * shr.el (shr-expand-url): Expand URLs that start with a slash
1622 correctly.
1623
1624 * eww.el (eww-submit): Get submit button logic right.
1625
1626 * shr.el (shr-final-table-render): New variable to signal when we're
1627 doing the final table rendering so that we can collect more data at
1628 that point.
1629
1630 * eww.el (eww-submit): Make form submission work.
1631 (eww-tag-input): Implement submit buttons.
1632 (eww-click-radio): Implement radio and checkboxes.
1633 (eww-submit): Handle hidden elements.
1634
1635 * shr.el (shr-descend): Allow other packages to override (or provide)
1636 rendering of elements.
1637 (shr-expand-url): Strip query strings from URLs before expanding them.
1638
1639 * eww.el: Don't require cl-lib.
1640 (eww-tag-form): Start form support.
1641
1642 * eww.el: Start writing a new, tiny web browser.
1643 (eww-previous-url): New command.
1644 (eww-quit): New command.
1645
1646 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1647
1648 * sieve.el: Put point at beginning of buffer when viewing a script.
1649 (sieve-open-server): Respect the PORT parameter. Show the correct port
1650 number in sieve-buffer's header. Fixed code to also work with a string
1651 as port specifier. Properly close the connection on pressing 'q'. Make
1652 sieve-manage-quit close the connection and process buffer. Also, remove
1653 duplicate keybinding for 'q'.
1654
1655 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
1656
1657 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1658 make it easier to read.
1659 (mm-pkcs7-enveloped-magic): Ditto.
1660
1661 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
1662
1663 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1664 before `image-type-available-p' to avoid loading the image libraries
1665 needlessly.
1666
1667 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1668
1669 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1670 assume Date header begins with "Date", that may be customized into
1671 something like "X-Sent" using gnus-article-time-format.
1672 (article-transform-date): Allow multi-line Date header.
1673
1674 2013-06-02 David Engster <deng@randomsample.de>
1675
1676 * registry.el (initialize-instance, registry-lookup)
1677 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1678 (registry-lookup-secondary-value, registry-search, registry-delete)
1679 (registry-insert, registry-reindex, registry-size, registry-prune):
1680 Do not wrap methods in `eval-and-compile'. This breaks due to latest
1681 changes in EIEIO (introduction of eieio-core.el).
1682
1683 2013-05-30 Glenn Morris <rgm@gnu.org>
1684
1685 * nnmail.el (nnmail-fancy-expiry-target):
1686 Also bind mail-dont-reply-to-names.
1687
1688 * spam-stat.el (spam-stat-save):
1689 No need to tweak font-lock in temp buffers.
1690
1691 * shr.el (shr-put-image): Silence compiler.
1692
1693 2013-05-29 Glenn Morris <rgm@gnu.org>
1694
1695 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1696
1697 * gnus-group.el (gnus-sequence-of-unread-articles)
1698 (gnus-summary-add-mark, gnus-mark-article-as-read)
1699 (gnus-group-make-articles-read): Declare.
1700
1701 * gnus-sum.el (gnus-parameter-list-identifier)
1702 (gnus-article-stop-animations, gnus-stop-downloads)
1703 (gnus-article-only-boring-p, article-goto-body)
1704 (gnus-flush-original-article-buffer, article-narrow-to-head)
1705 (gnus-article-hidden-text-p, gnus-delete-wash-type)
1706 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1707
1708 * gnus.el: No need to eval-and-compile autoloads.
1709
1710 * gravatar.el (help-function-arglist): Autoload.
1711
1712 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1713
1714 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1715
1716 * spam.el: No need to load spam-report when compiling.
1717 No need to eval-and-compile autoloads.
1718 (spam-report-resend-to): Declare.
1719 (spam-report-resend-register-routine): Require 'spam-report.
1720
1721 2013-05-24 Julien Danjou <julien@danjou.info>
1722
1723 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1724 setup.
1725
1726 2013-05-23 Glenn Morris <rgm@gnu.org>
1727
1728 * gnus-util.el (rmail-swap-buffers-maybe)
1729 (rmail-maybe-set-message-counters, rmail-count-new-messages)
1730 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1731 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1732
1733 * mm-decode.el: No need to load term when compiling.
1734 (term-mode, term-char-mode): Declare.
1735
1736 * mm-util.el: No need to load jka-compr when compiling.
1737 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1738
1739 * nnmaildir.el: Require is automatically eval-and-compile.
1740 (nnmail): Require at run-time too.
1741
1742 * registry.el (registry-size): Move definition before use.
1743
1744 2013-05-22 Daiki Ueno <ueno@gnu.org>
1745
1746 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1747 signed data to conform the standard. (Bug#14232)
1748
1749 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
1750
1751 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1752 double angle quotation mark.
1753
1754 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1755
1756 * message.el (message-insert-formatted-citation-line): Handle finding
1757 first/lastname when more than 2 names appear.
1758
1759 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1760
1761 * shr.el (shr-tag-span): New function.
1762
1763 2013-05-18 Glenn Morris <rgm@gnu.org>
1764
1765 * message.el (message-mode): Use message-mode-abbrev-table,
1766 with text-mode-abbrev-table as parent. (Bug#14413)
1767
1768 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1769
1770 * message.el (message-expand-group): Decode group names.
1771
1772 2013-05-16 Julien Danjou <julien@danjou.info>
1773
1774 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1775 app-icon.
1776
1777 2013-05-15 Glenn Morris <rgm@gnu.org>
1778
1779 * shr-color.el (shr-color-visible-luminance-min)
1780 (shr-color-visible-distance-min): Use shr-color group.
1781
1782 2013-05-11 Glenn Morris <rgm@gnu.org>
1783
1784 * gnus-vm.el: Make it loadable without VM.
1785 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1786 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1787
1788 2013-05-09 Glenn Morris <rgm@gnu.org>
1789
1790 * mml1991.el: Make it loadable. (Bug#13456)
1791
1792 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1793 * gnus-async.el (gnus-async-post-fetch-function):
1794 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1795 * gnus-html.el (gnus-html-image-cache-ttl):
1796 * gnus-notifications.el (gnus-notifications-timeout):
1797 * gnus-picon.el (gnus-picon-properties):
1798 * gnus-util.el (gnus-completion-styles):
1799 * gnus.el (gnus-other-frame-resume-function):
1800 * message.el (message-user-organization-file)
1801 (message-cite-reply-position):
1802 * nnir.el (nnir-summary-line-format)
1803 (nnir-retrieve-headers-override-function):
1804 * shr-color.el (shr-color-visible-luminance-min):
1805 * shr.el (shr-blocked-images):
1806 * spam-report.el (spam-report-resend-to):
1807 * spam.el (spam-summary-exit-behavior): Fix custom types.
1808
1809 * gnus-salt.el (gnus-selected-tree-face): Fix default.
1810
1811 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1812
1813 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1814 because of let-binding help-xref-following. (Bug#14356)
1815
1816 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
1817
1818 * message.el (message-bury, message-send-and-exit):
1819 Revert 2013-05-04 change.
1820
1821 2013-05-06 Glenn Morris <rgm@gnu.org>
1822
1823 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
1824
1825 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1826
1827 * message.el (message-bury): Make `buffer' optional.
1828 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
1829 (bug#14085).
1830
1831 2013-05-04 Andrew Cohen <cohen@bu.edu>
1832
1833 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1834 entering into the registry.
1835
1836 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
1837
1838 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1839 (Bug#14304)
1840
1841 2013-04-27 Glenn Morris <rgm@gnu.org>
1842
1843 * gnus.el (gnus-list-debbugs):
1844 Use require rather than autoload. (Bug#14262)
1845
1846 2013-04-27 Julien Danjou <julien@danjou.info>
1847
1848 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1849 port to "sieve" now that it has an official IANA port assigned.
1850
1851 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
1852
1853 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1854 Don't set the MAILHOST environment variable permanently (Bug#14271).
1855
1856 2013-04-26 Glenn Morris <rgm@gnu.org>
1857
1858 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
1859
1860 2013-04-25 Andrew Cohen <cohen@bu.edu>
1861
1862 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1863 string values of 'gcc-self. Thanks to Saroj Thirumalai.
1864
1865 2013-04-24 Andrew Cohen <cohen@bu.edu>
1866
1867 * nnir.el (nnir-close-group): Make sure we are in the right group.
1868
1869 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1870 dependency table from all newly retrieved headers.
1871
1872 2013-04-16 David Edmondson <dme@dme.org>
1873
1874 Support <img src="data:...">.
1875
1876 * shr.el (shr-image-from-data): New function.
1877 (shr-tag-img): Use it.
1878
1879 2013-04-14 Andrew Cohen <cohen@bu.edu>
1880
1881 * nnir.el (nnir-request-set-mark): Make sure we are in the right
1882 group.
1883
1884 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
1885
1886 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1887 corresponding to any existing group (Bug#14166).
1888
1889 2013-04-10 Andrew Cohen <cohen@bu.edu>
1890
1891 * nnir.el (number-sequence): No longer used.
1892 (nnir-request-set-mark): New function.
1893 (nnir-request-update-info): Improve marks updating.
1894 (nnir-request-scan): Don't duplicate marks updating.
1895 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1896 Use 'assq rather than 'assoc. Quote anonymous function.
1897 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1898 Use 'gnus-group-prefixed-p.
1899 (gnus-summary-create-nnir-group): Make sure server for method is open.
1900
1901 2013-04-04 Andrew Cohen <cohen@bu.edu>
1902
1903 * nnir.el (gnus-nnir-group-p): New function.
1904 (nnir-possibly-change-group): Use it.
1905
1906 * gnus-msg.el (gnus-setup-message): Use it.
1907
1908 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
1909
1910 * mml.el (mml-minibuffer-read-description): Use `default' insted of
1911 `initial-input' for the argument name.
1912 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1913
1914 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
1915
1916 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1917 (used by MH-E).
1918
1919 2013-04-01 Andrew Cohen <cohen@bu.edu>
1920
1921 * nnir.el (nnir-request-update-mark): Improve mark updating in original
1922 group.
1923
1924 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1925 fix compilation.
1926
1927 2013-03-31 Andrew Cohen <cohen@bu.edu>
1928
1929 * nnir.el (nnir-method-default-engines): And another typo.
1930
1931 2013-03-30 Andrew Cohen <cohen@bu.edu>
1932
1933 * nnir.el (nnir-method-default-engines): Fix typo.
1934
1935 2013-03-29 Andrew Cohen <cohen@bu.edu>
1936
1937 * nnir.el: Define 'number-sequence for xemacs.
1938 (gnus-summary-create-nnir-group): New function to create an nnir group
1939 from an nnir summary buffer based on the current query.
1940 (nnir-request-create-group): Update to allow nnir group creation based
1941 on the current query.
1942
1943 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
1944
1945 * nndraft.el (nndraft-request-expire-articles):
1946 Make expiry target always `delete'.
1947
1948 2013-03-27 Andrew Cohen <cohen@bu.edu>
1949
1950 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1951 buffer use the posting-style and gcc of the original article group.
1952 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1953
1954 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
1955 after other deffoos.
1956
1957 2013-03-26 Andrew Cohen <cohen@bu.edu>
1958
1959 * nnir.el: Major rewrite. Cleaner separation between searches and group
1960 management. Marks are now shown in nnir summary buffers.
1961 Rudimentary support for real (i.e. not ephemeral) nnir groups.
1962 (gnus-summary-make-nnir-group): New function for initiating searches
1963 from a summary buffer.
1964
1965 2013-03-18 Sam Steingold <sds@gnu.org>
1966
1967 * message.el (message-bury): Minor cleanup.
1968
1969 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
1970
1971 * nndir.el (nndir-request-list): Remove 2nd argument passed to
1972 nnml-request-list. (Bug#13873)
1973 (nndir-request-newsgroups): Remove, unused.
1974
1975 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1976
1977 2013-03-03 Ted Phelps <phelps@gnusto.com>
1978
1979 * shr.el: Make all the overlays set the `evaporate' property so that
1980 they're removed properly.
1981
1982 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
1983
1984 * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1985 shell-quote-argument.
1986
1987 2013-02-22 David Engster <deng@randomsample.de>
1988
1989 * gnus-registry.el (gnus-registry-save): Provide class name when
1990 calling `eieio-persistent-read' to avoid "unsafe call" warning.
1991 Use `condition-case' to stay compatible with older EIEIO versions which
1992 only accept one argument.
1993
1994 2013-02-17 Daiki Ueno <ueno@gnu.org>
1995
1996 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1997 (epg-user-id-validity): Autoload.
1998 (mml2015-epg-check-user-id): New function.
1999 (mml2015-epg-check-sub-key): New function split from
2000 mml2015-epg-find-usable-key.
2001 (mml2015-epg-find-usable-key): Accept context, name, usage, and
2002 optional name-is-key-id, to handle the case when user-id is unusable.
2003 Reported by Łukasz Stelmach <stlman@poczta.fm>.
2004
2005 2013-02-17 Glenn Morris <rgm@gnu.org>
2006
2007 * shr.el (shr-put-image): Use image-multi-frame-p if available.
2008
2009 2013-02-16 Glenn Morris <rgm@gnu.org>
2010
2011 * shr.el (shr-put-image): Only animate images that specify a delay.
2012 This is consistent with the old image-animated-p behavior.
2013
2014 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2015
2016 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2017 for XEmacs.
2018
2019 2013-02-13 Juri Linkov <juri@jurta.org>
2020
2021 * gnus-art.el (gnus-article-mode-map):
2022 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2023 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2024
2025 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
2026
2027 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
2028 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
2029
2030 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
2031
2032 * auth-source.el (auth-source-format-prompt): Don't get confused by
2033 any "\" in replacement text. (Bug#13637)
2034
2035 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
2036
2037 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2038 (gnus-backend-trace): Honor gnus-backend-trace.
2039
2040 * mml.el (mml-insert-part): Insert closing tag.
2041
2042 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2043
2044 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2045
2046 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2047 able to find the article, which can happen in debbugs groups,
2048 apparently.
2049
2050 2013-01-16 Glenn Morris <rgm@gnu.org>
2051
2052 * smiley.el (smiley-style): Make the file loadable in batch mode.
2053
2054 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2055
2056 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2057 imap process running.
2058
2059 2013-01-14 Julien Danjou <julien@danjou.info>
2060
2061 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2062 Compare addresses against addresses, not against the full From field.
2063
2064 2013-01-13 Richard Stallman <rms@gnu.org>
2065
2066 * message.el (message-forward-make-body-mime): New args BEG, END
2067 specify what part of FORWARD-BUFFER to use. Do the work directly
2068 instead of calling `mml-insert-buffer'.
2069
2070 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
2071
2072 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2073 cross-reference(s).
2074
2075 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2076 cross-reference(s).
2077
2078 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2079
2080 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2081 and point-max-marker.
2082 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2083
2084 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
2085
2086 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2087 to mml2015-encrypt-to-self.
2088 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2089
2090 2013-01-09 Daiki Ueno <ueno@gnu.org>
2091
2092 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2093 mml-smime-epg-find-usable-secret-key.
2094
2095 2013-01-08 Glenn Morris <rgm@gnu.org>
2096
2097 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2098
2099 2013-01-07 Daiki Ueno <ueno@gnu.org>
2100
2101 * mml-smime.el: Support signing by sender.
2102 Requested by Uwe Brauer.
2103 (mml-smime-sign-with-sender): New user option analogous
2104 to mml2015-sign-with-sender.
2105 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2106 (mml-smime-epg-find-usable-secret-key): New helper function copied from
2107 mml2015.el.
2108
2109 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2110
2111 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2112 isn't running, because Gnus will probably not know how to handle the
2113 Gcc header (bug#11941).
2114
2115 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2116 articles.
2117
2118 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2119
2120 * nnfolder.el (nnfolder-recursive-directory-files): New function.
2121 (nnfolder-generate-active-file): Make this function work with recursive
2122 folder names.
2123
2124 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2125
2126 * nntp.el (nntp-open-connection): Use HELP as the capability command
2127 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2128 unknown commands. And CAPABILITY is an unknown command (bug#12763).
2129
2130 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
2131
2132 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2133 place holder since this gives `Invalid face reference: nil' messages.
2134 Use the `default' face instead. It has the same effect here, even
2135 though it is not no-op.
2136
2137 * gnus-util.el
2138 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2139
2140 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2141
2142 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2143 non-string posting styles (bug#13285).
2144
2145 2012-12-27 Glenn Morris <rgm@gnu.org>
2146
2147 * plstore.el (plstore-passphrase-callback-function):
2148 Use plstore-get-file.
2149
2150 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
2151
2152 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2153 stderr.
2154
2155 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
2156 group is nil.
2157
2158 * shr.el (shr-tag-em): Render as italic, not bold.
2159
2160 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
2161
2162 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2163
2164 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
2165
2166 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2167 temporary file to get PGP key image. Pass no-show-photos when
2168 extracting image to avoid having it pop up twice.
2169
2170 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
2171
2172 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2173 eligible for treatment.
2174
2175 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2176 lines. This makes summary commands with hidden threads work more
2177 reliably.
2178
2179 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2180 button to mark the hidden citations (bug#9395).
2181
2182 2012-12-26 Daiki Ueno <ueno@gnu.org>
2183
2184 * mml2015.el (mml2015-epg-signature-to-string): New function.
2185 (mml2015-epg-verify-result-to-string): New function.
2186 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2187 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2188 instead of epg-verify-result-to-string.
2189 (epg-signature-key-id, epg-signature-to-string): Autoload.
2190 (epg-verify-result-to-string): Remove autoload.
2191
2192 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
2193
2194 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2195 ID image from GPG public key.
2196 (mml2015-epg-key-image-to-string): New function.
2197
2198 2012-12-25 Leo Liu <sdl.web@gmail.com>
2199
2200 * plstore.el (plstore-passphrase-callback-function): Fix error when
2201 error when plstore-cache-passphrase-for-symmetric-encryption is set
2202 (bug#13264).
2203
2204 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2205
2206 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2207 buffer to the article buffer here, because that clobbers multiple
2208 article buffers.
2209
2210 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2211 buffer always points to the right summary buffer.
2212
2213 2012-12-25 John Wiegley <jwiegley@gmail.com>
2214
2215 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2216 the password (bug#12097).
2217
2218 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2219
2220 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2221 (bug#13263).
2222
2223 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2224 buffer exists before using it (bug#12475).
2225
2226 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2227 offline groups (bug#11937).
2228
2229 * message.el (message-yank-original): When using customize to set the
2230 value of `message-cite-style', the variable it set to a symbol that's
2231 the name of the variable, which must then be dereferenced (bug#12616).
2232
2233 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
2234
2235 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2236 the `face' property with a list whose car is the face specified in the
2237 format string and whose cdr is (nil).
2238 * lisp/gnus-util.el
2239 (gnus-put-text-property-excluding-characters-with-faces):
2240 Change accordingly.
2241 (gnus-get-text-property-excluding-characters-with-faces): New function.
2242 * lisp/gnus-sum.el (gnus-summary-highlight-line):
2243 * lisp/gnus-salt.el (gnus-tree-highlight-node):
2244 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2245
2246 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2247
2248 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2249 login methods.
2250 (nnimap-login): Respect the `nnimap-authenticator' variable.
2251
2252 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2253 mark state when moving articles. Otherwise unticked articles will get
2254 their ticks back after moving.
2255
2256 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2257
2258 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2259
2260 * message.el (message-ignored-news-headers): Always remove
2261 X-Message-SMTP-Method to avoid information leakage if the user
2262 mistakenly inserts the header into news messages.
2263
2264 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2265
2266 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2267 right than four characters, this command would move point to
2268 `point-max'. Don't do that.
2269
2270 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2271 to nil to allow re-selecting groups that gain articles.
2272 (gnus-bug-group-download-format-alist): Update the URL.
2273
2274 2012-12-23 Andreas Schwab <schwab@suse.de>
2275
2276 * shr.el (shr-tag-em): Render em as italic, not bold.
2277
2278 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
2279
2280 * gnus-int.el (gnus-backend-trace): Factor out into its own function
2281 for reuse.
2282 (gnus-open-server): Use it to add more tracing.
2283 (gnus-finish-retrieve-group-infos): Add backend tracing.
2284 (gnus-backend-trace): Also note the elapsed seconds.
2285
2286 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
2287
2288 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2289 Set epa-file-encrypt-to from variable to avoid querying.
2290
2291 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
2292
2293 * sieve-mode.el (sieve-font-lock-keywords):
2294 Keywords should be word delimited. (Bug#13173)
2295
2296 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
2297
2298 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2299 instead of <pre> to align message header.
2300
2301 2012-12-12 Sam Steingold <sds@gnu.org>
2302
2303 * gnus.el (gnus-other-frame-resume-function): Add user option.
2304 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2305
2306 2012-12-06 Sam Steingold <sds@gnu.org>
2307
2308 * gnus-start.el (gnus-before-resume-hook): Add.
2309 (gnus-1): Run it when Gnus is alive.
2310
2311 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2312
2313 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2314 * gnus-art.el (article-unsplit-urls)
2315 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2316 * gnus-registry.el (gnus-registry-get-article-marks)
2317 * message.el (message-goto-body): Use it.
2318 (message-called-interactively-p): Remove.
2319
2320 * spam-stat.el (spam-stat-called-interactively-p): New macro.
2321 (spam-stat-score-buffer): Use it.
2322
2323 * spam.el: Silence the warnings against BBDB functions when compiling.
2324
2325 * gnus-score.el (gnus-score-decode-text-parts):
2326 Use append+mapcar instead of the cl function mapcan.
2327
2328 * gmm-utils.el (gmm-flet): Remove.
2329
2330 * gnus-sync.el (gnus-sync-lesync-call):
2331 Avoid overriding json-alist-p.
2332
2333 * message.el (message-read-from-minibuffer):
2334 Avoid overriding mail-abbrev-in-expansion-header-p.
2335
2336 2012-12-05 Sam Steingold <sds@gnu.org>
2337
2338 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2339 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2340 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2341
2342 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2343
2344 * gmm-utils.el (gmm-called-interactively-p): Revert.
2345 This seems to cause Emacs to get stuck!
2346 * gnus-art.el (article-unsplit-urls)
2347 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2348 * gnus-registry.el (gnus-registry-get-article-marks)
2349 * message.el (message-goto-body)
2350 (message-called-interactively-p): Revert.
2351
2352 * gmm-utils.el (gmm-called-interactively-p): New function.
2353 * gnus-art.el (article-unsplit-urls)
2354 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2355 * gnus-registry.el (gnus-registry-get-article-marks)
2356 * message.el (message-goto-body): Use it.
2357 (message-called-interactively-p): Remove.
2358
2359 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2360 * gnus-sync.el (gnus-sync-lesync-call)
2361 * message.el (message-read-from-minibuffer): Use it.
2362
2363 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2364
2365 * gmm-utils.el (gmm-flet): Remove.
2366 * gnus-sync.el (gnus-sync-lesync-call)
2367 * message.el (message-read-from-minibuffer): Don't use it.
2368
2369 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2370
2371 * gmm-utils.el (gmm-labels): Use cl-labels if available.
2372
2373 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2374
2375 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2376
2377 * gnus-sync.el (gnus-sync-lesync-call)
2378 * message.el (message-read-from-minibuffer): Use gmm-flet.
2379
2380 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2381
2382 * gnus-util.el (gnus-macroexpand-all): Remove.
2383
2384 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
2385
2386 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2387 to TAB, not [tab].
2388 (gnus-summary-article-map): Likewise.
2389
2390 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2391 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2392
2393 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2394
2395 * message.el (message-get-reply-headers):
2396 Make sure the reply goes to the author if it is a wide reply.
2397
2398 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
2399
2400 * gnus-score.el (gnus-score-body):
2401 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2402 scoring by body.
2403
2404 2012-11-16 Glenn Morris <rgm@gnu.org>
2405
2406 * gnus-diary.el (nndiary-request-create-group-functions)
2407 (nndiary-request-update-info-functions)
2408 (gnus-subscribe-newsgroup-functions)
2409 (nndiary-request-accept-article-functions):
2410 Use new names for hooks rather than obsolete aliases.
2411
2412 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
2413
2414 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2415 in meta tag with the one the part specifies in its header.
2416
2417 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2418
2419 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2420 by default.
2421
2422 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2423
2424 New UIDL implementation.
2425
2426 * mail-source.el (mail-sources, mail-source-keyword-map):
2427 Add :leave as a pop3 keyword.
2428 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2429
2430 * pop3.el (pop3-leave-mail-on-server): Allow number.
2431 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2432 (pop3-movemail): Add UIDL support.
2433 (pop3-send-streaming-command): Take a list of mail numbers instead of
2434 the number of mails.
2435 (pop3-write-to-file): Add X-UIDL header.
2436 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2437 (pop3-uidl-add-xheader): New functions.
2438
2439 * message.el (message-ignored-resent-headers):
2440 Add X-Content-Length and X-UIDL headers.
2441
2442 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2443
2444 * nndiary.el (nndiary-request-create-group-functions)
2445 (nndiary-request-update-info-functions)
2446 (nndiary-request-accept-article-functions):
2447 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2448 "-hooks" suffix.
2449
2450 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2451
2452 * starttls.el (starttls-extra-arguments): Doc fix.
2453
2454 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2455
2456 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2457 it.
2458
2459 2012-10-06 Glenn Morris <rgm@gnu.org>
2460
2461 * gnus-notifications.el (gnus-notifications):
2462 Add missing group :version tag.
2463 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2464 (gnus-gcc-post-body-encode-hook):
2465 * gnus-sync.el (gnus-sync-lesync-name)
2466 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2467
2468 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2469
2470 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2471 a user about whether to delete temp files if once a user answered as n.
2472
2473 2012-09-17 Richard Stallman <rms@gnu.org>
2474
2475 * message.el (message-in-body-p): Don't set mark or modify buffer.
2476
2477 * mml.el (mml-attach-file): Doc fix.
2478 (mml-attach-external, mml-attach-buffer, mml-attach-file):
2479 Set mail-encode-mml when in Mail mode.
2480 Simplify code to set HEAD and move back to HEAD.
2481 (mml-insert-multipart, mml-insert-part):
2482 Set mail-encode-mml when in Mail mode.
2483
2484 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2485
2486 * gnus-util.el (gnus-timer--function): New function.
2487
2488 * gnus-art.el (gnus-article-stop-animations): Use it.
2489
2490 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2491
2492 Fix glitches caused by addition of psec to timers.
2493 * gnus-art.el (gnus-article-stop-animations): Use timer--function
2494 rather than raw access to timer vector.
2495
2496 2012-09-11 Julien Danjou <julien@danjou.info>
2497
2498 * gnus-notifications.el (gnus-notifications): Check for nil values in
2499 ignored addresses check.
2500
2501 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2502
2503 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2504
2505 2012-09-07 Chong Yidong <cyd@gnu.org>
2506
2507 * gnus-util.el
2508 (gnus-put-text-property-excluding-characters-with-faces): Restore.
2509
2510 * gnus-salt.el (gnus-tree-highlight-node):
2511 * gnus-sum.el (gnus-summary-highlight-line):
2512 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2513
2514 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2515
2516 * gnus-util.el: Fix compilation error on XEmacs 21.4.
2517
2518 2012-09-06 Juri Linkov <juri@jurta.org>
2519
2520 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2521 scheme for buffer names to be more consistent with other group and
2522 article buffer names in Gnus.
2523
2524 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2525
2526 * gnus-util.el
2527 (gnus-put-text-property-excluding-characters-with-faces): Remove.
2528
2529 * gnus-compat.el: Define compat function `add-face' from Wolfgang
2530 Jenkner.
2531
2532 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2533
2534 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2535
2536 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2537
2538 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2539
2540 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2541 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2542
2543 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2544 string-prefix-p in Emacs >=23.2.
2545
2546 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2547 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2548 instead of string-match-p.
2549 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2550
2551 2012-09-06 Kenichi Handa <handa@gnu.org>
2552
2553 * qp.el (quoted-printable-decode-region): Fix previous change; handle
2554 lowercase a..f.
2555
2556 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2557
2558 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2559
2560 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
2561
2562 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
2563 TIME is set.
2564
2565 2012-09-05 Juri Linkov <juri@jurta.org>
2566
2567 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2568 than one group at a time (bug#11961).
2569
2570 2012-09-05 Julien Danjou <julien@danjou.info>
2571
2572 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2573 this hide the real reason with a message giving absolutely no hint.
2574
2575 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
2576
2577 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2578 to the backend (bug#11804).
2579
2580 * message.el (message-insert-newsgroups): Don't insert newsgroup
2581 duplicates (bug#12275).
2582
2583 2012-09-05 John Wiegley <johnw@newartisans.com>
2584
2585 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2586 sieve rules.
2587
2588 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
2589
2590 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2591 function.
2592
2593 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2594
2595 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2596
2597 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2598
2599 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2600 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2601 This should make nnmaildir more usable with offlineimap.
2602
2603 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
2604
2605 * gnus-notifications.el (gnus-notifications-notify): Use it.
2606
2607 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2608 warnings on XEmacs.
2609
2610 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2611
2612 Better seeds for (random).
2613 * gnus-sync.el (gnus-sync-lesync-setup):
2614 * message.el (message-canlock-generate, message-unique-id):
2615 Change (random t) to (random), now that the latter is more random.
2616
2617 2012-08-31 Dave Abrahams <dave@boostpro.com>
2618
2619 * auth-source.el (auth-sources): Fix macos keychain access.
2620
2621 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2622 allow the backend `request-head' function to determine the group
2623 name on its own.
2624 (gnus-request-expire-articles): Filter out negative article numbers
2625 during expiry (Bug#11980).
2626
2627 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2628 O(N^2) to O(N). This makes warping into huge groups tolerable.
2629
2630 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2631 you've found the article when you haven't.
2632
2633 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2634
2635 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2636
2637 2012-08-30 Julien Danjou <julien@danjou.info>
2638
2639 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2640 `gnus-notifications-timeout'.
2641 (gnus-notifications-timeout): Add.
2642 (gnus-notifications-action): New function.
2643 (gnus-notifications-notify): Add :action using
2644 `gnus-notifications-action'.
2645 (gnus-notifications-id-to-msg): New variable.
2646 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2647 notifications id to messages.
2648
2649 2012-08-30 Kenichi Handa <handa@gnu.org>
2650
2651 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2652 once.
2653
2654 2012-08-29 Julien Danjou <julien@danjou.info>
2655
2656 * gnus-notifications.el: New file.
2657 (gnus-notifications-notify): New function.
2658 (gnus-notifications): Use `gnus-notifications-notify'.
2659
2660 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
2661
2662 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2663 transfer encoding first; bind gnus-newsgroup-charset to the charset
2664 that the article specifies (Bug#12209).
2665
2666 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
2667
2668 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2669 (gnus-group-customize-done): Encode values posting-style holds.
2670
2671 * gnus-msg.el (gnus-summary-resend-message)
2672 (gnus-configure-posting-styles): Decode values posting-style group
2673 parameter holds.
2674
2675 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
2676
2677 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2678 `name' and `address' in Resent-From header.
2679
2680 2012-08-14 Chong Yidong <cyd@gnu.org>
2681
2682 * gnus-art.el (article-display-face): Handle failure in
2683 gnus-create-image (Bug#11802).
2684
2685 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2686
2687 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2688 Use defsetf.
2689
2690 2012-08-10 Daiki Ueno <ueno@unixuser.org>
2691
2692 * auth-source.el (auth-source-plstore-search)
2693 (auth-source-secrets-search): Ignore :require and :type in search spec.
2694
2695 2012-08-06 Julien Danjou <julien@danjou.info>
2696
2697 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2698 Remove autoload, already handled by gnus.el.
2699
2700 2012-08-05 Julien Danjou <julien@danjou.info>
2701
2702 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2703 Add autoload.
2704
2705 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
2706
2707 * gnus.el (gnus-valid-select-methods): Fix custom type.
2708
2709 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
2710
2711 * auth-source.el (auth-sources, auth-source-backend-parse)
2712 (auth-source-macos-keychain-search)
2713 (auth-source-macos-keychain-search-items)
2714 (auth-source-macos-keychain-result-append)
2715 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2716 auth-source.el through the /usr/bin/security utility.
2717 (auth-sources): Fix syntax error.
2718 (auth-source-macos-keychain-result-append): Fix variable name.
2719 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2720
2721 2012-07-27 Julien Danjou <julien@danjou.info>
2722
2723 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2724 Emacs < 24.1
2725
2726 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
2727
2728 * message.el (message-kill-address): Don't kill last newline.
2729 (message-skip-to-next-address): Don't move to the next header.
2730 (message-fill-field-address): Work properly.
2731
2732 2012-07-25 Julien Danjou <julien@danjou.info>
2733
2734 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2735
2736 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
2737
2738 * nnimap.el (nnimap-get-responses): Don't remove, still used.
2739
2740 2012-07-24 Julien Danjou <julien@danjou.info>
2741
2742 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2743
2744 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2745 (nntp-async-timer-handler): Remove, unused.
2746
2747 * nnimap.el (nnimap-get-responses): Remove, unused.
2748
2749 * nnheader.el (mail-header-set-extra): Remove, unused.
2750
2751 * mm-view.el (mm-view-sound-file): Remove, unused.
2752
2753 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2754 (mm-url-encode-multipart-form-data): Remove, unused.
2755
2756 * message.el (message-remove-signature, message-make-host-name)
2757 (message-fill-address): Remove, unused.
2758
2759 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2760 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2761 unused.
2762
2763 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2764
2765 * gnus-util.el (gnus-extract-address-component-name)
2766 (gnus-extract-address-component-email, gnus-sortable-date)
2767 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2768 (gnus-process-live-p): Remove, unused.
2769
2770 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2771
2772 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2773 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2774 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2775 function.
2776
2777 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2778
2779 * gnus-score.el (gnus-summary-score-crossposting)
2780 (gnus-score-regexp-bad-p): Remove, unused.
2781
2782 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2783
2784 * gnus-range.el (gnus-sublist-p): Remove, unused.
2785
2786 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2787 unused.
2788
2789 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2790
2791 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2792 (gnus-request-associate-buffer): Remove, unused.
2793
2794 * gnus-group.el (gnus-group-set-method-info)
2795 (gnus-group-set-params-info): Remove, unused.
2796
2797 * gnus-fun.el (gnus-shell-command-to-string)
2798 (gnus-shell-command-on-region): Remove, unused.
2799
2800 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2801
2802 * gnus-art.el (gnus-article-text-type-exists-p)
2803 (article-translate-characters, gnus-article-hide-text-of-type)
2804 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2805 Remove, unused.
2806
2807 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2808
2809 * nnir.el ("nnir"): Revert last change, that's premature to merge from
2810 Gnus master.
2811
2812 2012-07-22 Andrew Cohen <cohen@bu.edu>
2813
2814 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2815
2816 2012-07-21 Julien Danjou <julien@danjou.info>
2817
2818 * message.el (message-dont-reply-to-names): Replace deprecated
2819 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2820 (message-get-reply-headers): Ditto.
2821
2822 2012-07-18 Julien Danjou <julien@danjou.info>
2823
2824 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2825 `sieve-upload-and-kill'.
2826
2827 * sieve.el (sieve-bury-buffer): Remove function.
2828 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2829 (sieve-upload-and-kill): New function, mapped to C-c C-c.
2830
2831 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2832
2833 * shr.el (shr-expand-url): Handle URL starting with `//'.
2834
2835 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2836 2012-07-13 Chong Yidong <cyd@gnu.org>
2837
2838 * smime.el (smime-certificate-info): Set buffer-read-only directly,
2839 instead of calling toggle-read-only with a (bogus) argument.
2840
2841 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
2842
2843 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2844 of initial input when reading the author to restrict the summary to.
2845
2846 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2847
2848 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
2849 buffer exists, which it doesn't if we haven't started Gnus.
2850
2851 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
2852
2853 * mm-decode.el (mm-shr):
2854 Allow overriding charset by mm-charset-override-alist.
2855
2856 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
2857
2858 * gnus-art.el (gnus-article-view-part):
2859 Toggle subparts of multipart/alternative part.
2860
2861 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2862
2863 * gnus-sync.el: Simply require json.
2864
2865 * registry.el: Simply require eieio and eieio-base.
2866
2867 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
2868
2869 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
2870
2871 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2872
2873 * shr.el (shr-render-buffer): New command.
2874 (shr-visit-file): Use it.
2875
2876 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
2877
2878 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2879 Set no-byte-compile and no-update-autoloads.
2880
2881 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2882
2883 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2884
2885 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2886
2887 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2888 being bound to a lambda form.
2889
2890 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2891
2892 * gnus-picon.el (gnus-picon-properties): New defcustom.
2893 (gnus-picon-create-glyph): Use it.
2894
2895 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2896
2897 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2898 locales.
2899
2900 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2901 on a handle.
2902
2903 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2904 address as the default.
2905
2906 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
2907 It makes no sense to query the user about internal files.
2908
2909 * gnus-spec.el: Remove all the byte-compilation stuff, since
2910 benchmarking shows that it doesn't help when entering large summary
2911 buffers.
2912
2913 * gnus-util.el (gnus-byte-code): Remove.
2914
2915 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2916 grouplens stuff.
2917
2918 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2919
2920 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2921 (bug#11514).
2922
2923 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2924
2925 * message.el (message-buffers): Return all buffers derived from Message
2926 to make `gnus-dired-attach' work with mu4e.
2927
2928 2012-06-26 Daiki Ueno <ueno@unixuser.org>
2929
2930 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2931 (mm-dissect-singlepart): Don't guess the MIME type of
2932 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2933 set.
2934 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2935 toplevel MIME type is multipart/encrypted.
2936
2937 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2938
2939 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
2940 In particular, add an optional argument and a docstring.
2941
2942 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2943
2944 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2945 current before calling `gnus-groups-to-gnus-format'.
2946 Note that this was already the case for `gnus-active-to-gnus-format'.
2947
2948 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2949
2950 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2951
2952 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2953
2954 * mm-decode.el (mm-dissect-buffer): Doc fix.
2955
2956 * gnus-sum.el (gnus-handle-ephemeral-exit):
2957 Avoid creating the group buffer if it doesn't exist.
2958
2959 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
2960 is given, mark the group as ephemeral with the current window conf.
2961
2962 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2963 buffer exists, which it doesn't if we haven't started Gnus.
2964 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2965
2966 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2967
2968 * mml.el (mml-generate-mime):
2969 Allow specifying what the top-level part type is.
2970
2971 * gnus-sum.el (gnus-auto-center-summary):
2972 `scroll-margin' isn't defined on XEmacs.
2973
2974 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2975
2976 * gnus-sum.el (gnus-auto-center-summary):
2977 Set default to respect `scroll-margin'.
2978
2979 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
2980
2981 * gnus-cite.el (gnus-dissect-cited-text): A single line without
2982 citation prefix within a block of cited text should be considered
2983 part of that block *only* if it is a blank line.
2984
2985 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2986
2987 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2988 before kinsoku-bol characters nor within kinsoku-eol characters.
2989
2990 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2991
2992 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2993 (gnus-topic-create-topic, gnus-topic-enter-dribble):
2994 Silence compiler.
2995 (gnus-sync-read): Use mapc instead of mapcar.
2996
2997 * mm-archive.el: Require mm-decode for some macros.
2998 (gnus-recursive-directory-files, mailcap-extension-to-mime):
2999 Silence the byte compiler.
3000 (mm-archive-decoders): New function that returns the value of
3001 the mm-archive-decoders variable.
3002
3003 * mm-decode.el:
3004 Don't require mm-archive; autoload mm-archive functions instead.
3005 (mm-dissect-singlepart): Use the function mm-archive-decoders.
3006
3007 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3008
3009 2012-06-26 Peter Münster <pmrb@free.fr>
3010
3011 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3012 (gnus-demon-cancel): Ditto.
3013 (gnus-demon-run-callback): When function cannot be called due to low
3014 idleness, call it when idleness reaches the expected value, instead
3015 of waiting another timer period.
3016 (gnus-demon-init): Add `time' to arguments of call-back.
3017
3018 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3019
3020 * gnus.el: Register gnus-registry functions.
3021
3022 * gnus-registry.el (gnus-try-warping-via-registry):
3023 Move here and indent.
3024
3025 * gnus-int.el (gnus-warp-to-article):
3026 Check whether the registry is enabled before warping.
3027
3028 2012-06-26 Dave Abrahams <dave@boostpro.com>
3029
3030 * gnus-sum.el (gnus-summary-insert-subject): Record information
3031 in the registry about each article retrieved.
3032
3033 * gnus-int.el (gnus-select-group-with-message-id): New function.
3034 (gnus-try-warping-via-registry): Ditto.
3035 (gnus-warp-to-article): Fall back on the registry.
3036
3037 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3038
3039 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3040
3041 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3042
3043 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3044 gnus-gcc-self-resent-messages may be a group parameter.
3045 (gnus-summary-resend-message):
3046 Don't encode encoded words in header when Gcc'ing resent message.
3047
3048 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3049
3050 * shr.el (shr-insert): Treat non-breaking space just like normal
3051 space. This seems to produce more pleasing results.
3052 (shr-insert):
3053 Only insert a blank line if we're starting from an image.
3054 (shr-tag-br):
3055 Allow <br> to end lines or to make a single blank line.
3056 (shr-ensure-paragraph): Consider lines with white space to be blank.
3057
3058 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
3059
3060 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3061 and gnus-gcc-post-body-encode-hook.
3062
3063 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3064
3065 * mm-decode.el (mm-dissect-singlepart):
3066 Guess what the type of application/octet-stream parts really is.
3067
3068 * gnus-sum.el (gnus-propagate-marks): Remove.
3069
3070 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3071
3072 * nntp.el (nntp-coding-system-for-read): Remove.
3073 (nntp-coding-system-for-write): Ditto.
3074 (nntp-open-connection): Just use `binary' directly.
3075
3076 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3077
3078 * registry.el (registry-usage-test, registry-persistence-test):
3079 Move to tests/gnustest-registry.el.
3080 (registry-make-testable-db, registry-match-test)
3081 (registry-instantiation-test): Move to tests/gnustest-registry.el.
3082
3083 * gnus-registry.el (gnus-registry-misc-test)
3084 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3085
3086 * tests/gnustest-registry.el:
3087 New file with the registry and gnus-registry ERT tests.
3088
3089 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3090
3091 * gnus-msg.el (gnus-summary-resend-message):
3092 Make gnus-summary-resend-message-insert-gcc be last item in
3093 message-header-setup-hook.
3094
3095 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3096
3097 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3098 (nnfolder-marks, nnfolder-marks-file-suffix)
3099 (nnfolder-marks-modtime): Remove.
3100 (nnfolder-open-server): Don't use marks.
3101 (nnfolder-request-delete-group): Ditto.
3102 (nnfolder-request-rename-group): Ditto.
3103 (nnfolder-request-set-mark, nnfolder-request-marks)
3104 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3105 (nnfolder-save-marks, nnfolder-open-marks): Remove.
3106
3107 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3108 (nnml-marks-modtime): Remove.
3109 (nnml-request-delete-group): Don't use marks.
3110 (nnml-request-rename-group): Ditto.
3111 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3112 (nnml-save-marks, nnml-open-marks): Remove.
3113
3114 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3115 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3116 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3117 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3118 (nntp-server-to-method-cache): Remove.
3119
3120 * shr.el (shr-rescale-image): Fix wrong merge.
3121
3122 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3123
3124 * shr.el (shr-remove-trailing-whitespace):
3125 Really delete the padding on too-wide lines.
3126
3127 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3128
3129 * mm-archive.el (mm-archive-dissect-and-inline): New function.
3130 (mm-archive-dissect-and-inline): Fix up the undisplayer.
3131
3132 * mm-decode.el (mm-display-external): Output the text from
3133 the command in the buffer after the command finished.
3134 This makes text-based commands behave better.
3135
3136 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3137
3138 * message.el (smtpmail-smtp-user): Silence compiler warning.
3139
3140 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3141
3142 * message.el (message-multi-smtp-send-mail): Also allow specifying
3143 the SMTP user name.
3144
3145 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3146
3147 * gnus-sum.el (gnus-summary-article-map): Fix typo.
3148
3149 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3150
3151 * message.el (message-multi-smtp-send-mail): New function.
3152 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3153 header to implement multi-SMTP functionality.
3154
3155 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
3156 (gnus-agentize): Don't set it.
3157 (gnus-agent-send-mail): Don't use it.
3158
3159 * gnus-sum.el (gnus-summary-widget-backward):
3160 New function and keystroke.
3161
3162 * shr.el (shr-put-image): Remove underlines from sliced images.
3163 (shr-zoom-image): Compute the region to be replaced more correctly.
3164
3165 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3166
3167 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3168 (gnus-summary-resend-message-insert-gcc): New function.
3169 (gnus-summary-resend-message): Modify message-header-setup-hook and
3170 message-sent-hook to make it work for Gcc.
3171 (gnus-inews-do-gcc): Update the number of unread articles of groups
3172 that messages are Gcc'd to.
3173
3174 * message.el (message-resend): Run message-sent-hook to do Gcc.
3175
3176 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3177
3178 * gnus-registry.el (gnus-registry-fixup-registry):
3179 Move the message to a higher level to silence compilation.
3180
3181 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3182 parameter to allow controlling the scaling.
3183
3184 * shr.el (shr-zoom-image): New command and keystroke.
3185 (shr-put-image): Take a `size' flag to say how to scale the image.
3186
3187 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3188 Use recursive deletion.
3189 (mm-dissect-archive): Add support for zip files.
3190
3191 * gnus-util.el (gnus-recursive-directory-files): New function.
3192
3193 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3194 (mm-archive-decoders): Add tgz support.
3195
3196 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3197 Otherwise inserting text into the Gnus buffer can look odd.
3198
3199 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3200
3201 * mm-archive.el (mm-archive-decoders): Add support for tar.
3202
3203 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3204
3205 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3206
3207 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3208
3209 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3210
3211 * mm-archive.el: New file.
3212
3213 * mm-decode.el (mm-dissect-singlepart):
3214 Use it to decode ms-tnef files.
3215
3216 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3217
3218 * message.el (message-goto-*): Make all the `message-goto-*' commands
3219 push the mark before moving point. This makes it easier to go back
3220 to where you came from after editing whatever you jumped to.
3221
3222 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3223
3224 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3225 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3226 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3227
3228 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3229
3230 * spam.el: Move BBDB autoloads.
3231 (spam-exists-in-BBDB-p):
3232 New function to do the BBDB search directly in BBDB 2 and 3.
3233 (spam-check-BBDB): Use it.
3234 (spam-enter-ham-BBDB): Use it.
3235
3236 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
3237
3238 * gnus-group.el (gnus-group-get-new-news):
3239 New parameter `one-level' for scanning exactly one level.
3240
3241 * gnus-start.el (gnus-get-unread-articles): Ditto.
3242
3243 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3244
3245 * gnus-sync.el: More commentary about setup.
3246
3247 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3248
3249 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3250
3251 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3252
3253 * gnus-sync.el: Improve docs about CouchDB admins.
3254
3255 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3256
3257 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3258 not needed. Provide xmlplistread list function to produce XML plist
3259 output for non-Gnus LeSync clients.
3260
3261 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3262
3263 * gnus-sync.el: Add LeSync synchronization backend and logic to read
3264 and save against it. Group subscriptions, read marks, other marks,
3265 subscription levels, topic names, and topic offsets (the group's
3266 position within the topic) are saved. This is an experimental
3267 backend and may change significantly. Load json.el from
3268 the gnus-fallback-lib if it's not available otherwise.
3269 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3270
3271 2012-06-26 David Engster <dengste@eml.cc>
3272
3273 * tests/gnustest-nntp.el: New file for simple NNTP testing.
3274
3275 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
3276
3277 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3278
3279 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
3280
3281 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3282 is an integer to avoid later problems.
3283
3284 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3285
3286 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3287 locales.
3288
3289 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
3290
3291 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3292 articles when fetch-old is non-nil (bug#11370).
3293
3294 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3295
3296 * gnus-group.el (gnus-group-get-new-news):
3297 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
3298
3299 2012-06-10 Dave Abrahams <dave@boostpro.com>
3300
3301 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3302 groups (bug#11641).
3303
3304 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3305
3306 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3307 (bug#11514).
3308
3309 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3310
3311 * nntp.el: Stop the `letf' madness.
3312 (nntp--report-1): New var.
3313 (nntp-report): Merge nntp-report-1 into it.
3314 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3315 the nntp-report function.
3316
3317 * auth-source.el: Fix comment-style to follow the convention.
3318
3319 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
3320
3321 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3322 a string so that Gcc works (bug#11514).
3323
3324 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3325
3326 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3327 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3328
3329 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3330
3331 * gnus-win.el (gnus-configure-frame): Don't signal an error when
3332 jumping to *Server* from a dedicated *Group* window.
3333 (gnus-configure-frame): CSE.
3334
3335 * gnus-registry.el: Minor style cleanup.
3336 (gnus-registry--set/remove-mark): New function, extracted from
3337 gnus-registry-install-shortcuts.
3338 (gnus-registry-install-shortcuts): Use it.
3339
3340 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
3341
3342 * nnspool.el (news-path): Use eval-and-compile.
3343
3344 2012-05-24 Glenn Morris <rgm@gnu.org>
3345
3346 * nnspool.el (news-directory, news-path, news-inews-program):
3347 Move here from paths.el. Don't see a need for these to be autoloaded.
3348
3349 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3350 Merge in doc from paths.el version. Don't see any need for this to be
3351 autoloaded, or for the warning about users not setting it.
3352
3353 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3354
3355 Fix minor Y10k bug.
3356 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3357
3358 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3359
3360 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3361 message once it's actually open.
3362
3363 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3364
3365 * auth-source.el (auth-source--aput-1, auth-source--aput)
3366 (auth-source--aget): New functions and macros.
3367 Use them instead of aput/aget.
3368
3369 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3370
3371 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3372
3373 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3374
3375 * plstore.el (plstore-called-interactively-p): New compat macro copied
3376 from message.el.
3377 (plstore-mode): Use it.
3378
3379 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3380
3381 * plstore.el: Revive the editing feature.
3382 (plstore-mode): New mode to edit plstore file.
3383 (plstore-mode-toggle-display, plstore-mode-original)
3384 (plstore-mode-decoded): New command.
3385 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3386 (plstore--insert-buffer, plstore--make): New function.
3387 (plstore-open, plstore-save): Simplify by using them.
3388
3389 2012-04-16 Glenn Morris <rgm@gnu.org>
3390
3391 * nndraft.el (nndraft-request-list): Fix declaration.
3392
3393 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3394
3395 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3396 don't have a current group.
3397
3398 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3399 have a group name.
3400
3401 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3402 a multibyte buffer (bug#7410).
3403 (article-wash-html): Parse the original article buffer to get the
3404 unencoded data (bug#7410).
3405
3406 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3407 .newsrc.el files.
3408
3409 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3410
3411 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3412 would have gotten if we posted to the group, and use that to compare
3413 against the message we want to cancel (bug#10808).
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 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
3428 requested (bug#10961).
3429
3430 * shr.el (shr-table-widths): Divide the extra width more fairly over
3431 the TDs (bug#10973).
3432 (shr-render-td): Don't delete too much padding.
3433 (shr-natural-width): Compute the natural width more correctly.
3434 (shr-insert): Allow the natural width to be computed for tables again.
3435 (shr-tag-table-1): Rework how the natural widths are computed by
3436 rendering the table a third time.
3437 (shr-natural-width): Remove.
3438 (shr-buffer-width): New function.
3439 (shr-expand-newlines): Use it.
3440
3441 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
3442 using a `gnus-use-full-window' setup (bug#11013).
3443
3444 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3445
3446 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3447 24.1 release.
3448
3449 2012-03-10 David Edmondson <dme@dme.org>
3450
3451 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3452 'Forwarded Message' header and the start of the message.
3453
3454 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3455
3456 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3457 isn't running (bug#10897).
3458
3459 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3460
3461 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3462
3463 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3464
3465 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3466
3467 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3468
3469 * mm-decode.el (mm-shr): Remove "soft hyphens".
3470
3471 * nnimap.el (nnimap-request-list): Return the group names encoded as
3472 utf8. Otherwise non-European group names don't work.
3473 (nnimap-request-newgroups): Ditto.
3474
3475 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3476 the default in `read-string' (bug#10757).
3477
3478 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3479 topics (bug#10843).
3480
3481 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3482 buffer. Suggested by Herbert Valerio Riedel.
3483 (nnimap-request-move-article): Delete the message from the correct IMAP
3484 server.
3485
3486 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
3487
3488 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3489 Reported by Peter Münster.
3490
3491 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
3492
3493 * shr.el (shr-image-fetched): Make sure we really kill the right
3494 buffer.
3495
3496 2012-02-16 Leo Liu <sdl.web@gmail.com>
3497
3498 * gnus-start.el (gnus-1): Avoid duplicate entries.
3499
3500 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
3501
3502 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3503 too-wide lines.
3504
3505 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
3506
3507 * shr.el (shr-rescale-image): Undo previous change; see
3508 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3509
3510 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3511
3512 * nnimap.el (nnimap-record-commands): New variable.
3513 (nnimap-log-command): Use it.
3514 (nnimap-make-process-buffer): Add a space to the process buffer.
3515 (nnimap-transform-headers): Don't bug out on header lines containing
3516 stuff that look like IMAP length encodings.
3517
3518 * shr.el (shr-rescale-image): Allow viewing large images.
3519
3520 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
3521
3522 * nnml.el (nnml-request-compact-group): Delete the marks file after
3523 compaction (bug#10800).
3524
3525 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3526 group exit.
3527
3528 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3529 QRESYNC/FETCH output.
3530
3531 2012-02-11 Glenn Morris <rgm@gnu.org>
3532
3533 * sieve-manage.el (sieve-manage-default-stream):
3534 * shr.el (shr):
3535 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3536 (nnir-retrieve-headers-override-function)
3537 (nnir-imap-default-search-key, nnir-notmuch-program)
3538 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3539 (nnir-method-default-engines):
3540 * message.el (message-cite-reply-position):
3541 * gssapi.el (gssapi-program):
3542 * gravatar.el (gravatar):
3543 * gnus-sum.el (gnus-refer-thread-use-nnir):
3544 * gnus-registry.el (gnus-registry-unfollowed-addresses)
3545 (gnus-registry-max-pruned-entries):
3546 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3547 * gnus-int.el (gnus-after-set-mark-hook)
3548 (gnus-before-update-mark-hook):
3549 * gnus-async.el (gnus-async-post-fetch-function):
3550 * auth-source.el (auth-source-cache-expiry):
3551 Add missing :version tags to new defcustoms and defgroups.
3552
3553 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3554
3555 * message.el (message-default-send-mail-function): Made into own
3556 function for reuse by emacsbug.el.
3557
3558 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
3559
3560 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3561 `gnus-sloppily-equal-method-parameters' to avoid a warning.
3562
3563 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3564
3565 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3566 running.
3567
3568 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3569
3570 * gnus.el (gnus-server-extend-method): Don't add an -address component
3571 if the method already has one (bug#9676).
3572
3573 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3574
3575 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3576 of an initial-input for consistency (bug#10757).
3577
3578 * shr.el: Inhibit getting and sending cookies when fetching pictures.
3579
3580 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3581
3582 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3583
3584 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3585 lines that are narrower than the window width. Otherwise background
3586 "blocks" will look less readable.
3587
3588 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3589
3590 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3591
3592 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3593
3594 * nnimap.el (nnimap-transform-headers): Remove unused variable.
3595 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3596 have newlines within the strings, and where the UID comes after the
3597 BODYSTRUCTURE element (bug#10537).
3598
3599 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3600 (bug#10732).
3601
3602 * shr.el (shr-insert-document): Add doc string.
3603 (shr-visit-file): Ditto.
3604 (shr-remove-trailing-whitespace): New function.
3605 (shr-insert-document): Use it to clean up trailing whitespace as the
3606 final step (bug#10714).
3607
3608 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3609
3610 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3611 buffer if `gnus-kill-summary-on-exit' is nil.
3612
3613 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
3614
3615 * gnus-sum.el (gnus-summary-show-thread):
3616 next-single-char-property-change may return nil in XEmacs.
3617
3618 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3619
3620 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3621 when just reading a single group from "without" Gnus.
3622
3623 2012-02-06 Chong Yidong <cyd@gnu.org>
3624
3625 * gnus-sum.el (gnus-summary-show-thread):
3626 next-single-char-property-change never returns nil (Bug#8657).
3627
3628 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
3629
3630 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3631 without reconnecting.
3632 (nnimap-possibly-change-group): Ditto.
3633 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3634 connection has died before being called.
3635
3636 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
3637
3638 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3639 an initial sync unless we're really doing one.
3640
3641 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3642 address parameter if one already exists (bug#9676).
3643
3644 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3645 not the prefix, as documented (bug#10689).
3646
3647 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3648
3649 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3650 the "server".
3651
3652 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3653 the real error message with the useless "previously known to be down".
3654 Which isn't even correct.
3655
3656 * nntp.el (nntp-open-connection): Report the error message if the nntp
3657 server can't be reached.
3658
3659 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3660 groups we do a total scan for.
3661 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3662 doing that.
3663
3664 2012-01-31 Jim Meyering <jim@meyering.net>
3665
3666 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3667 Correct a comment (insert "not") and hide nominally-doubled "to".
3668
3669 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3670
3671 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3672 section in the manual.
3673
3674 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3675
3676 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3677 words.
3678 (rfc2047-encode-string): Ditto.
3679 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
3680 understand folded filename="..." parameters, for instance.
3681
3682 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3683 the message for greater debuggability.
3684
3685 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
3686
3687 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3688 instead of setting it locally, since the latter doesn't seem to have
3689 any effect (most of the time).
3690
3691 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
3692
3693 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3694 function call.
3695
3696 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
3697
3698 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3699 seconds, and make the repeat clause with HH:MM specs work as
3700 documented.
3701
3702 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
3703
3704 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3705 so that previous errors don't prohibit getting new news.
3706
3707 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3708
3709 * nntp.el (nntp-retrieve-group-data-early): Ditto.
3710
3711 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3712
3713 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3714 bound globally in old Emacsen and XEmacsen.
3715
3716 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
3717
3718 * gnus.el (gnus-group-find-parameter): Check for liveness of the
3719 buffer, not of the string which is its name.
3720
3721 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3722
3723 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3724 non-server-marks groups.
3725 (gnus-group-make-articles-read): Ditto.
3726
3727 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3728 methods (bug#9676).
3729
3730 * gnus.el (gnus-method-ephemeral-p): New function.
3731
3732 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3733
3734 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3735 left-to-right.
3736
3737 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3738
3739 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3740 warning.
3741
3742 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3743
3744 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3745 macroexpand the nnir things, since they haven't been defined yet, and
3746 nnir requires gnus-sum.
3747
3748 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3749
3750 * mm-decode.el (mm-interactively-view-part): Fix prompt.
3751
3752 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
3753
3754 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3755 logical server name in addition to the actual machine address.
3756
3757 * auth-source.el (auth-source-user-and-password): Add convenience
3758 wrapper to search by just host and optionally user.
3759
3760 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3761
3762 * shr.el (shr-visit-file): Move point to the beginning of the buffer
3763 after rendering.
3764
3765 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3766
3767 * gnus-sum.el (gnus-summary-read-group): Document more parameters
3768 (bug#9693).
3769 (gnus-summary-setup-buffer): Document return value (bug#9697).
3770
3771 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3772 since ido doesn't work on symbols (bug#9632).
3773
3774 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3775 when getting a single value as when getting all the values. This means
3776 that atoms like `gcc-self' work cumulatively, like variable settings,
3777 instead of getting the value from the last matching clause.
3778 (gnus-group-find-parameter): Protect against the group buffer not
3779 existing (bug#9585).
3780
3781 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3782
3783 * gnus-start.el (gnus-activate-group): Document more parameters
3784 (bug#9694).
3785
3786 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3787 (bug#9692).
3788
3789 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3790 article was fetched, so that it can be expired later (bug#9958).
3791 (gnus-agent-summary-fetch-series): Add doc string.
3792 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3793 (bug#9517).
3794
3795 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3796 retrieval is happening.
3797
3798 * gnus.el (gnus-parameters): Doc fix.
3799
3800 2012-01-06 Dave Abrahams <dave@boostpro.com>
3801
3802 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3803 show the thread after expansion.
3804
3805 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3806
3807 * gnus-art.el (article-narrow-to-head): If the head is completely
3808 empty, narrow to the empty region (bug#9764).
3809
3810 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3811 read, and then mark them as unread only when the unread mark is used.
3812 This makes `C-- T k' actually work, even though it's confusing.
3813
3814 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3815 alive before we try to find its window.
3816
3817 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
3818
3819 * mm-decode.el (mm-display-external): Use a longer timeout for the
3820 deletion to allow slow programs to display the file.
3821
3822 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3823
3824 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3825 prompt to be less confusing.
3826
3827 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3828 argument to `message-reply'. This broke `special-display-*' frame
3829 pop-uping (bug#10238).
3830
3831 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3832
3833 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3834 systems, since these allegedly don't work there.
3835
3836 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
3837
3838 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3839 live buffer.
3840
3841 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3842
3843 * nnir.el (nnir-retrieve-headers): Protect against the article not
3844 existing on the server (bug#10335).
3845
3846 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3847
3848 * gnus-agent.el (gnus-agent-load-local):
3849 Recompute gnus-agent-article-local on changing method.
3850
3851 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3852
3853 * gnus.el (gnus-parameters): Note precedence.
3854
3855 2012-01-04 Leo Liu <sdl.web@gmail.com>
3856
3857 * nndraft.el (nndraft-update-unread-articles): Don't move point around
3858 in the group buffer.
3859
3860 2012-01-04 Julien Danjou <julien@danjou.info>
3861
3862 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3863 change.
3864
3865 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3866
3867 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3868 too.
3869
3870 * nntp.el (nntp-retrieve-group-data-early): Use it.
3871
3872 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3873
3874 * nntp.el (nntp-retrieval-in-progress): New variable.
3875 (nntp-make-process-buffer): Make it buffer-local.
3876
3877 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3878 2010.
3879 (gnus-demon-init): Use it to compute the time if time is on the form
3880 "04:23".
3881
3882 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3883
3884 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3885 status in the correct buffer.
3886
3887 2012-01-03 Leo Liu <sdl.web@gmail.com>
3888
3889 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3890 when opening topics (bug#10407).
3891
3892 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
3893
3894 * mm-view.el (mm-display-inline-fontify): Add comment.
3895
3896 2011-12-15 Juri Linkov <juri@jurta.org>
3897
3898 * mm-decode.el (mm-inline-media-tests): Add missing
3899 `mm-handle-media-subtype'.
3900
3901 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
3902
3903 * message.el (message-valid-fqdn-regexp): Update with newly approved
3904 top-level domain names ".tel" and ".asia".
3905
3906 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
3907
3908 * gnus-sum.el (gnus-summary-show-article): Don't load shr
3909 unconditionally.
3910
3911 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3912
3913 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3914 pop-to-buffer-same-window for old Emacsen.
3915
3916 2011-12-04 Chong Yidong <cyd@gnu.org>
3917
3918 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3919 change (Bug#10200).
3920
3921 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3922
3923 * compface.el (uncompface):
3924 * gnus-art.el (gnus-article-x-face-command): Update the header format
3925 of icon data for the most recent icontopbm program.
3926
3927 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3928
3929 * gnus-msg.el (gnus-inews-do-gcc):
3930 * message.el (message-send-mail):
3931 * mml.el (mml-generate-mime): Share the value of the buffer-local
3932 `message-options' variable between a draft buffer and temprary working
3933 buffers.
3934
3935 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3936
3937 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3938
3939 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3940
3941 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3942 for Cygwin.
3943
3944 2011-11-24 Glenn Morris <rgm@gnu.org>
3945
3946 * starttls.el: Fix case of "GnuTLS".
3947
3948 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3949
3950 * gnus-group.el (gnus-group-highlight): Fix typo.
3951
3952 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
3953
3954 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3955 value of `delete-file', that returns nil for a local file but returns t
3956 for a remote file using ssh.
3957
3958 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3959
3960 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3961 avoid later breakage.
3962
3963 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
3964
3965 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3966 article buffers' name.
3967
3968 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3969
3970 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3971 by Paul Eggert's spellfixes two days ago.
3972
3973 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3974
3975 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3976 buffer-local instead of binding them to avoid warnings. Also demote
3977 errors (bug#10063).
3978 (font-lock-mode-hook): Shut up byte compiler.
3979
3980 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3981
3982 * mm-util.el (mm-charset-after): Fix typo.
3983
3984 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3985
3986 * gnus-sum.el (gnus-summary-make-menu-bar):
3987 * gnus-uu.el (gnus-uu-decode-postscript)
3988 (gnus-uu-decode-postscript-and-save):
3989 * mailcap.el (mailcap-print-command):
3990 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3991 Fix typos.
3992
3993 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3994
3995 * gnus-art.el (gnus-article-part-wrapper):
3996 * shr-color.el (shr-color-visible-distance-min)
3997 (shr-color-relative-to-absolute, set-minimum-interval)
3998 (shr-color-visible): Fix typos.
3999
4000 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4001
4002 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4003 slightly clearer.
4004
4005 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4006
4007 * message.el (message-send-and-exit): Document `arg'.
4008
4009 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4012
4013 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
4014
4015 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4016 we don't use `bound-and-true-p'.
4017
4018 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
4019
4020 * gnus-util.el (gnus-bound-and-true-p): Remove.
4021 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4022 * nnir.el: Use it.
4023 * nnmairix.el: Use it.
4024
4025 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
4026
4027 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4028 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4029 for reasons unknown.
4030 * nnir.el: Use it.
4031 * nnmairix.el: Use it.
4032
4033 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4034 * nnir.el: Ditto.
4035 * nnmairix.el: Ditto.
4036
4037 * gnus-registry.el (gnus-registry-enabled): Default to nil.
4038
4039 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4040
4041 * message.el (message-completion-function): Make sure
4042 message-tab-body-function is not attempted if one of
4043 message-completion-alist fails to find a completion (bug#9158).
4044
4045 2011-10-26 Daiki Ueno <ueno@unixuser.org>
4046
4047 * mml.el (mml-quote-region): Quote <#secure> tag.
4048 (mml-generate-mime-1): Unquote <#secure> tag.
4049
4050 2011-10-20 Chong Yidong <cyd@gnu.org>
4051
4052 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4053 calling a minor mode from Lisp with nil arg enables it, so we have to
4054 make the wording a bit ambiguous here).
4055
4056 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
4057
4058 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4059 * nnir.el (nnir-mode): Use it.
4060 * nnmairix.el (nnmairix-determine-original-group-from-registry):
4061 Use it.
4062
4063 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4064 * nnmairix.el (gnus-registry-enabled): Ditto.
4065
4066 2011-10-17 Dave Abrahams <dave@boostpro.com>
4067
4068 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
4069 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4070 only while we need to find out if it should be t or nil.
4071 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4072 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4073 the registry is installed. Set it to nil when it's unloaded.
4074 (gnus-registry-install-p): Provide user guidance for the initial value
4075 of `gnus-registry-install' when it's 'ask, otherwise return its value.
4076 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4077 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4078 * nnmairix.el (nnmairix-determine-original-group-from-registry):
4079 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4080 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4081 `gnus-registry-install'.
4082
4083 2011-10-17 Daiki Ueno <ueno@unixuser.org>
4084
4085 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4086 previous change.
4087 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4088 primary key is marked as disabled.
4089
4090 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
4091
4092 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4093 primary key is marked as disabled.
4094
4095 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
4096
4097 * html2text.el (html2text-clean-anchor): Check for quotes around
4098 `href' value.
4099
4100 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
4101
4102 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4103 searching. Drop `bbdb-cache'.
4104
4105 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4106
4107 * message.el (message-signed-or-encrypted-p): Exclude header when
4108 checking if there is signed or encrypted body in text/plain message.
4109
4110 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
4111
4112 * html2text.el (html2text-get-attr): Correctly handle attribute values
4113 containing "=".
4114
4115 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
4116
4117 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4118 handle bindings.
4119
4120 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4121
4122 * gnus-win.el (gnus-configure-windows): Protect against reading
4123 ephemeral groups outside of Gnus.
4124
4125 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
4126
4127 * shr.el (shr-tag-img): Don't get images displayed in tables.
4128
4129 2011-10-03 Glenn Morris <rgm@gnu.org>
4130
4131 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4132 the "maintainer" version of debbugs.gnu.org reports.
4133
4134 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4135
4136 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4137 make asynchronous adjacent image insertion work better.
4138
4139 2011-09-27 Daiki Ueno <ueno@unixuser.org>
4140
4141 * plstore.el (plstore-select-keys, plstore-encrypt-to):
4142 Clarify documentation.
4143
4144 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4145
4146 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4147 `gnus-asynchronous' isn't shadowed.
4148
4149 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4150
4151 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4152 (nnimap-insert-partial-structure): The charset parameter isn't
4153 case-sensitive.
4154
4155 * nnheader.el (nnheader-message-maybe): New function.
4156
4157 * shr.el (shr-tag-table): Render totally broken tables better.
4158
4159 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4160 computing the boundary.
4161
4162 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4163
4164 * pop3.el (pop3-number-of-responses): Remove.
4165 (pop3-wait-for-messages): Rewrite to take linear time instead of
4166 exponential time.
4167
4168 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4169
4170 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4171 re-fetch images.
4172
4173 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4174 re-fetch images when hitting `g' in Gnus.
4175
4176 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4177
4178 * mml.el (mml-inhibit-compute-boundary): New internal variable.
4179 (mml-compute-boundary): Don't check collision if it is non-nil.
4180 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4181 before checking collision.
4182
4183 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4184
4185 * message.el (message-indent-citation): Really make sure there's a
4186 newline at the end.
4187
4188 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4189 Fix suggested by John Wiegley.
4190
4191 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4192
4193 * gnus-art.el (gnus-treat-hide-citation): Add doc.
4194
4195 * message.el (message-default-send-rename-function): Break out into its
4196 own function.
4197
4198 * ecomplete.el (ecomplete-display-matches): Revert patch since it
4199 doesn't work under XEmacs.
4200
4201 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4202 of "imaps" to word around Windows problems.
4203 (nnimap-open-connection-1): Use it.
4204
4205 * message.el (message-indent-citation): Revert last change which made
4206 `F' not work.
4207
4208 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
4209
4210 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4211 terminal as well.
4212
4213 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
4214
4215 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4216 because it displays images using overlays that aren't easy to copy to
4217 the article buffer.
4218
4219 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
4220
4221 * message.el (message-indent-citation): Fix empty line removal at the
4222 end of the citation.
4223
4224 2011-09-20 Julien Danjou <julien@danjou.info>
4225
4226 * auth-source.el (auth-source-netrc-create): Use default value for
4227 password if specified. Evaluate default.
4228 (auth-source-plstore-create): Ditto.
4229 (auth-source-plstore-create, auth-source-netrc-create): Fix default
4230 value evaluation.
4231 (auth-source-netrc-create): Typo fix.
4232 (auth-source-plstore-create): Ditto.
4233
4234 * auth-source.el (auth-source-format-cache-entry): New function.
4235
4236 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4237
4238 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4239
4240 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4241
4242 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4243
4244 2011-09-19 Julien Danjou <julien@danjou.info>
4245
4246 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4247 which work with things that are not ASCII.
4248
4249 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4250
4251 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4252
4253 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4254
4255 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4256 message level.
4257
4258 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
4259
4260 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4261
4262 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4263
4264 * gnus.el (gnus-interactive-exit): Update defcustom spec.
4265
4266 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4267
4268 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4269 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4270
4271 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
4272
4273 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4274 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4275 articles.
4276
4277 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
4278
4279 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4280 (message-mail-other-window, message-mail-other-frame)
4281 (message-news-other-window, message-news-other-frame):
4282 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4283 instead of setting buffer display variables.
4284
4285 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4286
4287 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4288
4289 * gnus-sum.el (gnus-fetch-headers): Bump message level.
4290
4291 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4292
4293 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4294 duplicates" to a higher level.
4295
4296 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4297 most egregious messages.
4298
4299 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4300
4301 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4302
4303 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
4304
4305 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4306 up the file (bug#9351).
4307
4308 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4309
4310 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
4311 it does with all other backends, but decode the names immediately after
4312 getting them.
4313
4314 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4315 decoding nnimap groups.
4316
4317 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4318 newsrc file. It doesn't seem like an important optimization any more.
4319
4320 2011-09-10 Dave Abrahams <dave@boostpro.com>
4321
4322 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4323 overflows.
4324
4325 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4326
4327 * gnus.el (gnus-article-mark-lists): Remove `recent'.
4328 (gnus-interactive-exit): Extend to `quiet'.
4329
4330 * gnus-sum.el (gnus-offer-save-summaries): Use it.
4331
4332 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4333 string.
4334
4335 * plstore.el (plstore--get-buffer): Silence compiler warnings by
4336 renaming function arguments from `this'.
4337
4338 * gnus-sum.el (gnus-newsgroup-recent): Remove.
4339
4340 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4341 has been renamed.
4342 (gnus-lrm-string-p): Include RLM and PDF, too.
4343
4344 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4345 (bug#9225).
4346
4347 2011-09-10 Eli Zaretskii <eliz@gnu.org>
4348
4349 Add autoload cookies for functions used by sendmail.el.
4350 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4351
4352 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4353
4354 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4355
4356 * gnus-art.el (article-date-ut): Work properly even when there are
4357 things like Date header in the body; work for forwarded parts.
4358
4359 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
4360
4361 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4362 original-article-buffer.
4363
4364 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
4365
4366 * nnir.el (nnir-compose-result): Fix matching of server type.
4367 (nnir-run-swish++): Ditto.
4368 (nnir-run-namazu): Ditto.
4369 (nnir-run-notmuch): Ditto.
4370
4371 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4372
4373 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4374 (bug#9405).
4375
4376 * gnus-score.el (gnus-summary-increase-score): Doc clarification
4377 (bug#9421).
4378
4379 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4380 (bug#9425).
4381
4382 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4383 thing (bug#9426).
4384
4385 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4386
4387 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4388 the error message.
4389
4390 2011-09-02 Eli Zaretskii <eliz@gnu.org>
4391
4392 * message.el (message-setup-1): Return t (Bug#9392).
4393
4394 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
4395
4396 * gnus-sum.el: When adding article headers to a summary buffer also
4397 update gnus-newsgroup-articles (bug#9386).
4398
4399 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
4400
4401 * auth-source.el: Autoload help-mode.
4402
4403 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4404
4405 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4406 names.
4407
4408 2011-08-27 Daiki Ueno <ueno@unixuser.org>
4409
4410 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4411 mm-replace-in-string for compatibility issues.
4412 * mml2015.el (mml2015-epg-verify): Ditto.
4413
4414 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
4415
4416 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4417
4418 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4419
4420 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4421
4422 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4423 continue on and do the clean-up phase (bug#9188).
4424
4425 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4426 just ignore groups that can't be opened instead of erroring out
4427 (bug#9225).
4428
4429 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4430 nil since some many people are fuddy-duddies.
4431
4432 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4433 images.
4434
4435 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4436 instead.
4437
4438 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4439
4440 * gnus-util.el (gnus-process-live-p): Copy over compat function.
4441
4442 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4443 processing.
4444
4445 * nntp.el (nntp-kill-buffer): Kill the process before killing the
4446 buffer to avoid warnings.
4447
4448 2011-08-20 Simon Josefsson <simon@josefsson.org>
4449
4450 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4451 specified to reduce precision.
4452
4453 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4454
4455 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4456 bodystructures (bug#9314).
4457
4458 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
4459
4460 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4461 Make button keymap non-sticky after buttons.
4462
4463 2011-08-18 David Engster <dengste@eml.cc>
4464
4465 * nnmairix.el (nnmairix-request-set-mark)
4466 (nnmairix-goto-original-article): Remove adding of article to registry,
4467 since `gnus-registry-add-group' isn't available anymore.
4468 (nnmairix-determine-original-group-from-registry):
4469 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4470 available anymore.
4471
4472 2011-08-12 Simon Josefsson <simon@josefsson.org>
4473
4474 * starttls.el (starttls-any-program-available): Define as obsolete
4475 function.
4476
4477 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4478
4479 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4480 versions which Gnus use when appropriate.
4481
4482 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4483 a pretty destructive command.
4484
4485 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4486
4487 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4488
4489 * message.el (message-fix-before-sending): Make a different warning
4490 about NUL characters (bug#9270).
4491
4492 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4493 from custom (bug#9260).
4494
4495 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4496 things work in Emacs 22 and XEmacs, too.
4497
4498 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4499 default From.
4500
4501 * gnus-spec.el (gnus-lrm-string-p): New macro.
4502 (gnus-lrm-string): New constant.
4503 (gnus-summary-line-format-spec): LRM-ify the from.
4504 (gnus-tilde-max-form): LRM-ify string chopping.
4505
4506 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4507
4508 * message.el (message-is-yours-p): Allow disabling canlock checking
4509 (bug#9295).
4510 (message-shoot-gnksa-feet): Add `canlock-verify'.
4511 (message-auto-save-directory): Use ~/ as the auto-save directory if the
4512 message directory isn't writable (bug#9304).
4513
4514 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4515 non-world-readable.
4516
4517 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
4518
4519 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4520 articles.
4521
4522 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
4523
4524 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4525 copy-list.
4526
4527 2011-08-12 Sam Steingold <sds@gnu.org>
4528
4529 * gnus-score.el (gnus-score-find-alist): Keep the score files already
4530 in the reverse order to avoid modifying the cache with `nreverse'.
4531 (gnus-all-score-files): Do not modify the value returned by
4532 `gnus-score-find-alist' because it lives in a cache variable.
4533 (gnus-current-home-score-file): No need to `nreverse' the return value
4534 of `gnus-score-find-alist', it is already in the correct order.
4535
4536 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
4537
4538 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4539 type MESSAGE and subtype RFC822 is slightly different from those of
4540 type TEXT.
4541
4542 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
4543
4544 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4545 This allows article-referral to work from an nnir group.
4546
4547 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
4548
4549 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4550
4551 2011-08-04 Daiki Ueno <ueno@unixuser.org>
4552
4553 * mml1991.el (mml1991-epg-find-usable-key)
4554 (mml1991-epg-find-usable-secret-key): New function.
4555 (mml1991-epg-sign): Check if signing key is usable.
4556 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4557
4558 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
4559
4560 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4561 server-variables only. This should fix a bug introduced with commit
4562 e1889675b7f4adf057833c5513c9374134c4e053.
4563 (nnir-run-query): 'nnir-search-engine should not be set from the global
4564 environment.
4565
4566 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
4567
4568 * nnir.el (nnir-search-thread): Position point on referring article
4569 line.
4570 (nnir-warp-to-article): Clean up summary buffers.
4571
4572 * nnimap.el (nnimap-request-thread): Whitespace fix.
4573
4574 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
4575
4576 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4577
4578 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4579
4580 * starttls.el (starttls-available-p): Rename from
4581 `starttls-any-program-available' and changed return convention.
4582
4583 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
4584
4585 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4586 `unix-sync' unless it's defined.
4587
4588 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
4589
4590 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4591 `aref' for XEmacs compatibiltiy.
4592
4593 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4594
4595 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4596
4597 2011-07-31 Dave Abrahams <dave@boostpro.com>
4598
4599 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4600 closures, quote the form properly (bug#9194).
4601
4602 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4603
4604 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4605 (gnus-summary-insert-new-articles): Protect against servers that are
4606 down.
4607
4608 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4609
4610 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4611 in mm handle if none is specified.
4612
4613 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
4614
4615 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4616
4617 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
4618
4619 * nnir.el (nnir-search-thread): New function to make an nnir group
4620 based on a thread query.
4621
4622 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4623 of nnir in thread referral.
4624 (gnus-summary-refer-thread): Use it.
4625
4626 * nnimap.el (nnimap-request-thread): Use it.
4627
4628 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4629
4630 * shr.el (shr-tag-comment): Ignore HTML comments.
4631
4632 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
4633
4634 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4635 argument.
4636 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4637 Use `nnir-address' to handle server info rather than passing an arg.
4638
4639 * nnimap.el (nnimap-make-thread-query): New utility function to format
4640 an imap thread search query.
4641 (nnimap-request-thread): Use it.
4642
4643 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4644 right select-method if we are not going back to the group buffer.
4645
4646 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4647
4648 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4649 enter invalid buffer configurations into the quit form (bug#9107).
4650 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4651 unplugged/plugged.
4652
4653 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4654 keep track of which ones are unread (bug#9061).
4655
4656 * gnus.el (gnus-refer-article-method): Allow entering any sexp
4657 (bug#9055).
4658
4659 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4660 (bug#9041).
4661
4662 * gnus-html.el (mm-util): Require (bug#9073).
4663
4664 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4665 (gnus-summary-refer-thread): Use it to remove duplicates in the
4666 un-threaded view (bug#9053).
4667 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4668
4669 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
4670
4671 * nnir.el (nnir-read-server-parm): Use default value from global
4672 variable. Without this the default search engine parameters aren't
4673 used at all.
4674
4675 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4676
4677 * message.el (message-unique-id): Don't use the undocumented return
4678 value from (random t) (bug#9118).
4679
4680 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4681
4682 * message.el (message-auto-save-directory): If the ~/Mail directory
4683 doesn't exist, use ~ as the auto-save directory (bug#4432).
4684
4685 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4686 hasn't already been started.
4687
4688 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4689
4690 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4691
4692 * message.el (message-reply): Work around mysterious bug where
4693 `message-mode' seems to overwrite the locally bound `subject' variable.
4694
4695 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
4696
4697 * nnimap.el (nnimap-request-thread): Ensure search is performed in
4698 correct group.
4699
4700 * gnus-int.el (gnus-request-thread): Add group argument.
4701
4702 * gnus-sum.el (gnus-summary-refer-thread): Use it.
4703
4704 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4705
4706 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4707 renamed to `debbugs-gnu-*'.
4708
4709 2011-07-08 Daiki Ueno <ueno@unixuser.org>
4710
4711 * plstore.el: Revert the editing feature since it is not urgent.
4712 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4713 (plstore-mode-decoded): Remove.
4714
4715 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4716
4717 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
4718 isn't very interesting any more, and it leaks potentially secret data.
4719 (gnus-debug): Remove.
4720
4721 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4722 use of :custom-show.
4723
4724 2011-07-07 Daiki Ueno <ueno@unixuser.org>
4725
4726 * plstore.el: Add documentation.
4727 (plstore-mode): New mode to edit plstore file.
4728 (plstore-mode-toggle-display, plstore-mode-original)
4729 (plstore-mode-decoded): New command.
4730 (plstore--encode, plstore--decode, plstore--write-contents-functions)
4731 (plstore--insert-buffer, plstore--make): New function.
4732 (plstore-open, plstore-save): Simplify by using them.
4733
4734 2011-07-06 Glenn Morris <rgm@gnu.org>
4735
4736 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4737
4738 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4739
4740 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4741 no longer is much used.
4742 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4743 Articles".
4744
4745 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
4746
4747 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4748 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4749 `notmuch' backend.
4750
4751 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4752
4753 * mm-decode.el (mm-text-html-renderer): Doc fix.
4754
4755 * gnus-msg.el (gnus-bug): Fix the MML tag.
4756
4757 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4758
4759 2011-07-05 Daiki Ueno <ueno@unixuser.org>
4760
4761 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4762 secondary methods if started with `gnus-no-server'.
4763
4764 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4765
4766 * message.el (message-return-action): Fix typo in docstring.
4767
4768 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4769
4770 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4771 bug reports at once.
4772
4773 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4774
4775 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
4776
4777 * nndraft.el: Require gnus-group.
4778 (nndraft-request-list): Declare.
4779
4780 * nndraft.el (nndraft-update-unread-articles): Don't show group having
4781 no unread article unless it matches gnus-permanently-visible-groups.
4782
4783 * nndraft.el (nndraft-update-unread-articles): New function.
4784 (nndraft-request-associate-buffer): Use it to update the number of
4785 unread articles for the nndraft groups in the group buffer when saving
4786 or killing a draft message.
4787
4788 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4789
4790 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4791 systems to binary before writing and reading the mbox files.
4792
4793 * gnus.el (gnus-summary-line-format): Link to the info node for %U
4794 instead of trying to list them all (bug#8978).
4795
4796 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4797
4798 * pop3.el (pop3-open-server): Use :end-of-capability.
4799
4800 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4801
4802 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4803 the id is always a number.
4804
4805 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4806 debbugs mode, if possible.
4807
4808 2011-07-02 Daiki Ueno <ueno@unixuser.org>
4809
4810 * auth-source.el (auth-source-token-passphrase-callback-function):
4811 Reindent.
4812 (epg-context-operation): Remove unnecessary autoload.
4813
4814 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4815
4816 * gnus.el (gnus-list-debbugs): New command.
4817
4818 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4819 mboxstat instead of the maintbox, since the stat seems to be fuller.
4820
4821 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4822 summary buffers.
4823
4824 * message.el (message-get-reply-headers): Delete all duplicates,
4825 instead of the first.
4826 (message-get-reply-headers): Ensure that we have progress while
4827 deleting duplicates.
4828
4829 * gnus-msg.el (gnus-configure-posting-styles): Get the local
4830 gnus-posting-style value from the summary buffer to make it easier to
4831 make that a per-buffer conf.
4832
4833 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
4834
4835 * nnir.el (nnir-run-imap): Allow halting a search when an article is
4836 found by setting `shortcut' in 'query.
4837 (nnir-request-article): Use `shortcut' setting when requesting article
4838 by Message-ID.
4839
4840 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
4841
4842 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4843 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4844 Bring the pseudo-headers back too.
4845
4846 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4847
4848 * auth-source.el (auth-source-token-passphrase-callback-function):
4849 Simplify and remove EPA dependency.
4850
4851 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
4852
4853 * nnir.el (nnir-request-article): Fix error message text.
4854
4855 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4856
4857 * auth-source.el (plstore-delete): Autoload.
4858 (auth-source-plstore-search): Support delete operation.
4859 * plstore.el (plstore-delete): New function.
4860
4861 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4862
4863 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4864 mark actually existing articles as unread rather than the ones that
4865 active asserts.
4866
4867 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4868
4869 * nntp.el (nntp-record-command):
4870 * gnus-util.el (gnus-message-with-timestamp-1):
4871 Use format-time-string rather than decoding time stamps by hand.
4872 This is simpler and insulates the code from potential changes to
4873 current-time format.
4874
4875 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4876
4877 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4878
4879 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4880
4881 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4882 (plstore-save): Support public key encryption.
4883 (plstore--init-from-buffer): New function.
4884 (plstore-open): Use it; fix error when opening a non-existent file.
4885 (plstore-revert): Use plstore--init-from-buffer.
4886
4887 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4888
4889 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4890
4891 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4892
4893 * mml2015.el (mml2015-use): Replace string-match-p with string-match
4894 for old Emacsen.
4895
4896 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4897
4898 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4899 is not fully working.
4900
4901 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4902
4903 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4904 quit window configuration.
4905
4906 * auth-source.el (epg-context-set-passphrase-callback):
4907 Remove duplicate autoload.
4908
4909 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4910
4911 * nnir.el (nnir-request-article): Allow requesting articles by
4912 Message-ID with nnimap.
4913
4914 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4915 current server.
4916
4917 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4918
4919 * auth-source.el: Autoload EPA/EPG functions.
4920 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4921 changed when EPA/EPG is not available.
4922 (auth-source-backend): Rename "arg" member to "data".
4923 (auth-source-backend-parse, auth-source-plstore-search)
4924 (auth-source-plstore-create): Use it.
4925
4926 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4927
4928 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4929 `gnus-refer-article-methods'.
4930
4931 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4932
4933 * auth-source.el: Require EPA and EPG.
4934 (auth-source-passphrase-alist): New variable.
4935 (auth-source-passphrase-callback-function)
4936 (auth-source-token-passphrase-callback-function): Callbacks for the
4937 netrc field encryption (GPG tokens).
4938 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4939 Symmetric encryption and decryption of the netrc GPG tokens.
4940 (auth-source-netrc-normalize): Use them, simplifying the closure.
4941
4942 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4943
4944 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4945 non-nil, and `nnimap-split-methods' is nil, use the former.
4946
4947 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4948
4949 * plstore.el (plstore-revert): New function.
4950 (plstore-open): Use it; hide the buffer from user.
4951
4952 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4953
4954 * auth-source.el (auth-source-backend): New member "arg".
4955 (auth-source-backend-parse): Handle new backend 'plstore.
4956 * plstore.el: New file.
4957
4958 2011-06-30 Glenn Morris <rgm@gnu.org>
4959
4960 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4961
4962 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4963
4964 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4965
4966 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4967 expiring articles to.
4968
4969 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4970 variations as ASCII (bug#5458).
4971
4972 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4973
4974 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4975
4976 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4977
4978 * message.el (message-point-in-header-p): Tweak the function to default
4979 to saying that we're not in the headers if there is no separator at
4980 all. This makes it possible to use the Message version of `M-q' in
4981 buffers with no headers (bug#7987).
4982 (message-point-in-header-p): Fix last checkin to work with an empty
4983 mail-header-separator, too.
4984
4985 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4986 again, save the choice via customize.
4987
4988 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4989
4990 * message.el (message-send-mail-function): Add `sendmail-query-once'.
4991
4992 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4993 ended the connection, bail out before waiting infinitely on a new
4994 connection.
4995
4996 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
4997
4998 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4999 reports.
5000
5001 * gnus.el (gnus-bug-package): Use "gnus."
5002 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5003
5004 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5005
5006 * gnus-art.el (gnus-article-stop-animations): New function to stop any
5007 animations going on at article exit time.
5008
5009 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5010 since removing it breaks people upgrading.
5011
5012 * shr.el (shr-put-image): Use the new interface for animating images.
5013 (shr-put-image): Animate for 60 seconds.
5014
5015 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5016 error with `find-file-hooks' on Emacs 22.
5017 (with-auth-source-epa-overrides): Ugly hack to Wrap the
5018 `find-file-hook' things in `symbol-value' to avoid compilation warnings
5019 on all architectures.
5020
5021 * spam.el (spam-stat): Require in a normal fashion without binding
5022 `spam-stat-install-hooks' to avoid compilation warnings.
5023
5024 * spam-stat.el (spam-stat-install-hooks): Remove.
5025 (spam-stat-install-hooks): Don't run automatically.
5026
5027 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
5028
5029 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5030 and keystroke.
5031
5032 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
5033
5034 * auth-source.el (auth-source-netrc-cache): Move forward.
5035
5036 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5037
5038 * auth-source.el (auth-source-netrc-create): Don't query the bits that
5039 we already know.
5040 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5041 (auth-source-netrc-create): Don't prompt for the stuff we already know.
5042
5043 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5044
5045 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5046 %S format, since that looks odd.
5047 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5048 file, especially when saving.
5049
5050 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
5051
5052 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
5053 article found.
5054
5055 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
5056
5057 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5058 `auth-source-save-secrets' with a more sensitive alist that can be
5059 configured per file. Experimental, so defaults to 'never.
5060 (auth-source-netrc-create): Use it. Still experimental code.
5061 (with-auth-source-epa-overrides): Use `find-file-hooks' if
5062 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
5063
5064 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
5065
5066 * auth-source.el (auth-source-save-secrets): New variable to control if
5067 secret tokens should be saved encrypted.
5068 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5069 to `auth-source-netrc-normalize'.
5070 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
5071 on the EPA variables being defined.
5072 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5073 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5074 the lexical-let closure.
5075 (auth-source-netrc-create): Create "gpg:" tokens according to
5076 `auth-source-save-secrets'.
5077
5078 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
5079
5080 * gnus-group.el (gnus-group-update-group): Add new argument
5081 `info-unchanged' that stops updating dribble buffer.
5082
5083 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5084 deletes lines matching to it in dribble buffer.
5085
5086 * gnus-agent.el (gnus-agent-fetch-group-1):
5087 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5088 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5089 * gnus-start.el (gnus-group-change-level):
5090 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5091
5092 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5093 if newsgroup info is not changed.
5094
5095 * gnus-group.el (gnus-group-get-new-news-this-group):
5096 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5097 Don't update dribble buffer.
5098
5099 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
5100
5101 * gnus-registry.el (gnus-registry-remove-ignored): New function to
5102 remove entries with groups we ignore.
5103
5104 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5105
5106 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5107 the underline comes at the bottom.
5108
5109 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
5110
5111 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5112 `gnus-registry-user-format-function-M' and declare the latter obsolete.
5113 (gnus-registry-article-marks-to-names): Rename from
5114 `gnus-registry-user-format-function-M2'.
5115
5116 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
5117
5118 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5119 ephemeral group.
5120
5121 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5122
5123 * shr.el (shr-browse-image): Copy the URL if called interactively.
5124
5125 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5126
5127 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5128 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
5129 done, then unselected articles may be marked as read.
5130
5131 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5132 since not doing this seems to lead to a race condition in pop3-logon.
5133
5134 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5135 so that the call chain it correct when we call "upwards".
5136
5137 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5138 in read-only groups.
5139
5140 * gnus-group.el (gnus-group-mark-article-read): Ditto.
5141
5142 * message.el (message-cite-reply-position): Doc string fix.
5143
5144 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5145 avoid regexp overflow.
5146 (nnimap-transform-split-mail): Ditto.
5147
5148 * pop3.el (pop3-retr): Error out if the server closes the connection.
5149
5150 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5151
5152 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5153 mm-with-unibyte-current-buffer. The buffer should not contain any
5154 multibyte chars anyway at this stage.
5155
5156 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5157
5158 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5159 at the end of lines.
5160
5161 2011-05-29 Julien Danjou <julien@danjou.info>
5162
5163 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5164
5165 2011-05-27 Glenn Morris <rgm@gnu.org>
5166
5167 * gnus-group.el (gnus-bug-group-download-format-alist):
5168 Use the "maintainer" version of debian reports as well.
5169
5170 2011-05-26 Glenn Morris <rgm@gnu.org>
5171
5172 * gnus-group.el (gnus-bug-group-download-format-alist):
5173 Use the "maintainer" version of debbugs.gnu.org reports.
5174
5175 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
5176
5177 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5178
5179 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
5180
5181 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5182 the thread moves us backwards and so we loop forever.
5183
5184 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
5185
5186 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5187 whitespace in base64 data lines.
5188
5189 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
5190
5191 * gnus-registry.el (gnus-registry-user-format-function-M):
5192 Use `mapconcat'.
5193 (gnus-registry-user-format-function-M2): Use to see the full text of
5194 the marks. Make "," the mark text separator.
5195
5196 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5197 authentication with auth-source.
5198
5199 2011-05-17 Glenn Morris <rgm@gnu.org>
5200
5201 * gnus-group.el (gnus-import-other-newsrc-file):
5202 Use insert-file-contents.
5203
5204 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
5205
5206 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5207 1000 iterations.
5208
5209 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
5210
5211 * nntp.el (nntp-open-connection): Check if process-type is available.
5212
5213 2011-05-16 Julien Danjou <julien@danjou.info>
5214
5215 * shr.el (shr-tag-del): Add support for del tag.
5216
5217 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
5218
5219 * gnus-html.el (gnus-html-put-image): Register a displayer.
5220
5221 * shr.el (shr-image-displayer): Don't remove text props from alt text.
5222
5223 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
5224
5225 * registry.el (prune-factor): New initialization parameter defaulting
5226 to 0.1.
5227 (registry-prune-hard): Use it.
5228
5229 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5230 0.1 expicitly.
5231
5232 2011-05-13 Glenn Morris <rgm@gnu.org>
5233
5234 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5235 is bound, since this function requires sendmail.
5236
5237 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
5238
5239 * registry.el (registry-usage-test): Disable pruning test.
5240
5241 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
5242
5243 * registry.el (registry-prune-hard-candidates)
5244 (registry-prune-soft-candidates): Helper methods for registry pruning.
5245 (registry-prune): Use them. Make the sort function optional.
5246
5247 2011-05-10 Jim Meyering <meyering@redhat.com>
5248
5249 * shr.el (shr-colorize-region): Fix typo "on on -> on".
5250
5251 2011-05-10 Julien Danjou <julien@danjou.info>
5252
5253 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5254 symbol and not a list.
5255
5256 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5257
5258 * gnus-art.el (gnus-article-mode): Move binding of
5259 shr-put-image-function here from gnus-article-prepare-display.
5260
5261 * shr.el (shr-put-image-function): New variable.
5262 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5263 (shr-put-image): Return scaled image.
5264
5265 * gnus-art.el (gnus-shr-put-image): New function.
5266 (gnus-article-prepare-display): Bind shr-put-image-function to it.
5267
5268 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5269 original ones, as deletable.
5270
5271 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5272
5273 * nntp.el (nntp-open-connection): Set TCP keepalive option.
5274
5275 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
5276
5277 * registry.el (registry-full): Add convenience method. Fix logic.
5278 (registry-insert): Use it. Fix logic here too.
5279
5280 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5281 `registry-prune' if `registry-full' returns t.
5282 (gnus-registry-handle-action)
5283 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5284 (gnus-registry-usage-test): Use it.
5285
5286 2011-05-07 Julien Danjou <julien@danjou.info>
5287
5288 * shr.el (shr-link): Make shr-link inherit from link by default.
5289
5290 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
5291
5292 * shr.el (shr-urlify, shr-link): Fix shr-link face.
5293
5294 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
5295
5296 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5297 error out because the face is not a list.
5298
5299 2011-05-05 Glenn Morris <rgm@gnu.org>
5300
5301 * gnus-start.el (gnus-propagate-marks): Declare.
5302
5303 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
5304
5305 * registry.el (registry-reindex): Fix percentage message.
5306
5307 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
5308
5309 * shr.el: Add shr-link face for links.
5310 (shr-urlify): Use it.
5311
5312 * registry.el (registry-insert): Make error message more helpful.
5313
5314 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5315
5316 * gnus-html.el (gnus-html-schedule-image-fetching):
5317 Use url-queue-retrieve, if it exists.
5318
5319 * shr.el (shr-tag-img): Ditto.
5320
5321 * gnus.el: Autoload more gnus-agent functions.
5322
5323 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5324 agent if we haven't already (bug#8502).
5325
5326 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5327 into the Agent, too.
5328
5329 * gnus-agent.el (gnus-agent-store-article): New function.
5330
5331 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5332 and moved from that file for reuse.
5333
5334 * pop3.el (pop3-open-server): Error messages are "-ERR".
5335
5336 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5337
5338 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5339 (open-tls-stream): Remove superfluous tls/starttls autoloads.
5340
5341 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5342
5343 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5344 buffer has moved to a different frame.
5345
5346 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5347
5348 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5349 to get the conversion from unibyte to multibyte buffers to work on
5350 Emacs 22.
5351
5352 * nntp.el (nntp-request-article): Slight clean-up.
5353
5354 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5355
5356 * shr.el (shr-strike-through): New face.
5357 (shr-tag-s): Use it to provide <s> support.
5358 (shr-tag-s): Remove duplicate definition.
5359
5360 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
5361
5362 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5363 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5364
5365 2011-04-23 Glenn Morris <rgm@gnu.org>
5366
5367 * gnus-sum.el (gnus-extra-headers): Bump :version.
5368
5369 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5370
5371 * shr.el (shr-tag-sup): New function.
5372 (shr-tag-sub): Ditto.
5373
5374 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
5375
5376 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5377 for the case where `gnus-registry-ignored-groups' is a list of lists,
5378 and don't call `gnus-parameter-registry-ignore' otherwise.
5379
5380 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
5381
5382 * nnimap.el (nnimap-user): New backend variable.
5383 (nnimap-open-connection-1): Use it.
5384 (nnimap-credentials): Accept user parameter so it's explicit what user
5385 name is desired.
5386
5387 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5388 default.
5389
5390 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5391 not gnus-registry.el.
5392
5393 * gnus-registry.el: Mention in comments how to modify
5394 `gnus-extra-headers' for proper recipient tracking and that it may
5395 already have To and Cc recently, which it does as of this commit.
5396 (gnus-registry-ignored-groups): Remove defcustom.
5397 Explain why in comments.
5398 (gnus-registry-action): Fix data-header reference to use the extra
5399 headers. Explain in package commentary how to add To and Cc headers to
5400 the gnus-extra-headers.
5401 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5402 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5403 parameter list or a string list in `gnus-registry-ignored-groups'.
5404 Fix logic error.
5405
5406 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5407
5408 * shr.el (shr-expand-url): Protect against null urls.
5409
5410 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5411
5412 * shr.el (shr-base): New binding.
5413 (shr-tag-base): Keep track of <base>.
5414 (shr-expand-url): New function used throughout.
5415
5416 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
5417
5418 * gnus-registry.el
5419 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5420 (gnus-registry-ignored-groups): New variable.
5421 (gnus-registry-ignore-group-p): Use it.
5422 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5423 set the destination group to nil (same as delete) if it's ignored.
5424
5425 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5426
5427 * gnus-registry.el (gnus-registry-action)
5428 (gnus-registry-fetch-header-fast):
5429 Don't use mail-header that looks an internal function of mailheader.el.
5430
5431 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
5432
5433 * gnus-registry.el: Eliminate cl functions.
5434 (gnus-registry-sort-addresses): New function that replaces mapcan.
5435 (gnus-registry-action, gnus-registry-spool-action)
5436 (gnus-registry-split-fancy-with-parent)
5437 (gnus-registry-fetch-recipients-fast): Use it.
5438 (gnus-registry-import-eld): Replace delete* with dolist + delq.
5439
5440 * registry.el (initialize-instance, registry-lookup)
5441 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5442 (registry-lookup-secondary-value, registry-search, registry-delete)
5443 (registry-insert, registry-reindex, registry-size, registry-prune):
5444 Use eval-and-compile.
5445
5446 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
5447
5448 * registry.el (registry-reindex): New method to recreate the secondary
5449 registry indices.
5450
5451 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5452 tracked field changes.
5453 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5454 (gnus-registry-action, gnus-registry-spool-action)
5455 (gnus-registry-handle-action)
5456 (gnus-registry--split-fancy-with-parent-internal)
5457 (gnus-registry-split-fancy-with-parent)
5458 (gnus-registry-register-message-ids): Add recipient tracking on spool,
5459 move, and delete actions, and for fancy splitting with parent.
5460 (gnus-registry-extract-addresses)
5461 (gnus-registry-fetch-recipients-fast)
5462 (gnus-registry-fetch-header-fast): Convenience functions.
5463 (gnus-registry-misc-test): ERT test of
5464 `gnus-registry-extract-addresses'.
5465
5466 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
5467
5468 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5469 Track by subject first, then sender.
5470
5471 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5472
5473 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5474
5475 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5476 Lisp.
5477
5478 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5479 (gnus-draft-send): Use it to avoid popping
5480 up frames from gnus-group-send-queue.
5481
5482 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
5483
5484 * gnus-registry.el: Updated gnus-registry docs.
5485
5486 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
5487
5488 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5489 Fix logic bug.
5490 (gnus-registry-post-process-groups): Fix logging of no results and
5491 quote sender and subject.
5492
5493 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5494
5495 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5496 (gnus-read-active-for-groups): Don't try to finish getting stuff where
5497 we had no early-data returned.
5498 (gnus-get-unread-articles): Add a sanity check so that we don't issue
5499 two async commands to the same server at the same time.
5500
5501 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
5502
5503 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5504
5505 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5506
5507 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5508 "warning" level.
5509
5510 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5511 (mm-url-insert-file-contents): Don't set the package names.
5512
5513 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
5514
5515 * gnus-registry.el (gnus-registry-action): Remove properties and
5516 simplify subject in `gnus-registry-handle-action'.
5517 (gnus-registry-spool-action): Get subject and sender from message if
5518 they are not passed in.
5519 (gnus-registry-handle-action): Remove properties and simplify subject
5520 consistently.
5521
5522 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5523
5524 * registry.el: Require CL before using defmacro*.
5525
5526 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
5527
5528 * gnus-art.el (article-treat-date): Assume that
5529 gnus-article-date-headers may be a group parameter.
5530
5531 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
5532
5533 * gnus-registry.el (gnus-registry-handle-action): More debugging.
5534
5535 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5536 interactively so the newsrc file can contain foreign groups too.
5537 Useful for debugging but not much for users.
5538
5539 2011-04-07 David Engster <dengste@eml.cc>
5540
5541 * registry.el (registry-usage-test): Only do
5542 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5543 lexical binding.
5544
5545 2011-04-06 David Engster <dengste@eml.cc>
5546
5547 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5548 argument NOERROR for `require', since XEmacs 21.4 does not support it.
5549
5550 2011-04-06 David Engster <dengste@eml.cc>
5551
5552 * registry.el (initialize-instance): Change :after to :AFTER to be
5553 compatible with old EIEIO version in XEmacs.
5554
5555 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5556
5557 * gnus-registry.el (gnus-registry-post-process-groups)
5558 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5559 and provide better messaging.
5560
5561 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5562
5563 * gnus-registry.el: Don't use ERT if it's not available. Load it
5564 unconditionally anyway, discarding errors.
5565 (gnus-registry-delete-entries): New convenience function.
5566 (gnus-registry-import-eld): Import from old .eld registry.
5567
5568 * registry.el: Don't use ERT if it's not available. Load it
5569 unconditionally anyway, discarding errors.
5570
5571 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5572 version from the Claudio Bley GnuTLS patch (extra optional parameters
5573 and host name).
5574
5575 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
5576
5577 * gnus-registry.el (gnus-registry-fixup-registry): New function to
5578 fixup the parameters that can be customized by the user between
5579 save/read cycles.
5580 (gnus-registry-read): Use it.
5581 (gnus-registry-make-db): Use it.
5582 (gnus-registry-spool-action, gnus-registry-handle-action):
5583 Fix messaging.
5584 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5585 Map references to actual group names with sender and subject tracking.
5586 (gnus-registry-post-process-groups): Use `cond' for better messaging.
5587 (gnus-registry-usage-test): Add subject lookup test.
5588
5589 * registry.el (registry-db, initialize-instance): Set up constructor
5590 instead of :initform arguments for the sake of older Emacsen.
5591 (registry-lookup-breaks-before-lexbind): New method to demonstrate
5592 pre-lexbind merge bug.
5593 (registry-usage-test): Use it.
5594 (initialize-instance, registry-db): Move the non-function initforms
5595 back to the class definition.
5596
5597 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
5598
5599 * registry.el: New library to manage gnus-registry-style data.
5600
5601 * gnus-registry.el: Use it (major rewrite).
5602
5603 * nnregistry.el: Use it.
5604
5605 * spam.el: Use it.
5606
5607 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5608
5609 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5610 marks on non-selected articles.
5611
5612 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
5613
5614 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
5615
5616 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5617 parameter to open-protocol-stream.
5618
5619 2011-04-01 Julien Danjou <julien@danjou.info>
5620
5621 * mm-view.el (mm-display-inline-fontify): Do not fontify with
5622 fundamental-mode.
5623
5624 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5625
5626 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5627 servers.
5628
5629 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5630
5631 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5632 made marks not propagate, again.
5633
5634 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
5635
5636 * proto-stream.el (open-protocol-stream): Bring back `network' type.
5637 Make this the default type.
5638 (proto-stream-open-plain): Rename from proto-stream-open-default.
5639 (open-protocol-stream, proto-stream-open-starttls)
5640 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5641 with `plain'.
5642
5643 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5644 value.
5645
5646 * nntp.el (nntp-open-connection-function): Document the fact that some
5647 values are not functions but are instead handled specially.
5648 Recognize nntp-open-plain-stream value.
5649 (nntp-open-connection): Recognize that value.
5650
5651 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5652
5653 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5654 stuff.
5655
5656 * gnus-score.el (gnus-score-string): Fix calling convention of
5657 `gnus-simplify-buffer-fuzzy' after last patches.
5658
5659 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5660 server for articles we didn't get any headers for. This is a sanity
5661 check.
5662
5663 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
5664
5665 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5666 new CAPABILITY, use it.
5667
5668 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5669
5670 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5671 downloading anything.
5672
5673 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5674
5675 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
5676
5677 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5678 colors.
5679 (gnus-splash-svg-color-symbols): New function.
5680
5681 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5682
5683 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5684 instead of using the global gnus-simplify-subject-fuzzy-regexp.
5685 (gnus-simplify-subject-fuzzy): Use the local
5686 gnus-simplify-subject-fuzzy-regex instead of the global one.
5687 This makes using this variable in group parameters work.
5688
5689 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5690
5691 * gnus-registry.el (gnus-registry-unfollowed-groups):
5692 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5693 archive:sent-YYYY-MM-DD groups).
5694 (gnus-registry-split-fancy-with-parent): Bail out early in sender
5695 tracking if there are more than `gnus-registry-max-track-groups'
5696 matches.
5697
5698 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5699
5700 * message.el (message--yank-original-internal): New function to do the
5701 insertion cleanly inside eval in `message-yank-original'.
5702 (message-yank-original): Use it.
5703
5704 2011-03-29 Julien Danjou <julien@danjou.info>
5705
5706 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5707 local variables disabled rather than `normal-mode'.
5708
5709 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
5710
5711 * proto-stream.el: Changes preparatory to merging open-protocol-stream
5712 with open-network-stream.
5713 (proto-stream-always-use-starttls): Option removed.
5714 (open-protocol-stream): Return a process object by default. Provide a
5715 new parameter :return-list specifying a list-type return value, which
5716 now has the form (PROP . PLIST) instead of a fixed-length list. Change
5717 :type `network' to `try-starttls', and `network-only' to `default'.
5718 Make `default' the default, for compatibility with open-network-stream.
5719 Handle the no-parameter case exactly as open-network-stream, with no
5720 additional stream processing. Search plists using plist-get.
5721 Explicitly add :end-of-commend parameter if it is missing.
5722 (proto-stream-open-default): Rename from
5723 proto-stream-open-network-only. Return 'default as the type.
5724 (proto-stream-open-starttls): Rename from proto-stream-open-network.
5725 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
5726 failed. Always return a list with a (possibly dead) process as the
5727 first element, for compatibility with open-network-stream.
5728 (proto-stream-open-tls): Use plist-get. Always return a list.
5729 (proto-stream-open-shell): Return `default' as connection type.
5730 (proto-stream-capability-open): Use plist-get.
5731 (proto-stream-eoc): Function deleted.
5732
5733 * nnimap.el (nnimap-stream, nnimap-open-connection)
5734 (nnimap-open-connection-1): Handle renaming of :type parameter for
5735 open-protocol-stream.
5736 (nnimap-open-connection-1): Pass a :return-list parameter
5737 open-protocol-stream to obtain a list return value. Parse this list
5738 using plist-get.
5739
5740 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5741 for open-protocol-stream. Accept open-protocol-stream return value
5742 that is a subprocess object instead of a list. Handle the case of a
5743 dead returned process.
5744
5745 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
5746
5747 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5748
5749 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5750
5751 2011-03-21 Julien Danjou <julien@danjou.info>
5752
5753 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5754 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
5755 query.
5756 (mm-inline-text): Render normal text with fontification whenever
5757 possible.
5758
5759 * gnus-sum.el (gnus-summary-save-parts-1):
5760 * gnus-art.el (gnus-article-browse-html-save-cid-content)
5761 (gnus-article-browse-html-parts, gnus-mime-delete-part)
5762 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5763 Use `mm-handle-filename'.
5764
5765 * mm-util.el (mm-handle-filename): New function, return the filename of
5766 an handle.
5767
5768 2011-03-18 Julien Danjou <julien@danjou.info>
5769
5770 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5771 (gnus-buffer-live-p): Check that buffer is not nil.
5772
5773 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5774
5775 * gnus-art.el: Require mouse, which the build bot seems to say is
5776 needed.
5777
5778 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5779 XEmacs, since it doesn't have url-retrieve-synchronously.
5780
5781 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
5782
5783 * gnus-group.el (gnus-group-list-ticked): New function.
5784 (gnus-group-make-menu-bar): Provide a menu entry for it.
5785 (gnus-group-list-map): Provide a binding for it.
5786
5787 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5788
5789 * shr.el (shr-visit-file): New command.
5790
5791 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5792
5793 2011-03-17 Bjørn Mork <bjorn@mork.no>
5794
5795 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5796 servers.
5797
5798 2011-03-16 Julien Danjou <julien@danjou.info>
5799
5800 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5801 inline.
5802
5803 * gnus-art.el (article-hide-list-identifiers):
5804 Use gnus-group-get-list-identifiers.
5805
5806 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5807 (gnus-summary-remove-list-identifiers):
5808 Use gnus-group-get-list-identifiers to get regexp.
5809 (gnus-select-newsgroup, gnus-summary-insert-subject)
5810 (gnus-summary-insert-articles):
5811 Call gnus-summary-remove-list-identifiers unconditionally.
5812
5813 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5814
5815 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5816 we're selecting a group with unread articles.
5817
5818 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5819
5820 * gssapi.el: New file separated out from imap.el to provide a general
5821 Kerberos 5 connection facility for Emacs.
5822
5823 * message.el (message-elide-ellipsis): Document the format spec
5824 ellipsis.
5825
5826 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5827
5828 * message.el (message-elide-region): Allow the ellipsis to say how many
5829 lines were removed.
5830
5831 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5832
5833 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5834 window configurations containing buffers that are now dead.
5835
5836 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5837 parsing to avoid integer overflows.
5838 (nnimap-parse-flags): Simplify the last change.
5839 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5840 too large for 32-bit Emacsen.
5841
5842 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5843
5844 * auth-source.el (auth-source-netrc-create):
5845 * message.el (message-yank-original): Fix use of `case'.
5846
5847 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
5848
5849 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5850 XEmacs, which was one character too wide.
5851
5852 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
5853
5854 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5855 default number of articles to display.
5856 (gnus-articles-to-read): Use pretty names for prompt.
5857
5858 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5859
5860 * gnus-int.el (gnus-open-server): Ditto.
5861
5862 * gnus-start.el (gnus-activate-group): Give a backtrace if
5863 debug-on-quit is set and the user hits `C-g'.
5864 (gnus-read-active-file): Ditto.
5865
5866 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5867
5868 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
5869
5870 * message.el (message-yank-original): Use cond instead of CL case.
5871
5872 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5873
5874 * auth-source.el (auth-source-netrc-create): Use usual format for the
5875 default in prompts.
5876
5877 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
5878
5879 * auth-source.el (auth-source-netrc-create): Show the default in the
5880 prompt when prompting for token creation.
5881
5882 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
5883
5884 * auth-source.el (auth-source-format-prompt): Always convert the value
5885 to a string to avoid evaluating non-string arguments.
5886 (auth-source-netrc-create): Offer default properly, not as initial
5887 content in `read-string'.
5888 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5889 of line to determine if we've been run before. If so, don't run again,
5890 but print a trivial message to indicate the cache was hit instead.
5891
5892 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
5893
5894 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5895 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
5896 The user will have to run `gnus-sync-read' manually and wait for Cloudy
5897 Gnus.
5898
5899 2011-03-11 Julien Danjou <julien@danjou.info>
5900
5901 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5902 modified file".
5903
5904 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
5905
5906 * auth-source.el (auth-source-read-char-choice): New function to read a
5907 character choice using `dropdown-list', `read-char-choice', or
5908 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
5909 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
5910 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
5911 (auth-source-netrc-saver): Use it.
5912 (auth-source-pick-first-password): New convenience function.
5913
5914 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
5915
5916 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5917 parameter in the credentials.
5918 (nnimap-open-connection-1): Use it after a successful login.
5919 (nnimap-credentials): Add IMAP-specific user and password prompt.
5920
5921 * auth-source.el (auth-source-search): Add :require parameter, taking a
5922 list. Document it and the :save-function return token. Pass :require
5923 down. Change the CREATED message from a warning to a debug statement.
5924 (auth-source-search-backends): Pass :require down.
5925 (auth-source-netrc-search): Pass :require down.
5926 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5927 Change save prompt to indicate all modifications saved here are
5928 deletions.
5929 (auth-source-netrc-create): Take user login name as default in user
5930 prompt. Move all the save functionality to a lexically bound function
5931 under the :save-function token in the returned list. Set up clearer
5932 default prompts for user, host, port, and secret.
5933 (auth-source-netrc-saver): New function, intended to be wrapped for
5934 :save-function.
5935
5936 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5937
5938 * Version 23.3 released.
5939
5940 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5941
5942 * shr.el (shr-table-horizontal-line): Change the defaults for the table
5943 lines to be spaces instead.
5944
5945 2011-03-07 Julien Danjou <julien@danjou.info>
5946
5947 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5948 (sieve-sasl-auth): Check that auth-source-search did return something,
5949 or just return an empty string.
5950
5951 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5952
5953 * gnus.el (gnus-interactive): Use read-directory-name.
5954
5955 * gnus-uu.el (gnus-uu-decode-uu-and-save)
5956 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5957 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5958 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5959 Likewise.
5960
5961 * gnus-group.el (gnus-group-make-directory-group): Likewise.
5962
5963 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5964
5965 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5966 onto the list of killed groups, too. This makes killed nnimap groups,
5967 for instance, more reliably not reappear.
5968
5969 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5970 the parent.
5971
5972 * gnus-sum.el (gnus-update-read-articles): Fix typo.
5973
5974 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5975 really have server-side marks.
5976
5977 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5978 since most backends do not usefully have server-side marks.
5979 (gnus-update-read-articles): Propagate marks to all backends that
5980 really have server-side marks.
5981
5982 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5983
5984 * message.el (message-cite-reply-position, message-cite-style):
5985 New variables.
5986 (message-yank-original): Use the new citation styles.
5987
5988 2011-03-04 Daiki Ueno <ueno@unixuser.org>
5989
5990 * message.el (message-options): Revert the change that's a workaround
5991 for XEmacs buffer-local issue; don't mark it buffer-local when running
5992 under XEmacs.
5993
5994 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
5995
5996 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5997 numbers too big to be `read'.
5998
5999 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
6000
6001 * message.el (message-options): Make buffer-local two ways to attempt
6002 to fix a XEmacs bug.
6003
6004 2011-03-02 Julien Danjou <julien@danjou.info>
6005
6006 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6007
6008 2011-03-01 Julien Danjou <julien@danjou.info>
6009
6010 * gnus-art.el (list-identifier): Add list-identifier as a parameter
6011 group.
6012 (article-hide-list-identifiers): Use list-identifier group parameter.
6013
6014 2011-02-28 Julien Danjou <julien@danjou.info>
6015
6016 * sieve.el (sieve-buffer-script-name): New local variable to store
6017 sieve script name.
6018 (sieve-edit-script): Store sieve script name.
6019 (sieve-upload): Use sieve script name when uploading.
6020 (sieve-upload): Use substitute-command-keys.
6021 (sieve-edit-script): Use substitute-command-keys.
6022 (sieve-refresh-scriptlist): Use substitute-command-keys.
6023 (sieve-manage-mode-map): Define keymap properly.
6024 (sieve-manage-mode): Do not set mode name manually, change mode-name to
6025 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6026 Remove commented code about cvs.
6027 (sieve-manage-quit): New function.
6028 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6029
6030 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6031
6032 * gnus-group.el (gnus-import-other-newsrc-file): New function.
6033
6034 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
6035
6036 * auth-source.el (auth-source-search): Cache empty result sets.
6037
6038 * auth-source.el (auth-source-save-behavior): New variable to replace
6039 `auth-source-never-create'.
6040 (auth-source-netrc-create): Use it.
6041 (auth-source-never-save): Remove.
6042
6043 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
6044
6045 * nnimap.el (nnimap-stream): Doc fix.
6046 (nnimap-open-connection-1): Reverse the order of the ports to that the
6047 prompted-for port is first.
6048
6049 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6050 retrieval by the no-group selection.
6051
6052 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6053 numerical parameters.
6054
6055 2011-02-25 Julien Danjou <julien@danjou.info>
6056
6057 * gnus-gravatar.el: Use gnus-with-article-buffer.
6058
6059 * gnus-art.el (gnus-with-article-buffer): Check that the
6060 gnus-article-buffer is alive.
6061
6062 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
6063
6064 * auth-source.el (auth-source-creation-prompts): New variable to manage
6065 creation-time prompts.
6066 (auth-source-search): Document it.
6067 (auth-source-format-prompt): Add utility function.
6068 (auth-source-netrc-create): Don't default the user name to
6069 user-login-name. Use `auth-source-creation-prompts' and some default
6070 prompts for user, host, port, and password (the default generic prompt
6071 remains ugly).
6072 (auth-source-never-save): Add customizable option to never save info.
6073 (auth-source-netrc-create): Use it and improve save prompts. Fix help
6074 mode excursion.
6075
6076 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
6077
6078 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6079 argument that XEmacs doesn't support.
6080
6081 2011-02-23 Julien Danjou <julien@danjou.info>
6082
6083 * gnus-art.el (article-make-date-line): Ignore errors if time is
6084 invalid and not convertible.
6085 (article-make-date-line): Only add lapsed time if time is not nil.
6086
6087 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
6088
6089 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6090 `read-char-choice' for backwards compatibility.
6091 (auth-source-netrc-element-or-first): New function to DTRT for
6092 parameter extraction.
6093 (auth-source-netrc-create): Use it and fix multiple parameter print
6094 bug. Use the default passed from above (given-default) or the
6095 built-in (user-login-name for :user).
6096
6097 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
6098
6099 * gnus-start.el (gnus-dribble-read-file):
6100 Set buffer-save-without-query, since we always want to save the dribble
6101 file, probably.
6102
6103 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6104 nnimap.
6105
6106 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6107 -summary- since it's a user-visible variable.
6108
6109 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6110 first time you use the new Gnus.
6111
6112 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
6113
6114 * auth-source.el: Don't load netrc.el.
6115 (auth-sources): Search ~/.netrc as well by default.
6116 (auth-source-debug): Add 'trivia option for extra output.
6117 (auth-source-do-trivia): Use it.
6118 (auth-source-search): Simplify logic to use
6119 `auth-source-search-backends'. Use `auth-source-do-trivia' where
6120 appropriate. Don't keep a running count at this level. Layer :create
6121 and :delete options appropriately on the first and second passes.
6122 Don't track the backend with the search results.
6123 (auth-source-search-backends): New function to search a list of
6124 backends for a processed spec.
6125 (auth-source-netrc-parse): Cache all netrc files, making
6126 auth-source-netrc-cache an alist keyed by the file name and using the
6127 file mtime as the caching criterion. Keep the obfuscated data secret
6128 with a lexical bind.
6129 (auth-source-netrc-search): Don't calculate the length of the results
6130 unnecessarily.
6131 (auth-source-search-backends): Fix bug.
6132 (auth-source-netrc-create): Rework prompts.
6133
6134 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
6135
6136 * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6137 Lower case names of search constraints.
6138 (nnir-run-query): Cache and reuse search constraints for all imap
6139 servers.
6140
6141 2011-02-22 Sam Steingold <sds@gnu.org>
6142
6143 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
6144
6145 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
6146
6147 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6148 after exit.
6149 (gnus-setup-message): Define missing variable from last checkin.
6150
6151 * gnus-sum.el (gnus-summary-show-article): When called with t as the
6152 value, show the raw article.
6153
6154 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6155
6156 * nnimap.el (nnimap-open-connection-1): Revert last change, since
6157 auth-source now accepts numbers.
6158
6159 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6160 spec, too.
6161 (auth-source-ensure-strings): New function.
6162
6163 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6164 (gnus-article-setup-buffer): Always restart the date timer so that user
6165 changes to the frequency is respected.
6166
6167 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6168 port numbers, so make sure it gets that if nnimap-server-port is
6169 explicit.
6170
6171 2011-02-21 Simon Josefsson <simon@josefsson.org>
6172
6173 * nnimap.el (nnimap-inbox): Doc fix.
6174
6175 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
6176
6177 * shr-color.el (shr-color->hexadecimal): Use renamed function names
6178 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6179 color-lab-to-srgb.
6180
6181 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6182
6183 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6184 given method as in the group name if we're using an extended method.
6185 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6186 command, if we're using that, instead of waiting for the beginning.
6187
6188 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6189 we're sure to get unique server names, and we don't output two async
6190 commands in the same buffer. This fixes an NNTP hang for some users.
6191
6192 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6193
6194 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6195 summary buffer before reading going to the next buffer. This avoids
6196 putting the point in the group buffer if you `C-g' the command.
6197
6198 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6199 cache (for now) to make ~/.authinfo.gpg files usable.
6200
6201 * nnfolder.el (copyright-update): Define for the compiler.
6202
6203 * auth-source.el (auth-source-search): Fix unbound variable.
6204
6205 2011-02-19 Glenn Morris <rgm@gnu.org>
6206
6207 * gnus.el (gnus-meta): Doc fix.
6208
6209 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
6210
6211 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6212 in case it's not yet loaded.
6213
6214 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
6215
6216 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6217 line we're waiting for.
6218
6219 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
6220
6221 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6222 face with line-width greater than zero will cause RET in gnus summary
6223 buffer to scroll down article page-wise because auto vscroll happens,
6224 it should be temporally disabled when doing a scroll-up.
6225
6226 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
6227
6228 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6229 outputs from the server.
6230
6231 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6232
6233 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6234 later so that bbdb can hook in easier.
6235
6236 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
6237
6238 * auth-source.el (auth-source-search): Don't try to create credentials
6239 if the caller doesn't want that.
6240 (auth-source-search): If we don't find a match, don't bug out on
6241 non-bound variables.
6242 (auth-source-search): Only ask a single backend to create the
6243 credentials.
6244
6245 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6246 logging.
6247 (nnimap-credentials): Protect against auth-source-search returning nil.
6248 (nnimap-request-list): Protect against not being able to open the
6249 server.
6250
6251 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
6252
6253 * auth-source.el (auth-source-search): Do a two-phase search, one with
6254 no :create to get the responses from all backends.
6255
6256 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6257 when getting credentials.
6258
6259 * gnus-util.el (gnus-delete-duplicates): New function.
6260
6261 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6262
6263 * nnimap.el (nnimap-credentials): Instead of picking the first port as
6264 a creation default, pass the whole port list down. It will be
6265 completed.
6266
6267 * auth-source.el (auth-source-search): Update docs to talk about
6268 multiple creation choices.
6269 (auth-source-netrc-create): Accept a list as a value (from the search
6270 parameters) and do completion on that list. Keep a separate netrc line
6271 with the password obscured for showing the user.
6272
6273 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6274 first choice to `auth-source-search' so it will be used for entry
6275 creation instead of the server's Gnus-specific name.
6276 (nnimap-credentials): Rely on the auth-source library to select which
6277 port is actually wanted in the new netrc entry, so don't override
6278 `auth-source-creation-defaults'.
6279
6280 * auth-source.el (auth-source-netrc-parse): Use :port instead of
6281 :protocol and accept a missing user, host, or port as a wildcard match.
6282 (auth-source-debug): Default to off.
6283
6284 (auth-source-netrc-search, auth-source-netrc-create)
6285 (auth-source-secrets-search, auth-source-secrets-create)
6286 (auth-source-user-or-password, auth-source-backend, auth-sources)
6287 (auth-source-backend-parse-parameters, auth-source-search): Use :port
6288 instead of :protocol.
6289
6290 * nnimap.el (nnimap-credentials): Pass a port default to
6291 `auth-source-search' in case an entry needs to be created.
6292 (nnimap-open-connection-1): Use :port instead of :protocol.
6293
6294 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
6295
6296 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
6297 instead of delete-dups that is not available in XEmacs 21.4.
6298
6299 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
6300
6301 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6302 nil means that nnimap doesn't get updated.
6303
6304 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
6305
6306 * auth-source.el (auth-source-netrc-create): Return a synthetic search
6307 result when the user doesn't want to write to the file.
6308 (auth-source-netrc-search): Expect a synthetic result and proceed
6309 accordingly.
6310 (auth-source-cache-expiry): New variable to override
6311 `password-cache-expiry'.
6312 (auth-source-remember): Use it.
6313
6314 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6315 parameter. Create entry if necessary by using :create t.
6316 (nnimap-open-connection-1): Don't pass `inhibit-create'.
6317
6318 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
6319
6320 * auth-source.el (auth-source-debug): Enable by default and don't
6321 mention the obsolete `auth-source-hide-passwords'.
6322 (auth-source-do-warn): New function to debug unconditionally.
6323 (auth-source-do-debug): Use it.
6324 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6325 and for Secrets API entries when the secrets.el library is not
6326 available.
6327
6328 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6329
6330 * gnus-sum.el (gnus-propagate-marks): Default to nil.
6331 (gnus-summary-exit): Kill the correct article buffer on exit from a
6332 `C-d' group.
6333
6334 * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
6335 gnus-propagate-marks.
6336
6337 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6338 before killing the buffers so that a non-full window conf gets handled
6339 correctly.
6340 (gnus-summary-exit): Ditto.
6341 (gnus-summary-read-group-1): Ditto.
6342
6343 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6344 async code again so that we can debug it properly.
6345
6346 * message.el (message-reply): Take an optional switch-buffer parameter
6347 so that Gnus window confs are respected better.
6348
6349 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6350
6351 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6352 `plist-get' to accept non-list parameters (XEmacs issue).
6353 Fix docstring.
6354 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6355 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6356 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6357 Login collection is "Login" and not "login".
6358
6359 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6360
6361 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6362 multiple headers.
6363
6364 * nnimap.el (nnimap-inhibit-logging): New variable.
6365 (nnimap-log-command): Don't log login commands.
6366
6367 * auth-source.el (auth-source-netrc-search): The asserts seem to want
6368 to have more parameters.
6369
6370 * nnimap.el (nnimap-send-command): Mark the command time for each
6371 command, so that we don't get NOOPs stepping on our toes.
6372
6373 * gnus-art.el (article-date-ut): Get the date from the Date header on
6374 `t'.
6375
6376 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
6377
6378 * auth-source.el (auth-source-search): Use copy-sequence instead of
6379 the cl.el copy-list.
6380
6381 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
6382
6383 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6384 Improve prompt.
6385
6386 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6387
6388 * gnus-art.el (gnus-article-mode-line-format): Remove the article
6389 washing status from the default format. It isn't very informative.
6390
6391 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
6392
6393 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6394 Fix Gcc processing on imap.
6395
6396 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6397
6398 * message.el (message-bury): Don't pop up a new window when selected
6399 window is dedicated.
6400
6401 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6402
6403 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6404
6405 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
6406
6407 * sieve-manage.el: Autoload `auth-source-search'.
6408 (sieve-sasl-auth): Use it.
6409
6410 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
6411
6412 * nnimap.el: Autoload `auth-source-forget+'.
6413 (nnimap-open-connection-1): Use it if the connection fails.
6414
6415 * auth-source.el: Require `password-cache'.
6416 (auth-source-hide-passwords, auth-source-cache): Remove and mark
6417 obsolete.
6418 (auth-source-magic): Marker for `password-cache' keys.
6419 (auth-source-do-cache): Update docstring.
6420 (auth-source-search): Use and check cache.
6421 (auth-source-forget-all-cached, auth-source-remember)
6422 (auth-source-recall, auth-source-forget, auth-source-forget+)
6423 (auth-source-specmatchp): Caching support functions.
6424 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6425 Remove and obsolete.
6426 (auth-source-user-or-password): Remove caching to further discourage
6427 using it. Always hide passwords.
6428
6429 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
6430
6431 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6432 code for now, since it doesn't work for all users.
6433
6434 2011-02-09 Julien Danjou <julien@danjou.info>
6435
6436 * message.el (message-options): Make message-options really buffer
6437 local.
6438
6439 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
6440
6441 * mail-source.el: Autoload `auth-source-search'.
6442 (mail-source-keyword-map): Note order matters.
6443 (mail-source-set-1): Get all the mail-source source values and
6444 defaults and search auth-source on those if needed. This can all
6445 probably be simplified.
6446
6447 * nnimap.el: Autoload `auth-source-search'.
6448 (nnimap-credentials): Use it.
6449 (nnimap-open-connection-1): Ask for the virtual server and physical
6450 address in one shot.
6451
6452 * nntp.el: Autoload `auth-source-search'.
6453 (nntp-send-authinfo): Use it. Note TODO.
6454
6455 2011-02-08 Julien Danjou <julien@danjou.info>
6456
6457 * shr.el (shr-tag-body): Add support for text attribute in body
6458 markups.
6459
6460 * message.el (message-options): Make message-options a local variable.
6461
6462 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
6463
6464 * auth-source.el (auth-source-secrets-search)
6465 (auth-source-user-or-password): Use `append' instead of `nconc'.
6466 (auth-source-user-or-password): Build return list better and protect
6467 against nil :secret.
6468
6469 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
6470
6471 * nnimap.el (nnimap-update-info): Refactor slightly.
6472 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6473 (nnimap-update-info): Clean up slightly.
6474 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6475 characters.
6476 (nnimap-process-quirk): Rename function to avoid collision.
6477 (nnimap-update-info): Fix macrology bug-out.
6478 (nnimap-update-info): Simplify split history test.
6479
6480 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
6481
6482 * auth-source.el (top): Require 'eieio unconditionally.
6483 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6484 (auth-source-secrets-search): Limit search when `max' is greater than
6485 number of results.
6486
6487 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6488
6489 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6490 part not returning any data.
6491
6492 * proto-stream.el (open-protocol-stream): Document the return value.
6493
6494 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6495
6496 * auth-source.el (auth-source-secrets-search): Add examples.
6497
6498 2011-02-06 Julien Danjou <julien@danjou.info>
6499
6500 * message.el (message-setup-1): Handle message-generate-headers-first
6501 set to t.
6502
6503 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6504
6505 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6506 API with a string "secrets:collection-name" and with 'default.
6507 (auth-source-backend-parse): Parse "secrets:collection-name" and
6508 'default. Recurse on parses instead of repeating code. Use the
6509 Secrets API is the source is not nil and 'ignore otherwise. Emit a
6510 message when ignoring a source.
6511 (auth-source-search): List ignored search keys at the top level.
6512 (auth-source-netrc-create): Use `case' instead of `cond'.
6513 (auth-source-secrets-search): Created with TODOs.
6514 (auth-source-secrets-create): Created with TODOs.
6515 (auth-source-retrieve, auth-source-create, auth-source-delete)
6516 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6517 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6518 (auth-source-user-or-password-sftp)
6519 (auth-source-user-or-password-smtp): Remove.
6520 (auth-source-user-or-password): Deprecated and modified to be a wrapper
6521 around `auth-source-search'. Not tested thoroughly.
6522
6523 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
6524
6525 * auth-source.el: Bring in assoc and eioeio libraries.
6526 (secrets-enabled): New variable to track the status of the Secrets API.
6527 (auth-source-backend): New EIOEIO class to represent a backend.
6528 (auth-source-creation-defaults): New variable to set prompt defaults
6529 during token creation (see the `auth-source-search' docstring for
6530 details).
6531 (auth-sources): Simplify to allow a simple string as a netrc backend
6532 spec.
6533 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6534 (auth-source-backend-parse-parameters): Fill in the backend parameters.
6535 (auth-source-search): Main auth-source API entry point.
6536 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6537 (auth-source-search-collection): Helper function for searching.
6538 (auth-source-netrc-parse, auth-source-netrc-normalize)
6539 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6540 Supports search, create, and delete.
6541 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6542 backend stubs.
6543 (auth-source-user-or-password): Call `auth-source-search' but it's not
6544 ready yet.
6545
6546 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
6547
6548 * message.el (message-setup-1): Remove the read-only stuff, since it
6549 doesn't work under XEmacs, for some reason.
6550
6551 * gnus-sum.el (gnus-user-date): Rename back from
6552 gnus-summary-user-date since user code refers to it.
6553
6554 * shr.el (shr-render-td): Store the actual background color used.
6555
6556 * message.el (message-setup-1): Don't bind the constant
6557 -forbidden-properties.
6558 (message-setup-1): Revert previous change, since it needs to bind the
6559 props to insert them.
6560 (message-resend): Allow removing the read-only separator line.
6561
6562 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6563
6564 * nnimap.el (nnimap-request-accept-article): Give an error message if
6565 the APPEND wasn't successful.
6566
6567 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
6568
6569 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6570 that have no groups.
6571
6572 2011-02-03 Julien Danjou <julien@danjou.info>
6573
6574 * gnus-draft.el: Remove progn around gnus-draft-setup.
6575
6576 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6577
6578 * gnus-start.el (gnus-read-active-for-groups): This function is never
6579 called with a nil `infos', so clean that up.
6580 (gnus-get-unread-articles): Request active files from primary/secondary
6581 methods that have no groups (yet).
6582
6583 2011-02-03 Julien Danjou <julien@danjou.info>
6584
6585 * message.el (message-setup-1): Always generate References first.
6586 (message-mail): Return the return value of message-setup, not always t.
6587 (message-setup-1): Insert mail-header-separator with read-only and
6588 intangible properties set.
6589
6590 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6591 user-date in docstring.
6592
6593 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6594
6595 * gnus.el (gnus-summary-line-format): Mention &user-date format in
6596 docstring.
6597
6598 * gnus.el (gnus-user-date-format-alist): Change default value.
6599 Use defcustom, with type and group. Move from gnus-util.el.
6600 Rename to gnus-summary-user-date-format-alist.
6601
6602 2011-02-03 Glenn Morris <rgm@gnu.org>
6603
6604 * nnimap.el (gnus-fetch-headers): Declare.
6605
6606 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6607
6608 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6609
6610 * message.el (message-forward-make-body-digest-plain)
6611 (message-followup, message-reply): Clean up things noted by Stefan.
6612
6613 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6614 gnus-article-update-date-headers is nil.
6615 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6616 it didn't really work with defcustom.
6617 (article-update-date-lapsed): Make sure the window start doesn't move,
6618 either.
6619
6620 2011-02-01 Julien Danjou <julien@danjou.info>
6621
6622 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6623 format.
6624
6625 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6626 standard in Emacs nowadays.
6627
6628 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6629
6630 * message.el (message-expand-name): Don't trust the return value of
6631 bbdb-complete-name.
6632 (message-check-news-header-syntax): Remove unused var `start'.
6633 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6634 (message-inhibit-body-encoding): Move to before first use.
6635 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6636 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6637 (Organization, Message-ID, Date, mh-previous-window-config):
6638 Defvar the vars using dynamic scoping.
6639
6640 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
6641
6642 * shr.el (shr-render-td): Only do colors at the final rendering.
6643 Should be slightly faster.
6644 (shr-insert-table): Fix up TD background colors when doing the
6645 vertical padding.
6646
6647 * gnus-art.el (article-date-ut): Protect against articles with no Date
6648 header.
6649 (article-update-date-lapsed): Don't use current-column to find the
6650 horizontal position. It's fragile in the presence of \003 characters.
6651
6652 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6653
6654 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6655
6656 * gnus-art.el (article-transform-date): Rewrite to still work when
6657 there are several rfc2822 parts.
6658 (article-transform-date): Fix infinite recursion.
6659 (article-date-ut): Replace infinitely many Date headers with a single
6660 one when called interactively.
6661
6662 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6663 secure manner.
6664
6665 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6666 move around by not using save-window-excursion. It seems to work...
6667
6668 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
6669
6670 * gnus-art.el (article-make-date-line): Work for user-defined format.
6671
6672 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6673
6674 * nntp.el (nntp-retrieve-group-data-early)
6675 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6676 fetching functions.
6677
6678 * gnus-start.el (gnus-read-active-for-groups): Read the active files
6679 thoroughly for all backends that have no known groups. This should
6680 allow new nnml methods to retrieve mail.
6681
6682 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6683 that Gnus doesn't know exists again.
6684
6685 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6686 (gnus-treat-date-ut): Ditto.
6687 (gnus-article-update-date-header): Rename.
6688 (gnus-treat-date-local): Remove.
6689 (gnus-treat-date-english): Remove.
6690 (gnus-treat-date-lapsed): Remove.
6691 (gnus-treat-date-combined-lapsed): Remove.
6692 (gnus-treat-date-original): Remove.
6693 (gnus-treat-date-iso8601): Remove.
6694 (gnus-treat-date-user-defined): Remove.
6695 (gnus-article-date-headers): New variable to control all the date
6696 header options.
6697 (article-date-ut): Rewrite to allow using the new way to format date
6698 headers(s).
6699
6700 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
6701
6702 * nnmail.el (nnmail-article-group): Check for a direct fancy split
6703 method.
6704 (nnmail-article-group): A better test for fanciness.
6705
6706 * nnimap.el (nnimap-request-head): Protect against not finding the
6707 article by Message-ID.
6708
6709 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
6710
6711 * gnus-art.el (article-update-date-lapsed): Try a better way to really
6712 keep point at the "same place".
6713
6714 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6715
6716 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6717 data if the group is inactive.
6718
6719 2011-01-28 Julien Danjou <julien@danjou.info>
6720
6721 * gnus-win.el: Remove dead function gnus-window-configuration-element.
6722 (gnus-all-windows-visible-p): Remove old compatibility code.
6723 (gnus-window-top-edge): Add docstring.
6724
6725 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6726
6727 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6728
6729 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6730 older request-update-info.
6731
6732 * gnus-art.el (article-make-date-line): Limit the length a bit more.
6733
6734 2011-01-28 Daiki Ueno <ueno@unixuser.org>
6735
6736 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6737 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6738
6739 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6740
6741 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6742 groups. This makes the nndraft:queue group pop up if it's not already
6743 there.
6744
6745 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6746 messages" logic, which was reversed.
6747
6748 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6749 the "same place" even if point is on the line being replaced.
6750 (article-update-date-lapsed): Allow updating both the combined lapsed
6751 and the lapsed headers.
6752 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6753 (article-make-date-line): Limit the number of segments dynamically to
6754 avoid too-long lines.
6755
6756 2011-01-27 Julien Danjou <julien@danjou.info>
6757
6758 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6759 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6760
6761 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
6762
6763 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6764 Use plist-get instead of the cl function getf.
6765
6766 2011-01-27 Glenn Morris <rgm@gnu.org>
6767
6768 * gnus-util.el (float-time): Get rid of compiler warning, again.
6769
6770 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6771
6772 * shr.el (shr-put-color): Special-case background colors: Do put them
6773 at the blank parts at the front of the lines.
6774
6775 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6776 exit hook to nix out all data on readedness on group exit.
6777
6778 * gnus-util.el (float-time): If float-time is bound, always use it on
6779 all Emacsen. It's unclear why the subrp check was there.
6780 (time-date): Require to make some autoload issues on XEmacs go away.
6781
6782 * shr.el (shr-put-color): Don't do the box padding in tables, since
6783 they're already padded.
6784
6785 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
6786
6787 * gnus-art.el (gnus-article-next-page): When the last line of the
6788 article is displayed, scroll down once more instead of going to the
6789 next article at once.
6790 (article-lapsed-string): Refactor out and allow specifying how many
6791 segments you want.
6792 (gnus-article-setup-buffer): Start updating the lapsed header directly.
6793 (gnus-article-update-lapsed-header): New variable.
6794
6795 * shr.el: Revert change that made headings use different-sized faces.
6796 The Emacs display engine isn't advanced enough that, for instance,
6797 tables can comfortably use differently-sized faces.
6798
6799 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6800
6801 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6802 used.
6803 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6804 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6805 we're using an encrypted connection.
6806
6807 * proto-stream.el: Alter the interface functions to also return the
6808 actual stream type used: network or TLS.
6809
6810 2011-01-25 Julien Danjou <julien@danjou.info>
6811
6812 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6813 (mm-display-javascript-inline): New function.
6814
6815 * mm-decode.el (mm-inline-media-tests): Add application/javascript
6816 viewing function.
6817
6818 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6819
6820 * shr.el (shr-expand-newlines): Fix variable name.
6821
6822 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6823
6824 * shr.el (shr-expand-newlines): Make nested boxes work.
6825
6826 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6827
6828 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6829 backgrounds.
6830 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6831 in a more sensible manner.
6832
6833 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
6834
6835 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6836 if EPG is loaded.
6837
6838 2011-01-24 Julien Danjou <julien@danjou.info>
6839
6840 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6841 tags.
6842
6843 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6844
6845 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6846 commands.
6847
6848 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6849 in the article buffer.
6850 (gnus-gravatar-insert): Use blank space from the current buffer to
6851 avoid breaking text properties. This makes X-Sent updating work again.
6852
6853 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6854
6855 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
6856
6857 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6858 fix the bug in url-http.el instead.
6859
6860 * shr.el (shr-image-fetched): Ditto.
6861
6862 * shr.el (shr-image-fetched): Avoid having point move in the article
6863 buffer.
6864
6865 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6866 buffer after being called. It's apparently being killed by url.el, and
6867 killing it made point move to end-of-buffer in a random buffer.
6868
6869 * shr.el (shr-image-fetched): Ditto.
6870
6871 2011-01-23 Julien Danjou <julien@danjou.info>
6872
6873 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6874
6875 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6876 text/x-org.
6877
6878 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6879
6880 * gnus-sum.el (gnus-summary-move-article): Protect against backends
6881 (i.e., nnimap) returning nil as the article number.
6882
6883 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6884
6885 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6886 "DelSp" parameter in RFC3676.
6887
6888 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6889
6890 * message.el (message-check-recipients): Display the encoded version of
6891 the bogus address if they differ.
6892
6893 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6894 after sending.
6895
6896 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6897
6898 * gnus-group.el (gnus-group-refresh-group): New convenience function.
6899
6900 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6901 group buffer after sending the queue.
6902
6903 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6904
6905 2011-01-22 Julien Danjou <julien@danjou.info>
6906
6907 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6908
6909 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6910
6911 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6912 nested related parts.
6913
6914 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6915 unexpired articles. This fixes the regression that led expiry marks to
6916 disappear from nnfolder groups.
6917
6918 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
6919
6920 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6921 Don't confuse the "ret" of "retrograde" with RET.
6922
6923 2011-01-21 Julien Danjou <julien@danjou.info>
6924
6925 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6926 than mm-insert-inline.
6927
6928 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
6929
6930 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6931 Widen article buffer.
6932
6933 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6934
6935 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6936 the temp buffer.
6937 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6938
6939 2011-01-20 Julien Danjou <julien@danjou.info>
6940
6941 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6942
6943 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6944 than mm-insert-inline to insert inline part: this respect
6945 mm-inline-media-tests displayers.
6946
6947 * mm-view.el (mm-display-shell-script-inline): New function.
6948
6949 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6950
6951 * mm-uu.el (mm-uu-type-alist): Add org block.
6952 (mm-uu-org-src-code-block-extract): New function.
6953
6954 * mm-view.el (mm-display-org-inline): New function.
6955
6956 * mm-decode.el (mm-automatic-display): Add text/org.
6957
6958 * mailcap.el (mailcap-mime-extensions): Add .org.
6959
6960 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6961
6962 * gnus-art.el (gnus-article-highlight): Remove argument passed to
6963 gnus-article-add-buttons.
6964
6965 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
6966
6967 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6968 From header with a date and "nobody" as the sender.
6969
6970 2011-01-19 Julien Danjou <julien@danjou.info>
6971
6972 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6973 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6974 if you have the same regexp several times.
6975 (gnus-button-push): Fix matching when regexp is symbol.
6976
6977 2011-01-15 Glenn Morris <rgm@gnu.org>
6978
6979 * message.el (message-mail): A compose-mail function should
6980 accept headers as strings.
6981
6982 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
6983
6984 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6985 Add :vert-only tags.
6986 (message-mail): New arg RETURN-ACTION.
6987 (message-return-action): New var.
6988 (message-bury): Use it.
6989 (message-mode): Make it buffer-local.
6990 (message-send-and-exit): Always call message-bury.
6991
6992 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
6993 message-mail.
6994
6995 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6996
6997 * nnimap.el (nnimap-convert-partial-article): Protect against
6998 zero-length body parts.
6999
7000 * mm-decode.el (mm-preferred-alternative-precedence):
7001 Discourage showing empty parts.
7002
7003 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7004 and stuff if the backend didn't return the article number. This fixes
7005 an Exchange-related nnimap bug.
7006
7007 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7008 group window, because it does the wrong thing when a separate frame
7009 displays the group buffer.
7010
7011 * proto-stream.el (open-protocol-stream): Protect against the low-level
7012 transport functions returning nil.
7013
7014 2011-01-07 Daiki Ueno <ueno@unixuser.org>
7015
7016 * mml2015.el (epg-sub-key-fingerprint): Autoload.
7017 (mml2015-epg-find-usable-secret-key): New function.
7018 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7019 mml2015-epg-find-usable-key (Bug#7797).
7020 (mml2015-epg-encrypt): Ditto.
7021
7022 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7023
7024 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7025
7026 2011-01-03 Glenn Morris <rgm@gnu.org>
7027
7028 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7029
7030 * sieve.el (sieve-open-server): Give a more explicit error if
7031 sieve-manage-open returns nil. (Bug#7720)
7032
7033 2011-01-02 Karl Fogel <kfogel@red-bean.com>
7034
7035 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7036
7037 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7038
7039 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7040 This avoids sending passwords in plain text over non-encrypted
7041 channels.
7042
7043 * shr.el (shr-rescale-image): Display all GIF images as animated images.
7044
7045 * nnimap.el (nnimap-login): Refactored out into own function, and
7046 implement CRAM-MD5.
7047 (nnimap-wait-for-line): Refactored out.
7048
7049 * mm-view.el (mml-smime): Require.
7050
7051 2010-12-20 David Engster <deng@eml.cc>
7052
7053 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7054 use EPG to decrypt S/MIME messages instead of openssl.
7055
7056 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7057
7058 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7059
7060 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7061 status is the group clearly is unreachable.
7062
7063 * auth-source.el (auth-source-create): Add the optional second
7064 parameter to `local-variable-p' to be compatible with XEmacs.
7065
7066 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
7067
7068 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7069 work when using a compressed nnml folder.
7070
7071 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7072
7073 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7074 backends after sanitising on entry, because this never makes sense:
7075 If the articles have gone missing, then the data no longer exists on
7076 the backend, and if they haven't, then Gnus is wrong, and shouldn't
7077 overwrite anything anyway.
7078
7079 * shr.el (shr-insert-document): Bind shr-width dynamically to
7080 window-width if it's nil.
7081
7082 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
7083
7084 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7085 with the meaning of using the full emacs window width for rendering.
7086
7087 2010-12-27 Daiki Ueno <ueno@unixuser.org>
7088
7089 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7090 case when sender is not given.
7091
7092 2010-12-23 Julien Danjou <julien@danjou.info>
7093
7094 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7095 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7096 the addresses, otherwise we might misplaced the gravatar.
7097
7098 2010-12-21 Daiki Ueno <ueno@unixuser.org>
7099
7100 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7101 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7102 obsolete in Emacs.
7103
7104 2010-12-20 Julien Danjou <julien@danjou.info>
7105
7106 * gnus-util.el (gnus-rescale-image): Revert last change.
7107
7108 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7109
7110 * gnus-group.el (gnus-group-delete-articles): New command.
7111
7112 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
7113
7114 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7115
7116 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7117
7118 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7119 here, since it's up to the backends to do CRLF removal if their
7120 protocol has it.
7121
7122 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7123
7124 2010-12-17 Julien Danjou <julien@danjou.info>
7125
7126 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7127 they are from file. Can also scale up.
7128
7129 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
7130
7131 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7132 Restore gnus-use-agent.
7133 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7134
7135 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7136
7137 2010-12-17 Julien Danjou <julien@danjou.info>
7138
7139 * gravatar.el (gravatar-retrieve-synchronously): New function.
7140 (gravatar-get-data): Make more robust.
7141
7142 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7143
7144 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7145 to really consider the last line.
7146
7147 2010-12-16 Daiki Ueno <ueno@unixuser.org>
7148
7149 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7150 list of recipient keys, or use symmetric encryption if not a list.
7151 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7152 EPA override, replacing the call to `netrc-store-data'.
7153
7154 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
7155
7156 * gnus-srvr.el: Avoid passing nil regexp argument to
7157 delete-matching-lines.
7158
7159 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7160
7161 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7162 fetching stops when Gnus exits.
7163
7164 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7165 function.
7166 (nnfolder-request-expire-articles): Save all the buffers after doing
7167 expiry.
7168
7169 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7170 the last article", since that led to serious performance regressions
7171 when expiring nnml groups.
7172
7173 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
7174
7175 * nnir.el: Improve customizations.
7176
7177 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7178
7179 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7180
7181 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7182 group has been killed.
7183 (gnus-group-yank-group): Ditto.
7184
7185 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7186
7187 * nnimap.el (nnimap-request-update-group-status): New function.
7188
7189 * gnus-int.el (gnus-request-update-group-status): New interface
7190 function.
7191
7192 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7193 copying read-ness to the backends.
7194
7195 * nnimap.el (nnimap-quirk): New function.
7196 (nnimap-retrieve-group-data-early): Use it.
7197 (nnimap-quirks): New alist.
7198
7199 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
7200
7201 * shr.el (shr-insert): Set shr-start after deleting trailing space;
7202 don't delete it within indentation.
7203
7204 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7205
7206 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7207 previous line.
7208
7209 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7210
7211 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7212 QRESYNC command by deleting a superfluous space which broke Cyrus
7213 servers. This change will break other servers that are buggy the other
7214 way around.
7215
7216 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
7217
7218 * spam.el: Reindent and fix long lines.
7219 (spam-copy-or-move-routine): Exclude invalid move destinations.
7220
7221 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
7222
7223 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7224 installed the registry.
7225
7226 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
7227
7228 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7229 groupname doesn't contain "gmane".
7230
7231 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7232
7233 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7234 (gnus-1): Don't create the nndrafts group twice.
7235 (gnus-setup-news): There's no need to read the active file here, since
7236 that's done again later on a per-backend basis.
7237 (gnus-start-draft-setup): Make sure that the new group is started out
7238 empty.
7239
7240 * gnus-agent.el (gnus-agentize): Don't create the queue group
7241 automatically on startup. It'll be created later, if needed.
7242
7243 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7244 of automatically subscribed groups.
7245 (gnus-auto-subscribed-categories): New variable.
7246 (gnus-matches-options-n): Use it.
7247 (gnus-default-subscribed-newsgroups): Remove unused variable.
7248 (gnus-start-draft-setup): Message a bit less.
7249
7250 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
7251
7252 * nnir.el (nnir-run-imap): Return article list in order of increasing
7253 UID.
7254
7255 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7256
7257 * gnus-sum.el (gnus-summary-enter-digest-group):
7258 Mention gnus-auto-select-on-ephemeral-exit.
7259
7260 * proto-stream.el (proto-stream-open-network-only): Fix the calling
7261 convention of the network-only option.
7262
7263 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7264
7265 * proto-stream.el (proto-stream-open-network-only): New function to
7266 have a way to specify non-STARTTLS upgrade connections.
7267
7268 2010-12-10 Julien Danjou <julien@danjou.info>
7269
7270 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7271 email address is nil.
7272
7273 * message.el (message-bogus-recipient-p): Set address to "" if nil.
7274
7275 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
7276
7277 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7278 deletion.
7279 (nnir-run-imap): Only need to parse list once.
7280
7281 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7282
7283 * shr.el (shr-tag-script): Ignore <script>.
7284 (shr-tag-label): Add <label> support.
7285
7286 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
7287
7288 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7289
7290 * shr.el (shr-image-displayer): Work for images lined side by side.
7291
7292 2010-12-08 Robert Pluim <rpluim@gmail.com>
7293
7294 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7295 parameter, since XEmacs doesn't accept t as a parameter.
7296
7297 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
7298
7299 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7300 ids.
7301 (nnir-run-gmane): Simplify groupspec formatting.
7302 (nnir-request-expire-articles): New function.
7303
7304 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7305
7306 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7307 overflow, possibly.
7308
7309 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7310 (shr-render-td): Handle td style="" better.
7311 (shr-tag-table): Use the color from the style sheet.
7312 (shr-render-td): Make sure we copy over all the overlays, too.
7313
7314 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
7315
7316 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7317 (nnir-request-article): Improve article retrieval.
7318
7319 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7320
7321 * mm-util.el (mm-extra-numeric-entities): New variable.
7322
7323 * mm-url.el (mm-url-decode-entities):
7324 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7325
7326 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7327
7328 * message.el: Use completion-at-point.
7329 (message-completion-function): New fun, extracted from message-tab.
7330 (message-mode): Use it for completion-at-point-functions.
7331 (message-tab): Use it and completion-at-point.
7332
7333 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7334
7335 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7336 character if a non-breakable character follows.
7337
7338 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7339
7340 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7341 any stream.
7342
7343 * shr.el (shr-tag-font): Colorize the region.
7344 (shr-tag-body): Ditto.
7345 (shr-tag-font): Actually let the styles be inherited instead of
7346 overwriting them.
7347 (shr-tag-font): Get the background color right.
7348 (shr-tag-style): Ignore all <style> tags for the moment.
7349
7350 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7351 a Message-ID to avoid having nnimap depend on gnus-sum.
7352
7353 * shr.el (shr-descend): Only colorize something if we have a node that
7354 sets colors.
7355
7356 2010-12-06 Julien Danjou <julien@danjou.info>
7357
7358 * shr.el (shr-render-td): Render td content with shr-descend, so style
7359 will be applied to <td> too.
7360 (shr-colorize-region): Colorize region even if we only have a background.
7361 (shr-tag-body): Fix color and background color inheritance.
7362 Do not recolorize after shr-generic.
7363 (shr-tag-font): Let shr-generic colorize via inheritance.
7364
7365 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
7366
7367 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7368
7369 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
7370
7371 * nnir.el (nnir-request-move-article): Remove obsolete code.
7372
7373 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7374
7375 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7376
7377 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7378
7379 * gnus-sum.el (gnus-summary-respool-article): The completion function
7380 expects a list instead of an alist.
7381
7382 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7383 string as the parameter.
7384
7385 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7386
7387 * shr.el (shr-stylesheet): New dynamic variable for cascading the
7388 styles.
7389 (shr-colorize-region): New function.
7390 (shr-insert-background-overlay): Remove.
7391 (shr-render-td): Background setting should be taken care of on a higher
7392 level.
7393 (shr-tag-body): Use post-hoc colorizations.
7394 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7395 (shr-put-color-1): Don't overwrite old colors.
7396 (shr-colorize-region): When the background color isn't explicit, use
7397 a fixed background.
7398
7399 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7400 nnmail variables.
7401
7402 2010-12-05 Bjørn Mork <bjorn@mork.no>
7403
7404 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7405 unless necessary.
7406
7407 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
7408
7409 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7410 server.
7411
7412 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7413
7414 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7415 so that TAB works.
7416
7417 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7418 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7419
7420 * shr.el (shr-urlify): Show the URL before the title to avoid
7421 misleading URLs.
7422
7423 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
7424
7425 * shr.el (shr-urlify): Display the title in <a> tags.
7426
7427 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
7428
7429 * nnir.el (nnir-categorize): Replace mapcar with mapc.
7430
7431 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
7432
7433 * nnir.el: Rearrange code to allow macros to be autoloaded by
7434 gnus-sum.el.
7435 (nnir-retrieve-headers-override-function): Make this variable
7436 customizable.
7437 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7438
7439 * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7440 from nnir.el.
7441
7442 2010-12-03 Julien Danjou <julien@danjou.info>
7443
7444 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7445
7446 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7447
7448 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7449 allow optional argument `environment'.
7450
7451 2010-12-03 Glenn Morris <rgm@gnu.org>
7452
7453 * mm-extern.el (message-goto-body): Update declaration.
7454
7455 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7456
7457 * gnus-util.el (gnus-macroexpand-all): New function.
7458
7459 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7460 instead of macroexpand-all that is unavailable in XEmacs.
7461
7462 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
7463
7464 * nnir.el (nnir-summary-line-format): New variable.
7465 (nnir-mode): Use it.
7466 (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7467 (nnir-article-ids): Reimplement as defsubst.
7468 (nnir-retrieve-headers): Don't mangle the subject header.
7469 (nnir-run-imap): Use 100 as RSV score.
7470 (nnir-run-find-grep): Fix for full server searching.
7471 (nnir-run-gmane): Better restriction to gmane groups.
7472
7473 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7474 summary buffers.
7475
7476 2010-12-02 Julien Danjou <julien@danjou.info>
7477
7478 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7479
7480 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7481
7482 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7483 support.
7484
7485 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
7486
7487 * nnir.el: Update to handle the registry better.
7488 (autoload): Silence byte-compiler.
7489 (nnir-open-server): Add a hook for nnir groups.
7490 (nnir-request-move-article): Don't mangle the header. Better to use
7491 formatting variables (which will be added in the future).
7492 (nnir-registry-action): Update the registry using the original article
7493 group name.
7494 (nnir-mode): Install nnir-specific hooks for updating the registry.
7495
7496 * gnus-sum.el
7497 (gnus-article-original-subject, gnus-newsgroup-original-name):
7498 Remove obsolete variables.
7499 (gnus-summary-move-article): Remove use of obsolete variables.
7500 (gnus-summary-local-variables): Make move and delete hooks local to
7501 summary buffers.
7502
7503 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7504
7505 * rtree.el: New file.
7506
7507 2010-12-01 Julien Danjou <julien@danjou.info>
7508
7509 * message.el (message-user-organization): Do not use
7510 gnus-local-organization.
7511
7512 * gnus.el: Remove gnus-local-organization.
7513
7514 * gnus-msg.el: Remove nastygram thing.
7515
7516 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
7517
7518 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7519 funcall.
7520
7521 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
7522
7523 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7524 names.
7525
7526 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7527 characters.
7528
7529 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7530 to t of inhibit-read-only since it is inside gnus-with-article-headers.
7531 Suggested by Štěpán Němec <stepnem@gmail.com>.
7532 (gnus-gravatar-transform-address): Use mail-extract-address-components
7533 that supports non-ASCII names rather than mail-header-parse-addresses.
7534
7535 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7536
7537 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
7538 handled by the network handler.
7539
7540 2010-11-30 Julien Danjou <julien@danjou.info>
7541
7542 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7543 (nnimap-open-connection-1): Fix PREAUTH.
7544
7545 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7546
7547 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7548
7549 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7550 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7551 (shr-insert): Use them.
7552 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7553
7554 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7555
7556 * nnir.el (nnir-request-move-article): Bail out if original group
7557 doesn't support article moves.
7558 (nnir-get-active): Improve active list retrieval.
7559
7560 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7561
7562 * shr.el (shr-find-fill-point): Don't break before apostrophes.
7563
7564 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
7565
7566 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7567 seem to accept strings-with-numbers as port numbers.
7568
7569 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7570
7571 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7572 change the registry.
7573
7574 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7575
7576 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7577 delete-dups that is not available in XEmacs 21.4.
7578
7579 * mm-util.el (mm-delete-duplicates): Add comment.
7580
7581 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
7582
7583 * nnir.el (nnir-ignored-newsgroups): New variable.
7584 (nnir-get-active): Use it.
7585
7586 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7587
7588 * proto-stream.el (proto-stream-open-network): Add some comments.
7589
7590 * nntp.el (nntp-open-connection): Provide a :success condition.
7591
7592 * nnimap.el (nnimap-open-connection-1): Ditto.
7593
7594 * proto-stream.el (proto-stream-open-network): See what the response to
7595 the STARTTLS command is.
7596
7597 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7598 backwards compatibility).
7599 (nnimap-open-connection-1): Really respect nnimap-server-port.
7600
7601 * proto-stream.el (proto-stream-open-network): When doing opportunistic
7602 TLS upgrades we don't really care about the identity of the peer.
7603 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7604 that what we've checked for.
7605 (proto-stream-always-use-starttls): Only default to t if
7606 open-gnutls-stream exists.
7607 (proto-stream-open-network): If STARTTLS failed, then just open a
7608 normal connection.
7609 (proto-stream-open-network): Wait until the greeting before doing
7610 STARTTLS.
7611
7612 * nntp.el (nntp-open-connection): Report what the connection error is.
7613
7614 * proto-stream.el (open-protocol-stream): Rename from
7615 open-proto-stream.
7616
7617 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7618
7619 * nnimap.el (nnimap-stream): Change default to `undecided'.
7620 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7621 first, and then network.
7622 (nnimap-open-connection-1): Respect nnimap-server-port.
7623 (nnimap-open-connection): Be more backwards-compatible.
7624
7625 * proto-stream.el (proto-stream-always-use-starttls): New variable.
7626 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
7627 (proto-stream-open-starttls): Folded back into the main function.
7628 (proto-stream-open-network): Fix typo in the GnuTLS path.
7629 (proto-stream-command): Refactor out.
7630
7631 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7632
7633 * proto-stream.el (proto-stream-open-starttls): Actually implement the
7634 starttls.el STARTTLS.
7635
7636 * color.el (color-lab->srgb): Fix function call name.
7637
7638 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7639 if we're using tls.el.
7640 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
7641 built in, then don't try to establish a STARTTLS connection.
7642
7643 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7644 servers.
7645
7646 * proto-stream.el (open-proto-stream): Use network, not stream.
7647 (open-proto-stream): Add a way to specify what the end of a command is.
7648
7649 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7650 connections types.
7651 (nntp-open-network-stream): Remove.
7652 (nntp-open-ssl-stream): Remove.
7653 (nntp-open-tls-stream): Remove.
7654 (nntp-ssl-program): Remove.
7655
7656 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7657
7658 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
7659
7660 * nnir.el: Fix typos.
7661 (nnir-retrieve-headers-override-function): Rename variable to reflect
7662 new semantics.
7663 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7664 macros.
7665 (nnir-request-article, nnir-request-move-article): Use them.
7666 (nnir-categorize): New function.
7667 (nnir-run-query): Use it.
7668 (nnir-retrieve-headers): Rewrite to batch header retrieval.
7669 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7670 sorted.
7671 (nnir-group-full-name): Use gnus-group-full-name instead.
7672 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7673 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7674
7675 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7676
7677 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7678
7679 * proto-stream.el: New library to provide protocol-specific
7680 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7681 protocols.
7682 (open-proto-stream): Complete the documentation.
7683 (proto-stream-open-network): Fix some typos.
7684
7685 * nnimap.el (nnimap-open-connection): Use it.
7686
7687 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
7688
7689 * pop3.el (pop3-open-server): Read server greeting before starting TLS
7690 negotiation.
7691
7692 2010-11-26 Julien Danjou <julien@danjou.info>
7693
7694 * color.el: Rename various rgb functions to srgb.
7695
7696 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7697
7698 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7699 names.
7700
7701 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
7702
7703 * shr.el (shr-insert): Revert last change.
7704 (shr-find-fill-point): Never leave point being at bol;
7705 relax the kinsoku limitation when rendering tables.
7706
7707 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7708
7709 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7710 results from -accept-article.
7711
7712 * shr-color.el: Require cl when compiling.
7713
7714 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7715 checkin.
7716
7717 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7718
7719 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7720
7721 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7722 'add and 'delete to set backend marks.
7723
7724 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7725
7726 * nnheader.el (nnheader-update-marks-actions): Refactor out.
7727
7728 * nntp.el (nntp-request-set-mark): Use it.
7729
7730 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7731
7732 * nnml.el (nnml-request-set-mark): Ditto.
7733
7734 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7735 introduces regressions in article selection.
7736 (nnimap-find-uid-response): New function.
7737 (nnimap-request-accept-article): Use the UID returned, if any.
7738 (nnimap-request-move-article): Use the UID returned, if any.
7739 (nnimap-get-groups): Reimplement to work with folded lines.
7740 (nnimap-find-uid-response): The UID is the last element in the list.
7741 (nnimap-request-set-mark): Extend syntax with 'set.
7742
7743 * nnml.el (nnml-request-set-mark): Ditto.
7744
7745 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7746
7747 * nntp.el (nntp-request-set-mark): Ditto.
7748
7749 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7750
7751 * message.el (message-called-interactively-p): A temporary macro.
7752 (message-goto-body): Use it temporarily.
7753
7754 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7755
7756 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7757 (nnimap-last-response-string): Unfold quoted lines, if they exist.
7758 (nnimap-last-response-string): Fix last unfolding fix.
7759
7760 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7761
7762 * shr.el (shr-insert): Fix the way to fold lines.
7763
7764 2010-11-25 Julien Danjou <julien@danjou.info>
7765
7766 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7767
7768 * color.el: Rename from color-lab.el
7769 (color-rgb->hex): Add.
7770 (color-complement): Add.
7771 (color-complement-hex): Add.
7772
7773 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7774
7775 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7776
7777 * shr-color.el (shr-color-visible): Don't bug out if the color names
7778 don't exist.
7779
7780 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7781
7782 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7783 assuming that article displaying or another mml-preview may be
7784 interrupted for an error or for the like.
7785
7786 * shr.el (shr-get-background): Fix argument name.
7787
7788 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7789
7790 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7791
7792 * gnus-sum.el (gnus-summary-include-articles): New function.
7793
7794 * message.el (message-goto-body): called-interactively-p needs a
7795 parameter, so use `any'.
7796
7797 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7798 clear marks before moving, since they're synced from the Gnus side
7799 first.
7800
7801 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7802 (gnus-summary-move-article): Copy over all marks before moving, so that
7803 IMAP doesn't think a new article has arrived.
7804
7805 2010-11-24 Julien Danjou <julien@danjou.info>
7806
7807 * shr.el (shr-insert-background-overlay): Fix typo.
7808 (shr-render-td): Copy the background before rendering.
7809
7810 * shr-color.el (shr-color-visible): Fix docstring.
7811
7812 * shr.el (shr-tag-table): Add bgcolor support.
7813 (shr-render-td): Add bgcolor support.
7814 (shr-get-background): Add.
7815 (shr-insert-foreground-overlay): Use shr-get-background.
7816
7817 * message.el (message-goto-body): Use called-interactively-p.
7818 (message-in-body-p): message-goto-body returns point.
7819
7820 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7821
7822 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
7823 Fixes something or other in Emacs 23, and is backwards compatible.
7824
7825 * message.el (message-goto-body): Remove the <#secure special-casing,
7826 which is too special.
7827
7828 * shr.el (shr-parse-style): Drop !important from styles.
7829
7830 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
7831
7832 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7833 this function to return incorrect results when calling it with an
7834 explicit article argument different from
7835 (gnus-summary-article-number).
7836
7837 2010-11-24 Julien Danjou <julien@danjou.info>
7838
7839 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7840 (shr-tag-body): Add background support.
7841 (shr-descend): Add background support.
7842 (shr-tag-title): Add.
7843
7844 * shr-color.el (shr-color-visible): Really return original background
7845 if fixed.
7846
7847 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7848
7849 * shr.el (shr-color-check): Protect against non-existent color names.
7850
7851 2010-11-24 Julien Danjou <julien@danjou.info>
7852
7853 * color-lab.el: Require 'cl when compiling.
7854
7855 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7856
7857 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7858 matched part.
7859
7860 * color-lab.el: Fix all expt calls to use float type.
7861
7862 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7863
7864 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7865 expression to shr-color-check as is.
7866
7867 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7868
7869 * color-lab.el: Add coding cookie.
7870 (float-pi): Use eval-and-compile.
7871
7872 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7873
7874 * shr.el (shr-insert-color-overlay): Split stuff like
7875 "#444444 !important" to find the real color.
7876 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7877 parse <font color="red"> entries.
7878
7879 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
7880
7881 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
7882 point when parsing headers.
7883
7884 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
7885 is positioned properly when parsing headers.
7886
7887 2010-11-23 Julien Danjou <julien@danjou.info>
7888
7889 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7890
7891 * shr-color.el (shr-color->hexadecimal): Add support for color names.
7892
7893 * shr.el (shr-parse-style): Replace \n with space in style parsing.
7894
7895 * shr-color.el (shr-color-hsl-to-rgb-fractions):
7896 Use shr-color-hue-to-rgb.
7897 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7898
7899 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7900
7901 * shr.el (shr-color->hexadecimal): Autoload.
7902 (shr-descend): Add color to all tags.
7903
7904 2010-11-22 Julien Danjou <julien@danjou.info>
7905
7906 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7907 shr-color->hexadecimal.
7908
7909 * shr-color.el (shr-color->hexadecimal): Add converting functions for
7910 RGB() or HSL() color representation.
7911
7912 * shr.el (shr-tag-font): Add.
7913 (shr-tag-color-check): New function to get better colors.
7914 (shr-tag-insert-color-overlay): Factorize code between tag-font and
7915 tag-span.
7916
7917 * shr-color.el: New file.
7918
7919 * color-lab.el: New file.
7920
7921 * gnus-art.el (gnus-url-mailto): Do not downcase args.
7922
7923 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
7924
7925 * nnir.el: Fix typo in comments.
7926 (nnir-run-imap): Simplify code. No need to reverse artlist.
7927 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7928
7929 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7930
7931 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7932
7933 * nnimap.el (nnimap-get-capabilities): Refactor out.
7934 (nnimap-open-connection): Re-request capabilities after STARTTLS.
7935
7936 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
7937
7938 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7939 appearing when `mm-uu-hide-markers' is nil.
7940
7941 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7942
7943 * nnimap.el (nnimap-unselect-group): Make into its own function.
7944 (nnimap-request-rename-group): Unselect group before renaming.
7945 This had gotten lost somewhere.
7946 (nnimap-request-accept-article): Keep track of examined groups, and
7947 unselect the group before APPENDing to read-only groups.
7948 (nnimap-request-move-article): Clear flags before moving so that they
7949 can be re-set later.
7950
7951 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
7952
7953 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7954 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7955
7956 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
7957
7958 * gnus-art.el (gnus-mime-display-single):
7959 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7960 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7961 parameter.
7962
7963 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7964
7965 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7966 (shr-table-vertical-line): New variable.
7967 (shr-insert-table): Use it.
7968
7969 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
7970
7971 * gnus-html.el (gnus-html-wash-images): Don't display images if
7972 gnus-inhibit-images is non-nil; register displayer for cid images.
7973 (gnus-html-display-image): Work for cid image.
7974 (gnus-html-insert-image): Allow arguments.
7975 (gnus-html-put-image): Inhibit read-only.
7976 (gnus-html-prefetch-images): Don't prefetch images if
7977 gnus-inhibit-images is non-nil.
7978
7979 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7980
7981 * shr.el (shr-put-image): Break lines when inserting big pictures.
7982
7983 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7984
7985 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7986 sender, thanks Katsumi Yamaoka.
7987
7988 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
7989
7990 * nnir.el (nnir-run-imap): Reverse the article list for each group
7991 rather than the whole list.
7992
7993 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7994
7995 * shr.el (shr-image-displayer): Protect function against non-existent
7996 image source.
7997
7998 * gnus-art.el (gnus-inhibit-images): New user option.
7999 (gnus-mime-display-single): Don't display image if it is non-nil.
8000
8001 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8002 gnus-inhibit-images.
8003
8004 * shr.el (shr-image-displayer): New function.
8005 (shr-tag-img): Use it.
8006
8007 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
8008
8009 * mml2015.el (mml2015-epg-sign): Use From header.
8010
8011 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8012
8013 * gnus-html.el (gnus-html-wash-images): Register a displayer.
8014
8015 * gnus-util.el (gnus-find-text-property-region): Return markers.
8016
8017 * shr.el (shr-tag-img): Put a displayer in the text property.
8018
8019 * gnus-util.el (gnus-find-text-property-region): New utility function.
8020
8021 * gnus-html.el (gnus-html-display-image): Make the alt optional.
8022 (gnus-html-show-images): Remove.
8023
8024 * gnus-art.el (gnus-article-show-images): New, more general function.
8025
8026 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8027 image url text properties.
8028
8029 * shr.el: Ditto.
8030
8031 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8032 gnus-agent-auto-agentize-methods is set. Which it isn't.
8033
8034 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8035
8036 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8037 work for two or more articles.
8038
8039 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
8040
8041 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8042 divide an image that's in an html article to two or more when washing
8043 non-ASCII characters in alt text of it.
8044
8045 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
8046
8047 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8048 smime-decrypt-region using function argument.
8049 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8050
8051 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8052
8053 * smime.el (smime-decrypt-region): Catch it.
8054
8055 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8056
8057 * smime.el (smime-mode-map): Move initialization into declaration.
8058 (gnus-run-mode-hooks): Don't autoload.
8059 (smime-mode): Use define-derived-mode.
8060
8061 2010-11-11 Glenn Morris <rgm@gnu.org>
8062
8063 * smime.el (from): Restrict declaration to XEmacs.
8064
8065 * nnir.el (gnus-group-topic-name): Autoload.
8066
8067 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
8068
8069 * shr.el (shr-insert): Don't break long line if it is because of
8070 kinsoku-bol characters in the line end.
8071
8072 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
8073
8074 * nnir.el (nnir-request-move-article): Fix to provide original group
8075 and subject.
8076 (nnir-warp-to-article): Don't fail on articles whose headers haven't
8077 been retrieved.
8078
8079 * gnus-sum.el (gnus-summary-move-article): Use original group and
8080 subject for virtual articles such as those in an nnir summary buffer.
8081
8082 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
8083
8084 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8085 least 21.5).
8086
8087 * smime.el (from): Declare it again for XEmacs.
8088
8089 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8090
8091 * message.el (message-resend): Don't disable encoding unless it's
8092 already encoded.
8093
8094 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8095 low-numbered articles.
8096
8097 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8098
8099 * rfc2047.el (rfc2047-syntax-table): Simplify.
8100
8101 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8102 set-char-table-range for XEmacs.
8103
8104 2010-11-10 Glenn Morris <rgm@gnu.org>
8105
8106 * smime.el (from): Remove unused declaration.
8107
8108 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8109 (gnus-float-time): On Emacs, always an alias.
8110
8111 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8112 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8113
8114 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8115
8116 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8117
8118 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8119
8120 * shr.el (browse-url-mailto): Autoload.
8121
8122 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8123
8124 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8125 regexp doesn't need quoting.
8126
8127 2010-11-09 Sven Joachim <svenjoac@gmx.de>
8128
8129 * message.el (message-subject-trailing-was-ask-regexp)
8130 (message-subject-trailing-was-regexp): Match was: in addition to was.
8131
8132 2010-11-09 Glenn Morris <rgm@gnu.org>
8133
8134 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8135 (nnbabyl-check-mbox): Use point-at-bol.
8136
8137 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8138
8139 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8140
8141 * message.el (message-mailto): New function.
8142 (message-mailto): Should accept other parameters.
8143 (message-mailto): Remove since it duplicates browse-url-mailto
8144 functionality.
8145
8146 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8147
8148 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8149 methods.
8150 (gnus-read-active-file): Ditto.
8151
8152 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8153 ": " from the prompt.
8154 (gnus-group-make-group): Ditto.
8155
8156 2010-11-07 Glenn Morris <rgm@gnu.org>
8157
8158 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8159 (gnus-bookmark-kill-line): Use point-at-eol.
8160
8161 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8162
8163 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8164 asterisks in From header.
8165
8166 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8167
8168 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8169 string to avoid making the From headers syntactically invalid.
8170
8171 * message.el (message-send-mail): Don't insert courtesy messages if the
8172 message already has List-Post and List-ID messages.
8173
8174 2010-11-06 Glenn Morris <rgm@gnu.org>
8175
8176 * gnus-art.el (gnus-treat-article): Give dynamic local variables
8177 `condition', `type', `length' a prefix.
8178 (gnus-treat-predicate): Update for above name changes.
8179
8180 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
8181
8182 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8183 binding. Handled by `gnus-summary-refer-thread' instead.
8184 (nnir-warp-to-article): New backend function.
8185
8186 * nnimap.el (nnimap-request-thread): Force dependency updating.
8187
8188 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8189 (gnus-summary-refer-thread): Rework to improve thread-referral.
8190
8191 * gnus-int.el (gnus-warp-to-article): New function.
8192
8193 * gnus-sum.el (gnus-summary-article-map): Bind it.
8194
8195 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
8196
8197 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8198 gnus-summary-refer-thread.
8199
8200 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8201 headers.
8202 (gnus-summary-limit-include-thread): Prevent articles in thread from
8203 being cut in gnus-cut-threads.
8204 (gnus-summary-refer-thread): Limit retrieved headers to those in
8205 thread.
8206
8207 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8208
8209 * message.el (message-send-mail): Use the value of
8210 message-courtesy-message from the message buffer.
8211
8212 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8213
8214 * shr.el (shr-browse-url): Implement mailto: URLs.
8215
8216 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8217 "raw".
8218
8219 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8220 if it's already selected.
8221
8222 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8223
8224 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8225
8226 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8227 to measure the length and truncate alt text.
8228
8229 2010-11-03 Glenn Morris <rgm@gnu.org>
8230
8231 * nndiary.el (nndiary-generate-nov-databases-1)
8232 (nndiary-generate-active-info): Rename dynamic variable `files' to
8233 something less generic.
8234
8235 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
8236
8237 * nnir.el (nnir-request-move-article): Call the underlying backend to
8238 move articles from nnir.
8239
8240 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8241
8242 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8243
8244 2010-11-02 Julien Danjou <julien@danjou.info>
8245
8246 * nnir.el: Remove wais support.
8247
8248 2010-11-02 Glenn Morris <rgm@gnu.org>
8249
8250 * gnus-html.el: Reorder requirements to quieten compiler.
8251
8252 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8253
8254 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8255 properly for XEmacs as well.
8256 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8257 (gnus-article-natural-long-line-p): Use window-width rather than
8258 frame-width.
8259
8260 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
8261
8262 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
8263 (nnir-read-parms): Don't modify query.
8264 (nnir-run-query): Add ability to search topic on current line.
8265 (nnir-get-active): Clean up.
8266
8267 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8268
8269 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8270 degenerate articles.
8271
8272 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8273 (gnus-print-buffer): Just print the buffer as is, without any copying
8274 to a buffer and then re-highlighting.
8275
8276 * nnimap.el (nnimap-request-group): Store the new updated info.
8277 (nnimap-request-group): Select the group when we don't know whether it
8278 exists or not.
8279
8280 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8281 groups.
8282
8283 * gnus-group.el (gnus-group-find-new-groups): Display all the new
8284 groups.
8285
8286 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8287 groups.
8288
8289 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8290 long-lines case by only filling the long lines.
8291
8292 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8293 (bug#7311).
8294
8295 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8296
8297 * shr.el: No need to declare `declare-function' since shr.el is for
8298 only Emacsen that provide `libxml-parse-html-region'.
8299
8300 2010-11-01 Glenn Morris <rgm@gnu.org>
8301
8302 * mm-util.el (gnus-completing-read): Autoload.
8303 (mm-read-coding-system): Simplify Emacs definition.
8304
8305 * nnmail.el (gnus-activate-group):
8306 * nnimap.el (gnutls-negotiate):
8307 * nntp.el (netrc-parse): Fix declarations.
8308
8309 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8310
8311 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8312 string-match-p in Emacs >=23.
8313
8314 * gnus-msg.el (gnus-configure-posting-styles):
8315 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8316
8317 2010-11-01 Glenn Morris <rgm@gnu.org>
8318
8319 * nnir.el (declare-function): Add compat stub.
8320 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8321 (nnir-run-gmane): Require 'mm-url.
8322
8323 * mm-util.el (mm-string-to-multibyte): Simplify.
8324
8325 * shr.el (declare-function): Add compat stub.
8326 (url-cache-create-filename): Declare.
8327 (mm-disable-multibyte, widget-convert-button): Autoload.
8328
8329 * smime.el (ldap-search): Declare.
8330 (smime-cert-by-ldap-1): Require ldap on Emacs.
8331
8332 * nnimap.el: Require nnmail, and gnus-sum when compiling.
8333 (nnimap-keepalive): Use gnus-float-time.
8334
8335 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8336 (mail-source-delete-crash-box): Use gnus-float-time.
8337
8338 * gnus-dired.el (gnus-completing-read): Autoload.
8339
8340 * mm-view.el (gnus-rescale-image): Autoload.
8341
8342 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8343
8344 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8345
8346 * sieve-manage.el: Require 'cl when compiling.
8347
8348 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8349 (gnus-iswitchb-completing-read): Require iswitchb.
8350 (gnus-select-frame-set-input-focus): Silence compiler.
8351
8352 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8353
8354 * message.el (message-subject-trailing-was-query): Change default to t,
8355 since I think that's what most people want.
8356
8357 * nnimap.el (nnimap-request-accept-article): Erase buffer before
8358 appending for easier debugging.
8359 (nnimap-wait-for-connection): Take a regexp.
8360 (nnimap-request-accept-article): Wait for the continuation line before
8361 sending anything unless we're streaming.
8362
8363 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8364 leave the header washing to take place.
8365
8366 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
8367
8368 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8369 regular expression match and replace in posting styles.
8370
8371 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
8372
8373 * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8374 an entire server.
8375 (nnir-get-active): New function.
8376 (nnir-run-imap): Use it.
8377 (nnir-run-gmane): Who knew, gmane search returns an article score!
8378
8379 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8380 server on the current line with nnir.
8381
8382 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8383
8384 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8385 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8386 left edge.
8387 (gnus-article-foldable-buffer): Skip past the prefix when determining
8388 raggedness.
8389
8390 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8391 the raw article, and change `C-u g' to show the article without doing
8392 treatments.
8393
8394 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8395 on to `gnus-treat-article'.
8396 (gnus-inhibit-article-treatments): New variable.
8397
8398 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8399
8400 * gnus-art.el (gnus-treatment-function-alist): Have
8401 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8402 (gnus-treat-fill-long-lines): Change default to fill all text/plain
8403 sections.
8404
8405 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8406 parameter.
8407 (gnus-article-fill-cited-long-lines): New function.
8408 (gnus-article-fill-cited-article): Allow filling only long sections.
8409
8410 * shr.el (shr-find-fill-point): Don't break lines between punctuation
8411 and non-punctuation (like after the apostrophe in "'We").
8412
8413 * gnus-sum.el (gnus-summary-select-article): Make sure
8414 gnus-original-article-buffer is alive.
8415
8416 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8417 reflect the order they are in the digest.
8418
8419 * gnus.el (gnus-group-startup-message): Move point to the start of the
8420 buffer.
8421
8422 * nnimap.el (nnimap-capability): New function.
8423 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8424 is set.
8425
8426 2010-10-31 David Engster <dengste@eml.cc>
8427
8428 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8429 conform with changes to gnus-completing-read.
8430
8431 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8432
8433 * shr.el (shr-tag-img): Output "*" instead of "[img]".
8434
8435 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8436
8437 * nnir.el: Move defvar, defcustom around to keep file organized
8438 and keep byte-compiler quiet.
8439 (nnir-read-parms): Accept search-engine as arg.
8440 (nnir-run-query): Pass search-engine as arg.
8441 (nnir-search-engine): Remove.
8442
8443 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8444
8445 * shr.el (shr-generic): The text nodes should be text, not :text.
8446
8447 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8448 later in the file.
8449
8450 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8451
8452 * nnir.el: General clean up. Allow searching with multiple engines.
8453 Allow separate extra-parameters for each engine.
8454 Batch queries when possible.
8455 (nnir-imap-default-search-key, nnir-method-default-engines):
8456 Add customize interface.
8457 (nnir-run-gmane): New engine.
8458 (nnir-engines): Use it. Qualify all prompts with engine name.
8459 (nnir-search-engine): Remove global variable.
8460 (nnir-run-hyrex): Restore for now.
8461 (nnir-extra-parms, nnir-search-history): New variables.
8462 (gnus-group-make-nnir-group): Use them.
8463 (nnir-group-server): Remove in favor of gnus-group-server.
8464 (nnir-request-group): Avoid searching twice.
8465 (nnir-sort-groups-by-server): New function.
8466
8467 2010-10-30 Julien Danjou <julien@danjou.info>
8468
8469 * gnus-group.el: Remove gnus-group-fetch-control.
8470
8471 * gnus-start.el (gnus-find-new-newsgroups):
8472 Remove gnus-check-first-time-used.
8473
8474 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8475
8476 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8477
8478 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8479 set on groups that don't have \* permanentflags.
8480
8481 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8482
8483 * shr.el (shr-tag-span): Drop colorization of regions since we don't
8484 control the background color.
8485 (shr-tag-img): Ignore very small web bug type images.
8486 (shr-put-image): Add help-echo alt texts to the images.
8487 (shr-tag-video): Show the video poster image.
8488
8489 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8490
8491 * shr.el (shr-table-depth): New variable.
8492 (shr-tag-table-1): Only insert the images after the top-level table.
8493
8494 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8495
8496 * gnus-util.el (gnus-list-memq-of-list): New function.
8497
8498 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8499 selected.
8500 (nnimap-unsplittable-articles): New slot.
8501 (nnimap-new-articles): Use it.
8502
8503 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
8504
8505 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8506 move to the previous line on `M-g'.
8507
8508 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8509
8510 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8511 *-request-group, which seems unnecessary.
8512
8513 * nnimap.el (nnimap-quote-specials): Function copied over from
8514 imap.el.
8515 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8516 they support that. Suggested by Tom Regner.
8517
8518 2010-10-29 Julien Danjou <julien@danjou.info>
8519
8520 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8521 defalias.
8522 (gnus-summary-delete-marked-with): Remove obsolete defalias.
8523
8524 * gnus.el: Remove `gnus-nntp-service' variable.
8525 (gnus-secondary-servers): Make obsolete.
8526 (gnus-nntp-server): Make obsolete.
8527
8528 * gnus-start.el (gnus-1): Remove x-splash calls.
8529
8530 * gnus-ems.el (gnus-x-splash): Remove.
8531
8532 * gnus.el (gnus-group-startup-message): Simplify/update code.
8533
8534 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8535 capability before doing anything.
8536 (gnus-group-insert-group-line): Remove useless
8537 gnus-group-remove-excess-properties.
8538
8539 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8540
8541 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8542
8543 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8544
8545 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8546 config after reselecting.
8547
8548 2010-10-28 Julien Danjou <julien@danjou.info>
8549
8550 * shr.el (shr-put-image): Use point even if only inserting text.
8551 (shr-put-image): Save excursion when inserting alt text on non-graphic
8552 display, so the behavior is the same when we are on a graphic display.
8553
8554 * nnir.el (nnir-run-swish-e): Remove hyrex support.
8555
8556 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8557
8558 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8559 (gnus-mime-copy-part): Check coding system, not charset.
8560 (gnus-mime-view-part-externally): Never remove part.
8561 (gnus-mime-view-part-internally): Don't remove part here.
8562 (gnus-article-part-wrapper): Make sure MIME tag is visible.
8563 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8564 multipart/alternative.
8565
8566 * mm-decode.el (mm-display-part): Take optional arg `force'.
8567
8568 2010-10-26 Julien Danjou <julien@danjou.info>
8569
8570 * gnus-group.el (gnus-group-default-list-level): Add this function to
8571 compute the default list level.
8572 (gnus-group-default-list-level): Add possibility to use a function.
8573
8574 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8575
8576 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8577
8578 * gnus-group.el (gnus-group-completing-read)
8579 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8580 gnus-replace-in-string.
8581
8582 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8583
8584 * shr.el (shr-tag-div): Add.
8585
8586 2010-10-25 Julien Danjou <julien@danjou.info>
8587
8588 * gnus-util.el: Remove `gnus-with-local-quit'.
8589
8590 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8591
8592 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8593
8594 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8595 the original article buffer.
8596
8597 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8598
8599 * nnimap.el (nnimap-request-head): New function.
8600 (nnimap-request-move-article): Try to be slightly faster by not
8601 requesting the entire message when moving.
8602 (nnimap-transform-headers): Don't bug out on bodiless articles.
8603 (nnimap-send-command): Have no outstanding messages if the IMAP server
8604 doesn't support streaming.
8605 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8606
8607 2010-10-24 Julien Danjou <julien@danjou.info>
8608
8609 * message.el (message-default-headers): Fix type.
8610
8611 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8612
8613 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8614 prefetching images.
8615
8616 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8617 backend for unknown groups. This is mainly useful for nnimap groups.
8618
8619 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8620 group isn't covered by the agent.
8621
8622 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
8623
8624 * nnir.el (nnir-method-default-engines): New variable.
8625 (nnir-run-query): Use it.
8626 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8627 (gnus-summary-nnir-goto-thread): Change group if needed.
8628
8629 * gnus-group.el (gnus-group-group-map): Add key binding for
8630 gnus-group-make-nnir-group.
8631
8632 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8633
8634 * shr.el (shr-tag-object): Add.
8635
8636 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8637 original article buffer live.
8638 (gnus-summary-select-article-buffer):
8639 Mention gnus-widen-article-buffer.
8640
8641 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8642
8643 * shr.el (shr-tag-strong): Add.
8644
8645 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8646
8647 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8648 group names. They mess up the group buffer badly.
8649
8650 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8651
8652 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8653 instead of the summary one.
8654
8655 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
8656
8657 * mml.el (mml-preview): Work properly when editing article.
8658
8659 * gnus-start.el (gnus-read-active-file-1): Don't add method to
8660 gnus-have-read-active-file if it's already been in.
8661
8662 2010-10-22 Tom Tromey <tromey@redhat.com>
8663
8664 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8665 gnus-group-completing-read.
8666
8667 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8668
8669 * message.el (message-mode-map): Don't bind M-; to comment region, to
8670 allow the global comment-dwim to work.
8671
8672 2010-10-21 Julien Danjou <julien@danjou.info>
8673
8674 * message.el (message-setup-1): Allow message-default-headers to be a
8675 function.
8676
8677 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8678
8679 * shr.el (shr-tag-table): Simplify.
8680
8681 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8682
8683 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8684 to avoid trying to snarf invalid stuff.
8685
8686 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8687
8688 * gnus.el (gnus-message-archive-group): Quote value.
8689 (gnus-message-archive-group): Mark as changed.
8690
8691 * shr.el (shr-add-font): Don't put the font properties on the newline
8692 or the indentation.
8693
8694 * message.el (message-fix-before-sending): Change options when sending
8695 non-printable characters.
8696
8697 * gnus.el (gnus-message-archive-method): Change the default to
8698 monthly outgoing groups.
8699
8700 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8701 that have gotten new numbers.
8702
8703 * nnimap.el (nnimap-request-replace-article): New function.
8704
8705 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8706
8707 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8708 (nnrss-request-article): Don't use special html washing code.
8709
8710 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8711
8712 * shr.el (shr-tag-table): Remove useless nconc.
8713
8714 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8715
8716 * gnus-art.el (article-wash-html): Simplify and remove the charset
8717 stuff. Use the normal html rendering code instead of the special html
8718 washing code.
8719
8720 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8721 `gnus-w3m' symbols.
8722 (mm-text-html-washer-alist): Remove.
8723
8724 * mm-decode.el (mm-inline-text-html-renderer): Remove.
8725 (mm-inline-media-tests): Remove use.
8726 (mm-text-html-renderer): Change default to the `shr' symbol.
8727
8728 * mm-view.el (mm-inline-text-html): Remove use.
8729
8730 * gnus-art.el (gnus-blocked-images): New function. Allow the
8731 `gnus-blocked-images' to be a function.
8732 (gnus-article-wash-function): Remove.
8733
8734 2010-10-20 Julien Danjou <julien@danjou.info>
8735
8736 * spam.el (spam-list-of-processors): Mark as obsolete.
8737
8738 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8739 (nnimap-insert-partial-structure): Fix boundary detection.
8740
8741 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
8742
8743 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8744 run file-truename on remote files. This can be expensive and even
8745 prevent one from editing drafts if some unrelated buffer has a stale
8746 connection.
8747
8748 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8749
8750 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8751 kinsoku-eol regardless of shr-kinsoku-shorten.
8752 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8753 (shr-tag-table): Support caption, thead, and tfoot.
8754
8755 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8756
8757 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8758 lines.
8759 (shr-save-contents): New command and keystroke.
8760
8761 * nndoc.el (nndoc-type-alist): Add git support.
8762 (nndoc-git-type-p): New function.
8763 (nndoc-transform-git-article): Ditto.
8764 (nndoc-transform-git-headers): Ditto.
8765 (nndoc-transform-git-headers): Generate Subject headers.
8766
8767 * shr.el (shr-parse-style): New function.
8768 (shr-tag-span): Ditto.
8769
8770 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8771 to `G G' to avoid collisions.
8772
8773 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8774
8775 * shr.el: Load kinsoku if necessary.
8776 (shr-kinsoku-shorten): New internal variable.
8777 (shr-find-fill-point): Make kinsoku shorten text line if
8778 shr-kinsoku-shorten is bound to non-nil.
8779 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8780 shr-indentation too when testing if table is wider than frame width.
8781 (shr-insert-table): Use `string-width' instead of `length' to measure
8782 text width.
8783 (shr-insert-table-ruler): Make sure indentation is done at bol.
8784
8785 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8786
8787 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8788 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8789 undecoded network data.
8790
8791 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8792
8793 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8794 name in the mode line spec so that the mode line menu works
8795 (bug#2431).
8796
8797 * message.el (message-get-reply-headers): If we're fed `to-address',
8798 then always use that.
8799
8800 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8801 aren't so wide as to need to switch off the edit menu.
8802
8803 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8804 binding. Suggested by Leo <sdl.web@gmail.com> (bug#6613).
8805
8806 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8807 `M-g'.
8808 (nnimap-update-info): Update flags/read marks even if \* isn't part of
8809 the permanent marks.
8810
8811 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
8812
8813 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8814 Splitting according to references/in-reply-to obeys the ignore-groups
8815 variable, while splitting by sender and subject do not.
8816
8817 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8818
8819 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8820 alist, so that we can look for non-Unicode chars.
8821 (article-translate-strings): Allow both character and string maps.
8822
8823 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8824
8825 * shr.el (shr-insert): Don't insert space behind a wide character
8826 categorized as kinsoku-bol, or between characters both categorized as
8827 nospace.
8828
8829 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
8830
8831 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
8832 headers to gnus-newsgroup-headers.
8833
8834 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8835
8836 * shr.el (shr-tag-img): Don't align images -- since we're not
8837 rescaling, this often leads to ugly displays.
8838
8839 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
8840
8841 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8842 duplicates.
8843
8844 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
8845
8846 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8847 call.
8848
8849 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8850
8851 * gnus.el: Autoload gnus-html-show-images.
8852
8853 * nnimap.el: Use nnheader-message throughout.
8854
8855 * shr.el (shr-tag-img): Ignore images with no data.
8856
8857 2010-10-15 Julien Danjou <julien@danjou.info>
8858
8859 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8860 a possibility to disable format=flow encoding when using hard newlines.
8861
8862 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8863
8864 * shr.el (shr-insert): Remove space inserted before or after a
8865 breakable character or at the beginning or the end of a line.
8866 (shr-find-fill-point): Do kinsoku; find the second best point or give
8867 it up if there's no breakable point.
8868
8869 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8870
8871 * nnimap.el (nnimap-open-connection): Message when opening connection
8872 for debugging purposes.
8873
8874 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8875 on every setup buffer call to allow this to change from article to
8876 article.
8877
8878 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8879 buffers where we have a wide table.
8880
8881 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
8882
8883 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8884 uses *-request-thread.
8885
8886 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8887
8888 * nnimap.el (nnimap-open-connection): Remove %s from openssl
8889 incantation, which is no longer valid.
8890
8891 2010-10-14 Julien Danjou <julien@danjou.info>
8892
8893 * shr.el: Fix defcustom type (char -> character).
8894
8895 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8896
8897 * nnimap.el (nnimap-open-connection): tls-program should be a list of
8898 programs.
8899
8900 2010-10-14 Julien Danjou <julien@danjou.info>
8901
8902 * shr.el (shr-tag-a): Use url-link as widget type.
8903
8904 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8905 `gnus-group-get-icon'.
8906
8907 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8908
8909 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8910 This should make server editing work better.
8911
8912 * shr.el (shr-find-fill-point): Don't inloop on indented text.
8913
8914 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8915 (nnimap-parse-flags): Fix regexp.
8916
8917 * shr.el (shr-find-fill-point): Use a filling algorithm that should
8918 probably work for CJVK text, too.
8919
8920 * nnimap.el (nnimap-extend-tls-programs): Remove.
8921 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8922
8923 2010-10-13 Julien Danjou <julien@danjou.info>
8924
8925 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8926 responses.
8927
8928 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8929
8930 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8931
8932 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8933 anything in Emacs.
8934
8935 * shr.el (shr-current-column): Remove buggy and unnecessary function.
8936
8937 2010-10-13 Julien Danjou <julien@danjou.info>
8938
8939 * shr.el (shr-width): Make shr-width a defcustom with default to
8940 fill-column.
8941 (shr-tag-img): Use shr-width rather than fill-column.
8942
8943 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8944
8945 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8946
8947 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8948 position when (X-)Faces exist.
8949 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8950 avatars when called interactively.
8951
8952 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8953
8954 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8955 gnus-article-x-face-too-ugly is bound.
8956
8957 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8958
8959 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8960
8961 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8962 mailbox that doesn't exist.
8963
8964 2010-10-12 Julien Danjou <julien@danjou.info>
8965
8966 * shr.el (shr-tag-img): Encode URL properly when retrieving.
8967 (shr-get-image-data): Encode URL properly when fetching from cache.
8968 (shr-tag-img): Use aligned-to spaces to align correctly images.
8969
8970 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8971 before inserting the Gravatar.
8972
8973 * shr.el (shr-tag-img): Add align attribute support for <img>.
8974
8975 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8976
8977 * gnus-gravatar.el (gnus-art): Require.
8978
8979 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8980 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8981 Remove long obsoleted functions.
8982
8983 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8984
8985 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8986
8987 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8988 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8989 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
8990 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
8991 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
8992 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
8993 Fix comment for declare-function.
8994
8995 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8996
8997 * nnimap.el (nnimap-request-rename-group): Select group read-only
8998 before renaming it.
8999
9000 * shr.el (shr-insert): Fix up the white space only regexp.
9001
9002 * nnimap.el (nnimap-transform-split-mail): Not all articles have
9003 bodies. Protect against this. Reported by Michael Welsh Duggan.
9004
9005 * shr.el (shr-current-column): New function.
9006 (shr-find-fill-point): New function.
9007
9008 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9009
9010 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9011 numbers.
9012
9013 2010-10-11 Julien Danjou <julien@danjou.info>
9014
9015 * shr.el (shr-hr-line): Add.
9016 (shr-tag-hr): Use shr-hr-line to specify which character to use to
9017 display hr lines.
9018 (shr-max-columns): Do not change state to nil if we just inserting
9019 spaces.
9020
9021 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9022
9023 * gnus-topic.el (gnus-topic-read-group): If after the last group,
9024 select the last group.
9025
9026 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
9027
9028 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9029
9030 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9031
9032 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9033 for Gnus.
9034 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9035 (nnimap-update-qresync-info): Mark \Seen articles as read.
9036
9037 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9038 non-variable, too.
9039
9040 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
9041 available.
9042 (nnimap-update-info): Rely more on the current active than the param
9043 active to avoid marking articles as read too much.
9044
9045 * auth-source.el (auth-source-create): Use (user-login-name) for the
9046 user name default.
9047
9048 * nnimap.el (nnimap-update-info): If the server doesn't return any
9049 useful info, just use the previous info.
9050 (nnimap-update-info): Prefer old info over start-article.
9051 (nnimap-update-qresync-info): Finish implementing QRESYNC.
9052
9053 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
9054
9055 * nnir.el (autoload): Clean up autoloads.
9056 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9057 Use key rather than value.
9058 (nnir-imap-search-other): New variable.
9059 (nnir-read-parm): Use it.
9060 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9061 (gnus-summary-nnir-goto-thread): Modify to work with imap.
9062
9063 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9064
9065 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9066 the process, too.
9067
9068 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9069
9070 * spam.el (gnus-summary-mode-map): Bind to "$".
9071 Suggested by Russ Allbery.
9072
9073 * shr.el: Rework the way things are indented by <li> slightly.
9074
9075 * gnus.el (gnus-group-set-parameter): Fix typo.
9076
9077 * nnimap.el: Start implementing QRESYNC support.
9078
9079 2010-10-09 Julien Danjou <julien@danjou.info>
9080
9081 * nnir.el (nnir-engines): Fix too many arguments.
9082
9083 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9084
9085 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9086 group is the "last", so that the backends like nnfolder actually save
9087 their folders.
9088
9089 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
9090 try to use that for the TLS stream.
9091 (nnimap-retrieve-group-data-early): Rework the marks code to heed
9092 UIDVALIDITY and find out which groups are read-only and not.
9093 (nnimap-get-flags): Use the same marks parsing code as the rest of
9094 nnimap.
9095
9096 2010-10-09 Julien Danjou <julien@danjou.info>
9097
9098 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9099
9100 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9101 retrieving gravatars.
9102
9103 * shr.el (shr-table-corner): Add.
9104 (shr-table-line): Add.
9105 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9106
9107 2010-10-08 Julien Danjou <julien@danjou.info>
9108
9109 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9110
9111 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
9112
9113 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9114
9115 * gnus-sum.el (gnus-mark-article-as-unread)
9116 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9117 (gnus-summary-set-bookmark): Use it.
9118
9119 * gnus-msg.el (gnus-setup-message): Use it.
9120
9121 * gnus-demon.el (gnus-demon-remove-handler): Use it.
9122
9123 * gnus.el (gnus-group-remove-parameter): Use it.
9124
9125 * gnus-group.el (gnus-group-make-web-group): Use it.
9126
9127 * gnus-demon.el (gnus-demon-remove-handler): Use it.
9128
9129 * nnregistry.el: Update docs to mention manual.
9130
9131 * gnus-registry.el: Update docs to mention nnregistry.el.
9132 (gnus-registry-initialize): Don't install nnregistry refer method
9133 automatically.
9134 (gnus-registry-install-nnregistry): Remove it.
9135
9136 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9137
9138 * shr.el (shr-insert): Don't insert double spaces.
9139
9140 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9141
9142 * gnus-gravatar.el (gnus-treat-from-gravatar)
9143 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9144 called interactively.
9145
9146 * gnus-art.el (gnus-mime-view-part-externally)
9147 (gnus-mime-view-part-internally): Make predicate function passed to
9148 gnus-mime-view-part-as-type assume argument is a mime type, not a list
9149 of a mime type.
9150
9151 * shr.el (shr-table-widths): Don't use cl function `reduce'.
9152
9153 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9154
9155 * shr.el (require): Require cl when compiling.
9156 (shr-tag-hr): New function.
9157
9158 * nnimap.el (nnimap-update-info): Remove double setting of high.
9159 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9160 This makes nnimap work properly on Courier again.
9161
9162 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9163 the variable for backwards compatibility.
9164
9165 * mm-decode.el (mm-save-part): If given a non-directory result, expand
9166 the file name before using to avoid setting mm-default-directory to
9167 nil.
9168
9169 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9170 bidning gnus-agent variables.
9171
9172 * shr.el (shr-render-td): Use a cache for the table rendering function
9173 to avoid getting an exponential rendering behavior in nested tables.
9174 (shr-insert): Rework the line-breaking algorithm.
9175 (shr-insert): Don't leave trailing spaces.
9176 (shr-insert-table): Also insert empty TDs.
9177 (shr-tag-blockquote): Ensure paragraphs after </ul>.
9178
9179 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9180
9181 * gnus-sum.el (gnus-number): Rename from `number'.
9182 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9183 (gnus-summary-limit-children): Update uses correspondingly.
9184
9185 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9186
9187 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9188 (gnus-gravatar-transform-address): Don't show avatars of people of
9189 which mail addresses match gnus-gravatar-too-ugly.
9190
9191 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9192
9193 * shr.el (shr-table-widths): Expand TD elements to fill available
9194 space.
9195
9196 2010-10-07 Julien Danjou <julien@danjou.info>
9197
9198 * nnimap.el (nnimap-request-rename-group): Add this method.
9199
9200 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9201
9202 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9203 name from XEmacs' function-arglist.
9204
9205 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9206 gravatar under XEmacs.
9207
9208 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
9209
9210 * auth-source.el: Update docs with TODO items.
9211
9212 * gnus-sync.el: Update docs to explain state and plans.
9213
9214 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9215 Hooks for mark updates.
9216 (gnus-request-set-mark, gnus-request-update-mark): Use them.
9217
9218 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9219 hooks with arguments, which is needed for mark update hooks.
9220
9221 2010-10-06 Julien Danjou <julien@danjou.info>
9222
9223 * gnus.el (gnus-expand-group-parameter): Only return and act on what
9224 was matched.
9225
9226 * sieve-manage.el: Update example in `Commentary'.
9227
9228 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9229
9230 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9231 not 2000.
9232 (sieve-manage-authenticate): Re-add function.
9233
9234 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9235
9236 * shr.el (shr-insert): Get 'space transition right.
9237 (shr-render-td): Only delete space at the end of the TD.
9238
9239 * nnimap.el (nnimap-open-connection): Prepare to support
9240 open-gnutls-stream.
9241
9242 * shr.el: Rearrange function order to be more logical.
9243
9244 2010-10-06 Julien Danjou <julien@danjou.info>
9245
9246 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9247 (nnrss-discover-feed): Remove 404 URL in docstring.
9248
9249 * nnir.el: Fix Swish-E URL.
9250 Fix Namazu URL.
9251
9252 * message.el (message-change-subject): Remove 404 URL in a comment.
9253
9254 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9255
9256 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9257 called interactively.
9258
9259 * gnus-util.el (gnus-remove-if): Allow hash table.
9260 (gnus-remove-if-not): New function.
9261
9262 * gnus-art.el (gnus-mime-view-part-as-type):
9263 * gnus-score.el (gnus-summary-score-effect):
9264 * gnus-sum.el (gnus-read-move-group-name):
9265 Replace remove-if-not with gnus-remove-if-not.
9266
9267 * gnus-group.el (gnus-group-completing-read):
9268 Regard collection as a hash table if it is not a list.
9269
9270 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9271
9272 * shr.el (shr-render-td): Allow blank/missing <TD>s.
9273
9274 * shr.el: Document the table-rendering algorithm.
9275
9276 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9277 invalid URLs.
9278
9279 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9280 line-broken.
9281 (shr-tag-img): Ignore image fetching errors.
9282 (shr-overlays-in-region): Compute overlay positions correctly.
9283
9284 * mm-decode.el (mm-shr): Require shr.
9285
9286 * gnus-art.el (gnus-blocked-images): Move variable here.
9287
9288 * shr.el (shr-insert-table): Bind free variable.
9289
9290 * mm-decode.el (mm-shr): Bind shr-content-function.
9291
9292 * shr.el (shr-content-function): New variable.
9293
9294 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9295 added for symmetry.
9296
9297 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9298
9299 * gnus-group.el (gnus-group-make-group): Doc fix.
9300
9301 * nnimap.el (nnimap-request-newgroups): Return success.
9302
9303 * shr.el (shr-find-elements): New function.
9304 (shr-tag-table): Put all the images after the table.
9305 (shr-tag-table): Really inhibit images inside the table.
9306 (shr-collect-overlays): Copy over overlays from the TD elements to the
9307 main document.
9308
9309 * mm-decode.el (mm-shr): Bind shr-blocked-images to
9310 gnus-blocked-images.
9311
9312 2010-10-05 Julien Danjou <julien@danjou.info>
9313
9314 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9315
9316 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9317 (gnus-html-maximum-image-size): Add this function.
9318 (gnus-html-put-image): Use gnus-html-maximum-image-size.
9319
9320 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9321 server-value of the capability is nil.
9322
9323 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9324
9325 * shr.el (shr-tag-em): Add <EM> tag.
9326
9327 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
9328
9329 * sieve-manage.el (sieve-manage-default-stream): Make default stream
9330 customizable.
9331
9332 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9333 handing broken links to browse-url.
9334
9335 2010-10-05 Julien Danjou <julien@danjou.info>
9336
9337 * gnus-util.el (gnus-emacs-completing-read)
9338 (gnus-iswitchb-completing-read): Use autoload rather than require.
9339
9340 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
9341
9342 * gnus-util.el (gnus-completing-read-function): Exclude
9343 gnus-icompleting-read and gnus-ido-completing-read from candidates for
9344 XEmacs since iswitchb.el is very old and ido.el is unavailable in
9345 XEmacs.
9346
9347 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9348 not to use `delete-dups' that is unavailable in XEmacs 21.4.
9349
9350 * gnus-html.el: Don't require help-fns under XEmacs.
9351 (gnus-html-schedule-image-fetching): Work for XEmacs.
9352
9353 * mm-decode.el (mm-shr): Decode contents by charset.
9354
9355 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9356
9357 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9358 unknown.
9359
9360 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9361 (shr-get-image-data): Ensure against the cache file missing.
9362
9363 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9364 for data.
9365
9366 * spam-report.el (spam-report-url-ping-plain): Don't query about
9367 killing the process.
9368
9369 * shr.el (shr-render-td): Protect against too-wide text.
9370
9371 2010-10-04 Julien Danjou <julien@danjou.info>
9372
9373 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9374 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9375
9376 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9377 retrieved.
9378
9379 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9380
9381 * shr.el (browse-url): Require.
9382 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9383 lines.
9384 (shr-show-alt-text, shr-browse-image): New commands.
9385 (shr-browse-url, shr-copy-url): New commands.
9386
9387 * gnus-sum.el (gnus-widen-article-window): New variable.
9388 (gnus-summary-select-article-buffer): Use it.
9389
9390 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9391 without @ signs.
9392
9393 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9394
9395 * nnir.el (nnir-run-imap): Remove spurious space in search string.
9396
9397 2010-10-04 Julien Danjou <julien@danjou.info>
9398
9399 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9400 for XEmacs.
9401
9402 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9403
9404 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9405
9406 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9407 (nnimap-close-server): Implement.
9408
9409 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9410 (shr-insert): Tweak line breaking.
9411 (shr-insert): Handle <pre> better.
9412 (shr-tag-li): Get <li> indentation right.
9413 (shr-tag-li): Get <li> indentation even righter.
9414 (shr-tag-blockquote): Ensure paragraph start.
9415 (shr-make-table): Tweak table generation.
9416 (shr-make-table): Fix typo.
9417
9418 * shr.el: Implement table rendering.
9419
9420 2010-10-04 Julien Danjou <julien@danjou.info>
9421
9422 * gnus-html.el (gnus-html-put-image): Fix resize image code.
9423
9424 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9425
9426 * shr.el (shr-insert): Use string anchors instead of line anchors.
9427
9428 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9429
9430 * shr.el: Add headings.
9431 (shr-ensure-paragraph): Actually work.
9432 (shr-tag-li): Make <ul> prettier.
9433 (shr-insert): Get white space at the beginning/end of elements right.
9434 (shr-tag-p): Collapse subsequent <p>s.
9435 (shr-ensure-paragraph): Don't insert double line feeds after blank
9436 lines.
9437 (shr-insert): \t is also space.
9438 (shr-tag-s): Fix "s" tag name function.
9439 (shr-tag-s): Fix face prop name.
9440
9441 2010-10-03 Julien Danjou <julien@danjou.info>
9442
9443 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9444
9445 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9446 gnus-window-inside-pixel-edges.
9447
9448 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9449 gnus-ems.
9450
9451 * mm-view.el (mm-inline-image-emacs): Support image resizing.
9452
9453 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9454 function.
9455
9456 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9457 resize choice.
9458
9459 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9460
9461 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9462 beginning of the buffer.
9463
9464 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9465 article buffer again.
9466
9467 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9468
9469 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9470 when it's at the start of the buffer.
9471
9472 * shr.el (shr-tag-blockquote): Convert name.
9473 (shr-rescale-image): Use the right image-size variant.
9474
9475 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9476 buffer isn't shown, then select the current article first instead of
9477 bugging out.
9478 (gnus-summary-select-article-buffer): Show both the article and summary
9479 buffers again.
9480
9481 * shr.el (shr-fontize-cont): Protect against regions with no text.
9482 Rename tag functions to shr-tag-* for enhanced security.
9483 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9484
9485 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
9486
9487 * shr.el (shr-insert):
9488 * pop3.el (pop3-movemail):
9489 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9490 loaded.
9491
9492 2010-10-03 Glenn Morris <rgm@gnu.org>
9493
9494 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9495
9496 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9497
9498 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9499
9500 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9501
9502 * gnus-util.el (gnus-make-local-hook): Simplify.
9503
9504 2010-10-02 Julien Danjou <julien@danjou.info>
9505
9506 * gnus-util.el (gnus-iswitchb-completing-read): New function.
9507 (gnus-ido-completing-read): New function.
9508 (gnus-emacs-completing-read): New function.
9509 (gnus-completing-read): Use gnus-completing-read-function.
9510 Add gnus-completing-read-function.
9511
9512 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9513
9514 * shr.el (shr-insert-document): Autoload.
9515 (shr-img): Be silent.
9516 (shr-insert): Add a newline after every picture before text.
9517 (shr-add-font): Use overlays for combining faces.
9518 (shr-insert): Pass upwards the text start point.
9519
9520 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9521 possible.
9522 (mm-shr): New function.
9523
9524 2010-10-02 Julien Danjou <julien@danjou.info>
9525
9526 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9527 should go backward.
9528
9529 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
9530
9531 * shr.el (shr): Fix typo in provide call.
9532
9533 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9534
9535 * shr.el: New file.
9536
9537 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9538
9539 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9540 completing read.
9541
9542 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9543
9544 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9545 we're being queried about. Suggested by Dan Jacobson.
9546
9547 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9548 Suggested by Jason Eisner.
9549
9550 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9551 table, too. Suggested by Stefan Wiens.
9552 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9553 the table unnecessary. Suggested by Stefan Wiens.
9554
9555 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9556 longer needed, and probably doesn't work either, as pointed out by
9557 Stefan Wiens.
9558 (gnus-summary-exit): Remove call to the clearing function.
9559 (gnus-summary-exit-no-update): Ditto.
9560
9561 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9562 instead of gnus-eval-in-buffer-window to avoid popping up frames.
9563 Reported by Stefan Monnier.
9564 (gnus-summary-save-in-rmail): Ditto.
9565
9566 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9567 article buffer, instead of both the article buffer and the summary
9568 buffer. Sort of suggested by Dan Jacobson.
9569
9570 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9571
9572 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9573 Suggested by Dan Jacobson.
9574
9575 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9576 documentation clearer.
9577
9578 * message.el (message-shorten-references): Comment on the number "21".
9579 Suggested by Stefan Monnier.
9580
9581 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9582 Suggested by Dan Jacobson.
9583
9584 * gnus.el (gnus-large-newsgroup):
9585 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
9586
9587 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9588 externalize attachments. Bug reported by Steve Wen.
9589
9590 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9591 really message anything to the user.
9592
9593 * nnmail.el (nnmail-article-group): Allow using the fancy split method
9594 directly.
9595
9596 * nnimap.el (nnimap-request-group): Low higher than high to signal no
9597 messages in empty groups.
9598
9599 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9600
9601 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9602 non-UIDNEXT group.
9603
9604 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9605
9606 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9607 not the value from the collection.
9608
9609 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9610 values. This sometimes happens on some groups that have no info.
9611 (nnimap-request-newgroups): New function.
9612
9613 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9614
9615 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9616 check into `gnus-registry-initialize'.
9617 (gnus-registry-initialize): Ditto.
9618 Fix and extend header docs.
9619
9620 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9621
9622 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9623 regexp backtrace overflows.
9624
9625 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9626 for starttls that tls.el implements; i.e. openssl.
9627
9628 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9629
9630 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9631 (gravatar-create-image): New function that's an alias to
9632 gnus-xmas-create-image, gnus-create-image, or create-image.
9633 (gravatar-data->image): Use it.
9634
9635 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
9636
9637 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9638 install the nnregistry refer method.
9639 (gnus-registry-install-hooks): Use it.
9640 (gnus-registry-unfollowed-groups): Add nnmairix to the default
9641 unfollowed groups.
9642
9643 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
9644
9645 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9646 expanding threads.
9647
9648 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9649
9650 * nnir.el: Use the server names without suffixes (bug#7009).
9651
9652 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9653 unencrypted to STARTTLS, if possible.
9654
9655 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9656
9657 * message.el (message-ignored-supersedes-headers): Strip Injection-*
9658 headers before superseding.
9659
9660 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9661
9662 * nnrss.el (nnrss-use-local): Add documentation.
9663
9664 * nnimap.el (nnimap-extend-tls-programs): New function.
9665 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9666 (nnimap-wait-for-connection): Accept the greeting from the stupid
9667 output from openssl s_client -starttls, too.
9668
9669 * nnimap.el (nnimap-find-article-by-message-id): Really return the
9670 article number.
9671 (nnimap-split-fancy): New variable.
9672 (nnimap-split-incoming-mail): Use it.
9673
9674 * nntp.el (nntp-server-list-active-group): Document.
9675
9676 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9677 SELECT to get the message-id.
9678
9679 * mail-source.el (mail-sources): Remove webmail support.
9680 (defvar): Ditto.
9681 (mail-source-fetcher-alist): Ditto.
9682 (mail-source-fetch-webmail): Remove.
9683
9684 * webmail.el: Remove -- doesn't seem relevant any more.
9685
9686 * gnus.el: Fix up make-obsolete-variable declarations throughout.
9687
9688 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9689 the \r.
9690
9691 2010-09-30 Julien Danjou <julien@danjou.info>
9692
9693 * gnus-agent.el (gnus-agent-add-group): Fix call to
9694 gnus-completing-read.
9695
9696 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9697
9698 * nndoc.el (nndoc-retrieve-groups): New function.
9699
9700 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9701 `default', use nnmail-split-methods.
9702 (nnimap-request-article): Downcase the NILs so that they are nil.
9703
9704 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9705 symbol.
9706
9707 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9708 code, since if the user has requested network, that's what they ought
9709 to get.
9710 (nnimap-request-set-mark): Erase the buffer before issuing commands.
9711 (nnimap-split-rule): Mark as obsolete.
9712
9713 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9714 New variable.
9715
9716 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9717 correct slot, too.
9718
9719 2010-09-29 Julien Danjou <julien@danjou.info>
9720
9721 * gnus.el (gnus-local-domain): Declare variable obsolete.
9722
9723 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9724 Fix history computing.
9725 (gnus-ido-completing-read): Require ido.
9726
9727 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9728
9729 * gnus-registry.el: Don't prompt on load, which makes it impossible to
9730 build Gnus.
9731
9732 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9733 when interpreting the structures.
9734 (nnimap-request-accept-article): Add \r\n to the lines to make this
9735 work with Cyrus.
9736
9737 * nndraft.el (nndraft-request-expire-articles): Use the group name
9738 instead if "nndraft". Fix found by Nils Ackermann.
9739
9740 2010-09-29 Ludovic Courtès <ludo@gnu.org>
9741
9742 * nnregistry.el: Add.
9743
9744 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9745
9746 * nnmail.el (group, group-art-list, group-art):
9747 Remove unneeded directives.
9748
9749 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
9750
9751 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9752 (mm-mime-charset):
9753 * rfc2047.el (rfc2047-syntax-table):
9754 * utf7.el (utf7-utf-16-coding-system): Comment fix.
9755
9756 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9757 rather than `insert-file-contents' and `eval-region'.
9758
9759 2010-09-29 Julien Danjou <julien@danjou.info>
9760
9761 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9762 replacement of `gnus-gravatar-relief' to mimic
9763 `gnus-faces-properties-alist'.
9764 Add :version property.
9765
9766 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9767
9768 * mail-source.el (mail-source-report-new-mail):
9769 * message.el (message-default-mail-headers):
9770 * mm-decode.el (mm-valid-image-format-p): Comment fix.
9771
9772 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9773
9774 2010-09-28 Julien Danjou <julien@danjou.info>
9775
9776 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9777 mail-address contains the same string as real-name.
9778
9779 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9780 non-blank in header, otherwise it'll get stripped.
9781
9782 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9783 real-name, and then for mail address rather than doing : or , search.
9784
9785 2010-09-27 Julien Danjou <julien@danjou.info>
9786
9787 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9788 right completing-read function.
9789 (gnus-use-ido): New variable
9790 (gnus-completing-read-with-default): Remove.
9791 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9792 (gnus-agent-add-group):
9793 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9794 * mm-view.el (mm-view-pkcs7-decrypt):
9795 * mm-util.el (mm-codepage-setup):
9796 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9797 * mml-smime.el (mml-smime-openssl-sign-query):
9798 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9799 (mml-insert-multipart):
9800 * gnus-msg.el (gnus-summary-yank-message):
9801 * gnus-int.el (gnus-start-news-server):
9802 * mm-decode.el (mm-interactively-view-part):
9803 * gnus-dired.el (gnus-dired-attach):
9804 * gnus.el (gnus-read-method):
9805 * gnus-bookmark.el (gnus-bookmark-jump):
9806 * gnus-art.el (gnus-mime-view-part-as-type)
9807 (gnus-mime-action-on-part, gnus-article-encrypt-body):
9808 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9809 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9810 * nnmairix.el (nnmairix-create-server-and-default-group)
9811 (nnmairix-update-groups, nnmairix-get-server)
9812 (nnmairix-backend-to-server, nnmairix-goto-original-article)
9813 (nnmairix-get-group-from-file-path):
9814 * nnrss.el (nnrss-find-rss-via-syndic8):
9815 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9816 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9817 (gnus-group-browse-foreign-server):
9818 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9819 (gnus-summary-execute-command, gnus-summary-respool-article)
9820 (gnus-read-move-group-name):
9821 * gnus-score.el (gnus-summary-increase-score)
9822 (gnus-summary-score-effect):
9823 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9824
9825 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9826
9827 * nnimap.el (auth-source-forget-user-or-password)
9828 (auth-source-user-or-password): Autoload.
9829
9830 * message.el (message-from-style, message-interactive)
9831 (message-signature): Remove comment.
9832 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
9833 always.
9834 (message-sendmail-envelope-from): Comment fix.
9835 (message-yank-prefix): Default to mail-yank-prefix always.
9836 (message-indentation-spaces):
9837 Default to mail-indentation-spaces always.
9838 (message-signature-file): Default to mail-signature-file always.
9839
9840 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9841
9842 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9843 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9844 new articles.
9845
9846 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9847 parts.
9848 (nnimap-request-article): Work with the t setting, too.
9849
9850 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9851 that you don't get flashes of other buffers.
9852 (gnus-summary-show-complete-article): Intern before setting.
9853
9854 2010-09-27 David Engster <dengste@eml.cc>
9855
9856 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9857 well as HEADERS.
9858 (nnmairix-retrieve-headers): Provide new argument for the above.
9859
9860 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9861
9862 * gnus-sum.el (gnus-summary-move-article): Don't alter
9863 gnus-newsgroup-active. This makes `/ N' work after copying to the same
9864 group.
9865
9866 * nnimap.el (nnimap-update-info): Don't destructively alter active.
9867
9868 * message.el (message-cite-prefix-regexp): Revert my last edit.
9869
9870 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9871 variable instead of the Gnus variable.
9872
9873 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9874
9875 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9876
9877 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9878 since some servers don't like it.
9879 (nnimap-open-connection): Forget credentials if the server says the
9880 password was wrong.
9881 (nnimap-parse-line): Protect against invalid data.
9882
9883 * gnus-sum.el (gnus-summary-move-article): Add comment.
9884 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9885 nothing alters it while scanning for new messages.
9886
9887 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9888 which may or may not help.
9889 (nnimap-open-connection): If we're doing a stream connection, and then
9890 discover we're on a STARTTLS-capable server, then open a STARTTLS
9891 connection instead.
9892
9893 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9894
9895 * nnimap.el (utf7): Require.
9896
9897 * message.el (message-cite-prefix-regexp): Remove "}" from citation
9898 prefix.
9899
9900 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
9901
9902 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9903
9904 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9905
9906 * nnimap.el (nnimap-request-accept-article): Message the error on
9907 error.
9908
9909 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9910
9911 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9912
9913 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9914
9915 * nndoc.el (nndoc-request-list): Return success always.
9916
9917 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9918 `fetch-old' -- we only want to fetch the articles we've requested.
9919 The rest are in the agent, probably.
9920 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9921 disappeared server" to something low. It's not important.
9922
9923 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9924 arrived before the FETCH data.
9925
9926 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9927 target here, because we don't know the Gnus name of the group.
9928
9929 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9930 for the correct group.
9931
9932 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9933
9934 * gnus.el (gnus): Give a final warning after startup.
9935
9936 * gnus-util.el (gnus-action-message-log): New variable.
9937 (gnus-message): Use it.
9938 (gnus-final-warning): New function.
9939
9940 * nnimap.el (nnimap-open-connection): Record the greeting.
9941 (nnimap): Add greeting.
9942
9943 2010-09-26 Julien Danjou <julien@danjou.info>
9944
9945 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9946 arguments.
9947 (gnus-html-wash-images): Fix spec computing to include start/end.
9948
9949 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9950
9951 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9952
9953 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9954 deletion.
9955 (nnimap-retrieve-headers): Don't select the group, because that's
9956 already done by nnimap-possibly-change-group.
9957
9958 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9959 (gnus-picon-transform-address): Use it.
9960
9961 * mail-source.el (mail-source-value): Revert previous patch.
9962
9963 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9964 on failure.
9965 (nnimap-open-connection): Look up both virtual and physical server name
9966 credentials.
9967
9968 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9969
9970 2009-02-08 Dave Love <fx@gnu.org>
9971
9972 * gnus-win.el (gnus-window-to-buffer-helper)
9973 (gnus-all-windows-visible-p): Function needn't be a symbol.
9974
9975 * mail-source.el (mail-source-value): Function needn't be a symbol.
9976
9977 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9978
9979 * message.el (message-cite-prefix-regexp): Remove } from the cite
9980 prefix.
9981
9982 * gnus-art.el (gnus-treatment-function-alist): Do picons before
9983 highlight again, so that the highlight is correct.
9984
9985 * gnus-picon.el (gnus-picon): Remove again.
9986 (gnus-picon-create-glyph): Set the background XPM color explicitly.
9987
9988 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9989 doing the header highlightling, so that the background color of the
9990 picon is correct.
9991
9992 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9993 (gnus-picon): Ditto.
9994 (gnus-picon): Reinstate. The background color for picons is white.
9995 (gnus-picon-insert-glyph): Make the background white.
9996
9997 * nnml.el (nnml-open-nov): Don't return dead buffers.
9998
9999 * auth-source.el (auth-source-create): Query the user for whether to
10000 store the credentials.
10001
10002 * auth-source.el (auth-source-user-or-password): Use the existing auth
10003 sources, if any, for creation.
10004
10005 * gnus.el (gnus-group-fast-parameter): Return the last matching
10006 parameter instead of the first matching parameter.
10007
10008 2010-09-26 Julien Danjou <julien@danjou.info>
10009
10010 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10011
10012 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10013
10014 * mml2015.el (mml2015-use): Remove gpg support.
10015
10016 * mml1991.el (mml1991-function-alist): Remove gpg function.
10017 (mml1991-gpg-sign): Remove.
10018
10019 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
10020
10021 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10022 (gnus-browse-unsubscribe-current-group): Document it.
10023 (gnus-browse-unsubscribe-group): Use it.
10024
10025 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10026
10027 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10028 address to the To list for easier response.
10029
10030 * gnus.el (gnus-play-startup-jingle): Remove.
10031 (gnus-splash): Don't play jingle.
10032 (gnus): Silence gnus-load message.
10033
10034 * gnus-art.el (gnus-treat-play-sounds): Remove.
10035
10036 * gnus.el (gnus-play-jingle): Remove audio support.
10037
10038 * gnus-cus.el (gnus-score-customize): Remove audio reference.
10039
10040 * earcon.el: Remove -- no users.
10041
10042 * gnus-audio.el: Remove -- no users of this package.
10043
10044 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10045
10046 * gnus-start.el (gnus-setup-news): Remove nocem support.
10047
10048 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10049
10050 * gnus.el (gnus-use-nocem): Remove.
10051
10052 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10053 Remove.
10054
10055 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
10056 uses NoCeM any more.
10057
10058 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10059 (gnus-button-ctan-handler): Ditto.
10060 (gnus-button-handle-ctan-bogus-regexp): Ditto.
10061 (gnus-button-ctan-directory-regexp): Ditto.
10062 (gnus-button-handle-ctan): Ditto.
10063 (gnus-button-tex-level): Ditto.
10064 (gnus-button-alist): Remove CTAN stuff.
10065
10066 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10067
10068 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10069 nnimap-streaming test.
10070
10071 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10072 servers twice.
10073
10074 * nnimap.el (nnimap-open-connection): Add more error reporting when
10075 nnimap fails early.
10076
10077 * nnheader.el (nnheader-get-report-string): New function.
10078 (nnheader-get-report): Use it.
10079
10080 * gnus-int.el (gnus-check-server): Say what the error was when opening
10081 failed.
10082
10083 * nnimap.el (nnimap-wait-for-response): Search further when we're not
10084 using streaming.
10085
10086 2010-09-25 Julien Danjou <julien@danjou.info>
10087
10088 * gnus-html.el (gnus-html-rescale-image): Use our defalias
10089 gnus-window-inside-pixel-edges.
10090
10091 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10092
10093 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10094
10095 * mm-decode.el (mm-save-part): Allow saving to other directories the
10096 normal Emacs way.
10097
10098 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10099 Suggested by Jay Berkenbilt.
10100
10101 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10102 there isn't a single byte.
10103
10104 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10105 just do it. It doesn't really seem to matter what the user responds
10106 here, I think, so it's just a confusing question.
10107
10108 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10109 non-streaming case.
10110
10111 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10112 (gnus-article-encrypt-body): Use it.
10113
10114 * gnus-sum.el (gnus-summary-show-complete-article): New command and
10115 keystroke.
10116
10117 * nnimap.el (nnimap-find-wanted-parts-1):
10118 Use gnus-fetch-partial-articles.
10119
10120 * gnus-art.el (gnus-fetch-partial-articles): New variable.
10121
10122 * nnimap.el (nnimap-insert-partial-structure): New function.
10123 (nnimap-get-partial-article): New function.
10124 (nnimap-request-article): Use it.
10125 (nnimap-wait-for-response): Return whether the wait was successful.
10126 (nnimap-finish-retrieve-group-infos): Don't do anything if the
10127 retrieval wasn't successful.
10128 (nnimap-retrieve-group-data-early): Allow throttling servers.
10129 (nnimap-streaming): New variable.
10130 (nnimap-fetch-partial-articles): Remove.
10131
10132 * mm-decode.el (mm-with-part): Protect against killed buffers.
10133
10134 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10135 for prettier summary display.
10136
10137 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
10138
10139 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10140
10141 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10142
10143 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10144 apparently third-party libraries depend on it.
10145
10146 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10147 before starting negotiation.
10148
10149 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10150 privacy reasons.
10151 (gnus-treat-mail-gravatar): Ditto.
10152
10153 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10154 buffer when inserting images. Inserting text into the headers, for
10155 instance, can make them invalid.
10156
10157 2010-09-25 Julien Danjou <julien@danjou.info>
10158
10159 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10160 variables.
10161
10162 * nnheader.el: Remove useless variables news-reply-yank-from and
10163 news-reply-yank-message-id.
10164
10165 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10166 variables.
10167
10168 * mml1991.el: Remove useless mml1991-verbose.
10169
10170 * gnus.el: Remove useless variable gnus-use-generic-from.
10171 Remove obsolete variable gnus-topic-indentation.
10172
10173 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10174
10175 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10176
10177 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10178
10179 * gnus-group.el: Remove useless gnus-group-icon-cache.
10180 Remove useless gnus-ephemeral-group-server.
10181
10182 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10183
10184 * mml2015.el: Remove useless mml2015-verbose.
10185
10186 * mml-smime.el: Remove useless mml-smime-verbose.
10187
10188 * gnus.el: Remove useless gnus-local-domain.
10189
10190 * gnus-gravatar.el (gnus-gravatar-transform-address):
10191 Use gnus-gravatar-size.
10192
10193 * gnus-art.el: Remove useless gnus-treat-translate.
10194
10195 2010-09-24 Julien Danjou <julien@danjou.info>
10196
10197 * gnus-sum.el: Add support for Gravatars.
10198
10199 * gnus-art.el: Add support for Gravatars.
10200
10201 * gnus-gravatar.el: Add this file.
10202
10203 * gravatar.el: Add this file.
10204
10205 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10206
10207 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10208
10209 * gnus-group.el (gnus-group-fetch-faq): Remove.
10210
10211 * gnus.el (gnus-group-faq-directory): Remove.
10212
10213 * gnus-group.el (gnus-group-fetch-charter): Remove.
10214
10215 * gnus.el (gnus-group-charter-alist): Remove.
10216
10217 * gnus-group.el (gnus-group-archive-directory): Remove.
10218 (gnus-group-recent-archive-directory): Ditto.
10219 (gnus-group-make-archive-group): Remove.
10220
10221 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10222
10223 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10224 use the same article number for all the cached articles.
10225
10226 * nnimap.el (nnimap-command): Register the last command time so
10227 that we can use it for idling NOOPs.
10228 (nnimap-open-connection): Start the keeplive timer.
10229 (nnimap-make-process-buffer): Store all the process buffers.
10230 (nnimap-keepalive): New function.
10231
10232 * starttls.el (starttls-open-stream): Add autoload cookie.
10233
10234 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
10235
10236 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10237 handling.
10238
10239 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10240
10241 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10242 its data structures.
10243
10244 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10245 instead of the cl.el copy-list.
10246 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10247 equalp.
10248
10249 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10250
10251 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10252 and tool-bar-local-item-from-menu.
10253
10254 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10255 mode-line-highlight face for Emacs.
10256
10257 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10258 loading gnus-sum.elc; fix comment for canlock-verify.
10259 (gnus-article-jump-to-part): Use read-number.
10260 (gnus-insert-mime-button, gnus-insert-mime-security-button):
10261 Remove Emacs pre-21 compatible code for help-echo.
10262 (gnus-article-next-page-1): No need to adjust the number of lines.
10263 (gnus-article-describe-bindings): Always use help-buffer.
10264
10265 * gnus-audio.el (gnus-audio-inline-sound):
10266 * gnus-cus.el (gnus-custom-mode):
10267 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10268
10269 * gnus-sum.el (gnus-remove-overlays): Doc fix.
10270
10271 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10272 compatible code.
10273
10274 2010-09-24 Glenn Morris <rgm@gnu.org>
10275
10276 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10277 visiting the fcc file in rmail-mode.
10278
10279 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10280
10281 * nnir.el: Silence the byte compiler.
10282
10283 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10284 alias to browse-url-url-encode-chars if any.
10285 (gnus-html-encode-url): Use it.
10286
10287 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10288
10289 * gnus-start.el (gnus-use-backend-marks): New variable.
10290 (gnus-get-unread-articles-in-group): Use it.
10291
10292 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10293 makeover.
10294
10295 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
10296
10297 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10298
10299 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10300
10301 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10302 Remove.
10303 (gnus-setup-news-hook):
10304 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10305
10306 * gnus-int.el (gnus-request-update-info): Protect against backends not
10307 having the function.
10308
10309 * nnimap.el (nnimap-stream): Mention STARTTLS.
10310 (nnimap-open-connection): Add STARTTLS support.
10311
10312 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
10313
10314 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10315
10316 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10317
10318 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10319 BODYSTRUCTUREs.
10320 (nnimap-transform-headers): Unfold quoted {42} headers.
10321
10322 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10323 the info.
10324 (gnus-get-unread-articles): Only call updatep on backends that support
10325 it.
10326
10327 * nnweb.el (nnweb-request-update-info): NOOP.
10328
10329 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10330
10331 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10332 since it only deals with marks.
10333
10334 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10335 gnus-request-marks, and make a new gnus-request-update-info.
10336
10337 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10338 the active instead of the high number, which is usually too low.
10339
10340 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
10341
10342 * encrypt.el: Remove.
10343
10344 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10345
10346 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10347 server in symbolic form.
10348
10349 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10350
10351 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10352
10353 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10354 (nnimap-update-info): Fix up code slightly.
10355
10356 * gnus-int.el (gnus-open-server): Add tracing for performance
10357 debugging.
10358
10359 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10360 (gnus-group-insert-group-line): Pass the real group name so that it
10361 gets the right data.
10362
10363 * gnus-start.el (gnus-get-unread-articles): Don't have
10364 `gnus-get-unread-articles-in-group' update info, since that can be
10365 really slow and doesn't seem to be needed?
10366
10367 2010-09-22 Julien Danjou <julien@danjou.info>
10368
10369 * gnus-group.el (gnus-group-insert-group-line):
10370 Call gnus-group-highlight-line.
10371 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10372 default hook list.
10373 (gnus-group-update-eval-form): Add new function.
10374 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10375 (gnus-group-get-icon): Use gnus-group-update-eval-form.
10376
10377 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10378
10379 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10380 immediate, then expire all articles.
10381 (nnimap-update-info): Fix off-by-one errors.
10382 (nnimap-flags-to-marks): Would return no marks lists for group with no
10383 flags. Instead return the other data.
10384
10385 2010-09-22 Julien Danjou <julien@danjou.info>
10386
10387 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10388 Only return an icon.
10389 (gnus-group-insert-group-line): Compute icon to return.
10390
10391 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10392 (gnus-html-image-fetched): Only cache if
10393 gnus-html-image-automatic-caching is set.
10394 (gnus-html-image-fetched): Check for errors.
10395
10396 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10397
10398 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10399 once per method on `g'. This ensures that backends like nnfolder don't
10400 open all their folders.
10401
10402 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10403 (nnimap-request-list): Nix out group in the correct buffer.
10404 (nnimap-parse-flags): Implement by using `read' instead of
10405 hand-parsing.
10406 (nnimap-flags-to-marks): Pass on permanent-flags.
10407 (nnimap-make-process-buffer): Record the server name.
10408 (nnimap-parse-flags): Fix typo.
10409 (nnimap-request-scan): Run split on the server in general, not just a
10410 single group.
10411
10412 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10413 parameter, and propagate this downwards.
10414
10415 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10416 since EXAMINE changes it on the server.
10417
10418 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10419 this command might take a while.
10420
10421 2010-09-22 Julien Danjou <julien@danjou.info>
10422
10423 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
10424 harmful if you have 2 images side-by-side, they can't be properly
10425 update on text deletion. Using text-property is safer here.
10426 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10427 data.
10428
10429 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10430
10431 * nnimap.el (nnimap-expunge-inbox): Remove.
10432 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10433 (nnimap-expunge): Flip default to t.
10434
10435 * gnus.el (gnus-method-to-server): Don't push things to the cache
10436 unless it's unique.
10437 (gnus-server-to-method): Ditto.
10438
10439 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
10440
10441 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10442
10443 2010-09-22 Julien Danjou <julien@danjou.info>
10444
10445 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10446 get the start of data.
10447 (gnus-html-encode-url): Add this function to encode special chars in
10448 URL.
10449 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10450 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10451
10452 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10453 default.
10454 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10455
10456 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10457 images alt-text.
10458 (gnus-html-put-image): Put alt-text as help-echo.
10459
10460 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
10461
10462 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10463 * mm-util.el (mm-decompress-buffer):
10464 * nnir.el (nnir-run-find-grep):
10465 * pop3.el (pop3-list): Use 3rd arg of split-string.
10466
10467 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10468
10469 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10470 outside the active range. Suggested by Dan Christensen.
10471
10472 * gnus-start.el (gnus-get-unread-articles): Get the extended method
10473 slightly later to avoid double-getting it.
10474
10475 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10476 previous patch.
10477
10478 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10479
10480 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
10481
10482 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10483
10484 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10485
10486 * gnus-int.el (gnus-open-server): Give a better error message in the
10487 "go offline" case.
10488
10489 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10490 marks for nnimap, which is seldom the right thing to do.
10491
10492 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10493 (gnus-same-method-different-name): New function.
10494
10495 * nnimap.el (parse-time): Require.
10496
10497 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10498 method in the presence of many similar methods.
10499
10500 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10501
10502 * nnimap.el (nnimap-find-expired-articles): Don't refer to
10503 nnml-inhibit-expiry.
10504
10505 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10506 find out whether methods are equal.
10507
10508 * nnimap.el (nnimap-find-expired-articles): New function.
10509 (nnimap-process-expiry-targets): New function.
10510 (nnimap-request-move-article): Request the article before looking at
10511 what the Message-ID is. Fix found by Andrew Cohen.
10512 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10513
10514 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10515 for oldness in addition to being a predicate.
10516
10517 * nnimap.el (nnimap-request-group): When we have zero articles, return
10518 the right data to Gnus.
10519 (nnimap-request-expire-articles): Only delete articles immediately if
10520 the target is 'delete.
10521
10522 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10523 method, this would bug out.
10524
10525 * gnus-group.el (gnus-group-expunge-group): Rename from
10526 gnus-group-nnimap-expunge, and implemented as a normal interface
10527 function.
10528
10529 * gnus-int.el (gnus-request-expunge-group): New function.
10530
10531 * nnimap.el (nnimap-request-create-group): Implement.
10532 (nnimap-request-expunge-group): New function.
10533
10534 2010-09-21 Julien Danjou <julien@danjou.info>
10535
10536 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10537 (gnus-html-cache-expired): Add new function.
10538 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10539 wethever we should display image for fetch it.
10540 Compute alt-text earlier to pass it to the fetching function too.
10541 (gnus-html-schedule-image-fetching): Change function argument to only
10542 get one image at a time, not a list.
10543 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10544 cache.
10545 (gnus-html-get-image-data): New function to retrieve image data from
10546 cache.
10547 (gnus-html-put-image): Change buffer argument to use image data rather
10548 than file, and place image above region rather than inserting a new
10549 one. Do not take alt-text as argument, since it's useless now: we place
10550 the image above alt-text.
10551 (gnus-html-prune-cache): Remove.
10552 (gnus-html-show-images): Start to fetch image when we find one, do not
10553 push into a temporary list.
10554 (gnus-html-prefetch-images): Only fetch image if they have expired.
10555 (gnus-html-browse-image): Fix, use 'gnus-image-url.
10556 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10557
10558 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10559
10560 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10561
10562 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10563
10564 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10565 spec inser "*" if the group isn't active instead of 0.
10566
10567 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10568 opening the server.
10569 (nnimap-request-delete-group): Implement group deletion.
10570 (nnimap-transform-headers): Return the size of the entire message in
10571 the Bytes header, not just the size of the first part.
10572 (nnimap-request-move-article): When moving an article from nnimap,
10573 request the article first so the accepting form has an article to
10574 accept. Reported by Dan Christensen.
10575 (nnimap-command): Make sure that the error message doesn't error out.
10576
10577 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
10578
10579 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10580 we haven't requested anything.
10581
10582 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10583
10584 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10585 "". Fix found by Andrew Cohen.
10586
10587 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10588 instead of -encode-string.
10589
10590 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10591
10592 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10593
10594 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10595 by mm-subst-char-in-string.
10596
10597 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10598
10599 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10600 waiting for the connection string.
10601
10602 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10603 arriving.
10604
10605 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10606 bogus characters. This allows selecting certain Gmail groups.
10607
10608 * nnimap.el (nnimap-find-wanted-parts-1): New function.
10609 (nnimap-fetch-partial-articles): New variable.
10610 (nnimap-open-connection): When looking for credentials, also use the
10611 nnimap-server-port.
10612 (nnimap-request-article): Return the group/article number, so that Gnus
10613 `^' works as expected.
10614 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10615
10616 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10617 comments.
10618 (gnus-methods-sloppily-equal): New function.
10619 (gnus): When using the development version of Gnus, load the gnus-load
10620 file.
10621
10622 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10623 `gnus-open-server' on each method before trying to scan them etc.
10624 This ensures that all the backend parameters are set correctly.
10625
10626 * nnimap.el (nnimap-authenticator): New variable.
10627 (nnimap-open-connection): Allow anonymous login.
10628 (nnimap-transform-headers): The chars header is called Chars not Bytes.
10629 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10630
10631 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10632 patch, found by Knut Anders Hatlen.
10633
10634 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
10635
10636 * gnus-agent.el (gnus-agent-batch-confirmation)
10637 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10638 to gnus-message.
10639 * gnus-art.el (gnus-article-describe-briefly): Likewise.
10640 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10641 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10642 * gnus-int.el (gnus-open-server): Likewise.
10643 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10644 (gnus-score-check-syntax): Likewise.
10645 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10646 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10647 Likewise.
10648 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10649
10650 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10651
10652 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10653 calling conventions so that prefetch doesn't bug out.
10654
10655 2010-09-19 Julien Danjou <julien@danjou.info>
10656
10657 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10658 rather than `subst-char-in-region' in order to be able to replace ASCII
10659 char by UTF-8 ones.
10660
10661 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10662 than curl.
10663 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10664 the right URL and ALT text on images.
10665 (gnus-html-wash-tags): Fix tag case.
10666 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
10667 (gnus-article-html): Add -o display_ins_del=2 option.
10668 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10669
10670 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10671
10672 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10673 the extra mail headers, which sometimes seem to happen for unknown
10674 reasons.
10675
10676 * mail-parse.el (mail-header-encode-parameter): Define as
10677 rfc2045-encode-string instead of as rfc2231-encode-string, since some
10678 (or most, perhaps?) mail readers don't understand the latter, but do
10679 understand the former.
10680
10681 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10682 to nil, so that no methods are automatically agentized. I think this
10683 is probably what most users want.
10684
10685 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10686 from url-retrieve, for instance about invalid URLs.
10687
10688 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10689 groups that have no articles.
10690 (nnimap-request-article): Check that we really got an article when we
10691 requested one.
10692
10693 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10694 doesn't exist.
10695
10696 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10697 nntp buffer so the agent can save it.
10698 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10699 that CRLF doesn't get translated to \n.
10700 (nnimap-open-connection): Don't make 'shell commands only send \n.
10701
10702 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10703
10704 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10705 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10706 Update var name.
10707 (nnml-generate-nov-file): Use dolist.
10708 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10709 Use with-current-buffer.
10710
10711 2010-09-18 Julien Danjou <julien@danjou.info>
10712
10713 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10714 parallel.
10715
10716 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10717
10718 * nnimap.el (nnimap-update-info): When doing partial marks update, get
10719 the range update right.
10720 (nnimap-request-group): Don't make `M-g' bug out on group with no
10721 marks.
10722 (nnoo): Require, so that other packages can require nnimap.
10723 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10724 command we're looking for. This helps when the server sends more
10725 responses after we've gotten everything we expected.
10726 (nnimap): Add a `newlinep' field to keep track of end-of-line
10727 conventions.
10728 Don't send CRLF to things that don't want it.
10729 (nnimap-request-accept-article): Ditto.
10730
10731 2010-09-18 Julien Danjou <julien@danjou.info>
10732
10733 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10734 than curl to retrieve images.
10735
10736 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10737
10738 * nnimap.el (nnimap-update-info): Extend the info so that we can set
10739 the marks.
10740 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10741 (nnimap-wait-for-connection): New function.
10742 (nnimap-open-connection): If we have PREAUTH, don't query for login
10743 credentials.
10744 (nnimap-update-info): Fix off-by-one error when concatenating ranges
10745 when doing a partial update.
10746
10747 2010-09-18 Julien Danjou <julien@danjou.info>
10748
10749 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10750 tags.
10751
10752 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10753
10754 * nnimap.el (nnimap-credentials): New function.
10755 (nnimap-open-connection): Use the new function to look for credentials
10756 also on the numeric equivalents of "imap" and "imaps".
10757
10758 * gnus-start.el (gnus-activate-group): Send the info to
10759 gnus-request-group.
10760
10761 * nnimap.el (nnimap-request-group): Have the "check" version of the
10762 function parse flags and update the info, so that a `M-g' get a total
10763 resync of all flags from the group.
10764
10765 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10766 to allow backends to alter the info on group selection. Also alter all
10767 the backend -request-group functions to take the parameter.
10768
10769 * nnimap.el (nnimap-store-info): New function.
10770 (nnimap-update-info): Store the info for later usage.
10771 (nnimap-request-group): Use the stored info for the dont-check case, so
10772 that we don't retrieve all marks when we enter a group.
10773
10774 * nnimap.el: Use deffoo instead of defun for interface functions.
10775
10776 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10777 update the group info. This makes the nndraft groups, for instance, go
10778 back to their old behavior.
10779
10780 * gnus-sum.el (gnus-select-newsgroup): Indent.
10781
10782 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10783 in.
10784 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10785 nothing.
10786
10787 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10788 from methods that are denied.
10789
10790 * gnus-int.el (gnus-method-denied-p): New function.
10791
10792 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10793 store the password instead of netrc.
10794 (nnimap-open-connection): Don't error out when we can't make a
10795 connections.
10796
10797 * auth-source.el (auth-source-create): In the password prompt, say what
10798 we're querying for. Also prompt for user name if that hasn't been
10799 given.
10800
10801 * nnimap.el (nnimap-with-process-buffer): Remove.
10802
10803 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10804
10805 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10806 method when we're reading from the agent.
10807
10808 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10809
10810 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10811 that's probably most useful for users.
10812
10813 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10814 "failed" all the time.
10815
10816 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10817 ...)) with (with-current-buffer ...).
10818
10819 * nntp.el (nntp-open-server): Return whether the open was successful or
10820 not.
10821
10822 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10823 select an unread unseen article first.
10824
10825 * nnimap.el (nnimap-open-connection): If the user doesn't have a
10826 /etc/services, supply some sensible port defaults.
10827
10828 2010-09-17 Julien Danjou <julien@danjou.info>
10829
10830 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10831
10832 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
10833
10834 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10835 doesn't have any parameters.
10836
10837 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10838
10839 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10840 only upcased checks.
10841
10842 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10843
10844 * nnimap.el (nnimap-open-shell-stream): New function.
10845 (nnimap-open-connection): Use it.
10846 (nnimap-transform-headers): Get the number of lines in each message.
10847 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10848 number of lines.
10849 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
10850 problem.
10851
10852 * utf7.el (utf7-encode): Autoload.
10853
10854 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10855 to allow the mail splitting to not return a default group. This is
10856 useful for nnimap, which will leave unmatched mail in the inbox.
10857
10858 * nnimap.el: Rewritten.
10859
10860 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10861 nnimap usage.
10862
10863 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10864 if the move is internal, so that nnimap can do fast internal moves.
10865
10866 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10867 data.
10868 (gnus-read-active-for-groups): Support finishing the early retrieval of
10869 data.
10870
10871 * gnus-range.el (gnus-range-nconcat): New function.
10872
10873 * gnus-int.el (gnus-finish-retrieve-group-infos)
10874 (gnus-retrieve-group-data-early): New functions.
10875
10876 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10877
10878 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10879 (nnrss-retrieve-groups):
10880 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10881 (pop3-quit): Use with-current-buffer.
10882
10883 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
10884
10885 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10886 instead of nnheader-accept-process-output.
10887
10888 * gnus-html.el (gnus-html-schedule-image-fetching)
10889 (gnus-html-prefetch-images): Replace process-kill-without-query by
10890 gnus-set-process-query-on-exit-flag.
10891
10892 2010-09-16 Romain Francoise <romain@orebokech.com>
10893
10894 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10895
10896 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10897
10898 * gnus-registry.el (gnus-registry-install-shortcuts): The second
10899 parameter to unintern is mandatory-ish in Emacs 24.
10900
10901 * gnus-html.el (gnus-html-schedule-image-fetching)
10902 (gnus-html-prefetch-images): Check for curl before using it.
10903
10904 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10905 depend on curl, which isn't essential.
10906
10907 * imap.el: Revert back to version
10908 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10909 seem problematic.
10910
10911 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10912
10913 * gnus-registry.el (gnus-registry-install-shortcuts):
10914 Explicitly pass `obarray' to `unintern' to avoid a warning.
10915
10916 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10917
10918 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10919 change.
10920
10921 * nnrss.el (nnrss-request-list): Remove this function and related
10922 functions, including the moreover stuff.
10923
10924 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10925
10926 * nnrss.el (nnrss-retrieve-groups): New function.
10927
10928 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10929
10930 * .dir-locals.el: Add no-byte-compile cookie.
10931
10932 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
10933
10934 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10935 for back end that doesn't support request-scan.
10936
10937 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10938
10939 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10940 then do request scans from the backends.
10941
10942 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10943 avoid running a hook per line, since this takes a lot of time,
10944 profiling shows.
10945 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10946 directly if gnus-visual-p is true.
10947
10948 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10949
10950 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10951 groups; replace mapcar with dolist which is a bit faster; pass groups
10952 info to gnus-read-active-file-1.
10953 (gnus-read-active-file-1): Scan only specified groups if the new
10954 optional arg `infos' is given.
10955
10956 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10957
10958 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10959
10960 * pop3.el (pop3-movemail): Remove.
10961 (pop3-streaming-movemail): Rename to pop3-movemail.
10962
10963 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10964 don't restrict end-tag searches to the end of the line.
10965
10966 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10967
10968 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10969 articles of every unchecked group to t, which means unknown since the
10970 server has never been opened.
10971
10972 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10973
10974 * gnus-html.el (gnus-html-show-alt-text): New command.
10975 (gnus-html-browse-image): Ditto.
10976 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10977 to browse the image directly.
10978 (gnus-html-wash-tags): Search for images first, so that <a><img> works
10979 better.
10980
10981 * gnus-async.el (gnus-async-article-callback):
10982 Call `gnus-html-prefetch-images' unconditionally.
10983
10984 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10985 before feeding URLs to curl.
10986
10987 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10988
10989 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10990 internal images as deletable by `W D D'.
10991
10992 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10993 (gnus-async-article-callback): Fix typo.
10994
10995 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10996
10997 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10998 current line to work around bugs in the output from w3m.
10999
11000 * gnus-async.el (gnus-async-article-callback): Always prefetch images
11001 for groups that want that.
11002
11003 * nntp.el (nntp-wait-for-string): Supply a timeout for
11004 accept-process-output to ensure progress.
11005
11006 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11007 level to get unread articles from, then use that for foreign groups,
11008 too.
11009
11010 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11011 confuses the rest of the function.
11012
11013 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11014 for the methods that support -retrieve-groups, too.
11015
11016 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11017
11018 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
11019
11020 * pop3.el: Require cl when compiling.
11021 (pop3-number-of-responses): Search for "+OK", not "+OK ".
11022
11023 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
11024
11025 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11026 that aren't going to be activated.
11027 (gnus-get-unread-articles): Fix up the last commit.
11028
11029 * gnus-html.el (gnus-article-html): Allow calling without specifying
11030 the handle. In that case, dissect the buffer first.
11031
11032 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11033
11034 * nnimap.el (nnimap-open-connection): Revert the change that would look
11035 into authinfo for imaps instead of imap.
11036
11037 * gnus-start.el (gnus-activate-group): Take an optional parameter to
11038 say that you don't want to call gnus-request-group with don-check, but
11039 do check the response. This is for virtual groups only.
11040 (gnus-get-unread-articles): Count the archive groups as secondary, so
11041 that they're activated the same way as before.
11042
11043 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11044 case-insensitively.
11045 (nnimap-debug): Remove.
11046
11047 * mail-source.el (mail-source-fetch): Don't message if we're fetching
11048 mail from a file, and the file doesn't exist.
11049
11050 * pop3.el (pop3-streaming-movemail): Return t for success.
11051
11052 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11053 .authinfo if we're using ssl connection.
11054
11055 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11056 already have if we're in a main Gnus `g' run.
11057
11058 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11059
11060 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
11061
11062 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11063
11064 * nnmh.el (nnmh-request-list-1): Bind `file'.
11065
11066 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11067 alias to set-process-query-on-exit-flag or process-kill-without-query.
11068 (pop3-open-server): Use it.
11069
11070 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11071
11072 * mail-source.el (mail-source-delete-crash-box): Always move the crash
11073 box to the Incoming file. Fixes mistake in previous checkin.
11074
11075 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11076 request loop (for debugging purposes) removed.
11077
11078 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11079 culprit is more visible.
11080 (nnml-save-incremental-nov, nnml-open-incremental-nov)
11081 (nnml-add-incremental-nov): New functions to do "incremental" nov
11082 updates, where we just append to the end of the existing nov files
11083 without reading/writing them in full.
11084
11085 * mail-source.el (mail-source-delete-crash-box): Really only check the
11086 incoming files once in a while.
11087
11088 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11089
11090 * mail-source.el (mail-source-delete-crash-box): Only check the
11091 incoming files for deletion once per day to save a lot of file
11092 accesses.
11093
11094 * pop3.el (pop3-logon): Fix up unbound variable typo.
11095
11096 * mail-source.el (pop3-streaming-movemail): Autoload.
11097
11098 * pop3.el (pop3-streaming-movemail):
11099 Respect pop3-leave-mail-on-server.
11100
11101 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11102 retrieval.
11103
11104 * pop3.el (pop3-process-filter): Remove unused function.
11105 (pop3-streaming-movemail, pop3-send-streaming-command)
11106 (pop3-wait-for-messages, pop3-write-to-file)
11107 (pop3-number-of-responses): New functions for streaming pop3
11108 retrieval.
11109
11110 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11111 come from no known methods.
11112 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11113 list.
11114
11115 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11116 message sizes.
11117 (pop3-movemail): Use erase-buffer instead of looping and deleting
11118 regions, which seems rather odd.
11119
11120 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11121 file once per `g' run.
11122
11123 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11124 directories. This makes the draft queue directory work.
11125
11126 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11127 data from the backends, so that we only request the list of groups from
11128 each method once. This should speed things up considerably.
11129
11130 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11131 detect that it's not implemented.
11132
11133 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11134 we actually do recurse down into the tree, but don't stat all leaf
11135 nodes.
11136
11137 * gnus-html.el (gnus-html-show-images): If there are no images to show,
11138 then say so instead of bugging out.
11139
11140 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11141 files exist before trying to read them.
11142
11143 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11144 around <pre_int>.
11145
11146 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11147
11148 * nnmh.el (nnmh-request-list-1): Optimize for speed.
11149
11150 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11151
11152 * mm-util.el (mm-image-load-path): Just return the image directories,
11153 not all directories in the path in addition to the image directories.
11154 (mm-image-load-path): Maintain a cache of the image directories so that
11155 the `g' command in Gnus doesn't have to stat dozens of directories each
11156 time.
11157
11158 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11159 (gnus-html-wash-tags): Add a new `i' command to insert images.
11160 (gnus-html-insert-image): New command and keystroke.
11161 (gnus-html-redisplay-with-images): New command and keystroke.
11162 (gnus-html-show-images): Rename command.
11163 (gnus-html-wash-tags): Remove more white space before <pre_int> image
11164 spacers.
11165 (gnus-html-wash-tags): Decode entities at the end, so that entities
11166 inside the tags don't mess up the rest of the "parsing".
11167
11168 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11169 so that nnimap methods aren't agentized by default. There's apparently
11170 many problems related to agent/imap behavior.
11171
11172 * gnus-art.el (gnus-article-copy-string): New command and key binding.
11173
11174 * gnus-html.el: Doc fix.
11175
11176 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
11177
11178 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11179 glyph-width and glyph-height instead of display-graphic-p and
11180 image-size; make avoidance of displaying small images work for XEmacs.
11181
11182 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11183 for XEmacs.
11184
11185 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11186 of symbol that holds plist data.
11187 (gnus-process-plist): Remove plist of process after getting it.
11188
11189 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11190
11191 * message.el (message-generate-hashcash): Change default to
11192 'opportunistic if hashcash is installed.
11193
11194 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11195 (gnus-html-put-image): Only call image-size once, since it's somewhat
11196 time-consuming on remote X servers.
11197
11198 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
11199
11200 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11201 decoded contents.
11202 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11203
11204 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11205
11206 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11207 group line format, since it isn't very interesting.
11208
11209 * gnus-agent.el (gnus-agent-short-article),
11210 (gnus-agent-long-article): Increase values for these two variables,
11211 since most people are likely to have more network connection and
11212 storage than before.
11213
11214 * gnus.el (gnus-refer-article-method): Change default to 'current.
11215 When referring an article, the common behavior is to refer it from the
11216 current select method, not the native select method. The chances of
11217 the native select method having the message in question is rather slim
11218 these days.
11219
11220 * gnus-sum.el (gnus-auto-select-subject): Change default to
11221 `unseen-or-unread'. I think it's likely that most people want to
11222 select an unseen article over a previously seen, but unread one.
11223
11224 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
11225 means that in the article buffer none of the minor mode elements will
11226 be shown, usually, and this is not desirable in most cases.
11227
11228 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11229 that commands like `d' (and the like) go to the next line in the
11230 buffer, instead of the next unread article. I think this is the
11231 behavior that is most natural for most users.
11232 (gnus-single-article-buffer): Change default to nil, so that people can
11233 have as many article buffers open as they have summary buffer. I think
11234 this is the most natural way for the groups to behave.
11235
11236 * message.el (message-generate-new-buffers): Change default to
11237 `unsent', so that all new message buffers start their names with the
11238 string "*unsent", and it's easier to find the buffers if you move from
11239 them.
11240
11241 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11242
11243 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11244 small. They're probably tracking images.
11245 (gnus-html-wash-tags): Remove all <pre_int> place holders.
11246 (gnus-html-rescale-image): Yet another try at getting the image sizing
11247 right.
11248
11249 * nntp.el (nntp-request-set-mark): Refuse to do marks if
11250 nntp-marks-file-name is nil.
11251
11252 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11253
11254 * gnus-html.el (gnus-html-wash-tags)
11255 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11256 Better logging.
11257
11258 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11259
11260 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11261
11262 * gnus-html.el (gnus-html-wash-tags): Check the value of
11263 gnus-blocked-images in the summary buffer.
11264
11265 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11266
11267 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11268
11269 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11270
11271 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11272 like "a", it seems like.
11273 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11274 since it needs to be picked from the correct buffer.
11275
11276 * nnwfm.el: Remove.
11277
11278 * nnlistserv.el: Remove.
11279
11280 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11281
11282 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11283 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11284
11285 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11286
11287 * nnkiboze.el: Remove.
11288
11289 * nndb.el: Remove.
11290
11291 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11292 alt text.
11293 (gnus-html-rescale-image): Try to get the rescaling logic right for
11294 images that are just wide and not tall.
11295
11296 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11297 overshadow variable bindings.
11298
11299 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11300
11301 * gnus-html.el (gnus-html-wash-tags)
11302 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11303 Add extra logging.
11304
11305 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11306
11307 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11308 (gnus-max-image-proportion): New variable.
11309 (gnus-html-rescale-image): New function.
11310 (gnus-html-put-image): Rescale images.
11311
11312 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11313
11314 Fix up some byte-compiler warnings.
11315 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11316 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11317 (gnus-article-fill-cited-article, gnus-article-hide-citation)
11318 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11319 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11320 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11321 (gnus-group-update-group): Use save-excursion and with-current-buffer.
11322
11323 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11324
11325 * gnus-html.el (gnus-article-html): Decode contents by charset.
11326
11327 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11328
11329 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11330 (gnus-html-frame-width, gnus-blocked-images):
11331 * message.el (message-prune-recipient-rules): Add custom version.
11332 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11333
11334 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11335 functions.
11336
11337 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11338 gnus-process-get.
11339
11340 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
11341
11342 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11343 instead of lsub directly.
11344
11345 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11346
11347 * nnwarchive.el: Remove.
11348
11349 * gnus-soup.el: Remove.
11350
11351 * nnsoup.el: Remove.
11352
11353 * nnultimate.el: Remove.
11354
11355 * gnus-html.el (gnus-blocked-images): New variable.
11356
11357 * message.el (message-prune-recipients): New function.
11358 (message-prune-recipient-rules): New variable.
11359
11360 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11361 guess whether a long line is natural text or not.
11362
11363 * gnus-html.el (gnus-html-schedule-image-fetching):
11364 Use gnus-process-plist and friends for compatibility.
11365
11366 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11367
11368 * gnus-html.el: Require packages that define macros used in this file.
11369 (gnus-article-mouse-face): Declare to silence byte-compiler.
11370 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11371 process-get.
11372 (gnus-html-put-image): Use plist-get to avoid getf.
11373 (gnus-html-prefetch-images): Use with-current-buffer.
11374
11375 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11376
11377 * gnus-ems.el: Provide compatibility functions for
11378 gnus-set-process-plist.
11379
11380 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11381 * gnus.el (gnus-valid-select-methods):
11382 * message.el (message-send-mail-partially-limit):
11383 * mm-decode.el (mm-text-html-renderer):
11384 * mml.el (mml-insert-mime-headers-always):
11385 * smiley.el (smiley-regexp-alist): Bump custom version.
11386
11387 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11388
11389 * gnus-html.el: Require mm-url.
11390 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11391 with the url to `url'.
11392 (gnus-html-wash-tags): Support cid: URLs/images.
11393
11394 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11395
11396 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11397 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11398 bindings, as they aren't useful at all. `w' is moved to `W w'.
11399
11400 * gnus-move.el: Remove file, since it doesn't really work.
11401
11402 * gnus-html.el (gnus-article-html): Tell w3m that the input is
11403 UTF-8. This seems to fix problems with some German web feeds.
11404
11405 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11406 at the top so that the proper colors are applied.
11407
11408 * gnus-art.el (gnus-article-view-part): Doc fix.
11409
11410 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11411 XEmacs-compatible.
11412 (gnus-html-put-image): Don't do images on non-graphic displays.
11413
11414 * nnslashdot.el: Remove this unused backend.
11415
11416 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11417 actions.
11418 (gnus-undo-register-1): Revert last change.
11419
11420 * gnus-group.el (gnus-group-completing-read): Protect against not
11421 having completion-styles bound.
11422
11423 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11424 make broken recipients happier.
11425
11426 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11427
11428 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11429 point parameter.
11430
11431 * gnus-group.el (gnus-group-completing-read): Add 'substring to
11432 completion-styles for group selection.
11433
11434 2009-02-04 Andreas Schwab <schwab@suse.de>
11435
11436 * gnus-score.el (gnus-score-string): Fix regex for matching extra
11437 headers and regexp-quote the match if necessary.
11438
11439 2009-03-24 Miles Bader <miles@gnu.org>
11440
11441 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11442 the blinking smiley.
11443
11444 2009-03-24 Simon Josefsson <simon@josefsson.org>
11445
11446 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11447 blink smiley.
11448
11449 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11450
11451 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11452 where the dribbel file lives exists.
11453
11454 * message.el (message-send-mail-partially-limit): Change the default to
11455 nil, since most people don't want this.
11456
11457 * mm-url.el (mm-url-decode-entities): Also decode entities like
11458 &#x3212.
11459
11460 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
11461
11462 * gnus-sum.el (gnus-summary-idna-message):
11463 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11464 Hyperlink urls in docstrings with URL `...'.
11465
11466 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
11467
11468 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11469 functions.
11470
11471 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11472
11473 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11474 say what the mouseover text should be.
11475
11476 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11477 version of the mm-w3m-safe-url-regexp variable to only download images
11478 in the groups where we want that to happen.
11479
11480 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11481
11482 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11483 easier debugging.
11484 (gnus-article-beginning-of-window): Add kludge to allow spacing past
11485 big pictures in the article buffer.
11486
11487 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11488 gnus-article-html.
11489 (mm-text-html-renderer): gnus-article-html needs curl in addition to
11490 w3m.
11491
11492 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11493
11494 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11495
11496 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11497 which doesn't exist.
11498
11499 * message.el (message-inhibit-ecomplete): New variable to allow some
11500 function to inhibit ecomplete address storage.
11501 (message-resend): Disable ecomplete message storage when resending
11502 messages.
11503
11504 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11505
11506 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
11507
11508 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11509 Save excursion while copying, moving, and deleting articles in order to
11510 prevent the cursor from jumping to unforeseen place.
11511
11512 2010-08-17 Glenn Morris <rgm@gnu.org>
11513
11514 * gnus-sync.el: Require gnus components whose functions are used.
11515
11516 * gnus-art.el (bookmark-make-record-function):
11517 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11518 Declare for compiler.
11519
11520 * mm-url.el (mml-compute-boundary): Autoload.
11521
11522 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
11523
11524 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11525
11526 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
11527
11528 Typo fix "hoo4a" -> "hook".
11529
11530 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11531
11532 2010-08-14 Glenn Morris <rgm@gnu.org>
11533
11534 * gnus-sync.el (gnus-sync): Fix defgroup version.
11535
11536 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
11537
11538 Doc fixes and keep unknown groups (ammended for nunion bug fix).
11539
11540 * gnus-sync.el: Fix docs.
11541 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11542 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11543
11544 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11545
11546 Optimizations for gnus-sync.el.
11547
11548 * gnus-sync.el: Add docs about gnus-sync-backend
11549 possibilities.
11550 (gnus-sync-save): Remove unnecessary message.
11551 (gnus-sync-read): Optimize and show what groups were skipped.
11552
11553 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11554
11555 Minor bug fixes for gnus-sync.el.
11556
11557 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11558 Don't read the sync on get-new-news.
11559
11560 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11561 quiet.
11562
11563 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11564 (fix typo).
11565
11566 2010-07-30 Lawrence Mitchell <wence@gmx.li>
11567
11568 Make saving and restoring of hidden threads work with overlays.
11569 Patch applied by Ted Zlatanov.
11570
11571 * gnus-sum.el (gnus-hidden-threads-configuration)
11572 (gnus-restore-hidden-threads-configuration): Update to deal with text
11573 properties, rather than searching for a magic character.
11574
11575 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11576
11577 New gnus-sync.el library for synchronization of marks.
11578
11579 * gnus-sync.el: New library for synchronization of marks.
11580
11581 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11582 renamed from `gnus-registry-grep-in-list'.
11583
11584 * gnus-registry.el (gnus-registry-follow-group-p):
11585 Use `gnus-grep-in-list'.
11586
11587 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11588
11589 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
11590
11591 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11592 determining charset of text fails.
11593
11594 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11595
11596 * nnmail.el (nnmail-get-new-mail-1): Revert.
11597
11598 * nnml.el (nnml-active-number): Make sure names of newly created groups
11599 in nnml-group-alist are encoded.
11600
11601 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11602
11603 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11604 containing non-ASCII characters in active file for nnml back end.
11605
11606 2010-07-24 David Engster <dengste@eml.cc>
11607
11608 * mml-smime.el (mml-smime-epg-verify): Also accept the older
11609 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11610
11611 2010-07-21 Daiki Ueno <ueno@unixuser.org>
11612
11613 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11614 tag (Bug#6654).
11615
11616 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11617
11618 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11619 the article buffer, not the summary buffer.
11620
11621 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
11622
11623 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11624 Emacs 23 as well.
11625
11626 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11627
11628 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11629 Patch applied by Karl Fogel.
11630
11631 * gnus-sum.el (gnus-summary-bookmark-make-record):
11632 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11633
11634 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11635
11636 Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
11637 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
11638 C-w still not working correctly from Article buffers; Thierry's
11639 patch to fix that will be applied after this.
11640
11641 * gnus-art.el (bookmark-make-record-function): New local variable.
11642
11643 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11644 article buffer.
11645 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11646
11647 2010-07-13 Karl Fogel <kfogel@red-bean.com>
11648
11649 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11650 on changes in bookmark.el.
11651
11652 2010-06-22 Mark A. Hershberger <mah@everybody.org>
11653
11654 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11655 the *other* type of HTML form submission.
11656
11657 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
11658
11659 * auth-source.el (auth-source-pick): If choice does not contain a
11660 questioned keyword, set the check to t.
11661
11662 2010-06-12 Romain Francoise <romain@orebokech.com>
11663
11664 * gnus-util.el (gnus-date-get-time): Move up before first use.
11665
11666 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
11667
11668 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11669 (gnus-article-edit-part): Bind it to make last part that is substituted
11670 or deleted visible.
11671 (gnus-mime-display-single): Buttonize part of which id equals to
11672 gnus-mime-buttonized-part-id.
11673
11674 2010-06-10 Dan Christensen <jdc@uwo.ca>
11675
11676 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11677 (gnus-dd-mmm): Use gnus-date-get-time.
11678 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11679 simplify logic.
11680 (gnus-summary-limit-to-age): Use gnus-date-get-time.
11681 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11682
11683 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
11684
11685 * auth-source.el (top): Autoload `secrets-list-collections',
11686 `secrets-create-item', `secrets-delete-item'.
11687 (auth-sources): Fix tag string.
11688 (auth-get-source, auth-source-retrieve, auth-source-create)
11689 (auth-source-delete): New defuns.
11690 (auth-source-pick): Rewrite in order to avoid 2 passes.
11691 (auth-source-forget-user-or-password): New parameter USERNAME.
11692 (auth-source-user-or-password): New parameters CREATE-MISSING and
11693 DELETE-EXISTING. Retrieve password interactively, if needed.
11694
11695 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
11696
11697 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11698 deleting unused directories when gnus-expert-user is t.
11699
11700 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
11701
11702 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11703 for each temp file when gnus-article-browse-delete-temp is ask.
11704
11705 2010-05-20 Kevin Ryde <user42@zip.com.au>
11706
11707 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
11708
11709 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
11710
11711 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11712 article unless decoding article to be saved.
11713
11714 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11715
11716 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11717 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11718 generated within the mm-with-unibyte-current-buffer macro.
11719
11720 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11721
11722 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11723 to nil when we're in a mml-preview buffer and no group is selected.
11724
11725 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
11726
11727 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11728 when catching the `C-g'. Reported by "Leo".
11729
11730 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11731
11732 * message.el (message-forward-make-body-plain)
11733 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11734 multibyte-string-p.
11735
11736 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11737
11738 * message.el (message-forward-make-body-mml): Assume original message
11739 is multibyte string; error on unibyte.
11740 (message-forward-make-body-plain): Ditto; don't add excessive newline
11741 in body end.
11742
11743 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
11744
11745 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11746 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
11747
11748 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
11749
11750 * mm-extern.el (mm-extern-url): Don't use
11751 mm-with-unibyte-current-buffer.
11752 (mm-extern-cache-contents): Use with-current-buffer instead of
11753 save-excursion + set-buffer.
11754
11755 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11756
11757 * mm-util.el (mm-emacs-mule): Remove.
11758
11759 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
11760
11761 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11762 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11763 change.
11764
11765 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11766
11767 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11768 bind the default value of enable-multibyte-characters to nil.
11769
11770 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11771
11772 * message.el (message-forward-make-body-plain)
11773 (message-forward-make-body-mml):
11774 Don't use mm-with-unibyte-current-buffer.
11775
11776 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11777
11778 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11779 (Bug#5592).
11780
11781 2010-05-07 Julien Danjou <julien@danjou.info>
11782
11783 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11784 it to mm-pipe-part.
11785
11786 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11787 it is given.
11788
11789 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11790
11791 * nnweb.el (nnweb-gmane-search):
11792 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11793 XEmacs.
11794
11795 * gnus-art.el (gnus-article-browse-html-parts):
11796 * gnus-group.el (gnus-read-ephemeral-gmane-group)
11797 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11798 make-temp-file.
11799
11800 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11801 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11802 compiling.
11803
11804 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11805 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11806 XEmacs when compiling.
11807
11808 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11809 gnus-pick-mode-off-hook for XEmacs when compiling.
11810 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11811 gnus-binary-mode-off-hook for XEmacs when compiling.
11812
11813 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11814 Return nil if char-charset is not available.
11815
11816 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
11817 macro.
11818
11819 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11820 instead of encode-coding-string.
11821
11822 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11823 'xemacs) instead of mm-emacs-mule to switch function definitions.
11824 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11825
11826 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
11827
11828 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11829
11830 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
11831
11832 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11833 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11834
11835 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
11836
11837 * mm-util.el (mm-decompress-buffer): Use `delete-file';
11838 alias `jka-compr-delete-temp-file' no longer exists.
11839
11840 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11841
11842 Use define-minor-mode in Gnus where applicable.
11843 * mml.el (mml-mode): Use define-minor-mode.
11844 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11845 (gnus-undo-mode): Use define-minor-mode.
11846 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11847 (gnus-dead-summary-mode): Use define-minor-mode.
11848 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11849 Initialize in declaration.
11850 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11851 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11852 (gnus-mailing-list-mode): Use define-minor-mode.
11853 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11854 (gnus-draft-mode): Use define-minor-mode.
11855 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11856 (gnus-dired-mode): Use define-minor-mode.
11857
11858 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
11859
11860 * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
11861 handles on recursive mml-to-mime translation and check them for
11862 boundary delimiter collisions. Reported by Greg Troxel.
11863
11864 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
11865
11866 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11867
11868 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11869
11870 * mm-util.el (mm-find-buffer-file-coding-system):
11871 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11872
11873 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
11874
11875 * message.el (message-generate-headers): Record insertion of optional
11876 headers as well. Otherwise the check to prevent repeated insertion of
11877 optional headers is a no-op.
11878
11879 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
11880
11881 * smime.el: Don't mention CVS.
11882
11883 * nnrss.el (nnrss-fetch): Don't mention CVS.
11884
11885 * nnir.el: Don't mention CVS.
11886
11887 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11888
11889 * gnus-sum.el (gnus-summary-bookmark-make-record):
11890 Add `location' field.
11891
11892 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11893
11894 * gnus-sum.el: Add bookmark declarations to silence the compiler.
11895 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11896 Use with-current-buffer to silence the byte-compiler.
11897 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11898 bother to require `gnus'.
11899 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
11900
11901 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11902
11903 * gnus-sum.el (gnus-summary-bookmark-make-record)
11904 (gnus-summary-bookmark-jump): New functions.
11905 (gnus-summary-mode): Setup bookmark support.
11906
11907 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
11908
11909 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11910 if set.
11911
11912 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
11913
11914 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11915 gnus-article-browse-html-save-cid-image; make it work recursively for
11916 forwarded messages as well.
11917 (gnus-article-browse-html-parts): Work when prefix arg is given.
11918 (gnus-article-browse-html-article): Doc fix.
11919
11920 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
11921
11922 * message.el (message-default-mail-headers)
11923 (message-default-headers): Carry the value mail-default-headers over
11924 into message-default-mail-headers, rather than message-default-headers.
11925
11926 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
11927
11928 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11929 charset.
11930
11931 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11932 charset into the <meta> tag when the article is encoded to utf-8.
11933
11934 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
11935
11936 * gnus-art.el (gnus-article-browse-delete-temp-files):
11937 Delete directories as well.
11938 (gnus-article-browse-html-parts): Work for images that do not specify
11939 file names; delete temp directory when quitting; insert header at the
11940 right place; use file: scheme for image files.
11941
11942 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
11943
11944 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11945 (gnus-article-browse-html-parts): Use it to make temporary cid image
11946 files in addition to html file so that browser may display them.
11947
11948 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
11949
11950 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11951
11952 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11953
11954 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11955
11956 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
11957
11958 * auth-source.el (auth-sources): Change default to be simpler.
11959 Explain about Secret Service API sources. Improve Customize options.
11960 (auth-source-pick): Change to accept any number of search parameters.
11961 Implement fallbacks iteratively, not recursively. Add scoring on the
11962 second pass and sort by score. Call Secret Service API when needed.
11963 (auth-source-user-or-password): Use it. Call Secret Service API
11964 directly when needed to get the user name and the password.
11965
11966 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11967
11968 * message.el (message-interactive): Doc fix.
11969 (message-qmail-inject-args): Reflow.
11970 (message-kill-to-signature): Fix typo in docstring.
11971
11972 * smiley.el (smiley-buffer): Fix typo in docstring.
11973
11974 2010-03-24 Glenn Morris <rgm@gnu.org>
11975
11976 * mail-source.el (gnus-message): Declare.
11977 (mail-source-delete-old-incoming): Require gnus-util.
11978
11979 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11980
11981 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11982
11983 * message.el (ecomplete-setup): Autoload it for Emacs <23.
11984
11985 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11986 password-cache's default if it is not bound.
11987 (mml-secure-passphrase-cache-expiry): Default to 16 that is
11988 password-cache-expiry's default if it is not bound.
11989
11990 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11991 available in Emacs 21.
11992
11993 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
11994
11995 * auth-source.el (auth-sources): Fix up definition so extra parameters
11996 are always inline.
11997
11998 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
11999
12000 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12001 wasn't updated after mismatch. Clear cached mailbox info correctly
12002 when uidvalidity changes.
12003 (nnimap-group-prefixed-name): New function to avoid some code
12004 duplication.
12005 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12006 (nnimap-request-group): Use it.
12007 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12008 (nnimap-update-unseen): Significantly improved speed of Gnus startup
12009 with many imap folders. This is done by caching the group status from
12010 the imap server persistently in a group parameter `imap-status'. (This
12011 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12012 but not persistently, so every Gnus startup was still very slow.)
12013
12014 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12015
12016 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
12017 secrets.el dependency.
12018 (auth-sources): Add optional user name. Add secrets.el configuration
12019 choice (unused right now).
12020
12021 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12022
12023 * gnus-sum.el (gnus-summary-make-menu-bar):
12024 Let `gnus-registry-install-shortcuts' fill in the functions.
12025
12026 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12027 warnings.
12028 (gnus-registry-misc-menus): Variable to hold registry mark menus.
12029 (gnus-registry-install-shortcuts): Populate and use it in a
12030 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12031
12032 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
12033
12034 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12035 In-place substitutions for the group name encoding/decoding.
12036 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12037 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12038 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12039 (nnimap-update-unseen, nnimap-request-list)
12040 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12041 (nnimap-request-set-mark, nnimap-split-to-groups)
12042 (nnimap-split-articles, nnimap-request-newgroups)
12043 (nnimap-request-create-group, nnimap-request-accept-article)
12044 (nnimap-request-delete-group, nnimap-request-rename-group)
12045 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
12046 `encoded-mbx' for consistency.
12047 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12048 variable `imap-current-mailbox'.
12049
12050 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12051 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12052
12053 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
12054
12055 * pop3.el (pop3-display-message-size-flag): Display message size byte
12056 counts during POP3 download.
12057 (pop3-movemail): Use it.
12058 (pop3-list): Implement listing of available messages.
12059
12060 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
12061
12062 * nnir.el (nnir-get-article-nov-override-function): New function to
12063 override the normal NOV retrieval.
12064 (nnir-retrieve-headers): Use it.
12065
12066 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
12067
12068 * auth-source.el (netrc-machine-user-or-password): Autoload.
12069
12070 2010-03-19 Glenn Morris <rgm@gnu.org>
12071
12072 Stop message.el from loading about 40 libraries it doesn't always need.
12073 The general approach is to autoload rather than require, and to
12074 require in the specific functions rather than the file. (Bug#5642)
12075
12076 * gmm-utils.el: Don't require wid-edit.
12077 (widget-create-child-value, widget-convert, widget-default-get):
12078 Autoload.
12079
12080 * gnus-util.el: Don't require time-date, netrc.
12081 (message-fetch-field, gnus-group-name-decode): Declare rather than
12082 autoloading.
12083 (gnus-fetch-field): Require message.
12084 (gnus-decode-newsgroups): Require gnus-group.
12085
12086 * ietf-drums.el: Don't require time-date.
12087
12088 * message.el: Don't require hashcash, canlock, ecomplete.
12089 Do require mail-utils. Require nnheader only when compiling.
12090 (smtpmail-default-smtp-server): Remove declaration.
12091 (message-send-mail-function): Check smtpmail-default-smtp-server
12092 is bound rather than requiring smtpmail.
12093 (message-auto-save-directory, message-insert-signature):
12094 Use expand-file-name rather than nnheader-concat.
12095 (nnheader-insert-file-contents): Autoload.
12096 (hashcash-wait-async): Declare.
12097 (message-send-mail): Only call gnus-setup-posting-charset if
12098 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
12099 (message-send-mail-with-sendmail): Require sendmail.
12100 (canlock-password, canlock-password-for-verify): Declare.
12101 (message-canlock-password): Require canlock.
12102 (nnheader-get-report): Autoload.
12103 (gnus-setup-posting-charset): Declare.
12104 (message-send-news): Require gnus-msg.
12105 (message-make-references, message-make-in-reply-to): Use mail-header-id
12106 rather than the alias mail-header-message-id.
12107 (ecomplete-add-item, ecomplete-save): Declare.
12108 (message-put-addresses-in-ecomplete): Require ecomplete.
12109 (ecomplete-display-matches): Autoload.
12110
12111 * mm-decode.el: Don't require mailcap, gnus-util.
12112 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12113 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12114 Autoload.
12115 (mailcap-mime-extensions): Declare.
12116
12117 * mm-encode.el: Don't require mailcap.
12118 (mailcap-extension-to-mime): Autoload.
12119
12120 * mml-sec.el: Don't require password-cache.
12121
12122 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12123 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12124 (mml-minibuffer-read-type): Require mailcap.
12125 (mml-preview): Require gnus-msg.
12126
12127 * mml1991.el: Require password-cache.
12128 (password-cache-expiry): Remove declaration.
12129
12130 * mml2015.el: Require password-cache.
12131 (password-cache-expiry): Remove declaration.
12132
12133 * nneething.el (mailcap): Require mailcap.
12134
12135 * nnheader.el (declare-function): Add compatibility stub.
12136 (message-remove-header): Declare rather than autoload.
12137 (nnheader-replace-header): Require message.
12138
12139 * nnimap.el (declare-function): Add compatibility stub.
12140 (netrc-parse, netrc-machine-user-or-password): Declare.
12141 (nnimap-open-connection): Require netrc.
12142
12143 * nntp.el (declare-function): Add compatibility stub.
12144 (netrc-parse, netrc-machine, netrc-get): Declare.
12145 (nntp-send-authinfo): Require netrc.
12146
12147 * rfc2047.el: Don't require qp.
12148 (quoted-printable-encode-region, quoted-printable-decode-string):
12149 Autoload.
12150
12151 * sieve-mode.el: Don't require easymenu.
12152 (easy-menu-add-item): Autoload it.
12153
12154 * spam-stat.el (time-to-number-of-days): Autoload it.
12155
12156 2010-03-17 Kevin Ryde <user42@zip.com.au>
12157
12158 * mml.el (mml-read-tag): Unquote values with `read' to reverse
12159 prin1 in mml-insert-tag (just stripping the quotes gave wrong
12160 value if any backslash escapes).
12161
12162 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
12163
12164 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12165 if it is available. (bug#5647)
12166
12167 2010-02-26 Glenn Morris <rgm@gnu.org>
12168
12169 * message.el (message-send-mail-function): Change the default, so that
12170 it inherits from a customized send-mail-function. (Bug#5643)
12171
12172 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12173
12174 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12175 shell-command-to-string signals an error (bug#5299).
12176
12177 2010-02-24 Glenn Morris <rgm@gnu.org>
12178
12179 * message.el (message-smtpmail-send-it)
12180 (message-send-mail-with-mailclient): Doc fixes.
12181
12182 2010-02-16 Glenn Morris <rgm@gnu.org>
12183
12184 * message.el (message-default-mail-headers): Change the default value
12185 to ease the transition from mail-mode to message-mode. (Bug#5555)
12186
12187 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
12188
12189 * message.el (message-mail): Just pass yank-action on to message-setup.
12190 (message-setup): Handle (FUN . ARGS) form of yank-action.
12191 (message-with-reply-buffer, message-widen-reply)
12192 (message-yank-original): Handle non-buffer values of
12193 message-reply-buffer (Bug#4080).
12194 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12195
12196 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
12197
12198 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12199 Fix typo in docstring.
12200
12201 2010-01-08 Jason Rumney <jasonr@gnu.org>
12202
12203 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12204 response.
12205
12206 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12207
12208 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12209
12210 * message.el (message-check-news-header-syntax): Protect against a
12211 string that `rfc822-addresses' returns when parsing fails.
12212
12213 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12214
12215 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12216 (gnus-previous-char-property-change): New functions.
12217
12218 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12219
12220 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
12221
12222 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12223 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
12224
12225 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
12226
12227 * message.el (message-exchange-point-and-mark): Rework last change to
12228 avoid using optional arg of exchange-point-and-mark, for backward
12229 compatibility.
12230
12231 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
12232
12233 * message.el (message-exchange-point-and-mark):
12234 Call exchange-point-and-mark with an argument rather than setting
12235 mark-active by hand (Bug#5175).
12236
12237 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12238
12239 * nntp.el (nntp-service-to-port): Work for service expressed with
12240 numeric string; replace [:digit:] with [0-9] for XEmacs.
12241
12242 2009-12-17 Glenn Morris <rgm@gnu.org>
12243
12244 * gnus-group.el (gnus-bug-group-download-format-alist):
12245 Change emacs entry to debbugs.gnu.org. Bump :version.
12246
12247 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
12248
12249 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12250
12251 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
12252
12253 * message.el (message-info): Explain why we use `Info-goto-node'.
12254
12255 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12256
12257 * message.el (message-completion-in-region): New compatibility function.
12258 (message-expand-group): Use it.
12259
12260 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
12261
12262 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12263 with no unread article should be listed if the 2nd arg `predicate' is
12264 given.
12265
12266 2009-11-29 Juri Linkov <juri@jurta.org>
12267
12268 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12269 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
12270 on `gnus-recenter'. (Bug#4698, Bug#4981)
12271
12272 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
12273
12274 * message.el (message-from-style, message-interactive)
12275 (message-signature): Always set default values from the corresponding
12276 mail-* variables.
12277 (message-cite-prefix-regexp, message-sendmail-envelope-from)
12278 (message-yank-prefix, message-indentation-spaces)
12279 (message-signature-file, message-default-headers): Use boundp rather
12280 than (featurep 'xemacs) to check if the corresponding mail-* variables
12281 exist.
12282
12283 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
12284
12285 * message.el (message-send-mail-with-sendmail): Revert last change.
12286
12287 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
12288
12289 * message.el (message-from-style, message-interactive)
12290 (message-cite-prefix-regexp, message-sendmail-envelope-from)
12291 (message-yank-prefix, message-indentation-spaces, message-signature)
12292 (message-signature-file, message-default-headers): For GNU Emacs, set
12293 default values from the corresponding mail-* variables.
12294 (message-send-mail-with-sendmail): Use envelope-from only if
12295 mail-specify-envelope-from is non-nil.
12296
12297 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
12298
12299 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12300 containing tspecial characters if they have been already quoted.
12301
12302 2009-10-24 Glenn Morris <rgm@gnu.org>
12303
12304 * gnus-art.el (help-xref-stack-item): Define for compiler.
12305
12306 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12307
12308 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12309
12310 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12311
12312 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12313 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12314
12315 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
12316
12317 * gnus.el (gnus-overlay-get): New alias to overlay-get.
12318 (gnus-overlays-in): New alias to overlays-in.
12319
12320 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12321 gnus-overlay-get, and gnus-delete-overlay.
12322 (gnus-summary-show-thread): Make it work as well for systems in which
12323 next-single-char-property-change is not available.
12324 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12325
12326 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
12327
12328 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12329
12330 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12331
12332 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12333 and XEmacs that don't have `remove-overlays'.
12334
12335 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12336
12337 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12338 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12339 selective display. Use overlays instead.
12340
12341 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12342
12343 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12344
12345 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12346
12347 * spam-stat.el (spam-stat-load): Fix typo in message.
12348
12349 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
12350
12351 * gnus-art.el (gnus-article-encrypt-body):
12352 * message.el (message-check-recipients):
12353 * mm-util.el (mm-codepage-setup):
12354 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12355 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12356
12357 2009-09-22 Daiki Ueno <ueno@unixuser.org>
12358
12359 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12360 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12361 keys from the menu if mm-{sign,encrypt}-option is 'guided.
12362 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12363 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12364
12365 2009-09-18 Glenn Morris <rgm@gnu.org>
12366
12367 * gnus-diary.el (gnus-diary-check-message):
12368 * message.el (message-insert-formatted-citation-line):
12369 * nnbabyl.el (top-level):
12370 * nndiary.el (nndiary-schedule):
12371 Fix typos in condition-case handlers.
12372
12373 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
12374
12375 * gnus-art.el (gnus-article-edit-part): Work for the buffer
12376 configuration that provides the sole article window in a frame;
12377 position point correctly after deleting a part.
12378
12379 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
12380
12381 * spam.el (spam-unregister-on-reregister): Add boolean variable.
12382 (spam-resolve-registrations-routine): Use it to unregister articles
12383 that change status.
12384
12385 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12386
12387 * nnrss.el (nnrss-request-article): Remove binding of
12388 default-enable-multibyte-characters that has gotten needless by
12389 the 2007-07-13 change in rfc2047-encode-message-header.
12390
12391 * mml.el (mml-insert-multipart): Error on the message header.
12392 (mml-insert-part): Error on the message header; position point at
12393 the end of a MIME tag.
12394
12395 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12396
12397 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12398 (gnus-float-time): Alias to float-time if it exists.
12399
12400 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12401 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12402 float-time is available; suppress compile warning for time-to-seconds.
12403
12404 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
12405
12406 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12407 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12408 Add the optional argument `encoding' that overrides the default.
12409
12410 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12411 mm-encode-buffer.
12412
12413 2009-09-04 Glenn Morris <rgm@gnu.org>
12414
12415 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12416 mm-disable-multibyte, rather than default-enable-multibyte-characters.
12417 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12418 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12419 * mm-util.el (mm-with-unibyte-current-buffer)
12420 (mm-find-buffer-file-coding-system):
12421 * yenc.el (yenc-decode-region): Use default-value rather than
12422 default-enable-multibyte-characters.
12423
12424 2009-09-03 Glenn Morris <rgm@gnu.org>
12425
12426 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12427 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12428 than default-enable-multibyte-characters.
12429
12430 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
12431
12432 * gnus-art.el (gnus-article-read-summary-keys):
12433 Fix gnus-buffer-configuration's value temporarily used.
12434
12435 2009-09-02 Glenn Morris <rgm@gnu.org>
12436
12437 * gnus-util.el (gnus-float-time): New function.
12438 * gnus-delay.el (gnus-delay-article):
12439 * gnus-sum.el (gnus-thread-latest-date):
12440 * gnus-util.el (gnus-user-date): Use gnus-float-time.
12441 * nnspool.el (nnspool-request-newgroups):
12442 Use gnus-float-time rather than time-to-seconds.
12443 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12444
12445 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12446 (gnus-header-subject-face, gnus-header-newsgroups-face)
12447 (gnus-header-name-face, gnus-header-content-face):
12448 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12449 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12450 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12451 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12452 (gnus-cite-face-11):
12453 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12454 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12455 (gnus-server-closed-face, gnus-server-denied-face)
12456 (gnus-server-offline-face):
12457 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12458 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12459 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12460 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12461 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12462 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12463 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12464 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12465 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12466 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12467 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12468 (gnus-summary-selected-face, gnus-summary-cancelled-face)
12469 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12470 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12471 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12472 (gnus-summary-high-undownloaded-face)
12473 (gnus-summary-low-undownloaded-face)
12474 (gnus-summary-normal-undownloaded-face)
12475 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12476 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12477 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12478 (gnus-splash-face):
12479 * message.el (message-header-to-face, message-header-cc-face)
12480 (message-header-subject-face, message-header-newsgroups-face)
12481 (message-header-other-face, message-header-name-face)
12482 (message-header-xheader-face, message-separator-face)
12483 (message-cited-text-face, message-mml-face):
12484 * sieve-mode.el (sieve-control-commands-face)
12485 (sieve-action-commands-face, sieve-test-commands-face)
12486 (sieve-tagged-arguments-face):
12487 * spam.el (spam-face):
12488 Mark face aliases with "-face" in the name as obsolete.
12489
12490 2009-09-01 Glenn Morris <rgm@gnu.org>
12491
12492 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12493 than goto-line.
12494
12495 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
12496
12497 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12498 Don't move point if the command is invoked inside the message header.
12499
12500 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12501
12502 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12503 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12504 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12505 * nnir.el (nnir-swish-e-index-file):
12506 * gnus-sum.el (gnus-summary-delete-marked-as-read)
12507 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12508 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12509 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12510 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12511 (gnus-treat-display-xface): Add Emacs version of obsolescence.
12512
12513 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
12514
12515 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12516 Don't save excursion.
12517
12518 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12519
12520 * nnheader.el (nnheader-find-file-noselect):
12521 * mm-util.el (mm-insert-file-contents):
12522 Use (default-value 'major-mode) instead of default-major-mode.
12523
12524 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12525
12526 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12527
12528 2009-08-25 Glenn Morris <rgm@gnu.org>
12529
12530 * nnir.el (top-level): Don't require cl at run-time.
12531 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12532 Replace cl-function substitute with gnus-replace-in-string.
12533 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12534 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12535 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12536 simplified expansions.
12537
12538 2009-08-22 Glenn Morris <rgm@gnu.org>
12539
12540 * gnus-art.el (gnus-button-patch): Use forward-line rather than
12541 goto-line.
12542
12543 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
12544
12545 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12546
12547 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12548 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12549 (gnus-mm-display-part, gnus-mime-display-single)
12550 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12551 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12552
12553 * gnus-sum.el
12554 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12555 (gnus-summary-move-article): Add expirable mark to articles copied or
12556 moved to group that has auto-expire turned on if the option is non-nil.
12557
12558 2009-07-24 Glenn Morris <rgm@gnu.org>
12559
12560 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12561 Fix typo. (Bug#3903)
12562
12563 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
12564
12565 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12566 gnus-article-read-summary-keys rather than gnus-summary-edit-article
12567 that should not be used for draft articles.
12568 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12569 that has no concern in minor mode keys.
12570 (gnus-article-summary-command, gnus-article-summary-command-nosave):
12571 Abolish.
12572
12573 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
12574
12575 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12576 article without making inquiry to a user for unknown encoding.
12577
12578 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12579 (nnmaildir--scan): Assume i-node and device number that file-attributes
12580 returns might be cons-cell.
12581
12582 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
12583
12584 * auth-source.el: Remove docs now in auth.texi. Don't use
12585 `gnus-message' for logging. Add new variables `auth-source-debug' and
12586 `auth-source-hide-passwords' and use them.
12587
12588 2009-07-15 Glenn Morris <rgm@gnu.org>
12589
12590 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12591
12592 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12593
12594 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12595 excessive whitespace from the default values of title and description.
12596
12597 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
12598
12599 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12600 mail-fetch-field to fetch Content-Description header in order to
12601 exclude newlines.
12602
12603 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
12604
12605 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12606 to deleted part.
12607
12608 2009-05-30 David Engster <dengste@eml.cc>
12609
12610 * nnmairix.el: Remove old documentation in the commentary block.
12611 (nnmairix-request-group): Do not update active file for nnml back ends.
12612 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12613 end so that overview files are ignored.
12614 (nnmairix-update-groups): Make updating the groups more robust by using
12615 marks.
12616 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12617 with dollar characters in message-id.
12618
12619 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
12620
12621 * spam.el: Use dns-query instead of query-dns. Was renamed on
12622 2008-12-25 in dns.el.
12623
12624 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12625
12626 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12627 could happen if the text is only composed of spaces and/or tabs.
12628
12629 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
12630
12631 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12632 when sending a queued message to avoid extra mml tags.
12633
12634 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
12635
12636 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12637
12638 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
12639
12640 * gnus-dired.el: Remove autoload for gnus-setup-message.
12641 (gnus-dired-attach): Fake this-command value to prevent Gnus from
12642 displaying Gnus logo; always use compose-mail.
12643
12644 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
12645
12646 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12647
12648 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
12649
12650 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12651 (gnus-nocem-issuers): List currently active issuers; fix custom type.
12652 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12653 available.
12654 (gnus-nocem-epg-verify): New function.
12655
12656 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
12657
12658 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12659
12660 2009-02-15 Glenn Morris <rgm@gnu.org>
12661
12662 * gnus-util.el (rmail-insert-rmail-file-header)
12663 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12664 autoloads.
12665 (rmail-default-rmail-file): Remove unnecessary declaration.
12666 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12667
12668 2009-02-14 Glenn Morris <rgm@gnu.org>
12669
12670 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12671 variable (only used in gnus-util, which declares it anyway).
12672 (rmail-output-to-rmail-file): Remove autoload of deleted function,
12673 which was only needed by gnus-art (changed to not use it any more).
12674 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12675 only used in gnus-util, which autoloads it itself.
12676 (rmail-update-summary): Fix autoload.
12677
12678 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12679 rather than rmail-output-to-rmail-file.
12680
12681 2009-02-07 Glenn Morris <rgm@gnu.org>
12682
12683 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12684 autoload of function that no longer exists.
12685 (rmail-toggle-header): Declare.
12686 (message-forward-rmail-make-body): Handle mbox Rmail.
12687
12688 2009-01-31 Glenn Morris <rgm@gnu.org>
12689
12690 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12691 2009-01-09 change.
12692
12693 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
12694
12695 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12696 (auth-source-forget-all-cached): New convenience function.
12697 (auth-source-user-or-password): Accept list of modes or a single mode.
12698
12699 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12700 auth-source modes.
12701
12702 * nnimap.el (nnimap-open-connection): Use list of
12703 auth-source modes.
12704
12705 * nntp.el (nntp-send-authinfo): Use list of
12706 auth-source modes.
12707
12708 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12709
12710 * auth-source.el: Update docs to reflect epa-file-enable is to be used
12711 now.
12712
12713 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12714
12715 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12716 coding system in XEmacs; add a workaround for XEmacs.
12717
12718 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12719
12720 * mm-util.el (mm-coding-system-priorities): Protect against nil value
12721 of current-language-environment.
12722
12723 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
12724
12725 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12726 available at runtime.
12727
12728 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12729
12730 * gnus-art.el (article-date-ut): Fix end point of narrowing.
12731
12732 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
12733
12734 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12735 the greatest positive fixnum value doesn't work under an XEmacs with
12736 bignum support; use the most-positive-fixnum constant instead,
12737 available since Emacs 21.1 with cl and XEmacs 21.1.
12738
12739 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12740
12741 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12742 XEmacs gets not to work.
12743
12744 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
12745
12746 * mm-util.el (mm-coding-system-priorities): Allow the value like
12747 "Japanese (UTF-8)" of current-language-environment.
12748
12749 2009-01-09 Glenn Morris <rgm@gnu.org>
12750
12751 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12752 with last-command-event.
12753
12754 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12755
12756 * message.el (message-fix-before-sending): Amend comment.
12757
12758 2009-01-07 David Engster <dengste@eml.cc>
12759
12760 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12761 simplified server definitions by converting it via
12762 gnus-server-to-method.
12763
12764 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12765
12766 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12767 parameter's operands.
12768
12769 2009-01-06 David Engster <dengste@eml.cc>
12770
12771 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12772 primary select method (for gnus-group-mark-article-as-read).
12773
12774 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
12775
12776 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12777 `(gnus)Face', not `(gnus)X-Face'.
12778
12779 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12780
12781 * mm-util.el (mm-ucs-to-char): New function.
12782
12783 * mm-url.el (mm-url-decode-entities): Use it.
12784
12785 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12786
12787 * message.el (message-fix-before-sending): Add `eight-bit' to
12788 illegible-text check.
12789
12790 2009-01-03 Michael Olson <mwolson@gnu.org>
12791
12792 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12793 `headers' is nil. This can occur if the IMAP server does not have
12794 permissions to read messages from a folder, but can write new messages
12795 to the folder.
12796 (nnimap-request-article-part): Do not insert `data' if it is nil.
12797
12798 2009-01-01 Dave Love <fx@gnu.org>
12799
12800 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12801
12802 * nnimap.el: Fix author email.
12803 (nnimap-split-rule): Add FIXME comment.
12804 (nnimap-debug): Fix doc string.
12805
12806 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
12807
12808 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12809 overlay-arrow-position and overlay-arrow-string buffer-local; no need
12810 to check if those variables exist (first appeared in Emacs 18.50).
12811
12812 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
12813
12814 * mm-util.el (mm-line-number-at-pos): New function.
12815
12816 * spam-report.el (spam-report-process-queue): Use it.
12817
12818 2008-12-24 David Engster <dengste@eml.cc>
12819
12820 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12821 parameters that haven't existed as variables as buffer-local variables.
12822
12823 2008-12-23 Dave Love <fx@gnu.org>
12824
12825 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12826 cadar.
12827
12828 * sieve-manage.el (sieve-manage-starttls-p): Rename from
12829 imap-starttls-p.
12830 (sieve-manage-starttls-open): Rename from imap-starttls-open.
12831
12832 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
12833
12834 * spam-report.el (spam-report-gmane-max-requests): New constant.
12835 (spam-report-gmane-wait): New variable.
12836 (spam-report-gmane-ham, spam-report-gmane-spam)
12837 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12838 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12839 the server.
12840
12841 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12842 Add explanations.
12843
12844 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12845 nnheader-accept-process-output and nnheader-read-timeout if available.
12846 (pop3-movemail): Use it.
12847
12848 * message.el (message-check-news-body-syntax): Fix signature check if
12849 there's an attachment.
12850
12851 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12852
12853 * mm-util.el: Add comments to the mm- emulating functions.
12854
12855 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
12856
12857 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12858 Reported by Stephen Berman <stephen.berman@gmx.net>.
12859
12860 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12861
12862 * mm-util.el (mm-substring-no-properties): New function.
12863 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12864 (mm-special-display-p): Enable those lambda forms to be byte compiled.
12865 (mm-string-to-multibyte): Doc fix.
12866
12867 * mml.el (mml-attach-file): Use mm-substring-no-properties.
12868
12869 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12870
12871 * mml.el (mml-attach-file): Strip text properties from file name.
12872 (Bug#1574)
12873
12874 2008-12-16 Glenn Morris <rgm@gnu.org>
12875
12876 * mm-util.el (mm-charset-override-alist): Declare for compiler.
12877
12878 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12879
12880 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12881 knows since the charset specified might be a bogus alias that
12882 mm-charset-synonym-alist provides.
12883
12884 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12885
12886 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12887 "ISO_8859-1".
12888
12889 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12890
12891 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12892
12893 * mm-util.el (mm-charset-eval-alist):
12894 Define it before mm-charset-to-coding-system.
12895 (mm-charset-to-coding-system): Add optional argument `silent';
12896 define it before mm-charset-override-alist.
12897 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12898 default value if it can be used in Emacs currently running;
12899 silence mm-charset-to-coding-system.
12900
12901 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12902
12903 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12904 `allow-override' which says whether to use `mm-charset-override-alist'.
12905 (rfc2047-decode-encoded-words): Use it.
12906
12907 * mm-util.el (mm-charset-override-alist): Fix custom type;
12908 add `(gb2312 . gbk)' to choices.
12909
12910 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12911
12912 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12913 fast.
12914
12915 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12916
12917 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
12918
12919 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12920 on links.
12921
12922 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12923
12924 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
12925
12926 * message.el (message-idna-to-ascii-rhs-1): Protect against local
12927 users' addresses that don't have domain parts.
12928 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12929 rather than message-narrow-to-head since there will be the message
12930 header separator.
12931
12932 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12933
12934 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12935 since the result is inserted in a unibyte buffer anyway.
12936 (nnimap-demule-use-string-to-multibyte): Remove.
12937 (nnimap-demule): Alias it to mm-string-to-multibyte.
12938
12939 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12940
12941 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12942 variable for debugging bug#464 and bug#1174.
12943 (nnimap-demule): Use it.
12944
12945 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12946
12947 * gnus-score.el (gnus-score-find-trace): Handle default score in total
12948 score calculation correctly.
12949
12950 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12951
12952 * message.el (message-send-mail): Just set the buffer to unibyte
12953 rather than use mm-with-unibyte-current-buffer which does a lot more.
12954 (message-send-mail-partially): Don't bother with
12955 mm-with-unibyte-current-buffer since it's already been made unibyte by
12956 message-send-mail.
12957
12958 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
12959
12960 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12961
12962 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
12963
12964 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12965
12966 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
12967
12968 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12969 require itself and to remove `with-no-warnings'.
12970
12971 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
12972
12973 * starttls.el (starttls-any-program-available): Get the name of the
12974 available TLS layer program.
12975 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12976 well as the host name in the "opening" message.
12977
12978 * auth-source.el (auth-source-cache, auth-source-do-cache)
12979 (auth-source-user-or-password): Cache passwords and logins by default,
12980 allow override with `auth-source-do-cache'.
12981 (auth-source-forget-user-or-password): Allow users to remove cache
12982 entries if needed.
12983
12984 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12985
12986 * ietf-drums.el (ietf-drums-remove-comments): Localize second
12987 condition-case to only the forward-sexp call.
12988
12989 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12990
12991 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12992 quotes contained. Make it more robust regardless by an extra
12993 condition-case wrapper.
12994
12995 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12996
12997 * nnml.el (nnml-request-expire-articles): Check if the function set to
12998 `nnmail-expiry-target' returns the symbol `delete'.
12999
13000 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13001
13002 * nnmail.el (nnmail-expiry-target): Fix custom type.
13003
13004 2008-10-02 Glenn Morris <rgm@gnu.org>
13005
13006 * mm-util.el (mm-codepage-setup): Tweak codepage error.
13007 Silence compiler warning.
13008
13009 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
13010
13011 * mml.el (mml-menu): Don't assume mml2015 is bound.
13012
13013 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
13014
13015 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13016 exists.
13017
13018 2008-09-27 Glenn Morris <rgm@gnu.org>
13019
13020 * gnus-util.el (mail-header-remove-comments): Autoload it.
13021
13022 2008-09-27 Andreas Schwab <schwab@suse.de>
13023
13024 * gnus-util.el (gnus-split-references): Strip comments.
13025 (gnus-parent-id): Likewise.
13026
13027 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
13028
13029 * message.el (message-confirm-send): Fix version.
13030
13031 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
13032
13033 * message.el (message-idna-to-ascii-rhs-1): Use
13034 mail-extract-address-components rather than mail-header-parse-addresses
13035 that is an alias by default to ietf-drums-parse-addresses that does not
13036 support non-ASCII names in headers' contents.
13037
13038 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13039
13040 * message.el (message-confirm-send): Fix variable documentation to
13041 avoid the "y/n" wording.
13042
13043 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
13044
13045 * message.el (message-set-auto-save-file-name): Save to a different
13046 filename so multiple messages (especially drafts) can be recovered.
13047
13048 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
13049
13050 * message.el (message-confirm-send): Add appropriate version.
13051
13052 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
13053
13054 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13055 defvar.
13056
13057 2008-09-22 Daiki Ueno <ueno@unixuser.org>
13058
13059 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13060 (mm-pkcs7-enveloped-magic): Ditto.
13061
13062 2008-09-17 Simon Josefsson <simon@josefsson.org>
13063
13064 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13065 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13066
13067 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
13068
13069 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13070 default, it's better.
13071
13072 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
13073
13074 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13075 summary line gnus-number property and ignore them (with a warning
13076 message).
13077
13078 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
13079
13080 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13081 macro caddr in the interactive form since it won't be expanded.
13082
13083 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13084
13085 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13086 `charset'; fix name of function called recursively.
13087 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13088
13089 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13090
13091 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13092 (gnus-mime-set-charset-parameters): New function.
13093 (gnus-mime-view-part-as-charset): Use it to correctly display part
13094 specifying wrong charset.
13095
13096 2008-09-08 David Engster <dengste@eml.cc>
13097
13098 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13099 in completing-read for back end server.
13100
13101 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
13102
13103 * message.el (message-confirm-send): New variable to confirm sending a
13104 message.
13105 (message-send): Use it.
13106
13107 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
13108
13109 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13110
13111 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
13112
13113 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13114
13115 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
13116
13117 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13118 prevent tracking too many groups.
13119 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13120 Use it.
13121
13122 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
13123
13124 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13125 moving point to the bottom of the window in order to avoid recentering.
13126
13127 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
13128
13129 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13130 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13131 (gnus-article-beginning-of-window): Fix calculation.
13132
13133 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
13134
13135 * gnus-msg.el (gnus-summary-supersede-article)
13136 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13137 value of gnus-newsgroup-charset to decode non-MIME encoded text in
13138 message header.
13139
13140 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13141
13142 * message.el:
13143 * gnus-start.el:
13144 * gnus-registry.el: Remove VMS support.
13145
13146 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
13147
13148 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13149 macro.
13150 (rfc2104-hash): Use it.
13151
13152 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
13153
13154 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13155 (gnus-summary-sort-by-most-recent-date): New commands.
13156 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13157 and menu entries.
13158
13159 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
13160
13161 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13162 don't redisplay article for raw contents; remove plural articles stuff.
13163
13164 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13165 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13166 on gnus-summary-save-article; display results properly.
13167
13168 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
13169
13170 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13171
13172 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
13173
13174 * gnus-art.el (gnus-summary-save-in-pipe):
13175 Consider gnus-save-all-headers.
13176
13177 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
13178
13179 * gnus-util.el (ns-focus-frame): Remove declaration.
13180 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
13181 like x.
13182
13183 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
13184
13185 * rfc2104.el (rfc2104-zero): Delete defconst.
13186 (rfc2104-hex-alist): Likewise.
13187 (rfc2104-hex-to-int): Delete func.
13188 (rfc2104-hexstring-to-bitstring): Likewise.
13189 (rfc2104-nybbles): New defconst.
13190 (rfc2104-hash): Rewrite for speed.
13191
13192 2008-07-16 Glenn Morris <rgm@gnu.org>
13193
13194 * gnus-util.el (ns-focus-frame): Declare for compiler.
13195
13196 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
13197
13198 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13199 set as a group parameter.
13200 (gnus-summary-save-in-pipe): Work when it is called independently.
13201 (gnus-summary-pipe-to-muttprint): Don't modify
13202 gnus-summary-pipe-output-default-command.
13203
13204 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
13205
13206 * message.el (message-send-mail-with-sendmail):
13207 Display the error message.
13208
13209 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
13210
13211 * gnus-art.el (gnus-default-article-saver):
13212 Add gnus-summary-save-in-pipe to choices.
13213 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13214 gnus-summary-pipe-output-default-command as the default command.
13215 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13216 instead of gnus-last-shell-command.
13217
13218 * gnus-sum.el (gnus-summary-pipe-output-default-command):
13219 New user option.
13220 (gnus-summary-muttprint-program): Mention the value will be changed.
13221 (gnus-summary-save-article): Force showing of all headers.
13222 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13223
13224 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
13225
13226 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13227
13228 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
13229
13230 * nnimap.el (nnimap-id):
13231 * sieve-manage.el (sieve-manage-open): Doc fixes.
13232
13233 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
13234
13235 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13236 if available.
13237
13238 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13239
13240 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13241
13242 * nnkiboze.el (nnkiboze-generate-group):
13243 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13244
13245 * nnmairix.el: Require CL.
13246
13247 2008-06-15 David Engster <dengste@eml.cc>
13248
13249 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13250
13251 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
13252
13253 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13254 New macros that expand to an `aset'/`aref' call under Emacs, and to a
13255 runtime choice under XEmacs.
13256
13257 * gnus-sum.el (gnus-summary-set-display-table):
13258 Use `gnus-put-display-table', `gnus-get-display-table',
13259 `gnus-set-display-table' for the display table, instead of `aset'.
13260
13261 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
13262
13263 * nnmairix.el: Add autoloads.
13264
13265 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
13266
13267 * nnmairix.el (nnmairix-delete-recreate-group)
13268 (nnmairix-update-and-clear-marks): Fix error messages.
13269
13270 2008-06-14 David Engster <dengste@eml.cc>
13271
13272 * nnmairix.el: Upgrade to version 0.6.
13273 (nnmairix-group-toggle-propmarks-this-group)
13274 (nnmairix-group-toggle-readmarks-this-group)
13275 (nnmairix-group-delete-recreate-this-group)
13276 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13277 (nnmairix-remove-tick-mark-original-article): New commands.
13278 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13279 (nnmairix-propagate-marks-to-nnmairix-groups)
13280 (nnmairix-only-use-registry, nnmairix-allowfast-default)
13281 (nnmairix-marks-cache, nnmairix-version-output): New variables.
13282 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13283 functions needed for marks propagation and manipulation of read marks.
13284 (nnmairix-update-groups): New function.
13285 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13286 (nnmairix-determine-original-group-from-registry)
13287 (nnmairix-determine-original-group-from-path)
13288 (nnmairix-get-group-from-file-path, nnmairix-map-range)
13289 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13290 New helper functions.
13291 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13292 keystrokes for new commands.
13293 (nnmairix-delete-and-create-on-change): Doc string cleanup.
13294 (nnmairix-request-group): Check allow-fast group parameter.
13295 (nnmairix-request-create-group): Set allow-fast group parameter if
13296 nnmairix-allowfast-default is set.
13297 (nnmairix-close-group): Propagate marks upon closing if needed.
13298 (nnmairix-group-toggle-threads-this-group): Use new.
13299 nnmairix-group-toggle-parameter helper function.
13300 (nnmairix-search): Better check for empty search result.
13301 (nnmairix-goto-original-article): Use new helper functions for
13302 determining original article.
13303 (nnmairix-show-original-article): Make sure message-id is in brackets.
13304 (nnmairix-call-mairix-binary): Change variable name.
13305 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13306 helper function.
13307 (nnmairix-widget-toggle-activate): Fix doc string.
13308
13309 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
13310
13311 * nnir.el: Require edmacro when compiling with XEmacs.
13312 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13313 available in Emacs 21.
13314
13315 2008-06-11 Glenn Morris <rgm@gnu.org>
13316
13317 * gnus-util.el (x-focus-frame):
13318 * gnus.el (image-size):
13319 * mm-decode.el (image-size): Declare.
13320
13321 * gnus-picon.el (declare-function): Add compat definition.
13322 (image-size): Declare.
13323
13324 * gnus-group.el (tool-bar-map):
13325 * gnus-sum.el (tool-bar-map): Define for compiler.
13326
13327 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13328
13329 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13330
13331 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13332 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13333 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13334 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13335 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13336 * sieve-manage.el, spam-report.el, spam.el:
13337 Remove unnecessary eval-and-compile of autoloads.
13338
13339 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
13340
13341 * auth-source.el: Precise Tramp doc.
13342
13343 2008-06-07 Glenn Morris <rgm@gnu.org>
13344
13345 * nnmairix.el: Remove unnecessary eval-when-compile.
13346
13347 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
13348
13349 * nnir.el: New file.
13350
13351 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13352
13353 * gnus-util.el (gnus-read-shell-command): New function.
13354 * mm-decode.el (mm-pipe-part):
13355 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13356
13357 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
13358
13359 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13360
13361 2008-06-03 Glenn Morris <rgm@gnu.org>
13362
13363 * pop3.el (nnheader-accept-process-output): Autoload it.
13364
13365 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13366
13367 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13368 are not 2-digit hexadecimal characters that follow `%'s.
13369
13370 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13371
13372 * message.el (message-bogus-recipient-p): Fix type in doc string.
13373 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13374 (message-bogus-addresses): Rename from message-bogus-address-regexp.
13375 Improve custom options.
13376 (message-bogus-recipient-p): Adjust accordingly.
13377
13378 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13379
13380 * nnmairix.el: Require edmacro when compiling with XEmacs.
13381
13382 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
13383
13384 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13385 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13386
13387 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
13388
13389 * auth-source.el: Add more docs.
13390
13391 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13392
13393 * nnheader.el (nnheader-read-timeout): Change the default timeout from
13394 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
13395 retrieval faster in some cases, but might make CPU usage larger.
13396 If this has any bad side effects, we might revert this change.
13397
13398 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13399 seems to make mail retrieval much, much faster.
13400 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13401 unconditionally.
13402
13403 * gnus-draft.el (gnus-group-send-queue):
13404 Bind message-send-mail-partially-limit to nil to avoid being prompted.
13405
13406 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13407
13408 * mml.el (mml-attach-buffer): Prompt for `disposition'.
13409
13410 * message.el (message-bogus-address-regexp): Fix and improve custom
13411 type.
13412 (message-setup-hook): Add message-check-recipients as custom option.
13413
13414 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
13415
13416 * message.el (message-cite-function): Remove bogus autoload which crept
13417 in during merge from v5-10.
13418
13419 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
13420
13421 * nnimap.el (nnimap-open-connection): Fix login/password bug.
13422
13423 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13424
13425 * auth-source.el: Preliminary Tramp docs.
13426 (auth-sources): Change the default auth-sources to use
13427 EPA .gpg files.
13428
13429 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
13430
13431 * nntp.el: Autoload `auth-source-user-or-password'.
13432 (nntp-send-authinfo): Use it.
13433
13434 * nnimap.el: Autoload `auth-source-user-or-password'.
13435 (nnimap-open-connection): Use it.
13436
13437 * auth-source.el: Add docs on using with url-auth. Import gnus-util
13438 for the gnus-message function.
13439 (auth-source-user-or-password): Use it.
13440
13441 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13442
13443 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13444 rfc2104-hexstring-to-byte-list. Return a unibyte string.
13445 (rfc2104-hash): Use it.
13446
13447 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
13448
13449 * gnus-art.el (gnus-article-toggle-truncate-lines):
13450 Don't use `iff' in docstring.
13451
13452 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
13453
13454 * gnus-registry.el: Adjusted copyright dates and added a keyword.
13455
13456 * gnus-util.el (gnus-extract-address-component-name)
13457 (gnus-extract-address-component-email): Convenience functions around
13458 `gnus-extract-address-components'.
13459
13460 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13461 Use `gnus-extract-address-component-email' to fix bug of comparing full
13462 sender name to `user-mail-address'.
13463
13464 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
13465
13466 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13467 catch/throw to optimize.
13468 (gnus-registry-find-keywords): Just use member to find a keyword.
13469
13470 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13471
13472 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13473 is current before calling gnus-server-prepare.
13474 (gnus-server-setup-buffer, gnus-server-update-server)
13475 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13476
13477 2008-05-04 Juri Linkov <juri@jurta.org>
13478
13479 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13480 (mailcap-file-default-commands): Use mailcap-replace-in-string
13481 instead of replace-regexp-in-string, and mailcap-delete-duplicates
13482 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
13483
13484 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
13485
13486 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13487
13488 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13489
13490 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13491 hooks.
13492 (gnus-update-read-articles): Speed up non-marks-using users.
13493 (gnus-use-marks): Define gnus-use-marks.
13494 (gnus-propagate-marks): Rename variable to something more sensible.
13495
13496 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
13497
13498 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13499 (gmm-image-load-path-for-library): Fix typos in docstrings.
13500 (gmm-message): Reflow docstring.
13501
13502 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
13503
13504 * mail-source.el (mail-source-set-1, mail-source-bind):
13505 Move auth-source code out of the macro to clean it up and fix bugs.
13506
13507 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
13508
13509 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13510 by sender if it's equal to user-mail-address, it's likely to be
13511 useless.
13512
13513 * mail-source.el (mail-source-bind): Don't use user or password if they
13514 are not bound. Unintern them if they are nil. Don't use server unless
13515 it's bound, and default it to empty string otherwise.
13516
13517 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
13518
13519 * mail-source.el: Load auth-source.el.
13520 (mail-source-bind): Add comments. Call auth-source-user-or-password to
13521 get user name or password, if auth-sources is set up.
13522
13523 * gnus-registry.el (gnus-registry-split-strategy): New variable for
13524 strategy of splitting with parent.
13525 (gnus-registry-split-fancy-with-parent)
13526 (gnus-registry-post-process-groups): Use it and fix prior
13527 bug (returning a list as the split result).
13528
13529 * auth-source.el (auth-sources): Remove server parameter.
13530 (auth-source-pick, auth-source-user-or-password)
13531 (auth-source-user-or-password-imap)
13532 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13533 (auth-source-user-or-password-sftp)
13534 (auth-source-user-or-password-smtp): Remove server parameter.
13535
13536 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
13537
13538 * smime.el (smime-sign-region, smime-encrypt-region)
13539 (smime-decrypt-region):
13540 Remove redundant calls to `generate-new-buffer-name'.
13541
13542 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
13543
13544 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13545 Don't use QP for message/rfc822.
13546 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13547
13548 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13549
13550 * sieve-manage.el (sieve-string-bytes): Remove.
13551 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13552 correct byte-length only if the process's coding-system is the same as
13553 the one used internally by Emacs to represent strings.
13554
13555 2008-04-22 Juri Linkov <juri@jurta.org>
13556
13557 * mailcap.el (mailcap-file-default-commands): New function.
13558
13559 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13560
13561 * message.el (message-signature-separator, message-cite-function):
13562 Change custom version.
13563
13564 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13565
13566 * mm-decode.el (mm-display-external): Make temp file read-only.
13567
13568 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13569
13570 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13571 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
13572 `C-c C-f d'.
13573
13574 2008-04-12 Adrian Aichner <adrian@xemacs.org>
13575
13576 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13577
13578 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
13579
13580 * auth-source.el: Add docs.
13581 (auth-sources): Modify format to support server.
13582 (auth-source-pick, auth-source-user-or-password)
13583 (auth-source-user-or-password-imap)
13584 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13585 (auth-source-user-or-password-sftp)
13586 (auth-source-user-or-password-smtp): Add server parameter.
13587
13588 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
13589
13590 * gnus-registry.el: Initialize the registry when gnus-registry-install
13591 is t.
13592
13593 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
13594
13595 * compface.el (uncompface): Make buffer unibyte.
13596
13597 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13598
13599 * mail-source.el (mail-source-value):
13600 Prefer fboundp to functionp so it works with macros as well.
13601
13602 2008-04-05 Glenn Morris <rgm@gnu.org>
13603
13604 * gnus-ems.el (mm-disable-multibyte): Autoload it.
13605
13606 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13607
13608 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13609 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13610
13611 * nnheader.el (nnheader-init-server-buffer): Change buffer's
13612 multibyteness after rather than before erasing it.
13613
13614 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13615 mm-with-multibyte.
13616 (gnus-request-article-this-buffer): Make sure the proper decoding is
13617 used if gnus-original-article-buffer happens to be unibyte.
13618
13619 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13620 default-enable-multibyte-characters.
13621
13622 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13623 default-enable-multibyte-characters.
13624
13625 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13626
13627 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13628
13629 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13630
13631 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13632 Fix last change in case the element is not even a symbol.
13633
13634 2008-04-02 Simon Josefsson <simon@josefsson.org>
13635
13636 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13637 imap-enable-exchange-bug-workaround.
13638 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13639
13640 2008-04-01 Simon Josefsson <simon@josefsson.org>
13641
13642 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13643 a 100 byte status-checks into a 2-3MB transfer for each group.
13644 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13645 to enable bug workaround or not.
13646 (nnimap-find-minmax-uid): Only enable workaround conditionally.
13647
13648 2008-03-31 Glenn Morris <rgm@gnu.org>
13649
13650 * message.el (mml2015-use): Declare for compiler.
13651 (message-info): Require mml2015 when appropriate.
13652
13653 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13654
13655 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13656 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13657 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13658 (nntp-service-to-port): New function.
13659 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13660 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13661 (nntp-open-netcat-stream): New function.
13662 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13663
13664 2008-03-29 Sven Joachim <svenjoac@gmx.de>
13665
13666 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13667
13668 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13669
13670 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13671
13672 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
13673
13674 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13675
13676 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13677
13678 * message.el (message-signature-separator): Change default.
13679 Improve custom type.
13680 (message-cite-function): Change default to
13681 message-cite-original-without-signature.
13682
13683 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13684 toggle.
13685
13686 * message.el (message-check-news-body-syntax): Fix signature check.
13687 (message-setup-1): Mark buffer as unmodified _after_ running
13688 message-setup-hook and handling message-alternative-emails.
13689 (message-shorten-references): Be more strict when building list of
13690 valid references to comply with GNKSA.
13691
13692 * gnus-group.el (gnus-read-ephemeral-bug-group)
13693 (gnus-read-ephemeral-debian-bug-group)
13694 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13695
13696 * message.el (message-info): Don't use booleanp which isn't supported
13697 in Emacs 21 and XEmacs.
13698
13699 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
13700
13701 * gnus-group.el (gnus-gmane-group-download-format): Rename from
13702 gnus-group-gmane-group-download-format.
13703 (gnus-group-read-ephemeral-gmane-group): Rename from
13704 gnus-group-read-ephemeral-gmane-group.
13705 (gnus-read-ephemeral-gmane-group-url): Rename from
13706 gnus-group-read-ephemeral-gmane-group-url.
13707 (gnus-bug-group-download-format-alist): New variable.
13708 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13709 (gnus-read-ephemeral-emacs-bug-group): New commands.
13710
13711 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13712
13713 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13714 (gnus-visible-headers): Improve custom type.
13715
13716 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13717
13718 * mml.el (mml-menu): Add workarounds for XEmacs.
13719
13720 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13721 X-Boundary header.
13722
13723 * message.el (message-simplify-recipients): Fix previous commit.
13724
13725 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13726
13727 * mm-util.el (mm-set-buffer-multibyte): New function.
13728 * mm-decode.el (mm-copy-to-buffer): Use it.
13729
13730 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13731 Prefer fboundp to functionp so it works with macros as well.
13732
13733 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
13734
13735 * message.el (message-alter-recipients-discard-bogus-full-name):
13736 New function.
13737 (message-alter-recipients-function): New variable.
13738 (message-get-reply-headers): Use it.
13739 (message-replace-header): New helper function.
13740 (message-recipients-without-full-name): New variable.
13741 (message-simplify-recipients): New command.
13742
13743 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13744
13745 * message.el (message-info): Handle EasyPG manual.
13746
13747 * mml.el (mml-menu): Add entry for EasyPG.
13748
13749 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
13750
13751 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13752 parameter.
13753
13754 * message.el (message-disassociate-draft): Specify drafts group name
13755 fully.
13756
13757 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
13758
13759 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13760 Eliminate unnecessary duplicates from the match list.
13761
13762 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13763
13764 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13765 args of `how-many' of which the XEmacs version doesn't take; declare
13766 Info-index-next as function.
13767
13768 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13769
13770 * gnus-score.el (gnus-score-headers): Fix handling of
13771 gnus-inhibit-slow-scoring.
13772
13773 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13774 string.
13775 (gnus-button-url-regexp): Improve handling of parenthesis.
13776 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13777 (gnus-button-handle-info-keystrokes): Handle index entries.
13778
13779 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
13780
13781 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13782 Incoming* files.
13783
13784 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13785
13786 * auth-source.el (auth-sources): Rename from auth-source-choices.
13787 (auth-source-pick): Use it.
13788
13789 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13790
13791 * auth-source.el (auth-source-protocols)
13792 (auth-source-protocols-customize, auth-source-choices): Add and
13793 modified variable customizations and defaults.
13794 (auth-source-pick, auth-source-user-or-password)
13795 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13796 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13797 (auth-source-user-or-password-sftp)
13798 (auth-source-user-or-password-smtp): Use new variables and provide an
13799 interface to netrc.el.
13800
13801 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
13802
13803 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13804 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13805 Make sure the nntp port to specify is a string.
13806
13807 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13808
13809 * nntp.el: Use with-current-buffer.
13810 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13811 dubious mm-with-unibyte-current-buffer.
13812 (nntp-with-open-group-function): New function extracted from
13813 nntp-with-open-group macro.
13814 (nntp-with-open-group): Use the function, so it's easier to debug.
13815 Add indentation and debugging info.
13816 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13817 Recommend the use of the netcat alternatives.
13818
13819 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13820 Avoid mm-string-as-multibyte as well.
13821
13822 * nnweb.el (nnweb-insert-html):
13823 Remove use of nnheader-string-as-multibyte.
13824
13825 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13826 (nnheader-string-as-multibyte): Remove.
13827
13828 * mm-view.el: Use inhibit-read-only.
13829 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13830 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13831 or unibyte-string.
13832
13833 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13834 (mm-uu-yenc-extract): Use with-current-buffer.
13835
13836 * gnus-soup.el (gnus-soup-send-packet): Don't use
13837 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13838
13839 * nnmh.el: Use with-current-buffer.
13840 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13841 mm-string-as-multibyte on the output of mm-encode-coding-string.
13842
13843 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13844 (nnimap-request-move-article): Use with-current-buffer.
13845
13846 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13847 inserting the handle-buffer's text, so the implicit multibyte->unibyte
13848 conversion uses string-make-unibyte rather than string-as-unibyte.
13849
13850 * gnus-msg.el: Use with-current-buffer.
13851
13852 * message.el (message-ignored-resent-headers): Add "Delivered-To".
13853
13854 2008-03-10 Daiki Ueno <ueno@unixuser.org>
13855
13856 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13857 string for caching if it is 'PIN.
13858
13859 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13860
13861 * mail-source.el (mail-source-delete-old-incoming-confirm):
13862 Change default to nil.
13863 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13864
13865 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
13866
13867 * gnus-art.el (gnus-narrow-to-page): Position point properly.
13868 (gnus-article-goto-prev-page): Work for articles having ^L's.
13869
13870 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13871
13872 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13873
13874 2008-03-07 Karl Fogel <kfogel@red-bean.com>
13875
13876 * gnus-bookmark.el: Adjust for renames in bookmark.el.
13877 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13878 (gnus-bookmark-jump): Adjust some variable names.
13879
13880 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
13881
13882 * auth-source.el: New package.
13883 (auth-source-choices): Add customization entry point variable.
13884
13885 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13886 bug.
13887
13888 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
13889
13890 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13891 (gnus-registry-initialize, gnus-registry-install-p): Use it.
13892 (gnus-registry-install-shortcuts): Rename from
13893 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
13894 the `gnus-registry-mark-map' keymap dynamically from
13895 `gnus-registry-marks'. The generated functions update the summary line
13896 when a registry mark is added or deleted, and will call
13897 `gnus-registry-install-p' (see the comments in the code).
13898 (gnus-registry-user-format-function-M): Use concat intelligently.
13899
13900 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13901 the registry mark functions.
13902
13903 2008-03-05 Glenn Morris <rgm@gnu.org>
13904
13905 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13906 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13907 gnus-art.
13908 (top-level): No need to load own source when compiling.
13909
13910 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13911
13912 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13913 Suggested by <chris.anderton@zetnet.co.uk>.
13914
13915 2008-03-04 Glenn Morris <rgm@gnu.org>
13916
13917 * gnus-sum.el (top-level): No need to require gnus when compiling,
13918 since unconditionally required near start of file.
13919 (gnus-summary-display-while-building): Move definition before use.
13920
13921 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
13922
13923 * gnus-registry.el (gnus-registry-user-format-function-M):
13924 Add formatting function.
13925
13926 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
13927
13928 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13929 with plists.
13930 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13931 Use new format.
13932
13933 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13934
13935 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13936 `where-is-internal' that returns a range of key sequences.
13937
13938 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13939
13940 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13941
13942 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13943 (gnus-summary-jump-to-group): Consider windows on other displayed
13944 frames as well. Similar changes might be needed elsewhere, but that's
13945 the one I've bumped into during my use.
13946
13947 * nndoc.el (nndoc-oe-dbx-type-p):
13948 * gnus-msg.el (gnus-debug):
13949 * gnus-group.el (gnus-update-group-mark-positions):
13950 Use mm-string-to-multibyte.
13951
13952 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13953
13954 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13955 doesn't handle NotDashEscaped.
13956
13957 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
13958 (mml-dnd-attach-options): Fix typo in custom choice.
13959
13960 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13961 Change nndoc-article-type to mbox.
13962 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13963
13964 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
13965 to nil, instead of html2text.
13966
13967 * imap.el (imap-debug): Add `imap-ping-server'.
13968
13969 * gnus-bookmark.el: Add FIXMEs.
13970
13971 * message.el (message-form-letter-separator)
13972 (message-send-form-letter-delay): New variables.
13973 (message-send-form-letter): Use them. New command to send form
13974 letters. Requested by Uwe Siart.
13975 (message-send-mail-function): Doc fix. Add "Other" custom option.
13976
13977 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
13978
13979 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13980 empty author.
13981
13982 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
13983
13984 * gnus-registry.el (gnus-registry-marks): Add variable for
13985 customization of marks and their appearance.
13986 (gnus-registry-read-mark): Use it.
13987 (gnus-registry-do-marks): Add utility function to loop through
13988 `gnus-registry-marks'.
13989 (gnus-registry-install-shortcuts-and-menus): Add function to install
13990 shortcuts and menus.
13991 (gnus-registry-initialize): Use it.
13992 (gnus-registry-default-mark): Clarify documentation.
13993
13994 2008-02-29 Glenn Morris <rgm@gnu.org>
13995
13996 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13997 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13998 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13999 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14000 Change defcustom :version from 23.0 to 23.1.
14001
14002 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
14003
14004 * gnus-registry.el (gnus-registry-follow-group-p)
14005 (gnus-registry-post-process-groups): Add functions to aid registry
14006 splitting and improve logging. Clarify behavior in function
14007 documentation.
14008 (gnus-registry-split-fancy-with-parent): Use them.
14009
14010 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
14011
14012 * gnus-art.el: Use with-current-buffer.
14013
14014 2008-02-27 David Engster <dengste@eml.cc>
14015
14016 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14017 Express real group name in the response.
14018
14019 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
14020
14021 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14022 (nnmairix-last-server, nnmairix-current-server): Defvar them.
14023 (nnmairix-goto-original-article): Defvar gnus-registry-install and
14024 autoload gnus-registry-fetch-group when compiling.
14025 (nnmairix-request-group-with-article-number-correction):
14026 Remove unreferenced argument passed to nnmairix-call-backend.
14027
14028 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
14029
14030 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14031 (mm-uu-extract): Improve face for low color ttys.
14032 Reported by Sascha Wilde.
14033
14034 2008-02-27 Glenn Morris <rgm@gnu.org>
14035
14036 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14037 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14038 variables to defconsts. Convert comments to doc-strings.
14039 (nnmairix-last-server, nnmairix-current-server): Convert from free
14040 variables to defvars. Convert comments to doc-strings.
14041 (gnus-registry-fetch-group): Autoload.
14042 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14043 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14044 (nnmairix-widget-build-editable-fields): Use car cddr rather than
14045 caddr.
14046 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14047 nnmairix-request-group-with-article-number-correction call.
14048 (nnmairix-fast, nnmairix-group): New, less general names, for free
14049 variables passed from nnmairix-request-group to
14050 nnmairix-request-group-with-article-number-correction. Declare.
14051 (nnmairix-request-group-with-article-number-correction):
14052 Use nnmairix-fast, nnmairix-group rather than fast, group.
14053
14054 2008-02-26 David Engster <dengste@eml.cc>
14055
14056 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
14057 version 0.5.
14058
14059 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
14060
14061 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14062 instead of making an extra function call. Don't add the current group
14063 to articles only when they have the group. Use
14064 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14065 Reported by David <de_bb@arcor.de>.
14066
14067 2008-02-24 Miles Bader <miles@gnu.org>
14068
14069 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14070 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14071 (mm-find-mime-charset-region):
14072 * mm-bodies.el (mm-encode-body):
14073 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14074
14075 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
14076
14077 * mail-source.el (mail-source-delete-incoming): Change default.
14078 Supplement doc string.
14079
14080 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14081
14082 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14083
14084 * nnmail.el (nnmail-message-id-cache-file): Derive from
14085 `gnus-home-directory'.
14086
14087 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
14088
14089 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14090 Document negative prefix.
14091
14092 * gnus-group.el (gnus-group-read-group): Document negative prefix.
14093
14094 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14095
14096 * message.el (message-unsent-separator): Add the Exim bounce
14097 separator.
14098
14099 2008-02-10 Daiki Ueno <ueno@unixuser.org>
14100
14101 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14102 list.
14103 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14104 recipient/signer list.
14105
14106 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
14107
14108 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14109 fbound (Emacs 23 unicode), signal an error.
14110
14111 2008-02-08 Glenn Morris <rgm@gnu.org>
14112
14113 * gnus-art.el (pgg-display-output-buffer): Declare as function.
14114
14115 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
14116
14117 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14118 ports to the calls to `netrc-machine-user-or-password' in addition to
14119 "imap" and "imaps".
14120
14121 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
14122
14123 * gnus.el (gnus-group-startup-message): Add `find-image' call before
14124 image-load-path is let-bound. Reported by Harald Hanche-Olsen
14125 <hanche@math.ntnu.no>.
14126
14127 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
14128
14129 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14130
14131 2008-02-01 Zhang Wei <id.brep@gmail.com>
14132
14133 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14134
14135 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14136
14137 2008-02-01 Miles Bader <miles@gnu.org>
14138
14139 * mml.el (mml-parse-1): Remove apparently vestigial use of
14140 `mm-hack-charsets'.
14141 * mm-bodies.el (mm-encode-body): Likewise.
14142
14143 2008-02-01 Kenichi Handa <handa@m17n.org>
14144
14145 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14146 rfc2104-hexstring-to-bitstring and changed to return a byte list.
14147 (rfc2104-hash): Convert the result of concat to unibyte string.
14148
14149 2008-02-01 Dave Love <fx@gnu.org>
14150
14151 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14152 coding-system-for-read.
14153 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14154
14155 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14156 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
14157 (mm-find-mime-charset-region): Remove hack-charsets stuff.
14158
14159 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
14160
14161 * mail-source.el (mail-sources): Add `group' choice.
14162
14163 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14164 parameter `in-group' to control into which group the articles go.
14165 Add treatment of `group' mail-source.
14166
14167 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
14168
14169 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14170 * message.el (message-beginning-of-line): Use featurep instead of bound
14171 tests in order to resolve conditionals at compile time.
14172
14173 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14174
14175 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14176
14177 * mm-decode.el (mm-dissect-buffer): Decode description.
14178
14179 * mml.el (mml-to-mime): Encode message header first.
14180
14181 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
14182
14183 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14184 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14185
14186 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
14187
14188 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14189
14190 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14191
14192 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14193 prefix keys.
14194 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14195 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14196 gnus-xmas.el.
14197
14198 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
14199
14200 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14201 Add new variables for article mark management.
14202 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14203 list of extra data entries which, when present, will indicate that the
14204 article ID should not be trimmed from the registry.
14205 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14206 functions.
14207 (gnus-registry-read-mark): New function to read a mark name from the
14208 user.
14209 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14210 (gnus-registry-set-article-mark-internal): New functions to add and
14211 remove marks.
14212 (gnus-registry-get-article-marks): New function to show the marks for
14213 an article, or retrieve them for further use.
14214
14215 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
14216
14217 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14218 keys when no argument is given.
14219
14220 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14221
14222 * gnus-sum.el (gnus-article-sort-by-random)
14223 (gnus-thread-sort-by-random): Fix doc strings.
14224 Reported by jidanni@jidanni.org.
14225
14226 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
14227
14228 * gnus-art.el (gnus-article-describe-bindings): New function.
14229 (gnus-article-read-summary-keys): Use it.
14230 (gnus-article-mode-map): Bind `C-h b' to it.
14231
14232 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
14233
14234 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14235 XEmacs.
14236 (gnus-article-describe-key, gnus-article-describe-key-briefly):
14237 Protect against non-character events.
14238
14239 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
14240
14241 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14242 New command.
14243 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14244 instead of END. Change name of the temp file.
14245 (gnus-group-gmane-group-download-format): Add doc string. Make it
14246 customizable.
14247
14248 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
14249
14250 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14251 bind `S W' to gnus-article-wide-reply-with-original; set default
14252 binding to gnus-article-read-summary-send-keys.
14253 (gnus-article-read-summary-keys): Fix the order of keys; display
14254 continuation keys correctly in the echo area; describe bindings
14255 correctly when keys end with `C-h'.
14256 (gnus-article-read-summary-send-keys): New function.
14257 (gnus-article-describe-key, gnus-article-describe-key-briefly):
14258 Work for gnus-article-read-summary-send-keys; display continuation keys
14259 correctly in the echo area.
14260 (gnus-article-reply-with-original): Ignore prefix argument.
14261 (gnus-article-wide-reply-with-original): New function.
14262
14263 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
14264
14265 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14266 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14267
14268 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
14269
14270 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14271 (gnus-group-read-ephemeral-gmane-group): New command.
14272
14273 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14274
14275 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14276
14277 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
14278
14279 * message.el (message-send-mail-function): Increase custom version.
14280
14281 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14282 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
14283
14284 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
14285
14286 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14287 html parts correctly; support forwarded messages.
14288 (gnus-article-browse-html-article): Remove work buffers.
14289
14290 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14291 compiling.
14292 (netrc-bound-and-true-p): New macro.
14293 (netrc-parse): Use it instead of bound-and-true-p that is not available
14294 in XEmacs 21.4.
14295
14296 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
14297
14298 * gnus-registry.el (gnus-registry-mark-article)
14299 (gnus-registry-article-marks): Add functionality to mark articles
14300 through the Gnus registry.
14301
14302 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14303 (netrc-parse): Use encrypt-file-alist to determine if
14304 encrypt-find-model or encrypt-insert-file-contents should be used.
14305
14306 2007-12-19 Glenn Morris <rgm@gnu.org>
14307
14308 * mml.el (message-options-set, message-narrow-to-head)
14309 (message-in-body-p, message-mail-p, message-encode-message-body):
14310 Autoload.
14311 (message-remove-header, message-narrow-to-headers-or-head)
14312 (message-subscribed-p, message-make-mail-followup-to)
14313 (message-position-on-field, message-news-p)
14314 (message-options-set-recipient, message-generate-headers)
14315 (message-sort-headers): Declare as functions.
14316
14317 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
14318
14319 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14320 convention in doc string.
14321
14322 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14323
14324 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14325 title to html parts.
14326 (gnus-article-browse-html-article): Pass message header to it.
14327
14328 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14329
14330 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
14331
14332 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14333 or password compatible with XEmacs.
14334
14335 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
14336
14337 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14338 format document.
14339 (gnus-mime-delete-part): Don't write description line if empty.
14340 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14341
14342 2007-12-14 Johan Bockgård <bojohan@gnu.org>
14343
14344 * gnus-sum.el (gnus-summary-mark-unread-as-read)
14345 (gnus-summary-mark-read-and-unread-as-read)
14346 (gnus-summary-mark-current-read-and-unread-as-read)
14347 (gnus-summary-mark-unread-as-ticked): Doc fix.
14348 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14349
14350 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14351
14352 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14353 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14354
14355 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14356
14357 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14358 yes-or-no-p.
14359
14360 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
14361
14362 * mm-decode.el (mm-add-meta-html-tag): New function.
14363 (mm-save-part-to-file, mm-pipe-part): Use it.
14364
14365 * gnus-art.el (gnus-article-browse-delete-temp-files):
14366 Use gnus-y-or-n-p instead of y-or-n-p.
14367 (gnus-article-browse-html-parts): Work with message/external-body; use
14368 mm-add-meta-html-tag.
14369
14370 2007-12-11 Glenn Morris <rgm@gnu.org>
14371
14372 * gnus-cache.el: Require gnus-sum not just when compiling.
14373
14374 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14375
14376 * gnus-int.el (gnus-server-opened, gnus-status-message):
14377 Move definitions before use.
14378
14379 * mm-decode.el: Require gnus-util.
14380 (mm-remove-part): Only call delete-annotation on XEmacs.
14381
14382 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14383
14384 * nnmail.el: Require gnus-int.
14385
14386 * spam.el: Move `require's before `eval-when-compile's.
14387
14388 * gnus-ems.el (gnus-alive-p):
14389 * gnus-fun.el (message-goto-eoh):
14390 * gnus-util.el (gnus-group-name-decode):
14391 * mail-source.el (gnus-compress-sequence):
14392 * message.el (Info-goto-node, format-spec):
14393 * mm-bodies.el (message-options-get):
14394 * mm-decode.el (mm-view-pkcs7):
14395 * mm-util.el (gmm-write-region):
14396 * mml-smime.el (mml-compute-boundary)
14397 (gnus-completing-read-with-default):
14398 * mml.el (widget-button-press, gnus-make-hashtable):
14399 * mml1991.el (mm-decode-content-transfer-encoding)
14400 (mm-encode-content-transfer-encoding)
14401 (message-options-get, message-options-set):
14402 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14403 * nnfolder.el (gnus-request-group):
14404 * nnheader.el (ietf-drums-unfold-fws):
14405 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14406 * smime.el (gnus-run-mode-hooks):
14407 * spam-stat.el (gnus-message): Autoload.
14408
14409 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14410 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14411 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14412 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14413 Add declare-function compatibility definition.
14414
14415 * gnus-cache.el (nnvirtual-find-group-art):
14416 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14417 (gnus-add-image, gnus-add-wash-type):
14418 * gnus-group.el (nnkiboze-score-file):
14419 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14420 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14421 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14422 (message-tokenize-header, gnus-get-buffer-create)
14423 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14424 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14425 * gnus.el (gnus-group-decoded-name):
14426 * mail-source.el (imap-capability):
14427 * mm-bodies.el (message-options-set):
14428 * mm-decode.el (gnus-configure-windows):
14429 * mm-extern.el (message-goto-body):
14430 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14431 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14432 (epg-sub-key-validity, message-options-set):
14433 * mml.el (widget-event-point, gnus-configure-windows):
14434 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14435 * mml2015.el (epg-check-configuration, epg-configuration)
14436 (message-options-set):
14437 * nndb.el (nndb-request-article):
14438 * nnfolder.el (gnus-request-create-group):
14439 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14440 * nnmaildir.el (gnus-group-mark-article-read):
14441 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14442 * rfc1843.el (message-fetch-field):
14443 * spam.el (gnus-extract-address-components):
14444 Declare as functions.
14445
14446 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
14447
14448 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14449
14450 2007-12-09 Glenn Morris <rgm@gnu.org>
14451
14452 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14453
14454 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14455 * message.el, mm-view.el, sieve-manage.el, smime.el:
14456 Add declare-function compatibility definition.
14457
14458 * gnus-art.el (w3-region, w3m-region, Info-menu):
14459 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14460 * gnus-sum.el (gnus-get-predicate):
14461 * gnus-util.el (mm-append-to-file, w32-focus-frame):
14462 * message.el (mail-abbrev-in-expansion-header-p):
14463 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14464 (w3m-detect-meta-charset, w3m-region):
14465 * sieve-manage.el (password-read, password-cache-add)
14466 (password-cache-remove):
14467 * smime.el (password-read-and-add): Declare as functions.
14468
14469 2007-12-08 David Kastrup <dak@gnu.org>
14470
14471 * gnus-sum.el (gnus-summary-simplify-subject-query):
14472 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14473 `message'.
14474
14475 2007-12-07 Glenn Morris <rgm@gnu.org>
14476
14477 * gnus-art.el (article-make-date-line): Revert previous change.
14478
14479 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14480
14481 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14482
14483 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
14484
14485 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14486 Call gnus-add-to-range ranges only once with a prepared article-list.
14487
14488 2007-12-06 Paul Jarc <prj@po.cwru.edu>
14489
14490 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14491 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14492 group names with backslashes.
14493 Reported by Tassilo Horn <tassilo@member.fsf.org>.
14494
14495 2007-12-06 Deepak Goel <deego3@gmail.com>
14496
14497 * gnus-art.el (article-make-date-line):
14498 * gnus-start.el (gnus-load):
14499 * pop3.el (pop3-read-response): Fix buggy call to `error'.
14500
14501 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14502
14503 * gnus-art.el (gnus-use-idna):
14504 * gnus-start.el (gnus-site-init-file):
14505 * message.el (message-use-idna):
14506 * mm-uu.el (mm-uu-hide-markers):
14507 * smiley.el (smiley-style): Revert changes that suppress warnings.
14508
14509 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14510
14511 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14512 specify charset to html source.
14513 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14514
14515 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14516
14517 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14518 idna-program in order to suppress byte compile warning issued by XEmacs
14519 that came to byte compile the default value section of defcustom forms
14520 recently.
14521
14522 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14523 value of installation-directory.
14524
14525 * message.el (message-use-idna): Don't directly refer to the value of
14526 idna-program.
14527
14528 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14529
14530 * smiley.el (smiley-style): Don't directly call face-attribute.
14531
14532 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
14533
14534 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14535
14536 * gnus-dired.el: Reduce Gnus dependencies.
14537 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14538 Don't require. Use autoloads instead.
14539 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14540 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14541 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14542 (gnus-dired-mode): Adjust doc string.
14543 (gnus-dired-mail-mode): New variable.
14544 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14545 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14546 (gnus-dired-mail-buffers): New function. Return mail or message
14547 composition buffers.
14548 (gnus-dired-attach): Use it.
14549 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14550 NO-DECODE.
14551 (gnus-dired-print): Use `gnus-print-buffer' depending on
14552 `gnus-dired-mail-mode'.
14553
14554 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
14555
14556 * rfc2047.el (rfc2047-encoded-word-regexp)
14557 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14558 explaining what regexp patterns are for.
14559
14560 2007-12-04 Glenn Morris <rgm@gnu.org>
14561
14562 * password.el: Move to ../password-cache.el.
14563
14564 * mml1991.el (password-read, password-cache-add, password-cache-remove):
14565 * mml2015.el (password-read, password-cache-add, password-cache-remove):
14566 * mml-smime.el (password-read, password-cache-add)
14567 (password-cache-remove):
14568 No need to autoload, since mml-sec requires password.
14569
14570 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14571 * message.el (gnus-extract-address-components):
14572 * mml-smime.el (gnus-extract-address-components): Define for compiler.
14573
14574 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14575 password.
14576
14577 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14578
14579 * mailcap.el: Reduce dependencies.
14580 (mail-header-parse-content-type): Autoload.
14581 (mailcap-delete-duplicates): New alias.
14582 (mailcap-mime-info): Add optional argument NO-DECODE.
14583 (mailcap-mime-types): Use mailcap-delete-duplicates.
14584
14585 * message.el (message-ignored-supersedes-headers): Add "X-ID".
14586
14587 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14588
14589 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14590 function.
14591
14592 * gnus-uu.el (gnus-uu-decode-yenc): New command.
14593 (gnus-uu-yenc-article): New function.
14594
14595 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14596
14597 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14598
14599 2007-12-02 Glenn Morris <rgm@gnu.org>
14600
14601 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
14602 Move to ../net.
14603
14604 * binhex.el, uudecode.el: Move to ../mail.
14605
14606 * encrypt.el: Remove file.
14607
14608 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
14609
14610 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14611 matches on patches.
14612
14613 * gnus-art.el (gnus-article-browse-html-article):
14614 Mention `mm-text-html-renderer' in the doc string.
14615
14616 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14617 string. Add comments.
14618
14619 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14620 if rhs is ASCII.
14621
14622 2007-12-01 Glenn Morris <rgm@gnu.org>
14623
14624 * dig.el, dns.el: Move to ../net.
14625 * format-spec.el, hex-util.el, sha1.el: Move to ../.
14626
14627 * mail-source.el (top-level): Require format-spec before
14628 eval-when-compile.
14629
14630 2007-11-30 Glenn Morris <rgm@gnu.org>
14631
14632 * encrypt.el: Require password, rather than autoloading password-read.
14633
14634 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
14635
14636 * gnus.el (gnus-method-to-server): Add an optional parameter so the
14637 caller can indicate whether the cache should be disregarded for this
14638 call. This way the result of the call is reproducible at all times and
14639 can be considered a canonical server name for the supplied method.
14640 (gnus-agent-method-p): Canonicalize server names by pushing their
14641 method through `gnus-method-to-server' using the no-cache argument.
14642
14643 * gnus-srvr.el (gnus-server-insert-server-line):
14644 Call `gnus-method-to-server' with `no-cache' argument.
14645
14646 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14647 gnus-agent-possibly-synchronize-flags as this should be called when the
14648 server is actually being opened.
14649 (gnus-agent-possibly-synchronize-flags)
14650 (gnus-agent-possibly-synchronize-flags-server): Move check for the
14651 flags file of an agentized server to the latter function.
14652
14653 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14654 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14655 after a connection has been established successfully.
14656
14657 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
14658
14659 * gnus-art.el (article-display-face): Force to display face if called
14660 interactively; check if gnus-article-x-face-too-ugly matches author.
14661 (article-display-x-face): Display face even if From header is missing
14662 as article-display-face does.
14663
14664 2007-11-28 Richard Stallman <rms@gnu.org>
14665
14666 * md4.el: Move to ../.
14667 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
14668
14669 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
14670
14671 * mail-source.el (mail-sources): Default to fetch from file for
14672 compatibility with default of nnmail-spool-file.
14673
14674 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
14675
14676 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14677 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14678 to look for encoded word that should be encoded again.
14679 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14680 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14681 encoding pattern.
14682 (rfc2047-decode-region): Switch strict regexp and loose one according
14683 to rfc2047-allow-irregular-q-encoded-words.
14684
14685 2007-11-26 Simon Josefsson <simon@josefsson.org>
14686
14687 * imap.el: Move to ../net directory.
14688
14689 2007-11-25 Romain Francoise <romain@orebokech.com>
14690
14691 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14692
14693 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14694
14695 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14696 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14697
14698 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14699 `nnmail-spool-file'.
14700
14701 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14702 `nnmail-spool-file'.
14703
14704 * gnus-move.el (gnus-change-server): Ditto.
14705
14706 * gnus-kill.el (gnus-batch-score): Ditto.
14707
14708 * gnus-cache.el (gnus-jog-cache): Ditto.
14709
14710 * gnus-msg.el (gnus-summary-reply):
14711 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14712
14713 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14714
14715 * gnus-cache.el (gnus-cache-generate-nov-databases):
14716 Use nnml-generate-nov-databases-directory instead of
14717 nnml-generate-nov-databases-1.
14718
14719 2007-11-24 Glenn Morris <rgm@gnu.org>
14720
14721 * message.el (message-tool-bar-retro): Update for rename
14722 mail_send.xpm->mail-send.xpm.
14723
14724 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14725
14726 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14727 `smime-ldap-search' for Emacs 22 and up.
14728
14729 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14730
14731 * hashcash.el: Move to ../mail directory.
14732
14733 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
14734
14735 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14736 `smime-ldap-search' for Emacs 22 and up.
14737
14738 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14739
14740 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14741
14742 * message.el (message-send-mail-function): Fix error convention.
14743 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14744 (message-widen-reply, message-send-mail, message-talkative-question)
14745 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14746 (message-clone-locals, message-send-news): Use with-current-buffer.
14747 (message-insert-or-toggle-importance): Remove unused var `valid'.
14748 (message-make-references): Remove unused var `new-references'.
14749 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14750
14751 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
14752
14753 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14754 (spam-split-symbolic-return-positive): Reflow docstring.
14755 (spam-backends, spam-summary-exit-behavior)
14756 (spam-mark-ham-unread-before-move-from-spam-group)
14757 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14758 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14759 (spam-clear-cache, spam-backend-check, spam-install-backend)
14760 (spam-install-statistical-backend, spam-list-of-processors)
14761 (spam-group-processor-p, spam-split, spam-bogofilter-score)
14762 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14763 (spam-check-crm114, spam-initialize, spam-unload-hook):
14764 Fix typos in docstrings.
14765
14766 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14767
14768 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14769 been checked if they have never been read and those group levels are
14770 higher than the one that a user specified.
14771
14772 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14773
14774 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14775 foreign groups unless a group level is specified by a user.
14776 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14777
14778 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
14779
14780 * message.el (message-send-mail-function): Require sendmail.
14781
14782 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
14783
14784 * message.el (message-send-mail-function): Check for smtpmail too.
14785
14786 * utf7.el (utf7-encode, utf7-decode): Use coding system
14787 `utf-7'/`utf-7-imap' from utf-7.el' if available.
14788
14789 * message.el (message-send-mail-function): New function.
14790 (message-send-mail-function): Set default using
14791 message-send-mail-function. Adjust doc string.
14792 (message-send-mail-with-mailclient): New function.
14793
14794 2007-11-17 Richard Stallman <rms@gnu.org>
14795
14796 * assistant.el: Remove file.
14797
14798 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14799
14800 * smime.el (from):
14801 * rfc2047.el (message-posting-charset):
14802 * qp.el (mm-use-ultra-safe-encoding):
14803 * pop3.el (parse-time-months):
14804 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14805 * nnml.el (files):
14806 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14807 (jka-compr-compression-info-list, ange-ftp-path-format)
14808 (efs-path-regexp):
14809 * nndiary.el (files):
14810 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14811 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14812 (epg-digest-algorithm-alist, inhibit-redisplay)
14813 (password-cache-expiry):
14814 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14815 (pgg-output-buffer, password-cache-expiry):
14816 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14817 (efs-path-regexp):
14818 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14819 (inhibit-redisplay):
14820 * mm-uu.el (file-name, start-point, end-point, entry)
14821 (gnus-newsgroup-name, gnus-newsgroup-charset):
14822 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14823 (latin-unity-ucs-list):
14824 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14825 (mm-uu-binhex-decode-function):
14826 * message.el (gnus-message-group-art, gnus-list-identifiers)
14827 (rmail-enable-mime-composing, gnus-local-organization)
14828 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14829 (gnus-read-active-file, facemenu-add-face-function)
14830 (facemenu-remove-face-function, gnus-article-decoded-p)
14831 (tool-bar-mode):
14832 * mail-source.el (display-time-mail-function):
14833 * gnus-util.el (nnmail-pathname-coding-system)
14834 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14835 (gnus-original-article-buffer, gnus-user-agent)
14836 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14837 (xemacs-codename, sxemacs-codename, emacs-program-version):
14838 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14839 * gnus-start.el (gnus-agent-covered-methods)
14840 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14841 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14842 (gnus-newsgroup-headers, gnus-group-list-mode)
14843 (gnus-group-mark-positions, gnus-newsgroup-data)
14844 (gnus-newsgroup-unreads, nnoo-state-alist)
14845 (gnus-current-select-method, mail-sources)
14846 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14847 (nnmail-spool-file, gnus-cache-active-hashtb):
14848 * gnus-mh.el (mh-lib-progs):
14849 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14850 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14851 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14852 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14853 (gnus-group-buffer):
14854 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14855 (font-lock-set-defaults):
14856 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14857 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14858 (gnus-summary-post-menu, total-parts, type, condition, length):
14859 * gnus-agent.el (gnus-agent-read-agentview):
14860 * flow-fill.el (show-trailing-whitespace):
14861 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14862 eval-and-compile wrappers for byte compiler pacifiers.
14863
14864 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14865 (mm-display-inline-fontify): Check for featurep 'xemacs not
14866 extent-list.
14867
14868 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14869 itimer-list.
14870 (mm-create-image-xemacs): Only do something for XEmacs.
14871 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14872
14873 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14874
14875 * gnus-registry.el (gnus-adaptive-word-syntax-table):
14876 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14877
14878 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
14879
14880 * nnimap.el (nnimap-split-download-body):
14881 * gnus-demon.el (gnus-demon):
14882 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14883
14884 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
14885
14886 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14887 New macros.
14888 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14889 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14890 copy data from unibyte buffer to multibyte current buffer.
14891 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14892 to copy data from unibyte current buffer to multibyte buffer.
14893 (nntp-make-process-buffer): Make process buffer unibyte.
14894
14895 * pop3.el (pop3-open-server): Fix typo in Lisp code.
14896
14897 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
14898
14899 * pop3.el (pop3-open-server): Accept and process data more robustly at
14900 connection start to avoid spurious "POP SSL connection failed" errors.
14901
14902 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14903
14904 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14905 read group names.
14906
14907 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
14908
14909 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14910
14911 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
14912
14913 * nnmail.el (nnmail-parse-active): Make group names unibyte.
14914 (nnmail-save-active): Use a unibyte buffer when saving active file,
14915 which may contain non-ASCII group names.
14916
14917 * nnml.el (nnml-request-group): Decode group names in messages.
14918
14919 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
14920
14921 * message.el (message-citation-line-function)
14922 (message-insert-formatted-citation-line): Fix spelling of
14923 `message-insert-formated-citation-line'.
14924
14925 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
14926
14927 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14928
14929 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
14930
14931 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14932 nnmail-pathname-coding-system.
14933
14934 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14935 that a user enters; decode group names in messages.
14936
14937 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14938
14939 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14940
14941 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14942
14943 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14944
14945 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14946 risky local variable.
14947
14948 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14949
14950 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
14951
14952 * encrypt.el: Improve documentation to fix function name typo.
14953 Reported by Daiki Ueno <ueno@unixuser.org>.
14954
14955 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14956
14957 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14958 even if the point is not in the last page of an article.
14959 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14960 back to the previous page.
14961
14962 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
14963
14964 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14965
14966 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14967
14968 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14969
14970 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
14971
14972 * message.el (message-check-news-body-syntax):
14973 Avoid mm-string-as-multibyte.
14974 (message-hide-headers): Don't assume (point-min)==1.
14975
14976 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14977
14978 * message.el (message-remove-blank-cited-lines): Fix if remove is
14979 given.
14980 (message-bogus-address-regexp): New variable.
14981 (message-bogus-recipient-p): New function.
14982 (message-check-recipients): New command.
14983 (message-syntax-checks): Add `bogus-recipient'.
14984 (message-fix-before-sending): Add `bogus-recipient'.
14985
14986 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14987 (gnus-treat-body-boundary): Don't test window-system.
14988
14989 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
14990
14991 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14992
14993 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14994
14995 * gnus.el: Bump version to Gnus v5.13.
14996
14997 2007-10-28 Miles Bader <miles@gnu.org>
14998
14999 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15000 at compile-time too.
15001
15002 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
15003
15004 * gnus-msg.el (gnus-message-setup-hook):
15005 Add `message-remove-blank-cited-lines' to options.
15006
15007 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15008
15009 * message.el (message-remove-blank-cited-lines): New function.
15010 Suggested by Karl Plästerer.
15011
15012 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
15013
15014 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15015 mapc.
15016
15017 * imap.el (imap-open): Replace mapcar called for effect with mapc.
15018 (top-level): Use mapc to set functions to be traced for debugging.
15019
15020 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15021 called for effect with while loop.
15022
15023 * message.el (message-talkative-question): Replace mapcar called for
15024 effect with mapc.
15025
15026 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15027 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15028 called for effect with dolist.
15029
15030 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15031
15032 * nndiary.el: Use dolist instead of mapcar to add diary headers to
15033 gnus-extra-headers and nnmail-extra-headers.
15034
15035 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15036 called for effect with dolist.
15037 (top-level): Use mapc to set functions to be traced for debugging.
15038
15039 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15040 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15041 dolist.
15042
15043 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15044 Replace mapcar called for effect with mapc.
15045 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15046 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15047 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15048 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15049
15050 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15051 remove-if that's a cl function.
15052
15053 * webmail.el (webmail-debug): Replace mapcar called for effect with
15054 dolist.
15055
15056 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
15057
15058 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15059 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15060 with while loop.
15061
15062 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15063 functions from article-* functions.
15064 (gnus-multi-decode-header): Replace mapcar called for effect with
15065 dolist.
15066
15067 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15068 (gnus-bookmark-show-details): Replace mapcar called for effect with
15069 while loop.
15070
15071 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15072 called for effect with while loop.
15073
15074 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15075 with dolist.
15076
15077 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15078 Replace mapcar called for effect with dolist.
15079
15080 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15081
15082 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15083 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15084 Replace mapcar called for effect with dolist.
15085 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15086 mapc.
15087
15088 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15089 Replace mapcar called for effect with dolist.
15090 (gnus-topic-list): Replace mapcar called for effect with mapc.
15091
15092 * gnus.el: Use mapc instead of mapcar to add autoloads.
15093
15094 2007-10-23 Richard Stallman <rms@gnu.org>
15095
15096 * gnus-group.el (gnus-group-highlight): Mark as risky.
15097
15098 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
15099
15100 * gnus.el (gnus-server-to-method): Return method found first in
15101 gnus-newsrc-alist.
15102
15103 * gnus-art.el (gnus-article-highlight-signature)
15104 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15105 button overlay without the front stickiness.
15106
15107 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
15108
15109 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15110 overview buffer needed a catch to receive its throw.
15111 (gnus-agent-flush-cache): Declare as interactive to make this function
15112 easier to use.
15113
15114 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
15115
15116 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15117 `next-line'.
15118
15119 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
15120
15121 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15122 exclude address matching message-dont-reply-to-names.
15123
15124 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
15125
15126 * gnus-util.el (gnus-string<): New function.
15127
15128 * gnus-sum.el (gnus-article-sort-by-author)
15129 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15130
15131 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
15132
15133 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15134 the frame-focus tag is set in gnus-buffer-configuration.
15135
15136 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
15137
15138 * gnus-art.el (gnus-article-add-button): Make a button overlay without
15139 the front stickiness.
15140
15141 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
15142
15143 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15144 url pattern; remove duplicate one.
15145 (gnus-article-extend-url-button): New function.
15146 (gnus-article-add-buttons): Use it.
15147 (gnus-button-push): Use concatenated url that it makes.
15148
15149 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
15150
15151 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15152 (sieve-manage-open): Use `mapc' instead of `mapcar'.
15153
15154 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15155
15156 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15157 Don't hardcode point-min==1.
15158
15159 2007-09-30 David Kastrup <dak@gnu.org>
15160
15161 * gnus-art.el (gnus-article-reply-with-original)
15162 (gnus-article-followup-with-original): When `transient-mark-mode' is
15163 off, refrain from active-region behavior for followups.
15164
15165 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
15166
15167 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15168 Fix comment about "iso8859-1".
15169
15170 2007-10-08 Daiki Ueno <ueno@unixuser.org>
15171
15172 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15173 ones returned from the verify-function.
15174
15175 * mm-uu.el (mm-uu-pgp-signed-extract-1):
15176 Call mml2015-extract-cleartext-signature if extraction failed.
15177
15178 2007-10-07 Daiki Ueno <ueno@unixuser.org>
15179
15180 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15181 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15182 failed.
15183
15184 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15185
15186 * Relicense "GPLv2 or later" files to "GPLv3 or later".
15187
15188 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
15189
15190 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15191 to mark a thread as expirable. Add variable `hide' to handle hiding of
15192 thread for both the null and zero (kill/expire thread) universal prefix
15193 cases.
15194 (gnus-summary-expire-thread): Add new function to expire a thread,
15195 using gnus-summary-kill-thread.
15196 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15197 shortcuts for gnus-summary-expire-thread.
15198 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15199 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
15200
15201 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
15202
15203 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15204 extras value, so an extras entry can be deleted.
15205 (gnus-registry-delete-extra-entry): Use it.
15206 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15207 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15208 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15209 storage through the gnus-registry, and provide an appropriate API for
15210 it.
15211
15212 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15213
15214 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15215 Suggested by Leo <sdl.web@gmail.com>.
15216
15217 * gnus.el: Do.
15218
15219 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15220
15221 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15222 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
15223
15224 * gnus-agent.el (gnus-agent-fetch-headers): Do.
15225
15226 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15227 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15228
15229 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15230
15231 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15232 newline.
15233 (nnmbox-request-accept-article): Don't change article in source buffer;
15234 narrow to header to use message-fetch-field rather than
15235 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15236 (nnmbox-request-replace-article): Quote lines that'll be misidentified
15237 as delimiters; make sure article ends with newline.
15238 (nnmbox-delete-mail): Correct last position of article to be deleted;
15239 ignore X-Gnus-Newsgroup header in article body.
15240 (nnmbox-save-mail): Quote lines looking like delimiters at the right
15241 positions; make sure article ends with newline.
15242
15243 * message.el (message-display-abbrev): Don't infloop when a user
15244 inserts SPC in the beginning of header.
15245
15246 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
15247
15248 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15249 list of groups not followed by default. Fix type to be regexp.
15250 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15251
15252 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
15253
15254 * hmac-def.el (define-hmac-function): Switch from old-style to
15255 new-style backquotes.
15256
15257 * md4.el (md4-make-step): Likewise.
15258
15259 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
15260
15261 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15262 raw-text coding system when saving .newsrc file, which may contain
15263 non-ASCII group names.
15264
15265 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
15266
15267 * gnus-cus.el (gnus-score-extra): New widget.
15268 (gnus-score-extra-convert): New function.
15269 (gnus-score-customize): Use it for Extra.
15270
15271 2007-08-31 Daiki Ueno <ueno@unixuser.org>
15272
15273 * mml2015.el (mml2015-extract-cleartext-signature): New function.
15274 (mml2015-mailcrypt-clear-verify): Use it.
15275 (mml2015-gpg-clear-verify): Use it.
15276 (mml2015-pgg-clear-verify): Use it.
15277 (mml2015-epg-clear-verify): Replace the current part with the output
15278 from GnuPG; don't extract the plaintext by itself.
15279
15280 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15281 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15282 mml2015-clear-verify-function; don't touch the armor headers or
15283 dash-escaped text here.
15284
15285 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
15286
15287 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15288 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15289 parts, or application/octet-stream as a last resort.
15290 (gnus-mime-view-part-as-type): Don't toggle display.
15291 (gnus-mime-view-part-as-charset): Don't turn off display before
15292 querying charset.
15293
15294 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15295 stuff to undisplayer function in Emacs.
15296 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15297
15298 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15299 text/calendar parts.
15300
15301 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
15302
15303 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15304 decoding text/calendar parts.
15305
15306 * message.el (message-forward-make-body-mime): Always mark body as
15307 having no illegible text; remove signed-or-encrypted argument.
15308 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15309
15310 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15311 (mml-generate-mime-1): Don't encode body if it is specified to be in
15312 raw form; don't make buffer be unibyte when inserting multibyte string.
15313
15314 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15315
15316 * sha1.el: Fix up comment style.
15317 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15318 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15319
15320 * hex-util.el: Fix up comment style.
15321 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15322
15323 * gnus-salt.el: Use with-current-buffer.
15324 (gnus-pick-setup-message): Fix long-standing typo.
15325
15326 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
15327
15328 * imap.el (imap-logout-timeout): New variable.
15329 (imap-logout, imap-logout-wait): New functions.
15330 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15331
15332 * nnimap.el (nnimap-logout-timeout): New server variable.
15333 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15334 nnimap-logout-timeout.
15335
15336 * gnus-art.el (gnus-article-summary-command-nosave)
15337 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15338
15339 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
15340
15341 * gnus.el (gnus-maximum-newsgroup): New variable.
15342
15343 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15344 according to gnus-maximum-newsgroup.
15345
15346 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15347 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15348 Limit the range of articles according to gnus-maximum-newsgroup.
15349
15350 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
15351
15352 * gnus-art.el (gnus-sticky-article): Fix problems described in
15353 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
15354 Don't perform gnus-configure-windows here; reuse existing sticky
15355 article buffer.
15356
15357 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15358 it doesn't exist in gnus-article-mode.
15359
15360 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
15361
15362 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15363 (gnus-agent-decoded-group-name): New function.
15364 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15365 (gnus-agent-expire-group-1): Use it; decode group name in messages.
15366
15367 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
15368
15369 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15370 Add binding for gnus-sticky-article.
15371 (gnus-summary-exit): Don't kill sticky article buffers.
15372
15373 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15374 article buffer.
15375 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15376 (gnus-kill-sticky-article-buffers): New commands.
15377
15378 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
15379
15380 * nntp.el (nntp-xref-number-is-evil): New server variable.
15381 (nntp-find-group-and-number): If it is non-nil, don't trust article
15382 numbers in the Xref header.
15383
15384 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15385
15386 * gnus-agent.el (gnus-agent-read-group): New function.
15387 (gnus-agent-flush-group, gnus-agent-expire-group)
15388 (gnus-agent-regenerate-group): Use it.
15389 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15390 nnmail-pathname-coding-system.
15391
15392 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
15393
15394 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15395
15396 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15397 that are unread as unread, and also as selected so that information of
15398 marks having been changed by a user may be updated when exiting group.
15399
15400 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15401
15402 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15403
15404 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
15405
15406 * gnus-art.el (gnus-mime-display-single): Pass part number that is
15407 calculated ignoring signature parts to gnus-treat-article.
15408
15409 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15410
15411 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15412 a point here in order to keep the window start.
15413 (gnus-insert-mime-security-button): Make a button overlay without the
15414 front stickiness.
15415 (gnus-mime-display-security): Goto the end of a button.
15416
15417 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15418
15419 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15420
15421 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15422 group-name-at-point.
15423 (gnus-group-completing-read): New function that offers decoded
15424 non-ASCII group names for completion.
15425 (gnus-fetch-group, gnus-group-read-ephemeral-group)
15426 (gnus-group-jump-to-group, gnus-group-make-group-simple)
15427 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15428 (gnus-group-fetch-control): Use it.
15429 (gnus-fetch-group): Use group-name-at-point for the initial value
15430 rather than the default value; use gnus-alive-p.
15431
15432 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15433 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15434 (gnus-summary-post-news): Use gnus-group-completing-read.
15435
15436 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15437 (gnus-read-move-group-name): Decode group name for completion.
15438
15439 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
15440
15441 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15442 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15443 Yamaoka slightly modified the code).
15444
15445 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
15446
15447 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15448 (nnmail-split-incoming): Bind it.
15449
15450 * nnml.el (nnml-group-name-charset): New function.
15451 (nnml-decoded-group-name): Use it; don't decode group name if
15452 nnmail-group-names-not-encoded-p is non-nil.
15453 (nnml-encoded-group-name): New function.
15454 (nnml-group-pathname): Inline nnml-decoded-group-name.
15455 (nnml-request-expire-articles): Decode group name in message.
15456 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15457 nnmail-pathname-coding-system.
15458 (nnml-save-mail, nnml-active-number): Work with decoded group names and
15459 not decoded ones according to nnmail-group-names-not-encoded-p.
15460 (nnml-generate-active-info): Use nnml-encoded-group-name.
15461
15462 2007-08-08 Glenn Morris <rgm@gnu.org>
15463
15464 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15465 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15466 doc-strings and comments.
15467
15468 2007-07-25 Glenn Morris <rgm@gnu.org>
15469
15470 * Relicense all FSF files to GPLv3 or later.
15471
15472 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
15473
15474 * gnus-sum.el (gnus-summary-move-article):
15475 Make gnus-summary-respool-article work.
15476
15477 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
15478
15479 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15480 string.
15481
15482 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
15483
15484 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
15485 that should be ignored when comparing distant RSS articles with local
15486 ones.
15487 (nnrss-make-hash-index): New function. Create a hash index according
15488 to the ignored fields.
15489 (nnrss-check-group): Use it.
15490
15491 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
15492
15493 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15494
15495 * gnus-art.el (article-decode-group-name): Decode Xref header too.
15496
15497 * gnus-group.el (gnus-group-make-group): Encode group name here unless
15498 the new optional argument ENCODED is non-nil.
15499 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15500 coding system for encoding group name.
15501 (gnus-group-make-rss-group): Pass un-encoded group name to
15502 gnus-group-make-group.
15503 (gnus-group-set-info): Tell gnus-group-make-group that group name is
15504 encoded.
15505
15506 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15507 Encode group name to which articles are moved or copied.
15508 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15509 coding system for encoding Newsgroup, Followup-To and Xref headers.
15510
15511 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15512 marks; use nnheader-file-coding-system to write a file.
15513 (nnagent-retrieve-headers): Bind file-name-coding-system to
15514 nnmail-pathname-coding-system.
15515
15516 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15517
15518 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15519 (nnml-request-article, nnml-request-create-group)
15520 (nnml-request-rename-group, nnml-find-id)
15521 (nnml-possibly-change-directory, nnml-possibly-create-directory)
15522 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15523 (nnml-save-marks): Use nnml-group-pathname instead of
15524 nnmail-group-pathname.
15525
15526 (nnml-request-create-group, nnml-request-expire-articles)
15527 (nnml-request-move-article, nnml-request-delete-group)
15528 (nnml-deletable-article-p, nnml-possibly-create-directory)
15529 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15530 (nnml-open-marks): Bind file-name-coding-system to
15531 nnmail-pathname-coding-system.
15532
15533 (nnml-request-article): Pass server argument to nnml-find-group-number.
15534 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15535 Pass server argument to nnml-possibly-create-directory.
15536 (nnml-request-accept-article): Pass server argument to
15537 nnml-active-number and nnml-save-mail.
15538 (nnml-find-group-number): Pass server argument to nnml-find-id.
15539 (nnml-request-update-info): Pass server argument to
15540 nnml-marks-changed-p.
15541
15542 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15543 (nnml-save-mail, nnml-active-number): Add server argument.
15544
15545 (nnml-request-delete-group): Warn if group is missing.
15546 (nnml-get-nov-buffer): Decode group name.
15547 (nnml-generate-active-info): Encode group name.
15548 (nnml-open-marks): Decode group name in messages.
15549
15550 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15551
15552 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15553 if it is not specified.
15554 (gnus-article-pipe-part, gnus-article-save-part)
15555 (gnus-article-interactively-view-part, gnus-article-copy-part)
15556 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15557 (gnus-article-inline-part, gnus-article-save-part-and-strip)
15558 (gnus-article-replace-part, gnus-article-delete-part)
15559 (gnus-article-view-part-as-type): Pass raw prefix argument to
15560 gnus-article-part-wrapper.
15561
15562 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
15563
15564 * gnus-agent.el (gnus-agent-save-active):
15565 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15566
15567 * gnus-cache.el (gnus-cache-save-buffers)
15568 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15569 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15570 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15571 (gnus-cache-braid-nov, gnus-cache-braid-heads)
15572 (gnus-cache-generate-active, gnus-cache-rename-group)
15573 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15574 (gnus-cache-update-overview-total-fetched-for):
15575 Bind file-name-coding-system to nnmail-pathname-coding-system.
15576 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15577 New variables.
15578 (gnus-cache-decoded-group-name): New function.
15579 (gnus-cache-file-name): Use it.
15580 (gnus-cache-generate-active): Use non-decoded group name for active.
15581
15582 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15583 right place.
15584 (gnus-write-active-file): Don't break non-ASCII group names.
15585
15586 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15587 nnmail-pathname-coding-system.
15588
15589 * gnus-uu.el (gnus-uu-decode-save): Typo.
15590
15591 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
15592
15593 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15594
15595 2007-07-14 David Kastrup <dak@gnu.org>
15596
15597 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15598 finishing actions if we did not edit the article.
15599
15600 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15601
15602 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15603 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15604 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15605 (gnus-agent-flush-group, gnus-agent-flush-cache)
15606 (gnus-agent-fetch-headers, gnus-agent-load-alist)
15607 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15608 (gnus-agent-retrieve-headers, gnus-agent-request-article)
15609 (gnus-agent-regenerate-group)
15610 (gnus-agent-update-files-total-fetched-for)
15611 (gnus-agent-update-view-total-fetched-for):
15612 Bind file-name-coding-system to nnmail-pathname-coding-system.
15613 (gnus-agent-group-pathname): Don't encode file names by
15614 nnmail-pathname-coding-system.
15615 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15616 coding-system-for-write instead of buffer-file-coding-system to
15617 gnus-agent-file-coding-system.
15618
15619 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15620 Decode group name.
15621
15622 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15623
15624 * gnus-start.el (gnus-update-active-hashtb-from-killed)
15625 (gnus-read-newsrc-el-file): Make group names unibyte.
15626
15627 * nnmail.el (nnmail-group-pathname): Don't encode file names by
15628 nnmail-pathname-coding-system.
15629
15630 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15631 (nnrss-request-delete-group): Bind file-name-coding-system to
15632 nnmail-pathname-coding-system.
15633 (nnrss-read-server-data, nnrss-read-group-data):
15634 Bind file-name-coding-system correctly.
15635 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15636
15637 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15638 (nntp-server-to-method-cache): New variable.
15639 (nntp-group-pathname): New function that decodes non-ASCII group names.
15640 (nntp-possibly-create-directory, nntp-marks-changed-p)
15641 (nntp-save-marks, nntp-open-marks): Use it.
15642 (nntp-possibly-create-directory, nntp-open-marks):
15643 Bind file-name-coding-system to nnmail-pathname-coding-system.
15644 (nntp-open-marks): Decode group names when bootstrapping marks.
15645
15646 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15647 Newsgroups and Followup-To headers.
15648
15649 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15650
15651 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15652 (gnus-server-closed-face, gnus-server-denied-face)
15653 (gnus-server-offline-face): Remove variable.
15654 (gnus-server-font-lock-keywords): Use faces that are not aliases.
15655
15656 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15657 of modifying message-stack directly for XEmacs.
15658
15659 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15660 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15661 if the coding-system argument is nil for XEmacs.
15662
15663 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15664 mm-charset-override-alist.
15665
15666 * rfc2047.el: Don't require base64; require rfc2045 for the function
15667 rfc2045-encode-string.
15668 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15669 to quote the parameter value.
15670
15671 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
15672
15673 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15674 form in gnus-group-name-charset-method-alist.
15675
15676 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15677 overrides the default layout edit-form.
15678
15679 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15680
15681 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15682
15683 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
15684
15685 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15686 as unfetched articles.
15687
15688 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
15689
15690 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15691
15692 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
15693
15694 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15695 original back end that keeps marks in the local system.
15696
15697 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
15698
15699 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15700 arg of pop-to-buffer for XEmacs.
15701 (gnus-article-read-summary-keys): Ditto; don't restore window
15702 configuration if summary command ends up with neither article buffer
15703 nor summary buffer; describe bindings if summary keys end with C-h.
15704
15705 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
15706
15707 * message.el (message-fix-before-sending): Skip raw message part to be
15708 forwarded while checking illegible text.
15709 (message-forward-make-body-mime, message-forward-make-body):
15710 Mark signed or encrypted raw message as having no illegible text.
15711
15712 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15713
15714 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15715 (gnus-message-with-timestamp-1): New macro.
15716 (gnus-message-with-timestamp): New function.
15717 (gnus-message): Use them.
15718
15719 * nnheader.el (nnheader-message): Use them.
15720
15721 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
15722
15723 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15724 .newsrc.eld file.
15725
15726 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15727
15728 * gnus-agent.el (gnus-agent-fetch-headers)
15729 (gnus-agent-retrieve-headers):
15730 Bind gnus-decode-encoded-address-function to identity.
15731
15732 * nntp.el (nntp-send-xover-command): Recognize an xover command is
15733 available also when the server returns simply a dot.
15734
15735 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15736
15737 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
15738
15739 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15740
15741 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15742
15743 * gnus-ems.el (gnus-x-splash): Make it work.
15744
15745 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15746 from being used.
15747
15748 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
15749
15750 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15751 the front stickiness.
15752 (gnus-article-summary-command-nosave): Correct the order of the
15753 arguments passed to pop-to-buffer.
15754 (gnus-article-read-summary-keys): Ditto; make it work properly when the
15755 summary command ends up with the article buffer.
15756
15757 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15758 the same faces.
15759
15760 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
15761
15762 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15763
15764 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
15765
15766 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15767 * gnus-sum.el (gnus-summary-highlight):
15768 * mail-source.el (mail-source-delete-old-incoming-confirm):
15769 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15770
15771 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
15772
15773 * gnus-art.el (gnus-mime-view-part-externally)
15774 (gnus-mime-view-part-internally): Fix predicate function passed to
15775 completing-read.
15776
15777 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15778
15779 * gnus.el (gnus-update-message-archive-method): Add :version.
15780
15781 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
15782
15783 * gnus.el (gnus-update-message-archive-method): New variable.
15784
15785 * gnus-start.el (gnus-setup-news): Update saved "archive" method
15786 according to gnus-message-archive-method if
15787 gnus-update-message-archive-method is non-nil.
15788
15789 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15790
15791 * gnus-sum.el (gnus-summary-limit-to-address): New function.
15792 Suggested by Loic Dachary <loic@dachary.org>.
15793 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15794
15795 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
15796
15797 * message.el (message-pop-to-buffer): Add switch-function argument.
15798 (message-mail): Pass switch-function argument to it.
15799
15800 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
15801
15802 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15803 Improve doc string.
15804
15805 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15806
15807 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15808 (gnus-header-content):
15809 * gnus-cite.el (gnus-cite-10):
15810 * gnus-srvr.el (gnus-server-closed):
15811 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15812 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15813 (gnus-group-mail-3-empty, gnus-group-mail-low)
15814 (gnus-group-mail-low-empty, gnus-splash):
15815 * message.el (message-header-to, message-header-cc)
15816 (message-header-subject, message-header-other, message-header-name)
15817 (message-header-xheader, message-separator, message-cited-text)
15818 (message-mml): Lighten colors of faces used for dark background.
15819
15820 2007-05-24 Simon Josefsson <simon@josefsson.org>
15821
15822 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15823 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
15824
15825 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15826
15827 * message.el (message-narrow-to-headers-or-head):
15828 Ignore mail-header-separator in the body.
15829
15830 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
15831
15832 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15833 same as window size.
15834
15835 2007-05-22 Kevin Ryde <user42@zip.com.au>
15836
15837 * message.el (message-font-lock-keywords): Use message-header-xheader
15838 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
15839 ahead of the anything pattern, to get it recognized.
15840
15841 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
15842
15843 * gnus-sum.el (gnus-articles-to-read)
15844 (gnus-summary-insert-old-articles): Don't truncate group name for
15845 `read-string'.
15846
15847 * gnus-util.el (gnus-limit-string): Delete this function.
15848
15849 * gnus-sum.el (gnus-simplify-subject-fully):
15850 Use `truncate-string-to-width' instead.
15851
15852 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
15853
15854 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15855 Tell if, on summary exit, the next group has to be selected.
15856 (gnus-summary-exit): Use it.
15857
15858 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
15859
15860 * gnus-art.el (gnus-article-mode): Fix comment about displaying
15861 non-break space.
15862
15863 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
15864
15865 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15866 Check if group is not a directory.
15867 (nnfolder-request-expire-articles): Don't delete articles if the target
15868 group is not available.
15869
15870 * nnml.el (nnml-request-create-group): Properly check if group is not a
15871 file.
15872 (nnml-request-expire-articles): Don't delete articles if the target
15873 group is not available.
15874
15875 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15876 Don't quote characters that are within parentheses.
15877
15878 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
15879
15880 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15881 (gnus-handle-ephemeral-exit): Select article according to it.
15882
15883 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15884
15885 * message.el (message-insert-formated-citation-line): Remove newline.
15886 (message-citation-line-format): Add final \n here so that the user can
15887 avoid a blank line.
15888
15889 2007-05-03 Dan Christensen <jdc@uwo.ca>
15890
15891 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15892 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15893 Update lanl/arXiv support.
15894
15895 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15896
15897 * gnus.el: Bump version number.
15898
15899 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15900
15901 * gnus.el (gnus-version-number): Bump version.
15902
15903 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15904
15905 * gnus.el: No Gnus v0.6 is released.
15906
15907 2007-04-27 Didier Verna <didier@xemacs.org>
15908
15909 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15910 * gmm-utils.el (gmm-regexp-concat): ... here.
15911 * message.el: Don't require 'gnus-util.
15912 (message-dont-reply-to-names): Handle name change above.
15913 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15914
15915 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15916
15917 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15918 since the initial value varies according to the system.
15919
15920 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15921
15922 * mm-util.el (mm-charset-synonym-alist): Defcustom.
15923
15924 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
15925
15926 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15927
15928 2007-04-24 Didier Verna <didier@xemacs.org>
15929
15930 Improve the type of gnus-ignored-from-addresses.
15931 * gnus-util.el (gnus-orify-regexp): New function.
15932 * message.el (gnus-util): Require it.
15933 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15934 * gnus-sum.el (gnus-ignored-from-addresses): New function.
15935 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15936
15937 2007-04-24 Didier Verna <didier@xemacs.org>
15938
15939 * gnus-sum.el:
15940 * gnus-utils.el: Fix some trailing whitespaces.
15941
15942 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
15943
15944 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15945 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15946 article's Message-ID; refer parent article in summary buffer.
15947
15948 * message.el (message-bounce): Call mime-to-mml.
15949
15950 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15951
15952 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15953
15954 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15955
15956 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15957 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15958 displayed of multipart/alternative part if it is invoked from summary
15959 buffer.
15960
15961 * mm-view.el (mm-inline-text-html-render-with-w3m)
15962 (mm-inline-text-html-render-with-w3m-standalone)
15963 (mm-inline-render-with-function): Use mail-parse-charset by default.
15964
15965 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
15966
15967 * parse-time.el (parse-time-string-chars): Check if CHAR
15968 is less than the length of parse-time-syntax.
15969
15970 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
15971
15972 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15973 from gnus-newsgroup-processable.
15974
15975 2007-04-16 Didier Verna <didier@xemacs.org>
15976
15977 * gnus-msg.el (gnus-configure-posting-styles):
15978 Handle message-signature-directory properly with :file syntax.
15979 Reported by "Leo".
15980
15981 2007-04-11 Didier Verna <didier@xemacs.org>
15982
15983 New user option: message-signature-directory.
15984 * gnus-msg.el (gnus-configure-posting-styles): Support it.
15985 * message.el (message-insert-signature): Ditto.
15986 * message.el (message-signature-file): Doc update.
15987 * message.el (message-signature-directory): New.
15988
15989 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
15990
15991 * gnus-msg.el (gnus-inews-yank-articles):
15992 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15993
15994 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
15995
15996 * message.el (message-yank-original): Make sure cited text ends with
15997 newline; don't exchange point and mark.
15998
15999 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
16000
16001 * tls.el (open-tls-stream): Properly handle case where there
16002 is no associated buffer.
16003
16004 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
16005
16006 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16007 message-yank-original, make sure (< mark TEXT point).
16008
16009 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16010
16011 * message.el (message-fill-column): New variable.
16012 (message-mode): Use it. Add comment on a possible new hook.
16013
16014 * nnmail.el (nnmail-spool-file): Mark as obsolete.
16015 (nnmail-get-new-mail): Reformat.
16016
16017 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16018
16019 * gmm-utils.el: Fix Commentary.
16020 (gmm-tool-bar-from-list): Fix typo in doc string.
16021
16022 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
16023
16024 * message.el (message-yank-original): Don't switch point and mark
16025 unnecessarily to put point and mark as documented.
16026
16027 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16028
16029 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16030 from the message heads.
16031
16032 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
16033
16034 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16035 article buffer does not have a window. This may not be the best
16036 solution but is certainly better than setting the start of the null,
16037 that is the current, window.
16038
16039 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
16040
16041 * gnus-draft.el (gnus-draft-setup-hook): New hook.
16042 (gnus-draft-setup): Run it.
16043
16044 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16045 gnus-score-fast-scoring. Allow regexp.
16046 (gnus-score-headers): Use it.
16047
16048 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16049 XEmacs.
16050
16051 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16052 string.
16053 (gnus-button-alist): Also catch `<f1> k ...'.
16054 (gnus-treat-display-x-face): Fix doc string.
16055
16056 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16057
16058 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16059 evaluation of gnus-extended-version to ensure correct generation of the
16060 User-Agent header when message-generate-headers-first is used.
16061
16062 2007-03-24 Simon Josefsson <simon@josefsson.org>
16063
16064 * hashcash.el (hashcash-generate-payment-async): Don't crash if
16065 hashcash-path is nil. Don't call callback with incorrect number of
16066 parameters if val is 0.
16067
16068 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16069
16070 * message.el (message-required-news-headers):
16071 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16072
16073 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
16074
16075 * message.el (message-generate-new-buffers): Change the meaning of the
16076 nil value; add `standard' to the choices; treat t as `unique'; improve
16077 doc string.
16078 (gnus-select-frame-set-input-focus): Autoload.
16079 (message-buffer-name): Search for the existing message buffer if
16080 message-generate-new-buffers is nil or `standard'; treat the value t of
16081 message-generate-new-buffers as `unique'.
16082 (message-pop-to-buffer): Raise the frame already displaying the message
16083 buffer; clear the echo area after querying.
16084 (message-setup): Pass the `continue' argument to compose-mail.
16085 (message-mail): Prefer `switch-function' if it is given; search for the
16086 existing message buffer if the `continue' argument is non-nil; pass
16087 continue and switch-function arguments to compose-mail by way of
16088 message-setup.
16089 (message-mail-other-window): Adjust argument of message-setup.
16090 (message-mail-other-frame): Ditto.
16091
16092 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16093
16094 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16095 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16096 to turn font-lock on when turning gnus-message-citation-mode on.
16097
16098 2007-03-06 Daiki Ueno <ueno@unixuser.org>
16099
16100 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16101 (mml-smime-function-alist): New variable; add epg as the backend.
16102 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16103 mml-smime- functions instead.
16104 * mm-view.el: Require smime.
16105
16106 2007-03-05 Didier Verna <didier@xemacs.org>
16107
16108 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16109 instead of just inheritance for posting styles.
16110 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16111
16112 2007-02-24 John Paul Wallington <jpw@pobox.com>
16113
16114 * tls.el (tls-certtool-program): Fix custom type.
16115
16116 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16117
16118 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16119 and point-at-eol instead of line-(beginning|end)-position.
16120
16121 * assistant.el (assistant-parse-buffer): Ditto.
16122
16123 2007-02-28 Daiki Ueno <ueno@unixuser.org>
16124
16125 * mml2015.el (mml2015-epg-find-usable-key): New function.
16126 (mml2015-epg-sign): Use it.
16127 (mml2015-epg-encrypt): Use it.
16128
16129 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16130
16131 * message.el (message-make-in-reply-to): Quote name containing
16132 non-ASCII characters. It will make the RFC2047 encoder cause an error
16133 if there are special characters. Reported by NAKAJI Hiroyuki
16134 <nakaji@jp.freebsd.org>.
16135
16136 2007-02-27 Didier Verna <didier@xemacs.org>
16137
16138 Include the group parameters as well as the topic ones in the
16139 inheritance filter process.
16140 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16141 argument GROUP-PARAMS-LIST.
16142 * gnus-topic.el (gnus-group-topic-parameters): Use it.
16143
16144 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
16145
16146 * nntp.el (nntp-never-echoes-commands)
16147 (nntp-open-connection-functions-never-echo-commands): New variables.
16148 (nntp-send-command): Use them.
16149
16150 2007-02-20 Daiki Ueno <ueno@unixuser.org>
16151
16152 * mml2015.el (mml2015-epg-verify): Simplify.
16153
16154 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16155
16156 * mml.el (mml-content-disposition-alist): New user option.
16157 (mml-content-disposition): New function.
16158 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16159 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16160
16161 2007-02-19 Daiki Ueno <ueno@unixuser.org>
16162
16163 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16164 verification.
16165
16166 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16167
16168 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16169 articles posted in the last 24 hours.
16170
16171 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
16172
16173 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16174
16175 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
16176
16177 * nntp.el (nntp-send-command): Don't wait for echoes when
16178 nntp-open-ssl-stream is used.
16179
16180 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16181
16182 * gnus-cite.el (gnus-test-font-lock-add-keywords)
16183 (gnus-message-add-citation-keywords)
16184 (gnus-message-remove-citation-keywords): Remove.
16185 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16186 directly, make the variables in font-lock-defaults buffer-local, add
16187 gnus-message-citation-keywords to them and then update the value of
16188 font-lock-keywords.
16189
16190 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
16191
16192 * message.el (message-cite-original-1): Don't call
16193 gnus-article-highlight-citation.
16194
16195 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16196 citations; fix line count.
16197
16198 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16199
16200 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16201 (gnus-message-add-citation-keywords)
16202 (gnus-message-remove-citation-keywords): Use it; fix the emulating
16203 versions of font-lock-add-keywords and font-lock-remove-keywords to
16204 work with XEmacs correctly.
16205
16206 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16207
16208 * gnus-cite.el (gnus-cite-face-list): Set the values of
16209 gnus-message-max-citation-depth and gnus-message-citation-keywords.
16210 (gnus-message-max-citation-depth): Use defvar rather than defconst.
16211 (gnus-message-cite-prefix-regexp): New variable.
16212 (gnus-message-search-citation-line): Use it; protect against long
16213 citation prefix; fill match data with nil rather than 0 for XEmacs; set
16214 the 0th match data for Emacs.
16215 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16216 (gnus-message-add-citation-keywords): Append keywords rather than
16217 prepending; emulate font-lock-add-keywords if it is not available.
16218 (gnus-message-remove-citation-keywords):
16219 Emulate font-lock-remove-keywords if it is not available.
16220
16221 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16222
16223 * message.el (message-cite-prefix-regexp): Set the value of
16224 gnus-message-cite-prefix-regexp.
16225
16226 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16227
16228 * nnweb.el (nnweb-google-parse-1): Update parser.
16229
16230 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
16231
16232 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16233
16234 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16235
16236 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16237 regexp.
16238
16239 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16240
16241 * uudecode.el (uudecode-string-to-multibyte): New function emulating
16242 string-to-multibyte.
16243 (uudecode-decode-region-internal): Use it.
16244
16245 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
16246
16247 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16248 Fix custom choice.
16249
16250 * gnus-art.el (gnus-signature-limit): Fix custom choice.
16251
16252 2007-01-22 Daiki Ueno <ueno@unixuser.org>
16253
16254 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16255
16256 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16257 `write-region' to respect `mm-inhibit-file-name-handlers'.
16258
16259 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
16260
16261 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16262 Use gnus-home-directory instead of "~/" or "$HOME".
16263
16264 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
16265
16266 * encrypt.el (encrypt-insert-file-contents): Add better prompt
16267 to mention filename.
16268 Add comments at beginning regarding usage.
16269 (encrypt-write-file-contents): Change interactive so a string is
16270 acceptable. If the file has no associated model, show an error instead
16271 of a nonsense prompt.
16272
16273 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16274
16275 * spam.el (spam-bsfilter-ham-switch): Fix typo.
16276 Thanks to Yoshihiko Yamada for kind notification of this typo.
16277
16278 2007-01-12 Kenichi Handa <handa@m17n.org>
16279
16280 * uudecode.el (uudecode-decode-region-internal): Make it work in a
16281 multibyte buffer.
16282
16283 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
16284
16285 * gnus-score.el (gnus-score-fast-scoring): New variable.
16286 (gnus-score-headers): Use it.
16287
16288 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16289
16290 * message.el (message-cite-original-1):
16291 Call gnus-article-highlight-citation if requested.
16292 (message-make-from): Allow name and address as optional arguments.
16293
16294 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16295
16296 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16297 bugs to doc string.
16298 (gnus-button-alist): Add mid\\|message-id.
16299 (gnus-button-fetch-group): Extend for use in
16300 `browse-url-browser-function'.
16301 (gnus-button-url-regexp): Try to catch paired parentheses like in
16302 Wikipedia URLs.
16303
16304 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16305 Suggested by Simon Krahnke <overlord@gmx.li>.
16306
16307 2007-01-13 Romain Francoise <romain@orebokech.com>
16308
16309 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16310 Update copyright.
16311
16312 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
16313
16314 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16315
16316 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
16317
16318 * gnus-registry.el (gnus-registry-unfollowed-groups)
16319 (gnus-registry-split-fancy-with-parent): Fix documentation.
16320
16321 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16322
16323 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16324 from nnweb groups.
16325
16326 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
16327
16328 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16329 Xref urls. Erase buffer before requesting head.
16330
16331 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16332
16333 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
16334
16335 * gnus-soup.el (gnus-soup): New custom group. Make user variables
16336 customizable.
16337
16338 2007-01-05 Daiki Ueno <ueno@unixuser.org>
16339
16340 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16341 no signing key is found.
16342 (mml2015-epg-encrypt): Ask user whether to skip or abort if
16343 no encrypting and/or signing key is found.
16344
16345 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16346
16347 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16348
16349 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16350
16351 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16352 headers read from disk with the ones newly found in the current search.
16353 This should no longer cause problems, because the article numbers in
16354 Gmane's `nov.php' output are ignored since the previous change.
16355
16356 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16357
16358 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16359
16360 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
16361
16362 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16363
16364 2007-01-01 Romain Francoise <romain@orebokech.com>
16365
16366 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16367
16368 2006-12-31 Steve Youngs <steve@sxemacs.org>
16369
16370 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16371 `define-minor-mode' macro definition expanded properly.
16372 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16373 exclude it there.
16374
16375 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16376 of 2006-12-30. The default is nil on (S)XEmacs already because of the
16377 `fboundp' test.
16378 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16379 This is OK to autoload in (S)XEmacs now.
16380
16381 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16382
16383 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16384 keystroke.
16385 (gnus-summary-limit-to-singletons): Fix typo.
16386
16387 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16388 else fails.
16389
16390 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16391
16392 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16393 docstring.
16394
16395 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16396 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16397 (gnus-summary-insert-dormant-articles): Fix typo in message.
16398
16399 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
16400
16401 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16402 nil for XEmacs.
16403 (gnus-message-citation-mode): Don't autoload in XEmacs.
16404
16405 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16406
16407 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
16408
16409 * nnimap.el (nnimap-expunge-search-string):
16410 Mention nnimap-search-uids-not-since-is-evil in docstring.
16411
16412 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
16413
16414 * spam.el: Revert to make-obsolete-variable because
16415 define-obsolete-variable-alias is not supported in Emacs 21.
16416
16417 * spam.el (spam-ifile-path, spam-ifile-database-path)
16418 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16419 make-obsolete-variable.
16420 (spam-bsfilter-path, spam-bsfilter-program)
16421 (spam-spamassassin-path, spam-spamassassin-program)
16422 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16423 Don't use "path" inappropriately.
16424 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16425 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16426 variable names.
16427
16428 2006-12-28 Daiki Ueno <ueno@unixuser.org>
16429
16430 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16431 summary buffer.
16432
16433 * password.el (password-cache-remove): Use clear-string to burn
16434 password, if available.
16435
16436 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16437
16438 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16439
16440 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16441
16442 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16443 (gnus-message-highlight-citation): Move defcustom here from
16444 gnus-cite.el.
16445 (gnus-message-citation-mode): Autoload.
16446
16447 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
16448 checks to make it compile with XEmacs.
16449 (gnus-message-citation-mode): New minor mode.
16450 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16451 (gnus-message-highlight-citation): New variables.
16452 (gnus-message-search-citation-line)
16453 (gnus-message-add-citation-keywords)
16454 (gnus-message-remove-citation-keywords)
16455 (turn-on-gnus-message-citation-mode)
16456 (turn-off-gnus-message-citation-mode): New functions.
16457
16458 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
16459
16460 * gnus-cite.el: Enable highlighting of different citation levels in
16461 message-mode.
16462
16463 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16464
16465 * message.el (message-make-fqdn): Fix comment.
16466 (message-bogus-system-names): Add ".local".
16467
16468 * spam.el (spam-ifile-path, spam-ifile-program)
16469 (spam-ifile-database-path, spam-ifile-database)
16470 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16471 Don't use "path" inappropriately.
16472 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16473 strings.
16474 (spam-check-ifile, spam-ifile-register-with-ifile)
16475 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16476 Use new variable names.
16477
16478 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16479 (gnus-treat-display-smileys): Simplify using
16480 gnus-image-type-available-p.
16481
16482 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16483 available.
16484
16485 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16486
16487 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16488 one after turning on the buffer's multibyteness instead of decoding
16489 them directly in the unibyte buffer that causes unexpected conversion
16490 in Emacs 23 (unicode).
16491
16492 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16493
16494 * message.el (message-generate-hashcash): Fix custom type.
16495
16496 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16497
16498 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16499
16500 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16501
16502 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16503 disconnect icons. Add help text.
16504
16505 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
16506
16507 * spam.el (spam-extra-header-to-number): CRM114 spam score is
16508 negated to be consistent with the others we handle.
16509
16510 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16511
16512 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16513 version of gnus-summary-buffer to something, so that we can use two
16514 article buffers at the same time.
16515
16516 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
16517
16518 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16519 trigger all the extra headers.
16520 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16521 sorting.
16522
16523 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16524
16525 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16526 solid groups.
16527
16528 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
16529
16530 * legacy-gnus-agent.el: Add Copyright notice.
16531
16532 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
16533
16534 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16535
16536 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16537
16538 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16539
16540 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16541 to make it work reliably in CVS Emacs.
16542 (gnus-summary-limit-strange-charsets-predicate)
16543 (gnus-summary-limit-to-predicate): New functions.
16544
16545 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
16546
16547 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16548 specifying array size.
16549 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16550 array if it is too small.
16551 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16552 (gnus-sort-threads-loop): New function.
16553
16554 2006-12-06 Chris Moore <dooglus@gmail.com>
16555
16556 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16557 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16558
16559 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
16560
16561 * mm-url.el (mm-url-predefined-programs): Call curl with correct
16562 options.
16563
16564 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16565
16566 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16567 DOS-ing the recipient.
16568
16569 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16570 the headers when creating the mapping to avoid mismappings.
16571 (nnweb-gmane-create-mapping): Always nix out old mapping.
16572
16573 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16574
16575 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16576 and mm-verify-option to never.
16577
16578 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16579
16580 * message.el (message-signed-or-encrypted-p): New function.
16581 (message-forward-make-body): Use it.
16582
16583 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16584 Replace encode-coding-string with mm-encode-coding-string.
16585
16586 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
16587
16588 * nneething.el (nneething-decode-file-name):
16589 Replace decode-coding-string with mm-decode-coding-string.
16590
16591 * gnus-int.el (gnus-open-server): Say failed server's name.
16592
16593 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
16594
16595 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16596 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16597
16598 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16599 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16600 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16601 (gnus-group-make-directory-group, gnus-group-transpose-groups):
16602 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16603 (gnus-subscribe-newsgroup, gnus-1):
16604 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16605 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16606 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16607 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16608
16609 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16610
16611 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16612 keystroke.
16613 (gnus-summary-limit-to-bodies): Implement headersp.
16614
16615 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16616
16617 * dns.el (query-dns): Protect against "Process dns deleted" strings.
16618
16619 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
16620
16621 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16622
16623 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16624
16625 * message.el (message-generate-hashcash): Expand range of values to
16626 include `opportunistic'.
16627 (message-send-mail): Use it.
16628
16629 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16630
16631 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16632 and comment it.
16633
16634 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16635
16636 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
16637
16638 * gnus-util.el (gnus-extract-address-components): Improve comment.
16639
16640 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16641
16642 * gnus-util.el (gnus-extract-address-components): Work with address in
16643 which the name portion contains @.
16644
16645 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16646
16647 * gnus.el (gnus-start): Move custom group up.
16648 (gnus-select-method): Don't autoload, but make it available for
16649 `customize-variable'.
16650 (gnus-getenv-nntpserver): Don't autoload.
16651
16652 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
16653
16654 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16655
16656 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16657
16658 * message.el (message-sendmail-extra-arguments): New variable.
16659 (message-send-mail-with-sendmail): Use it.
16660
16661 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16662
16663 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16664 mm-with-unibyte-current-buffer to make string unibyte.
16665
16666 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16667 mm-string-as-multibyte.
16668
16669 2006-11-14 Daiki Ueno <ueno@unixuser.org>
16670
16671 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16672 Reported by Werner Koch <wk@gnupg.org>.
16673
16674 2006-11-14 Daiki Ueno <ueno@p360>
16675
16676 * mml2015.el: Autoload epa-select-keys when compiling.
16677
16678 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16679
16680 * mml2015.el (mml2015-epg-sign): Save the signing keys in
16681 message-options.
16682 (mml2015-epg-encrypt): Save the recipient keys in message-options.
16683
16684 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16685
16686 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16687 EasyPG (< 0.0.6).
16688 (mml2015-always-trust): New user option.
16689 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16690 prompt.
16691
16692 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16693
16694 * nntp.el (nntp-authinfo-force): New variable.
16695 (nntp-send-authinfo): Use it.
16696
16697 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
16698
16699 * message.el (message-strip-subject-encoded-words): Allow _not_ to
16700 decode encoded words. Improve prompt. Add comment about forwarding.
16701 (message-replacement-char): Move up.
16702
16703 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16704
16705 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16706 instead of gnus-intersection because arguments of gnus-sorted-nunion
16707 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
16708
16709 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
16710
16711 * message.el (message-strip-subject-encoded-words): Reformat prompt.
16712 (message-simplify-subject-functions):
16713 Enable message-strip-subject-encoded-words by default.
16714
16715 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
16716
16717 * message.el (message-strip-subject-encoded-words): New function.
16718 (message-simplify-subject-functions): New variable.
16719 (message-simplify-subject): Use it. Fix typo in doc string.
16720 Support message-strip-subject-encoded-words.
16721
16722 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
16723
16724 * gnus-diary.el (gnus-diary-delay-format-function):
16725 * nndiary.el (nndiary-reminders):
16726 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16727
16728 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16729
16730 * gnus-art.el (article-hide-boring-headers): Fetch date from
16731 gnus-original-article-buffer to avoid problems with localized date
16732 strings.
16733
16734 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
16735
16736 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16737
16738 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
16739
16740 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16741 New variables.
16742 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16743 (mm-charset-synonym-alist): Move some entries to
16744 mm-codepage-iso-8859-list.
16745 (mm-charset-synonym-alist, mm-charset-override-alist):
16746 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16747
16748 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16749
16750 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16751
16752 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
16753
16754 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16755 with Emacs 21 and XEmacs.
16756
16757 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
16758
16759 * spam.el (spam-parse-address): New function for better parsing,
16760 catching errors, etc.
16761 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16762
16763 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16764
16765 * mm-view.el: Add interactive arg to html2text autoload.
16766
16767 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
16768
16769 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16770
16771 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
16772
16773 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16774 New variables.
16775 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16776 (mm-charset-synonym-alist): Move some entries to
16777 mm-codepage-iso-8859-list.
16778
16779 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16780
16781 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
16782
16783 * message.el (message-citation-line-format)
16784 (message-insert-formated-citation-line): Fix implementation of %E, %N
16785 and %n according to the doc string.
16786
16787 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
16788
16789 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16790 Use car-safe to avoid bad parses.
16791
16792 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
16793
16794 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16795 names.
16796
16797 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16798
16799 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16800
16801 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16802 header.
16803
16804 * message.el (message-draft-headers): Add Date.
16805 (message-headers-to-generate): Fix typo in docstring.
16806
16807 * nndraft.el (nndraft-required-headers): New variable.
16808 (nndraft-generate-headers): Use it.
16809
16810 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16811
16812 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16813
16814 * gnus-registry.el (gnus-registry-wash-for-keywords)
16815 (gnus-registry-find-keywords): New functions to allow easy searching of
16816 articles that are in the registry.
16817
16818 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16819
16820 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16821 Use ietf-drums-parse-address instead of gnus-extract-address-components.
16822 Reported by Damien Elmes <damien@repose.cx>.
16823
16824 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
16825
16826 * gnus.el (gnus-mime): Remove unused custom group.
16827
16828 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16829
16830 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16831 "blank line" when searching for end of armor headers.
16832
16833 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
16834
16835 * gmm-utils.el (gmm-write-region): Fix variable name.
16836
16837 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16838
16839 * gmm-utils.el (gmm-write-region): New function based on compatibility
16840 code from `mm-make-temp-file'.
16841
16842 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16843
16844 * nnmaildir.el (nnmaildir--update-nov)
16845 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16846 Use `gmm-write-region'.
16847
16848 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
16849
16850 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16851 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16852
16853 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16854
16855 * message.el (message-replacement-char): New variable.
16856 (message-fix-before-sending): Use it.
16857 (message-simplify-subject): New function to remove duplicate code.
16858 (message-reply, message-followup): Use it.
16859
16860 * gnus-sum.el (gnus-summary-make-menu-bar):
16861 Clarify gnus-summary-limit-to-articles.
16862
16863 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
16864
16865 * gnus-util.el (gnus-with-local-quit): New macro.
16866
16867 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16868
16869 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
16870
16871 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16872 ignore non-string data.
16873
16874 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16875
16876 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16877 non-string data (needs to be done in the registry too).
16878
16879 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16880
16881 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16882 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16883 (gnus-registry-split-fancy-with-parent)
16884 (gnus-registry-fetch-simplified-message-subject-fast)
16885 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16886 Remove text properties on ingress into the registry and when it's saved.
16887 (gnus-registry-clean-empty-function): Fix bug with cleaning the
16888 registry from entries with no groups.
16889
16890 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16891
16892 * gnus-util.el (gnus-string-remove-all-properties): Add utility
16893 function to remove string properties.
16894
16895 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
16896
16897 * gmm-utils.el (gmm): Adjust custom version.
16898
16899 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16900 Adjust custom version.
16901
16902 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16903
16904 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
16905
16906 * gnus-art.el (gnus-insert-prev-page-button)
16907 (gnus-insert-next-page-button): Simplify. Reformat.
16908
16909 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16910
16911 * gnus-art.el (gnus-insert-prev-page-button)
16912 (gnus-insert-next-page-button): Apply gnus-article-button-face.
16913
16914 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
16915
16916 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16917
16918 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16919
16920 * gnus-art.el (gnus-insert-mime-button)
16921 (gnus-insert-mime-security-button):
16922 Apply gnus-article-button-face to MIME and security buttons.
16923
16924 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
16925
16926 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16927 readable.
16928
16929 2006-09-20 Steve Youngs <steve@sxemacs.org>
16930
16931 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16932 `browse-url-of-file' instead of `browse-url'.
16933
16934 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16935
16936 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16937 regexp. Articles containing quotation were cut prematurely.
16938
16939 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
16940
16941 * message.el (message-cite-original-1): Use nobody by default for the
16942 value of From header.
16943 (message-reply): Ditto.
16944
16945 2006-09-11 Daiki Ueno <ueno@unixuser.org>
16946
16947 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16948 to the gnus-info. This fixes a bug of inline-PGP message verification.
16949 Reported by Michael Piotrowski <mxp@dynalabs.de>.
16950
16951 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
16952
16953 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16954 mails in the doc string. Add some URLs in comment.
16955 (pop3-movemail): Warn about pop3-leave-mail-on-server.
16956
16957 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
16958
16959 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16960 backslashes handling and the way to find boundaries of quoted strings.
16961
16962 2006-09-07 Daiki Ueno <ueno@unixuser.org>
16963
16964 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16965 mml1991-encrypt-to-self is set and mml1991-signers is not set.
16966 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16967 mml2015-encrypt-to-self is set and mml2015-signers is not set.
16968
16969 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16970
16971 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
16972 doc string.
16973 (gnus-button-regexp, gnus-button-last): Remove unused variables.
16974
16975 2006-09-06 Simon Josefsson <jas@extundo.com>
16976
16977 * mml2015.el (mml2015-use): Doc fix, mention epg.
16978
16979 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16980
16981 * mml2015.el (mml2015-use): Default to epg, if available.
16982
16983 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16984
16985 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16986 message-sender.
16987 (mml1991-epg-encrypt): Ditto.
16988 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16989 message-sender.
16990 (mml2015-epg-encrypt): Ditto.
16991
16992 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
16993
16994 * message.el (message-send-mail-with-sendmail): Look for sendmail in
16995 several common directories.
16996
16997 2006-09-05 Daiki Ueno <ueno@unixuser.org>
16998
16999 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17000 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17001
17002 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
17003
17004 * gnus-art.el (article-decode-encoded-words): Make it fast.
17005
17006 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
17007
17008 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17009
17010 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17011 in quoted string into `\'.
17012
17013 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
17014
17015 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17016 Use standard-syntax-table.
17017
17018 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
17019
17020 * gnus-art.el (gnus-decode-address-function): New variable.
17021 (article-decode-encoded-words): Use it to decode headers which are
17022 assumed to contain addresses.
17023 (gnus-mime-delete-part): Remove useless `or'.
17024
17025 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17026 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17027 (gnus-nov-parse-line): Use it to decode From header.
17028 (gnus-get-newsgroup-headers): Ditto.
17029 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17030
17031 * mail-parse.el (mail-decode-encoded-address-region): New alias.
17032 (mail-decode-encoded-address-string): New alias.
17033
17034 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17035 New function.
17036 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17037 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17038 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17039 (rfc2047-decode-string): Ditto.
17040 (rfc2047-decode-address-region): New function.
17041 (rfc2047-decode-address-string): New function.
17042
17043 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
17044
17045 * message.el (message-caesar-buffer-body): Allow rotating headers.
17046
17047 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17048
17049 * message.el (message-insert-formated-citation-line): Fix %f.
17050 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17051
17052 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
17053
17054 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17055 (gnus-bookmark-mouse-available-p): New macro.
17056 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17057 (gnus-bookmark-bmenu-show-infos): Use it.
17058 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17059 (gnus-bookmark-bmenu-hide-infos): Ditto.
17060 (gnus-bookmark-remove-properties): New function.
17061 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17062 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17063 (gnus-bookmark-write-file): Bind coding-system-for-write.
17064 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17065 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17066 group before selecting it.
17067 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17068 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17069 quit-window if it is not available; use gnus-mouse-2 and bind it to
17070 gnus-bookmark-bmenu-select-by-mouse.
17071 (gnus-bookmark-show-details): Remove unused variable `details-list'.
17072 (gnus-bookmark-bmenu-select-by-mouse): New function.
17073
17074 2006-08-13 Romain Francoise <romain@orebokech.com>
17075
17076 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17077 space.
17078
17079 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
17080
17081 * compface.el (uncompface): Use binary rather than raw-text-unix.
17082
17083 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
17084
17085 * compface.el (uncompface): Make sure the eol conversion doesn't take
17086 place when communicating with the external programs.
17087 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17088
17089 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
17090
17091 * nnheader.el (nnheader-insert-head): Fix typo in comment.
17092
17093 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17094
17095 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17096 Make it more robust by parsing author and date independently.
17097
17098 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17099
17100 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17101
17102 2006-07-28 Daiki Ueno <ueno@unixuser.org>
17103
17104 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17105 first matching secret key.
17106 (mml2015-epg-encrypt): Ditto.
17107
17108 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17109 first matching secret key.
17110 (mml1991-epg-encrypt): Ditto.
17111
17112 * mml2015.el (mml2015-encrypt-to-self): New user option.
17113 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17114 mml2015-epg-encrypt-to-self is set.
17115
17116 * mml1991.el (mml1991-encrypt-to-self): New variable.
17117 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17118 mml1991-epg-encrypt-to-self is set.
17119
17120 * mml2015.el (mml2015-signers): New user option.
17121 (mml2015-epg-sign): Reflect the value of mml2015-signers.
17122 (mml2015-epg-encrypt): Allow to select signing keys.
17123
17124 * mml1991.el (mml1991-signers): New variable.
17125 (mml1991-epg-sign): Reflect the value of mml1991-signers.
17126 (mml1991-epg-encrypt): Allow to select signing keys.
17127
17128 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
17129
17130 * nnheader.el (nnheader-insert-head): Make it work even if the file
17131 uses CRLF for the line-break code.
17132
17133 2006-07-25 Daiki Ueno <ueno@unixuser.org>
17134
17135 * mml2015.el: Require mml-sec instead of password.
17136 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17137 (mml2015-cache-passphrase): Inherit the default value from
17138 mml-secure-cache-passphrase.
17139 (mml2015-passphrase-cache-expiry): Inherit the default value from
17140 mml-secure-passphrase-cache-expiry.
17141
17142 * mml1991.el: Require mml-sec instead of password.
17143 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17144 (mml1991-cache-passphrase): Inherit the default value from
17145 mml-secure-cache-passphrase.
17146 (mml1991-passphrase-cache-expiry): Inherit the default value from
17147 mml-secure-passphrase-cache-expiry.
17148
17149 * mml-sec.el: Require password.
17150 (mml-secure-verbose): New user option.
17151 (mml-secure-cache-passphrase): New user option.
17152 (mml-secure-passphrase-cache-expiry): New user option.
17153
17154 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
17155 Andreas Vögele <andreas@altroot.de> (tiny change)
17156
17157 * pgg-def.el (pgg-truncate-key-identifier):
17158 Truncate the key ID to 8 letters from the end.
17159
17160 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17161
17162 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17163 workaround for the url package included with Emacs.
17164
17165 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17166
17167 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
17168
17169 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17170 correctly. This fixes a bug caused by the 2006-05-12 change.
17171
17172 2006-07-18 Karl Fogel <kfogel@red-bean.com>
17173
17174 * nnmail.el (nnmail-article-group): If splitting raises an error, give
17175 some information about the error when saying that the `bogus' mail
17176 group will be used.
17177
17178 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
17179
17180 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17181 string.
17182
17183 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
17184
17185 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17186
17187 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17188
17189 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17190
17191 2006-07-10 Daiki Ueno <ueno@unixuser.org>
17192
17193 * mml1991.el (mml1991-function-alist): Add epg.
17194 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17195 (mml1991-epg-encrypt): New functions.
17196
17197 2006-07-10 Daiki Ueno <ueno@unixuser.org>
17198
17199 * mml2015.el (mml2015-verbose): New variable.
17200 (mml2015-cache-passphrase): Ditto.
17201 (mml2015-passphrase-cache-expiry): Ditto.
17202 (mml2015-function-alist): Add epg.
17203 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17204 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17205 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17206 New functions.
17207
17208 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17209
17210 * message.el (message-cite-original-1): Preserve region when removing
17211 quoted text due to X-No-Archive in order to avoid bogus attribution
17212 when citing multiple messages.
17213
17214 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17215
17216 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17217 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17218
17219 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
17220
17221 * gnus-diary.el (gnus-user-format-function-d)
17222 (gnus-user-format-function-D): Autoload.
17223
17224 * imap.el (Commentary): Fix typo.
17225
17226 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17227 2006-04-22 contribution.
17228
17229 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17230
17231 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17232 It didn't really fix the bogosity I'm seeing with solid web groups.
17233
17234 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17235
17236 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17237 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17238 created using server names. If we use the feature without declaring
17239 it, Gnus does not properly manage server and group state.
17240
17241 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17242 bound.
17243
17244 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17245
17246 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17247 looking up the method using GROUP's prefix before inventing a new one.
17248 It is used on killed/unknown groups in various places where returning
17249 an all-new method isn't expected by the caller.
17250
17251 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17252 and match semantics of gnus-group-real-prefix.
17253
17254 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
17255
17256 * nnmail.el (nnmail-broken-references-mailers): New variable.
17257 (nnmail-ignore-broken-references): New function generalizing
17258 nnmail-fix-eudora-headers.
17259 (nnmail-fix-eudora-headers): Now obsolete.
17260
17261 * gnus-art.el (gnus-button-handle-custom):
17262 Support `customize-apropos*'.
17263
17264 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17265
17266 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17267
17268 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17269 articles.
17270
17271 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17272
17273 * message.el (message-cite-reply-above): New variable.
17274 (message-yank-original): Use it.
17275
17276 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
17277
17278 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17279
17280 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
17281
17282 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17283 as read.
17284
17285 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17286
17287 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
17288
17289 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17290 (gnus-bookmark-default-file): Use gnus-directory.
17291 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17292 Remove "*" in doc string.
17293 (gnus-bookmark-write-file): Simplify.
17294 (gnus-bookmark-maybe-sort-alist): Use `when'.
17295 (gnus-bookmark-get-bookmark): Fix typo in doc string.
17296 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17297 Add FIXME about Emacs 21 and XEmacs compatibility.
17298 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17299 compatibility.
17300 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17301 compatibility.
17302 (gnus-bookmark-menu-heading): Fix version.
17303
17304 2006-06-19 Bastien Guerry <bzg@altern.org>
17305
17306 * gnus-bookmark.el: New file.
17307
17308 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
17309
17310 * message.el (message-syntax-checks): Doc fix.
17311
17312 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17313
17314 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17315 unsubscribed groups as if they were killed ones. It causes duplicate
17316 entries in gnus-newsrc-alist.
17317
17318 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
17319
17320 * message.el (message-syntax-checks): Doc fix.
17321 (message-send-mail): Add check for continuation headers.
17322 (message-check-news-header-syntax): Fix regexp used to check for
17323 continuation headers.
17324
17325 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
17326
17327 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17328
17329 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
17330
17331 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17332
17333 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
17334
17335 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17336 default-truncate-lines.
17337
17338 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
17339
17340 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17341 to fill the utf-8 entry.
17342
17343 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17344
17345 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17346
17347 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
17348
17349 * gnus-agent.el (directory-files-and-attributes): Move all the way
17350 forward (the third and final move).
17351 (gnus-agent-read-agentview): Trap reconstruction errors due to
17352 nonexistent directory. Handle by returning nil.
17353
17354 2006-05-30 Didier Verna <didier@xemacs.org>
17355
17356 * message.el (message-dont-reply-to-names): Update the custom type.
17357 * message.el (message-dont-reply-to-names): New defsubst: potentially
17358 convert a list of regexps into a single one.
17359 * message.el (message-get-reply-headers): Use it.
17360 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17361
17362 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
17363
17364 * gnus-agent.el (directory-files-and-attributes): Move forward.
17365
17366 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17367
17368 * gnus-ml.el (gnus-mailing-list-subscribe)
17369 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17370 (gnus-mailing-list-message): Fix doc strings.
17371
17372 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17373
17374 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17375 of doing it manually.
17376
17377 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17378
17379 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17380 comment.
17381
17382 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
17383
17384 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17385 (gnus-agent-read-agentview): Fix handling of end-of-file error.
17386 (gnus-agent-read-local): All symbols allocated in my-obarray.
17387 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17388 (gnus-agent-regenerate-group): Check numeric names to see if they are
17389 messages or groups.
17390 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17391 better way of do this...)
17392
17393 * gnus-cache.el (gnus-agent-total-fetched-for):
17394 Ignore 'dummy.group' (there should be a better way of do this...)
17395
17396 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
17397
17398 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17399 (gnus-saved-headers): Ditto.
17400 (gnus-default-article-saver): Mention functions may have properties.
17401 (gnus-article-save): Override gnus-save-all-headers and
17402 gnus-saved-headers by :headers property which saver function may have.
17403 (gnus-summary-save-in-file): Add :headers property.
17404 (gnus-summary-write-to-file): Ditto.
17405
17406 * gnus-sum.el (gnus-summary-save-article): Bind
17407 gnus-prompt-before-saving to t when saving many articles in a file;
17408 always show all headers.
17409
17410 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17411
17412 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17413 marks.
17414
17415 * message.el (message-indent-citation): Add optional arguments to allow
17416 using it outside of message buffers.
17417
17418 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17419 (gnus-article-treat-unfold-headers): Use it.
17420 (gnus-article-truncate-lines): New variable.
17421 (gnus-article-mode): Use it.
17422 (gnus-article-toggle-truncate-lines): New function.
17423
17424 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17425 Add gnus-article-toggle-truncate-lines.
17426
17427 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17428 coding system in XEmacs, use binary.
17429
17430 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17431
17432 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17433 after-load-alist.
17434
17435 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17436 this function should save decoded articles.
17437 (gnus-summary-write-to-file): Use property to specify this function
17438 should save decoded articles and specify gnus-summary-save-in-file
17439 should be used to save articles other than the first one when saving
17440 many articles.
17441 (gnus-summary-save-body-in-file): Use property to specify this
17442 function should save decoded articles.
17443 (gnus-summary-write-body-to-file): Use property to specify this
17444 function should save decoded articles and specify
17445 gnus-summary-save-body-in-file should be used to save articles other
17446 than the first one when saving many articles.
17447
17448 * gnus-sum.el (gnus-summary-save-article): Simplify.
17449
17450 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
17451
17452 * gnus-art.el (gnus-default-article-saver):
17453 Add gnus-summary-write-body-to-file.
17454 (gnus-article-save-coding-system): Don't use coding system object
17455 in XEmacs.
17456 (gnus-read-save-file-name): Add optional `dir-var' argument which
17457 specifies directory in which files are saved; work even if optional
17458 `variable' argument is not specified.
17459 (gnus-summary-write-to-file): Read file name.
17460 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17461 (gnus-summary-write-body-to-file): New function.
17462
17463 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17464 (gnus-summary-local-variables): Add it.
17465 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17466 (gnus-summary-save-article): Remove optional `decode' argument;
17467 determine whether to decode articles by the value of
17468 gnus-default-article-saver; when saving many files using
17469 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17470 it first and use gnus-summary-save-in-file or
17471 gnus-summary-save-body-in-file thereafter unless
17472 gnus-prompt-before-saving is always; move point to article which
17473 will be saved.
17474 (gnus-summary-save-article-file): Revert.
17475 (gnus-summary-write-article-file): Revert.
17476 (gnus-summary-save-article-body-file): Revert.
17477 (gnus-summary-write-article-body-file): New function.
17478
17479 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17480
17481 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17482
17483 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
17484
17485 * gnus-art.el (gnus-default-article-saver): Doc fix.
17486 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17487 from gnus-summary-save-article-coding-system, and default to a
17488 certain coding system.
17489 (gnus-output-to-file): Add coding cookie and encode text according
17490 to gnus-article-save-coding-system; don't use mm-append-to-file.
17491
17492 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17493 gnus-art.el and rename to gnus-article-save-coding-system.
17494 (gnus-summary-save-article): Require gnus-art; don't show all
17495 headers if it decodes articles; don't add coding cookie here;
17496 don't bind mm-text-coding-system-for-write.
17497 (gnus-summary-save-article-file): Save decoded articles.
17498 (gnus-summary-write-article-file): When saving many files, use
17499 gnus-summary-write-to-file first and gnus-summary-save-in-file
17500 thereafter unless gnus-prompt-before-saving is always.
17501 (gnus-summary-save-article-body-file): Save decoded articles.
17502
17503 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17504
17505 * nnrss.el (nnrss-check-group): Bind hash-index.
17506
17507 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
17508
17509 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17510 its hash index. Store this hash in `nnrss-group-data'.
17511 (nnrss-read-group-data): Update accordingly.
17512
17513 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17514
17515 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17516 entry.
17517
17518 * gnus-sum.el (gnus-summary-make-menu-bar):
17519 Add gnus-article-browse-html-article.
17520
17521 2006-05-23 Hynek Schlawack <hynek@ularx.de>
17522
17523 * gnus-sum.el (gnus-summary-mime-map):
17524 Add gnus-article-browse-html-article.
17525
17526 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17527
17528 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17529 suitable coding systems in customize.
17530
17531 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
17532
17533 * mail-source.el (mail-sources): Fix custom type.
17534
17535 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17536
17537 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17538 (gnus-summary-expire-articles-now): Shorten prompt.
17539
17540 * gmm-utils.el (wid-edit): Require.
17541 (defun-gmm): Rename from `gmm-defun-compat'.
17542 (gmm-image-search-load-path): Use it.
17543 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
17544
17545 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
17546
17547 * gnus-sum.el (gnus-summary-save-article-coding-system):
17548 New variable.
17549 (gnus-summary-save-article): Add optional `decode' argument.
17550 If it is set and gnus-summary-save-article-coding-system is non-nil,
17551 save decoded article.
17552 (gnus-summary-write-article-file): Save decoded article if
17553 gnus-summary-save-article-coding-system is non-nil.
17554
17555 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17556 type.
17557
17558 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
17559
17560 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17561
17562 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
17563
17564 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17565 first to test gnus-single-article-buffer which may be buffer-local.
17566
17567 * gnus-sum.el (gnus-summary-setup-buffer):
17568 Make gnus-single-article-buffer buffer-local and nil in ephemeral
17569 group; make gnus-article-buffer, gnus-article-current, and
17570 gnus-original-article-buffer always buffer-local.
17571 (gnus-summary-exit): Kill article buffer belonging to ephemeral
17572 group.
17573 (gnus-handle-ephemeral-exit): Don't move to next summary line.
17574
17575 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
17576
17577 * nnml.el (nnml-request-compact-group): Compressed files might not
17578 have .gz extension.
17579
17580 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17581
17582 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17583 (mm-copy-to-buffer): Use with-current-buffer.
17584 (mm-display-part): Simplify.
17585 (mm-inlinable-p): Add optional arg `type'.
17586
17587 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17588
17589 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17590 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17591 Try harder to show the attachment internally or externally using
17592 gnus-mime-view-part-as-type.
17593
17594 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
17595
17596 * message.el (message-from-style, message-signature-separator)
17597 (message-user-organization-file, message-send-mail-function)
17598 (message-citation-line-function, message-yank-prefix)
17599 (message-indent-citation-function, message-signature)
17600 (message-signature-file, message-signature-insert-empty-line):
17601 Remove autoloads.
17602
17603 * gnus-art.el (gnus-buttonized-mime-types):
17604 Remove "multipart/signed". Revert 2006-04-26 change.
17605
17606 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17607
17608 * gnus.el (gnus-version-number): Bump version.
17609
17610 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17611
17612 * gnus.el: No Gnus v0.5 is released.
17613
17614 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17615
17616 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17617 fetching articles by message-id.
17618
17619 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17620
17621 * message.el (hashcash): Require hashcash as normal.
17622
17623 * ecomplete.el (ecomplete-highlight-match-line):
17624 Use point-at-eol.
17625 (ecomplete-highlight-match-line): Use `highlight', because that
17626 face exists in both Emacs and XEmacs.
17627
17628 * message.el (message-display-abbrev): Use point-at-bol.
17629
17630 * mail-source.el: Don't require timer/timer-funcs.
17631
17632 * gnus-async.el: Ditto.
17633
17634 * password.el: Ditto.
17635
17636 * mm-url.el: Ditto.
17637
17638 * mm-util.el: Require timer/timer-funcs.
17639
17640 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17641
17642 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17643 Close.
17644
17645 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
17646
17647 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17648 unibyte after clear-decrypt function runs.
17649
17650 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17651 returns as a unibyte string.
17652
17653 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
17654
17655 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17656 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17657 (mml1991-pgg-encrypt): Ditto.
17658
17659 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
17660
17661 * message.el (message-user-organization-file): Check several
17662 locations of the organization file.
17663
17664 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17665 Add gnus-article-view-part-as-type.
17666
17667 * gnus-art.el (gnus-article-view-part-as-type): New function.
17668
17669 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17670 .mobi and .travel. Remove .nato, .bitnet and .uucp.
17671
17672 * mml.el: Simplify autoload.
17673 (mml-mode): defvar dnd-protocol-alist instead of using
17674 symbol-value.
17675 (mml-default-directory): New variable.
17676 (mml-minibuffer-read-file): Use it.
17677 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17678
17679 * message.el (message-citation-line-format): New variable.
17680 (message-insert-formated-citation-line): New function.
17681 (message-citation-line-function):
17682 Add `message-insert-formated-citation-line' to custom type.
17683
17684 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17685 to doc string.
17686
17687 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17688 depending on mm-verify-option.
17689
17690 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17691
17692 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17693 binding pgg-* variables; reimplement the section which prevents
17694 MIME header from being signed.
17695 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17696 pgg-text-mode; remove a blank line at the top of body.
17697
17698 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17699 lines at the top of body; use gnus-newsgroup-charset if there's no
17700 Charset header.
17701
17702 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
17703
17704 * message.el (message-self-insert-commands): Doc fix.
17705
17706 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17707 (mm-uu-pgp-encrypted-test): Ditto.
17708 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17709 between header and body; return application/pgp-encrypted handle
17710 if decryption failed; decode decrypted body by charset.
17711
17712 * mm-decode.el (mm-automatic-display): Don't make application/pgp
17713 element match to application/pgp-*.
17714
17715 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17716
17717 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17718 HTML.
17719
17720 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17721
17722 * mail-source.el (mail-source-call-script): Message the error
17723 string.
17724
17725 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17726
17727 * gnus-util.el (gnus-byte-compile): Use it.
17728
17729 2006-04-22 xyblor <fake@invalid.email> (tiny change)
17730
17731 * gnus-util.el (kill-empty-logs): New function.
17732
17733 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17734
17735 * message.el (message-mail-alias-type): Doc fix.
17736 (message-mail-alias-type-p): New function.
17737 (message-send): Use it.
17738 (message-mode): Ditto.
17739 (message-strip-forbidden-properties): Ditto.
17740
17741 * ecomplete.el (ecomplete-database-file-coding-system):
17742 New variable.
17743 (ecomplete-save): Use it.
17744 (ecomplete-setup): Use it.
17745
17746 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
17747
17748 * message.el (message-self-insert-commands): New variable.
17749 (message-strip-forbidden-properties): Use it.
17750
17751 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17752
17753 * message.el (message-put-addresses-in-ecomplete): Use a regexp
17754 that doesn't make XEmacs choke.
17755
17756 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
17757
17758 * gnus-util.el (gnus-replace-in-string):
17759 Prefer replace-regexp-in-string over of replace-in-string.
17760
17761 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
17762
17763 * gnus-util.el (gnus-select-frame-set-input-focus):
17764 Use select-frame-set-input-focus if it is available in XEmacs; use
17765 definition defined in Emacs 22 for old Emacsen.
17766
17767 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
17768
17769 * mm-view.el (mm-inline-text): Use equal instead of equalp.
17770
17771 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
17772
17773 * gnus-registry.el (gnus-registry-cache-save): Remove text
17774 properties when saving via the temp buffer.
17775
17776 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17777
17778 * message.el (message-generate-hashcash): Honor custom type.
17779
17780 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17781
17782 * message.el (message-generate-hashcash): Default to non-nil when
17783 hashcash is found.
17784
17785 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17786 (gnus-refer-thread-limit): Increase default to 500.
17787
17788 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17789
17790 * flow-fill.el (fill-flowed): Allow delete-space.
17791
17792 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17793
17794 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17795 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17796 Remove autoloads.
17797
17798 2006-04-18 Simon Josefsson <jas@extundo.com>
17799
17800 * message.el (message-generate-hashcash): Default to.
17801
17802 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17803
17804 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17805 concatenating segments rather than before concatenating them.
17806
17807 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17808
17809 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17810
17811 * imap.el (imap-quote-specials): New function.
17812 (imap-login-auth): Quote specials.
17813
17814 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17815
17816 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17817
17818 * message.el (message-forward-make-body-plain):
17819 Allow message-forward-ignored-headers to be a list.
17820 (message-remove-ignored-headers): Factor out into function.
17821 (message-forward-make-body-mml): Use it.
17822 * rfc2231.el (rfc2231-parse-string): Remove dead code.
17823 (rfc2231-parse-string): Allow concatanation of parameters that
17824 aren't contiguous. The test case is
17825 (mail-header-parse-content-type "message/external-body;
17826 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17827 access-type=LOCAL-FILE;
17828 name*1*=plugh%2fhello-sailor%2fbing.pdf")
17829
17830 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
17831
17832 * nntp.el (nntp-accept-process-output): Return the value of
17833 `nnheader-accept-process-output'.
17834
17835 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17836
17837 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17838 (gnus-button-alist): Recognize more diff formats.
17839 (gnus-button-patch): Strip directory.
17840
17841 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17842
17843 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17844 Emacs 22 when setting focus.
17845
17846 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17847
17848 * gnus-art.el (gnus-article-treat-types): Do treatment of
17849 text/x-verbatim parts.
17850 (gnus-button-patch): New command.
17851
17852 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17853 addresses that contain invalid characters.
17854
17855 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17856
17857 * message.el (message-put-addresses-in-ecomplete):
17858 Use gnus-replace-in-string.
17859 (message-is-yours-p): Use the more correct
17860 mail-header-parse-address instead of
17861 mail-extract-address-components.
17862 (message-put-addresses-in-ecomplete): Fix typo.
17863
17864 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17865 keystroke.
17866
17867 * gnus-art.el (gnus-treatment-function-alist): Change order of
17868 newsgroups/generic header folding to avoid double-folding.
17869
17870 * message.el (message-hidden-headers): Add X-Draft-From.
17871
17872 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17873 New command.
17874 (gnus-summary-repeat-search-article-backward): New command.
17875
17876 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17877 groups in the parent topic.
17878
17879 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
17880
17881 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17882 (spam-extra-header-to-number): Return the CRM114 number as a
17883 number instead of a string.
17884
17885 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17886
17887 * gnus-art.el (gnus-face-properties-alist): Move here from
17888 gnus-fun.
17889
17890 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17891
17892 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17893
17894 * message.el (message-strip-forbidden-properties): Only display on
17895 self-insert-command.
17896
17897 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17898 reindent.
17899 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17900
17901 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
17902
17903 * smiley.el (smiley-style): Fix typo.
17904
17905 2006-03-23 Kenichi Handa <handa@m17n.org>
17906
17907 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17908 instead of set-buffer-multibyte.
17909
17910 2006-03-23 Kenichi Handa <handa@m17n.org>
17911
17912 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17913 buffer and then decode the buffer text if necessary.
17914 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17915 first, and after mm-encode-body, change the buffer to unibyte.
17916
17917 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17918
17919 * hashcash.el (hashcash-insert-payment-async-2):
17920 Use message-goto-eoh instead of doing it manually.
17921 (mail-add-payment): Use message-narrow-to-header instead of trying
17922 to do the same itself.
17923
17924 * message.el (message-hidden-headers): Add Face.
17925
17926 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17927 reparenting code.
17928 (gnus-summary-reparent-children): Refactored out code.
17929 (gnus-summary-thread-map): New keystroke.
17930 (gnus-summary-reparent-children): Make into command.
17931
17932 * smiley.el (smiley-style): Default to `medium' if using a large
17933 font.
17934
17935 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17936 does it itself.
17937
17938 * message.el (message-point-in-header-p): Simplify definition.
17939
17940 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17941
17942 * nnagent.el (nnagent-request-set-mark): Silence log file
17943 writing.
17944 (nnagent-request-set-mark): Use write-region instead of
17945 append-to-file.
17946
17947 * gnus-sum.el (gnus-read-header): Fudge article number if using a
17948 strange select method.
17949
17950 * ecomplete.el (ecomplete-display-matches): Get highlightling
17951 right.
17952 (ecomplete-display-matches): Use literals.
17953 (ecomplete-display-matches): Disable message logging.
17954
17955 * message.el (message-display-abbrev): Small optimization.
17956
17957 * ecomplete.el (ecomplete-display-matches): Allow automatic
17958 display.
17959
17960 * message.el (message-strip-forbidden-properties):
17961 Display abbrevs.
17962 (message-display-abbrev): Get automatic display right.
17963
17964 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17965 keystrokes.
17966
17967 2006-04-13 Romain Francoise <romain@orebokech.com>
17968
17969 TODO: Backport to v5-10!
17970
17971 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17972 Move here (and rename) from gnus-registry.el.
17973
17974 * gnus-registry.el: Require gnus-util.
17975 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17976
17977 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17978
17979 * gnus-group.el (gnus-group-catchup-current):
17980 Change if-then-else-if-then-else into cond.
17981 (gnus-group-catchup): Indent.
17982 (group-name-at-point): New function.
17983 (gnus-fetch-group): Provide default from thing at point.
17984
17985 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17986
17987 * message.el (message-display-abbrev): Fix regexp.
17988
17989 * ecomplete.el (ecomplete-highlight-match-line):
17990 Reimplement choosing.
17991 (ecomplete-highlight-match-line): Fix up code rewrite, remove
17992 dead variables.
17993
17994 * message.el (message-newline-and-indent): Remove debugging.
17995 (message-display-abbrev): Use new implementation.
17996
17997 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
17998
17999 * gnus-art.el (gnus-article-mode):
18000 Set cursor-in-non-selected-windows to nil.
18001
18002 * smiley.el: Revert previous change.
18003 (smiley-data-directory): defvar it before using it in the
18004 defcustom of `smiley-style'.
18005
18006 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18007
18008 * message.el (message-newline-and-indent): New function.
18009
18010 * ecomplete.el: Implement more bits.
18011
18012 * message.el (message-put-addresses-in-ecomplete): Clean up the
18013 string.
18014
18015 * ecomplete.el (ecomplete-add-item): Chop off decimals.
18016
18017 * gnus-sum.el (gnus-summary-save-parts):
18018 Bind gnus-summary-save-parts-counter and use it to make unique file
18019 names.
18020
18021 * gnus-art.el (gnus-ignored-headers): Add some more headers.
18022
18023 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18024 parameter to say whether to actually parse the individual
18025 addresses.
18026
18027 * message.el (message-put-addresses-in-ecomplete): New function.
18028 (ecomplete): Require.
18029 (message-mail-alias-type): Add ecomplete as an option.
18030
18031 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
18032
18033 * flow-fill.el (fill-flowed): Remove trailing space from blank
18034 quoted lines.
18035
18036 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18037
18038 * smiley.el (smiley-style): Move definition later to avoid a
18039 compilation warning.
18040
18041 2006-04-12 Kenichi Handa <handa@m17n.org>
18042
18043 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18044 buffer and then decode the buffer text if necessary.
18045 (rfc2231-encode-string): Be sure to work on multibyte buffer at
18046 first, and after mm-encode-body, change the buffer to unibyte.
18047 Use mm-disable-multibyte instead of set-buffer-multibyte.
18048
18049 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
18050
18051 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18052 Content-Type header instead of Content-Disposition header.
18053 (gnus-mime-inline-part): Ditto.
18054 (gnus-mime-view-part-as-charset): Ignore charset that the part
18055 specifies.
18056
18057 * mm-decode.el (mm-display-part): Work with external parts and
18058 usual parts similarly.
18059
18060 * mm-extern.el (mm-inline-external-body): Use mm-display-part
18061 instead of gnus-display-mime.
18062
18063 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18064 instead of with-temp-buffer.
18065
18066 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18067 tag to summarized topics part in order to encode non-ASCII text.
18068
18069 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
18070
18071 * smiley.el (smiley-style): New variable.
18072 (smiley-directory): New function.
18073 (smiley-data-directory): Derive from `smiley-style' using
18074 `smiley-directory'.
18075 (smiley-regexp-alist): Add new entries.
18076
18077 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18078 (gnus-article-browse-delete-temp): Add :version.
18079
18080 2006-04-11 Arne Jørgensen <arne@arnested.dk>
18081
18082 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18083 the sieve region.
18084
18085 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18086
18087 * gnus.el (gnus-version-number): Bump version.
18088
18089 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
18090
18091 * gnus.el: No Gnus v0.4 is released.
18092
18093 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18094
18095 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18096 layout.
18097
18098 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18099 unknown charset.
18100
18101 * message.el (message-header-synonyms): Add Original-To to the
18102 default.
18103
18104 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18105 optional parameter.
18106
18107 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
18108
18109 * gnus-fun.el (gnus): Require it for gnus-directory.
18110
18111 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18112
18113 * gnus-fun.el (gnus-face-properties-alist): Add :version.
18114
18115 2006-04-05 Daiki Ueno <ueno@unixuser.org>
18116
18117 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18118
18119 2006-04-05 Simon Josefsson <jas@extundo.com>
18120
18121 * password.el (password-reset): New function.
18122
18123 2006-04-05 Daiki Ueno <ueno@unixuser.org>
18124
18125 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18126 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18127
18128 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18129
18130 * nnweb.el (nnweb-google-create-mapping): Update regexp.
18131 Some whitespace was matched into the url, which broke browsing hits
18132 > 100 when mm-url-use-external was nil.
18133
18134 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
18135
18136 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18137 Check gnus-extra-headers for 'Newsgroups.
18138
18139 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18140 bound.
18141
18142 2006-04-04 Daiki Ueno <ueno@unixuser.org>
18143
18144 * pgg-gpg.el: Clean up process buffers every time gpg processes
18145 complete.
18146
18147 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
18148
18149 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18150 doc string.
18151
18152 2006-04-03 Daiki Ueno <ueno@unixuser.org>
18153
18154 * pgg-gpg.el (pgg-gpg-process-filter)
18155 (pgg-gpg-wait-for-completion): Check if buffer is alive.
18156
18157 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18158 lines, temporary fix.
18159
18160 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
18161
18162 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18163
18164 2006-03-29 Daiki Ueno <ueno@unixuser.org>
18165
18166 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18167 default-enable-multibyte-characters. This reverts the change from
18168 revision 6.17 which is no longer necessary because the passphrase
18169 is sent separately now. GnuPG messages are unreadable under
18170 multibyte locales with default-enable-multibyte-characters set to
18171 nil.
18172
18173 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
18174
18175 * message.el (message-tool-bar-gnome): Move "spell".
18176
18177 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
18178
18179 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18180 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
18181 instead.
18182
18183 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
18184
18185 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18186 Improve newsgroups handling for NNTP overviews which don't include
18187 Newsgroups.
18188
18189 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18190
18191 * message.el (message-resend): Bind message-generate-hashcash to nil.
18192
18193 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18194
18195 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18196 when searching for already-paid recipients.
18197
18198 2006-03-27 Daiki Ueno <ueno@unixuser.org>
18199
18200 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18201 passphrases when it is not needed.
18202 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18203 passphrase stuff from gpg, should only be necessary when you use
18204 gpg with a smartcard.
18205
18206 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
18207
18208 * mml.el (mml-insert-mime): Ignore cached contents of
18209 message/external-body part.
18210
18211 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18212 (mm-insert-part): Ditto.
18213
18214 2006-03-23 Simon Josefsson <jas@extundo.com>
18215
18216 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18217 Reiner.
18218 (pgg-gpg-use-agent-p): Use it again.
18219
18220 2006-03-23 Simon Josefsson <jas@extundo.com>
18221
18222 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18223 older emacsen.
18224 (pgg-gpg-use-agent-p): Don't use it.
18225
18226 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
18227
18228 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18229 if we can.
18230
18231 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
18232
18233 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18234 (pgg-gpg-update-agent): New function.
18235 (pgg-gpg-use-agent-p): New function.
18236 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18237 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18238 (pgg-gpg-sign-region): Use it.
18239
18240 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
18241
18242 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18243 Reported by Ralf Wachinger <rwachinger@gmx.de>.
18244
18245 2006-03-21 Simon Josefsson <jas@extundo.com>
18246
18247 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18248 <wilde@sha-bang.de>.
18249 (pgg-gpg-use-agent): New variable.
18250 (pgg-gpg-process-region): Use it.
18251 (pgg-gpg-encrypt-region): Likewise.
18252 (pgg-gpg-encrypt-symmetric-region): Likewise.
18253 (pgg-gpg-decrypt-region): Likewise.
18254 (pgg-gpg-sign-region): Likewise.
18255 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18256
18257 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
18258
18259 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18260
18261 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18262 Add comment on version.
18263
18264 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
18265
18266 * smiley.el: Add missing test smiley.
18267
18268 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
18269
18270 * mm-decode.el (mm-with-part): New macro.
18271 (mm-get-part): Use it; work with message/external-body as well.
18272 (mm-save-part): Treat name and filename equally.
18273
18274 * mm-extern.el (mm-extern-cache-contents): New function.
18275 (mm-inline-external-body): Use it; force the part to be displayed;
18276 move undisplayer added to the cached handle to the parent.
18277
18278 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18279 (gnus-mime-view-part-as-type): Work with message/external-body.
18280
18281 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18282
18283 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
18284
18285 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18286 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
18287 Emacs.]
18288
18289 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
18290
18291 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18292 path rather than symbol. Always return list of directories.
18293 Guarantee that image directory comes first. [Sync with image.el,
18294 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
18295
18296 * message.el (message-make-tool-bar): Adjust to new API of
18297 `gmm-image-load-path-for-library'.
18298
18299 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18300
18301 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18302
18303 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18304
18305 * gnus-art.el (gnus-article-only-boring-p):
18306 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18307 intangible text.
18308 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18309
18310 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
18311
18312 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18313 Use `defun' instead of `gmm-defun-compat'.
18314
18315 2006-03-14 Simon Josefsson <jas@extundo.com>
18316
18317 * message.el (message-unique-id): Don't use message-number-base36
18318 if (user-uid) is a float.
18319 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18320
18321 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
18322
18323 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18324
18325 * gnus-art.el (gnus-mime-display-single): Make sure there is an
18326 empty line between a part and a message part.
18327
18328 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
18329
18330 * smiley.el: Add more test smileys.
18331 (smiley-data-directory, smiley-regexp-alist)
18332 (gnus-smiley-file-types): Fix doc strings.
18333 (smiley-update-cache): Clear smiley-cached-regexp-alist before
18334 adding new elements.
18335 (smiley-mouse-map): Unused code. Make it a comment.
18336
18337 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
18338
18339 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18340 scan latest NoCeM messages instead of old ones.
18341 (gnus-nocem-check-article): Fix regexps so as to match to PGP
18342 delimiters that are recently used.
18343 (gnus-nocem-load-cache): Add autoload cookie.
18344
18345 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18346
18347 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18348 level which is larger than gnus-use-nocem is specified.
18349
18350 * gnus-group.el (gnus-group-get-new-news): Ditto.
18351
18352 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
18353
18354 * gnus-util.el (gnus-tool-bar-update): New function.
18355
18356 * gnus-group.el (gnus-group-update-tool-bar): New variable.
18357 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18358
18359 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18360
18361 * gnus-group.el (gnus-group-redraw-when-idle)
18362 (gnus-group-redraw-check): Remove.
18363 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18364
18365 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
18366
18367 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18368 if optional last element is specified in splits (FIELD VALUE...).
18369
18370 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
18371
18372 * message.el (message-make-tool-bar): Rename gmm-image-load-path
18373 to gmm-image-load-path-for-library. Call with no-error argument.
18374 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18375
18376 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18377
18378 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18379
18380 * gmm-utils.el (gmm-image-load-path): Remove alias.
18381
18382 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
18383
18384 * gmm-utils.el (gmm-image-load-path): Add alias.
18385
18386 * nnml.el (nnml-generate-nov-databases-directory): Rename from
18387 nnml-generate-nov-databases-1.
18388 (nnml-generate-nov-databases): Use it.
18389 (nnml-generate-nov-databases-directory): Document no-active
18390 argument.
18391
18392 * gmm-utils.el (gmm-image-load-path-for-library): Return single
18393 directory if path is t. Add no-error.
18394
18395 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18396 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18397
18398 * gnus-art.el (gnus-article-browse-delete-temp-files):
18399 Simplify resetting gnus-article-browse-html-temp-list.
18400
18401 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18402 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
18403 Add example to docstring. Rename local variables. Move error
18404 checks to default case in cond and simplify.
18405
18406 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
18407
18408 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18409 handle is multipart when calling it recursively.
18410 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18411
18412 2006-03-03 Daniel Pittman <daniel@rimspace.net>
18413
18414 * nnimap.el (nnimap-request-update-info-internal): Optimize.
18415 Don't `gnus-uncompress-range' to avoid excessive memory usage.
18416
18417 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18418
18419 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18420 is loaded.
18421
18422 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18423 loaded.
18424
18425 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
18426
18427 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18428 to "Emacs 23 (unicode)" in doc string.
18429
18430 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18431 "Emacs 23 (unicode)" in comment.
18432
18433 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18434
18435 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18436
18437 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18438 characters 160 through 255 in Emacs 23.
18439
18440 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18441
18442 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18443 gnus-article-browse-html-temp.
18444 (gnus-article-browse-delete-temp): Make it customizable.
18445 Add `file'. Adjust doc string.
18446 (gnus-article-browse-delete-temp-files): Add argument.
18447 Allow query for each file. Adjust doc string.
18448 (gnus-article-browse-html-parts):
18449 Add `gnus-article-browse-delete-temp-files' to
18450 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18451
18452 2006-03-02 Hynek Schlawack <hynek@ularx.de>
18453
18454 * gnus-art.el (gnus-article-browse-html-temp)
18455 (gnus-article-browse-delete-temp): New variables.
18456 (gnus-article-browse-delete-temp-files): New function.
18457 (gnus-article-browse-html-parts): Use it.
18458
18459 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18460
18461 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18462
18463 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18464 string.
18465
18466 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18467 gnus-summary-insert-new-articles when unplugged.
18468 Remove gnus-summary-search-article-forward.
18469
18470 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18471 display-visual-class instead of display-color-cells.
18472
18473 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
18474
18475 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18476 message/* containing non-ASCII text properly.
18477
18478 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
18479
18480 * message.el: Require gmm-utils, remove autoloads.
18481 (message-tool-bar): Set default based on
18482 gmm-tool-bar-style.
18483 (message-tool-bar-gnome): Add gmm-customize-mode.
18484
18485 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18486 gmm-tool-bar-style.
18487 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18488
18489 * gnus-group.el (gnus-group-tool-bar): Set default based on
18490 gmm-tool-bar-style.
18491 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18492
18493 * gmm-utils.el (gmm-image-directory): Rename variable from
18494 gmm-image-load-path.
18495 (gmm-image-load-path): Use gmm-image-directory.
18496 (gmm-customize-mode): New function.
18497 (gmm-tool-bar-style): New variable.
18498
18499 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18500 gnus-group-redraw-line-number.
18501 (gnus-group-redraw-check): Simplify.
18502 (gnus-group-tool-bar-update): Remove redraw check.
18503 (gnus-group-make-tool-bar): Add redraw check.
18504
18505 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
18506
18507 * gnus-art.el (gnus-button): Add missing parentheses.
18508
18509 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
18510
18511 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18512
18513 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18514
18515 * gnus-art.el (gnus-button): New face.
18516 (gnus-article-button-face): Use it.
18517
18518 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18519 Add gnus-summary-next-page. Re-order.
18520
18521 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18522 next-node are now included.
18523 (gnus-group-redraw-line-number): New internal variable.
18524 (gnus-group-redraw-check): Helper function for updating the tool
18525 bar.
18526 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18527
18528 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18529
18530 * spam.el (spam-spamassassin-score-regexp): New internal variable.
18531 (spam-extra-header-to-number, spam-check-spamassassin-headers):
18532 Use it to match format of Spamassassin 3.0 and later.
18533 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18534 (spam-check-bogofilter)
18535 (spam-bogofilter-register-with-bogofilter): Fix args of
18536 `gnus-error' calls.
18537
18538 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18539
18540 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18541 unnecessary interaction when sending queued mails.
18542 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18543
18544 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
18545
18546 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18547 first or last are nil.
18548
18549 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18550
18551 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18552
18553 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18554
18555 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18556
18557 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18558
18559 * dns.el (query-dns): Protect more against buggy tcp output.
18560
18561 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18562
18563 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18564 nov.php.
18565
18566 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18567
18568 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18569 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18570 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
18571 output on the server side.
18572 (nnweb-google-create-mapping): Update regexps and add some
18573 progress indication.
18574
18575 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
18576
18577 * gnus-group.el (gnus-group-tool-bar-gnome):
18578 Fix gnus-agent-toggle-plugged. Re-order icons.
18579 (gnus-group-tool-bar-gnome):
18580 Add gnus-group-{prev,next}-unread-group.
18581 (gnus-group-tool-bar-gnome): Re-order icons.
18582
18583 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18584 Move gnus-summary-insert-new-articles.
18585
18586 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18587 Fix comments.
18588
18589 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
18590 also available in Emacs 21.3.
18591
18592 * message.el (message-fix-before-sending): Change "Emacs 22" to
18593 "Emacs 23 (unicode)" in comment.
18594
18595 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18596 "Emacs 23 (unicode)" in comment.
18597
18598 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18599 comment.
18600 (mm-coding-system-p): Add comment about no-MULE XEmacs.
18601
18602 * mm-view.el (mm-fill-flowed): Add :version.
18603
18604 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
18605
18606 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18607 and load-path.
18608
18609 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
18610
18611 * message.el: Autoload gmm-image-load-path.
18612 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18613 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
18614 consitency.
18615
18616 * gmm-utils.el (gmm-image-load-path): Also search in
18617 "../etc/images". Don't set gmm-image-load-path if we don't find
18618 the image.
18619
18620 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
18621
18622 * gmm-utils.el (gmm-image-load-path): Don't make
18623 `gmm-image-load-path' include subdirectories which the second arg
18624 `image' might specify.
18625
18626 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18627 subdirectory to icon file names.
18628
18629 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18630
18631 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
18632
18633 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18634 gmm-image-load-path calls.
18635
18636 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18637
18638 * message.el (message-make-tool-bar): Ditto.
18639
18640 * mml.el (mml-preview): Add comment concerning tool bar icons.
18641
18642 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18643 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18644
18645 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18646 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18647
18648 * message.el (message-tool-bar-gnome): Use new icon names.
18649 (message-make-tool-bar): Use `gmm-image-load-path'.
18650
18651 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18652 New functions from MH-E.
18653 (gmm-image-load-path): New variable from MH-E.
18654 (gmm-image-load-path): New function from MH-E. Add arguments
18655 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
18656 *-image-load-path-called-flag.
18657
18658 2006-02-21 Milan Zamazal <pdm@brailcom.org>
18659
18660 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18661
18662 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
18663
18664 * nnimap.el (nnimap-request-move-article): Change folder back to
18665 source group before deleting.
18666
18667 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
18668
18669 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18670
18671 * gnus-art.el (mm-url-insert-file-contents-external):
18672 Autoload mm-url.
18673
18674 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18675
18676 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
18677
18678 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18679 coding system which mm-charset-to-coding-system returns for a
18680 given charset is valid.
18681
18682 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
18683
18684 * html2text.el (html2text-remove-tag-list):
18685 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18686
18687 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
18688
18689 * gnus-cus.el: Revert 2005-10-17 change.
18690
18691 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
18692
18693 * gnus-art.el (article-strip-banner):
18694 Call article-really-strip-banner only when the regexp match is made.
18695
18696 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
18697
18698 * gnus-art.el (article-strip-banner):
18699 Use gnus-extract-address-components instead of
18700 mail-header-parse-addresses to make it work with non-ASCII text;
18701 remove mail-encode-encoded-word-string.
18702
18703 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18704 values which are surrounded with \"...\"; make it never cause a
18705 Lisp error; give up parsing of parameters if it failed in
18706 extracting type.
18707
18708 2006-02-14 Arne Jørgensen <arne@arnested.dk>
18709
18710 * smime.el (smime-cert-by-ldap-1): Fix bug where
18711 `smime-ldap-search' returns results without userCertificates.
18712
18713 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
18714
18715 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18716
18717 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
18718
18719 * spam.el (spam-check-spamassassin-headers): Adapt format for
18720 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
18721 <ari@mbf.ocn.ne.jp>.
18722 (spam-list-of-processors): Add spam-use-gmane.
18723
18724 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18725
18726 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18727 make-temp-file; make it work with XEmacs as well.
18728
18729 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18730 mm-make-temp-file.
18731
18732 * mm-decode.el (mm-display-external): Use the 3rd arg of
18733 mm-make-temp-file.
18734 (mm-create-image-xemacs): Ditto.
18735
18736 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18737
18738 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18739 with message-narrow-to-headers.
18740 (gnus-draft-setup): Narrow to header to run message-fetch-field.
18741 (gnus-draft-check-draft-articles): New function.
18742 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18743
18744 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
18745
18746 * gnus-art.el (gnus-article-browse-html-parts):
18747 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18748 Don't use suffix argument for mm-make-temp-file for Emacs 21
18749 compatibility. Remove useless `format'.
18750
18751 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18752
18753 * nnweb.el (nnweb-google-wash-article): Update regexps.
18754 (nnweb-group-alist): Use defvoo instead of defvar.
18755
18756 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
18757
18758 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18759 re-loading nn* modules.
18760
18761 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
18762
18763 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18764 for `tool-bar-mode' and don't check it's default-value.
18765
18766 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18767
18768 * message.el (message-make-tool-bar): Ditto.
18769
18770 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18771 `substring'. Shorten tmp-file name.
18772
18773 * gnus.el: Remove bogus comment.
18774
18775 2006-02-10 Hynek Schlawack <hynek@ularx.de>
18776
18777 * gnus-art.el (gnus-article-browse-html-parts): New function.
18778 (gnus-article-browse-html-article): New function for viewing html
18779 articles with a browser.
18780
18781 2006-02-09 Daiki Ueno <ueno@unixuser.org>
18782
18783 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18784 (mml2015-pgg-encrypt): Ditto.
18785
18786 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18787 (mml1991-pgg-encrypt): Ditto.
18788
18789 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18790
18791 * nnfolder.el (nnfolder-insert-newsgroup-line):
18792 Use message-make-date instead of current-time-string.
18793
18794 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18795 to gnus-decoded which mm-uu might set.
18796
18797 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18798
18799 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18800 don't decode quoted parameters; remove misimported Emacs code.
18801 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18802 (rfc2231-decode-encoded-string): Don't use split-string which
18803 behaves differently according to Emacs version; use
18804 mm-decode-coding-region to convert charset to coding-system.
18805 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18806 (rfc2231-encode-string): Remove misimported Emacs code.
18807
18808 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
18809
18810 * gnus-art.el (article-decode-charset): Don't use ignore-errors
18811 when calling mail-header-parse-content-type.
18812 (article-de-quoted-unreadable): Ditto.
18813 (article-de-base64-unreadable): Ditto.
18814 (article-wash-html): Ditto.
18815
18816 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18817 calling mail-header-parse-content-type and
18818 mail-header-parse-content-disposition.
18819 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18820 mail-header-parse-content-type.
18821
18822 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18823 insert charset and format parameters; encode description after
18824 inserting it to buffer.
18825 (mml-insert-parameter): Fold lines properly even if a parameter is
18826 segmented into two or more lines; change the max column to 76.
18827
18828 * rfc1843.el (rfc1843-decode-article-body): Don't use
18829 ignore-errors when calling mail-header-parse-content-type.
18830
18831 * rfc2231.el (rfc2231-parse-string): Return at least type if
18832 possible; don't cause an error even if it fails in parsing of
18833 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18834 (rfc2231-encode-string): Don't break lines at the beginning, leave
18835 it to mml-insert-parameter.
18836
18837 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18838 calling mail-header-parse-content-type.
18839
18840 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
18841
18842 * spam-report.el (spam-report-gmane-use-article-number):
18843 Improve doc string.
18844 (spam-report-gmane-internal): Check if a suitable header was found
18845 in the article.
18846
18847 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
18848
18849 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18850 (rfc2231-encode-string): Make param*=value always begin with LWSP.
18851
18852 2006-02-05 Romain Francoise <romain@orebokech.com>
18853
18854 Update copyright notices of all files in the gnus directory.
18855
18856 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18857
18858 * nnweb.el (nnweb-request-group): Avoid growing overview files.
18859
18860 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
18861
18862 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18863 segmented lines of parameter value to cope with Thunderbird 1.5
18864 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18865 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18866 (rfc2231-encode-string): Don't make lines exceeding 76 column.
18867
18868 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
18869
18870 * mml.el (mml-generate-mime-1): Correct the order of inline signed
18871 parts.
18872
18873 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18874
18875 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18876 there's only one active file for all servers.
18877 (nnweb-request-scan): Make sure nnweb-articles is initialized on
18878 solid groups. Gnus might have used a FAST request to select the group.
18879 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18880 and nnweb-search redundantly in the active file.
18881 (nnweb-request-list): Don't list bogus groups. There can only be one.
18882 (nnweb-request-create-group): Don't use ARGS.
18883 (nnweb-possibly-change-server, nnweb-request-group): Remove some
18884 initializations. Let nnoo do the work.
18885
18886 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
18887
18888 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18889 Say the part has been decoded.
18890
18891 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18892
18893 2006-01-31 Kevin Ryde <user42@zip.com.au>
18894
18895 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18896 mailcap-viewer-test-cache when there's no 'test clause, since that
18897 will invert the meaning of a "nil" test previously determined by
18898 mailcap-mailcap-entry-passes-test.
18899
18900 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
18901
18902 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18903 compiling.
18904
18905 * gnus-sum.el: Ditto.
18906
18907 * message.el: Don't bind tool-bar-map when compiling.
18908
18909 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
18910
18911 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18912
18913 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18914
18915 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18916 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18917 current Google Groups.
18918
18919 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
18920
18921 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18922 and tool-bar-mode.
18923
18924 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18925 and tool-bar-mode.
18926
18927 * message.el (message-tool-bar-update): Simplify.
18928 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18929
18930 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18931 gnus-summary-buffer.
18932 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18933 gnus-summary-reply.
18934
18935 * gmm-utils.el (gmm): Add :version.
18936
18937 2006-01-26 Steve Youngs <steve@sxemacs.org>
18938
18939 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18940 Don't autoload.
18941
18942 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18943
18944 * gmm-utils.el (gmm-verbose): Add :group.
18945
18946 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
18947
18948 * message.el: Change some comments WRT tool-bars.
18949
18950 * gnus-sum.el (gnus-summary-tool-bar)
18951 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18952 (gnus-summary-tool-bar-zap-list): New variables.
18953 (gnus-summary-make-tool-bar): Complete rewrite using
18954 `gmm-tool-bar-from-list'.
18955
18956 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18957 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18958 New variables.
18959 (gnus-group-make-tool-bar): Complete rewrite using
18960 `gmm-tool-bar-from-list'.
18961 (gnus-group-tool-bar-update): New function.
18962
18963 * message.el (message-mode-field-menu): Add "Show hidden Headers".
18964
18965 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
18966
18967 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18968 is dissected into a single part of which the type is the same as
18969 the given one; decode charset.
18970
18971 2006-01-21 Kevin Ryde <user42@zip.com.au>
18972
18973 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18974 into alists as symbol not string, since that's what
18975 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18976 look for.
18977
18978 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
18979
18980 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18981 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18982
18983 * message.el (message-tool-bar-gnome): Use gmm-ignore.
18984
18985 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18986
18987 * gnus-art.el (gnus-mime-security-button-commands): New variable.
18988 (gnus-mime-security-button-menu): New definition.
18989 (gnus-mime-security-button-map): Use them.
18990 (gnus-mime-security-button-menu): New function.
18991 (gnus-insert-mime-security-button): Addition to help echo.
18992 (gnus-mime-security-run-function, gnus-mime-security-save-part)
18993 (gnus-mime-security-pipe-part): New functions.
18994
18995 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18996 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18997
18998 * mm-decode.el (mm-handle-set-disposition): Remove.
18999 (mm-handle-set-description): Remove.
19000
19001 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
19002
19003 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19004 (mm-w3m-standalone-supports-m17n-p): New function.
19005 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19006 w3m usage.
19007
19008 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19009 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19010
19011 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
19012
19013 * message.el (message-tool-bar-zap-list):
19014 Use gmm-tool-bar-zap-list as custom type.
19015 (message-tool-bar-update): New function.
19016 (message-tool-bar, message-tool-bar-gnome)
19017 (message-tool-bar-retro): Add message-tool-bar-update.
19018 (message-tool-bar-gnome): Add flyspell-buffer.
19019
19020 * gnus-util.el (gnus-error): Describe `args'.
19021
19022 * gmm-utils.el (gmm-error): Describe `args'.
19023 (gmm-tool-bar-zap-list): New widget.
19024 (gmm-tool-bar-from-list): Improve description of `zap-list'.
19025
19026 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
19027
19028 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19029 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19030 the number of recursive calls.
19031
19032 * mm-decode.el (mm-handle-set-disposition): New macro.
19033 (mm-handle-set-description): New macro.
19034
19035 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
19036
19037 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19038 encoding.
19039
19040 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
19041
19042 * message.el (message-tool-bar-zap-list, message-tool-bar)
19043 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19044 (message-tool-bar-local-item-from-menu): Remove.
19045 (message-tool-bar-map): Replace by `message-make-tool-bar'.
19046 (message-make-tool-bar): New function.
19047 (message-mode): Use `message-make-tool-bar'.
19048
19049 * gmm-utils.el: New file.
19050 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19051 (gmm-lazy): New widget copied from `nnmail.el'.
19052 (gmm-tool-bar-from-list): New function for creating customizable
19053 tool bars.
19054 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
19055 output.
19056 (gmm): Add :prefix to defgroup.
19057
19058 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
19059
19060 * gmm-utils.el (gmm-widget-p): New function.
19061
19062 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
19063
19064 * mml.el (mml-attach-file): Describe `description' in doc string.
19065 (mml-menu): Add Emacs MIME manual and PGG manual.
19066
19067 2006-01-20 Richard M. Stallman <rms@gnu.org>
19068
19069 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19070
19071 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
19072
19073 * nntp.el (nntp-end-of-line): Doc fix.
19074
19075 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
19076
19077 * imap.el (imap-open): Handle case where buffer is a buffer
19078 object.
19079
19080 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
19081
19082 * gnus-delay.el (gnus-delay): Don't autoload.
19083 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19084 to be re-loaded when customizing the `gnus-delay' group.
19085
19086 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
19087
19088 * message.el (message-insert-citation-line): Use newlines.
19089
19090 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
19091
19092 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19093
19094 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19095
19096 2006-01-19 Mark D. Baushke <mdb@gnu.org>
19097
19098 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19099
19100 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
19101
19102 * mm-decode.el (mm-inlined-types): Add application/pgp.
19103 (mm-automatic-display): Ditto.
19104
19105 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19106 part as text.
19107
19108 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
19109
19110 * nnrss.el: Update copyright.
19111 (nnrss-opml-import): Query whether to subscribe to each entry.
19112
19113 * gnus-art.el:
19114 * gnus-sum.el:
19115 * mm-uu.el:
19116 * mm-view.el: Update copyright.
19117
19118 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
19119
19120 * message.el (message-info): New function.
19121 (message-mode-menu): Add it.
19122 Update copyright.
19123
19124 * ChangeLog: Fix and update copyright.
19125
19126 2006-01-13 Romain Francoise <romain@orebokech.com>
19127
19128 * message.el (message-forward-subject-name-subject): Prefer the
19129 address to 'nowhere' if the sender has no name.
19130 Fix typo. Update copyright year.
19131
19132 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
19133
19134 * gnus-art.el (article-wash-html):
19135 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19136 (gnus-article-wash-html-with-w3m-standalone): New function.
19137
19138 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19139 mm-inline-text-html-render-with-w3m-standalone.
19140 (mm-text-html-washer-alist): Map w3m-standalone to
19141 gnus-article-wash-html-with-w3m-standalone.
19142 (mm-inline-text-html-render-with-w3m-standalone): New function.
19143
19144 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
19145
19146 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19147 Improve LaTeX.
19148
19149 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
19150
19151 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19152 (nnrss-request-article): Render text/plain parts as HTML.
19153
19154 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19155 the buffer.
19156
19157 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
19158
19159 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19160 custom definition of `gnus-posting-styles'.
19161
19162 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19163 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19164
19165 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
19166
19167 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19168 Use nntp for bug archive.
19169
19170 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
19171
19172 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19173 parts.
19174 (nnrss-normalize-date): New function converts ISO 8601 date into
19175 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
19176 (nnrss-check-group): Use it.
19177
19178 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
19179
19180 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19181
19182 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19183 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
19184 (nnrss-insert-w3): Ditto.
19185
19186 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
19187
19188 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19189 the articles to be forwarded including the case where neither a
19190 number of articles nor a region is specified.
19191
19192 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
19193
19194 * nnrss.el (nnrss-request-article): Fix last change; fill
19195 text/plain parts.
19196
19197 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
19198
19199 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19200 in text/plain part.
19201 (nnrss-check-group): Don't add excessive newline to dc:subject.
19202
19203 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
19204
19205 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19206 article.
19207
19208 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
19209
19210 * nnml.el: Don't require gnus-bcklg. Autoload it.
19211 (nnml-use-compressed-files, nnml-save-mail): Support other
19212 comression programs such as bzip2.
19213
19214 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19215
19216 * dns.el (query-dns): Make sure we check the buffer size before
19217 removing tcp headers.
19218
19219 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
19220
19221 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19222 remove MIME buttons associated with multipart/alternative parts.
19223 (gnus-mime-display-alternative): Tag buttons using `article-type'
19224 text property.
19225
19226 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19227 associated with multipart/alternative parts.
19228
19229 * gnus-art.el (gnus-signature-separator): Fix custom type.
19230
19231 * mm-decode.el (mm-inlined-types): Fix custom type.
19232 (mm-keep-viewer-alive-types): Ditto.
19233 (mm-automatic-display): Ditto.
19234 (mm-attachment-override-types): Ditto.
19235 (mm-inline-override-types): Ditto.
19236 (mm-automatic-external-display): Ditto.
19237
19238 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
19239
19240 * spam-report.el (spam-report-user-mail-address)
19241 (spam-report-user-agent): New variables.
19242 (spam-report-url-ping-plain): Use spam-report-user-agent.
19243
19244 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
19245
19246 * gnus-art.el (gnus-button-handle-custom): Do not just use
19247 `customize-apropos' for any "M-x customize-*" button but the
19248 function called for. Accept both the function name and its
19249 argument in order to achieve this.
19250 (gnus-button-alist): Remove support for "custom:" URL's.
19251 Pass function name to `gnus-button-handle-custom' in case of "M-x
19252 customize-*" buttons.
19253
19254 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
19255
19256 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19257 multipart/alternative and add xref to mm-discouraged-alternatives
19258 in doc string.
19259
19260 * mm-decode.el (mm-discouraged-alternatives): Add xref to
19261 gnus-buttonized-mime-types in doc string.
19262
19263 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
19264
19265 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19266 Suggest image/.* in the doc string.
19267
19268 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
19269
19270 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19271 message-marks (Debian bug#342521).
19272
19273 2005-12-12 Simon Josefsson <jas@extundo.com>
19274
19275 * password.el (password-read-from-cache): Add.
19276 (password-read): Use it.
19277
19278 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
19279
19280 * rfc2047.el (rfc2047-charset-to-coding-system):
19281 Recognize us-ascii as a MIME charset.
19282
19283 * mm-bodies.el (mm-decode-content-transfer-encoding):
19284 Protect against the case where the 2nd arg TYPE is nil.
19285
19286 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19287
19288 * pop3.el (pop3-stream-type): Fix custom version.
19289
19290 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19291
19292 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19293
19294 * mm-decode.el (mm-display-external): Add missing cdr.
19295
19296 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
19297
19298 * mm-decode.el (mm-display-external): Use nametemplate (defined in
19299 RFC1524) if it is in mailcap or add a suffix according to
19300 mailcap-mime-extensions when generating a temp filename; postpone
19301 deleting a temp file for 2 seconds for some wrappers, shell
19302 scripts, and so on, which might exit right after having started a
19303 viewer command as a background job.
19304
19305 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19306
19307 * nntp.el (nntp-marks-directory): Fix custom group.
19308
19309 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19310 steps when < 10.
19311
19312 * gnus-start.el (gnus-no-server-1):
19313 Mention `gnus-level-default-subscribed' in doc string.
19314
19315 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19316
19317 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19318 parens.
19319
19320 2005-11-26 Dave Love <fx@gnu.org>
19321
19322 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19323 (tls-program, tls-success): Provide openssl alternative.
19324
19325 * starttls.el: Doc fixes.
19326 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19327 SERVICE to PORT.
19328
19329 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
19330 port null or service name.
19331 (starttls-negotiate): Autoload.
19332
19333 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19334
19335 * message.el (message-kill-to-signature): Fix interactive spec.
19336
19337 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
19338
19339 * pop3.el (pop3-open-server): Recognize a string as a service name.
19340
19341 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
19342
19343 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19344
19345 2005-11-23 Dave Love <fx@gnu.org>
19346
19347 Add pop3s, pop3/starttls.
19348
19349 * pop3.el (pop3-authentication-scheme): Clarify doc.
19350 (open-tls-stream, starttls-open-stream): Autoload.
19351 (pop3-stream-type): New.
19352 (pop3-open-server): Use it.
19353
19354 * mail-source.el (mail-sources): Fix some :types. Add stream type
19355 for POP.
19356 (mail-source-keyword-map): Add :stream for POP.
19357 (mail-source-fetch-pop): Use pop3-stream-type.
19358
19359 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
19360
19361 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19362 of current-time-string.
19363
19364 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
19365
19366 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19367 date header.
19368
19369 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19370
19371 * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
19372 it can seriously impact performance as it bypasses the agent's
19373 local caches.
19374
19375 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19376
19377 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19378 must be explicitly online rather than "not explicitly offline" for
19379 its flags to be synchronized.
19380
19381 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19382 that gnus-uu-unmark-thread will function correctly.
19383
19384 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19385 1024K is instead displayed as 1M.
19386
19387 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19388
19389 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19390
19391 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
19392
19393 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19394
19395 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
19396
19397 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19398 error message to display actual error condition.
19399 (gnus-agent-save-local): Avoid saving symbols that are bound to
19400 nil as they simply result in a warning message in
19401 gnus-agent-read-local.
19402
19403 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19404
19405 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19406 rather than make-variable-buffer-local for file-precious-flag.
19407
19408 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19409
19410 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19411 for duplicates which are removed. The invalid sort check then
19412 triggers a rescan after the sort as sorting may have moved
19413 duplicate entries such that they can be cheaply detected.
19414
19415 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19416
19417 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19418
19419 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19420
19421 * gnus-agent.el (gnus-agent-article-alist-save-format):
19422 Change internal variable to a custom variable. Change default value
19423 from compressed(2) to uncompressed(1).
19424 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19425 support for uncompressed agentview files. Taken together, reading
19426 the agentview file should now be 6-7 times faster.
19427
19428 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
19429
19430 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19431 as a buffer-local variable. This avoids creating truncated
19432 dribble files as a result of a hang up, eg.
19433
19434 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19435
19436 * gnus-start.el (gnus-start-draft-setup):
19437 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19438
19439 * gnus.el (gnus-splash): Change custom group.
19440 (gnus-group-get-parameter, gnus-group-parameter-value):
19441 Describe allow-list argument.
19442
19443 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19444 string.
19445
19446 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19447
19448 * gnus-art.el (gnus-default-article-saver): Add user-defined
19449 `function' to custom type.
19450
19451 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19452
19453 * imap.el (imap-open): Handle case where buffer is a buffer
19454 object.
19455
19456 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19457
19458 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19459 long lines.
19460 (gnus-cache-delete-group): Wrap doc strings.
19461
19462 * gnus-agent.el (gnus-agent-rename-group)
19463 (gnus-agent-delete-group): Wrap doc strings.
19464
19465 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19466
19467 * gnus-start.el (gnus-1): Add "native" to
19468 gnus-predefined-server-alist.
19469
19470 * gnus.el (gnus-method-to-server): Don't add "native" to the
19471 lists here, because that leads to problems when
19472 gnus-select-method is bound.
19473
19474 2005-11-09 Simon Josefsson <jas@extundo.com>
19475
19476 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19477 use (not sort-by-date) instead.
19478
19479 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19480
19481 * gnus-delay.el (gnus-delay-group): Don't autoload.
19482 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19483 to be re-loaded when customizing the `gnus-delay' group.
19484
19485 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19486
19487 * message.el: Revert last changes.
19488 (message-insert-citation-line): Use newlines.
19489
19490 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19491
19492 * message.el (message-courtesy-message)
19493 (message-mark-insert-begin, message-mark-insert-end)
19494 (message-elide-ellipsis, message-cancel-message)
19495 (message-add-header, message-change-subject)
19496 (message-cross-post-followup-to-header)
19497 (message-cross-post-insert-note, message-reduce-to-to-cc)
19498 (message-widen-reply, message-delete-not-region)
19499 (message-kill-to-signature, message-insert-signature)
19500 (message-insert-importance-high, message-insert-importance-low)
19501 (message-insert-or-toggle-importance)
19502 (message-insert-disposition-notification-to)
19503 (message-indent-citation, message-yank-original)
19504 (message-cite-original-without-signature, message-cite-original)
19505 (message-insert-citation-line, message-position-on-field)
19506 (message-fix-before-sending, message-send-mail-partially)
19507 (message-send-mail, message-send-mail-with-sendmail)
19508 (message-send-mail-with-qmail, message-send-news)
19509 (message-check-news-header-syntax, message-generate-headers)
19510 (message-insert-courtesy-copy, message-fill-address)
19511 (message-fill-header, message-shorten-references)
19512 (message-setup-1, message-cancel-news)
19513 (message-forward-make-body-plain, message-forward-make-body-mime)
19514 (message-forward-make-body-mml, message-encode-message-body)
19515 (message-forward-make-body-digest-plain)
19516 (message-forward-make-body-digest-mime)
19517 (message-use-alternative-email-as-from): Insert `hard-newline'
19518 instead of ordinary newlines.
19519
19520 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
19521
19522 * message.el (message-generate-headers): Downcase the argument
19523 given to message-check-element.
19524
19525 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
19526
19527 * nntp.el (nntp-authinfo-rejected): New error condition.
19528 (nntp-wait-for): Use new error condition to signal authentication
19529 error.
19530 (nntp-retrieve-data): Rethrow new error condition to break out of
19531 recursive call to nntp-send-authinfo.
19532
19533 2005-11-08 Romain Francoise <romain@orebokech.com>
19534
19535 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19536 (gnus-summary-exit-map): Bind to `Z p'.
19537 (gnus-summary-make-menu-bar): Add menu item.
19538
19539 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
19540
19541 * gnus-art.el (gnus-article-treat-custom): Add `first'.
19542 (gnus-treat-*): Add `first' in all doc strings.
19543
19544 * gnus-group.el (gnus-group-compact-group): Fix typo.
19545
19546 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
19547
19548 * gnus.el (gnus-parameters-case-fold-search): New variable.
19549 (gnus-parameters-get-parameter): Use it.
19550
19551 * gnus-score.el (gnus-home-score-file): Doc fix.
19552
19553 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
19554
19555 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19556
19557 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
19558
19559 * mm-util.el (mm-special-display-p): New function.
19560
19561 * mml.el (mml-preview): Use it; doc fix.
19562
19563 2005-10-29 Romain Francoise <romain@orebokech.com>
19564
19565 * message.el (message-fix-before-sending): Fix comment.
19566
19567 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19568
19569 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19570
19571 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19572
19573 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19574 Used in gnus-score.el.
19575
19576 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
19577
19578 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19579
19580 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
19581
19582 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19583 whitespace removed in revision 7.8. Use concatenated string to
19584 protect trailing whitespace.
19585
19586 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
19587
19588 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19589 (nnimap-request-expire-articles): Use it to avoid sending 'UID
19590 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19591 Courier IMAP ("some version from 2004"). Mostly based on similar
19592 code in the same function.
19593
19594 2005-10-26 Didier Verna <didier@xemacs.org>
19595
19596 * gnus-group.el (gnus-group-compact-group): Invalidate original
19597 article buffer.
19598 * gnus-srvr.el (gnus-server-compact-server): Ditto.
19599 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19600 NOV database and in article itself.
19601 Invalidate article backlog.
19602
19603 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
19604
19605 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19606
19607 2005-10-26 Simon Josefsson <jas@extundo.com>
19608
19609 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19610 part of 2004-07-25 change.
19611
19612 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
19613
19614 * message.el (message-display-completion-list): New function.
19615 (message-expand-group): Use it; make sure the Completions buffer
19616 is modifiable.
19617
19618 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19619
19620 * imap.el (imap-open): Handle case where buffer is a buffer object.
19621
19622 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19623
19624 * pgg-def.el:
19625 * pgg-gpg.el:
19626 * pgg-parse.el:
19627 * pgg-pgp.el:
19628 * pgg-pgp5.el:
19629 * pgg.el: Move to the parent lisp directory.
19630
19631 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19632
19633 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19634 user-mail-name is an empty string.
19635
19636 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19637
19638 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19639 depending on gnus-score-decay-constant.
19640
19641 * encrypt.el (encrypt-insert-file-contents)
19642 (encrypt-write-file-contents): Don't use `gnus-message'.
19643
19644 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19645 arguments.
19646 (mm-uu-type-alist): Add message-marks and insert-marks.
19647 Pass arguments to mm-uu-verbatim-marks-extract.
19648 (mm-uu-hide-markers): New variable.
19649 (mm-uu-extract): Use face similar to `gnus-cite-3'.
19650
19651 * gnus-fun.el (gnus-convert-image-to-x-face-command)
19652 (gnus-convert-image-to-face-command): Use "convert" by default to
19653 allow other input image formats.
19654 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19655 accordingly.
19656
19657 2005-10-23 Simon Josefsson <jas@extundo.com>
19658
19659 * imap.el (imap-gssapi-program): Align command line parameters
19660 with latest GNU SASL.
19661 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19662
19663 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19664
19665 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19666 HTML.
19667 (nnslashdot-request-article): Ditto.
19668
19669 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19670
19671 * mail-source.el (mail-source-fetch-pop): Require pop3.
19672 (mail-source-check-pop): Ditto.
19673
19674 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
19675
19676 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19677 errors.
19678
19679 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
19680
19681 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19682 (gnus-treat-strip-leading-blank-lines): Improve doc string.
19683
19684 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19685
19686 * mm-bodies.el (mm-decode-string):
19687 Call `mm-charset-to-coding-system' with allow-override argument.
19688
19689 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
19690
19691 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19692 (rfc2047-charset-to-coding-system): New function.
19693 (rfc2047-decode-encoded-words): New function.
19694 (rfc2047-decode-region): Use them.
19695 (rfc2047-decode-cte): Remove.
19696 (rfc2047-parse-and-decode): Remove.
19697 (rfc2047-decode): Remove.
19698
19699 2005-10-15 Kenichi Handa <handa@m17n.org>
19700
19701 * rfc2047.el (rfc2047-decode-cte): New function.
19702 (rfc2047-decode-region): Change the way to decode successive
19703 encoded-words: decode B- or Q-encoding in each encoded-word,
19704 concatenate them, and decode it as charset.
19705
19706 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
19707
19708 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
19709 widget-move-and-invoke.
19710 (gnus-custom-mode): Use gnus-custom-map.
19711
19712 2005-10-15 Bill Wohler <wohler@newt.com>
19713
19714 * message.el (message-tool-bar-map): Rename image file from
19715 mail_send to mail/send.
19716
19717 2005-10-16 Masatake YAMATO <jet@gyve.org>
19718
19719 * message.el (message-expand-group): Pass the common
19720 prefix substring of completion to `display-completion-list'.
19721
19722 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
19723
19724 * mml-sec.el (mml-secure-method): New internal variable.
19725 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19726 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19727 New functions using mml-secure-method.
19728
19729 * mml.el (mml-mode-map): Add key bindings for those functions.
19730 (mml-menu): Simplify security menu entries. Suggested by Jesper
19731 Harder <harder@myrealbox.com>.
19732 (mml-attach-file, mml-attach-buffer, mml-attach-external):
19733 Goto end of message if point is the headers of the message.
19734
19735 * message.el (message-in-body-p): New function.
19736
19737 * assistant.el: Autoload gnus-util and netrc.
19738
19739 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19740 Use `mm-charset-override-alist' only when decoding.
19741
19742 * mm-bodies.el (mm-decode-body):
19743 Call `mm-charset-to-coding-system' with allow-override argument.
19744
19745 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19746 `filename' from Content-Disposition if Content-Type doesn't
19747 provide `name'.
19748 (gnus-mime-view-part-as-type): Set default instead of
19749 initial-input.
19750
19751 2005-10-09 Daniel Brockman <daniel@brockman.se>
19752
19753 * format-spec.el (format-spec): Propagate text properties of % spec.
19754
19755 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
19756
19757 * gnus-art.el (gnus-treat-predicate): Add `first'.
19758
19759 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
19760
19761 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19762 (mm-charset-override-alist): New variable.
19763 (mm-charset-to-coding-system): Use it.
19764 (mm-codepage-setup): New helper function.
19765 (mm-charset-eval-alist): New variable.
19766 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19767 Warn about unknown charsets.
19768
19769 2005-10-04 David Hansen <david.hansen@gmx.net>
19770
19771 * nnrss.el (nnrss-request-article): Add support for the comments tag.
19772 (nnrss-check-group): Ditto.
19773
19774 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
19775
19776 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19777 Rename x-gnus-verbatim to x-verbatim.
19778 (mm-uu-type-alist): Fix regexp for verbatim-marks.
19779
19780 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19781 x-verbatim.
19782
19783 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19784
19785 * gnus-util.el (gnus-remove-duplicates): Remove.
19786
19787 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19788 instead of gnus-remove-duplicates.
19789
19790 * message.el (message-remove-duplicates): Remove.
19791 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19792 message-remove-duplicates.
19793
19794 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19795 available, else use implementation from `delete-dups'.
19796
19797 * message.el (message-insert-expires): New function.
19798 (message-mode-map): Add key binding.
19799 (message-mode-field-menu): Add menu entry.
19800 (message-mode): Document it.
19801 (message-make-expires-date): Use `message-make-date'.
19802
19803 2005-10-04 Josh Huber <huber@alum.wpi.edu>
19804
19805 * message.el (message-make-expires-date): New function.
19806
19807 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
19808
19809 * time-date.el: Autoload parse-time-string, XEmacs needs it.
19810
19811 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
19812
19813 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19814 function rather than the diff-mode.el package.
19815 (mm-display-external): Use with-current-buffer.
19816 (mm-viewer-completion-map, mm-viewer-completion-map):
19817 Move initialization inside declaration.
19818
19819 2005-09-29 Simon Josefsson <jas@extundo.com>
19820
19821 * spam.el: Load hashcash when compiling, to avoid warnings.
19822 Don't autoload mail-check-payment.
19823 (spam-check-hashcash): Define unconditionally, since hashcash.el
19824 is part of Gnus now. Ignore errors from payment checking.
19825
19826 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
19827
19828 * message.el (message-bold-region, message-unbold-region):
19829 Rename from `bold-region' and `unbold-region'.
19830
19831 * message.el: Remove useless autoloads.
19832
19833 2005-09-28 Simon Josefsson <jas@extundo.com>
19834
19835 * message.el (message-use-idna): Default to t.
19836 (message-use-idna): Test whether encoding works too. Doc fix.
19837
19838 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
19839
19840 * nntp.el (nntp-warn-about-losing-connection): Remove.
19841
19842 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
19843
19844 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19845 customizable. Change default value.
19846 (mm-uu-diff-groups-regexp): Change default value.
19847 (mm-uu-type-alist): Add doc string.
19848 (mm-uu-configure): Add doc string. Make it interactive.
19849 (mm-uu-tex-groups-regexp): New variable.
19850 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19851 (mm-uu-type-alist): Add LaTeX documents.
19852 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19853 of "text/verbatim".
19854 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19855
19856 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19857 instead of "text/verbatim".
19858
19859 * message.el (message-mark-inserted-region)
19860 (message-mark-insert-file): Use slrn style marks when called with
19861 prefix argument.
19862
19863 2005-09-27 Simon Josefsson <jas@extundo.com>
19864
19865 * message.el (message-idna-to-ascii-rhs-1): Reformat.
19866
19867 2005-09-27 Arne Jørgensen <arne@arnested.dk>
19868
19869 * message.el (message-remove-duplicates): New function.
19870 Implementation borrowed from `gnus-remove-duplicates'.
19871 (message-idna-to-ascii-rhs): Also encode idna addresses in
19872 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19873 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19874 only ask about the same idna domain once per header and also tell
19875 in what header to replace the idna domain.
19876
19877 * gnus-art.el (article-decode-idna-rhs): Also decode idna
19878 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19879 (article-decode-idna-rhs): Fix regexp so that all idna-address in
19880 a header is decoded and not just the last one.
19881
19882 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
19883
19884 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19885 has been decoded.
19886
19887 * mm-decode.el (mm-automatic-display): Add text/verbatim.
19888 (mm-insert-part): Don't modify text if it has been decoded.
19889
19890 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19891 decoded.
19892
19893 * mm-view.el (mm-inline-text): Don't strip text props unless
19894 decoding enriched or richtext parts.
19895
19896 2005-09-25 Romain Francoise <romain@orebokech.com>
19897
19898 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19899 * gnus-start.el (gnus-subscribe-interactively):
19900 * gnus-uu.el (gnus-uu-grab-articles):
19901 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19902 space.
19903
19904 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
19905
19906 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19907 * mm-view.el (mm-view-pkcs7-decrypt):
19908 * gnus-sum.el (gnus-summary-limit-to-extra)
19909 (gnus-summary-respool-article, gnus-read-move-group-name):
19910 * gnus-score.el (gnus-summary-increase-score):
19911 * gnus-util.el (gnus-completing-read-with-default):
19912 * gnus-art.el (gnus-read-save-file-name)
19913 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19914 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19915 * message.el (message-check-news-header-syntax):
19916 Follow convention for reading with the minibuffer.
19917
19918 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
19919
19920 * spam-report.el (spam-report-url-ping-plain):
19921 Use gnus-extended-version as User-Agent.
19922
19923 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19924 default value is nil.
19925
19926 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19927 (mm-uu-verbatim-marks-extract): New function.
19928 (mm-uu-extract): New face.
19929 (mm-uu-copy-to-buffer): Use it.
19930
19931 * spam-report.el (spam-report-gmane-ham): Rename from
19932 `spam-report-gmane-unspam'.
19933 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19934 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
19935
19936 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19937 Autoload.
19938 (spam-report-gmane-unregister-routine):
19939 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19940
19941 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
19942
19943 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19944 (spam-report-gmane-unregister-routine): Add support for gmane
19945 unregistration.
19946
19947 * spam-report.el (spam-report-gmane-unspam)
19948 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19949 (spam-report-gmane): Change to take a single article and do unspam
19950 registration.
19951
19952 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19953
19954 * mm-url.el (mm-url-decode-entities): Fix regexp.
19955
19956 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19957
19958 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19959 default to nil, to be able to use Gnus at all. If the default
19960 switches to something else, then the function should be fixed not
19961 be exceedingly slow.
19962
19963 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
19964
19965 * gnus-start.el (gnus-activate-group): If the server is nil, don't
19966 fail hard.
19967
19968 * spam-report.el: Add better Keywords line.
19969
19970 * spam.el: Add Maintainer and better Keywords line.
19971
19972 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19973
19974 * gnus-art.el (gnus-article-replace-part)
19975 (gnus-mime-replace-part): New functions.
19976 (gnus-mime-action-alist, gnus-mime-button-commands)
19977 (gnus-mime-save-part-and-strip): Add file argument.
19978 (gnus-article-part-wrapper): Add interactive argument.
19979
19980 * gnus-sum.el (gnus-summary-mime-map):
19981 Add `gnus-article-replace-part'.
19982
19983 2005-09-19 Didier Verna <didier@xemacs.org>
19984
19985 The nnml compaction feature:
19986 * nnml.el (nnml-request-compact-group): New function.
19987 * nnml.el (nnml-request-compact): New function.
19988 * gnus-int.el (gnus-request-compact-group): New function.
19989 * gnus-int.el (gnus-request-compact): New function.
19990 * gnus-group.el (gnus-group-compact-group): New function.
19991 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19992 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19993 * gnus-srvr.el (gnus-server-compact-server): New function.
19994 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19995 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19996
19997 2005-09-18 Deepak Goel <deego@gnufans.org>
19998
19999 * sieve.el (sieve-help): Fix `message' call: first arg should be a
20000 format spec.
20001
20002 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
20003
20004 * gnus.el (gnus-group-startup-message): Bind image-load-path.
20005
20006 2005-09-15 Romain Francoise <romain@orebokech.com>
20007
20008 * message.el (message-fill-paragraph): Clarify docstring.
20009
20010 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
20011
20012 * gnus-art.el (gnus-mime-display-part): Protect against broken
20013 MIME messages.
20014
20015 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
20016
20017 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20018 before parsing header.
20019
20020 2005-09-11 Jari Aalto <jari.aalto@cante.net>
20021
20022 * html2text.el (html2text-replace-list): Add new entities.
20023
20024 2005-09-11 Romain Francoise <romain@orebokech.com>
20025
20026 * message.el (message-alternative-emails): Improve docstring.
20027 (message-setup-1): Call `message-use-alternative-email-as-from'
20028 after `message-setup-hook' to give it precedence over posting
20029 styles, etc.
20030 (message-use-alternative-email-as-from): Add docstring.
20031 Remove the original From header if present.
20032
20033 * nnml.el (nnml-compressed-files-size-threshold): New variable.
20034 (nnml-save-mail): Use it.
20035
20036 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20037 articles. Add new argument `silent'.
20038 (gnus-uu-mark-all): Report the total number of marked articles.
20039
20040 2005-09-10 Romain Francoise <romain@orebokech.com>
20041
20042 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20043 (gnus-uu-mark-series): Likewise.
20044
20045 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
20046
20047 * spam-report.el (spam-report-gmane): Fix generation of spam
20048 report URL.
20049
20050 2005-09-10 Simon Josefsson <jas@extundo.com>
20051
20052 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20053 t, based on discussion on the ding list with Robert Epprecht
20054 <epprecht@solnet.ch>.
20055
20056 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
20057
20058 * spam-report.el (spam-report-gmane): Make it work without
20059 X-Report-Spam header. Gmane now only provides Archived-At.
20060 This is only used if `spam-report-gmane-use-article-number' is nil.
20061 (spam-report-gmane-spam-header): Remove. Not used anymore.
20062
20063 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20064 make `gnus-summary-sort-by-recipient' work with threading.
20065
20066 * nnweb.el (nnweb-google-wash-article): Print a message if article
20067 is not available.
20068
20069 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20070
20071 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20072 change. Decode text/* parts content before displaying.
20073
20074 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
20075
20076 * mml-smime.el: Remove defvar of gnus-extract-address-components.
20077
20078 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
20079
20080 * mm-view.el (mm-display-inline-fontify): Disable support modes.
20081
20082 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
20083
20084 * message.el (message-tab-body-function): Fix mismatched custom type.
20085
20086 * gnus.el (gnus-group-change-level-function): Ditto.
20087
20088 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20089
20090 * gnus-art.el (gnus-signature-limit)
20091 (gnus-article-mime-part-function): Ditto.
20092
20093 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
20094
20095 * mml.el (mml-mode): Silence the byte compiler.
20096
20097 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20098 using `(sit-for 0)' before moving the point to the specified part;
20099 skip unbuttonized parts.
20100 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20101 return to the summary window if gnus-auto-select-part is non-nil.
20102
20103 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
20104
20105 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20106 New variables.
20107 (mml-dnd-attach-file, mml-mode): Use them.
20108
20109 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20110 Make fetching article by MID work again for Google Groups.
20111 Add FIXME concerning gnus-group-make-web-group.
20112
20113 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20114 Don't depend on Gnus by using mail-extract-address-components if
20115 gnus-extract-address-components is not bound.
20116
20117 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20118
20119 * gnus-art.el (gnus-mime-display-security): Don't display the
20120 signature, but only the signed part.
20121
20122 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
20123
20124 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20125
20126 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20127 list, not listp.
20128
20129 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
20130
20131 * mm-encode.el (mm-encode-content-transfer-encoding):
20132 Likewise when encoding.
20133
20134 * mm-bodies.el (mm-decode-content-transfer-encoding):
20135 De-canonicalize CRLF for all text content types, not just
20136 text/plain.
20137
20138 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
20139
20140 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20141 valid article; point arrow and cursor at the MIME button.
20142
20143 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
20144
20145 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20146 Suggested by Dan Christensen <jdc@uwo.ca>.
20147
20148 * mm-decode.el (mm-save-part): Enable change of prompt.
20149
20150 2005-08-29 Jari Aalto <jari.aalto@cante.net>
20151
20152 * gnus-msg.el (gnus-inews-add-send-actions):
20153 Make `message-post-method' lambda parameter ARG `&optional'.
20154
20155 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
20156
20157 * gnus-sum.el (gnus-summary-mime-map):
20158 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20159 gnus-article-jump-to-part.
20160
20161 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20162 (gnus-article-edit-part): Use it.
20163 (gnus-article-part-wrapper): Add no-handle argument.
20164 (gnus-article-save-part-and-strip, gnus-article-delete-part):
20165 New functions.
20166
20167 2005-08-29 Romain Francoise <romain@orebokech.com>
20168
20169 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20170 docstring.
20171 (gnus-face-from-file): Likewise.
20172
20173 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
20174
20175 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20176 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20177 non-nil.
20178 (gnus-auto-select-part): New variable.
20179 (gnus-article-jump-to-part): New function.
20180 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20181 (gnus-mime-delete-part): Allow selecting specified part after
20182 deleting or stripping parts.
20183 (gnus-article-jump-to-part): Don't use `read-number'. Use last
20184 part if argument is bogus.
20185
20186 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
20187
20188 * gnus-art.el (w3m-minor-mode-map):
20189 * gnus-spec.el (gnus-newsrc-file-version):
20190 * gnus-util.el (nnmail-active-file-coding-system)
20191 (gnus-original-article-buffer, gnus-user-agent):
20192 * gnus.el (gnus-ham-process-destinations)
20193 (gnus-parameter-ham-marks-alist)
20194 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20195 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20196 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20197 * mm-decode.el (gnus-current-window-configuration):
20198 * mm-extern.el (gnus-article-mime-handles):
20199 * mm-url.el (url-current-object, url-package-name)
20200 (url-package-version):
20201 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20202 (smime-keys, w3m-cid-retrieve-function-alist)
20203 (w3m-current-buffer, w3m-display-inline-images)
20204 (w3m-minor-mode-map):
20205 * mml-smime.el (gnus-extract-address-components):
20206 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20207 (gnus-newsrc-hashtb, message-default-charset)
20208 (message-deletable-headers, message-options)
20209 (message-posting-charset, message-required-mail-headers)
20210 (message-required-news-headers):
20211 * mml1991.el (mc-pgp-always-sign):
20212 * mml2015.el (mc-pgp-always-sign):
20213 * nnheader.el (nnmail-extra-headers):
20214 * rfc1843.el (gnus-decode-encoded-word-function)
20215 (gnus-decode-header-function, gnus-newsgroup-name):
20216 * spam-stat.el (gnus-original-article-buffer): Add defvars.
20217
20218 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
20219
20220 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20221 the end of the date treatments.
20222
20223 2005-08-15 Simon Josefsson <jas@extundo.com>
20224
20225 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20226 it in url-handlers.el and XEmacs in url.el. Reported by Luca
20227 Capello and Romain Francoise.
20228 (pgg-fetch-key-function): Remove, not used?
20229 (pgg-insert-url-with-w3): Require url, to get
20230 url-insert-file-contents regardless of where it is defined.
20231
20232 2005-08-13 Romain Francoise <romain@orebokech.com>
20233
20234 * message.el (message-cite-original-1): New function.
20235 (message-cite-original): Use it.
20236 (message-cite-original-without-signature): Ditto.
20237
20238 2005-08-08 Romain Francoise <romain@orebokech.com>
20239
20240 * message.el (message-yank-empty-prefix): New variable.
20241 (message-indent-citation): Use it.
20242 (message-cite-original-without-signature): Respect X-No-Archive.
20243
20244 2005-08-08 Simon Josefsson <jas@extundo.com>
20245
20246 * pgg.el: Autoload url-insert-file-contents instead of loading
20247 w3/url.
20248 (pgg-insert-url-with-w3): Don't load url here.
20249
20250 2005-08-07 Jesper Harder <harder@phys.au.dk>
20251
20252 * message.el (message-kill-to-signature): Don't insert newline at
20253 bol.
20254 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20255
20256 2005-08-06 Romain Francoise <romain@orebokech.com>
20257
20258 * message.el (message-user-fqdn): Fix typo in docstring.
20259
20260 2005-08-05 Daiki Ueno <ueno@unixuser.org>
20261
20262 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20263
20264 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20265
20266 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
20267
20268 * mm-bodies.el (mm-encode-body): Use coding system rather than
20269 charset to encode text.
20270
20271 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20272 number of charsets if utf-8 is available (XEmacs).
20273
20274 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
20275
20276 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20277 taken from `gnus-button-mid-or-mail-regexp'.
20278 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20279 (gnus-button-alist): Improve regexp for domain part of the MIDs
20280 for news:localpart@domain buttons.
20281 (gnus-button-ctan-directory-regexp): Update.
20282
20283 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
20284
20285 * sieve-manage.el (sieve-manage-interactive-login):
20286 Use make-local-variable rather than make-variable-buffer-local.
20287 (sieve-manage-open): Ditto.
20288 (sieve-manage-authenticate): Ditto.
20289
20290 * mml.el (mml-generate-mime-1): Make the content type default to
20291 text/plain if the filename is not specified.
20292
20293 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
20294
20295 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20296 instead of insert-buffer.
20297
20298 * message.el (message-yank-original): Ditto; set the mark at the
20299 end of the yanked message.
20300
20301 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
20302
20303 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20304 lines to scroll rather than to stop it.
20305
20306 * mml.el (mml-generate-default-type): Add doc string.
20307 (mml-generate-mime-1): Use mm-default-file-encoding or make it
20308 default to application/octet-stream when determining the content
20309 type if it is not specified for the part or the mml contents; add
20310 a comment about mml-generate-default-type.
20311
20312 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
20313
20314 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20315 make it default to application/octet-stream when determining the
20316 content type if it is not specified for the external contents.
20317
20318 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
20319
20320 * rfc2231.el (rfc2231-parse-string): Take care that not only a
20321 segmented parameter but also other parameters might be there.
20322
20323 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
20324
20325 * mm-decode.el (mm-display-external): Delete temp file, directory
20326 and buffer immediately if the external process is exited.
20327
20328 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
20329
20330 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20331 fewer lines than that of scroll-margin.
20332 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20333
20334 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
20335
20336 * gnus-art.el (gnus-article-next-page): Revert.
20337 (gnus-article-beginning-of-window): New macro.
20338 (gnus-article-next-page-1): Use it.
20339 (gnus-article-prev-page): Ditto.
20340 (gnus-article-edit-part): Use insert-buffer-substring instead of
20341 insert-buffer.
20342 (gnus-article-edit-exit): Ditto.
20343
20344 * gnus-util.el (gnus-beginning-of-window): Remove.
20345 (gnus-end-of-window): Remove.
20346
20347 2005-07-25 Simon Josefsson <jas@extundo.com>
20348
20349 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20350 to have the url package without w3. Reported by Daiki Ueno
20351 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20352
20353 2005-07-20 Didier Verna <didier@xemacs.org>
20354
20355 * gnus-diary.el: Remove the description comment (nndiary is now
20356 properly documented in the Gnus manual).
20357 Fix the spelling of "Back End".
20358 * nndiary.el: Ditto.
20359 Fix the copyright notice.
20360
20361 2005-07-18 Romain Francoise <romain@orebokech.com>
20362
20363 * gnus-sum.el (gnus-summary-to-prefix)
20364 (gnus-summary-newsgroup-prefix): New variables.
20365 (gnus-summary-from-or-to-or-newsgroups): Use them.
20366
20367 2005-07-17 Romain Francoise <romain@orebokech.com>
20368
20369 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20370 space as it's generally not especially interesting to the user.
20371
20372 2005-07-16 Romain Francoise <romain@orebokech.com>
20373
20374 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20375 nil to avoid prompting and file modification if one of the
20376 messages at the top of the nnfolder file contains a copyright
20377 notice.
20378 Update copyright notice.
20379
20380 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20381 instead of `current-time-string' as the latter creates a time
20382 string that is not RFC 2822 compliant (it lacks the zone).
20383 Update copyright notice.
20384
20385 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
20386
20387 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20388 for text/rtf. Display default in prompt. Pass default for M-n.
20389
20390 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20391
20392 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20393
20394 * gnus-msg.el (gnus-button-mailto):
20395 Remove save-selected-window-window hackery because it relies on
20396 save-selected-window internals.
20397
20398 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
20399
20400 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20401 (gnus-article-next-page-1): Use gnus-beginning-of-window.
20402 (gnus-article-prev-page): Ditto.
20403
20404 * gnus-util.el (gnus-beginning-of-window): New function.
20405 (gnus-end-of-window): New function.
20406
20407 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
20408
20409 * gnus-score.el (gnus-score-edit-all-score):
20410 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20411 gnus-message.
20412
20413 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20414
20415 * gnus-msg.el (gnus-button-mailto):
20416 Remove save-selected-window-window hackery because it relies on
20417 save-selected-window internals.
20418
20419 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
20420
20421 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20422 add-minor-mode.
20423 (gnus-binary-mode): Ditto.
20424
20425 * gnus-topic.el (gnus-topic-mode): Ditto.
20426
20427 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
20428
20429 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20430 (gnus-article-prev-page): Take scroll-margin into consideration.
20431
20432 2005-07-04 Lute Kamstra <lute@gnu.org>
20433
20434 Update FSF's address in GPL notices.
20435
20436 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
20437
20438 * gnus.el (gnus-exit):
20439 * gnus-group.el (gnus-group-icons):
20440 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20441
20442 * gnus-nocem.el (gnus-nocem):
20443 * message.el (message-various, message-buffers, message-sending)
20444 (message-interface, message-forwarding, message-insertion)
20445 (message-headers, message-news, message-mail):
20446 * pgg-gpg.el (pgg-gpg):
20447 * pgg-parse.el (pgg-parse):
20448 * pgg-pgp.el (pgg-pgp):
20449 * pgg-pgp5.el (pgg-pgp5):
20450 * pop3.el (pop3): Finish `defgroup' description with period.
20451
20452 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
20453
20454 * gnus-art.el (article-display-face): Improve the efficiency.
20455 (article-display-x-face): Ditto; remove gray x-face stuff.
20456
20457 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
20458
20459 * gnus-art.el (article-display-face): Correct the position in
20460 which Faces are inserted.
20461
20462 2005-06-29 Didier Verna <didier@xemacs.org>
20463
20464 * gnus-art.el (article-display-face): Display faces in correct
20465 order.
20466
20467 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
20468
20469 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20470 (gnus-fill-real-hashtb): Use hash table instead of obarray.
20471 (gnus-nocem-check-article): Fetch the Type header.
20472 (gnus-nocem-message-wanted-p): Fix the way to examine types.
20473 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20474 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20475 make sure gnus-nocem-hashtb is initialized.
20476 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20477 (gnus-nocem-unwanted-article-p): Ditto.
20478
20479 * pgg.el (pgg-verify): Return the verification result.
20480
20481 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20482
20483 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20484 is ascii.
20485
20486 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
20487
20488 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20489 `show-nonbreak-escape'.
20490
20491 2005-06-23 Lute Kamstra <lute@gnu.org>
20492
20493 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20494
20495 * dig.el (dig-mode):
20496 * smime.el (smime-mode): Use gnus-run-mode-hooks.
20497
20498 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
20499
20500 * nnimap.el (nnimap-split-download-body): Fix spellings.
20501
20502 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
20503
20504 * gnus-art.el (gnus-article-encrypt-body):
20505 * gnus-cus.el (gnus-score-customize):
20506 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20507 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20508
20509 2005-06-16 Arne Jørgensen <arne@arnested.dk>
20510
20511 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20512 header by looking for magic "MII" at the beginning.
20513
20514 2005-06-16 Miles Bader <miles@gnu.org>
20515
20516 * assistant.el (assistant-field): Remove "-face" suffix from face name.
20517 (assistant-field-face): New backward-compatibility alias for renamed
20518 face.
20519 (assistant-render-text): Use renamed assistant-field face.
20520
20521 * spam.el (spam): Remove "-face" suffix from face name.
20522 (spam-face): New backward-compatibility alias for renamed face.
20523 (spam-face, spam-initialize): Use renamed spam face.
20524
20525 * message.el (message-header-to, message-header-cc)
20526 (message-header-subject, message-header-newsgroups)
20527 (message-header-other, message-header-name)
20528 (message-header-xheader, message-separator, message-cited-text)
20529 (message-mml): Remove "-face" suffix from face names.
20530 (message-header-to-face, message-header-cc-face)
20531 (message-header-subject-face, message-header-newsgroups-face)
20532 (message-header-other-face, message-header-name-face)
20533 (message-header-xheader-face, message-separator-face)
20534 (message-cited-text-face, message-mml-face):
20535 New backward-compatibility aliases for renamed faces.
20536 (message-font-lock-keywords): Use renamed message faces.
20537
20538 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20539 (sieve-test-commands, sieve-tagged-arguments):
20540 Remove "-face" suffix from face names.
20541 (sieve-control-commands-face, sieve-action-commands-face)
20542 (sieve-test-commands-face, sieve-tagged-arguments-face):
20543 New backward-compatibility aliases for renamed faces.
20544 (sieve-control-commands-face, sieve-action-commands-face)
20545 (sieve-test-commands-face, sieve-tagged-arguments-face):
20546 Use renamed sieve faces.
20547
20548 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20549 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20550 (gnus-group-news-3-empty, gnus-group-news-4)
20551 (gnus-group-news-4-empty, gnus-group-news-5)
20552 (gnus-group-news-5-empty, gnus-group-news-6)
20553 (gnus-group-news-6-empty, gnus-group-news-low)
20554 (gnus-group-news-low-empty, gnus-group-mail-1)
20555 (gnus-group-mail-1-empty, gnus-group-mail-2)
20556 (gnus-group-mail-2-empty, gnus-group-mail-3)
20557 (gnus-group-mail-3-empty, gnus-group-mail-low)
20558 (gnus-group-mail-low-empty, gnus-summary-selected)
20559 (gnus-summary-cancelled, gnus-summary-high-ticked)
20560 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20561 (gnus-summary-high-ancient, gnus-summary-low-ancient)
20562 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20563 (gnus-summary-low-undownloaded)
20564 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20565 (gnus-summary-low-unread, gnus-summary-normal-unread)
20566 (gnus-summary-high-read, gnus-summary-low-read)
20567 (gnus-summary-normal-read, gnus-splash):
20568 Remove "-face" suffix from face names.
20569 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20570 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20571 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20572 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20573 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20574 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20575 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20576 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20577 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20578 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20579 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20580 (gnus-summary-selected-face, gnus-summary-cancelled-face)
20581 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20582 (gnus-summary-normal-ticked-face)
20583 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20584 (gnus-summary-normal-ancient-face)
20585 (gnus-summary-high-undownloaded-face)
20586 (gnus-summary-low-undownloaded-face)
20587 (gnus-summary-normal-undownloaded-face)
20588 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20589 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20590 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20591 (gnus-splash-face):
20592 New backward-compatibility aliases for renamed faces.
20593 (gnus-group-startup-message): Use renamed gnus faces.
20594
20595 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20596 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20597 (gnus-server-agent): Remove "-face" suffix from face names.
20598 (gnus-server-agent-face, gnus-server-opened-face)
20599 (gnus-server-closed-face, gnus-server-denied-face)
20600 (gnus-server-offline-face):
20601 New backward-compatibility aliases for renamed faces.
20602 (gnus-server-agent-face, gnus-server-opened-face)
20603 (gnus-server-closed-face, gnus-server-denied-face)
20604 (gnus-server-offline-face): Use renamed gnus faces.
20605
20606 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20607 Remove "-face" suffix from face names.
20608 (gnus-picon-xbm-face, gnus-picon-face):
20609 New backward-compatibility aliases for renamed faces.
20610
20611 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20612 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20613 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20614 (gnus-cite-11): Remove "-face" suffix from face names.
20615 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20616 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20617 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20618 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20619 New backward-compatibility aliases for renamed faces.
20620 (gnus-cite-attribution-face, gnus-cite-face-list)
20621 (gnus-article-boring-faces): Use renamed gnus faces.
20622
20623 * gnus-art.el (gnus-signature, gnus-header-from)
20624 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20625 (gnus-header-content): Remove "-face" suffix from face names.
20626 (gnus-signature-face, gnus-header-from-face)
20627 (gnus-header-subject-face, gnus-header-newsgroups-face)
20628 (gnus-header-name-face, gnus-header-content-face):
20629 New backward-compatibility aliases for renamed faces.
20630 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20631
20632 * gnus-sum.el (gnus-summary-selected-face)
20633 (gnus-summary-highlight): Use renamed gnus faces.
20634 * gnus-group.el (gnus-group-highlight): Likewise.
20635
20636 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
20637
20638 * gnus-sieve.el (gnus-sieve-article-add-rule):
20639 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20640 * spam-stat.el (spam-stat-buffer-change-to-spam)
20641 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20642
20643 * message.el (message-is-yours-p):
20644 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20645
20646 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
20647
20648 * mm-view.el (mm-inline-text): Withdraw the last change.
20649
20650 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
20651
20652 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20653 executing enriched-decode.
20654
20655 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
20656
20657 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20658 charset of tar files.
20659
20660 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20661
20662 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20663
20664 2005-06-04 Lute Kamstra <lute@gnu.org>
20665
20666 * nnfolder.el (nnfolder-read-folder): Make sure that undo
20667 information is never recorded.
20668
20669 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20670
20671 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20672
20673 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
20674
20675 * pop3.el (pop3-apop): Run md5 in the binary mode.
20676
20677 * starttls.el (starttls-set-process-query-on-exit-flag):
20678 Use eval-and-compile.
20679
20680 2005-05-31 Simon Josefsson <jas@extundo.com>
20681
20682 * smime.el (smime-replace-in-string): Define.
20683 (smime-cert-by-ldap-1): Use it.
20684
20685 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
20686
20687 * gnus-art.el (article-display-x-face): Replace
20688 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20689
20690 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20691 set-process-query-on-exit-flag or process-kill-without-query.
20692
20693 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20694 loop instead of replace-regexp.
20695
20696 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20697 instead of process-kill-without-query if it is available.
20698
20699 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20700 instead of find-file-hooks if it is available.
20701
20702 * mml1991.el: Bind pgg-default-user-id when compiling.
20703
20704 * mml2015.el: Bind pgg-default-user-id when compiling.
20705
20706 * nndraft.el (nndraft-request-associate-buffer):
20707 Use write-contents-functions instead of write-contents-hooks if it is
20708 available.
20709
20710 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20711 instead of find-file-hooks if it is available.
20712
20713 * nntp.el (nntp-open-connection): Replace
20714 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20715 (nntp-open-ssl-stream): Ditto.
20716 (nntp-open-tls-stream): Ditto.
20717
20718 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20719 set-process-query-on-exit-flag or process-kill-without-query.
20720 (starttls-open-stream-gnutls): Use it instead of
20721 process-kill-without-query.
20722 (starttls-open-stream): Ditto.
20723
20724 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
20725
20726 * smime.el (smime-cert-by-ldap-1): Don't use
20727 replace-regexp-in-string.
20728
20729 2005-05-31 Arne Jørgensen <arne@arnested.dk>
20730
20731 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20732
20733 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20734 in PEM format. Adjust to the XEmacs compatibility.
20735
20736 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
20737
20738 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20739 by `string-to-number'.
20740 * gnus-agent.el (gnus-agent-regenerate-group)
20741 (gnus-agent-fetch-articles): Ditto.
20742 * gnus-art.el (gnus-button-fetch-group): Ditto.
20743 * gnus-cache.el (gnus-cache-generate-active)
20744 (gnus-cache-articles-in-group): Ditto.
20745 * gnus-group.el (gnus-group-set-current-level)
20746 (gnus-group-insert-group-line): Ditto.
20747 * gnus-score.el (gnus-score-set-expunge-below)
20748 (gnus-score-set-mark-below, gnus-summary-score-effect)
20749 (gnus-summary-score-entry): Ditto.
20750 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20751 (gnus-soup-pack): Ditto.
20752 * gnus-spec.el (gnus-xmas-format): Ditto.
20753 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20754 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20755 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20756 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20757 * nndb.el (nndb-get-remote-expire-response): Ditto.
20758 * nndiary.el (nndiary-parse-schedule-value)
20759 (nndiary-string-to-number, nndiary-request-replace-article)
20760 (nndiary-request-article): Ditto.
20761 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20762 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20763 * nneething.el (nneething-make-head): Ditto.
20764 * nnfolder.el (nnfolder-request-article)
20765 (nnfolder-retrieve-headers): Ditto.
20766 * nnheader.el (nnheader-file-to-number): Ditto.
20767 * nnkiboze.el (nnkiboze-request-article): Ditto.
20768 * nnmail.el (nnmail-process-unix-mail-format)
20769 (nnmail-process-babyl-mail-format): Ditto.
20770 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20771 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20772 (nnmh-request-create-group, nnmh-request-list-1)
20773 (nnmh-request-group, nnmh-request-article): Ditto.
20774 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20775 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20776 * nnsoup.el (nnsoup-make-active): Ditto.
20777 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20778 * nntp.el (nntp-find-group-and-number)
20779 (nntp-retrieve-headers-with-xover): Ditto.
20780 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20781 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20782 (pgg-format-key-identifier): Ditto.
20783 * pop3.el (pop3-last, pop3-stat): Ditto.
20784 * qp.el (quoted-printable-decode-region): Ditto.
20785
20786 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20787 of concat.
20788
20789 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
20790
20791 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20792
20793 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20794
20795 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20796
20797 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20798
20799 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20800
20801 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20802
20803 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20804 (gnus-carpal-mode): Ditto.
20805
20806 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20807 (gnus-browse-mode): Ditto.
20808
20809 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20810
20811 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20812
20813 2005-05-29 Richard M. Stallman <rms@gnu.org>
20814
20815 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20816
20817 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
20818
20819 * gnus-util.el (gnus-run-mode-hooks): New function.
20820
20821 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20822
20823 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20824
20825 * gnus-agent.el (gnus-agent-make-mode-line-string):
20826 Use mode-line-highlight as mouse-face.
20827
20828 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
20829
20830 * canlock.el (canlock): Change the parent group to news.
20831
20832 * deuglify.el (gnus-outlook-deuglify): Add :group.
20833
20834 * dig.el (dig): Add :group.
20835
20836 * dns-mode.el (dns-mode): Add :group.
20837
20838 * encrypt.el (encrypt): Add :group.
20839
20840 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20841 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20842 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20843 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20844 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20845
20846 * gnus-diary.el (gnus-diary): Add :group.
20847
20848 * gnus.el (gnus-group-news-1-face): Add :group.
20849 (gnus-group-news-1-empty-face): Ditto.
20850 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20851 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20852 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20853 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20854 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20855 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20856 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20857 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20858 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20859 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20860 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20861 (gnus-summary-high-ticked-face): Ditto.
20862 (gnus-summary-low-ticked-face): Ditto.
20863 (gnus-summary-normal-ticked-face): Ditto.
20864 (gnus-summary-high-ancient-face): Ditto.
20865 (gnus-summary-low-ancient-face): Ditto.
20866 (gnus-summary-normal-ancient-face): Ditto.
20867 (gnus-summary-high-undownloaded-face): Ditto.
20868 (gnus-summary-low-undownloaded-face): Ditto.
20869 (gnus-summary-normal-undownloaded-face): Ditto.
20870 (gnus-summary-high-unread-face): Ditto.
20871 (gnus-summary-low-unread-face): Ditto.
20872 (gnus-summary-normal-unread-face): Ditto.
20873 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20874 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20875
20876 * hashcash.el (hashcash): New custom group.
20877 (hashcash-default-payment): Add :group.
20878 (hashcash-payment-alist): Ditto.
20879 (hashcash-default-accept-payment): Ditto.
20880 (hashcash-accept-resources): Ditto.
20881 (hashcash-path): Ditto.
20882 (hashcash-extra-generate-parameters): Ditto.
20883 (hashcash-double-spend-database): Ditto.
20884 (hashcash-in-news): Ditto.
20885
20886 * message.el (message-minibuffer-local-map): Add :group.
20887
20888 * netrc.el (netrc): Add :group.
20889
20890 * sieve-manage.el (sieve-manage-log): Add :group.
20891 (sieve-manage-default-user): Diito.
20892 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20893 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20894 (sieve-manage-authenticators): Ditto.
20895 (sieve-manage-authenticator-alist): Ditto.
20896 (sieve-manage-default-port): Ditto.
20897
20898 * sieve-mode.el (sieve-control-commands-face): Add :group.
20899 (sieve-action-commands-face): Ditto.
20900 (sieve-test-commands-face): Ditto.
20901 (sieve-tagged-arguments-face): Ditto.
20902
20903 * smime.el (smime): Add :group.
20904
20905 * spam-report.el (spam-report): Add :group.
20906
20907 * spam.el (spam, spam-face): Add :group.
20908
20909 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20910
20911 * nntp.el (nntp-next-result-arrived-p): Some news servers may
20912 return \n.\n.\n at the end of articles. Protect against that.
20913 (nntp-with-open-group): Allow debugging.
20914
20915 * nnheader.el (mail-header-set-extra): Make into a function
20916 because I just could't understand how to quote the list properly.
20917
20918 * dns.el (query-dns-cached): New function.
20919
20920 2005-05-26 Lute Kamstra <lute@gnu.org>
20921
20922 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20923
20924 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
20925
20926 * gnus-art.el: Don't autoload mail-extract-address-components.
20927
20928 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20929 eval-and-compile to evaluate it.
20930
20931 * hashcash.el: Don't autoload executable-find.
20932
20933 * nndb.el: Don't declare the nndb back end two or more times; don't
20934 autoload news-reply-mode, news-setup, cancel-timer and telnet.
20935
20936 * nntp.el: Autoload format-spec instead of format; use
20937 eval-and-compile to evaluate autoload forms.
20938
20939 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
20940
20941 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20942
20943 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20944
20945 * gnus.el (gnus-version-number): Bump version.
20946
20947 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20948
20949 * gnus.el: No Gnus v0.3 is released.
20950
20951 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
20952
20953 * gnus-art.el (gnus-article-edit-part): Disable undo.
20954
20955 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
20956
20957 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20958 gnus-article-date-lapsed-new-header is t if date timer is active;
20959 skip headers in which the original date value is empty.
20960 (gnus-article-save-original-date): Redefine it as a macro.
20961 (gnus-display-mime): Use it.
20962
20963 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
20964
20965 * gnus-art.el (article-date-ut): Support converting date in
20966 forwarded parts as well.
20967 (gnus-article-save-original-date): New function.
20968 (gnus-display-mime): Use it.
20969
20970 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
20971
20972 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20973 enclosure element of <item>.
20974
20975 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
20976
20977 * message.el (message-kill-buffer-query): Rename from
20978 `message-kill-buffer-query-if-modified'. Add :version.
20979
20980 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
20981
20982 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20983 window layout.
20984
20985 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20986
20987 * mml.el: Autoload dnd when compiling.
20988
20989 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
20990
20991 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20992 x-dnd-*.
20993
20994 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20995
20996 * qp.el (quoted-printable-encode-region): Save excursion.
20997
20998 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
20999
21000 * message.el (message-kill-buffer-query-if-modified): Add new variable
21001 so the user can kill a modified message buffer quickly.
21002 (message-kill-buffer): Use it.
21003
21004 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
21005
21006 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
21007 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21008
21009 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
21010
21011 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21012 contained in text because xml.el decodes entities) with LFs.
21013
21014 2005-04-11 Lute Kamstra <lute@gnu.org>
21015
21016 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21017 differently.
21018
21019 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21020
21021 * mm-util.el (mm-detect-coding-region): Typo.
21022
21023 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
21024
21025 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21026
21027 2005-04-06 Deepak Goel <deego@gnufans.org>
21028
21029 * spam-stat.el (spam-stat-score-buffer): Add a call to a
21030 user-function allow user modifications of the scores.
21031 (spam-stat-score-buffer-user): New function, to allow
21032 user-computed modifications to the score.
21033 (spam-stat-score-buffer-user-functions): List of additional
21034 scoring functions.
21035 (spam-stat-error-holder): Global temporary error holder.
21036 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21037 variable.
21038
21039 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
21040
21041 * gnus-registry.el (gnus-registry-clean-empty-function)
21042 (gnus-registry-trim, gnus-registry-fetch-groups)
21043 (gnus-registry-delete-group): Groups that match
21044 `gnus-registry-ignored-groups' are removed from the registry
21045 entries, not just ignored for splitting. This helps clean up the
21046 registry. Also, `gnus-registry-fetch-groups' is a convenient way
21047 to get all the groups a message ID is in.
21048
21049 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21050 (spam-stat-split-fancy): Change "threshhold" to "threshold".
21051 (spam-stat-score-buffer-user-functions): Add :number custom type.
21052
21053 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21054
21055 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21056 argument in XEmacs.
21057
21058 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21059 (nnrss-request-group): Decode group name first.
21060 (nnrss-request-article): Make a text/plain article if mml-to-mime
21061 failed.
21062 (nnrss-get-encoding): Return a compatible encoding according to
21063 nnrss-compatible-encoding-alist.
21064 (nnrss-find-el): Use consp instead of listp.
21065 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21066
21067 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21068
21069 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21070 which Emacs 20 doesn't support.
21071 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21072
21073 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
21074
21075 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21076 silence the byte compiler inside the defun.
21077
21078 * gnus-demon.el (parse-time-string): Add autoload.
21079
21080 * gnus-delay.el (parse-time-string): Add autoload.
21081
21082 * gnus-art.el (parse-time-string): Add autoload.
21083
21084 * nnultimate.el (parse-time): Require for `parse-time-string'.
21085
21086 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
21087
21088 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21089
21090 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21091
21092 * smime.el (smime-ldap-host-list): Add :version.
21093
21094 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
21095
21096 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21097 pass it to `gnus-browse-read-group'.
21098 (gnus-browse-read-group): Add NUMBER argument and pass it to
21099 `gnus-group-read-ephemeral-group'.
21100
21101 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21102 argument and pass it to `gnus-group-read-group'.
21103
21104 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
21105
21106 * mm-util.el (mm-xemacs-find-mime-charset): Only call
21107 mm-xemacs-find-mime-charset-1 if we have the mule feature
21108 available at runtime.
21109
21110 2005-03-25 Werner Lemberg <wl@gnu.org>
21111
21112 * nnmaildir.el: Replace `illegal' with `invalid'.
21113
21114 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
21115
21116 * gnus-start.el (gnus-display-time-event-handler):
21117 Check display-time-timer at runtime rather than only at load time
21118 in case display-time-mode is turned off in the mean time.
21119
21120 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
21121
21122 * nnimap.el (nnimap-open-connection): Print which authinfo file is
21123 used.
21124
21125 * nneething.el (nneething-map-file-directory): Derive from
21126 `gnus-directory'.
21127
21128 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21129 the To/Cc button.
21130
21131 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
21132
21133 * nnmaildir.el (nnmaildir-request-accept-article):
21134 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21135
21136 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
21137
21138 * gnus-async.el: Require timer-funcs at compile time when in
21139 XEmacs for `run-with-idle-timer'.
21140
21141 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
21142
21143 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21144 autoloaded function.
21145
21146 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21147
21148 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21149
21150 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
21151
21152 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21153
21154 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21155
21156 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21157 Add gnus-expert-user to default.
21158
21159 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
21160
21161 * nnimap.el (nnimap-open-server): Ditto.
21162
21163 * imap.el (imap-authenticate): Fix typo.
21164
21165 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
21166
21167 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21168 buffer (since IMAP server might return FETCH response out of
21169 order, and the nntp buffer must be sorted).
21170
21171 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
21172
21173 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21174 comparison on string.
21175
21176 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21177 (gnus-agent-score): Rename category keywords to match gnus-cus.
21178 (gnus-agent-summary-fetch-series): Modify to protect against
21179 gnus-agent-summary-fetch-group clearing processable flags.
21180 (gnus-agent-synchronize-group-flags): Update live group buffer as
21181 synchronization may occur due to the user toggle the plugged
21182 status.
21183 (gnus-agent-fetch-group-1): Clear downloadable flag when article
21184 successfully downloaded.
21185 (gnus-agent-expire-group-1): Avoid using markers when the overview
21186 is in ascending order; greatly improves performance.
21187 (gnus-agent-regenerate-group):
21188 Use gnus-agent-synchronize-group-flags to reset read status in both
21189 gnus and server.
21190 (gnus-agent-update-files-total-fetched-for): Fix initial size.
21191
21192 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21193
21194 * message.el: Don't autoload former message-utils variables.
21195 (message-strip-subject-trailing-was): Change doc string.
21196
21197 * nnweb.el: Fixes for `gnus-group-make-web-group'.
21198 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
21199 (nnweb-google-search): Add "hl=en" here.
21200 (nnweb-google-parse-1, nnweb-google-create-mapping):
21201 Don't hardcode URL.
21202
21203 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
21204
21205 * message.el (message-get-reply-headers, message-followup):
21206 Mention related variables `message-use-followup-to' and
21207 `message-use-mail-followup-to', in the information buffer.
21208
21209 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21210 of broken groups(-beta).google.com.
21211
21212 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
21213
21214 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21215 parameter to invoked gnus-request-move-article; remove the
21216 redundant gnus-sum-hint-move-is-internal variable; apply the marks
21217 all at once instead of once per article.
21218 (gnus-summary-remove-process-mark): Accept a list of articles as
21219 well as a single article for processing.
21220
21221 * gnus-int.el (gnus-request-move-article): Add move-is-internal
21222 parameter.
21223
21224 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21225
21226 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21227
21228 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21229 parameter.
21230
21231 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21232 parameter.
21233
21234 * nnimap.el (nnimap-request-move-article): Add move-is-internal
21235 parameter and remove the gnus-sum-hint-move-is-internal variable.
21236
21237 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21238 parameter.
21239
21240 * nndraft.el (nndraft-request-move-article): Add move-is-internal
21241 parameter.
21242
21243 * nndiary.el (nndiary-request-move-article): Add move-is-internal
21244 parameter.
21245
21246 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21247
21248 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21249 parameter.
21250
21251 * nnagent.el (nnagent-request-move-article): Add move-is-internal
21252 parameter.
21253
21254 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
21255
21256 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21257 a more conservative way.
21258
21259 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21260
21261 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21262 buffer, so it moves the window's cursor.
21263
21264 2005-02-26 Arne Jørgensen <arne@arnested.dk>
21265
21266 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21267 `mm-dissect-multipart' and receive the from field as an (optional)
21268 argument from `mm-dissect-multipart'.
21269 (mm-dissect-multipart): Receive the from field as an argument and
21270 pass it on when we call `mm-dissect-buffer' on MIME parts.
21271 Fixes verification/decryption of signed/encrypted MIME parts.
21272
21273 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
21274
21275 * gnus-sum.el (gnus-summary-move-article):
21276 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21277 whatever it calls (right now, only nnimap-request-move article
21278 respects it).
21279
21280 * nnimap.el (nnimap-request-move-article):
21281 When gnus-sum-hint-move-is-internal is set, don't do the extra
21282 nnimap-request-article.
21283
21284 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
21285
21286 * nnheader.el (nnheader-find-file-noselect): Add doc string.
21287
21288 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21289 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21290
21291 * gnus-sum.el (gnus-summary-caesar-message):
21292 Apply `gnus-treat-article' after rotation.
21293
21294 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21295 doc string.
21296
21297 2005-02-22 Simon Josefsson <jas@extundo.com>
21298
21299 * encrypt.el (encrypt-password-cache-expiry): Remove (use
21300 `password-cache-expiry' instead). Reported by Arne Jørgensen
21301 <arne@arnested.dk>.
21302 (encrypt): Add password-cache and password-cache-expiry as group
21303 members.
21304
21305 2005-02-22 Arne Jørgensen <arne@arnested.dk>
21306
21307 * smime.el (smime-ldap-host-list): Doc fix.
21308 (smime-ask-passphrase): Use `password-read-and-add' to read (and
21309 cache) password.
21310 (smime-sign-region): Use it.
21311 (smime-decrypt-region): Use it.
21312 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21313 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21314 fails.
21315 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21316 certificate from DER to PEM format rather than calling openssl.
21317
21318 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21319
21320 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21321 for signing/encryption.
21322
21323 * mml.el (mml-parse-1): Use them.
21324
21325 2005-02-21 Arne Jørgensen <arne@arnested.dk>
21326
21327 * nnrss.el (nnrss-verbose): Remove.
21328 (nnrss-request-group): Use `nnheader-message' instead.
21329
21330 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
21331
21332 * nnrss.el (nnrss-verbose): New variable.
21333 (nnrss-request-group): Make it say nnrss is requesting a group.
21334
21335 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
21336
21337 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21338 Handle news URL with given port correctly.
21339
21340 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
21341
21342 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21343 containing special characters.
21344
21345 * gnus-sum.el (gnus-summary-edit-article): Ditto.
21346
21347 * mml.el (mime-to-mml): Ditto.
21348
21349 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21350 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21351 (rfc2047-decode-region): Quote decoded words containing special
21352 characters when rfc2047-quote-decoded-words-containing-tspecials
21353 is non-nil.
21354
21355 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
21356
21357 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21358
21359 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21360
21361 2005-02-15 Simon Josefsson <jas@extundo.com>
21362
21363 * nnimap.el (nnimap-debug): Doc fix.
21364
21365 * imap.el (imap-debug): Doc fix.
21366
21367 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
21368
21369 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21370
21371 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
21372
21373 * gnus.el (spam-contents): Improve docs for spam-contents
21374 parameter in its variable incarnation.
21375
21376 2005-02-14 Simon Josefsson <jas@extundo.com>
21377
21378 * smime-ldap.el: Use require instead of load-library for ldap.
21379 (smime-ldap-search): Indent.
21380 (smime-ldap-search-internal): Shorten line.
21381
21382 * smime.el (smime-cert-by-dns): Add doc-string.
21383 (smime-cert-by-ldap-1): Indent.
21384
21385 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21386 mml-smime-get-dns-ldap.
21387 (mml-smime-encrypt-query): Use new function. Default to ldap.
21388
21389 2005-02-14 Arne Jørgensen <arne@arnested.dk>
21390
21391 * smime.el: Require smime-ldap.
21392 (smime-ldap-host-list): New variable.
21393 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21394
21395 * mml-smime.el (mml-smime-encrypt-query): New function.
21396 (mml-smime-encrypt-query): Use it.
21397
21398 * smime-ldap.el: New file.
21399
21400 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
21401
21402 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21403
21404 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
21405
21406 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21407 argument in doc string. Make query for type more clear.
21408
21409 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
21410
21411 * gnus.el (gnus-group-startup-message): Search for gnus images in
21412 etc/images/gnus.
21413 * mm-util.el (mm-image-load-path): Likewise.
21414 * smiley.el (smiley-data-directory): Search for smilies in
21415 etc/images/smilies.
21416
21417 2005-02-09 Kim F. Storm <storm@cua.dk>
21418
21419 Change Emacs release version from 21.4 to 22.1 throughout.
21420 Change Emacs development version from 21.3.50 to 22.0.50.
21421
21422 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
21423
21424 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21425
21426 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21427 non-Mule XEmacs as well.
21428 (mm-decompress-buffer): Signal an error intentionally if it does
21429 not decompress compressed data because auto-compression-mode is
21430 disabled.
21431
21432 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
21433
21434 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21435 an ID in the registry even if it has no groups.
21436
21437 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
21438
21439 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21440 merge it into mm-decompress-buffer.
21441 (gnus-mime-copy-part): Use the MIME part charset, the value which
21442 a user specified or gnus-newsgroup-charset for decoding, like
21443 gnus-mime-inline-part does; set buffer-file-coding-system to tell
21444 save-buffer what was used. Suggested by Kevin Ryde
21445 <user42@zip.com.au>.
21446 (gnus-mime-inline-part): Allow the name parameter as well as the
21447 filename parameter; force decompressing of compressed data; always
21448 display contents being not decoded as unibyte.
21449
21450 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21451 as well as the filename parameter.
21452
21453 * mm-util.el (mm-decompress-buffer):
21454 Merge gnus-mime-jka-compr-maybe-uncompress.
21455 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21456 of compressed data.
21457
21458 2005-02-08 Simon Josefsson <jas@extundo.com>
21459
21460 * imap.el (imap-log): Doc fix.
21461
21462 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
21463
21464 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21465 the coding cookies; decompress compressed parts.
21466
21467 * mml.el (mml-generate-mime-1): Add the charset parameter according
21468 to the value which a user specified manually or the coding cookie.
21469
21470 * mm-util.el (mm-string-to-multibyte): New function.
21471 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21472 (mm-coding-system-to-mime-charset): New function.
21473 (mm-decompress-buffer): New function.
21474 (mm-find-buffer-file-coding-system): New function.
21475
21476 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21477 (mm-display-inline-fontify): Rewrite for decoding and decompressing
21478 parts.
21479
21480 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21481
21482 * mm-view.el (mm-display-inline-fontify): Decode a part according
21483 to the charset parameter.
21484
21485 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
21486
21487 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21488 prefix arg is neither nil nor a number, as info specifies.
21489
21490 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
21491
21492 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21493 timestamps.
21494
21495 2005-02-02 Jari Aalto <jari.aalto@cante.net>
21496
21497 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21498 groups error checking and notify user.
21499
21500 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
21501
21502 * message.el (message-send-mail-function): Check existence of
21503 sendmail-program first before using default value
21504 `message-send-mail-with-sendmail'. Otherwise use more generic
21505 `smtpmail-send-it'.
21506
21507 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
21508
21509 * nntp.el (nntp-request-update-info): Always return nil.
21510
21511 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
21512
21513 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21514
21515 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21516
21517 * message.el (message-beginning-of-line): Change the behavior when
21518 invoked between BOL and : so that it first moves backward.
21519
21520 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21521
21522 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21523 article buffer when editing of the article is discarded.
21524 (gnus-article-prepare): Revert.
21525
21526 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21527
21528 * gnus-art.el (gnus-article-prepare):
21529 Remove message-strip-forbidden-properties from the local hook.
21530
21531 2005-01-27 Simon Josefsson <jas@extundo.com>
21532
21533 * password.el (password-cache-add): Only start one timer per key.
21534 Reported by Derek Atkins <warlord@MIT.EDU>.
21535
21536 2005-01-26 Steve Youngs <steve@sxemacs.org>
21537
21538 * run-at-time.el: Remove. It is no longer needed as
21539 timer-funcs.el in the xemacs-base package has a working version of
21540 `run-at-time'.
21541
21542 * password.el: Require timer-funcs instead of run-at-time in
21543 XEmacs.
21544 Remove `password-run-at-time' macro.
21545 (password-cache-add): Use `run-at-time' instead of
21546 `password-run-at-time'.
21547
21548 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21549 for `run-with-idle-timer'.
21550
21551 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21552 for `run-at-time'.
21553
21554 * mm-url.el: Require timer-funcs at compile time when in XEmacs
21555 for `with-timeout'.
21556
21557 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
21558
21559 * mml.el (mml-generate-mime-1): Convert string into unibyte when
21560 inserting " *mml*" buffer's contents into a unibyte temp buffer.
21561
21562 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
21563
21564 * mail-source.el (mail-source-fetch-imap): Search for ^From case
21565 sensitively.
21566
21567 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
21568
21569 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21570
21571 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
21572
21573 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21574 which will be inserted according to the multibyteness of a buffer
21575 rather than the type of contents. Suggested by ARISAWA Akihiro
21576 <ari@mbf.ocn.ne.jp>.
21577
21578 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21579 of string which old xml.el may return rather than a string.
21580
21581 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
21582
21583 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21584
21585 2005-01-16 Simon Josefsson <jas@extundo.com>
21586
21587 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21588 idn/idna.el isn't available.
21589 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
21590 <michael@waxrat.com>.
21591
21592 * hashcash.el: Remove non-FSF copyright header.
21593
21594 * hashcash.el (hashcash-extra-generate-parameters): New variable.
21595 (hashcash-generate-payment): Use it.
21596 (hashcash-generate-payment-async): Use it.
21597
21598 2005-01-15 Simon Josefsson <jas@extundo.com>
21599
21600 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21601 Suggested by Raymond Scholz <ray-2005@zonix.de>.
21602
21603 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21604 gnus-summary-idna-message.
21605 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21606 (gnus-summary-idna-message): New function.
21607
21608 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
21609
21610 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21611 gnus-novice-user.
21612
21613 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
21614
21615 * nnrss.el (nnrss-request-delete-group): Delete entries in
21616 nnrss-group-alist as well.
21617 (nnrss-save-server-data): Insert newline.
21618
21619 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
21620
21621 * gnus.el (gnus-user-agent): Use list of symbols instead of
21622 symbols. Display full version number for (S)XEmacs.
21623 Optionally display (S)XEmacs codename.
21624
21625 * gnus-util.el (gnus-emacs-version): Update for new
21626 `gnus-user-agent'.
21627
21628 * gnus-msg.el (gnus-extended-version): Make it possible to omit
21629 Gnus version.
21630
21631 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21632
21633 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
21634 which is unreadable in some setups.
21635
21636 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21637
21638 * gnus-spec.el (gnus-update-format-specifications): Flush the
21639 group format spec cache if it doesn't support decoded group names.
21640
21641 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
21642
21643 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21644 Allow to apply decay on score files matching a regexp.
21645
21646 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
21647
21648 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21649 compatibility in %g and %c.
21650
21651 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
21652
21653 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21654 name for only %g and %c.
21655 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21656 of gnus-tmp-group to decoded group name.
21657 (gnus-group-make-rss-group): Exclude `/'s from group names.
21658
21659 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
21660
21661 * nnrss.el (nnrss-get-encoding): Fix regexp.
21662
21663 2004-12-27 Simon Josefsson <jas@extundo.com>
21664
21665 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21666 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21667 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
21668
21669 2004-12-17 Kim F. Storm <storm@cua.dk>
21670
21671 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21672
21673 * gnus-sum.el (gnus-summary-mode-map): Likewise.
21674
21675 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21676
21677 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21678
21679 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
21680
21681 * nnrss.el: Require rfc2047 and mml.
21682 (nnrss-file-coding-system): New variable.
21683 (nnrss-format-string): Redefine it as an inline function.
21684 (nnrss-decode-group-name): New function.
21685 (nnrss-string-as-multibyte): Remove.
21686 (nnrss-retrieve-headers): Decode group name; don't use
21687 nnrss-format-string.
21688 (nnrss-request-group): Decode group name.
21689 (nnrss-request-article): Decode group name; allow a Message-ID as
21690 well as an article number; don't use nnrss-format-string; encode a
21691 Message-ID string which may contain non-ASCII characters; use
21692 mml-to-mime to compose a MIME article.
21693 (nnrss-request-expire-articles): Decode group name.
21694 (nnrss-request-delete-group): Decode group name.
21695 (nnrss-fetch): Clarify error message.
21696 (nnrss-read-server-data): Use insert-file-contents instead of load;
21697 bind file-name-coding-system; use multibyte buffer.
21698 (nnrss-save-server-data): Bind coding-system-for-write to the
21699 value of nnrss-file-coding-system; bind file-name-coding-system;
21700 add coding cookie.
21701 (nnrss-read-group-data): Use insert-file-contents instead of load;
21702 bind file-name-coding-system; use multibyte buffer.
21703 (nnrss-save-group-data): Bind coding-system-for-write to the
21704 value of nnrss-file-coding-system; bind file-name-coding-system.
21705 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21706 make it work with non-ASCII text.
21707 (nnrss-find-el): Make it work with old xml.el as well.
21708
21709 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21710
21711 * nnrss.el (nnrss-get-encoding): New function.
21712 (nnrss-fetch): Use unibyte buffer initially; bind
21713 coding-system-for-read while performing mm-url-insert; remove ^Ms;
21714 decode contents according to the encoding attribute.
21715 (nnrss-save-group-data): Add coding cookie.
21716 (nnrss-mime-encode-string): New function.
21717 (nnrss-check-group): Use it to encode subject and author.
21718
21719 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
21720
21721 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21722 imaginary variable.
21723
21724 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
21725
21726 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21727 correctly even if there are wide characters.
21728
21729 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
21730
21731 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21732 downcased symbol names; make a new cache instead of reusing
21733 bbdb-hashtable.
21734
21735 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
21736
21737 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21738 concatenating segments rather than before concatenating them.
21739 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21740
21741 * message.el (message-get-reply-headers): Bind `extra'.
21742
21743 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21744
21745 * message.el (message-extra-wide-headers): New variable.
21746 (message-get-reply-headers): Use it.
21747
21748 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
21749
21750 * gnus-agent.el (gnus-agent-group-path): Decode group name.
21751 (gnus-agent-group-pathname): Ditto.
21752
21753 * gnus-cache.el (gnus-cache-file-name): Decode group name.
21754
21755 * gnus-group.el (gnus-group-make-group): Decode group name.
21756 (gnus-group-make-rss-group): Register the group data after opening
21757 the nnrss group.
21758
21759 2004-12-17 Paul Jarc <prj@po.cwru.edu>
21760
21761 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21762 by expiry now get marked as read.
21763
21764 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21765
21766 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21767
21768 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
21769
21770 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21771 unify Latin characters in XEmacs.
21772 (mm-find-mime-charset-region): Use it.
21773
21774 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21775
21776 * gnus-util.el (gnus-delete-directory): New function.
21777
21778 * gnus-agent.el (gnus-agent-delete-group): Use it.
21779
21780 * gnus-cache.el (gnus-cache-delete-group): Use it.
21781
21782 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
21783
21784 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21785 names.
21786
21787 2004-12-16 Simon Josefsson <jas@extundo.com>
21788
21789 * hashcash.el (hashcash-payment-alist): Fix custom :type.
21790
21791 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
21792
21793 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21794
21795 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21796 (gnus-group-set-current-level): Decode group name.
21797
21798 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
21799
21800 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21801 failed.
21802
21803 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
21804
21805 * gnus-group.el (gnus-group-delete-group): Decode group name.
21806 (gnus-group-make-rss-group): Encode group name.
21807 (gnus-group-catchup-current): Decode group name.
21808 (gnus-group-kill-group): Decode group name.
21809
21810 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
21811
21812 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21813
21814 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
21815
21816 * gnus-group.el (gnus-group-make-rss-group):
21817 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21818
21819 * gnus-start.el (gnus-setup-news): Honor user's setting to
21820 gnus-message-archive-method. Suggested by Lute Kamstra
21821 <lute@gnu.org>.
21822
21823 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
21824
21825 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21826 global counterparts of the buffer-local variables.
21827
21828 2004-11-16 Romain Francoise <romain@orebokech.com>
21829
21830 * gnus-sum.el (gnus-summary-exit): Don't clear the global
21831 counterparts of the buffer-local variables.
21832
21833 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21834
21835 * message.el (message-forbidden-properties): Fix typo in doc
21836 string.
21837
21838 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21839
21840 * gnus-util.el (gnus-replace-in-string): Add doc string.
21841
21842 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21843 to avoid problems when splitting mails with many recipients.
21844
21845 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21846
21847 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21848 pop-to-buffer, covered by the subsequent gnus-configure-windows.
21849
21850 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
21851
21852 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21853 if there is no hashtable in memory or file modification time is
21854 newer than cached timestamp.
21855
21856 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
21857
21858 * gnus-sum.el (gnus-summary-limit-to-recipient):
21859 Implement not-matching option.
21860
21861 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
21862
21863 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21864 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21865 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21866 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21867 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
21868 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21869
21870 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
21871
21872 * message.el (message-forward-make-body-mml): Remove headers
21873 according to message-forward-ignored-headers if a message is decoded.
21874
21875 2004-12-02 Romain Francoise <romain@orebokech.com>
21876
21877 * message.el (message-forward-make-body-plain): Always remove
21878 headers according to message-forward-ignored-headers.
21879
21880 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
21881
21882 * spam.el (spam-summary-prepare-exit): Remove the
21883 gnus-summary-limit pop for now, it has problems with ham marks for
21884 me.
21885
21886 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
21887
21888 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21889 correctly.
21890
21891 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
21892
21893 * format-spec.el (format-spec): Message the char.
21894
21895 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
21896
21897 * gnus-art.el (gnus-split-methods): Reformat comments.
21898
21899 * spam.el (spam-summary-prepare-exit): Remove article limits
21900 before exiting the summary buffer.
21901
21902 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21903
21904 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21905 order to silence the byte compiler.
21906
21907 * spam.el: Fix the way to silence the byte compiler, which
21908 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21909 bbdb-search-simple, spam-BBDB-register-routine,
21910 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21911 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21912 spam-stat-buffer-is-spam, spam-stat-load,
21913 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21914 spam-stat-save and spam-stat-split-fancy.
21915
21916 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21917
21918 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21919 which may confuse users.
21920 (canlock-password-for-verify): Ditto.
21921
21922 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21923
21924 * gnus-art.el (gnus-emphasis-alist): Ditto.
21925
21926 * gnus-registry.el (gnus-registry-max-entries): Ditto.
21927
21928 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21929
21930 * gnus-start.el (gnus-save-killed-list): Ditto.
21931
21932 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21933 (gnus-sum-thread-tree-root): Ditto.
21934 (gnus-sum-thread-tree-false-root): Ditto.
21935 (gnus-sum-thread-tree-single-indent): Ditto.
21936
21937 * message.el (message-courtesy-message): Ditto.
21938 (message-archive-note): Ditto.
21939 (message-subscribed-address-file): Ditto.
21940 (message-user-fqdn): Ditto.
21941
21942 * spam-report.el (spam-report-gmane-regex): Ditto.
21943
21944 * spam.el (spam-blackhole-good-server-regex): Ditto.
21945
21946 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21947
21948 * mml.el (mml-preview): Widen the message buffer before copying
21949 the contents to the preview buffer; sort headers before previewing.
21950
21951 * message.el (message-hidden-headers): Fix the way to avoid a bug
21952 in the `repeat' widget in Emacs 21.3 or earlier.
21953
21954 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21955
21956 * message.el (message-hidden-headers): Default to "^References:".
21957 Improve customization type. Suggested by Reiner Steib
21958 <Reiner.Steib@gmx.de>.
21959
21960 2004-11-25 Romain Francoise <romain@orebokech.com>
21961
21962 * message.el (message-strip-forbidden-properties): Remove check for
21963 obsolete `message-hidden' text property, hidden headers are not
21964 accessible in the buffer anymore.
21965
21966 2004-11-22 Romain Francoise <romain@orebokech.com>
21967
21968 * message.el (message-header-format-alist): Add `From' in list
21969 so that it can be sorted.
21970 (message-fix-before-sending): Widen and sort headers before
21971 sending.
21972 (message-hide-headers): Use narrowing to hide headers by moving
21973 them to the top of the buffer and narrowing to the region
21974 underneath.
21975
21976 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21977
21978 * message.el (message-strip-forbidden-properties):
21979 Bind buffer-read-only (etc) to nil.
21980
21981 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
21982
21983 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21984 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21985
21986 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
21987
21988 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21989
21990 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21991
21992 * dns.el (query-dns): Use sit-for to time instead of
21993 accept-process-output, since that doesn't seem to work on udp
21994 sockets.
21995
21996 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
21997
21998 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21999
22000 2004-11-15 Jesper Harder <harder@ifa.au.dk>
22001
22002 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22003 doc string. Improve doc string.
22004
22005 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
22006
22007 * nntp.el (nntp-request-update-info): Return nil if
22008 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22009 may not call gnus-activate-group which uselessly issues the GROUP
22010 commands for all nntp groups and wastes time. Reported by Romain
22011 Francoise <romain@orebokech.com>.
22012
22013 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22014
22015 2004-11-15 Simon Josefsson <jas@extundo.com>
22016
22017 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22018 headers separately.
22019 (gnus-button-openpgp): New function, inspired by Jochen Küpper
22020 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22021
22022 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
22023
22024 * gnus-start.el (gnus-convert-old-newsrc):
22025 Assign legacy-gnus-agent to 5.10.7.
22026
22027 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22028
22029 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22030 start of the lines.
22031
22032 2004-11-14 Magnus Henoch <mange@freemail.hu>
22033
22034 * hashcash.el (hashcash-default-payment): Change default to 20.
22035 (hashcash-default-accept-payment): Change default to 20.
22036 (hashcash-process-alist): New variable.
22037 (hashcash-generate-payment-async): Add.
22038 (hashcash-already-paid-p): Add.
22039 (hashcash-insert-payment): Don't generate payments twice.
22040 (hashcash-insert-payment-async): Add.
22041 (hashcash-insert-payment-async-2): Add.
22042 (hashcash-cancel-async): Add.
22043 (hashcash-wait-async): Add.
22044 (hashcash-processes-running-p): Add.
22045 (hashcash-wait-or-cancel): Add.
22046 (mail-add-payment): New optional argument. Conditionally start
22047 asynchronous calculation.
22048 (mail-add-payment-async): Add.
22049
22050 * message.el (message-send-mail): Wait for asynchronous hashcash
22051 results. Don't clobber existing X-Hashcash headers.
22052 (message-setup-1): Call mail-add-payment-async when
22053 message-generate-hashcash is non-nil.
22054
22055 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
22056
22057 * message.el (message-use-alternative-email-as-from): Examine the
22058 From header as well; use message-make-from in order to include a
22059 user's full name.
22060
22061 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
22062
22063 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22064 default; improve customization type.
22065 (gnus-emphasis-custom-with-format): New macro.
22066 (gnus-emphasis-custom-value-to-external): New function.
22067 (gnus-emphasis-custom-value-to-internal): New function.
22068
22069 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
22070
22071 * dns.el (query-dns): Resolve reverse addresses.
22072
22073 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22074
22075 * gnus-group.el (gnus-group-get-new-news): Use it.
22076
22077 * gnus-start.el (gnus-check-reasonable-setup): New function.
22078
22079 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
22080
22081 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22082 "Args out of range" error. Reported by Arnaud Giersch
22083 <arnaud.giersch@free.fr>.
22084
22085 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
22086
22087 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22088
22089 2004-11-04 Richard M. Stallman <rms@gnu.org>
22090
22091 * spam.el (spam group): Add :version.
22092
22093 * pgg-def.el (pgg group): Add :version.
22094
22095 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
22096
22097 * gnus-art.el (gnus-article-edit-article): Don't associate the
22098 article buffer with a draft file. This is a temporary measure
22099 against the 2004-08-22 change to gnus-article-edit-mode.
22100
22101 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
22102
22103 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22104 (html2text-format-tags): Remove unused variable `attr'.
22105
22106 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
22107
22108 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22109
22110 * spam-stat.el (spam-stat): Add :version.
22111
22112 * sieve.el (sieve): Add :version.
22113
22114 * sha1.el (sha1): Add :version.
22115 (sha1-use-external): Remove redundant version.
22116
22117 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22118 (nnmail-cache-ignore-groups, nnmail-spool-hook)
22119 (nnmail-split-fancy-match-partial-words)
22120 (nnmail-split-lowercase-expanded): Add :version.
22121
22122 * nndiary.el (nndiary): Add :version.
22123
22124 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22125
22126 * mml-sec.el (mml-default-sign-method)
22127 (mml-default-encrypt-method, mml-signencrypt-style-alist):
22128 Add :version.
22129
22130 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22131
22132 * mm-url.el (mm-url-use-external, mm-url-program)
22133 (mm-url-arguments): Add :version.
22134
22135 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22136 (mm-attachment-file-modes, mm-decrypt-option)
22137 (mm-w3m-safe-url-regexp): Add :version.
22138
22139 * message.el (message-cite-prefix-regexp)
22140 (message-sendmail-envelope-from, message-minibuffer-local-map)
22141 (message-user-fqdn, message-completion-alist): Add :version.
22142
22143 * gnus-win.el (gnus-configure-windows-hook)
22144 (gnus-use-frames-on-any-display): Add :version.
22145
22146 * gnus-art.el (gnus-article-address-banner-alist)
22147 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22148 (gnus-treat-from-picon, gnus-treat-mail-picon)
22149 (gnus-treat-x-pgp-sig): Add :version.
22150
22151 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22152 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22153 (gnus-summary-article-delete-hook)
22154 (gnus-summary-display-while-building): Add :version.
22155
22156 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22157 (gnus-get-top-new-news-hook): Add :version.
22158
22159 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22160 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22161
22162 * gnus-registry.el (gnus-registry): Add :version.
22163
22164 * gnus-spec.el (gnus-use-correct-string-widths)
22165 (gnus-make-format-preserve-properties): Add :version.
22166
22167 * gnus.el (gnus-group-charter-alist)
22168 (gnus-group-fetch-control-use-browse-url)
22169 (gnus-install-group-spam-parameters): Add :version.
22170
22171 * gnus-diary.el (gnus-diary): Add :version.
22172
22173 * gnus-delay.el (gnus-delay): Add :version.
22174
22175 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22176 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22177 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22178 Add :version.
22179
22180 * gnus-agent.el (gnus-agent-max-fetch-size)
22181 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22182 (gnus-agent-prompt-send-queue): Add :version.
22183
22184 * deuglify.el (gnus-outlook-deuglify): Add :version.
22185
22186 * html2text.el: Beautify code. Improve doc strings.
22187 Some checkdoc cleanup.
22188 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22189
22190 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
22191
22192 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22193
22194 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
22195
22196 * gnus-registry.el (gnus-registry-hashtb): Create the registry
22197 when package is loaded.
22198
22199 * spam.el (spam-summary-score-preferred-header): Add global preference
22200 for people who want to override the default SpamAssassin over
22201 Bogofilter preference (when both are set).
22202 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22203 (spam-user-format-function-S):
22204 Check spam-summary-score-preferred-header.
22205 (spam-extra-header-to-number): Add X-Bogosity header parsing.
22206 (spam-user-format-function-S): Format the score correctly.
22207
22208 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
22209
22210 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22211 signature file. Suggested by Manoj Srivastava
22212 <srivasta@golden-gryphon.com>.
22213
22214 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22215 iso-2022-jp even in the Japanese language environment.
22216 Suggested by Jason Rumney <jasonr@gnu.org>.
22217
22218 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
22219
22220 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22221 use the same characters as the dummy marks; make it free from
22222 getting affected by the language environment.
22223 (gnus-summary-read-group-1): Update mark positions only when the
22224 format spec is updated.
22225
22226 * gnus-spec.el (gnus-update-format-specifications): Return a list
22227 of updated types.
22228
22229 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
22230
22231 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22232 of boundp to check if display-warning is available.
22233
22234 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
22235
22236 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22237
22238 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
22239
22240 * nnspool.el (nnspool-spool-directory): Use news-path if the
22241 news-directory variable is not bound.
22242
22243 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22244 function instead of display-warning if it is not available.
22245
22246 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
22247
22248 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22249 v5-10: Use `point-at-bol'.
22250
22251 2004-10-26 Simon Josefsson <jas@extundo.com>
22252
22253 * hashcash.el: Fix URL in comment, reported by Cheng Gao
22254 <chenggao@gmail.com>.
22255
22256 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22257
22258 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
22259 instead.
22260
22261 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
22262
22263 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22264 to remove a server from the nnimap-server-buffer-alist.
22265 (nnimap-open-connection, nnimap-close-server): Use it.
22266
22267 * gnus-encrypt.el: Remove file in favor of encrypt.el.
22268
22269 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
22270
22271 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22272 running the major-mode function.
22273
22274 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
22275
22276 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22277 dummy marks in the right way.
22278
22279 2004-10-18 David Edmondson <dme@dme.org>
22280
22281 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22282 excessively.
22283
22284 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
22285
22286 * gnus-util.el (gnus-split-references): Accept a nil references
22287 string and go on blissfully.
22288
22289 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22290 cases where the references string is non-nil but has no references.
22291
22292 * encrypt.el: Add autoload tags.
22293
22294 * spam.el (spam-resolve-registrations-routine): Remove article
22295 from unregistration list too. Reported by David Hanak
22296 <dhanak@isis.vanderbilt.edu>
22297
22298 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
22299
22300 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22301 nil. Change custom type.
22302
22303 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
22304
22305 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22306
22307 * gnus-sum.el (gnus-summary-move-article): Use it.
22308
22309 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
22310
22311 * encrypt.el: Add autoload cookies.
22312
22313 * spam.el (spam-backend-article-list-property)
22314 (spam-backend-get-article-todo-list)
22315 (spam-backend-put-article-todo-list)
22316 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22317 Resolve registrations separately.
22318 (spam-register-routine): Format comments.
22319 (spam-unregister-routine, spam-register-routine): Always call with
22320 specific-articles, no default list.
22321 (spam-summary-prepare-exit): Use the spam-classifications function.
22322
22323 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22324 gnus-encrypt.el.
22325
22326 * encrypt.el: Copied from gnus-encrypt.el.
22327
22328 * gnus-encrypt.el: Commented that it's obsolete.
22329
22330 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
22331
22332 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22333 (gnus-score-save): Use it.
22334
22335 * message.el (message-bury): Use `window-dedicated-p'.
22336
22337 2004-10-15 Simon Josefsson <jas@extundo.com>
22338
22339 * pop3.el (top-level): Don't require nnheader.
22340 (pop3-read-timeout): Add.
22341 (pop3-accept-process-output): Add.
22342 (pop3-read-response, pop3-retr): Use it.
22343
22344 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
22345
22346 * spam.el (spam-register-routine): Move comment.
22347 (spam-verify-bogofilter): Use 'unknown for the initial
22348 spam-bogofilter-valid state, not 'never.
22349
22350 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22351 for netrc-machine.
22352
22353 * nnimap.el (nnimap-open-connection):
22354 Use netrc-machine-user-or-password.
22355
22356 2004-10-17 Richard M. Stallman <rms@gnu.org>
22357
22358 * gnus-registry.el (gnus-registry-unload-hook):
22359 Set as a variable with add-hook.
22360
22361 * nnspool.el (nnspool-spool-directory): Use news-directory instead
22362 of news-path.
22363
22364 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22365
22366 * spam.el: Delete duplicate `provide'.
22367 (spam-unload-hook): Set as a variable with add-hook.
22368
22369 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
22370
22371 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22372 in the doc string.
22373
22374 * message.el (message-ignored-news-headers)
22375 (message-ignored-supersedes-headers)
22376 (message-ignored-resent-headers)
22377 (message-forward-ignored-headers): Improve custom type.
22378
22379 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
22380
22381 * message.el (message-tokenize-header): Fix 2004-09-06 change
22382 which used point-min in the wrong place.
22383
22384 2004-10-12 Simon Josefsson <jas@extundo.com>
22385
22386 * tls.el (tls-certtool-program): New variable.
22387 (tls-certificate-information): New function, based on
22388 ssl-certificate-information.
22389
22390 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
22391
22392 * compface.el: Move the version of ELisp-based uncompface program
22393 to the contrib directory because of the copyright problem.
22394
22395 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22396
22397 * message.el (message-kill-buffer): Raise the current frame.
22398
22399 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
22400
22401 * gnus-sum.el: Mention that multibyte characters don't work as marks.
22402
22403 * gnus.el (message-y-or-n-p): Autoload.
22404
22405 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22406 (pop3-password-required, pop3-authentication-scheme)
22407 (pop3-leave-mail-on-server): Make customizable.
22408 (pop3): New custom group.
22409 (pop3-retr): Remove `sleep-for' statements.
22410 Suggested by Dave Love <fx@gnu.org>.
22411
22412 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22413 Windows/DOS.
22414
22415 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22416 (imap-parse-body): Fix incorrect use of `assert'.
22417 Suggested by Dave Love <fx@gnu.org>.
22418
22419 * mml.el (mml-minibuffer-read-disposition): Require match.
22420 Suggested by Dave Love <fx@gnu.org>.
22421
22422 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
22423
22424 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
22425 doc string.
22426
22427 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
22428
22429 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22430
22431 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22432
22433 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22434 instead of calling `mm-insert-inline', to decode text/* parts
22435 before displaying them.
22436
22437 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
22438
22439 * mm-uu.el (mm-uu-text-plain-type): New variable.
22440 (mm-uu-pgp-signed-extract-1): Use it.
22441 (mm-uu-pgp-encrypted-extract-1): Use it.
22442 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22443 bind mm-uu-text-plain-type with that value.
22444 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22445 mm-uu-dissect.
22446
22447 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22448
22449 * gnus-group.el (gnus-update-group-mark-positions):
22450 * gnus-sum.el (gnus-update-summary-mark-positions):
22451 * message.el (message-check-news-body-syntax):
22452 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22453 of string-as-multibyte.
22454
22455 2004-10-05 Juri Linkov <juri@jurta.org>
22456
22457 * gnus-group.el (gnus-update-group-mark-positions):
22458 * gnus-sum.el (gnus-update-summary-mark-positions):
22459 * message.el (message-check-news-body-syntax):
22460 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22461 8-bit unibyte values to a multibyte string for search functions.
22462
22463 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22464
22465 * mm-uu.el (mm-uu-dissect): Allow optional arg.
22466 (mm-uu-dissect-text-parts): New function.
22467
22468 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22469 dissect text parts.
22470
22471 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22472 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22473
22474 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22475
22476 * gnus-topic.el (gnus-topic-hierarchical-parameters):
22477 Use gnus-current-topics instead of gnus-current-topic.
22478
22479 2004-10-06 Jesper Harder <harder@ifa.au.dk>
22480
22481 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22482
22483 2004-10-05 Jesper Harder <harder@ifa.au.dk>
22484
22485 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22486 where appropriate.
22487
22488 * nnml.el (nnml-generate-active-info): do.
22489
22490 * nndiary.el (nndiary-generate-active-info): do.
22491
22492 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22493 (gnus-topic-move): do.
22494
22495 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22496 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22497
22498 * gnus-srvr.el (gnus-server-prepare)
22499 (gnus-server-open-all-servers): do.
22500
22501 * gnus-msg.el (gnus-summary-cancel-article)
22502 (gnus-summary-resend-message)
22503 (gnus-summary-mail-crosspost-complaint): do.
22504
22505 * gnus-move.el (gnus-change-server): do.
22506
22507 * gnus-group.el (gnus-group-unmark-all-groups)
22508 (gnus-group-set-current-level): do.
22509
22510 2004-10-04 Simon Josefsson <jas@extundo.com>
22511
22512 * message.el (message-generate-hashcash): Doc fix.
22513
22514 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
22515
22516 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22517 avoid infinite recursion via gnus-get-function.
22518
22519 2004-10-02 Jesper Harder <harder@ifa.au.dk>
22520
22521 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22522
22523 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22524
22525 * nnmail.el (nnmail-split-history): do.
22526
22527 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22528 (nnml-request-delete-group): do.
22529
22530 * nnslashdot.el (nnslashdot-read-groups): do.
22531
22532 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22533 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22534
22535 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22536 (nnspool-sift-nov-with-sed): Use last.
22537 (nnspool-retrieve-headers-with-nov): Use mapc.
22538 (nnspool-request-newgroups): Use dolist.
22539 (nnspool-request-group): Use last.
22540
22541 * nntp.el (nntp-read-server-type): Use dolist.
22542
22543 * nnvirtual.el (nnvirtual-create-mapping)
22544 (nnvirtual-update-read-and-marked): Use dolist.
22545 (nnvirtual-convert-headers): Simplify.
22546
22547 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22548
22549 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22550 Add support for sync'ing tick marks.
22551
22552 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
22553
22554 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22555 there's no visible header.
22556
22557 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22558
22559 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22560 When necessary, pass full group name to gnus-request-set-marks.
22561
22562 2004-10-01 Simon Josefsson <jas@extundo.com>
22563
22564 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
22565 acroread.
22566
22567 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22568
22569 * spam-report.el (spam-report-gmane): Fix interactive.
22570
22571 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22572
22573 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22574 when writing file.
22575 (gnus-agent-synchronize-flags): Don't default to being
22576 interactive.
22577
22578 2004-09-30 Simon Josefsson <jas@extundo.com>
22579
22580 * message.el (message-generate-hashcash): Add.
22581 (message-send-mail): Use it, call mail-add-payment.
22582
22583 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
22584
22585 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22586
22587 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
22588
22589 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22590 gnus-request-update-info with explicit code to sync the in-memory
22591 info read flags with the marks being sync'd to the backend.
22592
22593 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22594
22595 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22596
22597 * spam.el (spam-verify-bogofilter): Add new function.
22598 (spam-check-bogofilter)
22599 (spam-bogofilter-register-with-bogofilter): Use it.
22600 (spam-verify-bogofilter): Add small fixes.
22601
22602 2004-09-28 Simon Josefsson <jas@extundo.com>
22603
22604 * hashcash.el (hashcash-generate-payment): Revert.
22605
22606 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22607
22608 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22609 Use gnus-extract-references instead of gnus-split-references.
22610
22611 * gnus-util.el (gnus-extract-references): Add new function, analogous
22612 to gnus-split-references but extracts only the message-ID without
22613 anything extra.
22614
22615 * hashcash.el (hashcash-generate-payment)
22616 (hashcash-check-payment): Do the right thing if hashcash-path is
22617 nil (because the hashcash program could not be found).
22618
22619 * spam.el (spam-use-hashcash): Remove comment.
22620
22621 2004-09-27 Jesper Harder <harder@ifa.au.dk>
22622
22623 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22624 (gnus-cache-enter-article, gnus-cache-remove-article)
22625 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22626
22627 * gnus-async.el (gnus-async-prefetch-remove-group): do.
22628
22629 * gnus-art.el (article-hide-boring-headers)
22630 (article-translate-strings, article-display-face)
22631 (gnus-article-mime-match-handle-first)
22632 (gnus-article-highlight-headers)
22633 (gnus-article-add-buttons-to-head): do.
22634
22635 2004-09-27 Simon Josefsson <jas@extundo.com>
22636
22637 * hashcash.el: New version, from
22638 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
22639 ../contrib/.
22640
22641 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
22642
22643 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22644
22645 2004-09-26 Jesper Harder <harder@ifa.au.dk>
22646
22647 * gnus-dup.el (gnus-dup-open): Use mapc.
22648 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22649
22650 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22651 Reported by Stefan Wiens <s.wi@gmx.net>.
22652
22653 * gnus.el (gnus-shutdown): Use dolist.
22654
22655 * gnus-undo.el (gnus-undo): Use mapc.
22656
22657 * nnrss.el (nnrss-generate-active): do.
22658
22659 * message.el (message-cite-original-without-signature)
22660 (message-cite-original): Use mapc.
22661 (message-do-actions, message-make-forward-subject): Use dolist.
22662
22663 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22664
22665 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22666 deletion to remove entire duplicate line. Fixes merged article
22667 number bug.
22668
22669 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22670
22671 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22672 servers that are offline. Avoids having gnus-agent-toggle-plugged
22673 first ask if you want to open a server and then, even when you
22674 responded with no, asking if you want to synchronize the server's
22675 flags.
22676 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22677 multi-line expressions.
22678 (gnus-agent-synchronize-group-flags): New internal function.
22679 Updates marks in memory (in the info structure) AND in the
22680 backend.
22681
22682 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22683
22684 * nnagent.el (nnagent-request-set-mark):
22685 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22686 method, to ensure that synchronization updates marks in the
22687 backend and in the info (in memory) structure.
22688
22689 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
22690
22691 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22692 convention fully; don't miss the root article of a thread; make
22693 the X-Draft-From header with correct article numbers.
22694
22695 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
22696
22697 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22698 unless plugged. Disable the agent so that an open failure causes
22699 an error.
22700
22701 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22702 Revert 2004-09-21 change. The backend must be opened while
22703 synchronizing flags even when the backend stores the flags
22704 locally.
22705
22706 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
22707
22708 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22709 in `header' match. Reported by Svend Tollak Munkejord.
22710
22711 * message.el (message-cite-original): Fix use of
22712 `message-cite-articles-with-x-no-archive'.
22713
22714 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
22715
22716 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22717 (gnus-window-to-buffer): Ditto.
22718
22719 * mml.el (mml-preview-buffer): New variable.
22720 (mml-preview): Manage window layout with gnus-buffer-configuration.
22721
22722 * gnus-msg.el (gnus-setup-message): Put article numbers into the
22723 X-Draft-From header even if those articles aren't quoted.
22724
22725 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
22726
22727 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22728 (gnus-request-set-mark, gnus-request-update-mark): Use new
22729 g-s-t-u-l-m to decide to use backend even when unplugged.
22730
22731 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
22732
22733 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22734 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
22735
22736 2004-09-20 Simon Josefsson <jas@extundo.com>
22737
22738 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22739 "utf-16-le".
22740
22741 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22742
22743 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22744
22745 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
22746
22747 * uudecode.el (uudecode-use-external): Add :version.
22748
22749 * smime.el (smime-CA-file, smime-encrypt-cipher)
22750 (smime-dns-server): Add :version.
22751
22752 * smiley.el (gnus-smiley-file-types): Add :version.
22753
22754 * sha1.el (sha1-use-external): Add :version.
22755
22756 * pgg-def.el (pgg-query-keyserver): Add :version.
22757
22758 * nnmail.el (nnmail-fancy-expiry-targets)
22759 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22760 Add :version.
22761
22762 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22763 (nnimap-retrieve-groups-asynchronous): Add :version.
22764 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
22765
22766 * mml.el (mml-content-disposition-parameters)
22767 (mml-insert-mime-headers-always): Add :version.
22768
22769 * mm-util.el (mm-coding-system-priorities): Add :version.
22770
22771 * mm-decode.el (mm-inline-text-html-with-images)
22772 (mm-keep-viewer-alive-types, mm-external-terminal-program)
22773 (mm-verify-option): Add :version.
22774 (mm-text-html-renderer): Change :version.
22775
22776 * message.el (message-fcc-externalize-attachments)
22777 (message-required-headers, message-draft-headers)
22778 (message-subject-trailing-was-query)
22779 (message-subject-trailing-was-ask-regexp)
22780 (message-subject-trailing-was-regexp, message-mark-insert-begin)
22781 (message-mark-insert-end, message-archive-header)
22782 (message-archive-note, message-cross-post-default)
22783 (message-cross-post-note, message-followup-to-note)
22784 (message-cross-post-note-function, message-use-mail-followup-to)
22785 (message-subscribed-address-functions)
22786 (message-subscribed-address-file, message-subscribed-addresses)
22787 (message-subscribed-regexps, message-allow-no-recipients)
22788 (message-yank-cited-prefix, message-signature-insert-empty-line)
22789 (message-hidden-headers, message-hierarchical-addresses)
22790 (message-mail-user-agent, message-use-idna)
22791 (message-valid-fqdn-regexp)
22792 (message-strip-special-text-properties, message-header-synonyms)
22793 (message-beginning-of-line, message-tab-body-function): Add :version.
22794 (message-insert-canlock, message-wide-reply-confirm-recipients):
22795 Change :version.
22796
22797 * mail-source.el (mail-source-ignore-errors): Add :group, :type
22798 and :version.
22799 (mail-source-delete-old-incoming-confirm)
22800 (mail-source-movemail-program): Add :version.
22801
22802 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22803 (gnus-agent-cache, gnus-agent): Change :version.
22804
22805 * gnus-util.el (gnus-use-byte-compile): Change :version.
22806
22807 * gnus-sum.el (gnus-summary-make-false-root-always)
22808 (gnus-summary-default-high-score)
22809 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22810 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22811 (gnus-read-all-available-headers, gnus-article-emulate-mime)
22812 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22813 (gnus-sum-thread-tree-single-indent)
22814 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22815 (gnus-sum-thread-tree-leaf-with-other)
22816 (gnus-sum-thread-tree-single-leaf): Add :version.
22817 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22818 (gnus-article-loose-mime): Change :version.
22819
22820 * gnus-start.el (gnus-backup-startup-file)
22821 (gnus-save-startup-file-via-temp-buffer): Add :version.
22822
22823 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22824 (gnus-server-offline-face): Add :version.
22825
22826 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22827
22828 * gnus-msg.el (gnus-gcc-externalize-attachments)
22829 (gnus-debug-files, gnus-debug-exclude-variables)
22830 (gnus-discouraged-post-methods): Change :version.
22831 (gnus-confirm-mail-reply-to-news)
22832 (gnus-confirm-treat-mail-like-news): Add :version.
22833
22834 * gnus-int.el (gnus-server-unopen-status): Add :version.
22835
22836 * gnus-group.el (gnus-group-jump-to-group-prompt)
22837 (gnus-large-ephemeral-newsgroup)
22838 (gnus-fetch-old-ephemeral-headers): Add :version.
22839
22840 * gnus-fun.el (gnus-x-face-directory)
22841 (gnus-convert-pbm-to-x-face-command)
22842 (gnus-convert-image-to-x-face-command)
22843 (gnus-convert-image-to-face-command): Add :version.
22844
22845 * gnus-delay.el (gnus-delay-default-hour): Add :version.
22846
22847 * gnus-cite.el (gnus-cite-blank-line-after-header)
22848 (gnus-article-boring-faces): Add :version.
22849
22850 * gnus-art.el (gnus-buttonized-mime-types)
22851 (gnus-inhibit-mime-unbuttonizing)
22852 (gnus-treat-display-face)
22853 (gnus-treat-body-boundary): Change :version.
22854 (gnus-body-boundary-delimiter, gnus-picon-databases)
22855 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22856 (gnus-treat-date-english, gnus-treat-fold-headers)
22857 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22858 (gnus-treat-mail-picon, gnus-treat-wash-html)
22859 (gnus-article-encrypt-protocol)
22860 (gnus-use-idna, gnus-article-over-scroll)
22861 (gnus-mime-display-multipart-alternative-as-mixed)
22862 (gnus-mime-display-multipart-related-as-mixed)
22863 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22864 (gnus-ctan-url, gnus-button-ctan-handler)
22865 (gnus-button-handle-ctan-bogus-regexp)
22866 (gnus-button-ctan-directory-regexp)
22867 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22868 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22869 (gnus-button-man-level, gnus-button-emacs-level)
22870 (gnus-button-message-level, gnus-button-browse-level): Add :version.
22871
22872 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22873 (gnus-agent-go-online): Change :version.
22874 (gnus-agent-expire-unagentized-dirs)
22875 (gnus-agent-auto-agentize-methods): Add :version.
22876
22877 * flow-fill.el (fill-flowed-display-column)
22878 (fill-flowed-encode-column): Add :version.
22879
22880 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22881 (gnus-outlook-deuglify-unwrap-max)
22882 (gnus-outlook-deuglify-cite-marks)
22883 (gnus-outlook-deuglify-unwrap-stop-chars)
22884 (gnus-outlook-deuglify-no-wrap-chars)
22885 (gnus-outlook-deuglify-attrib-cut-regexp)
22886 (gnus-outlook-deuglify-attrib-verb-regexp)
22887 (gnus-outlook-deuglify-attrib-end-regexp)
22888 (gnus-outlook-display-hook): Add :version.
22889
22890 * binhex.el (binhex-use-external): Add :version.
22891
22892 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
22893
22894 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22895 and `invisible'.
22896
22897 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
22898
22899 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22900 in gnus-registry-trim.
22901
22902 2004-09-13 Simon Josefsson <jas@extundo.com>
22903
22904 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22905
22906 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22907
22908 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22909 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22910 <yamaoka@jpl.org>.
22911 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22912 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22913 <yamaoka@jpl.org>.
22914
22915 * sieve.el (sieve-manage-mode): Ditto.
22916
22917 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
22918
22919 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22920
22921 2004-09-11 Simon Josefsson <jas@extundo.com>
22922
22923 * dns-mode.el: Add.
22924
22925 * mm-view.el (mm-display-dns-inline): Add.
22926
22927 * mm-decode.el (mm-inline-media-tests): Add text/dns.
22928 (mm-automatic-display): Ditto.
22929
22930 * mailcap.el (mailcap-mime-data): Add text/dns.
22931 (mailcap-mime-extensions): Map .soa to text/dns.
22932
22933 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
22934
22935 * gnus-art.el (article-decode-mime-words, article-babel)
22936 (gnus-article-highlight-signature, gnus-article-add-buttons)
22937 (gnus-signature-toggle): Remove unnecessary bindings of
22938 `inhibit-read-only' inherited from v5.10 merge.
22939
22940 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22941
22942 * nntp.el (nntp): New customization group.
22943 (nntp-authinfo-file): Add customization group.
22944
22945 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22946
22947 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22948
22949 * gnus.el (to-address, to-list, subscribed)
22950 (large-newsgroup-initial): Ditto.
22951
22952 * flow-fill.el (fill-flowed-display-column)
22953 (fill-flowed-encode-column): Ditto.
22954
22955 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22956
22957 * message.el (message-tokenize-header, message-send-mail-with-qmail):
22958 Use point-min rather than 1.
22959 (message-send-mail): Use buffer-size rather than point-max.
22960
22961 * gnus-sum.el (gnus-summary-search-article-forward):
22962 Signal a specific `search-failed' rather than a generic `error'.
22963
22964 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22965 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22966 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22967
22968 2004-09-10 Simon Josefsson <jas@extundo.com>
22969
22970 * nndb.el (require): Remove tcp and duplicate cl.
22971
22972 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
22973
22974 * gnus-agent.el (directory-files-and-attributes): Move forward.
22975
22976 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22977
22978 * gnus-agent.el (directory-files-and-attributes):
22979 Optionally defined to support XEmacs.
22980
22981 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22982
22983 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22984 to avoid run-time CL dependencies.
22985 (gnus-agent-unfetch-articles): New function.
22986 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22987 article numbers even when local .overview file is missing.
22988 (gnus-agent-read-article-number): New function. Only accepts
22989 27-bit article numbers.
22990 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22991 Use gnus-agent-read-article-number.
22992 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22993 from backend while recognizing that article numbers in .overview
22994 must be valid.
22995 (gnus-agent-update-files-total-fetched-for):
22996 Use directory-files-and-attributes to improve performance.
22997 * gnus-int.el (gnus-request-move-article):
22998 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22999 improve performance.
23000
23001 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23002 some users confused by references to .newsrc when they only have a
23003 .newsrc.eld file.
23004 (gnus-convert-mark-converter-prompt)
23005 (gnus-convert-converter-needs-prompt): Fix use of property list.
23006 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23007 New function. Used internally to only display 'gnus converting
23008 files' message when actually necessary.
23009
23010 * gnus-sum.el (): Remove (require 'gnus-agent) as required
23011 methods now autoloaded.
23012
23013 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
23014
23015 * gnus-sum.el (gnus-summary-insert-subject): Remove list
23016 identifiers.
23017
23018 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
23019
23020 * gnus-picon.el: Fix indentation and closing parenthesis.
23021
23022 2004-09-01 Simon Josefsson <jas@extundo.com>
23023
23024 * message.el (message-canlock-generate): Require sha1, not
23025 sha1-el. (Can we get rid of this require altogether? It is ugly
23026 to require within a function. Sadly, if sha1.el isn't loaded, the
23027 let binding in m-c-g will hide the defcustom definition, which is
23028 bad.)
23029
23030 * canlock.el: Require sha1, not sha1-el.
23031
23032 * message.el: Don't autoload sha1 (there is a autoload cookie in
23033 sha1.el).
23034
23035 * sha1-el.el: Rename to sha1.el.
23036
23037 2004-08-30 Juanma Barranquero <lektu@terra.es>
23038
23039 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23040
23041 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
23042
23043 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23044
23045 2004-08-30 Kim F. Storm <storm@cua.dk>
23046
23047 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23048
23049 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23050 Add :group 'nnimap.
23051
23052 2004-08-30 Andreas Schwab <schwab@suse.de>
23053
23054 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23055 ?* and ?\;.
23056
23057 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23058 and ?\' to symbol instead of whitespace.
23059
23060 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
23061
23062 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23063
23064 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23065 instead of re-search-forward.
23066
23067 * gnus-uu.el (gnus-uu-save-article): Ditto.
23068 (gnus-uu-post-encode-uuencode): Ditto.
23069
23070 * html2text.el (html2text-clean-list-items): Ditto.
23071 (html2text-clean-dtdd): Ditto.
23072 (html2text-format-tags): Ditto.
23073
23074 * message.el (message-send-mail-with-sendmail): Fix regexp.
23075 (message-fill-field-general): Use search-forward instead of
23076 re-search-forward.
23077 (unbold-region): Ditto.
23078
23079 * nnrss.el (nnrss-request-article): Ditto.
23080
23081 * nnslashdot.el (nnslashdot-request-article): Ditto.
23082
23083 * nnweb.el (nnweb-gmane-wash-article): Ditto.
23084
23085 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23086 "Unrecognized menu descriptor" error in XEmacs.
23087
23088 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
23089
23090 * gnus-sum.el (gnus-read-header): Don't remove a header for the
23091 parent article of a sparse article in the thread hashtb.
23092
23093 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
23094
23095 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23096 (nnmail-expand-newtext): Lowercase expanded entries if
23097 nnmail-split-lowercase-expanded is non-nil.
23098
23099 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
23100
23101 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23102
23103 * gnus-group.el (gnus-group-line-format-alist): Convert the value
23104 of gnus-tmp-news-method into string under XEmacs. It will be
23105 passed to gnus-correct-length which takes only a string argument.
23106
23107 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
23108
23109 * gnus-util.el (gnus-bind-print-variables): New macro.
23110 (gnus-prin1): Use it.
23111 (gnus-prin1-to-string): Use it.
23112 (gnus-pp): New function.
23113 (gnus-pp-to-string): New function.
23114
23115 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23116 Replace pp-to-string with gnus-pp-to-string.
23117 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23118 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23119 * gnus-msg.el (gnus-debug): Ditto.
23120 * gnus-score.el (gnus-score-save): Ditto.
23121 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23122 gnus-pp-to-string.
23123 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23124 with gnus-pp.
23125 * score-mode.el (gnus-score-pretty-print): Ditto.
23126 * webmail.el (webmail-debug): Ditto.
23127
23128 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
23129
23130 * gnus-art.el (article-display-face, article-display-x-face):
23131 Use buffer-read-only.
23132
23133 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
23134
23135 * gnus-art.el (article-hide-list-identifiers):
23136 Bind inhibit-read-only as t.
23137
23138 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
23139
23140 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23141
23142 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23143
23144 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23145 (gnus-narrow-to-page): Don't assume point-min == 1.
23146 (gnus-article-edit-mode): Derive from message-mode.
23147
23148 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23149 point-min == 1.
23150
23151 * imap.el (imap-parse-address-list, imap-parse-body-ext):
23152 Disable incorrect use of `assert'.
23153
23154 * message.el (message-mode): Set comment-start-skip.
23155
23156 2004-08-22 Sam Steingold <sds@gnu.org>
23157
23158 * pop3.el (pop3-leave-mail-on-server): New user variable.
23159 (pop3-movemail): Delete mail only when it is nil.
23160
23161 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
23162
23163 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23164
23165 * mml.el (mml-preview): Use `pop-to-buffer'.
23166
23167 * message.el (message-goto-mail-followup-to): Insert after "To".
23168 (message-carefully-insert-headers): Add comment.
23169
23170 * gnus.el: Remove unused variable `gnus-article-check-size'.
23171
23172 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23173
23174 * gnus-art.el (gnus-button-alist):
23175 Improve `gnus-button-handle-library' entry.
23176
23177 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
23178
23179 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23180 Use downcase, since XEmacs capitalizes error messages differently.
23181
23182 2004-08-18 Jesper Harder <harder@ifa.au.dk>
23183
23184 * nntp.el: Add (require 'gnus) due to reference to
23185 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
23186
23187 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
23188
23189 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23190 Bind `mm-fill-flowed'.
23191
23192 * mm-decode.el (mm-dissect-singlepart): Check it.
23193
23194 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
23195
23196 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23197 'imap' for netrc parsing.
23198
23199 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
23200
23201 * mailcap.el (mailcap-mime-data): Mark as risky.
23202
23203 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
23204
23205 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23206 may be included in the encoded word.
23207 (rfc2047-encode): Don't append a space if the encoded word
23208 includes close parenthesis.
23209
23210 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
23211
23212 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23213 of text within parentheses.
23214
23215 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
23216
23217 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23218 (gnus-encrypt-write-file-contents): Make the password key the file
23219 name PLUS the cipher, not just the cipher. Also remove failed
23220 passwords from the cache.
23221
23222 2004-08-06 Simon Josefsson <jas@extundo.com>
23223
23224 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23225 Doc fix.
23226
23227 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
23228
23229 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23230 LWSP.
23231
23232 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
23233
23234 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23235 Try to append in-reply-to: data to the references: header.
23236
23237 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23238 (netrc-parse): Use gnus-encrypt.el functions.
23239
23240 * gnus-encrypt.el: Add new file for encryption support; currently
23241 does only a few GPG ciphers and an internal XOR cipher.
23242
23243 * password.el: Add comments on using password-read-and-add.
23244 (password-read-and-add): Add function to read and add the
23245 password to the cache at once.
23246
23247 2004-07-28 Simon Josefsson <jas@extundo.com>
23248
23249 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23250 parameter (but don't use it, for now).
23251
23252 * imap.el (imap-ssl-open): Use imap-process-connection-type,
23253 instead of hard coding to nil.
23254
23255 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
23256
23257 * mm-view.el (mm-inline-image-emacs): Open lines under an image
23258 as mm-inline-image-xemacs does.
23259
23260 2004-07-26 Simon Josefsson <jas@extundo.com>
23261
23262 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23263 Revert part of 2004-07-17 change below.
23264
23265 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
23266
23267 * rfc2047.el (rfc2047-encode-region): Don't infloop.
23268 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23269
23270 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
23271
23272 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23273 quotes that actually start with ">" at the beginning of the
23274 lines.
23275
23276 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
23277
23278 * rfc2047.el (rfc2047-encode-region): Fix last change.
23279 (rfc2047-encode-parameter): Remove useless concat.
23280
23281 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
23282
23283 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23284 encode special characters; fix some kind of misconfigured headers;
23285 signal a real error if debug-on-quit or debug-on-error is non-nil.
23286 (rfc2047-encode-max-chars): New variable.
23287 (rfc2047-encode-1): Use it.
23288 (rfc2047-encode-parameter): New function.
23289
23290 * mml.el (mml-insert-parameter): Remove an excessive space.
23291
23292 2004-07-17 Simon Josefsson <jas@extundo.com>
23293
23294 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23295 Kai Grossjohann <kai@emptydomain.de>.
23296 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23297 (gnus-group-make-menu-bar): Ditto.
23298
23299 * gnus-util.el (gnus-group-server): Add.
23300
23301 2004-07-16 Jesper Harder <harder@ifa.au.dk>
23302
23303 * message.el (message-clone-locals): Clone sendmail and smtp
23304 variables.
23305
23306 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
23307
23308 * rfc2047.el (rfc2047-encode-region): Fix last change.
23309
23310 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
23311
23312 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23313 characters as non-special.
23314
23315 2004-07-09 Simon Josefsson <jas@extundo.com>
23316
23317 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23318 Users will lose all flag changes made while unplugged with
23319 e.g. nntp unless flag synchronization happens, thus `nil' is not a
23320 good default. See numerous reports on ding mailing list.
23321
23322 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
23323
23324 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23325 add generate-head-function and generate-article-function to the
23326 rfc822-forward entry.
23327 (nndoc-rfc822-forward-generate-article): New function.
23328 (nndoc-rfc822-forward-generate-head): New function.
23329
23330 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23331
23332 2004-07-06 Dan Christensen <jdc@uwo.ca>
23333
23334 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23335 respect display group parameter and gnus-summary-expunge-below.
23336 (gnus-articles-to-read): Remove unused reference to display group
23337 parameter.
23338
23339 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23340
23341 * nnheader.el (nnheader-uniquify-message-id): New experimental
23342 variable.
23343 (nnheader-nov-read-message-id): Use it.
23344
23345 * spam-report.el (spam-report-gmane): Add interactive.
23346
23347 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
23348
23349 * mm-encode.el (mm-content-transfer-encoding-defaults):
23350 Use qp-or-base64 for the application/* types.
23351
23352 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
23353
23354 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23355
23356 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
23357
23358 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23359 trim value.
23360
23361 2004-01-25 Paul Jarc <prj@po.cwru.edu>
23362
23363 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23364 New macro and function.
23365 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23366
23367 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23368
23369 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23370 after-load-alist.
23371
23372 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23373
23374 * gnus-group.el (gnus-group-get-new-news-this-group):
23375 Don't update info that isn't there.
23376
23377 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
23378
23379 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23380 entry.
23381
23382 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23383
23384 * mm-view.el (mm-inline-render-with-function): Use multibyte
23385 buffer; decode html source by charset.
23386
23387 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23388
23389 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23390 Mule-UCS is loaded under XEmacs.
23391 (mm-mime-mule-charset-alist): Avoid duplicated entries.
23392
23393 2004-06-28 Jesper Harder <harder@ifa.au.dk>
23394
23395 * nnheader.el (nnheader-max-head-length): Increase to 8192.
23396
23397 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
23398
23399 * mm-util.el (mm-coding-system-p): Return a coding-system.
23400 (mm-mime-mule-charset-alist): Use shift_jis instead of
23401 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23402 entries for the mime charsets iso-2022-jp-3 and shift_jis.
23403 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23404 instead of japanese-shift-jis and iso-latin-1 respectively in
23405 order to share the default value with both Emacs and XEmacs-mule.
23406 (mm-mule-charset-to-mime-charset):
23407 Make mm-coding-system-priorities effective.
23408 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23409 while predicating of candidates upon the priorities.
23410
23411 2004-06-27 Jesper Harder <harder@ifa.au.dk>
23412
23413 * gnus-sum.el (gnus-summary-make-menu-bar):
23414 Add gnus-uu-invert-processable.
23415
23416 * gnus.el: Autoload gnus-uu-invert-processable.
23417
23418 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
23419
23420 * mm-util.el (mm-with-multibyte-buffer): New macro.
23421
23422 * rfc2047.el (rfc2047-encode-string): Use it.
23423 (rfc2047-encode-region): Move point to the end of the region after
23424 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23425
23426 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23427
23428 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23429 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23430
23431 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23432
23433 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23434 (gnus-cite-parse): Ignore quoted envelope From_.
23435 Suggested by Karl Chen <quarl@nospam.quarl.org>.
23436
23437 2004-06-23 Jesper Harder <harder@ifa.au.dk>
23438
23439 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23440 invalid addresses.
23441
23442 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
23443
23444 * spam.el: Change section markers, revise TODO list.
23445 (spam-backends): Make new master list of all installed backends.
23446 (spam-summary-exit-behavior): Add new variable to determine how
23447 messages moves are done at summary exit.
23448 (spam-move-spam-nonspam-groups-only)
23449 (spam-process-ham-in-nonham-groups)
23450 (spam-process-ham-in-spam-groups): Remove variables, the
23451 spam-summary-exit-behavior variable should be used to manage this
23452 behavior.
23453 (spam-old-ham-articles, spam-old-spam-articles): Remove.
23454 (spam-old-articles): Add variable, replacing spam-old-ham-articles
23455 and spam-old-spam-articles.
23456 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23457 Add empty variables, placeholders for the backends they represent.
23458 (spam-set-difference): Move, unchanged.
23459 (spam-list-of-processors): Declare OBSOLETE, not used anymore
23460 unless the user has a processor variable.
23461 (spam-classifications, spam-classification-valid-p)
23462 (spam-backend-properties, spam-backend-property-valid-p)
23463 (spam-backend-function-type-valid-p)
23464 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23465 (spam-report-articles-gmane, spam-report-articles-resend):
23466 Remove functions, they are not needed.
23467 (spam-install-backend-super, spam-backend-list)
23468 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23469 (spam-backend-function, spam-backend-ham-registration-function)
23470 (spam-backend-spam-registration-function)
23471 (spam-backend-ham-unregistration-function)
23472 (spam-backend-spam-unregistration-function)
23473 (spam-backend-statistical-p, spam-backend-mover-p)
23474 (spam-install-backend-alias, spam-install-checkonly-backend)
23475 (spam-install-mover-backend, spam-install-nocheck-backend)
23476 (spam-install-backend, spam-install-statistical-backend)
23477 (spam-install-statistical-checkonly-backend): Add backend installation
23478 support.
23479 (spam-summary-prepare-exit): Rewrite to use the new backend code.
23480 (spam-group-processor-p): Use the new backend code and respect the
23481 summary exit behavior.
23482 (spam-mark-spam-as-expired-and-move-routine): Remove.
23483 (spam-summary-prepare): Change to use the new spam-old-articles
23484 variable.
23485 (spam-copy-or-move-routine, spam-copy-spam-routine)
23486 (spam-move-spam-routine, spam-copy-ham-routine)
23487 (spam-move-ham-routine): Add code to copy/move ham or spam.
23488 (spam-fetch-field-fast): Improve doc and code, plus allow the
23489 'number request.
23490 (spam-list-of-checks, spam-list-of-statistical-checks):
23491 Remove variables.
23492 (spam-split, spam-find-spam): Use the new backend code.
23493 (spam-registration-functions): Remove variable.
23494 (spam-unregister-routine): Add convenience wrapper.
23495 (spam-log-undo-registration, spam-register-routine)
23496 (spam-log-processing-to-registry)
23497 (spam-log-unregistration-needed-p): Rename "check" to "backend"
23498 where possible.
23499 (spam-check-gmane-xref, spam-check-regex-headers)
23500 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23501 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23502 (spam-check-bogofilter-headers, spam-check-spamoracle)
23503 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23504 (spam-check-crm114-headers): Use the spam-split-group that
23505 spam-split prepares, no need to determine it every time.
23506
23507 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23508 to the nnheader-parse-naked-head call.
23509
23510 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23511
23512 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23513 the nnheader-nov-read-message-id call.
23514
23515 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
23516
23517 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23518 gnus-activate-group twice. Suggested by Markus Peter
23519 <warp@spin.de>.
23520
23521 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
23522
23523 * gnus-art.el (gnus-article-time-format): Exchange the order of
23524 day and month in the default value; fix customization type.
23525 (article-date-ut): Use add-text-properties.
23526 (article-make-date-line): Use message-make-date instead of
23527 current-time-string.
23528
23529 * message.el (message-fetch-field): Don't use set-text-properties.
23530 (message-make-date): Simplify.
23531
23532 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
23533
23534 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23535 (rfc2047-encode-region): Treat text within parentheses as special;
23536 show the original text when error has occurred.
23537
23538 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23539 already-computed method to gnus-activate-group.
23540
23541 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23542 same select-methods identical Lisp objects.
23543
23544 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23545 object when modifying the info.
23546
23547 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
23548
23549 * gnus-srvr.el (gnus-server-set-info): Remove the server from
23550 gnus-opened-servers since it has never been opened with the new
23551 configuration yet.
23552
23553 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
23554
23555 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23556 arg to nnheader-generate-fake-message-id.
23557
23558 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
23559
23560 * nnheader.el (nnheader-generate-fake-message-id): Accept a
23561 number and build a fake message ID localized to a group and
23562 article number (so it's repeatable from that point on).
23563 (nnheader-fake-message-id-p): Change regex to accommodate new fake
23564 ID format.
23565
23566 * gnus-sum.el (gnus-get-newsgroup-headers):
23567 Call nnheader-generate-fake-message-id with the article number.
23568
23569 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
23570
23571 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23572 end-of-buffer.
23573
23574 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23575
23576 * message.el (message-ignored-supersedes-headers): Add Approved.
23577
23578 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
23579
23580 * rfc2047.el (rfc2047-encode-message-header): Remove useless
23581 goto-char.
23582 (rfc2047-encode): Fold the line before encoding.
23583
23584 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
23585
23586 * rfc2047.el (rfc2047-encode-message-header): Disabled header
23587 folding -- not all headers can be folded, and this should be done
23588 by the message composition mode. Probably. I think.
23589
23590 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
23591
23592 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23593 fast.
23594
23595 * gnus-ems.el (gnus-remove-image): Don't use
23596 message-text-with-property; remove only the image found first.
23597
23598 2004-06-09 Jesper Harder <harder@ifa.au.dk>
23599
23600 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23601
23602 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
23603
23604 * message.el (message-text-with-property): Make it fast and accept
23605 optional arguments.
23606 (message-strip-forbidden-properties): Use it.
23607 (message-fix-before-sending): Follow the m-t-w-p change.
23608
23609 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23610
23611 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
23612
23613 * gnus-art.el (article-hide-headers): Don't change the buffer
23614 mistakenly when performing mml-preview even if
23615 gnus-single-article-buffer is nil.
23616
23617 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
23618
23619 * message.el (message-expand-name-databases): New user option.
23620 (message-expand-name): Use it.
23621
23622 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
23623
23624 * spam.el (spam-report-articles-resend)
23625 (spam-report-resend-register-routine): Allow ham reporting.
23626 (spam-report-resend-register-ham-routine): Add wrapper.
23627 (spam-registration-functions): Add ham resending functions.
23628 (spam-list-of-processors): Add ham resend processor.
23629
23630 * gnus.el (ham-resend-to): Add new group parameter.
23631 (spam-process): Add ham resend option.
23632
23633 * spam-report.el (spam-report-resend): Allow reporting ham.
23634 (spam-report-resend-ham): Add wrapper.
23635
23636 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23637
23638 * message.el (message-cite-articles-with-x-no-archive):
23639 New variable.
23640 (message-cite-original): Use it.
23641
23642 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23643
23644 * message.el (message-cite-original): Respect X-No-Archive.
23645
23646 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
23647
23648 * gnus-art.el (article-hide-headers): Refer to the values for
23649 gnus-ignored-headers and gnus-visible-headers in the summary
23650 buffer since a user may have set them as group parameters.
23651
23652 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
23653
23654 * assistant.el (assistant-node-name): Add convenience function.
23655 (assistant-render-text, assistant-render-node): Add error handling,
23656 plus handle multiple next nodes.
23657 (assistant-find-next-node): Comment out for now.
23658 (assistant-find-next-nodes): Add function, returns list of next
23659 nodes.
23660
23661 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
23662
23663 * mail-source.el (mail-source-directory): Fix doc-string.
23664
23665 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
23666
23667 * assistant.el (assistant-render-text, assistant-eval): Add :set
23668 widget type, which is different because it takes and returns a
23669 list. Much hilarity ensues.
23670
23671 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
23672
23673 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23674
23675 * gnus-group.el (gnus-group-get-new-news-this-group):
23676 Add doc-string.
23677
23678 * gnus-start.el (gnus-activate-group): Add doc-string.
23679
23680 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
23681
23682 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23683
23684 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
23685
23686 * assistant.el (assistant-render-text): Try to add a :set
23687 widget, more to come.
23688
23689 * spam.el (spam-group-spam-contents-p): Handle empty groupname
23690 strings.
23691 (spam-report-articles-resend)
23692 (spam-register-routine): Do registration iff any articles warrant
23693 it.
23694 (spam-summary-prepare-exit): Change log message for nil group
23695 destinations.
23696
23697 2004-05-27 Daniel Pittman <daniel@rimspace.net>
23698
23699 * spam.el (spam-report-resend-register-routine):
23700 Allow spam-report-resend-to to be a group parameter or a global value.
23701
23702 2004-05-26 Simon Josefsson <jas@extundo.com>
23703
23704 * starttls.el: Merge with my GnuTLS based starttls.el.
23705 (starttls-gnutls-program, starttls-use-gnutls)
23706 (starttls-extra-arguments, starttls-process-connection-type)
23707 (starttls-connect, starttls-failure, starttls-success):
23708 New variables.
23709 (starttls-program, starttls-extra-args): Doc fix.
23710 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23711 New functions.
23712 (starttls-negotiate, starttls-open-stream):
23713 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23714 function if it is set.
23715
23716 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
23717
23718 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23719 structured fields.
23720
23721 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23722
23723 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23724
23725 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
23726
23727 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23728 Add variable.
23729 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
23730 assigning the spam-mark to new messages.
23731
23732 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
23733
23734 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23735
23736 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23737
23738 * rfc2047.el (rfc2047-encodable-p): Don't move point.
23739 (rfc2047-decode): Treat the ascii coding-system as raw-text by
23740 default.
23741
23742 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
23743
23744 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23745 correct data.
23746
23747 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
23748
23749 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23750 (spam-group-processor-p): Fix function.
23751 (spam-group-processor-multiple-p)
23752 (spam-group-spam-processor-report-gmane-p)
23753 (spam-group-spam-processor-report-resend-p)
23754 (spam-group-spam-processor-bogofilter-p)
23755 (spam-group-spam-processor-blacklist-p)
23756 (spam-group-spam-processor-ifile-p)
23757 (spam-group-ham-processor-ifile-p)
23758 (spam-group-spam-processor-spamoracle-p)
23759 (spam-group-spam-processor-crm114-p)
23760 (spam-group-ham-processor-bogofilter-p)
23761 (spam-group-spam-processor-stat-p)
23762 (spam-group-ham-processor-stat-p)
23763 (spam-group-ham-processor-whitelist-p)
23764 (spam-group-ham-processor-BBDB-p)
23765 (spam-group-ham-processor-spamoracle-p)
23766 (spam-group-ham-processor-copy-p): Remove functions with some
23767 prejudice against unneeded code.
23768 (spam-report-articles-resend)
23769 (spam-report-resend-register-routine): Allow the group/topic
23770 spam-resend-to value to override spam-report-resend-to.
23771 (spam-summary-prepare-exit): Invoke spam-group-processor-p
23772 properly now.
23773
23774 * gnus.el (spam-resend-to): Add group/topic parameter.
23775 (spam-process): Move the OBSOLETE processors to the end of the
23776 choices.
23777
23778 2004-05-24 Daniel Pittman <daniel@rimspace.net>
23779
23780 * spam-report.el (spam-report-resend-to, spam-report-resend):
23781 Start with resend-to set to nil, and then ask the user if necessary.
23782 (spam-report-resend): spam-report-resend takes a list of articles, not
23783 separate article numbers.
23784
23785 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
23786
23787 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23788 addition to emacs-w3m.
23789
23790 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23791
23792 * assistant.el (assistant-authinfo-data): New function.
23793 (assistant-eval): Eval for entire assistant.
23794
23795 * netrc.el (netrc-services-file): New variable.
23796 (netrc-parse-services): New function.
23797 (netrc-find-service-name): New function.
23798 (netrc-find-service-number): New function.
23799 (netrc-port-equal): New function.
23800 (netrc-machine): Use it.
23801
23802 * nnimap.el (nnimap-open-connection): Use netrc.
23803
23804 * gnus-util.el (gnus-netrc-get): Remove aliases.
23805
23806 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23807
23808 * assistant.el (wid-edit): Fix compilation.
23809
23810 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23811
23812 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
23813
23814 * gnus-util.el (gnus-set-file-modes): New function. (small
23815 patch).
23816
23817 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23818
23819 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23820
23821 * assistant.el (assistant-render-node): Fix up rendering and
23822 read-only text.
23823 (assistant-render-node): Reset.
23824 (assistant-make-read-only): Not sticky.
23825
23826 2004-05-20 Danny Siu <dsiu@adobe.com>
23827
23828 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23829 centered even when gnus-auto-center-summary is t.
23830
23831 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23832
23833 * dns.el (dns-get-txt-answer): New function.
23834 (dns-read-txt): Ditto.
23835 (query-dns): Use it.
23836
23837 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
23838
23839 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23840 active for foreign groups even if the group level is higher than
23841 the specified value.
23842
23843 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23844
23845 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23846 non-active groups.
23847
23848 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23849
23850 2004-05-20 Magnus Henoch <mange@freemail.hu>
23851
23852 * dns.el (dns-read-type): Add support for SVR. (small patch)
23853
23854 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
23855
23856 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23857 (spam-crm114-header, spam-crm114-spam-switch)
23858 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23859 (spam-crm114-positive-spam-header)
23860 (spam-crm114-database-directory, spam-list-of-processors)
23861 (spam-group-spam-processor-crm114-p)
23862 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23863 (spam-generic-score, spam-list-of-checks)
23864 (spam-list-of-statistical-checks, spam-registration-functions)
23865 (spam-check-crm114-headers, spam-crm114-score)
23866 (spam-check-crm114, spam-crm114-register-with-crm114)
23867 (spam-crm114-register-spam-routine)
23868 (spam-crm114-unregister-spam-routine)
23869 (spam-crm114-register-ham-routine)
23870 (spam-crm114-unregister-ham-routine): Add CRM114 support.
23871
23872 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
23873
23874 * gnus.el: Add spam-use-crm114.
23875
23876 * spam.el (spam-list-of-processors, spam-registration-functions):
23877 Add spam-use-resend.
23878 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23879 (spam-report-articles-gmane): Add doc fix.
23880 (spam-report-articles-resend, spam-report-resend-register-routine):
23881 Add wrappers around spam-report-resend-to.
23882
23883 * spam-report.el (spam-report-resend-to, spam-report-resend):
23884 Add support for resending spam.
23885 (spam-report-gmane): Fix line length >80.
23886
23887 * gnus.el (spam-process): Add spam-use-resend.
23888
23889 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23890
23891 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23892 number of processed spam messages.
23893 (spam-ham-copy-or-move-routine): Return the number of processed
23894 ham messages.
23895 (spam-summary-prepare-exit): Use the above values to decide
23896 whether status messages shouled be displayed.
23897
23898 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
23899
23900 * rfc2047.el (rfc2047-encode-function-alist): Rename from
23901 `rfc2047-encoding-function-alist' in order to avoid conflicting
23902 with the old version.
23903 (rfc2047-encode-region): Concatenate words containing non-ASCII
23904 characters in structured fields; don't encode space-delimited
23905 ASCII words even in unstructured fields; don't break words at
23906 char-category boundaries.
23907 (rfc2047-encode-1): New function.
23908 (rfc2047-encode): Use it; encode text so that it occupies the
23909 maximum width within 76-column; work correctly on Q encoding for
23910 iso-2022-* charsets.
23911 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23912 sure not to break a line just after the header name.
23913 (rfc2047-b-encode-region): Remove.
23914 (rfc2047-b-encode-string): New function.
23915 (rfc2047-q-encode-region): Remove.
23916 (rfc2047-q-encode-string): New function.
23917
23918 * mm-util.el (mm-replace-in-string): New function.
23919
23920 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
23921
23922 * gnus-msg.el (gnus-inews-make-draft-meta-information):
23923 Really get it right.
23924 (gnus-inews-make-draft): Really.
23925
23926 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
23927
23928 * nnmh.el (nnmh-request-list-1): Don't check the link count
23929 before descending. (small patch)
23930
23931 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23932
23933 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23934 stuff.
23935
23936 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23937 Match on real group name.
23938
23939 * gnus-art.el (gnus-signature-limit): Doc fix.
23940
23941 * gnus-msg.el (gnus-inews-make-draft): Quote list.
23942
23943 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23944
23945 * gnus-draft.el (gnus-draft-send):
23946 Bind rfc2047-encode-encoded-words.
23947
23948 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23949 (rfc2047-encodable-p): Say that =? needs encoding.
23950 (rfc2047-encode-encoded-words): New variable.
23951
23952 * gnus-group.el (gnus-group-select-group): Doc fix.
23953
23954 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23955
23956 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23957 to nil.
23958
23959 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23960
23961 * nnheader.el (nnheader-get-lines-and-char): New function.
23962
23963 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
23964
23965 * gnus-msg.el (gnus-summary-followup-with-original):
23966 Document yanking of region when active.
23967
23968 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
23969
23970 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23971 groups if the group level is higher than the specified value.
23972
23973 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23974
23975 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23976 (gnus-group-jump-to-group): Add prefix argument using
23977 `gnus-group-jump-to-group-prompt'. Query before jumping to
23978 non-active group.
23979
23980 * compface.el (uncompface): Be verbose when changing
23981 `uncompface-use-external'.
23982
23983 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23984 handle manual section.
23985
23986 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23987
23988 * gnus-art.el (gnus-button-alist): Revert previous change.
23989
23990 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23991
23992 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23993
23994 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23995
23996 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23997 whether backend can accept message.
23998
23999 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24000
24001 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
24002
24003 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24004 Avoid creating directory when nntp-marks-is-evil is true.
24005 Reported by Reiner Steib.
24006
24007 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
24008
24009 * gnus-picon.el (gnus-picon-insert-glyph):
24010 Add optional `nostring' argument.
24011
24012 2004-05-18 Jesper Harder <harder@ifa.au.dk>
24013
24014 * gnus-picon.el (gnus-picon-style): New variable.
24015 (gnus-picon-transform-address): Support `gnus-picon-style'.
24016
24017 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
24018
24019 * message.el (message-fill-field): Return point.
24020 (message-generate-headers): Go to end of field.
24021
24022 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24023 stuff for non-living groups.
24024
24025 2004-05-18 Jesper Harder <harder@ifa.au.dk>
24026
24027 * gnus-art.el (gnus-article-followup-with-original)
24028 (gnus-article-reply-with-original): gnus-mark-active-p ->
24029 gnus-region-active-p.
24030
24031 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
24032
24033 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24034 only when there is spam or ham to be processed.
24035
24036 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
24037
24038 * mail-source.el (mail-source-delete-crash-box): Refactor.
24039 (mail-source-fetch): Use it.
24040 (mail-source-fetch-file): Ditto.
24041 (mail-source-fetch-directory): Run PostScript in loop.
24042 (mail-source-fetch-pop): Delete.
24043 (mail-source-fetch-maildir): Ditto.
24044 (mail-source-fetch-imap): Ditto.
24045
24046 * imap.el (imap-authenticators): Comment out sasl.
24047
24048 * message.el (message-skip-to-next-address): New function.
24049 (message-fill-header-address): Refactor.
24050 (message-fill-address): Use it.
24051 (message-delete-address): Use it.
24052 (message-fill-header-general): Refactor.
24053 (message-fill-field-address): Rename.
24054 (message-narrow-to-field): Find the start of the header.
24055 (message-header-format-alist): Don't pre-fill.
24056 (message-fill-header): Remove.
24057 (message-insert-header): New function.
24058 (message-shorten-references): Use it.
24059
24060 * rfc2047.el (rfc2047-field-value): Strip props.
24061
24062 * mail-parse.el (mail-header-make-address): New alias.
24063
24064 * ietf-drums.el (ietf-drums-make-address): New function.
24065
24066 * imap.el: Add compiler directives.
24067
24068 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24069
24070 * gnus-art.el (article-decode-idna-rhs): Don't use
24071 message-idna-inside-rhs-p.
24072
24073 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
24074
24075 * message.el (message-idna-inside-rhs-p): Remove.
24076 (message-idna-to-ascii-rhs-1): Use proper address parsing.
24077
24078 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24079 false positives.
24080
24081 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24082
24083 * imap.el (imap-sasl-make-mechanisms): Use sasl.
24084
24085 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
24086
24087 * nneething.el (nneething-file-name): Don't create spurious
24088 files.
24089
24090 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24091 (gnus-inews-do-gcc): Remove sleep.
24092
24093 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24094 part under point.
24095
24096 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24097 (gnus-agent-regenerate-group): Using nil messages aren't valid.
24098
24099 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
24100
24101 * spam.el (spam-summary-prepare-exit): Fix (length).
24102
24103 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
24104
24105 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24106 as expired without moving it" message when there are spam
24107 messages left.
24108
24109 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
24110
24111 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24112 header is not nil.
24113
24114 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
24115
24116 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24117 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24118 (nntp-marks-changed-p): New arg SERVER.
24119 (nntp-request-update-info): Adjust caller.
24120
24121 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
24122
24123 * nntp.el (nntp-save-marks): Pass missing arg.
24124
24125 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
24126
24127 * nntp.el: Support marks.
24128 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24129 (nntp-marks-modtime, nntp-marks-directory): New variables.
24130 (nntp-request-set-mark, nntp-request-update-info)
24131 (nntp-possibly-create-directory, nntp-marks-changed-p)
24132 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24133 New functions.
24134
24135 2004-05-12 Jesper Harder <harder@ifa.au.dk>
24136
24137 * gnus-score.el (gnus-score-insert-help):
24138 Use gnus-select-lowest-window.
24139
24140 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24141 appt-select-lowest-window and rename to gnus-select-lowest-window.
24142
24143 * gnus.el: do.
24144
24145 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24146
24147 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24148 encodings of MIME-encoded words, in order to improve
24149 interoperability with several broken MUAs.
24150
24151 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24152
24153 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24154 tags, only when charsets are not specified in headers.
24155 (mm-inline-text-html-render-with-w3m): Ditto.
24156
24157 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24158
24159 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24160 instead of MIME-decoded from fields when checking
24161 `gnus-article-address-banner-alist'.
24162
24163 2004-05-03 Jesper Harder <harder@ifa.au.dk>
24164
24165 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24166 description rather than subject.
24167
24168 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24169
24170 * gnus.el (gnus-version-number): Bump.
24171
24172 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
24173
24174 * gnus.el: No Gnus v0.2 is released.
24175
24176 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24177
24178 * gnus-agent.el (gnus-agent-read-agentview):
24179 Inline gnus-uncompress-range.
24180
24181 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24182
24183 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24184 `exec-installed-p'.
24185
24186 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24187
24188 * gnus.el (spam-process, spam-autodetect-methods):
24189 Add bsfilter and bsfilter-headers.
24190
24191 * spam.el (spam-bsfilter): New customize group.
24192 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24193 (spam-bsfilter-header, spam-bsfilter-probability-header)
24194 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24195 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24196 (spam-bsfilter-database-directory): New options.
24197 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24198 (spam-list-of-statistical-checks, spam-registration-functions):
24199 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24200 (spam-bsfilter-score): New command.
24201 (spam-check-bsfilter-headers, spam-check-bsfilter)
24202 (spam-bsfilter-register-with-bsfilter)
24203 (spam-bsfilter-register-spam-routine)
24204 (spam-bsfilter-unregister-spam-routine)
24205 (spam-bsfilter-register-ham-routine)
24206 (spam-bsfilter-unregister-ham-routine): New functions.
24207 (spam-generic-score): Support bsfilter; Accept an optional argument
24208 to recalcurate spam score even if scoring header has already been
24209 added.
24210 (spam-bogofilter-score, spam-spamassassin-score): Accept an
24211 optional argument to recalcurate spam score even if scoring header
24212 has already been added.
24213
24214 2004-04-29 Jesper Harder <harder@ifa.au.dk>
24215
24216 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24217 strings! Reported by David D. Smith <davidsmith@acm.org>.
24218 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24219 link is missing.
24220
24221 2004-04-28 Jesper Harder <harder@ifa.au.dk>
24222
24223 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24224 (html2text-get-attr): Rewrite.
24225
24226 * message.el (message-setup-1): Remove redundant put-text-property
24227 on mail-header-separator.
24228
24229 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
24230
24231 * gnus-registry.el (gnus-registry-cache-whitespace)
24232 (gnus-registry-action, gnus-registry-spool-action)
24233 (gnus-registry-split-fancy-with-parent): Change message levels
24234 from 5 to 3 or 7, as needed.
24235
24236 * spam.el (spam-summary-prepare-exit)
24237 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24238 (spam-split, spam-find-spam, spam-log-undo-registration)
24239 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24240 level from 5 to 6.
24241
24242 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
24243
24244 * gnus-ems.el: Autoload appt-select-lowest-window (revert
24245 2004-03-04 change).
24246
24247 2004-04-25 Jesper Harder <harder@ifa.au.dk>
24248
24249 * sieve-manage.el (sieve-manage-open):
24250 * nnweb.el (nnweb-insert-html):
24251 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24252 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24253 * nnspool.el (nnspool-request-group):
24254 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24255 * nnml.el (nnml-request-update-info):
24256 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24257 (nnmh-request-create-group, nnmh-update-gnus-unreads):
24258 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24259 (nnimap-request-set-mark):
24260 * nnfolder.el (nnfolder-request-update-info):
24261 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24262 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24263 * gnus-uu.el (gnus-uu-find-articles-matching):
24264 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24265 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24266 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24267 * gnus-nocem.el (gnus-nocem-scan-groups):
24268 * gnus-int.el (gnus-start-news-server):
24269 * gnus-group.el (gnus-group-make-kiboze-group)
24270 (gnus-group-browse-foreign-server):
24271 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24272 Use mapc when appropriate.
24273
24274 2004-04-22 Dan Christensen <jdc@uwo.ca>
24275 Adam Sjøgren <asjo@koldfront.dk>
24276 Wes Hardaker <wes@hardakers.net>
24277 Michael Shields <shields@msrl.com>
24278
24279 * spam.el (spam-necessary-extra-headers): Get the extra headers we
24280 may need for spam sorting and scoring.
24281 (spam-user-format-function-S): Add user format function suitable for
24282 general use.
24283 (spam-article-sort-by-spam-status): Add sorting function for summary
24284 sorting.
24285 (spam-extra-header-to-number): Add function to get a score from a
24286 header.
24287 (spam-summary-score): Add function to get a numeric score from the
24288 headers.
24289 (spam-generic-score): Fix function doc, was in wrong place.
24290 (spam-initialize): Take symbols when it's run, and install the
24291 extra headers that spam-necessary-extra-headers thinks we need.
24292
24293 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
24294
24295 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24296 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24297
24298 2004-04-17 Jesper Harder <harder@ifa.au.dk>
24299
24300 * gnus-sum.el (gnus-set-global-variables)
24301 (gnus-build-all-threads, gnus-get-newsgroup-headers)
24302 (gnus-article-get-xrefs, gnus-summary-best-group)
24303 (gnus-summary-next-article, gnus-summary-enter-digest-group)
24304 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24305 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24306 Use with-current-buffer.
24307
24308 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
24309
24310 * spam.el (spam-summary-prepare-exit): Simplify logic.
24311 (spam-fetch-article-header): Read the article header if it's not
24312 available.
24313 (spam-list-articles): Simplify logic.
24314 (spam-filelist-register-routine): Fix bug with unregister-list.
24315
24316 * gnus-registry.el: Fix comments at beginning.
24317
24318 2004-04-16 Jesper Harder <harder@ifa.au.dk>
24319
24320 * message.el (message-cater-to-broken-inn): Remove.
24321 (message-shorten-references): Make sure the total folded length of
24322 References is shorter than 998 characters to cater to a bug in INN
24323 2.3. Also, don't pretend that references aren't folded -- this
24324 hasn't worked for a while.
24325
24326 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
24327
24328 * gnus-agent.el (gnus-agentize):
24329 gnus-agent-send-mail-real-function no longer set to current value
24330 of message-send-mail-function but rather a lambda that calls
24331 message-send-mail-function. The change makes the agent real-time
24332 responsive to user changes to message-send-mail-function.
24333
24334 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
24335
24336 * legacy-gnus-agent.el
24337 (gnus-agent-convert-to-compressed-agentview): Fix typos with
24338 help from Florian Weimer <fw@deneb.enyo.de>
24339
24340 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
24341
24342 * nnmail.el (nnmail-cache-insert): Revert last change.
24343
24344 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
24345
24346 * nnmail.el (nnmail-cache-insert): Always check whether
24347 nnmail-cache-ignore-groups matches a group name.
24348
24349 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
24350
24351 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24352 (spam-find-spam, spam-log-processing-to-registry)
24353 (spam-log-registered-p, spam-log-unregistration-needed-p)
24354 (spam-log-undo-registration): Use gnus-message instead of
24355 gnus-error, none of these errors are fatal.
24356
24357 * gnus-registry.el (gnus-registry-clean-empty-function)
24358 (gnus-registry-clean-empty): Remove only empty entries without
24359 extra data.
24360
24361 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
24362
24363 * spam-stat.el (spam-stat-buffer-change-to-spam)
24364 (spam-stat-buffer-change-to-non-spam): Change (error) to
24365 (gnus-message 8) invocation.
24366
24367 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
24368
24369 * nntp.el (nntp-via-netcat-command): New variable.
24370 (nntp-via-netcat-switches): New variable.
24371 (nntp-open-via-rlogin-and-netcat): New function.
24372 (nntp-open-connection-function): Doc fix.
24373 (nntp-telnet-command): Doc fix.
24374 (nntp-end-of-line): Doc fix.
24375 (nntp-via-rlogin-command): Doc fix.
24376 (nntp-via-user-name): Doc fix.
24377 (nntp-via-address): Doc fix.
24378
24379 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
24380
24381 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24382 error in Emacs 21.1.
24383
24384 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
24385
24386 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24387
24388 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
24389
24390 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24391 (gnus-agent-with-refreshed-group): New macro.
24392 (gnus-agent-rename-group): New function.
24393 (gnus-agent-delete-group): New function.
24394 (gnus-agent-save-group-info): Use gnus-command-method when
24395 `method' parameter is nil. Don't write nil entries into the
24396 active file.
24397 (gnus-agent-get-group-info): New function.
24398 (gnus-agent-fetch-articles):
24399 Use gnus-agent-update-files-total-fetched-for to increment disk space
24400 used.
24401 (gnus-agent-fetch-headers, gnus-agent-save-alist):
24402 Use gnus-agent-update-view-total-fetched-for to increment disk space
24403 used.
24404 (gnus-agent-get-local): Add optional parameters to avoid calling
24405 gnus-group-real-name and gnus-find-method-for-group.
24406 (gnus-agent-set-local): Delete stored entry if either min, or max,
24407 are nil.
24408 (gnus-agent-fetch-session): Reworded error/quit messages.
24409 On quit, use gnus-agent-regenerate-group to record existence of any
24410 articles fetched to disk before the quit occurred.
24411 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24412 gnus-agent-update-view-total-fetched-for, and
24413 gnus-agent-update-files-total-fetched-for to decrement disk space
24414 used.
24415 (gnus-agent-retrieve-headers):
24416 Use gnus-agent-update-view-total-fetched-for to increment disk space
24417 used.
24418 (gnus-agent-regenerate-group): Replace gnus-group-update-group
24419 with gnus-agent-update-files-total-fetched-for to decrement disk
24420 space and fresh group buffer.
24421 (gnus-agent-inhibit-update-total-fetched-for): New variable.
24422 (gnus-agent-need-update-total-fetched-for): New variable.
24423 (gnus-agent-update-files-total-fetched-for): New function.
24424 (gnus-agent-update-view-total-fetched-for): New function.
24425 (gnus-agent-total-fetched-for): New function.
24426
24427 * gnus-cache.el (gnus-cache-save-buffers):
24428 Use gnus-cache-update-overview-total-fetched-for to change disk space
24429 used by this group.
24430 (gnus-cache-possibly-enter-article):
24431 Use gnus-cache-update-file-total-fetched-for to increment disk space
24432 used by this group.
24433 (gnus-cache-possibly-remove-article):
24434 Use gnus-cache-update-file-total-fetched-for to decrement disk space
24435 used by this group.
24436 (gnus-cache-generate-nov-databases): Purge total fetched cache.
24437 (gnus-cache-rename-group): New function.
24438 (gnus-cache-delete-group): New function.
24439 (gnus-cache-inhibit-update-total-fetched-for): New variable.
24440 (gnus-cache-need-update-total-fetched-for): New variable.
24441 (gnus-cache-with-refreshed-group): New macro.
24442 (gnus-cache-update-file-total-fetched-for): New function.
24443 (gnus-cache-update-overview-total-fetched-for): New function.
24444 (gnus-cache-rename-group-total-fetched-for): New function.
24445 (gnus-cache-delete-group-total-fetched-for): New function.
24446 (gnus-cache-total-fetched-for): New function.
24447
24448 * gnus-group.el: Require gnus-sum and autoload functions to
24449 resolve warnings when gnus-group.el compiled alone.
24450 (gnus-group-line-format): Document new %F.
24451 (size of Fetched data) group line format; identifies disk space
24452 used by agent and cache.
24453 (gnus-group-line-format-alist): Define new F format.
24454 (gnus-total-fetched-for): New function.
24455 (gnus-group-delete-group): No longer update
24456 gnus-cache-active-altered as gnus-request-delete-group now keeps
24457 the cache in sync.
24458 (gnus-group-list-active): Let the agent store a server's active
24459 list if currently plugged.
24460
24461 * gnus-int.el (gnus-request-delete-group):
24462 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24463 local disk in sync with the server.
24464 (gnus-request-rename-group):
24465 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24466 local disk in sync with the server.
24467
24468 * gnus-start.el (gnus-get-unread-articles):
24469 Cosmetic simplification to logic.
24470
24471 * gnus-util.el (gnus-rename-file): New function.
24472
24473 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
24474
24475 * mm-util.el (mm-image-load-path): Handle nil in load-path.
24476
24477 2004-04-07 Jesper Harder <harder@ifa.au.dk>
24478
24479 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24480 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
24481
24482 2004-04-06 Jesper Harder <harder@ifa.au.dk>
24483
24484 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24485 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
24486
24487 2004-04-03 Jesper Harder <harder@ifa.au.dk>
24488
24489 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24490
24491 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
24492
24493 * spam.el (spam-set-difference): Add function to replace
24494 gnus-set-difference in spam.el.
24495 (spam-summary-prepare-exit): Use spam-set-difference.
24496
24497 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
24498
24499 * gnus-registry.el (gnus-registry-cache-file): Update to use
24500 gnus-dribble-directory OR gnus-home-directory OR ~.
24501 (gnus-registry-split-fancy-with-parent): Fix doc.
24502
24503 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
24504
24505 * message.el (message-exchange-point-and-mark):
24506 Use message-mark-active-p. Suggested by Jesper Harder
24507 <harder@ifa.au.dk>.
24508
24509 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
24510
24511 * message.el (message-exchange-point-and-mark): Don't activate
24512 region if it was inactive. Suggested by Hiroshi Fujishima
24513 <pooh@nature.tsukuba.ac.jp>.
24514
24515 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
24516
24517 * gnus-art.el (article-display-face): Display Faces in the same
24518 order as X-Faces.
24519
24520 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
24521
24522 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24523
24524 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
24525
24526 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24527 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24528 (gnus-article-mime-hierarchy): Remove.
24529 (gnus-article-mime-hierarchy-next): Remove.
24530 (gnus-article-mode): Revert 2004-03-19 change.
24531 (gnus-article-setup-buffer): Revert 2004-03-19 change.
24532 (gnus-insert-mime-button): Revert 2004-03-19 change.
24533 (gnus-mime-accumulate-hierarchy): Remove.
24534 (gnus-mime-enter-multipart): Remove.
24535 (gnus-mime-leave-multipart): Remove.
24536 (gnus-mime-display-part): Revert 2004-03-19 change.
24537 (gnus-mime-display-alternative): Revert 2004-03-19 change.
24538
24539 * mml.el (mml-preview): Revert 2004-03-19 change.
24540
24541 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
24542
24543 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24544
24545 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
24546
24547 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24548 t while entering a file name using the mm-with-multibyte macro.
24549 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24550
24551 * mm-util.el (mm-with-multibyte): New macro.
24552
24553 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
24554
24555 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24556 New user option.
24557 (gnus-mime-multipart-functions): Doc and customization fix.
24558 (gnus-article-mime-hierarchy): New variable.
24559 (gnus-article-mime-hierarchy-next): New variable.
24560 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24561 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24562 gnus-article-mime-hierarchy-next to nil.
24563 (gnus-insert-mime-button): Show hierarchy numbers.
24564 (gnus-mime-accumulate-hierarchy): New function.
24565 (gnus-mime-enter-multipart): New function.
24566 (gnus-mime-leave-multipart): New function.
24567 (gnus-mime-display-part): Recompute hierarchical MIME structure.
24568 (gnus-mime-display-alternative): Show hierarchy numbers.
24569
24570 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24571 gnus-article-mime-hierarchy-next to nil.
24572
24573 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
24574
24575 * dns.el: Don't require gnus-xmas.
24576
24577 2004-03-17 Jesper Harder <harder@ifa.au.dk>
24578
24579 * mml.el (mml-generate-mime-1): Don't use format=flowed with
24580 inline PGP.
24581 (mml-menu): Disable mml-quote-region if mark is inactive.
24582
24583 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
24584
24585 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24586 when the group's active is not available.
24587
24588 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
24589
24590 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24591 error.
24592
24593 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
24594
24595 * imap.el (imap-store-password): New variable.
24596 (imap-interactive-login): Use it.
24597 Suggested by Mark Plaksin <happy@mcplaksin.org>.
24598
24599 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
24600
24601 * gnus-art.el (gnus-article-read-summary-keys): Restore new
24602 window-start and hscroll to summary window.
24603
24604 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
24605
24606 * gnus-start.el (gnus-convert-old-newsrc): Only write the
24607 conversion message to newsrc-dribble when an actual conversion is
24608 performed.
24609
24610 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
24611
24612 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24613
24614 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
24615
24616 * mm-decode.el (mm-complicated-handles): New function reviving
24617 former definition of mm-multiple-handles.
24618
24619 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24620 (gnus-mime-delete-part): Use it.
24621
24622 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
24623
24624 * gnus-agent.el (gnus-agent-read-local):
24625 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24626 avoid the implicit assumption that they will always be equal.
24627 (gnus-agent-save-local): Bind buffer-file-coding-system, not
24628 coding-system-for-write, as the with-temp-file macro first prints
24629 to a buffer then saves the buffer.
24630
24631 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
24632
24633 * gnus-art.el (gnus-article-edit-part): New function.
24634 (gnus-mime-save-part-and-strip): Use it; do query instead of
24635 signaling an error; don't use mm-multiple-handles.
24636 (gnus-mime-delete-part): Ditto.
24637
24638 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
24639
24640 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24641 old file versions.
24642 (gnus-group-prepare-hook): Remove function that converted list
24643 form of gnus-agent-expire-days to group properties.
24644
24645 * gnus-int.el: Autoload gnus-agent-regenerate-group.
24646 (gnus-request-accept-article): Re-indented.
24647
24648 * gnus-start.el (gnus-convert-old-newsrc): Registered new
24649 converters to handle old agent file formats. Add logic for a
24650 "backup before upgrading warning".
24651 (gnus-convert-mark-converter-prompt): Developers can mark
24652 functions as needing (default), or not needing,
24653 gnus-convert-old-newsrc's "backup before upgrading warning".
24654 (gnus-convert-converter-needs-prompt): Tests whether the user
24655 should be protected from potentially irreversable changes by the
24656 function.
24657
24658 * legacy-gnus-agent.el: New. Provides converters that are only
24659 loaded when gnus-convert-old-newsrc needs to call them.
24660
24661 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
24662
24663 * mail-source.el (mail-source-touch-pop): Doc fix.
24664
24665 * message.el (message-smtpmail-send-it): Doc fix.
24666
24667 2004-03-05 Jesper Harder <harder@ifa.au.dk>
24668
24669 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24670
24671 * nnmail.el (nnmail-split-fancy): do.
24672
24673 * gnus-kill.el (gnus-kill, gnus-execute): do.
24674
24675 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
24676
24677 * gnus-sum.el (gnus-widget-reversible-match)
24678 (gnus-widget-reversible-to-internal)
24679 (gnus-widget-reversible-to-external): New functions.
24680 (gnus-widget-reversible): New widget.
24681 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24682
24683 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
24684
24685 * gnus-sum.el (gnus-thread-sort-functions)
24686 (gnus-article-sort-functions): Document `(not F)' items.
24687
24688 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
24689
24690 * spam.el (spam-use-gmane-xref): Add new backend.
24691 (spam-gmane-xref-spam-group): Add variable to control the name of the
24692 Gmane spam group.
24693 (spam-blackhole-servers, spam-blackhole-good-server-regex)
24694 (spam-regex-headers-spam, spam-regex-headers-ham)
24695 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24696 (spam-list-of-checks): Add spam-use-gmane-xref to list of
24697 backends and checks.
24698 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24699
24700 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24701 an autodetect method.
24702
24703 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24704
24705 * gnus-int.el (gnus-request-accept-article): Inform the agent that
24706 articles are being added to a group.
24707 (gnus-request-replace-article): Inform the agent that articles
24708 need to be uncached as the cached contents are no longer valid.
24709
24710 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24711
24712 * binhex.el: Don't autoload executable-find.
24713
24714 * canlock.el: Don't autoload mail-fetch-field.
24715
24716 * gnus-ems.el: Don't autoload appt-select-lowest-window.
24717
24718 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24719 rmail-dont-reply-to and rmail-output.
24720
24721 * gnus-score.el: Don't autoload ffap-string-at-point.
24722
24723 * gnus-setup.el: Don't autoload sc-cite-original.
24724
24725 * imap.el: Don't autoload base64-decode-string,
24726 base64-encode-string and md5.
24727
24728 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24729 and rmail-msg-restore-non-pruned-header.
24730
24731 * mm-decode.el: Don't autoload executable-find.
24732
24733 * mm-url.el: Don't autoload executable-find.
24734
24735 * mm-view.el: Don't autoload diff-mode.
24736
24737 * nndb.el: Don't autoload news-reply-mode, news-setup,
24738 cancel-timer and telnet.
24739
24740 * password.el: Don't autoload run-at-time for Emacs.
24741
24742 * sha1-el.el: Don't autoload executable-find.
24743
24744 * sieve-mode.el: Don't autoload c-mode.
24745
24746 * uudecode.el: Don't autoload executable-find.
24747
24748 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24749
24750 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24751 (gnus-agent-possibly-alter-active): Avoid null in numeric
24752 comparison.
24753 (gnus-agent-set-local): Refuse to save null in local object table.
24754 (gnus-agent-regenerate-group): The REREAD parameter can now be a
24755 list of articles that will be marked as unread.
24756
24757 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24758
24759 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24760
24761 2004-03-04 Jesper Harder <harder@ifa.au.dk>
24762
24763 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24764 language tags.
24765
24766 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
24767
24768 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24769 Don't bind "obarray".
24770
24771 * gnus-sum.el (gnus-thread-sort-functions):
24772 Add `gnus-thread-sort-by-most-recent-number' and
24773 `gnus-thread-sort-by-most-recent-date'.
24774 Reported by Kai Grossjohann <kai@emptydomain.de>.
24775
24776 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
24777
24778 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24779
24780 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
24781
24782 * gnus-cus.el (gnus-agent-customize-category):
24783 Remove ignore-errors macro reference that required cl to be loaded at
24784 run-time.
24785
24786 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24787 single-interval range of the form (min . max). Previously the
24788 range had to look like ((min . max)). Likewise, return
24789 (min . max) rather than ((min . max)).
24790 (gnus-range-map): Use gnus-range-normalize to accept
24791 single-interval range.
24792
24793 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24794 the cache, but not the agent, now appear with their usual face.
24795
24796 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
24797
24798 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24799 w3m-safe-url-regexp variable buffer-local.
24800
24801 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24802
24803 2004-02-27 Simon Josefsson <jas@extundo.com>
24804
24805 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24806 gnus-group-real-prefix.
24807 (gnus-summary-move-article): Use it, instead of
24808 gnus-group-real-prefix.
24809
24810 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
24811
24812 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24813 w3m-safe-url-regexp variable buffer-local and set it as the value
24814 of mm-w3m-safe-url-regexp.
24815
24816 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24817
24818 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24819 parsing gnus-posting-styles when the message is not for replying.
24820
24821 * nnrss.el (nnrss-opml-export):
24822 Use mm-set-buffer-file-coding-system instead of
24823 set-buffer-file-coding-system.
24824
24825 2004-02-27 Jesper Harder <harder@ifa.au.dk>
24826
24827 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24828 of checkdoc.el).
24829 * nnrss.el: do.
24830 * gnus-mlspl.el: do.
24831 * gnus-ml.el: do.
24832 * gnus-srvr.el: do.
24833
24834 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24835
24836 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
24837
24838 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24839 Corrections to custom-manual links.
24840
24841 * gnus-art.el (gnus-article): Ditto.
24842
24843 * mm-decode.el (mime-display, mime-security): Ditto.
24844
24845 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24846
24847 * flow-fill.el: Typo.
24848
24849 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
24850
24851 * spam-wash.el: New file.
24852
24853 2004-02-26 Mark A. Hershberger <mah@everybody.org>
24854
24855 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24856
24857 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
24858
24859 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24860 to be run with new-articles as LIST1, not LIST2.
24861 (spam-registration-functions): Add spam-use-ham-copy as a nil
24862 registration backend.
24863
24864 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24865
24866 * spam-stat.el (spam-stat-washing-hook): New option.
24867 (spam-stat-buffer-words): Use it.
24868 (spam-stat-process-directory, spam-stat-test-directory):
24869 Use insert-file-contents-literally.
24870 (spam-stat-coding-system): New variable.
24871 (spam-stat-load, spam-stat-save): Use it.
24872
24873 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
24874
24875 * spam-report.el (spam-report-plug-agent):
24876 Quote spam-report-url-to-file and spam-report-url-ping-plain.
24877
24878 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
24879
24880 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24881 Allow / in mailto URLs.
24882
24883 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
24884
24885 * spam-report.el (spam-report-process-queue): Fix interactive use.
24886 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24887 (spam-report-unplug-agent): Doc fixes.
24888 (spam-report-url-ping-mm-url, spam-report-url-to-file)
24889 (spam-report-agentize, spam-report-deagentize):
24890 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
24891
24892 * message.el (message-setup-fill-variables): Add mml tags to
24893 paragraph-start and paragraph-separate. Suggested by Andrew Korty
24894 <ajk@iu.edu>.
24895 (message-mode): Don't modify paragraph-separate there.
24896
24897 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
24898
24899 * compface.el (uncompface-use-external): Default to undecided.
24900 (uncompface-use-external-threshold): New variable.
24901 (uncompface-float-time): New macro.
24902 (uncompface): Determine whether to use the external decoder if
24903 uncompface-use-external is undecided.
24904
24905 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24906
24907 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24908 after images.
24909
24910 * gnus-art.el (gnus-mime-display-single): Remove dead code.
24911
24912 2004-02-14 Jesper Harder <harder@ifa.au.dk>
24913
24914 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24915
24916 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24917
24918 * gnus-sum.el (gnus-summary-limit-to-age)
24919 (gnus-summary-limit-children): do.
24920
24921 * gnus-int.el (gnus-request-scan): do.
24922
24923 * gnus-group.el (gnus-group-suspend): do.
24924
24925 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24926
24927 * gnus-cite.el (gnus-cite-parse-attributions): do.
24928
24929 * gnus-agent.el (gnus-summary-set-agent-mark)
24930 (gnus-agent-regenerate-group): do.
24931
24932 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24933
24934 * binhex.el (binhex-decode-region-internal): do.
24935
24936 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
24937
24938 * gnus-fun.el (gnus-face-properties-alist): New user option.
24939 (gnus-display-x-face-in-from): Use it.
24940
24941 * gnus-art.el (article-display-face): Ditto.
24942
24943 * compface.el (uncompface-use-external): Default to nil.
24944
24945 2004-02-12 Jesper Harder <harder@ifa.au.dk>
24946
24947 * nntp.el (nntp-erase-buffer): New function.
24948 (nntp-retrieve-data, nntp-send-command)
24949 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24950 (nntp-possibly-change-group): Use it.
24951
24952 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24953 Use with-current-buffer.
24954
24955 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
24956
24957 * compface.el: Merge the ELisp-based uncompface program.
24958 (compface): New customization group.
24959 (uncompface-use-external): New user option.
24960 (uncompface): Call uncompface-internal if uncompface-use-external
24961 is nil.
24962 (uncompface-internal): New function. Note that there are also
24963 some other functions and variables added for this function.
24964
24965 2004-02-10 Jesper Harder <harder@ifa.au.dk>
24966
24967 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24968 if necessary.
24969
24970 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
24971
24972 * spam-report.el (spam-report-unplug-agent)
24973 (spam-report-plug-agent, spam-report-deagentize)
24974 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24975 Add support for the Agent in spam-report: when unplugged, report to a
24976 file; when plugged, submit all the requests.
24977
24978 * spam.el (spam-register-routine): Fix message about
24979 registration.
24980
24981 2004-02-09 Jesper Harder <harder@ifa.au.dk>
24982
24983 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24984 dependencies.
24985 (rfc2047-encode): Use it.
24986
24987 * gnus-art.el (gnus-button-marker-list): Move before first
24988 reference.
24989
24990 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24991 (imap-parse-body): Fix format string mismatch.
24992
24993 * gnus-score.el (gnus-summary-increase-score): do.
24994
24995 * nnrss.el (nnrss-close): New function.
24996
24997 2004-02-08 Jesper Harder <harder@ifa.au.dk>
24998
24999 * nnrss.el (nnrss-make-filename): New function.
25000 (nnrss-request-delete-group, nnrss-read-server-data)
25001 (nnrss-save-server-data, nnrss-read-group-data)
25002 (nnrss-save-group-data): Use it.
25003 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25004 (nnrss-read-server-data, nnrss-read-group-data): Use load.
25005 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25006
25007 2004-02-07 Jesper Harder <harder@ifa.au.dk>
25008
25009 * mml.el (mml-compute-boundary-1): Don't uncompress files.
25010
25011 2004-02-06 Jesper Harder <harder@ifa.au.dk>
25012
25013 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25014 files.
25015
25016 * message.el (message-generate-headers-first): Don't quote nil
25017 and t in docstrings.
25018
25019 * imap.el (imap-id): do.
25020
25021 * gnus-agent.el (gnus-agent-consider-all-articles)
25022 (gnus-agent-queue-mail): do.
25023
25024 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
25025
25026 * spam-report.el (spam-report-process-queue): New function.
25027 Process requests from `spam-report-requests-file'.
25028 (spam-report-process-queue): Doc fix.
25029
25030 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
25031
25032 * spam.el (spam-register-routine)
25033 (spam-log-processing-to-registry, spam-log-registered-p)
25034 (spam-log-unregistration-needed-p, spam-log-undo-registration):
25035 Change "check" to "spam-check" for semi-clarity.
25036
25037 2004-02-05 Jesper Harder <harder@ifa.au.dk>
25038
25039 * pop3.el: Require nnheader.
25040
25041 * mml-smime.el: Require cl. Autoload message-fetch-field.
25042
25043 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25044
25045 * gnus-picon.el: Require cl.
25046
25047 * gnus-fun.el: Require gnus-ems and gnus-util.
25048
25049 * gnus.el (gnus-method-to-server): Move defsubst before first use.
25050
25051 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25052
25053 * gnus-art.el (gnus-article-edit-mode): Define before first
25054 reference.
25055
25056 2004-02-04 Jesper Harder <harder@ifa.au.dk>
25057
25058 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25059 (gnus-uu-post-encoded): Use point-at-bol.
25060
25061 * gnus-topic.el (gnus-group-active-topic-p): do.
25062
25063 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25064
25065 * gnus-group.el (gnus-group-kill-region): do.
25066
25067 * gnus-art.el (article-date-ut): do.
25068
25069 * message.el (message-fetch-field): Remove redundant
25070 case-fold-search binding.
25071 (message-narrow-to-field): Simplify.
25072
25073 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
25074
25075 * spam.el (spam-directory): Derive from `gnus-directory'.
25076
25077 * spam-report.el (spam-report-url-to-file)
25078 (spam-report-requests-file): New function and variable for offline
25079 reporting.
25080 (spam-report-url-ping-function): Add `spam-report-url-to-file'
25081 and user defined function.
25082 (spam-report-url-ping-mm-url): Remove doubled slash.
25083
25084 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
25085
25086 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25087
25088 2004-02-03 Jesper Harder <harder@ifa.au.dk>
25089
25090 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25091 Fix format string mismatch.
25092
25093 * sieve.el (sieve-deactivate-all): do.
25094
25095 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25096
25097 * nnlistserv.el (nnlistserv-kk-wash-article): do.
25098
25099 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25100
25101 * mm-bodies.el (mm-7bit-chars): Don't include \r.
25102
25103 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
25104
25105 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25106 the list of checks.
25107
25108 2004-01-31 Jesper Harder <harder@ifa.au.dk>
25109
25110 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25111 padding.
25112
25113 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
25114
25115 * mm-view.el (mm-fill-flowed): New variable.
25116 (mm-inline-text): Use it.
25117
25118 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
25119
25120 * spam.el (spam-spamassassin-register-ham-routine)
25121 (spam-spamassassin-register-spam-routine): Fix function names.
25122
25123 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
25124
25125 * gnus.el (gnus-tmp-grouplens): Remove.
25126 (gnus-summary-line-format): Remove grouplens.
25127
25128 * gnus-group.el (gnus-group-line-format): Ditto.
25129
25130 * gnus-spec.el (gnus-format-specs): Ditto.
25131 (gnus-update-format-specifications): Flush the group format spec
25132 cache if there's the grouplens stuff.
25133 (gnus-parse-simple-format): Replace %l with the empty string.
25134
25135 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
25136
25137 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25138 omission.
25139
25140 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
25141
25142 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25143 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25144
25145 2004-01-25 Paul Jarc <prj@po.cwru.edu>
25146
25147 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25148 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25149 New macros and functions.
25150 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25151 Handle > NLINK_MAX messages.
25152 * nnmaildir.el (nnmaildir-request-set-mark):
25153 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25154
25155 2004-01-25 Alex Schroeder <alex@gnu.org>
25156
25157 * spam-stat.el (spam-stat-process-directory-age): New option.
25158 (spam-stat-process-directory): Use it.
25159
25160 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
25161
25162 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25163 (spam-stat-save): Accept prefix argument.
25164
25165 2004-01-23 Paul Jarc <prj@po.cwru.edu>
25166
25167 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25168 links" error.
25169
25170 2004-01-23 Jesper Harder <harder@ifa.au.dk>
25171
25172 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25173 compatibility with old .newsrc.eld files.
25174
25175 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25176
25177 * gnus-start.el (gnus-1): do.
25178
25179 * gnus-group.el (gnus-group-line-format-alist): do.
25180
25181 * gnus.el (gnus-use-grouplens, gnus-visual): do.
25182
25183 * gnus-gl.el: Remove.
25184
25185 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
25186
25187 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25188 marks consisting of a single range {for example, (3 . 5)} rather
25189 than a list of a single range { ((3 . 5)) }.
25190
25191 2004-01-23 Jesper Harder <harder@ifa.au.dk>
25192
25193 * spam-stat.el (spam-stat-store-gnus-article-buffer):
25194 Use with-current-buffer.
25195 (spam-stat-store-current-buffer): Use insert-buffer-substring to
25196 avoid consing a string.
25197
25198 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25199 Remove obsolete entries for big5 and gb2312.
25200
25201 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
25202
25203 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25204 uncompressed list.
25205
25206 2004-01-22 Jesper Harder <harder@ifa.au.dk>
25207
25208 * spam-stat.el (spam-stat-strip-xref): New function.
25209 (spam-stat-process-directory): Use it.
25210
25211 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25212 here -- it's done in message-fetch-field.
25213
25214 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
25215
25216 * gnus-agent.el (gnus-agent-queue-mail)
25217 (gnus-agent-prompt-send-queue): New variables.
25218 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25219 * gnus-draft.el (gnus-group-send-queue): Pass the group name
25220 "nndraft:queue" along to gnus-draft-send.
25221 Use gnus-agent-prompt-send-queue.
25222 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25223 is "nndraft:queue". Suggested by Gaute Strokkenes
25224 <gs234@srcf.ucam.org>
25225
25226 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25227 (agent-enable-undownloaded-faces): Add.
25228 (gnus-agent-cat-groups): Use eval-and-compile, not
25229 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25230 method of gnus-agent-cat-groups even when the buffer has been
25231 evalled.
25232 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25233 delete gnus-agent-save-active-1.
25234 (gnus-agent-save-groups): Delete. Identical to
25235 gnus-agent-save-active.
25236 (gnus-agent-write-active): No longer adjust agent's copy of active
25237 file as agent's adjustments are now stored in their own
25238 file. Remove optional parameter.
25239 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25240 servers. Add use of min/max range limits from server's local
25241 file.
25242 (gnus-agent-save-alist): Remove unused optional argument.
25243 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25244 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25245 (gnus-agent-set-local): A per-server file that keeps min/max range
25246 limits for articles known to the agent. Provides a fast mechanism
25247 for altering many active ranges.
25248 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25249 active file (local makes it unnecessary).
25250 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25251
25252 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25253 (agent-enable-undownloaded-faces): Add.
25254
25255 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25256 disable it when sending to "nndraft:queue".
25257 (gnus-group-send-queue): Add safety check to avoid sending queue
25258 when unplugged.
25259
25260 * gnus-group.el (gnus-group-catchup): Use new
25261 gnus-sequence-of-unread-articles, not
25262 gnus-list-of-unread-articles, to avoid exhausting memory with huge
25263 numbers of articles. Use gnus-range-map to avoid having to
25264 uncompress the unread list.
25265 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25266 Fix invalid ange-ftp reference.
25267
25268 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25269 (gnus-sorted-range-intersection): Intersection of two ranges
25270 without requiring that they first be uncompressed.
25271
25272 * gnus-start.el (gnus-activate-group): Unless blocked by the
25273 caller, possibly expand the active range to include both cached
25274 and agentized articles.
25275 (gnus-convert-old-newsrc): Rewrote in anticipation of having
25276 multiple version-dependent converters.
25277 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25278 gnus-agent-save-active.
25279 (gnus-save-newsrc-file): Save dirty agent range limits.
25280
25281 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25282 gnus-agent-possibly-alter-active.
25283 (gnus-adjust-marked-articles): Faster handling of simple lists.
25284
25285 2004-01-21 Jesper Harder <harder@ifa.au.dk>
25286
25287 * spam-stat.el (spam-stat-test-directory): New optional argument
25288 displays a list of files detected. Suggested by Andrew Cohen
25289 <cohen@andy.bu.edu>.
25290 (spam-stat-buffer-words-with-scores): Don't narrow and change
25291 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
25292
25293 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
25294
25295 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25296 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25297 (spam-spamassassin-arguments)
25298 (spam-spamassassin-spam-flag-header)
25299 (spam-spamassassin-positive-spam-flag-header)
25300 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25301 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25302 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25303 (spam-list-of-processors, spam-list-of-checks)
25304 (spam-list-of-statistical-checks, spam-registration-functions)
25305 (spam-check-spamassassin-headers, spam-check-spamassassin)
25306 (spam-spamassassin-score)
25307 (spam-spamassassin-register-with-sa-learn)
25308 (spam-spamassassin-register-spam-routine)
25309 (spam-spamassassin-register-ham-routine)
25310 (spam-assassin-register-spam-routine)
25311 (spam-assassin-register-ham-routine): Add SpamAssassin support.
25312 (spam-bogofilter-score): Fix to show article before scoring.
25313
25314 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
25315
25316 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25317 default scoring function.
25318 (spam-generic-score): Call spam-spamassassin-score if
25319 spam-use-spamassassin or spam-use-spamassassin-headers is on;
25320 spam-bogofilter-score otherwise.
25321
25322 * gnus.el (spam-process, spam-autodetect-methods):
25323 Add spamassassin and spamassassin-headers.
25324
25325 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
25326
25327 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25328 Suppress unnecessary messages.
25329
25330 2004-01-20 Jesper Harder <harder@ifa.au.dk>
25331
25332 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25333 make-hash-table.
25334
25335 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
25336
25337 * canlock.el (base64-encode-string): Don't autoload it.
25338
25339 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
25340
25341 * run-at-time.el: Remove useless (require 'itimer),
25342 eval-and-compile and (featurep 'xemacs).
25343
25344 2004-01-16 Jesper Harder <harder@ifa.au.dk>
25345
25346 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25347 GROUP is a virtual group.
25348
25349 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
25350
25351 * gnus.el: Autoload `message-y-or-n-p'.
25352
25353 2004-01-15 Jesper Harder <harder@ifa.au.dk>
25354
25355 * pgg-parse.el: Remove unnecessary (require 'custom).
25356
25357 * pgg-def.el: do.
25358
25359 * nnmail.el: do.
25360
25361 * gnus-undo.el: do.
25362
25363 * gnus-picon.el: do.
25364
25365 * gnus-util.el: do.
25366
25367 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
25368
25369 * gnus-sum.el (gnus-pick-line-number): Add autoload.
25370
25371 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
25372
25373 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25374 handle, as well as a list.
25375
25376 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25377 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25378 (mm-w3m-cid-retrieve): Simplify.
25379
25380 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
25381
25382 * message.el (message-kill-to-signature): Allow prefix arg to
25383 specify number of lines to keep before signature.
25384
25385 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
25386
25387 * message.el (message-kill-to-signature): Change docstring.
25388
25389 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
25390
25391 * canlock.el: Always require sha1-el.
25392 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25393
25394 * message.el: Autoload sha1 only when compiling.
25395
25396 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
25397
25398 * message.el (message-canlock-generate): Require sha1-el.
25399
25400 2004-01-13 Jesper Harder <harder@ifa.au.dk>
25401
25402 * message.el (message-expand-name): Silence the byte compiler.
25403
25404 2004-01-13 Simon Josefsson <jas@extundo.com>
25405
25406 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25407 Invoke gnus-score-mode.
25408 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25409
25410 * gnus-range.el (gnus-compress-sequence): Doc fix.
25411 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25412
25413 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25414
25415 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25416
25417 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
25418
25419 * spam.el (spam-get-article-as-string): Update to use
25420 gnus-request-article-this-buffer, much simpler.
25421 (spam-get-article-as-buffer): Remove.
25422
25423 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
25424
25425 * message.el (message-expand-name): Use EUDC if the user uses that.
25426
25427 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25428
25429 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25430 character for the encoding to avoid consing a string.
25431
25432 * rfc2047.el (rfc2047-decode-string): Don't cons a string
25433 unnecessarily.
25434
25435 * mm-util.el (mm-replace-chars-in-string): Remove.
25436
25437 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25438 of mm-replace-chars-in-string.
25439
25440 2004-01-11 Jesper Harder <harder@ifa.au.dk>
25441
25442 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25443
25444 * mm-util.el (mm-subst-char-in-string): Support inplace.
25445
25446 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25447 a new string in every iteration. Use shy groups.
25448
25449 2004-01-10 Jesper Harder <harder@ifa.au.dk>
25450
25451 * gnus-srvr.el (gnus-browse-unsubscribe-group):
25452 * gnus-soup.el (gnus-soup-group-brew):
25453 * gnus-msg.el (gnus-put-message):
25454 * gnus-move.el (gnus-group-move-group-to-server):
25455 * gnus-kill.el (gnus-batch-score):
25456 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25457 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25458 (gnus-group-update-group, gnus-group-read-group)
25459 (gnus-group-make-group, gnus-group-make-help-group)
25460 (gnus-group-make-archive-group, gnus-group-make-directory-group)
25461 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25462 (gnus-group-sort-by-unread, gnus-group-catchup)
25463 (gnus-group-unsubscribe-group, gnus-group-kill-group)
25464 (gnus-group-yank-group, gnus-group-set-info)
25465 (gnus-group-list-groups):
25466 * gnus.el (gnus-generate-new-group-name):
25467 * gnus-delay.el (gnus-delay-send-queue):
25468 * nnvirtual.el (nnvirtual-catchup-group):
25469 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25470 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25471 (gnus-group-prepare-topics, gnus-topic-check-topology):
25472 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25473 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25474 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25475 (gnus-group-make-articles-read):
25476 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25477 (gnus-group-change-level, gnus-kill-newsgroup)
25478 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25479 (gnus-get-unread-articles, gnus-make-articles-unread)
25480 (gnus-make-ascending-articles-unread): Use accessor
25481 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25482 to get group information for improved readability.
25483
25484 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25485
25486 * gnus-art.el (article-decode-mime-words, article-babel)
25487 (gnus-article-highlight-signature, gnus-article-add-buttons)
25488 (gnus-signature-toggle): Use gnus-with-article-buffer.
25489
25490 * gnus-art.el (gnus-article-highlight-headers)
25491 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25492
25493 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25494 (gnus-article-set-globals, gnus-request-article-this-buffer)
25495 (gnus-button-message-id, gnus-article-maybe-hide-headers)
25496 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25497 (gnus-mime-display-alternative): Use with-current-buffer.
25498
25499 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25500
25501 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25502 also under 80 char limit, and call gnus-error if needed.
25503 (spam-fetch-article-header): Fix - it was a
25504 buffer-local variable (gnus-newsgroup-data).
25505 (spam-find-spam): Use spam-generate-fake-headers, forget about
25506 spam-insert-fake-headers.
25507 (spam-insert-fake-headers): Remove.
25508
25509 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25510
25511 * deuglify.el (gnus-article-outlook-unwrap-lines)
25512 (gnus-outlook-rearrange-article)
25513 (gnus-outlook-repair-attribution-outlook)
25514 (gnus-outlook-repair-attribution-block)
25515 (gnus-outlook-repair-attribution-other): Remove redundant
25516 save-excursion.
25517
25518 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25519
25520 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25521 (spam-fetch-field-subject-fast)
25522 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25523 (spam-fetch-article-header): Add functions to deal with Gnus
25524 internals for fast retrieval of article header data.
25525 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25526
25527 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25528
25529 * pop3.el (pop3-md5): Remove.
25530 (pop3-apop): Replace pop3-md5 with md5.
25531
25532 * mm-bodies.el: base64 is always built-in.
25533
25534 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25535 Use with-current-buffer.
25536
25537 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
25538
25539 * canlock.el (canlock-insert-header): Remove excessive grouping in
25540 regexp.
25541
25542 * gnus-sum.el (gnus-summary-read-document): Ditto.
25543
25544 * gnus-uu.el (gnus-uu-part-number): Ditto.
25545
25546 * html2text.el (html2text-remove-tags): Ditto.
25547 (html2text-format-tags): Ditto.
25548 (html2text-format-single-elements): Ditto.
25549
25550 * mml.el (mml-parse-1): Ditto.
25551
25552 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25553
25554 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25555
25556 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25557
25558 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25559
25560 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25561
25562 2003-11-15 Simon Josefsson <jas@extundo.com>
25563
25564 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25565 (pgg-gpg-lookup-key): Use regexp match instead of
25566 split-string (split-string is different between emacs 21.2 and
25567 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
25568
25569 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25570
25571 * gnus-art.el (gnus-mime-view-all-parts)
25572 (gnus-article-part-wrapper, gnus-article-view-part):
25573 Use with-current-buffer.
25574
25575 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25576
25577 * spam.el (spam-disable-spam-split-during-ham-respool)
25578 (spam-spamoracle-database, spam-cache-lookups)
25579 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25580 (spam-group-ham-mark-p, spam-group-spam-mark-p)
25581 (spam-group-ham-marks, spam-group-spam-marks)
25582 (spam-group-spam-contents-p, spam-group-ham-contents-p)
25583 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25584 also add spam-use-blackholes to the statistical checks.
25585 (spam-fetch-field-fast): Add interface to fetching fields, may
25586 become a macro.
25587 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25588 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25589 (spam-insert-fake-headers): Fake an article when needed.
25590 (spam-find-spam): Fake article when possible.
25591 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25592 (spam-check-bogofilter-headers): Use message-fetch-field instead
25593 of nnmail-fetch-field.
25594
25595 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
25596
25597 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25598
25599 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25600
25601 * spam.el (spam-split): Do not require spam-use-CHECK to be
25602 enabled if that check is passed to spam-split explicitly; also
25603 fix so 'spam doesn't get converted to spam-split-group when
25604 spam-split-symbolic-return is t.
25605 (spam-find-spam): Find registrations of the article and use those
25606 instead of re-running spam-split to find the spam/ham
25607 classification of the article.
25608 (spam-log-processing-to-registry, spam-log-registered-p)
25609 (spam-log-unregistration-needed-p, spam-log-undo-registration):
25610 Use gnus-error instead of gnus-message.
25611 (spam-log-registration-type): Add function to determine the
25612 classification of a message based on registry entries; will
25613 return nil if both 'spam and 'ham are found.
25614 (spam-check-BBDB): Expand all the BBDB macros here so we can have
25615 a reasonably fast local cache without the loading errors.
25616 (spam-cache-lookups): Set to t by default.
25617 (spam-find-spam): Don't try to guess spam-cache-lookups.
25618 (spam-enter-whitelist, spam-enter-blacklist): Clear the
25619 spam-caches entry.
25620 (spam-filelist-build-cache, spam-filelist-check-cache):
25621 Fix caching of whitelist/blacklist entries.
25622 (spam-check-whitelist, spam-check-blacklist):
25623 Invoke spam-from-listed-p with a type, not a cache variable.
25624 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25625
25626 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25627
25628 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25629
25630 * nnmail.el (nnmail-split-fancy): do.
25631
25632 * mml.el (mml-parse): do.
25633
25634 * gnus-score.el (gnus-enter-score-words-into-hashtb)
25635 (gnus-score-adaptive): do.
25636
25637 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25638
25639 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25640 (gnus-mime-button-map): Don't set keymap parent.
25641 (gnus-button-ctan-directory-regexp): Use shy grouping.
25642 (gnus-prev-page-map): Don't set keymap parent.
25643 (gnus-prev-page-map): Remove duplicated one.
25644 (gnus-next-page-map): Don't set keymap parent.
25645 (gnus-mime-security-button-map): Ditto.
25646
25647 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25648 version number.
25649
25650 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25651
25652 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25653
25654 * canlock.el (canlock-sha1-function): Remove.
25655 (canlock-sha1-function-for-verify): Remove.
25656 (canlock-openssl-program): Remove.
25657 (canlock-openssl-args): Remove.
25658 (canlock-ignore-errors): Remove.
25659 (canlock-sha1-with-openssl): Remove.
25660 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25661 (canlock-verify): Don't use canlock-ignore-errors.
25662
25663 * sha1-el.el (sha1-string-external): Make it can return a string
25664 in binary form.
25665 (sha1-region-external): Ditto.
25666 (sha1-string-internal): Ditto.
25667 (sha1-region-internal): Ditto.
25668 (sha1-region): Ditto.
25669 (sha1-string): Ditto.
25670 (sha1): Ditto.
25671
25672 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
25673
25674 * spam.el (spam-report-articles-gmane): New command.
25675
25676 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25677
25678 * gnus.el: Don't make unnecessary *Group* buffer when loading.
25679
25680 * run-at-time.el (run-at-time-saved): Remove.
25681 (run-at-time): Doc fix.
25682
25683 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25684
25685 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25686 (gnus-summary-limit-map): Add it.
25687 (gnus-summary-make-menu-bar): do.
25688
25689 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
25690
25691 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25692 Make attempt at some caching support (done for BBDB only now).
25693 (spam-find-spam): Set spam-cache-lookups if there are more than 2
25694 addresses to be checked.
25695 (spam-clear-cache-BBDB): Add function, to be invoked by
25696 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25697 (spam-check-BBDB): Check and use the caches, if
25698 spam-cache-lookups is on, remove superfluous (provide).
25699
25700 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
25701
25702 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25703
25704 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
25705
25706 * run-at-time.el (run-at-time-saved): Move to after the definition
25707 of `run-at-time'.
25708
25709 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
25710
25711 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25712 mm-w3m-local-map-property.
25713
25714 * mm-view.el (mm-w3m-mode-map): Remove.
25715 (mm-w3m-local-map-property): Remove.
25716 (mm-inline-text-html-render-with-w3m): Don't use
25717 mm-w3m-local-map-property.
25718
25719 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
25720
25721 * run-at-time.el: New file.
25722
25723 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25724 of gnus-set-text-properties.
25725
25726 * gnus-uu.el (gnus-uu-save-article): Ditto.
25727
25728 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25729
25730 * gnus-cite.el (gnus-cite-parse): Ditto.
25731
25732 * gnus-art.el (gnus-button-push): Use set-text-properties instead
25733 of gnus-.
25734
25735 * gnus.el: Change calls to nnheader-run-at-time and
25736 password-run-at-time throughout to use run-at-time directly.
25737
25738 * password.el: Remove definition of run-at-time.
25739
25740 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
25741
25742 * mml.el (mml-minibuffer-read-disposition): Show attachment type
25743 in prompt.
25744
25745 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25746
25747 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25748 XEmacs version.
25749
25750 * dns.el (dns-make-network-process): Use `open-network-stream'
25751 instead of `gnus-xmas-open-network-stream'.
25752
25753 * .cvsignore: Add auto-autoloads.el, custom-load.el.
25754
25755 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25756
25757 * gnus-art.el (gnus-mime-display-alternative)
25758 (gnus-insert-mime-button, gnus-insert-mime-security-button)
25759 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25760 Don't use gnus-local-map-property.
25761
25762 * gnus-util.el (gnus-local-map-property): Remove.
25763
25764 * mm-view.el (mm-view-pkcs7-decrypt):
25765 Replace gnus-completing-read-maybe-default with completing-read.
25766
25767 * gnus-util.el (gnus-completing-read): do.
25768 (gnus-completing-read-maybe-default): Remove.
25769
25770 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25771
25772 * password.el: Only autoload `run-at-time' if not XEmacs.
25773 Only autoload the itimer functions if XEmacs.
25774
25775 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25776
25777 * gnus-art.el (gnus-read-string): Remove.
25778 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25779 read-string.
25780
25781 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
25782
25783 * netrc.el: Autoload password-read.
25784 (netrc): Add configuration group.
25785 (netrc-encoding-method, netrc-openssl-path):
25786 Add variables for encoding and decoding of files with symmetric
25787 ciphers.
25788 (netrc-encode): Add assistant function to encode a file with
25789 netrc-encoding-method.
25790 (netrc-parse): Add interactive parameter, added optional
25791 decoding if netrc-encoding-method is non-nil but otherwise
25792 behavior is standard.
25793 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25794 Do s/encode/encrypt/ everywhere.
25795
25796 * spam.el: Remove executable-find autoload.
25797
25798 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25799
25800 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25801
25802 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25803
25804 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
25805
25806 * gnus-art.el (gnus-treat-ansi-sequences)
25807 (article-treat-ansi-sequences): New variable and function.
25808 Suggested by Dan Jacobson <jidanni@jidanni.org>.
25809
25810 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25811 Use it.
25812
25813 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25814
25815 * mm-util.el (mm-quote-arg): Remove.
25816
25817 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25818 shell-quote-argument.
25819
25820 * gnus-uu.el (gnus-uu-command): do.
25821
25822 * gnus-sum.el (gnus-summary-insert-pseudos): do.
25823
25824 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25825 with make-char.
25826
25827 * mm-util.el (mm-make-char): Remove.
25828
25829 * mml.el (mml-mode): Replace gnus-add-minor-mode with
25830 add-minor-mode.
25831
25832 * gnus-undo.el (gnus-undo-mode): do.
25833
25834 * gnus-topic.el (gnus-topic-mode): do.
25835
25836 * gnus-sum.el (gnus-dead-summary-mode): do.
25837
25838 * gnus-start.el (gnus-slave-mode): do.
25839
25840 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25841
25842 * gnus-ml.el (gnus-mailing-list-mode): do.
25843
25844 * gnus-gl.el (gnus-grouplens-mode): do.
25845
25846 * gnus-draft.el (gnus-draft-mode): do.
25847
25848 * gnus-dired.el (gnus-dired-mode): do.
25849
25850 * gnus-ems.el (gnus-add-minor-mode): Remove.
25851
25852 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25853 Replace gnus-char-width with char-width.
25854
25855 * gnus-ems.el (gnus-char-width): Remove.
25856
25857 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25858 Replace gnus-char-width with char-width.
25859
25860 * gnus-ems.el (gnus-char-width): Remove.
25861
25862 * spam-stat.el (with-syntax-table): Remove with-syntax-table
25863 definition.
25864 Remove Emacs 20 hash table compatibility code.
25865
25866 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25867 20 compatibility code.
25868
25869 * spam.el (spam-point-at-eol): Replace with point-at-eol.
25870
25871 * smime.el (smime-point-at-eol): Replace with point-at-eol.
25872
25873 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25874 Replace with point-at-{eol,bol}.
25875
25876 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25877
25878 * imap.el (imap-point-at-eol): Replace with point-at-eol.
25879
25880 * flow-fill.el (fill-flowed-point-at-bol)
25881 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25882
25883 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25884 Replace with point-at-{eol,bol} throughout all files.
25885
25886 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
25887
25888 * ntlm.el (ntlm-string-as-unibyte): New macro.
25889 (ntlm-build-auth-response): Use it.
25890
25891 Remove Emacs 20 stuff:
25892 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25893 of delq and copy-sequence.
25894 * gnus-art.el (popup-menu): Remove the compiler macro.
25895 * nnmail.el (nnmail-split-fancy): Don't support customizing with
25896 Emacs 20.
25897
25898 2004-01-05 Simon Josefsson <jas@extundo.com>
25899
25900 * ntlm.el: Fix namespace. Change smb-passwd-hash into
25901 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25902 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25903 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25904 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25905 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25906 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25907 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25908 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25909 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25910 ntlm-string-permute, string-lshift into ntlm-string-lshift,
25911 string-xor into ntlm-string-xor.
25912 Suggested by Jesper Harder <harder@myrealbox.com>.
25913
25914 * ntlm.el: Don't include poem.
25915
25916 * md4.el (print-int32, print-string-hexa): Remove.
25917 Suggested by Jesper Harder <harder@myrealbox.com>.
25918
25919 * sasl-ntlm.el, ntlm.el, md4.el: New files.
25920
25921 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
25922 probably breaks emacs with DL patch, but do we care? Is anyone
25923 still using the DL stuff?)
25924
25925 * sieve-manage.el: Use the password package.
25926 (sieve-manage-read-passwd): Remove.
25927 (sieve-manage-interactive-login): Use password. Re-add
25928 condition-case around loop.
25929
25930 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25931 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25932 Use the password package.
25933
25934 2003-02-19 Simon Josefsson <jas@extundo.com>
25935
25936 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25937 token.
25938
25939 2002-08-07 Simon Josefsson <jas@extundo.com>
25940
25941 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25942 (sieve-manage-authenticators)
25943 (sieve-manage-authenticator-alist): Add some SASL mechs.
25944 (sieve-sasl-auth): New function.
25945 (sieve-manage-cram-md5-auth)
25946 (sieve-manage-plain-auth): Rewrite using SASL library.
25947 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25948 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25949 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25950 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25951
25952 2004-01-05 Simon Josefsson <jas@extundo.com>
25953
25954 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25955 New files.
25956
25957 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25958
25959 * gnus-group.el (gnus-no-groups-message): Update.
25960
25961 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25962
25963 2003-11-09 Simon Josefsson <jas@extundo.com>
25964
25965 * imap.el: Support for ID IMAP extension (RFC 2971).
25966 (imap-local-variables): Add imap-id.
25967 (imap-id): New variable.
25968 (imap-id): New function.
25969 (imap-parse-response): Parse untagged ID response.
25970 * nnimap.el (nnimap-id): New variable.
25971 (nnimap-open-connection): Use it.
25972
25973 2003-12-28 Simon Josefsson <jas@extundo.com>
25974
25975 * gnus-score.el (gnus-score-edit-all-score): New.
25976 * gnus-group.el (gnus-group-score-map): Bind it to W e.
25977
25978 2004-01-04 Simon Josefsson <jas@extundo.com>
25979
25980 * password.el: Add.
25981
25982 2004-01-04 Mario Lang <lang@zid.tugraz.at>
25983
25984 * dns.el (dns-query-types): Fix typo.
25985 (dns-query-types): New function.
25986 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
25987 PTR and SOA replies, see RFC 1035.
25988
25989 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25990
25991 * gnus.el (gnus-logo-color-style): Change colors to `no'.
25992
25993 * Move to Changelog.2.
25994
25995 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25996
25997 * gnus.el (gnus-version-number): Bump version.
25998
25999 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
26000
26001 * gnus.el: No Gnus v0.1 is released.
26002
26003 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
26004
26005 * gnus.el: No Gnus v0.0 is released.
26006
26007 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
26008
26009 * gnus.el (gnus-version-number): Bump.
26010 (gnus-version): No.
26011
26012 See ChangeLog.2 for earlier changes.
26013
26014 Copyright (C) 2004-2014 Free Software Foundation, Inc.
26015
26016 This file is part of GNU Emacs.
26017
26018 GNU Emacs is free software: you can redistribute it and/or modify
26019 it under the terms of the GNU General Public License as published by
26020 the Free Software Foundation, either version 3 of the License, or
26021 (at your option) any later version.
26022
26023 GNU Emacs is distributed in the hope that it will be useful,
26024 but WITHOUT ANY WARRANTY; without even the implied warranty of
26025 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26026 GNU General Public License for more details.
26027
26028 You should have received a copy of the GNU General Public License
26029 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
26030
26031 ;; Local Variables:
26032 ;; coding: utf-8
26033 ;; fill-column: 79
26034 ;; add-log-time-zone-rule: t
26035 ;; End: