Merge from trunk.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
2
3 * nnir.el (nnir-search-thread): Position point on referring article
4 line.
5 (nnir-warp-to-article): Clean up summary buffers.
6
7 * nnimap.el (nnimap-request-thread): Whitespace fix.
8
9 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
10
11 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
12
13 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14
15 * starttls.el (starttls-available-p): Renamed from
16 `starttls-any-program-available' and changed return convention.
17
18 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
19
20 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
21 `unix-sync' unless it's defined.
22
23 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
24
25 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
26 `aref' for XEmacs compatibiltiy.
27
28 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
29
30 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
31
32 2011-07-31 Dave Abrahams <dave@boostpro.com> (tiny change)
33
34 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
35 closures, quote the form properly (bug#9194).
36
37 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
38
39 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
40 (gnus-summary-insert-new-articles): Protect against servers that are
41 down.
42
43 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
44
45 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
46 in mm handle if none is specified.
47
48 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
49
50 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
51
52 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
53
54 * nnir.el (nnir-search-thread): New function to make an nnir group
55 based on a thread query.
56
57 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
58 of nnir in thread referral.
59 (gnus-summary-refer-thread): Use it.
60
61 * nnimap.el (nnimap-request-thread): Use it.
62
63 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
64
65 * shr.el (shr-tag-comment): Ignore HTML comments.
66
67 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
68
69 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
70 argument.
71 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query): Use
72 `nnir-address' to handle server info rather than passing an arg.
73
74 * nnimap.el (nnimap-make-thread-query): New utility function to format
75 an imap thread search query.
76 (nnimap-request-thread): Use it.
77
78 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
79 right select-method if we are not going back to the group buffer.
80
81 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
82
83 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
84 enter invalid buffer configurations into the quit form (bug#9107).
85 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
86 unplugged/plugged.
87
88 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
89 keep track of which ones are unread (bug#9061).
90
91 * gnus.el (gnus-refer-article-method): Allow entering any sexp
92 (bug#9055).
93
94 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
95 (bug#9041).
96
97 * gnus-html.el (mm-util): Require (bug#9073).
98
99 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
100 (gnus-summary-refer-thread): Use it to remove duplicates in the
101 un-threaded view (bug#9053).
102 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
103
104 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
105
106 * nnir.el (nnir-read-server-parm): Use default value from global
107 variable. Without this the default search engine parameters aren't
108 used at all.
109
110 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
111
112 * message.el (message-unique-id): Don't use the undocumented return
113 value from (random t) (bug#9118).
114
115 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
116
117 * message.el (message-auto-save-directory): If the ~/Mail directory
118 doesn't exist, use ~ as the auto-save directory (bug#4432).
119
120 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
121 hasn't already been started.
122
123 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
124
125 * gnus.el (debbugs-gnu): Renamed from debbugs-emacs.
126
127 * message.el (message-reply): Work around mysterious bug where
128 `message-mode' seems to overwrite the locally bound `subject' variable.
129
130 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
131
132 * nnimap.el (nnimap-request-thread): Ensure search is performed in
133 correct group.
134
135 * gnus-int.el (gnus-request-thread): Add group argument.
136
137 * gnus-sum.el (gnus-summary-refer-thread): Use it.
138
139 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
140
141 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
142 renamed to `debbugs-gnu-*'.
143
144 2011-07-08 Daiki Ueno <ueno@unixuser.org>
145
146 * plstore.el: Revert the editing feature since it is not urgent.
147 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
148 (plstore-mode-decoded): Remove.
149
150 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
151
152 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
153 isn't very interesting any more, and it leaks potentially secret data.
154 (gnus-debug): Removed.
155
156 * gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working
157 use of :custom-show.
158
159 2011-07-07 Daiki Ueno <ueno@unixuser.org>
160
161 * plstore.el: Add documentation.
162 (plstore-mode): New mode to edit plstore file.
163 (plstore-mode-toggle-display, plstore-mode-original)
164 (plstore-mode-decoded): New command.
165 (plstore--encode, plstore--decode, plstore--write-contents-functions)
166 (plstore--insert-buffer, plstore--make): New function.
167 (plstore-open, plstore-save): Simplify by using them.
168
169 2011-07-06 Glenn Morris <rgm@gnu.org>
170
171 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
172
173 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
174
175 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
176 no longer is much used.
177 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
178 Articles".
179
180 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
181
182 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
183 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
184 `notmuch' backend.
185
186 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
187
188 * mm-decode.el (mm-text-html-renderer): Doc fix.
189
190 * gnus-msg.el (gnus-bug): Fix the MML tag.
191
192 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
193
194 2011-07-05 Daiki Ueno <ueno@unixuser.org>
195
196 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
197 secondary methods if started with `gnus-no-server'.
198
199 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
200
201 * message.el (message-return-action): Fix typo in docstring.
202
203 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
204
205 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
206 bug reports at once.
207
208 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
209
210 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
211
212 * nndraft.el: Require gnus-group.
213 (nndraft-request-list): Declare.
214
215 * nndraft.el (nndraft-update-unread-articles): Don't show group having
216 no unread article unless it matches gnus-permanently-visible-groups.
217
218 * nndraft.el (nndraft-update-unread-articles): New function.
219 (nndraft-request-associate-buffer): Use it to update the number of
220 unread articles for the nndraft groups in the group buffer when saving
221 or killing a draft message.
222
223 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
224
225 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
226 systems to binary before writing and reading the mbox files.
227
228 * gnus.el (gnus-summary-line-format): Link to the info node for %U
229 instead of trying to list them all (bug#8978).
230
231 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
232
233 * pop3.el (pop3-open-server): Use :end-of-capability.
234
235 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
236
237 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
238 the id is always a number.
239
240 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
241 debbugs mode, if possible.
242
243 2011-07-02 Daiki Ueno <ueno@unixuser.org>
244
245 * auth-source.el (auth-source-token-passphrase-callback-function):
246 Reindent.
247 (epg-context-operation): Remove unnecessary autoload.
248
249 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
250
251 * gnus.el (gnus-list-debbugs): New command.
252
253 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
254 mboxstat instead of the maintbox, since the stat seems to be fuller.
255
256 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
257 summary buffers.
258
259 * message.el (message-get-reply-headers): Delete all duplicates,
260 instead of the first.
261 (message-get-reply-headers): Ensure that we have progress while
262 deleting duplicates.
263
264 * gnus-msg.el (gnus-configure-posting-styles): Get the local
265 gnus-posting-style value from the summary buffer to make it easier to
266 make that a per-buffer conf.
267
268 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
269
270 * nnir.el (nnir-run-imap): Allow halting a search when an article is
271 found by setting `shortcut' in 'query.
272 (nnir-request-article): Use `shortcut' setting when requesting article
273 by Message-ID.
274
275 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
276
277 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
278 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
279 Bring the pseudo-headers back too.
280
281 2011-07-01 Daiki Ueno <ueno@unixuser.org>
282
283 * auth-source.el (auth-source-token-passphrase-callback-function):
284 Simplify and remove EPA dependency.
285
286 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
287
288 * nnir.el (nnir-request-article): Fix error message text.
289
290 2011-07-01 Daiki Ueno <ueno@unixuser.org>
291
292 * auth-source.el (plstore-delete): Autoload.
293 (auth-source-plstore-search): Support delete operation.
294 * plstore.el (plstore-delete): New function.
295
296 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
297
298 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
299 mark actually existing articles as unread rather than the ones that
300 active asserts.
301
302 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
303
304 * nntp.el (nntp-record-command):
305 * gnus-util.el (gnus-message-with-timestamp-1):
306 Use format-time-string rather than decoding time stamps by hand.
307 This is simpler and insulates the code from potential changes to
308 current-time format.
309
310 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
311
312 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
313
314 2011-07-01 Daiki Ueno <ueno@unixuser.org>
315
316 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
317 (plstore-save): Support public key encryption.
318 (plstore--init-from-buffer): New function.
319 (plstore-open): Use it; fix error when opening a non-existent file.
320 (plstore-revert): Use plstore--init-from-buffer.
321
322 2011-07-01 Daiki Ueno <ueno@unixuser.org>
323
324 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
325
326 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
327
328 * mml2015.el (mml2015-use): Replace string-match-p with string-match
329 for old Emacsen.
330
331 2011-06-30 Daiki Ueno <ueno@unixuser.org>
332
333 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
334 is not fully working.
335
336 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
337
338 * dgnushack.el: Autoload sha1 on XEmacs.
339
340 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
341 quit window configuration.
342
343 * auth-source.el (epg-context-set-passphrase-callback): Remove
344 duplicate autoload.
345
346 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
347
348 * nnir.el (nnir-request-article): Allow requesting articles by
349 Message-ID with nnimap.
350
351 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
352 current server.
353
354 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
355
356 * auth-source.el: Autoload EPA/EPG functions.
357 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
358 changed when EPA/EPG is not available.
359 (auth-source-backend): Rename "arg" member to "data".
360 (auth-source-backend-parse, auth-source-plstore-search)
361 (auth-source-plstore-create): Use it.
362
363 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
364
365 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
366 `gnus-refer-article-methods'.
367
368 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
369
370 * auth-source.el: Require EPA and EPG.
371 (auth-source-passphrase-alist): New variable.
372 (auth-source-passphrase-callback-function)
373 (auth-source-token-passphrase-callback-function): Callbacks for the
374 netrc field encryption (GPG tokens).
375 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
376 Symmetric encryption and decryption of the netrc GPG tokens.
377 (auth-source-netrc-normalize): Use them, simplifying the closure.
378
379 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
380
381 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
382 non-nil, and `nnimap-split-methods' is nil, use the former.
383
384 2011-06-30 Daiki Ueno <ueno@unixuser.org>
385
386 * plstore.el (plstore-revert): New function.
387 (plstore-open): Use it; hide the buffer from user.
388
389 2011-06-30 Daiki Ueno <ueno@unixuser.org>
390
391 * auth-source.el (auth-source-backend): New member "arg".
392 (auth-source-backend-parse): Handle new backend 'plstore.
393 * plstore.el: New file.
394
395 2011-06-30 Glenn Morris <rgm@gnu.org>
396
397 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
398
399 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
400
401 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
402
403 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
404 expiring articles to.
405
406 * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
407 variations as ASCII (bug#5458).
408
409 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
410
411 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
412
413 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
414
415 * message.el (message-point-in-header-p): Tweak the function to default
416 to saying that we're not in the headers if there is no separator at
417 all. This makes it possible to use the Message version of `M-q' in
418 buffers with no headers (bug#7987).
419 (message-point-in-header-p): Fix last checkin to work with an empty
420 mail-header-separator, too.
421
422 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
423 again, save the choice via customize.
424
425 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
426
427 * message.el (message-send-mail-function): Add `sendmail-query-once'.
428
429 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
430 ended the connection, bail out before waiting infinitely on a new
431 connection.
432
433 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
434
435 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
436 reports.
437
438 * gnus.el (gnus-bug-package): Use "gnus."
439 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
440
441 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
442
443 * gnus-art.el (gnus-article-stop-animations): New function to stop any
444 animations going on at article exit time.
445
446 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
447 since removing it breaks people upgrading.
448
449 * shr.el (shr-put-image): Use the new interface for animating images.
450 (shr-put-image): Animate for 60 seconds.
451
452 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
453 error with `find-file-hooks' on Emacs 22.
454 (with-auth-source-epa-overrides): Ugly hack to Wrap the
455 `find-file-hook' things in `symbol-value' to avoid compilation warnings
456 on all architectures.
457
458 * spam.el (spam-stat): Require in a normal fashion without binding
459 `spam-stat-install-hooks' to avoid compilation warnings.
460
461 * spam-stat.el (spam-stat-install-hooks): Removed.
462 (spam-stat-install-hooks): Don't run automatically.
463
464 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
465
466 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
467 and keystroke.
468
469 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
470
471 * auth-source.el (auth-source-netrc-cache): Move forward.
472
473 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
474
475 * auth-source.el (auth-source-netrc-create): Don't query the bits that
476 we already know.
477 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
478 (auth-source-netrc-create): Don't prompt for the stuff we already know.
479
480 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
481
482 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
483 %S format, since that looks odd.
484 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
485 file, especially when saving.
486
487 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
488
489 * nnimap.el (nnimap-find-article-by-message-id): return nil when no
490 article found.
491
492 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
493
494 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
495 `auth-source-save-secrets' with a more sensitive alist that can be
496 configured per file. Experimental, so defaults to 'never.
497 (auth-source-netrc-create): Use it. Still experimental code.
498 (with-auth-source-epa-overrides): Use `find-file-hooks' if
499 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
500
501 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
502
503 * auth-source.el (auth-source-save-secrets): New variable to control if
504 secret tokens should be saved encrypted.
505 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
506 to `auth-source-netrc-normalize'.
507 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
508 on the EPA variables being defined.
509 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
510 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
511 the lexical-let closure.
512 (auth-source-netrc-create): Create "gpg:" tokens according to
513 `auth-source-save-secrets'.
514
515 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
516
517 * gnus-group.el (gnus-group-update-group): Add new argument
518 `info-unchanged' that stops updating dribble buffer.
519
520 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
521 deletes lines matching to it in dribble buffer.
522
523 * gnus-agent.el (gnus-agent-fetch-group-1):
524 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
525 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
526 * gnus-start.el (gnus-group-change-level):
527 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
528
529 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
530 if newsgroup info is not changed.
531
532 * gnus-group.el (gnus-group-get-new-news-this-group):
533 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
534 Don't update dribble buffer.
535
536 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
537
538 * gnus-registry.el (gnus-registry-remove-ignored): New function to
539 remove entries with groups we ignore.
540
541 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
542
543 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
544 the underline comes at the bottom.
545
546 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
547
548 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
549 `gnus-registry-user-format-function-M' and declare the latter obsolete.
550 (gnus-registry-article-marks-to-names): Rename from
551 `gnus-registry-user-format-function-M2'.
552
553 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
554
555 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
556 ephemeral group.
557
558 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
559
560 * shr.el (shr-browse-image): Copy the URL if called interactively.
561
562 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
563
564 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
565 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
566 done, then unselected articles may be marked as read.
567
568 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
569 since not doing this seems to lead to a race condition in pop3-logon.
570
571 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
572 so that the call chain it correct when we call "upwards".
573
574 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
575 in read-only groups.
576
577 * gnus-group.el (gnus-group-mark-article-read): Ditto.
578
579 * message.el (message-cite-reply-position): Doc string fix.
580
581 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
582 avoid regexp overflow.
583 (nnimap-transform-split-mail): Ditto.
584
585 * pop3.el (pop3-retr): Error out if the server closes the connection.
586
587 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
590 mm-with-unibyte-current-buffer. The buffer should not contain any
591 multibyte chars anyway at this stage.
592
593 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
594
595 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
596 at the end of lines.
597
598 2011-05-29 Julien Danjou <julien@danjou.info>
599
600 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
601
602 2011-05-27 Glenn Morris <rgm@gnu.org>
603
604 * gnus-group.el (gnus-bug-group-download-format-alist):
605 Use the "maintainer" version of debian reports as well.
606
607 2011-05-26 Glenn Morris <rgm@gnu.org>
608
609 * gnus-group.el (gnus-bug-group-download-format-alist):
610 Use the "maintainer" version of debbugs.gnu.org reports.
611
612 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
613
614 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
615
616 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
617
618 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
619 the thread moves us backwards and so we loop forever.
620
621 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
622
623 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
624 whitespace in base64 data lines.
625
626 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
627
628 * gnus-registry.el (gnus-registry-user-format-function-M):
629 Use `mapconcat'.
630 (gnus-registry-user-format-function-M2): Use to see the full text of
631 the marks. Make "," the mark text separator.
632
633 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
634 authentication with auth-source.
635
636 2011-05-17 Glenn Morris <rgm@gnu.org>
637
638 * gnus-group.el (gnus-import-other-newsrc-file):
639 Use insert-file-contents.
640
641 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
642
643 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
644 1000 iterations.
645
646 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
647
648 * nntp.el (nntp-open-connection): Check if process-type is available.
649
650 2011-05-16 Julien Danjou <julien@danjou.info>
651
652 * shr.el (shr-tag-del): Add support for del tag.
653
654 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
655
656 * gnus-html.el (gnus-html-put-image): Register a displayer.
657
658 * shr.el (shr-image-displayer): Don't remove text props from alt text.
659
660 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
661
662 * registry.el (prune-factor): New initialization parameter defaulting
663 to 0.1.
664 (registry-prune-hard): Use it.
665
666 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
667 0.1 expicitly.
668
669 2011-05-13 Glenn Morris <rgm@gnu.org>
670
671 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
672 is bound, since this function requires sendmail.
673
674 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
675
676 * registry.el (registry-usage-test): Disable pruning test.
677
678 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
679
680 * registry.el (registry-prune-hard-candidates)
681 (registry-prune-soft-candidates): Helper methods for registry pruning.
682 (registry-prune): Use them. Make the sort function optional.
683
684 2011-05-10 Jim Meyering <meyering@redhat.com>
685
686 * shr.el (shr-colorize-region): Fix typo "on on -> on".
687
688 2011-05-10 Julien Danjou <julien@danjou.info>
689
690 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
691 symbol and not a list.
692
693 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
694
695 * gnus-art.el (gnus-article-mode): Move binding of
696 shr-put-image-function here from gnus-article-prepare-display.
697
698 * shr.el (shr-put-image-function): New variable.
699 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
700 (shr-put-image): Return scaled image.
701
702 * gnus-art.el (gnus-shr-put-image): New function.
703 (gnus-article-prepare-display): Bind shr-put-image-function to it.
704
705 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
706 original ones, as deletable.
707
708 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
709
710 * nntp.el (nntp-open-connection): Set TCP keepalive option.
711
712 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
713
714 * registry.el (registry-full): Add convenience method. Fix logic.
715 (registry-insert): Use it. Fix logic here too.
716
717 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
718 `registry-prune' if `registry-full' returns t.
719 (gnus-registry-handle-action)
720 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
721 (gnus-registry-usage-test): Use it.
722
723 2011-05-07 Julien Danjou <julien@danjou.info>
724
725 * shr.el (shr-link): Make shr-link inherit from link by default.
726
727 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
728
729 * shr.el (shr-urlify, shr-link): Fix shr-link face.
730
731 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
732
733 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
734 error out because the face is not a list.
735
736 2011-05-05 Glenn Morris <rgm@gnu.org>
737
738 * gnus-start.el (gnus-propagate-marks): Declare.
739
740 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
741
742 * registry.el (registry-reindex): Fix percentage message.
743
744 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
745
746 * shr.el: Add shr-link face for links.
747 (shr-urlify): Use it.
748
749 * registry.el (registry-insert): Make error message more helpful.
750
751 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
752
753 * gnus-html.el (gnus-html-schedule-image-fetching):
754 Use url-queue-retrieve, if it exists.
755
756 * shr.el (shr-tag-img): Ditto.
757
758 * gnus.el: Autoload more gnus-agent functions.
759
760 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
761 agent if we haven't already (bug#8502).
762
763 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
764 into the Agent, too.
765
766 * gnus-agent.el (gnus-agent-store-article): New function.
767
768 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
769 and moved from that file for reuse.
770
771 * pop3.el (pop3-open-server): Error messages are "-ERR".
772
773 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
774
775 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
776 (open-tls-stream): Remove superfluous tls/starttls autoloads.
777
778 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
779
780 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
781 buffer has moved to a different frame.
782
783 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
784
785 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
786 to get the conversion from unibyte to multibyte buffers to work on
787 Emacs 22.
788
789 * nntp.el (nntp-request-article): Slight clean-up.
790
791 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
792
793 * shr.el (shr-strike-through): New face.
794 (shr-tag-s): Use it to provide <s> support.
795 (shr-tag-s): Remove duplicate definition.
796
797 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
798
799 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
800 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
801
802 2011-04-23 Glenn Morris <rgm@gnu.org>
803
804 * gnus-sum.el (gnus-extra-headers): Bump :version.
805
806 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
807
808 * shr.el (shr-tag-sup): New function.
809 (shr-tag-sub): Ditto.
810
811 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
812
813 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
814 for the case where `gnus-registry-ignored-groups' is a list of lists,
815 and don't call `gnus-parameter-registry-ignore' otherwise.
816
817 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
818
819 * nnimap.el (nnimap-user): New backend variable.
820 (nnimap-open-connection-1): Use it.
821 (nnimap-credentials): Accept user parameter so it's explicit what user
822 name is desired.
823
824 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
825 default.
826
827 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
828 not gnus-registry.el.
829
830 * gnus-registry.el: Mention in comments how to modify
831 `gnus-extra-headers' for proper recipient tracking and that it may
832 already have To and Cc recently, which it does as of this commit.
833 (gnus-registry-ignored-groups): Remove defcustom.
834 Explain why in comments.
835 (gnus-registry-action): Fix data-header reference to use the extra
836 headers. Explain in package commentary how to add To and Cc headers to
837 the gnus-extra-headers.
838 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
839 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
840 parameter list or a string list in `gnus-registry-ignored-groups'.
841 Fix logic error.
842
843 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
844
845 * shr.el (shr-expand-url): Protect against null urls.
846
847 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
848
849 * shr.el (shr-base): New binding.
850 (shr-tag-base): Keep track of <base>.
851 (shr-expand-url): New function used throughout.
852
853 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
854
855 * gnus-registry.el
856 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
857 (gnus-registry-ignored-groups): New variable.
858 (gnus-registry-ignore-group-p): Use it.
859 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
860 set the destination group to nil (same as delete) if it's ignored.
861
862 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
863
864 * gnus-registry.el (gnus-registry-action)
865 (gnus-registry-fetch-header-fast):
866 Don't use mail-header that looks an internal function of mailheader.el.
867
868 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
869
870 * gnus-registry.el: Eliminate cl functions.
871 (gnus-registry-sort-addresses): New function that replaces mapcan.
872 (gnus-registry-action, gnus-registry-spool-action)
873 (gnus-registry-split-fancy-with-parent)
874 (gnus-registry-fetch-recipients-fast): Use it.
875 (gnus-registry-import-eld): Replace delete* with dolist + delq.
876
877 * registry.el (initialize-instance, registry-lookup)
878 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
879 (registry-lookup-secondary-value, registry-search, registry-delete)
880 (registry-insert, registry-reindex, registry-size, registry-prune):
881 Use eval-and-compile.
882
883 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
884
885 * registry.el (registry-reindex): New method to recreate the secondary
886 registry indices.
887
888 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
889 tracked field changes.
890 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
891 (gnus-registry-action, gnus-registry-spool-action)
892 (gnus-registry-handle-action)
893 (gnus-registry--split-fancy-with-parent-internal)
894 (gnus-registry-split-fancy-with-parent)
895 (gnus-registry-register-message-ids): Add recipient tracking on spool,
896 move, and delete actions, and for fancy splitting with parent.
897 (gnus-registry-extract-addresses)
898 (gnus-registry-fetch-recipients-fast)
899 (gnus-registry-fetch-header-fast): Convenience functions.
900 (gnus-registry-misc-test): ERT test of
901 `gnus-registry-extract-addresses'.
902
903 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
904
905 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
906 Track by subject first, then sender.
907
908 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
909
910 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
911
912 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
913 Lisp.
914
915 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
916 (gnus-draft-send): Use it to avoid popping
917 up frames from gnus-group-send-queue.
918
919 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
920
921 * gnus-registry.el: Updated gnus-registry docs.
922
923 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
924
925 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
926 Fix logic bug.
927 (gnus-registry-post-process-groups): Fix logging of no results and
928 quote sender and subject.
929
930 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
931
932 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
933 (gnus-read-active-for-groups): Don't try to finish getting stuff where
934 we had no early-data returned.
935 (gnus-get-unread-articles): Add a sanity check so that we don't issue
936 two async commands to the same server at the same time.
937
938 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
939
940 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
941
942 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
943
944 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
945 "warning" level.
946
947 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
948 (mm-url-insert-file-contents): Don't set the package names.
949
950 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
951
952 * gnus-registry.el (gnus-registry-action): Remove properties and
953 simplify subject in `gnus-registry-handle-action'.
954 (gnus-registry-spool-action): Get subject and sender from message if
955 they are not passed in.
956 (gnus-registry-handle-action): Remove properties and simplify subject
957 consistently.
958
959 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 * registry.el: Require CL before using defmacro*.
962
963 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
964
965 * gnus-art.el (article-treat-date): Assume that
966 gnus-article-date-headers may be a group parameter.
967
968 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
969
970 * gnus-registry.el (gnus-registry-handle-action): More debugging.
971
972 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
973 interactively so the newsrc file can contain foreign groups too.
974 Useful for debugging but not much for users.
975
976 2011-04-07 David Engster <dengste@eml.cc>
977
978 * registry.el (registry-usage-test): Only do
979 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
980 lexical binding.
981
982 2011-04-06 David Engster <dengste@eml.cc>
983
984 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
985 argument NOERROR for `require', since XEmacs 21.4 does not support it.
986
987 2011-04-06 David Engster <dengste@eml.cc>
988
989 * registry.el (initialize-instance): Change :after to :AFTER to be
990 compatible with old EIEIO version in XEmacs.
991
992 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
993
994 * gnus-registry.el (gnus-registry-post-process-groups)
995 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
996 and provide better messaging.
997
998 2011-04-06 David Engster <dengste@eml.cc>
999
1000 * Makefile.in (fail-on-warning): New rule to compile with warnings as
1001 errors.
1002
1003 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
1004
1005 * gnus-registry.el: Don't use ERT if it's not available. Load it
1006 unconditionally anyway, discarding errors.
1007 (gnus-registry-delete-entries): New convenience function.
1008 (gnus-registry-import-eld): Import from old .eld registry.
1009
1010 * registry.el: Don't use ERT if it's not available. Load it
1011 unconditionally anyway, discarding errors.
1012
1013 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1014 version from the Claudio Bley GnuTLS patch (extra optional parameters
1015 and host name).
1016
1017 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
1018
1019 * gnus-registry.el (gnus-registry-fixup-registry): New function to
1020 fixup the parameters that can be customized by the user between
1021 save/read cycles.
1022 (gnus-registry-read): Use it.
1023 (gnus-registry-make-db): Use it.
1024 (gnus-registry-spool-action, gnus-registry-handle-action):
1025 Fix messaging.
1026 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1027 Map references to actual group names with sender and subject tracking.
1028 (gnus-registry-post-process-groups): Use `cond' for better messaging.
1029 (gnus-registry-usage-test): Add subject lookup test.
1030
1031 * registry.el (registry-db, initialize-instance): Set up constructor
1032 instead of :initform arguments for the sake of older Emacsen.
1033 (registry-lookup-breaks-before-lexbind): New method to demonstrate
1034 pre-lexbind merge bug.
1035 (registry-usage-test): Use it.
1036 (initialize-instance, registry-db): Move the non-function initforms
1037 back to the class definition.
1038
1039 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
1040
1041 * registry.el: New library to manage gnus-registry-style data.
1042
1043 * gnus-registry.el: Use it (major rewrite).
1044
1045 * nnregistry.el: Use it.
1046
1047 * spam.el: Use it.
1048
1049 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1050
1051 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1052 marks on non-selected articles.
1053
1054 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
1055
1056 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
1057
1058 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1059 parameter to open-protocol-stream.
1060
1061 2011-04-01 Julien Danjou <julien@danjou.info>
1062
1063 * mm-view.el (mm-display-inline-fontify): Do not fontify with
1064 fundamental-mode.
1065
1066 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1067
1068 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1069 servers.
1070
1071 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1072
1073 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1074 made marks not propagate, again.
1075
1076 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
1077
1078 * proto-stream.el (open-protocol-stream): Bring back `network' type.
1079 Make this the default type.
1080 (proto-stream-open-plain): Rename from proto-stream-open-default.
1081 (open-protocol-stream, proto-stream-open-starttls)
1082 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1083 with `plain'.
1084
1085 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1086 value.
1087
1088 * nntp.el (nntp-open-connection-function): Document the fact that some
1089 values are not functions but are instead handled specially.
1090 Recognize nntp-open-plain-stream value.
1091 (nntp-open-connection): Recognize that value.
1092
1093 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1094
1095 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1096 stuff.
1097
1098 * gnus-score.el (gnus-score-string): Fix calling convention of
1099 `gnus-simplify-buffer-fuzzy' after last patches.
1100
1101 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1102 server for articles we didn't get any headers for. This is a sanity
1103 check.
1104
1105 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
1106
1107 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1108 new CAPABILITY, use it.
1109
1110 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1111
1112 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1113 downloading anything.
1114
1115 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1116
1117 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
1118
1119 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1120 colors.
1121 (gnus-splash-svg-color-symbols): New function.
1122
1123 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1124
1125 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1126 instead of using the global gnus-simplify-subject-fuzzy-regexp.
1127 (gnus-simplify-subject-fuzzy): Use the local
1128 gnus-simplify-subject-fuzzy-regex instead of the global one.
1129 This makes using this variable in group parameters work.
1130
1131 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
1132
1133 * gnus-registry.el (gnus-registry-unfollowed-groups):
1134 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1135 archive:sent-YYYY-MM-DD groups).
1136 (gnus-registry-split-fancy-with-parent): Bail out early in sender
1137 tracking if there are more than `gnus-registry-max-track-groups'
1138 matches.
1139
1140 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1141
1142 * message.el (message--yank-original-internal): New function to do the
1143 insertion cleanly inside eval in `message-yank-original'.
1144 (message-yank-original): Use it.
1145
1146 2011-03-29 Julien Danjou <julien@danjou.info>
1147
1148 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1149 local variables disabled rather than `normal-mode'.
1150
1151 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
1152
1153 * proto-stream.el: Changes preparatory to merging open-protocol-stream
1154 with open-network-stream.
1155 (proto-stream-always-use-starttls): Option removed.
1156 (open-protocol-stream): Return a process object by default. Provide a
1157 new parameter :return-list specifying a list-type return value, which
1158 now has the form (PROP . PLIST) instead of a fixed-length list. Change
1159 :type `network' to `try-starttls', and `network-only' to `default'.
1160 Make `default' the default, for compatibility with open-network-stream.
1161 Handle the no-parameter case exactly as open-network-stream, with no
1162 additional stream processing. Search plists using plist-get.
1163 Explicitly add :end-of-commend parameter if it is missing.
1164 (proto-stream-open-default): Rename from
1165 proto-stream-open-network-only. Return 'default as the type.
1166 (proto-stream-open-starttls): Rename from proto-stream-open-network.
1167 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
1168 failed. Always return a list with a (possibly dead) process as the
1169 first element, for compatibility with open-network-stream.
1170 (proto-stream-open-tls): Use plist-get. Always return a list.
1171 (proto-stream-open-shell): Return `default' as connection type.
1172 (proto-stream-capability-open): Use plist-get.
1173 (proto-stream-eoc): Function deleted.
1174
1175 * nnimap.el (nnimap-stream, nnimap-open-connection)
1176 (nnimap-open-connection-1): Handle renaming of :type parameter for
1177 open-protocol-stream.
1178 (nnimap-open-connection-1): Pass a :return-list parameter
1179 open-protocol-stream to obtain a list return value. Parse this list
1180 using plist-get.
1181
1182 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1183 for open-protocol-stream. Accept open-protocol-stream return value
1184 that is a subprocess object instead of a list. Handle the case of a
1185 dead returned process.
1186
1187 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
1188
1189 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1190
1191 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1192
1193 2011-03-21 Julien Danjou <julien@danjou.info>
1194
1195 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1196 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1197 query.
1198 (mm-inline-text): Render normal text with fontification whenever
1199 possible.
1200
1201 * gnus-sum.el (gnus-summary-save-parts-1):
1202 * gnus-art.el (gnus-article-browse-html-save-cid-content)
1203 (gnus-article-browse-html-parts, gnus-mime-delete-part)
1204 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1205 Use `mm-handle-filename'.
1206
1207 * mm-util.el (mm-handle-filename): New function, return the filename of
1208 an handle.
1209
1210 2011-03-18 Julien Danjou <julien@danjou.info>
1211
1212 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1213 (gnus-buffer-live-p): Check that buffer is not nil.
1214
1215 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1216
1217 * gnus-art.el: Require mouse, which the build bot seems to say is
1218 needed.
1219
1220 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1221 XEmacs, since it doesn't have url-retrieve-synchronously.
1222
1223 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
1224
1225 * gnus-group.el (gnus-group-list-ticked): New function.
1226 (gnus-group-make-menu-bar): Provide a menu entry for it.
1227 (gnus-group-list-map): Provide a binding for it.
1228
1229 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1230
1231 * shr.el (shr-visit-file): New command.
1232
1233 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1234
1235 2011-03-17 Bjørn Mork <bjorn@mork.no>
1236
1237 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1238 servers.
1239
1240 2011-03-16 Julien Danjou <julien@danjou.info>
1241
1242 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1243 inline.
1244
1245 * gnus-art.el (article-hide-list-identifiers):
1246 Use gnus-group-get-list-identifiers.
1247
1248 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1249 (gnus-summary-remove-list-identifiers):
1250 Use gnus-group-get-list-identifiers to get regexp.
1251 (gnus-select-newsgroup, gnus-summary-insert-subject)
1252 (gnus-summary-insert-articles):
1253 Call gnus-summary-remove-list-identifiers unconditionally.
1254
1255 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1256
1257 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1258 we're selecting a group with unread articles.
1259
1260 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1261
1262 * gssapi.el: New file separated out from imap.el to provide a general
1263 Kerberos 5 connection facility for Emacs.
1264
1265 * message.el (message-elide-ellipsis): Document the format spec
1266 ellipsis.
1267
1268 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
1269
1270 * message.el (message-elide-region): Allow the ellipsis to say how many
1271 lines were removed.
1272
1273 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1274
1275 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1276 window configurations containing buffers that are now dead.
1277
1278 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1279 parsing to avoid integer overflows.
1280 (nnimap-parse-flags): Simplify the last change.
1281 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1282 too large for 32-bit Emacsen.
1283
1284 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1285
1286 * auth-source.el (auth-source-netrc-create):
1287 * message.el (message-yank-original): Fix use of `case'.
1288
1289 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
1290
1291 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1292 XEmacs, which was one character too wide.
1293
1294 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
1295
1296 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1297 default number of articles to display.
1298 (gnus-articles-to-read): Use pretty names for prompt.
1299
1300 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1301
1302 * gnus-int.el (gnus-open-server): Ditto.
1303
1304 * gnus-start.el (gnus-activate-group): Give a backtrace if
1305 debug-on-quit is set and the user hits `C-g'.
1306 (gnus-read-active-file): Ditto.
1307
1308 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1309
1310 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
1311
1312 * message.el (message-yank-original): Use cond instead of CL case.
1313
1314 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1315
1316 * auth-source.el (auth-source-netrc-create): Use usual format for the
1317 default in prompts.
1318
1319 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
1320
1321 * auth-source.el (auth-source-netrc-create): Show the default in the
1322 prompt when prompting for token creation.
1323
1324 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1325
1326 * auth-source.el (auth-source-format-prompt): Always convert the value
1327 to a string to avoid evaluating non-string arguments.
1328 (auth-source-netrc-create): Offer default properly, not as initial
1329 content in `read-string'.
1330 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1331 of line to determine if we've been run before. If so, don't run again,
1332 but print a trivial message to indicate the cache was hit instead.
1333
1334 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1335
1336 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1337 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
1338 The user will have to run `gnus-sync-read' manually and wait for Cloudy
1339 Gnus.
1340
1341 2011-03-11 Julien Danjou <julien@danjou.info>
1342
1343 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1344 modified file".
1345
1346 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
1347
1348 * auth-source.el (auth-source-read-char-choice): New function to read a
1349 character choice using `dropdown-list', `read-char-choice', or
1350 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
1351 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
1352 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
1353 (auth-source-netrc-saver): Use it.
1354 (auth-source-pick-first-password): New convenience function.
1355
1356 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1357
1358 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1359 parameter in the credentials.
1360 (nnimap-open-connection-1): Use it after a successful login.
1361 (nnimap-credentials): Add IMAP-specific user and password prompt.
1362
1363 * auth-source.el (auth-source-search): Add :require parameter, taking a
1364 list. Document it and the :save-function return token. Pass :require
1365 down. Change the CREATED message from a warning to a debug statement.
1366 (auth-source-search-backends): Pass :require down.
1367 (auth-source-netrc-search): Pass :require down.
1368 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1369 Change save prompt to indicate all modifications saved here are
1370 deletions.
1371 (auth-source-netrc-create): Take user login name as default in user
1372 prompt. Move all the save functionality to a lexically bound function
1373 under the :save-function token in the returned list. Set up clearer
1374 default prompts for user, host, port, and secret.
1375 (auth-source-netrc-saver): New function, intended to be wrapped for
1376 :save-function.
1377
1378 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1379
1380 * Version 23.3 released.
1381
1382 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1383
1384 * shr.el (shr-table-horizontal-line): Change the defaults for the table
1385 lines to be spaces instead.
1386
1387 2011-03-07 Julien Danjou <julien@danjou.info>
1388
1389 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1390 (sieve-sasl-auth): Check that auth-source-search did return something,
1391 or just return an empty string.
1392
1393 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
1394
1395 * gnus.el (gnus-interactive): Use read-directory-name.
1396
1397 * gnus-uu.el (gnus-uu-decode-uu-and-save)
1398 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1399 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1400 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1401 Likewise.
1402
1403 * gnus-group.el (gnus-group-make-directory-group): Likewise.
1404
1405 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1406
1407 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1408 onto the list of killed groups, too. This makes killed nnimap groups,
1409 for instance, more reliably not reappear.
1410
1411 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1412 the parent.
1413
1414 * gnus-sum.el (gnus-update-read-articles): Fix typo.
1415
1416 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1417 really have server-side marks.
1418
1419 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1420 since most backends do not usefully have server-side marks.
1421 (gnus-update-read-articles): Propagate marks to all backends that
1422 really have server-side marks.
1423
1424 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
1425
1426 * message.el (message-cite-reply-position, message-cite-style):
1427 New variables.
1428 (message-yank-original): Use the new citation styles.
1429
1430 2011-03-04 Daiki Ueno <ueno@unixuser.org>
1431
1432 * message.el (message-options): Revert the change that's a workaround
1433 for XEmacs buffer-local issue; don't mark it buffer-local when running
1434 under XEmacs.
1435
1436 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
1437
1438 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1439 numbers too big to be `read'.
1440
1441 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
1442
1443 * message.el (message-options): Make buffer-local two ways to attempt
1444 to fix a XEmacs bug.
1445
1446 2011-03-02 Julien Danjou <julien@danjou.info>
1447
1448 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1449
1450 2011-03-01 Julien Danjou <julien@danjou.info>
1451
1452 * gnus-art.el (list-identifier): Add list-identifier as a parameter
1453 group.
1454 (article-hide-list-identifiers): Use list-identifier group parameter.
1455
1456 2011-02-28 Julien Danjou <julien@danjou.info>
1457
1458 * sieve.el (sieve-buffer-script-name): New local variable to store
1459 sieve script name.
1460 (sieve-edit-script): Store sieve script name.
1461 (sieve-upload): Use sieve script name when uploading.
1462 (sieve-upload): Use substitute-command-keys.
1463 (sieve-edit-script): Use substitute-command-keys.
1464 (sieve-refresh-scriptlist): Use substitute-command-keys.
1465 (sieve-manage-mode-map): Define keymap properly.
1466 (sieve-manage-mode): Do not set mode name manually, change mode-name to
1467 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1468 Remove commented code about cvs.
1469 (sieve-manage-quit): New function.
1470 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1471
1472 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1473
1474 * gnus-group.el (gnus-import-other-newsrc-file): New function.
1475
1476 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
1477
1478 * auth-source.el (auth-source-search): Cache empty result sets.
1479
1480 * auth-source.el (auth-source-save-behavior): New variable to replace
1481 `auth-source-never-create'.
1482 (auth-source-netrc-create): Use it.
1483 (auth-source-never-save): Remove.
1484
1485 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
1486
1487 * nnimap.el (nnimap-stream): Doc fix.
1488 (nnimap-open-connection-1): Reverse the order of the ports to that the
1489 prompted-for port is first.
1490
1491 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1492 retrieval by the no-group selection.
1493
1494 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1495 numerical parameters.
1496
1497 2011-02-25 Julien Danjou <julien@danjou.info>
1498
1499 * gnus-gravatar.el: Use gnus-with-article-buffer.
1500
1501 * gnus-art.el (gnus-with-article-buffer): Check that the
1502 gnus-article-buffer is alive.
1503
1504 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
1505
1506 * auth-source.el (auth-source-creation-prompts): New variable to manage
1507 creation-time prompts.
1508 (auth-source-search): Document it.
1509 (auth-source-format-prompt): Add utility function.
1510 (auth-source-netrc-create): Don't default the user name to
1511 user-login-name. Use `auth-source-creation-prompts' and some default
1512 prompts for user, host, port, and password (the default generic prompt
1513 remains ugly).
1514 (auth-source-never-save): Add customizable option to never save info.
1515 (auth-source-netrc-create): Use it and improve save prompts. Fix help
1516 mode excursion.
1517
1518 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
1519
1520 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1521 argument that XEmacs doesn't support.
1522
1523 2011-02-23 Julien Danjou <julien@danjou.info>
1524
1525 * gnus-art.el (article-make-date-line): Ignore errors if time is
1526 invalid and not convertible.
1527 (article-make-date-line): Only add lapsed time if time is not nil.
1528
1529 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
1530
1531 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1532 `read-char-choice' for backwards compatibility.
1533 (auth-source-netrc-element-or-first): New function to DTRT for
1534 parameter extraction.
1535 (auth-source-netrc-create): Use it and fix multiple parameter print
1536 bug. Use the default passed from above (given-default) or the
1537 built-in (user-login-name for :user).
1538
1539 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
1540
1541 * gnus-start.el (gnus-dribble-read-file):
1542 Set buffer-save-without-query, since we always want to save the dribble
1543 file, probably.
1544
1545 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1546 nnimap.
1547
1548 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1549 -summary- since it's a user-visible variable.
1550
1551 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1552 first time you use the new Gnus.
1553
1554 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1555
1556 * auth-source.el: Don't load netrc.el.
1557 (auth-sources): Search ~/.netrc as well by default.
1558 (auth-source-debug): Add 'trivia option for extra output.
1559 (auth-source-do-trivia): Use it.
1560 (auth-source-search): Simplify logic to use
1561 `auth-source-search-backends'. Use `auth-source-do-trivia' where
1562 appropriate. Don't keep a running count at this level. Layer :create
1563 and :delete options appropriately on the first and second passes.
1564 Don't track the backend with the search results.
1565 (auth-source-search-backends): New function to search a list of
1566 backends for a processed spec.
1567 (auth-source-netrc-parse): Cache all netrc files, making
1568 auth-source-netrc-cache an alist keyed by the file name and using the
1569 file mtime as the caching criterion. Keep the obfuscated data secret
1570 with a lexical bind.
1571 (auth-source-netrc-search): Don't calculate the length of the results
1572 unnecessarily.
1573 (auth-source-search-backends): Fix bug.
1574 (auth-source-netrc-create): Rework prompts.
1575
1576 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
1577
1578 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1579 Lower case names of search constraints.
1580 (nnir-run-query): Cache and reuse search constraints for all imap
1581 servers.
1582
1583 2011-02-22 Sam Steingold <sds@gnu.org>
1584
1585 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
1586
1587 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
1588
1589 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1590 after exit.
1591 (gnus-setup-message): Define missing variable from last checkin.
1592
1593 * gnus-sum.el (gnus-summary-show-article): When called with t as the
1594 value, show the raw article.
1595
1596 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1597
1598 * nnimap.el (nnimap-open-connection-1): Revert last change, since
1599 auth-source now accepts numbers.
1600
1601 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1602 spec, too.
1603 (auth-source-ensure-strings): New function.
1604
1605 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1606 (gnus-article-setup-buffer): Always restart the date timer so that user
1607 changes to the frequency is respected.
1608
1609 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1610 port numbers, so make sure it gets that if nnimap-server-port is
1611 explicit.
1612
1613 2011-02-21 Simon Josefsson <simon@josefsson.org>
1614
1615 * nnimap.el (nnimap-inbox): Doc fix.
1616
1617 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
1618
1619 * shr-color.el (shr-color->hexadecimal): Use renamed function names
1620 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1621 color-lab-to-srgb.
1622
1623 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1624
1625 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1626 given method as in the group name if we're using an extended method.
1627 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1628 command, if we're using that, instead of waiting for the beginning.
1629
1630 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1631 we're sure to get unique server names, and we don't output two async
1632 commands in the same buffer. This fixes an NNTP hang for some users.
1633
1634 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1635
1636 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1637 summary buffer before reading going to the next buffer. This avoids
1638 putting the point in the group buffer if you `C-g' the command.
1639
1640 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1641 cache (for now) to make ~/.authinfo.gpg files usable.
1642
1643 * nnfolder.el (copyright-update): Define for the compiler.
1644
1645 * auth-source.el (auth-source-search): Fix unbound variable.
1646
1647 2011-02-19 Glenn Morris <rgm@gnu.org>
1648
1649 * gnus.el (gnus-meta): Doc fix.
1650
1651 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1654 in case it's not yet loaded.
1655
1656 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1657
1658 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1659 line we're waiting for.
1660
1661 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1662
1663 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1664 face with line-width greater than zero will cause RET in gnus summary
1665 buffer to scroll down article page-wise because auto vscroll happens,
1666 it should be temporalily disabled when doing a scroll-up.
1667
1668 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
1669
1670 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1671 outputs from the server.
1672
1673 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1674
1675 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1676 later so that bbdb can hook in easier.
1677
1678 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1679
1680 * auth-source.el (auth-source-search): Don't try to create credentials
1681 if the caller doesn't want that.
1682 (auth-source-search): If we don't find a match, don't bug out on
1683 non-bound variables.
1684 (auth-source-search): Only ask a single backend to create the
1685 credentials.
1686
1687 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1688 logging.
1689 (nnimap-credentials): Protect against auth-source-search returning nil.
1690 (nnimap-request-list): Protect against not being able to open the
1691 server.
1692
1693 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
1694
1695 * auth-source.el (auth-source-search): Do a two-phase search, one with
1696 no :create to get the responses from all backends.
1697
1698 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1699 when getting credentials.
1700
1701 * gnus-util.el (gnus-delete-duplicates): New function.
1702
1703 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1704
1705 * nnimap.el (nnimap-credentials): Instead of picking the first port as
1706 a creation default, pass the whole port list down. It will be
1707 completed.
1708
1709 * auth-source.el (auth-source-search): Updated docs to talk about
1710 multiple creation choices.
1711 (auth-source-netrc-create): Accept a list as a value (from the search
1712 parameters) and do completion on that list. Keep a separate netrc line
1713 with the password obscured for showing the user.
1714
1715 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1716 first choice to `auth-source-search' so it will be used for entry
1717 creation instead of the server's Gnus-specific name.
1718 (nnimap-credentials): Rely on the auth-source library to select which
1719 port is actually wanted in the new netrc entry, so don't override
1720 `auth-source-creation-defaults'.
1721
1722 * auth-source.el (auth-source-netrc-parse): Use :port instead of
1723 :protocol and accept a missing user, host, or port as a wildcard match.
1724 (auth-source-debug): Default to off.
1725
1726 (auth-source-netrc-search, auth-source-netrc-create)
1727 (auth-source-secrets-search, auth-source-secrets-create)
1728 (auth-source-user-or-password, auth-source-backend, auth-sources)
1729 (auth-source-backend-parse-parameters, auth-source-search): Use :port
1730 instead of :protocol.
1731
1732 * nnimap.el (nnimap-credentials): Pass a port default to
1733 `auth-source-search' in case an entry needs to be created.
1734 (nnimap-open-connection-1): Use :port instead of :protocol.
1735
1736 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
1737
1738 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1739 instead of delete-dups that is not available in XEmacs 21.4.
1740
1741 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
1742
1743 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1744 nil means that nnimap doesn't get updated.
1745
1746 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
1747
1748 * auth-source.el (auth-source-netrc-create): Return a synthetic search
1749 result when the user doesn't want to write to the file.
1750 (auth-source-netrc-search): Expect a synthetic result and proceed
1751 accordingly.
1752 (auth-source-cache-expiry): New variable to override
1753 `password-cache-expiry'.
1754 (auth-source-remember): Use it.
1755
1756 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1757 parameter. Create entry if necessary by using :create t.
1758 (nnimap-open-connection-1): Don't pass `inhibit-create'.
1759
1760 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
1761
1762 * auth-source.el (auth-source-debug): Enable by default and don't
1763 mention the obsolete `auth-source-hide-passwords'.
1764 (auth-source-do-warn): New function to debug unconditionally.
1765 (auth-source-do-debug): Use it.
1766 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1767 and for Secrets API entries when the secrets.el library is not
1768 available.
1769
1770 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1771
1772 * gnus-sum.el (gnus-propagate-marks): Default to nil.
1773 (gnus-summary-exit): Kill the correct article buffer on exit from a
1774 `C-d' group.
1775
1776 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1777 gnus-propagate-marks.
1778
1779 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1780 before killing the buffers so that a non-full window conf gets handled
1781 correctly.
1782 (gnus-summary-exit): Ditto.
1783 (gnus-summary-read-group-1): Ditto.
1784
1785 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1786 async code again so that we can debug it properly.
1787
1788 * message.el (message-reply): Take an optional switch-buffer parameter
1789 so that Gnus window confs are respected better.
1790
1791 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1792
1793 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1794 `plist-get' to accept non-list parameters (XEmacs issue).
1795 Fix docstring.
1796 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1797 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1798 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1799 Login collection is "Login" and not "login".
1800
1801 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1802
1803 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1804 multiple headers.
1805
1806 * nnimap.el (nnimap-inhibit-logging): New variable.
1807 (nnimap-log-command): Don't log login commands.
1808
1809 * auth-source.el (auth-source-netrc-search): The asserts seem to want
1810 to have more parameters.
1811
1812 * nnimap.el (nnimap-send-command): Mark the command time for each
1813 command, so that we don't get NOOPs stepping on our toes.
1814
1815 * gnus-art.el (article-date-ut): Get the date from the Date header on
1816 `t'.
1817
1818 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1819
1820 * auth-source.el (auth-source-search): Use copy-sequence instead of
1821 the cl.el copy-list.
1822
1823 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
1824
1825 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1826 Improve prompt.
1827
1828 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1829
1830 * gnus-art.el (gnus-article-mode-line-format): Remove the article
1831 washing status from the default format. It isn't very informative.
1832
1833 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
1834
1835 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1836 Fix Gcc processing on imap.
1837
1838 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * message.el (message-bury): Don't pop up a new window when selected
1841 window is dedicated.
1842
1843 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1844
1845 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1846
1847 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
1848
1849 * sieve-manage.el: Autoload `auth-source-search'.
1850 (sieve-sasl-auth): Use it.
1851
1852 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1853
1854 * nnimap.el: Autoload `auth-source-forget+'.
1855 (nnimap-open-connection-1): Use it if the connection fails.
1856
1857 * auth-source.el: Require `password-cache'.
1858 (auth-source-hide-passwords, auth-source-cache): Remove and mark
1859 obsolete.
1860 (auth-source-magic): Marker for `password-cache' keys.
1861 (auth-source-do-cache): Update docstring.
1862 (auth-source-search): Use and check cache.
1863 (auth-source-forget-all-cached, auth-source-remember)
1864 (auth-source-recall, auth-source-forget, auth-source-forget+)
1865 (auth-source-specmatchp): Caching support functions.
1866 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1867 Remove and obsolete.
1868 (auth-source-user-or-password): Remove caching to further discourage
1869 using it. Always hide passwords.
1870
1871 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1872
1873 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1874 code for now, since it doesn't work for all users.
1875
1876 2011-02-09 Julien Danjou <julien@danjou.info>
1877
1878 * message.el (message-options): Make message-options really buffer
1879 local.
1880
1881 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
1882
1883 * mail-source.el: Autoload `auth-source-search'.
1884 (mail-source-keyword-map): Note order matters.
1885 (mail-source-set-1): Get all the mail-source source values and
1886 defaults and search auth-source on those if needed. This can all
1887 probably be simplified.
1888
1889 * nnimap.el: Autoload `auth-source-search'.
1890 (nnimap-credentials): Use it.
1891 (nnimap-open-connection-1): Ask for the virtual server and physical
1892 address in one shot.
1893
1894 * nntp.el: Autoload `auth-source-search'.
1895 (nntp-send-authinfo): Use it. Note TODO.
1896
1897 2011-02-08 Julien Danjou <julien@danjou.info>
1898
1899 * shr.el (shr-tag-body): Add support for text attribute in body
1900 markups.
1901
1902 * message.el (message-options): Make message-options a local variable.
1903
1904 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
1905
1906 * auth-source.el (auth-source-secrets-search)
1907 (auth-source-user-or-password): Use `append' instead of `nconc'.
1908 (auth-source-user-or-password): Build return list better and protect
1909 against nil :secret.
1910
1911 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1912
1913 * nnimap.el (nnimap-update-info): Refactor slightly.
1914 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1915 (nnimap-update-info): Clean up slightly.
1916 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1917 characters.
1918 (nnimap-process-quirk): Rename function to avoid collision.
1919 (nnimap-update-info): Fix macrology bug-out.
1920 (nnimap-update-info): Simplify split history test.
1921
1922 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
1923
1924 * auth-source.el (top): Require 'eieio unconditionally.
1925 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1926 (auth-source-secrets-search): Limit search when `max' is greater than
1927 number of results.
1928
1929 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1930
1931 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1932 part not returning any data.
1933
1934 * proto-stream.el (open-protocol-stream): Document the return value.
1935
1936 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1937
1938 * auth-source.el (auth-source-secrets-search): Add examples.
1939
1940 2011-02-06 Julien Danjou <julien@danjou.info>
1941
1942 * message.el (message-setup-1): Handle message-generate-headers-first
1943 set to t.
1944
1945 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1946
1947 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1948 API with a string "secrets:collection-name" and with 'default.
1949 (auth-source-backend-parse): Parse "secrets:collection-name" and
1950 'default. Recurse on parses instead of repeating code. Use the
1951 Secrets API is the source is not nil and 'ignore otherwise. Emit a
1952 message when ignoring a source.
1953 (auth-source-search): List ignored search keys at the top level.
1954 (auth-source-netrc-create): Use `case' instead of `cond'.
1955 (auth-source-secrets-search): Created with TODOs.
1956 (auth-source-secrets-create): Created with TODOs.
1957 (auth-source-retrieve, auth-source-create, auth-source-delete)
1958 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1959 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1960 (auth-source-user-or-password-sftp)
1961 (auth-source-user-or-password-smtp): Remove.
1962 (auth-source-user-or-password): Deprecated and modified to be a wrapper
1963 around `auth-source-search'. Not tested thoroughly.
1964
1965 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1966
1967 * auth-source.el: Bring in assoc and eioeio libraries.
1968 (secrets-enabled): New variable to track the status of the Secrets API.
1969 (auth-source-backend): New EIOEIO class to represent a backend.
1970 (auth-source-creation-defaults): New variable to set prompt defaults
1971 during token creation (see the `auth-source-search' docstring for
1972 details).
1973 (auth-sources): Simplify to allow a simple string as a netrc backend
1974 spec.
1975 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1976 (auth-source-backend-parse-parameters): Fill in the backend parameters.
1977 (auth-source-search): Main auth-source API entry point.
1978 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1979 (auth-source-search-collection): Helper function for searching.
1980 (auth-source-netrc-parse, auth-source-netrc-normalize)
1981 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1982 Supports search, create, and delete.
1983 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1984 backend stubs.
1985 (auth-source-user-or-password): Call `auth-source-search' but it's not
1986 ready yet.
1987
1988 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1989
1990 * message.el (message-setup-1): Remove the read-only stuff, since it
1991 doesn't work under XEmacs, for some reason.
1992
1993 * gnus-sum.el (gnus-user-date): Rename back from
1994 gnus-summary-user-date since user code refers to it.
1995
1996 * shr.el (shr-render-td): Store the actual background colour used.
1997
1998 * message.el (message-setup-1): Don't bind the constant
1999 -forbidden-properties.
2000 (message-setup-1): Revert previous change, since it needs to bind the
2001 props to insert them.
2002 (message-resend): Allow removing the read-only separator line.
2003
2004 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2005
2006 * nnimap.el (nnimap-request-accept-article): Give an error message if
2007 the APPEND wasn't successful.
2008
2009 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
2010
2011 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2012 that have no groups.
2013
2014 2011-02-03 Julien Danjou <julien@danjou.info>
2015
2016 * gnus-draft.el: Remove progn around gnus-draft-setup.
2017
2018 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2019
2020 * gnus-start.el (gnus-read-active-for-groups): This function is never
2021 called with a nil `infos', so clean that up.
2022 (gnus-get-unread-articles): Request active files from primary/secondary
2023 methods that have no groups (yet).
2024
2025 2011-02-03 Julien Danjou <julien@danjou.info>
2026
2027 * message.el (message-setup-1): Always generate References first.
2028 (message-mail): Return the return value of message-setup, not always t.
2029 (message-setup-1): Insert mail-header-separator with read-only and
2030 intangible properties set.
2031
2032 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2033 user-date in docstring.
2034
2035 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2036
2037 * gnus.el (gnus-summary-line-format): Mention &user-date format in
2038 docstring.
2039
2040 * gnus.el (gnus-user-date-format-alist): Change default value. Use
2041 defcustom, with type and group. Move from gnus-util.el. Rename to
2042 gnus-summary-user-date-format-alist.
2043
2044 2011-02-03 Glenn Morris <rgm@gnu.org>
2045
2046 * nnimap.el (gnus-fetch-headers): Declare.
2047
2048 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2049
2050 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2051
2052 * message.el (message-forward-make-body-digest-plain)
2053 (message-followup, message-reply): Clean up things noted by Stefan.
2054
2055 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2056 gnus-article-update-date-headers is nil.
2057 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2058 it didn't really work with defcustom.
2059 (article-update-date-lapsed): Make sure the window start doesn't move,
2060 either.
2061
2062 2011-02-01 Julien Danjou <julien@danjou.info>
2063
2064 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2065 format.
2066
2067 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2068 standard in Emacs nowadays.
2069
2070 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2071
2072 * message.el (message-expand-name): Don't trust the return value of
2073 bbdb-complete-name.
2074 (message-check-news-header-syntax): Remove unused var `start'.
2075 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2076 (message-inhibit-body-encoding): Move to before first use.
2077 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2078 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2079 (Organization, Message-ID, Date, mh-previous-window-config):
2080 Defvar the vars using dynamic scoping.
2081
2082 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2083
2084 * shr.el (shr-render-td): Only do colours at the final rendering.
2085 Should be slightly faster.
2086 (shr-insert-table): Fix up TD background colours when doing the
2087 vertical padding.
2088
2089 * gnus-art.el (article-date-ut): Protect against articles with no Date
2090 header.
2091 (article-update-date-lapsed): Don't use current-column to find the
2092 horizontal position. It's fragile in the presence of \003 characters.
2093
2094 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2095
2096 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2097
2098 * gnus-art.el (article-transform-date): Rewrite to still work when
2099 there are several rfc2822 parts.
2100 (article-transform-date): Fix infinite recursion.
2101 (article-date-ut): Replace infinitely many Date headers with a single
2102 one when called interactively.
2103
2104 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2105 secure manner.
2106
2107 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2108 move around by not using save-window-excursion. It seems to work...
2109
2110 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
2111
2112 * gnus-art.el (article-make-date-line): Work for user-defined format.
2113
2114 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2115
2116 * nntp.el (nntp-retrieve-group-data-early)
2117 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2118 fetching functions.
2119
2120 * gnus-start.el (gnus-read-active-for-groups): Read the active files
2121 thoroughly for all backends that have no known groups. This should
2122 allow new nnml methods to retrieve mail.
2123
2124 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2125 that Gnus doesn't know exists again.
2126
2127 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2128 (gnus-treat-date-ut): Ditto.
2129 (gnus-article-update-date-header): Rename.
2130 (gnus-treat-date-local): Remove.
2131 (gnus-treat-date-english): Remove.
2132 (gnus-treat-date-lapsed): Remove.
2133 (gnus-treat-date-combined-lapsed): Remove.
2134 (gnus-treat-date-original): Remove.
2135 (gnus-treat-date-iso8601): Remove.
2136 (gnus-treat-date-user-defined): Remove.
2137 (gnus-article-date-headers): New variable to control all the date
2138 header options.
2139 (article-date-ut): Rewrite to allow using the new way to format date
2140 headers(s).
2141
2142 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2143
2144 * nnmail.el (nnmail-article-group): Check for a direct fancy split
2145 method.
2146 (nnmail-article-group): A better test for fanciness.
2147
2148 * nnimap.el (nnimap-request-head): Protect against not finding the
2149 article by Message-ID.
2150
2151 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
2152
2153 * gnus-art.el (article-update-date-lapsed): Try a better way to really
2154 keep point at the "same place".
2155
2156 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2157
2158 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2159 data if the group is unactivated.
2160
2161 2011-01-28 Julien Danjou <julien@danjou.info>
2162
2163 * gnus-win.el: Remove dead function gnus-window-configuration-element.
2164 (gnus-all-windows-visible-p): Remove old compatibility code.
2165 (gnus-window-top-edge): Add docstring.
2166
2167 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2168
2169 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2170
2171 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2172 older request-update-info.
2173
2174 * gnus-art.el (article-make-date-line): Limit the length a bit more.
2175
2176 2011-01-28 Daiki Ueno <ueno@unixuser.org>
2177
2178 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2179 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2180
2181 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2182
2183 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2184 groups. This makes the nndraft:queue group pop up if it's not already
2185 there.
2186
2187 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2188 messages" logic, which was reversed.
2189
2190 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2191 the "same place" even if point is on the line being replaced.
2192 (article-update-date-lapsed): Allow updating both the combined lapsed
2193 and the lapsed headers.
2194 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2195 (article-make-date-line): Limit the number of segments dynamically to
2196 avoid too-long lines.
2197
2198 2011-01-27 Julien Danjou <julien@danjou.info>
2199
2200 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2201 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2202
2203 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
2204
2205 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2206 Use plist-get instead of the cl function getf.
2207
2208 2011-01-27 Glenn Morris <rgm@gnu.org>
2209
2210 * gnus-util.el (float-time): Get rid of compiler warning, again.
2211
2212 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2213
2214 * shr.el (shr-put-color): Special-case background colours: Do put them
2215 at the blank parts at the front of the lines.
2216
2217 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2218 exit hook to nix out all data on readedness on group exit.
2219
2220 * gnus-util.el (float-time): If float-time is bound, always use it on
2221 all Emacsen. It's unclear why the subrp check was there.
2222 (time-date): Require to make some autoload issues on XEmacs go away.
2223
2224 * shr.el (shr-put-color): Don't do the box padding in tables, since
2225 they're already padded.
2226
2227 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2228
2229 * gnus-art.el (gnus-article-next-page): When the last line of the
2230 article is displayed, scroll down once more instead of going to the
2231 next article at once.
2232 (article-lapsed-string): Refactor out and allow specifying how many
2233 segments you want.
2234 (gnus-article-setup-buffer): Start updating the lapsed header directly.
2235 (gnus-article-update-lapsed-header): New variable.
2236
2237 * shr.el: Revert change that made headings use different-sized faces.
2238 The Emacs display engine isn't advanced enough that, for instance,
2239 tables can comfortably use differently-sized faces.
2240
2241 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2242
2243 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2244 used.
2245 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2246 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2247 we're using an encrypted connection.
2248
2249 * proto-stream.el: Alter the interface functions to also return the
2250 actual stream type used: network or tls.
2251
2252 2011-01-25 Julien Danjou <julien@danjou.info>
2253
2254 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2255 (mm-display-javascript-inline): New function.
2256
2257 * mm-decode.el (mm-inline-media-tests): Add application/javascript
2258 viewing function.
2259
2260 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
2261
2262 * shr.el (shr-expand-newlines): Fix variable name.
2263
2264 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2265
2266 * shr.el (shr-expand-newlines): Make nested boxes work.
2267
2268 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2269
2270 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2271 backgrounds.
2272 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2273 in a more sensible manner.
2274
2275 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2276
2277 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2278 if EPG is loaded.
2279
2280 2011-01-24 Julien Danjou <julien@danjou.info>
2281
2282 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2283 tags.
2284
2285 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2286
2287 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2288 commands.
2289
2290 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2291 in the article buffer.
2292 (gnus-gravatar-insert): Use blank space from the current buffer to
2293 avoid breaking text properties. This makes X-Sent updating work again.
2294
2295 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2296
2297 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
2298
2299 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2300 fix the bug in url-http.el instead.
2301
2302 * shr.el (shr-image-fetched): Ditto.
2303
2304 * shr.el (shr-image-fetched): Avoid having point move in the article
2305 buffer.
2306
2307 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2308 buffer after being called. It's apparently being killed by url.el, and
2309 killing it made point move to end-of-buffer in a random buffer.
2310
2311 * shr.el (shr-image-fetched): Ditto.
2312
2313 2011-01-23 Julien Danjou <julien@danjou.info>
2314
2315 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2316
2317 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2318 text/x-org.
2319
2320 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2321
2322 * gnus-sum.el (gnus-summary-move-article): Protect against backends
2323 (i.e., nnimap) returning nil as the article number.
2324
2325 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2326
2327 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2328 "DelSp" parameter in RFC3676.
2329
2330 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2331
2332 * message.el (message-check-recipients): Display the encoded version of
2333 the bogus address if they differ.
2334
2335 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2336 after sending.
2337
2338 * gnus-agent.el (gnus-agent-send-mail): Ditto.
2339
2340 * gnus-group.el (gnus-group-refresh-group): New convenience function.
2341
2342 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2343 group buffer after sending the queue.
2344
2345 * gnus-agent.el (gnus-agent-send-mail): Ditto.
2346
2347 2011-01-22 Julien Danjou <julien@danjou.info>
2348
2349 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2350
2351 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2352
2353 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2354 nested related parts.
2355
2356 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2357 unexpired articles. This fixes the regression that led expiry marks to
2358 disappear from nnfolder groups.
2359
2360 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2363 Don't confuse the "ret" of "retrograde" with RET.
2364
2365 2011-01-21 Julien Danjou <julien@danjou.info>
2366
2367 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2368 than mm-insert-inline.
2369
2370 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
2371
2372 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2373 Widen article buffer.
2374
2375 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2376
2377 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2378 the temp buffer.
2379 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2380
2381 2011-01-20 Julien Danjou <julien@danjou.info>
2382
2383 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2384
2385 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2386 than mm-insert-inline to insert inline part: this respect
2387 mm-inline-media-tests displayers.
2388
2389 * mm-view.el (mm-display-shell-script-inline): New function.
2390
2391 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2392
2393 * mm-uu.el (mm-uu-type-alist): Add org block.
2394 (mm-uu-org-src-code-block-extract): New function.
2395
2396 * mm-view.el (mm-display-org-inline): New function.
2397
2398 * mm-decode.el (mm-automatic-display): Add text/org.
2399
2400 * mailcap.el (mailcap-mime-extensions): Add .org.
2401
2402 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
2403
2404 * gnus-art.el (gnus-article-highlight): Remove argument passed to
2405 gnus-article-add-buttons.
2406
2407 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
2408
2409 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2410 From header with a date and "nobody" as the sender.
2411
2412 2011-01-19 Julien Danjou <julien@danjou.info>
2413
2414 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2415 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2416 if you have the same regexp several times.
2417 (gnus-button-push): Fix matching when regexp is symbol.
2418
2419 2011-01-15 Glenn Morris <rgm@gnu.org>
2420
2421 * message.el (message-mail): A compose-mail function should
2422 accept headers as strings.
2423
2424 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2425
2426 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2427 Add :vert-only tags.
2428 (message-mail): New arg RETURN-ACTION.
2429 (message-return-action): New var.
2430 (message-bury): Use it.
2431 (message-mode): Make it buffer-local.
2432 (message-send-and-exit): Always call message-bury.
2433
2434 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
2435 message-mail.
2436
2437 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2438
2439 * nnimap.el (nnimap-convert-partial-article): Protect against
2440 zero-length body parts.
2441
2442 * mm-decode.el (mm-preferred-alternative-precedence):
2443 Discourage showing empty parts.
2444
2445 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2446 and stuff if the backend didn't return the article number. This fixes
2447 an Exchange-related nnimap bug.
2448
2449 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2450 group window, because it does the wrong thing when a separate frame
2451 displays the group buffer.
2452
2453 * proto-stream.el (open-protocol-stream): Protect against the low-level
2454 transport functions returning nil.
2455
2456 2011-01-07 Daiki Ueno <ueno@unixuser.org>
2457
2458 * mml2015.el (epg-sub-key-fingerprint): Autoload.
2459 (mml2015-epg-find-usable-secret-key): New function.
2460 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2461 mml2015-epg-find-usable-key (Bug#7797).
2462 (mml2015-epg-encrypt): Ditto.
2463
2464 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2465
2466 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2467
2468 2011-01-03 Glenn Morris <rgm@gnu.org>
2469
2470 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2471
2472 * sieve.el (sieve-open-server): Give a more explicit error if
2473 sieve-manage-open returns nil. (Bug#7720)
2474
2475 2011-01-02 Karl Fogel <kfogel@red-bean.com>
2476
2477 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2478
2479 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2480
2481 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2482 This avoids sending passwords in plain text over non-encrypted
2483 channels.
2484
2485 * shr.el (shr-rescale-image): Display all GIF images as animated images.
2486
2487 * nnimap.el (nnimap-login): Refactored out into own function, and
2488 implement CRAM-MD5.
2489 (nnimap-wait-for-line): Refactored out.
2490
2491 * mm-view.el (mml-smime): Require.
2492
2493 2010-12-20 David Engster <deng@eml.cc>
2494
2495 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2496 use EPG to decrypt S/MIME messages instead of openssl.
2497
2498 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2499
2500 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2501
2502 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2503 status is the group clearly is unreachable.
2504
2505 * auth-source.el (auth-source-create): Add the optional second
2506 parameter to `local-variable-p' to be compatible with XEmacs.
2507
2508 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
2509
2510 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2511 work when using a compressed nnml folder.
2512
2513 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2514
2515 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2516 backends after sanitising on entry, because this never makes sense:
2517 If the articles have gone missing, then the data no longer exists on
2518 the backend, and if they haven't, then Gnus is wrong, and shouldn't
2519 overwrite anything anyway.
2520
2521 * shr.el (shr-insert-document): Bind shr-width dynamically to
2522 window-width if it's nil.
2523
2524 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2525
2526 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2527 with the meaning of using the full emacs window width for rendering.
2528
2529 2010-12-27 Daiki Ueno <ueno@unixuser.org>
2530
2531 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2532 case when sender is not given.
2533
2534 2010-12-23 Julien Danjou <julien@danjou.info>
2535
2536 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2537 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2538 the addresses, otherwise we might misplaced the gravatar.
2539
2540 2010-12-21 Daiki Ueno <ueno@unixuser.org>
2541
2542 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2543 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2544 obsolete in Emacs.
2545
2546 2010-12-20 Julien Danjou <julien@danjou.info>
2547
2548 * gnus-util.el (gnus-rescale-image): Revert last change.
2549
2550 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2551
2552 * gnus-group.el (gnus-group-delete-articles): New command.
2553
2554 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
2555
2556 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2557
2558 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2559
2560 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2561 here, since it's up to the backends to do CRLF removal if their
2562 protocol has it.
2563
2564 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2565
2566 2010-12-17 Julien Danjou <julien@danjou.info>
2567
2568 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2569 they are from file. Can also scale up.
2570
2571 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
2572
2573 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2574 gnus-use-agent.
2575 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2576
2577 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2578
2579 2010-12-17 Julien Danjou <julien@danjou.info>
2580
2581 * gravatar.el (gravatar-retrieve-synchronously): New function.
2582 (gravatar-get-data): Make more robust.
2583
2584 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2585
2586 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2587 to really consider the last line.
2588
2589 2010-12-16 Daiki Ueno <ueno@unixuser.org>
2590
2591 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2592 list of recipient keys, or use symmetric encryption if not a list.
2593 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2594 EPA override, replacing the call to `netrc-store-data'.
2595
2596 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
2597
2598 * gnus-srvr.el: Avoid passing nil regexp argument to
2599 delete-matching-lines.
2600
2601 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2602
2603 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2604 fetching stops when Gnus exits.
2605
2606 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2607 function.
2608 (nnfolder-request-expire-articles): Save all the buffers after doing
2609 expiry.
2610
2611 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2612 the last article", since that led to serious performance regressions
2613 when expiring nnml groups.
2614
2615 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
2616
2617 * nnir.el: Improve customizations.
2618
2619 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2620
2621 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2622
2623 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2624 group has been killed.
2625 (gnus-group-yank-group): Ditto.
2626
2627 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2628
2629 * nnimap.el (nnimap-request-update-group-status): New function.
2630
2631 * gnus-int.el (gnus-request-update-group-status): New interface
2632 function.
2633
2634 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2635 copying read-ness to the backends.
2636
2637 * nnimap.el (nnimap-quirk): New function.
2638 (nnimap-retrieve-group-data-early): Use it.
2639 (nnimap-quirks): New alist.
2640
2641 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
2642
2643 * shr.el (shr-insert): Set shr-start after deleting trailing space;
2644 don't delete it within indentation.
2645
2646 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2647
2648 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2649 previous line.
2650
2651 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2652
2653 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2654 QRESYNC command by deleting a superfluous space which broke Cyrus
2655 servers. This change will break other servers that are buggy the other
2656 way around.
2657
2658 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2659
2660 * spam.el: Reindent and fix long lines.
2661 (spam-copy-or-move-routine): Exclude invalid move destinations.
2662
2663 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2664
2665 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2666 installed the registry.
2667
2668 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2669
2670 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2671 groupname doesn't contain "gmane".
2672
2673 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2674
2675 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2676 (gnus-1): Don't create the nndrafts group twice.
2677 (gnus-setup-news): There's no need to read the active file here, since
2678 that's done again later on a per-backend basis.
2679 (gnus-start-draft-setup): Make sure that the new group is started out
2680 empty.
2681
2682 * gnus-agent.el (gnus-agentize): Don't create the queue group
2683 automatically on startup. It'll be created later, if needed.
2684
2685 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2686 of automatically subscribed groups.
2687 (gnus-auto-subscribed-categories): New variable.
2688 (gnus-matches-options-n): Use it.
2689 (gnus-default-subscribed-newsgroups): Remove unused variable.
2690 (gnus-start-draft-setup): Message a bit less.
2691
2692 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2693
2694 * nnir.el (nnir-run-imap): Return article list in order of increasing
2695 UID.
2696
2697 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2698
2699 * gnus-sum.el (gnus-summary-enter-digest-group):
2700 Mention gnus-auto-select-on-ephemeral-exit.
2701
2702 * proto-stream.el (proto-stream-open-network-only): Fix the calling
2703 convention of the network-only option.
2704
2705 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2706
2707 * proto-stream.el (proto-stream-open-network-only): New function to
2708 have a way to specify non-STARTTLS upgrade connections.
2709
2710 2010-12-10 Julien Danjou <julien@danjou.info>
2711
2712 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2713 email address is nil.
2714
2715 * message.el (message-bogus-recipient-p): Set address to "" if nil.
2716
2717 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
2718
2719 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2720 deletion.
2721 (nnir-run-imap): Only need to parse list once.
2722
2723 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2724
2725 * shr.el (shr-tag-script): Ignore <script>.
2726 (shr-tag-label): Add <label> support.
2727
2728 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
2729
2730 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2731
2732 * shr.el (shr-image-displayer): Work for images lined side by side.
2733
2734 2010-12-08 Robert Pluim <rpluim@gmail.com>
2735
2736 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2737 parameter, since XEmacs doesn't accept t as a parameter.
2738
2739 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
2740
2741 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2742 ids.
2743 (nnir-run-gmane): Simplify groupspec formatting.
2744 (nnir-request-expire-articles): New function.
2745
2746 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2747
2748 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2749 overflow, possibly.
2750
2751 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2752 (shr-render-td): Handle td style="" better.
2753 (shr-tag-table): Use the color from the style sheet.
2754 (shr-render-td): Make sure we copy over all the overlays, too.
2755
2756 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
2757
2758 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2759 (nnir-request-article): Improve article retrieval.
2760
2761 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2762
2763 * mm-util.el (mm-extra-numeric-entities): New variable.
2764
2765 * mm-url.el (mm-url-decode-entities):
2766 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2767
2768 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2769
2770 * message.el: Use completion-at-point.
2771 (message-completion-function): New fun, extracted from message-tab.
2772 (message-mode): Use it for completion-at-point-functions.
2773 (message-tab): Use it and completion-at-point.
2774
2775 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2776
2777 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2778 character if a non-breakable character follows.
2779
2780 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2781
2782 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2783 any stream.
2784
2785 * shr.el (shr-tag-font): Colorize the region.
2786 (shr-tag-body): Ditto.
2787 (shr-tag-font): Actually let the styles be inherited instead of
2788 overwriting them.
2789 (shr-tag-font): Get the background color right.
2790 (shr-tag-style): Ignore all <style> tags for the moment.
2791
2792 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2793 a Message-ID to avoid having nnimap depend on gnus-sum.
2794
2795 * shr.el (shr-descend): Only colorize something if we have a node that
2796 sets colors.
2797
2798 2010-12-06 Julien Danjou <julien@danjou.info>
2799
2800 * shr.el (shr-render-td): Render td content with shr-descend, so style
2801 will be applied to <td> too.
2802 (shr-colorize-region): Colorize region even if we only have a background.
2803 (shr-tag-body): Fix color and background color inheritance.
2804 Do not recolorize after shr-generic.
2805 (shr-tag-font): Let shr-generic colorize via inheritance.
2806
2807 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2808
2809 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2810
2811 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
2812
2813 * nnir.el (nnir-request-move-article): Remove obsolete code.
2814
2815 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2816
2817 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2818
2819 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2820
2821 * gnus-sum.el (gnus-summary-respool-article): The completion function
2822 expects a list instead of an alist.
2823
2824 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2825 string as the parameter.
2826
2827 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2828
2829 * shr.el (shr-stylesheet): New dynamic variable for cascading the
2830 styles.
2831 (shr-colorize-region): New function.
2832 (shr-insert-background-overlay): Remove.
2833 (shr-render-td): Background setting should be taken care of on a higher
2834 level.
2835 (shr-tag-body): Use post-hoc colorizations.
2836 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2837 (shr-put-color-1): Don't overwrite old colors.
2838 (shr-colorize-region): When the background color isn't explicit, use
2839 a fixed background.
2840
2841 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2842 nnmail variables.
2843
2844 2010-12-05 Bjørn Mork <bjorn@mork.no>
2845
2846 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2847 unless necessary.
2848
2849 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
2850
2851 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2852 server.
2853
2854 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2855
2856 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2857 so that TAB works.
2858
2859 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2860 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2861
2862 * shr.el (shr-urlify): Show the URL before the title to avoid
2863 misleading URLs.
2864
2865 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
2866
2867 * shr.el (shr-urlify): Display the title in <a> tags.
2868
2869 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
2870
2871 * nnir.el (nnir-categorize): Replace mapcar with mapc.
2872
2873 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
2874
2875 * nnir.el: Rearrange code to allow macros to be autoloaded by
2876 gnus-sum.el.
2877 (nnir-retrieve-headers-override-function): Make this variable
2878 customizable.
2879 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2880
2881 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2882 from nnir.el.
2883
2884 2010-12-03 Julien Danjou <julien@danjou.info>
2885
2886 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2887
2888 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2889
2890 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2891 allow optional argument `environment'.
2892
2893 2010-12-03 Glenn Morris <rgm@gnu.org>
2894
2895 * mm-extern.el (message-goto-body): Update declaration.
2896
2897 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2898
2899 * gnus-util.el (gnus-macroexpand-all): New function.
2900
2901 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2902 instead of macroexpand-all that is unavailable in XEmacs.
2903
2904 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
2905
2906 * nnir.el (nnir-summary-line-format): New variable.
2907 (nnir-mode): Use it.
2908 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2909 (nnir-article-ids): Reimplement as defsubst.
2910 (nnir-retrieve-headers): Don't mangle the subject header.
2911 (nnir-run-imap): Use 100 as RSV score.
2912 (nnir-run-find-grep): Fix for full server searching.
2913 (nnir-run-gmane): Better restriction to gmane groups.
2914
2915 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2916 summary buffers.
2917
2918 2010-12-02 Julien Danjou <julien@danjou.info>
2919
2920 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2921
2922 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2923
2924 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2925 support.
2926
2927 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
2928
2929 * nnir.el: Update to handle the registry better.
2930 (autoload): Silence byte-compiler.
2931 (nnir-open-server): Add a hook for nnir groups.
2932 (nnir-request-move-article): Don't mangle the header. Better to use
2933 formating variables (which will be added in the future).
2934 (nnir-registry-action): Update the registry using the original article
2935 group name.
2936 (nnir-mode): Install nnir-specific hooks for updating the registry.
2937
2938 * gnus-sum.el
2939 (gnus-article-original-subject,gnus-newsgroup-original-name):
2940 Remove obsolete variables.
2941 (gnus-summary-move-article): Remove use of obsolete variables.
2942 (gnus-summary-local-variables): Make move and delete hooks local to
2943 summary buffers.
2944
2945 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2946
2947 * rtree.el: New file.
2948
2949 2010-12-01 Julien Danjou <julien@danjou.info>
2950
2951 * message.el (message-user-organization): Do not use
2952 gnus-local-organization.
2953
2954 * gnus.el: Remove gnus-local-organization.
2955
2956 * gnus-msg.el: Remove nastygram thing.
2957
2958 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
2959
2960 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2961 funcall.
2962
2963 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2964
2965 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2966 names.
2967
2968 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2969 characters.
2970
2971 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2972 to t of inhibit-read-only since it is inside gnus-with-article-headers.
2973 Suggested by Štěpán Němec <stepnem@gmail.com>.
2974 (gnus-gravatar-transform-address): Use mail-extract-address-components
2975 that supports non-ASCII names rather than mail-header-parse-addresses.
2976
2977 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2978
2979 * proto-stream.el (open-protocol-stream): All starttls connections are
2980 handled by the network handler.
2981
2982 2010-11-30 Julien Danjou <julien@danjou.info>
2983
2984 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2985 (nnimap-open-connection-1): Fix PREAUTH.
2986
2987 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2988
2989 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2990
2991 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2992 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2993 (shr-insert): Use them.
2994 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2995
2996 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2997
2998 * nnir.el (nnir-request-move-article): Bail out if original group
2999 doesn't support article moves.
3000 (nnir-get-active): Improve active list retrieval.
3001
3002 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3003
3004 * shr.el (shr-find-fill-point): Don't break before apostrophes.
3005
3006 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
3007
3008 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3009 seem to accept strings-with-numbers as port numbers,
3010
3011 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
3012
3013 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3014 change the registry.
3015
3016 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3017
3018 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3019 delete-dups that is not available in XEmacs 21.4.
3020
3021 * mm-util.el (mm-delete-duplicates): Add comment.
3022
3023 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
3024
3025 * nnir.el (nnir-ignored-newsgroups): New variable.
3026 (nnir-get-active): Use it.
3027
3028 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3029
3030 * proto-stream.el (proto-stream-open-network): Add some comments.
3031
3032 * nntp.el (nntp-open-connection): Provide a :success condition.
3033
3034 * nnimap.el (nnimap-open-connection-1): Ditto.
3035
3036 * proto-stream.el (proto-stream-open-network): See what the response to
3037 the STARTTLS command is.
3038
3039 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3040 backwards compatibility).
3041 (nnimap-open-connection-1): Really respect nnimap-server-port.
3042
3043 * proto-stream.el (proto-stream-open-network): When doing opportunistic
3044 TLS upgrades we don't really care about the identity of the peer.
3045 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3046 that what we've checked for.
3047 (proto-stream-always-use-starttls): Only default to t if
3048 open-gnutls-stream exists.
3049 (proto-stream-open-network): If STARTTLS failed, then just open a
3050 normal connection.
3051 (proto-stream-open-network): Wait until the greeting before doing
3052 STARTTLS.
3053
3054 * nntp.el (nntp-open-connection): Report what the connection error is.
3055
3056 * proto-stream.el (open-protocol-stream): Rename from
3057 open-proto-stream.
3058
3059 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3060
3061 * nnimap.el (nnimap-stream): Change default to `undecided'.
3062 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3063 first, and then network.
3064 (nnimap-open-connection-1): Respect nnimap-server-port.
3065 (nnimap-open-connection): Be more backwards-compatible.
3066
3067 * proto-stream.el (proto-stream-always-use-starttls): New variable.
3068 (proto-stream-open-starttls): De-duplicate the starttls code.
3069 (proto-stream-open-starttls): Folded back into the main function.
3070 (proto-stream-open-network): Fix typo in the gnutls path.
3071 (proto-stream-command): Refactor out.
3072
3073 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3074
3075 * proto-stream.el (proto-stream-open-starttls): Actually implement the
3076 starttls.el STARTTLS.
3077
3078 * color.el (color-lab->srgb): Fix function call name.
3079
3080 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3081 if we're using tls.el.
3082 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3083 built in, then don't try to establish a STARTTLS connection.
3084
3085 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3086 servers.
3087
3088 * proto-stream.el (open-proto-stream): Use network, not stream.
3089 (open-proto-stream): Add a way to specify what the end of a command is.
3090
3091 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3092 connections types.
3093 (nntp-open-network-stream): Remove.
3094 (nntp-open-ssl-stream): Remove.
3095 (nntp-open-tls-stream): Remove.
3096 (nntp-ssl-program): Remove.
3097
3098 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3099
3100 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
3101
3102 * nnir.el: Fix typos.
3103 (nnir-retrieve-headers-override-function): Rename variable to reflect
3104 new semantics.
3105 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3106 macros.
3107 (nnir-request-article, nnir-request-move-article): Use them.
3108 (nnir-categorize): New function.
3109 (nnir-run-query): Use it.
3110 (nnir-retrieve-headers): Rewrite to batch header retrieval.
3111 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3112 sorted.
3113 (nnir-group-full-name): Use gnus-group-full-name instead.
3114 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3115 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3116
3117 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3118
3119 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3120
3121 * proto-stream.el: New library to provide protocol-specific
3122 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3123 protocols.
3124 (open-proto-stream): Complete the documentation.
3125 (proto-stream-open-network): Fix some typos.
3126
3127 * nnimap.el (nnimap-open-connection): Use it.
3128
3129 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
3130
3131 * pop3.el (pop3-open-server): Read server greeting before starting TLS
3132 negotiation.
3133
3134 2010-11-26 Julien Danjou <julien@danjou.info>
3135
3136 * color.el: Rename various rgb functions to srgb.
3137
3138 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3139
3140 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3141 names.
3142
3143 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
3144
3145 * shr.el (shr-insert): Revert last change.
3146 (shr-find-fill-point): Never leave point being at bol;
3147 relax the kinsoku limitation when rendering tables.
3148
3149 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3150
3151 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3152 results from -accept-article.
3153
3154 * shr-color.el: Require cl when compiling.
3155
3156 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3157 checkin.
3158
3159 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3160
3161 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3162
3163 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3164 'add and 'delete to set backend marks.
3165
3166 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3167
3168 * nnheader.el (nnheader-update-marks-actions): Refactor out.
3169
3170 * nntp.el (nntp-request-set-mark): Use it.
3171
3172 * nnfolder.el (nnfolder-request-set-mark): Ditto.
3173
3174 * nnml.el (nnml-request-set-mark): Ditto.
3175
3176 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3177 introduces regressions in article selection.
3178 (nnimap-find-uid-response): New function.
3179 (nnimap-request-accept-article): Use the UID returned, if any.
3180 (nnimap-request-move-article): Use the UID returned, if any.
3181 (nnimap-get-groups): Reimplement to work with folded lines.
3182 (nnimap-find-uid-response): The UID is the last element in the list.
3183 (nnimap-request-set-mark): Extend syntax with 'set.
3184
3185 * nnml.el (nnml-request-set-mark): Ditto.
3186
3187 * nnfolder.el (nnfolder-request-set-mark): Ditto.
3188
3189 * nntp.el (nntp-request-set-mark): Ditto.
3190
3191 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3192
3193 * message.el (message-called-interactively-p): A temporary macro.
3194 (message-goto-body): Use it temporarily.
3195
3196 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3197
3198 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3199 (nnimap-last-response-string): Unfold quoted lines, if they exist.
3200 (nnimap-last-response-string): Fix last unfolding fix.
3201
3202 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3203
3204 * shr.el (shr-insert): Fix the way to fold lines.
3205
3206 2010-11-25 Julien Danjou <julien@danjou.info>
3207
3208 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3209
3210 * color.el: Rename from color-lab.el
3211 (color-rgb->hex): Add.
3212 (color-complement): Add.
3213 (color-complement-hex): Add.
3214
3215 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3216
3217 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3218
3219 * shr-color.el (shr-color-visible): Don't bug out if the colour names
3220 don't exist.
3221
3222 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3223
3224 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3225 assuming that article displaying or another mml-preview may be
3226 interrupted for an error or for the like.
3227
3228 * shr.el (shr-get-background): Fix argument name.
3229
3230 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3231
3232 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3233
3234 * gnus-sum.el (gnus-summary-include-articles): New function.
3235
3236 * message.el (message-goto-body): called-interactively-p needs a
3237 parameter, so use `any'.
3238
3239 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3240 clear marks before moving, since they're synced from the Gnus side
3241 first.
3242
3243 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3244 (gnus-summary-move-article): Copy over all marks before moving, so that
3245 IMAP doesn't think a new article has arrived.
3246
3247 2010-11-24 Julien Danjou <julien@danjou.info>
3248
3249 * shr.el (shr-insert-background-overlay): Fix typo.
3250 (shr-render-td): Copy the background before rendering.
3251
3252 * shr-color.el (shr-color-visible): Fix docstring.
3253
3254 * shr.el (shr-tag-table): Add bgcolor support.
3255 (shr-render-td): Add bgcolor support.
3256 (shr-get-background): Add.
3257 (shr-insert-foreground-overlay): Use shr-get-background.
3258
3259 * message.el (message-goto-body): Use called-interactively-p.
3260 (message-in-body-p): message-goto-body returns point.
3261
3262 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3263
3264 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
3265 Fixes something or other in Emacs 23, and is backwards compatible.
3266
3267 * message.el (message-goto-body): Remove the <#secure special-casing,
3268 which is too special.
3269
3270 * shr.el (shr-parse-style): Drop !important from styles.
3271
3272 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
3273
3274 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3275 this function to return incorrect results when calling it with an
3276 explicit article argument different from
3277 (gnus-summary-article-number).
3278
3279 2010-11-24 Julien Danjou <julien@danjou.info>
3280
3281 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3282 (shr-tag-body): Add background support.
3283 (shr-descend): Add background support.
3284 (shr-tag-title): Add.
3285
3286 * shr-color.el (shr-color-visible): Really return original background
3287 if fixed.
3288
3289 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3290
3291 * shr.el (shr-color-check): Protect against non-existent colour names.
3292
3293 2010-11-24 Julien Danjou <julien@danjou.info>
3294
3295 * color-lab.el: Require 'cl when compiling.
3296
3297 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3298
3299 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3300 matched part.
3301
3302 * color-lab.el: Fix all expt calls to use float type.
3303
3304 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
3305
3306 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3307 expression to shr-color-check as is.
3308
3309 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3310
3311 * color-lab.el: Add coding cookie.
3312 (float-pi): Use eval-and-compile.
3313
3314 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3315
3316 * shr.el (shr-insert-color-overlay): Split stuff like
3317 "#444444 !important" to find the real colour.
3318 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3319 parse <font color="red"> entries.
3320
3321 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
3322
3323 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
3324 point when parsing headers.
3325
3326 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
3327 is positioned properly when parsing headers.
3328
3329 2010-11-23 Julien Danjou <julien@danjou.info>
3330
3331 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3332
3333 * shr-color.el (shr-color->hexadecimal): Add support for color names.
3334
3335 * shr.el (shr-parse-style): Replace \n with space in style parsing.
3336
3337 * shr-color.el (shr-color-hsl-to-rgb-fractions):
3338 Use shr-color-hue-to-rgb.
3339 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3340
3341 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3342
3343 * shr.el (shr-color->hexadecimal): Autoload.
3344 (shr-descend): Add color to all tags.
3345
3346 2010-11-22 Julien Danjou <julien@danjou.info>
3347
3348 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3349 shr-color->hexadecimal.
3350
3351 * shr-color.el (shr-color->hexadecimal): Add converting functions for
3352 RGB() or HSL() color representation.
3353
3354 * shr.el (shr-tag-font): Add.
3355 (shr-tag-color-check): New function to get better colors.
3356 (shr-tag-insert-color-overlay): Factorize code between tag-font and
3357 tag-span.
3358
3359 * shr-color.el: New file.
3360
3361 * color-lab.el: New file.
3362
3363 * gnus-art.el (gnus-url-mailto): Do not downcase args.
3364
3365 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
3366
3367 * nnir.el: Fix typo in comments.
3368 (nnir-run-imap): Simplify code. No need to reverse artlist.
3369 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3370
3371 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3372
3373 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3374
3375 * nnimap.el (nnimap-get-capabilities): Refactor out.
3376 (nnimap-open-connection): Re-request capabilities after STARTTLS.
3377
3378 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
3379
3380 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3381 appearing when `mm-uu-hide-markers' is nil.
3382
3383 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3384
3385 * nnimap.el (nnimap-unselect-group): Make into its own function.
3386 (nnimap-request-rename-group): Unselect group before renaming.
3387 This had gotten lost somewhere.
3388 (nnimap-request-accept-article): Keep track of examined groups, and
3389 unselect the group before APPENDing to read-only groups.
3390 (nnimap-request-move-article): Clear flags before moving so that they
3391 can be re-set later.
3392
3393 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
3394
3395 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3396 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3397
3398 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
3399
3400 * gnus-art.el (gnus-mime-display-single)
3401 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3402 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3403 parameter.
3404
3405 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3406
3407 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3408 (shr-table-vertical-line): New variable.
3409 (shr-insert-table): Use it.
3410
3411 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3412
3413 * gnus-html.el (gnus-html-wash-images): Don't display images if
3414 gnus-inhibit-images is non-nil; register displayer for cid images.
3415 (gnus-html-display-image): Work for cid image.
3416 (gnus-html-insert-image): Allow arguments.
3417 (gnus-html-put-image): Inhibit read-only.
3418 (gnus-html-prefetch-images): Don't prefetch images if
3419 gnus-inhibit-images is non-nil.
3420
3421 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3422
3423 * shr.el (shr-put-image): Break lines when inserting big pictures.
3424
3425 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3426
3427 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3428 sender, thanks Katsumi Yamaoka.
3429
3430 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
3431
3432 * nnir.el (nnir-run-imap): Reverse the article list for each group
3433 rather than the whole list.
3434
3435 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
3436
3437 * shr.el (shr-image-displayer): Protect function against non-existent
3438 image source.
3439
3440 * gnus-art.el (gnus-inhibit-images): New user option.
3441 (gnus-mime-display-single): Don't display image if it is non-nil.
3442
3443 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3444 gnus-inhibit-images.
3445
3446 * shr.el (shr-image-displayer): New function.
3447 (shr-tag-img): Use it.
3448
3449 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3450
3451 * mml2015.el (mml2015-epg-sign): Use From header.
3452
3453 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3454
3455 * gnus-html.el (gnus-html-wash-images): Register a displayer.
3456
3457 * gnus-util.el (gnus-find-text-property-region): Return markers.
3458
3459 * shr.el (shr-tag-img): Put a displayer in the text property.
3460
3461 * gnus-util.el (gnus-find-text-property-region): New utility function.
3462
3463 * gnus-html.el (gnus-html-display-image): Make the alt optional.
3464 (gnus-html-show-images): Remove.
3465
3466 * gnus-art.el (gnus-article-show-images): New, more general function.
3467
3468 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3469 image url text properties.
3470
3471 * shr.el: Ditto.
3472
3473 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3474 gnus-agent-auto-agentize-methods is set. Which it isn't.
3475
3476 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3477
3478 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3479 work for two or more articles.
3480
3481 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3482
3483 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3484 divide an image that's in an html article to two or more when washing
3485 non-ASCII characters in alt text of it.
3486
3487 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3488
3489 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3490 smime-decrypt-region using function argument.
3491 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3492
3493 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3494
3495 * smime.el (smime-decrypt-region): Catch it.
3496
3497 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3498
3499 * smime.el (smime-mode-map): Move initialization into declaration.
3500 (gnus-run-mode-hooks): Don't autoload.
3501 (smime-mode): Use define-derived-mode.
3502
3503 2010-11-11 Glenn Morris <rgm@gnu.org>
3504
3505 * smime.el (from): Restrict declaration to XEmacs.
3506
3507 * nnir.el (gnus-group-topic-name): Autoload.
3508
3509 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3510
3511 * shr.el (shr-insert): Don't break long line if it is because of
3512 kinsoku-bol characters in the line end.
3513
3514 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
3515
3516 * nnir.el (nnir-request-move-article): Fix to provide original group
3517 and subject.
3518 (nnir-warp-to-article): Don't fail on articles whose headers haven't
3519 been retrieved.
3520
3521 * gnus-sum.el (gnus-summary-move-article): Use original group and
3522 subject for virtual articles such as those in an nnir summary buffer.
3523
3524 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3525
3526 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3527 least 21.5).
3528
3529 * smime.el (from): Declare it again for XEmacs.
3530
3531 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3532
3533 * message.el (message-resend): Don't disable encoding unless it's
3534 already encoded.
3535
3536 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3537 low-numbered articles.
3538
3539 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3540
3541 * rfc2047.el (rfc2047-syntax-table): Simplify.
3542
3543 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3544 set-char-table-range for XEmacs.
3545
3546 2010-11-10 Glenn Morris <rgm@gnu.org>
3547
3548 * smime.el (from): Remove unused declaration.
3549
3550 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3551 (gnus-float-time): On Emacs, always an alias.
3552
3553 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3554 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3555
3556 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3557
3558 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3559
3560 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3561
3562 * shr.el (browse-url-mailto): Autoload.
3563
3564 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3565
3566 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3567 regexp doesn't need quoting.
3568
3569 2010-11-09 Sven Joachim <svenjoac@gmx.de>
3570
3571 * message.el (message-subject-trailing-was-ask-regexp)
3572 (message-subject-trailing-was-regexp): Match was: in addition to was.
3573
3574 2010-11-09 Glenn Morris <rgm@gnu.org>
3575
3576 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3577 (nnbabyl-check-mbox): Use point-at-bol.
3578
3579 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3580
3581 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3582
3583 * message.el (message-mailto): New function.
3584 (message-mailto): Should accept other parameters.
3585 (message-mailto): Remove since it duplicates browse-url-mailto
3586 functionality.
3587
3588 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3589
3590 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3591 methods.
3592 (gnus-read-active-file): Ditto.
3593
3594 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3595 ": " from the prompt.
3596 (gnus-group-make-group): Ditto.
3597
3598 2010-11-07 Glenn Morris <rgm@gnu.org>
3599
3600 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3601 (gnus-bookmark-kill-line): Use point-at-eol.
3602
3603 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
3604
3605 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3606 asterisks in From header.
3607
3608 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3609
3610 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3611 string to avoid making the From headers syntactically invalid.
3612
3613 * message.el (message-send-mail): Don't insert courtesy messages if the
3614 message already has List-Post and List-ID messages.
3615
3616 2010-11-06 Glenn Morris <rgm@gnu.org>
3617
3618 * gnus-art.el (gnus-treat-article): Give dynamic local variables
3619 `condition', `type', `length' a prefix.
3620 (gnus-treat-predicate): Update for above name changes.
3621
3622 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
3623
3624 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3625 binding. Handled by `gnus-summary-refer-thread' instead.
3626 (nnir-warp-to-article): New backend function.
3627
3628 * nnimap.el (nnimap-request-thread): Force dependency updating.
3629
3630 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3631 (gnus-summary-refer-thread): Rework to improve thread-referral.
3632
3633 * gnus-int.el (gnus-warp-to-article): New function.
3634
3635 * gnus-sum.el (gnus-summary-article-map): Bind it.
3636
3637 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
3638
3639 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3640 gnus-summary-refer-thread.
3641
3642 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3643 headers.
3644 (gnus-summary-limit-include-thread): Prevent articles in thread from
3645 being cut in gnus-cut-threads.
3646 (gnus-summary-refer-thread): Limit retrieved headers to those in
3647 thread.
3648
3649 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3650
3651 * message.el (message-send-mail): Use the value of
3652 message-courtesy-message from the message buffer.
3653
3654 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3655
3656 * shr.el (shr-browse-url): Implement mailto: URLs.
3657
3658 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3659 "raw".
3660
3661 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3662 if it's already selected.
3663
3664 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3665
3666 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
3667
3668 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3669 to measure the length and truncate alt text.
3670
3671 2010-11-03 Glenn Morris <rgm@gnu.org>
3672
3673 * nndiary.el (nndiary-generate-nov-databases-1)
3674 (nndiary-generate-active-info): Rename dynamic variable `files' to
3675 something less generic.
3676
3677 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
3678
3679 * nnir.el (nnir-request-move-article): Call the underlying backend to
3680 move articles from nnir.
3681
3682 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3683
3684 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3685
3686 2010-11-02 Julien Danjou <julien@danjou.info>
3687
3688 * nnir.el: Remove wais support.
3689
3690 2010-11-02 Glenn Morris <rgm@gnu.org>
3691
3692 * gnus-html.el: Reorder requirements to quieten compiler.
3693
3694 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
3695
3696 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3697 properly for XEmacs as well.
3698 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3699 (gnus-article-natural-long-line-p): Use window-width rather than
3700 frame-width.
3701
3702 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
3703
3704 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
3705 (nnir-read-parms): Don't modify query.
3706 (nnir-run-query): Add ability to search topic on current line.
3707 (nnir-get-active): Clean up.
3708
3709 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3710
3711 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3712 degenerate articles.
3713
3714 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3715 (gnus-print-buffer): Just print the buffer as is, without any copying
3716 to a buffer and then re-highlighting.
3717
3718 * nnimap.el (nnimap-request-group): Store the new updated info.
3719 (nnimap-request-group): Select the group when we don't know whether it
3720 exists or not.
3721
3722 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3723 groups.
3724
3725 * gnus-group.el (gnus-group-find-new-groups): Display all the new
3726 groups.
3727
3728 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3729 groups.
3730
3731 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3732 long-lines case by only filling the long lines.
3733
3734 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3735 (bug #7311).
3736
3737 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3738
3739 * shr.el: No need to declare `declare-function' since shr.el is for
3740 only Emacsen that provide `libxml-parse-html-region'.
3741
3742 2010-11-01 Glenn Morris <rgm@gnu.org>
3743
3744 * mm-util.el (gnus-completing-read): Autoload.
3745 (mm-read-coding-system): Simplify Emacs definition.
3746
3747 * nnmail.el (gnus-activate-group):
3748 * nnimap.el (gnutls-negotiate):
3749 * nntp.el (netrc-parse): Fix declarations.
3750
3751 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3752
3753 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3754 string-match-p in Emacs >=23.
3755
3756 * gnus-msg.el (gnus-configure-posting-styles)
3757 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3758
3759 2010-11-01 Glenn Morris <rgm@gnu.org>
3760
3761 * nnir.el (declare-function): Add compat stub.
3762 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3763 (nnir-run-gmane): Require 'mm-url.
3764
3765 * mm-util.el (mm-string-to-multibyte): Simplify.
3766
3767 * shr.el (declare-function): Add compat stub.
3768 (url-cache-create-filename): Declare.
3769 (mm-disable-multibyte, widget-convert-button): Autoload.
3770
3771 * smime.el (ldap-search): Declare.
3772 (smime-cert-by-ldap-1): Require ldap on Emacs.
3773
3774 * nnimap.el: Require nnmail, and gnus-sum when compiling.
3775 (nnimap-keepalive): Use gnus-float-time.
3776
3777 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3778 (mail-source-delete-crash-box): Use gnus-float-time.
3779
3780 * gnus-dired.el (gnus-completing-read): Autoload.
3781
3782 * mm-view.el (gnus-rescale-image): Autoload.
3783
3784 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3785
3786 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3787
3788 * sieve-manage.el: Require 'cl when compiling.
3789
3790 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3791 (gnus-iswitchb-completing-read): Require iswitchb.
3792 (gnus-select-frame-set-input-focus): Silence compiler.
3793
3794 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3795
3796 * message.el (message-subject-trailing-was-query): Change default to t,
3797 since I think that's what most people want.
3798
3799 * nnimap.el (nnimap-request-accept-article): Erase buffer before
3800 appending for easier debugging.
3801 (nnimap-wait-for-connection): Take a regexp.
3802 (nnimap-request-accept-article): Wait for the continuation line before
3803 sending anything unless we're streaming.
3804
3805 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3806 leave the header washing to take place.
3807
3808 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3809
3810 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3811 regular expression match and replace in posting styles.
3812
3813 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
3814
3815 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3816 an entire server.
3817 (nnir-get-active): New function.
3818 (nnir-run-imap): Use it.
3819 (nnir-run-gmane): Who knew, gmane search returns an article score!
3820
3821 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3822 server on the current line with nnir.
3823
3824 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3825
3826 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3827 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3828 left edge.
3829 (gnus-article-foldable-buffer): Skip past the prefix when determining
3830 raggedness.
3831
3832 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3833 the raw article, and change `C-u g' to show the article without doing
3834 treatments.
3835
3836 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3837 on to `gnus-treat-article'.
3838 (gnus-inhibit-article-treatments): New variable.
3839
3840 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3841
3842 * gnus-art.el (gnus-treatment-function-alist): Have
3843 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3844 (gnus-treat-fill-long-lines): Change default to fill all text/plain
3845 sections.
3846
3847 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3848 parameter.
3849 (gnus-article-fill-cited-long-lines): New function.
3850 (gnus-article-fill-cited-article): Allow filling only long sections.
3851
3852 * shr.el (shr-find-fill-point): Don't break lines between punctuation
3853 and non-punctuation (like after the apostrophe in "'We").
3854
3855 * gnus-sum.el (gnus-summary-select-article): Make sure
3856 gnus-original-article-buffer is alive.
3857
3858 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3859 reflect the order they're in in the digest.
3860
3861 * gnus.el (gnus-group-startup-message): Move point to the start of the
3862 buffer.
3863
3864 * nnimap.el (nnimap-capability): New function.
3865 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3866 is set.
3867
3868 2010-10-31 David Engster <dengste@eml.cc>
3869
3870 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3871 conform with changes to gnus-completing-read.
3872
3873 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3874
3875 * shr.el (shr-tag-img): Output "*" instead of "[img]".
3876
3877 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3878
3879 * nnir.el: Move defvar, defcustom around to keep file organized
3880 and keep byte-compiler quiet.
3881 (nnir-read-parms): Accept search-engine as arg.
3882 (nnir-run-query): Pass search-engine as arg.
3883 (nnir-search-engine): Remove.
3884
3885 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3886
3887 * shr.el (shr-generic): The text nodes should be text, not :text.
3888
3889 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3890 later in the file.
3891
3892 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3893
3894 * nnir.el: General clean up. Allow searching with multiple engines.
3895 Allow separate extra-parameters for each engine.
3896 Batch queries when possible.
3897 (nnir-imap-default-search-key,nnir-method-default-engines):
3898 Add customize interface.
3899 (nnir-run-gmane): New engine.
3900 (nnir-engines): Use it. Qualify all prompts with engine name.
3901 (nnir-search-engine): Remove global variable.
3902 (nnir-run-hyrex): Restore for now.
3903 (nnir-extra-parms,nnir-search-history): New variables.
3904 (gnus-group-make-nnir-group): Use them.
3905 (nnir-group-server): Remove in favor of gnus-group-server.
3906 (nnir-request-group): Avoid searching twice.
3907 (nnir-sort-groups-by-server): New function.
3908
3909 2010-10-30 Julien Danjou <julien@danjou.info>
3910
3911 * gnus-group.el: Remove gnus-group-fetch-control.
3912
3913 * gnus-start.el (gnus-find-new-newsgroups):
3914 Remove gnus-check-first-time-used.
3915
3916 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3917
3918 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3919
3920 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3921 set on groups that don't have \* permanentflags.
3922
3923 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3924
3925 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3926 control the background color.
3927 (shr-tag-img): Ignore very small web bug type images.
3928 (shr-put-image): Add help-echo alt texts to the images.
3929 (shr-tag-video): Show the video poster image.
3930
3931 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3932
3933 * shr.el (shr-table-depth): New variable.
3934 (shr-tag-table-1): Only insert the images after the top-level table.
3935
3936 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3937
3938 * gnus-util.el (gnus-list-memq-of-list): New function.
3939
3940 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3941 selected.
3942 (nnimap-unsplittable-articles): New slot.
3943 (nnimap-new-articles): Use it.
3944
3945 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
3946
3947 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3948 move to the previous line on `M-g'.
3949
3950 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3951
3952 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3953 *-request-group, which seems unnecessary.
3954
3955 * nnimap.el (nnimap-quote-specials): Function copied over from
3956 imap.el.
3957 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3958 they support that. Suggested by Tom Regner.
3959
3960 2010-10-29 Julien Danjou <julien@danjou.info>
3961
3962 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3963 defalias.
3964 (gnus-summary-delete-marked-with): Remove obsolete defalias.
3965
3966 * gnus.el: Remove `gnus-nntp-service' variable.
3967 (gnus-secondary-servers): Make obsolete.
3968 (gnus-nntp-server): Make obsolete.
3969
3970 * gnus-start.el (gnus-1): Remove x-splash calls.
3971
3972 * gnus-ems.el (gnus-x-splash): Remove.
3973
3974 * gnus.el (gnus-group-startup-message): Simplify/update code.
3975
3976 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3977 capability before doing anything.
3978 (gnus-group-insert-group-line): Remove useless
3979 gnus-group-remove-excess-properties.
3980
3981 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3982
3983 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3984
3985 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3986
3987 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3988 config after reselecting.
3989
3990 2010-10-28 Julien Danjou <julien@danjou.info>
3991
3992 * shr.el (shr-put-image): Use point even if only inserting text.
3993 (shr-put-image): Save excursion when inserting alt text on non-graphic
3994 display, so the behaviour is the same when we are on a graphic display.
3995
3996 * nnir.el (nnir-run-swish-e): Remove hyrex support.
3997
3998 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
3999
4000 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4001 (gnus-mime-copy-part): Check coding system, not charset.
4002 (gnus-mime-view-part-externally): Never remove part.
4003 (gnus-mime-view-part-internally): Don't remove part here.
4004 (gnus-article-part-wrapper): Make sure MIME tag is visible.
4005 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4006 multipart/alternative.
4007
4008 * mm-decode.el (mm-display-part): Take optional arg `force'.
4009
4010 2010-10-26 Julien Danjou <julien@danjou.info>
4011
4012 * gnus-group.el (gnus-group-default-list-level): Add this function to
4013 compute the default list level.
4014 (gnus-group-default-list-level): Add possibility to use a function.
4015
4016 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
4017
4018 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4019
4020 * gnus-group.el (gnus-group-completing-read)
4021 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4022 gnus-replace-in-string.
4023
4024 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
4025
4026 * shr.el (shr-tag-div): Add.
4027
4028 2010-10-25 Julien Danjou <julien@danjou.info>
4029
4030 * gnus-util.el: Remove `gnus-with-local-quit'.
4031
4032 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4033
4034 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4035
4036 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4037 the original article buffer.
4038
4039 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4040
4041 * nnimap.el (nnimap-request-head): New function.
4042 (nnimap-request-move-article): Try to be slighly faster by not
4043 requesting the entire message when moving.
4044 (nnimap-transform-headers): Don't bug out on bodiless articles.
4045 (nnimap-send-command): Have no outstanding messages if the IMAP server
4046 doesn't support streaming.
4047 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4048
4049 2010-10-24 Julien Danjou <julien@danjou.info>
4050
4051 * message.el (message-default-headers): Fix type.
4052
4053 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4054
4055 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4056 prefetching images.
4057
4058 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4059 backend for unknown groups. This is mainly useful for nnimap groups.
4060
4061 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4062 group isn't covered by the agent.
4063
4064 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
4065
4066 * nnir.el (nnir-method-default-engines): New variable.
4067 (nnir-run-query): Use it.
4068 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4069 (gnus-summary-nnir-goto-thread): Change group if needed.
4070
4071 * gnus-group.el (gnus-group-group-map): Add key binding for
4072 gnus-group-make-nnir-group.
4073
4074 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4075
4076 * shr.el (shr-tag-object): Add.
4077
4078 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4079 original article buffer live.
4080 (gnus-summary-select-article-buffer):
4081 Mention gnus-widen-article-buffer.
4082
4083 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4084
4085 * shr.el (shr-tag-strong): Add.
4086
4087 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4088
4089 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4090 group names. They mess up the group buffer badly.
4091
4092 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4093
4094 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4095 instead of the summary one.
4096
4097 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
4098
4099 * mml.el (mml-preview): Work properly when editing article.
4100
4101 * gnus-start.el (gnus-read-active-file-1): Don't add method to
4102 gnus-have-read-active-file if it's already been in.
4103
4104 2010-10-22 Tom Tromey <tromey@redhat.com>
4105
4106 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4107 gnus-group-completing-read.
4108
4109 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4110
4111 * message.el (message-mode-map): Don't bind M-; to comment region, to
4112 allow the global comment-dwim to work.
4113
4114 2010-10-21 Julien Danjou <julien@danjou.info>
4115
4116 * message.el (message-setup-1): Allow message-default-headers to be a
4117 function.
4118
4119 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4120
4121 * shr.el (shr-tag-table): Simplify.
4122
4123 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4124
4125 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4126 to avoid trying to snarf invalid stuff.
4127
4128 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4129
4130 * gnus.el (gnus-message-archive-group): Quote value.
4131 (gnus-message-archive-group): Mark as changed.
4132
4133 * shr.el (shr-add-font): Don't put the font properties on the newline
4134 or the indentation.
4135
4136 * message.el (message-fix-before-sending): Change options when sending
4137 non-printable characters.
4138
4139 * gnus.el (gnus-message-archive-method): Change the default to
4140 monthly outgoing groups.
4141
4142 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4143 that have gotten new numbers.
4144
4145 * nnimap.el (nnimap-request-replace-article): New function.
4146
4147 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4148
4149 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4150 (nnrss-request-article): Don't use special html washing code.
4151
4152 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4153
4154 * shr.el (shr-tag-table): Remove useless nconc.
4155
4156 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4157
4158 * gnus-art.el (article-wash-html): Simplify and remove the charset
4159 stuff. Use the normal html rendering code instead of the special html
4160 washing code.
4161
4162 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4163 `gnus-w3m' symbols.
4164 (mm-text-html-washer-alist): Remove.
4165
4166 * mm-decode.el (mm-inline-text-html-renderer): Remove.
4167 (mm-inline-media-tests): Remove use.
4168 (mm-text-html-renderer): Change default to the `shr' symbol.
4169
4170 * mm-view.el (mm-inline-text-html): Remove use.
4171
4172 * gnus-art.el (gnus-blocked-images): New function. Allow the
4173 `gnus-blocked-images' to be a function.
4174 (gnus-article-wash-function): Remove.
4175
4176 2010-10-20 Julien Danjou <julien@danjou.info>
4177
4178 * spam.el (spam-list-of-processors): Mark as obsolete.
4179
4180 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4181 (nnimap-insert-partial-structure): Fix boundary detection.
4182
4183 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
4184
4185 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4186 run file-truename on remote files. This can be expensive and even
4187 prevent one from editing drafts if some unrelated buffer has a stale
4188 connection.
4189
4190 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4191
4192 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4193 kinsoku-eol regardless of shr-kinsoku-shorten.
4194 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4195 (shr-tag-table): Support caption, thead, and tfoot.
4196
4197 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4198
4199 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4200 lines.
4201 (shr-save-contents): New command and keystroke.
4202
4203 * nndoc.el (nndoc-type-alist): Add git support.
4204 (nndoc-git-type-p): New function.
4205 (nndoc-transform-git-article): Ditto.
4206 (nndoc-transform-git-headers): Ditto.
4207 (nndoc-transform-git-headers): Generate Subject headers.
4208
4209 * shr.el (shr-parse-style): New function.
4210 (shr-tag-span): Ditto.
4211
4212 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4213 to `G G' to avoid collisions.
4214
4215 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4216
4217 * shr.el: Load kinsoku if necessary.
4218 (shr-kinsoku-shorten): New internal variable.
4219 (shr-find-fill-point): Make kinsoku shorten text line if
4220 shr-kinsoku-shorten is bound to non-nil.
4221 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4222 shr-indentation too when testing if table is wider than frame width.
4223 (shr-insert-table): Use `string-width' instead of `length' to measure
4224 text width.
4225 (shr-insert-table-ruler): Make sure indentation is done at bol.
4226
4227 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4228
4229 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4230 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4231 undecoded network data.
4232
4233 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4234
4235 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4236 name in the mode line spec so that the mode line menu works
4237 (bug #2431).
4238
4239 * message.el (message-get-reply-headers): If we're fed `to-address',
4240 then always use that.
4241
4242 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4243 aren't so wide as to need to switch off the edit menu.
4244
4245 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4246 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4247
4248 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4249 `M-g'.
4250 (nnimap-update-info): Update flags/read marks even if \* isn't part of
4251 the permanent marks.
4252
4253 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
4254
4255 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4256 Splitting according to references/in-reply-to obeys the ignore-groups
4257 variable, while splitting by sender and subject do not.
4258
4259 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4260
4261 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4262 alist, so that we can look for non-Unicode chars.
4263 (article-translate-strings): Allow both character and string maps.
4264
4265 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
4266
4267 * shr.el (shr-insert): Don't insert space behind a wide character
4268 categorized as kinsoku-bol, or between characters both categorized as
4269 nospace.
4270
4271 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
4272
4273 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
4274 headers to gnus-newsgroup-headers.
4275
4276 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4277
4278 * shr.el (shr-tag-img): Don't align images -- since we're not
4279 rescaling, this often leads to ugly displays.
4280
4281 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
4282
4283 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4284 duplicates.
4285
4286 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4287
4288 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4289 call.
4290
4291 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4292
4293 * gnus.el: Autoload gnus-html-show-images.
4294
4295 * nnimap.el: Use nnheader-message throughout.
4296
4297 * shr.el (shr-tag-img): Ignore images with no data.
4298
4299 2010-10-15 Julien Danjou <julien@danjou.info>
4300
4301 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4302 a possibility to disable format=flow encoding when using hard newlines.
4303
4304 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
4305
4306 * shr.el (shr-insert): Remove space inserted before or after a
4307 breakable character or at the beginning or the end of a line.
4308 (shr-find-fill-point): Do kinsoku; find the second best point or give
4309 it up if there's no breakable point.
4310
4311 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4312
4313 * nnimap.el (nnimap-open-connection): Message when opening connection
4314 for debugging purposes.
4315
4316 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4317 on every setup buffer call to allow this to change from article to
4318 article.
4319
4320 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4321 buffers where we have a wide table.
4322
4323 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
4324
4325 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4326 uses *-request-thread.
4327
4328 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4329
4330 * nnimap.el (nnimap-open-connection): Remove %s from openssl
4331 incantation, which is no longer valid.
4332
4333 2010-10-14 Julien Danjou <julien@danjou.info>
4334
4335 * shr.el: Fix defcustom type (char -> character).
4336
4337 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4338
4339 * nnimap.el (nnimap-open-connection): tls-program should be a list of
4340 programs.
4341
4342 2010-10-14 Julien Danjou <julien@danjou.info>
4343
4344 * shr.el (shr-tag-a): Use url-link as widget type.
4345
4346 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4347 `gnus-group-get-icon'.
4348
4349 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4350
4351 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4352 This should make server editing work better.
4353
4354 * shr.el (shr-find-fill-point): Don't inloop on indented text.
4355
4356 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4357 (nnimap-parse-flags): Fix regexp.
4358
4359 * shr.el (shr-find-fill-point): Use a filling algorithm that should
4360 probably work for CJVK text, too.
4361
4362 * nnimap.el (nnimap-extend-tls-programs): Remove.
4363 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4364
4365 2010-10-13 Julien Danjou <julien@danjou.info>
4366
4367 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4368 responses.
4369
4370 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4371
4372 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4373
4374 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4375 anything in Emacs.
4376
4377 * shr.el (shr-current-column): Remove buggy and unnecessary function.
4378
4379 2010-10-13 Julien Danjou <julien@danjou.info>
4380
4381 * shr.el (shr-width): Make shr-width a defcustom with default to
4382 fill-column.
4383 (shr-tag-img): Use shr-width rather than fill-column.
4384
4385 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
4386
4387 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4388
4389 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4390 position when (X-)Faces exist.
4391 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4392 avatars when called interactively.
4393
4394 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
4395
4396 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4397 gnus-article-x-face-too-ugly is bound.
4398
4399 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4400
4401 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4402
4403 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4404 mailbox that doesn't exist.
4405
4406 2010-10-12 Julien Danjou <julien@danjou.info>
4407
4408 * shr.el (shr-tag-img): Encode URL properly when retrieving.
4409 (shr-get-image-data): Encode URL properly when fetching from cache.
4410 (shr-tag-img): Use aligned-to spaces to align correctly images.
4411
4412 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4413 before inserting the Gravatar.
4414
4415 * shr.el (shr-tag-img): Add align attribute support for <img>.
4416
4417 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4418
4419 * gnus-gravatar.el (gnus-art): Require.
4420
4421 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4422 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4423 Remove long obsoleted functions.
4424
4425 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4426
4427 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4428
4429 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4430 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4431 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
4432 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
4433 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
4434 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
4435 Fix comment for declare-function.
4436
4437 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4438
4439 * nnimap.el (nnimap-request-rename-group): Select group read-only
4440 before renaming it.
4441
4442 * shr.el (shr-insert): Fix up the white space only regexp.
4443
4444 * nnimap.el (nnimap-transform-split-mail): Not all articles have
4445 bodies. Protect against this. Reported by Michael Welsh Duggan.
4446
4447 * shr.el (shr-current-column): New function.
4448 (shr-find-fill-point): New function.
4449
4450 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4451
4452 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4453 numbers.
4454
4455 2010-10-11 Julien Danjou <julien@danjou.info>
4456
4457 * shr.el (shr-hr-line): Add.
4458 (shr-tag-hr): Use shr-hr-line to specify which character to use to
4459 display hr lines.
4460 (shr-max-columns): Do not change state to nil if we just inserting
4461 spaces.
4462
4463 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4464
4465 * gnus-topic.el (gnus-topic-read-group): If after the last group,
4466 select the last group.
4467
4468 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
4469
4470 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4471
4472 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4473
4474 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4475 for Gnus.
4476 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4477 (nnimap-update-qresync-info): Mark \Seen articles as read.
4478
4479 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4480 non-variable, too.
4481
4482 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4483 available.
4484 (nnimap-update-info): Rely more on the current active than the param
4485 active to avoid marking articles as read too much.
4486
4487 * auth-source.el (auth-source-create): Use (user-login-name) for the
4488 user name default.
4489
4490 * nnimap.el (nnimap-update-info): If the server doesn't return any
4491 useful info, just use the previous info.
4492 (nnimap-update-info): Prefer old info over start-article.
4493 (nnimap-update-qresync-info): Finish implementing QRESYNC.
4494
4495 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
4496
4497 * nnir.el (autoload): Clean up autoloads.
4498 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4499 Use key rather than value.
4500 (nnir-imap-search-other): New variable.
4501 (nnir-read-parm): Use it.
4502 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4503 (gnus-summary-nnir-goto-thread): Modify to work with imap.
4504
4505 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4506
4507 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4508 the process, too.
4509
4510 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4511
4512 * spam.el (gnus-summary-mode-map): Bind to "$".
4513 Suggested by Russ Allbery.
4514
4515 * shr.el: Rework the way things are indented by <li> slightly.
4516
4517 * gnus.el (gnus-group-set-parameter): Fix typo.
4518
4519 * nnimap.el: Start implementing QRESYNC support.
4520
4521 2010-10-09 Julien Danjou <julien@danjou.info>
4522
4523 * nnir.el (nnir-engines): Fix too many arguments.
4524
4525 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4526
4527 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4528 group is the "last", so that the backends like nnfolder actually save
4529 their folders.
4530
4531 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4532 try to use that for the tls stream.
4533 (nnimap-retrieve-group-data-early): Rework the marks code to heed
4534 UIDVALIDITY and find out which groups are read-only and not.
4535 (nnimap-get-flags): Use the same marks parsing code as the rest of
4536 nnimap.
4537
4538 2010-10-09 Julien Danjou <julien@danjou.info>
4539
4540 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4541
4542 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4543 retrieving gravatars.
4544
4545 * shr.el (shr-table-corner): Add.
4546 (shr-table-line): Add.
4547 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4548
4549 2010-10-08 Julien Danjou <julien@danjou.info>
4550
4551 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4552
4553 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
4554
4555 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4556
4557 * gnus-sum.el (gnus-mark-article-as-unread)
4558 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4559 (gnus-summary-set-bookmark): Use it.
4560
4561 * gnus-msg.el (gnus-setup-message): Use it.
4562
4563 * gnus-demon.el (gnus-demon-remove-handler): Use it.
4564
4565 * gnus.el (gnus-group-remove-parameter): Use it.
4566
4567 * gnus-group.el (gnus-group-make-web-group): Use it.
4568
4569 * gnus-demon.el (gnus-demon-remove-handler): Use it.
4570
4571 * nnregistry.el: Update docs to mention manual.
4572
4573 * gnus-registry.el: Update docs to mention nnregistry.el.
4574 (gnus-registry-initialize): Don't install nnregistry refer method
4575 automatically.
4576 (gnus-registry-install-nnregistry): Remove it.
4577
4578 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4579
4580 * shr.el (shr-insert): Don't insert double spaces.
4581
4582 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
4583
4584 * gnus-gravatar.el (gnus-treat-from-gravatar)
4585 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4586 called interactively.
4587
4588 * gnus-art.el (gnus-mime-view-part-externally)
4589 (gnus-mime-view-part-internally): Make predicate function passed to
4590 gnus-mime-view-part-as-type assume argument is a mime type, not a list
4591 of a mime type.
4592
4593 * shr.el (shr-table-widths): Don't use cl function `reduce'.
4594
4595 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4596
4597 * shr.el (require): Require cl when compiling.
4598 (shr-tag-hr): New function.
4599
4600 * nnimap.el (nnimap-update-info): Remove double setting of high.
4601 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4602 This makes nnimap work properly on Courier again.
4603
4604 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4605 the variable for backwards compatibility.
4606
4607 * mm-decode.el (mm-save-part): If given a non-directory result, expand
4608 the file name before using to avoid setting mm-default-directory to
4609 nil.
4610
4611 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4612 bidning gnus-agent variables.
4613
4614 * shr.el (shr-render-td): Use a cache for the table rendering function
4615 to avoid getting an exponential rendering behaviour in nested tables.
4616 (shr-insert): Rework the line-breaking algorithm.
4617 (shr-insert): Don't leave trailing spaces.
4618 (shr-insert-table): Also insert empty TDs.
4619 (shr-tag-blockquote): Ensure paragraphs after </ul>.
4620
4621 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4622
4623 * gnus-sum.el (gnus-number): Rename from `number'.
4624 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4625 (gnus-summary-limit-children): Update uses correspondingly.
4626
4627 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4628
4629 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4630 (gnus-gravatar-transform-address): Don't show avatars of people of
4631 which mail addresses match gnus-gravatar-too-ugly.
4632
4633 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4634
4635 * shr.el (shr-table-widths): Expand TD elements to fill available
4636 space.
4637
4638 2010-10-07 Julien Danjou <julien@danjou.info>
4639
4640 * nnimap.el (nnimap-request-rename-group): Add this method.
4641
4642 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4643
4644 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4645 name from XEmacs' function-arglist.
4646
4647 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4648 gravatar under XEmacs.
4649
4650 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
4651
4652 * auth-source.el: Update docs with TODO items.
4653
4654 * gnus-sync.el: Update docs to explain state and plans.
4655
4656 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4657 Hooks for mark updates.
4658 (gnus-request-set-mark, gnus-request-update-mark): Use them.
4659
4660 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4661 hooks with arguments, which is needed for mark update hooks.
4662
4663 2010-10-06 Julien Danjou <julien@danjou.info>
4664
4665 * gnus.el (gnus-expand-group-parameter): Only return and act on what
4666 was matched.
4667
4668 * sieve-manage.el: Update example in `Commentary'.
4669
4670 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4671
4672 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4673 not 2000.
4674 (sieve-manage-authenticate): Re-add function.
4675
4676 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4677
4678 * shr.el (shr-insert): Get 'space transition right.
4679 (shr-render-td): Only delete space at the end of the TD.
4680
4681 * nnimap.el (nnimap-open-connection): Prepare to support
4682 open-gnutls-stream.
4683
4684 * shr.el: Rearrange function order to be more logical.
4685
4686 2010-10-06 Julien Danjou <julien@danjou.info>
4687
4688 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4689 (nnrss-discover-feed): Remove 404 URL in docstring.
4690
4691 * nnir.el: Fix Swish-E URL.
4692 Fix Namazu URL.
4693
4694 * message.el (message-change-subject): Remove 404 URL in a comment.
4695
4696 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
4697
4698 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4699 called interactively.
4700
4701 * gnus-util.el (gnus-remove-if): Allow hash table.
4702 (gnus-remove-if-not): New function.
4703
4704 * gnus-art.el (gnus-mime-view-part-as-type)
4705 * gnus-score.el (gnus-summary-score-effect)
4706 * gnus-sum.el (gnus-read-move-group-name):
4707 Replace remove-if-not with gnus-remove-if-not.
4708
4709 * gnus-group.el (gnus-group-completing-read):
4710 Regard collection as a hash table if it is not a list.
4711
4712 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4713
4714 * shr.el (shr-render-td): Allow blank/missing <TD>s.
4715
4716 * shr.el: Document the table-rendering algorithm.
4717
4718 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4719 invalid URLs.
4720
4721 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4722 line-broken.
4723 (shr-tag-img): Ignore image fetching errors.
4724 (shr-overlays-in-region): Compute overlay positions correctly.
4725
4726 * mm-decode.el (mm-shr): Require shr.
4727
4728 * gnus-art.el (gnus-blocked-images): Move variable here.
4729
4730 * shr.el (shr-insert-table): Bind free variable.
4731
4732 * mm-decode.el (mm-shr): Bind shr-content-function.
4733
4734 * shr.el (shr-content-function): New variable.
4735
4736 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4737 added for symmetry.
4738
4739 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4740
4741 * gnus-group.el (gnus-group-make-group): Doc fix.
4742
4743 * nnimap.el (nnimap-request-newgroups): Return success.
4744
4745 * shr.el (shr-find-elements): New function.
4746 (shr-tag-table): Put all the images after the table.
4747 (shr-tag-table): Really inhibit images inside the table.
4748 (shr-collect-overlays): Copy over overlays from the TD elements to the
4749 main document.
4750
4751 * mm-decode.el (mm-shr): Bind shr-blocked-images to
4752 gnus-blocked-images.
4753
4754 2010-10-05 Julien Danjou <julien@danjou.info>
4755
4756 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4757
4758 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4759 (gnus-html-maximum-image-size): Add this function.
4760 (gnus-html-put-image): Use gnus-html-maximum-image-size.
4761
4762 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4763 server-value of the capability is nil.
4764
4765 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4766
4767 * shr.el (shr-tag-em): Add <EM> tag.
4768
4769 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
4770
4771 * sieve-manage.el (sieve-manage-default-stream): Make default stream
4772 customizable.
4773
4774 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4775 handing broken links to browse-url.
4776
4777 2010-10-05 Julien Danjou <julien@danjou.info>
4778
4779 * gnus-util.el (gnus-emacs-completing-read)
4780 (gnus-iswitchb-completing-read): Use autoload rather than require.
4781
4782 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
4783
4784 * gnus-util.el (gnus-completing-read-function): Exclude
4785 gnus-icompleting-read and gnus-ido-completing-read from candidates for
4786 XEmacs since iswitchb.el is very old and ido.el is unavailable in
4787 XEmacs.
4788
4789 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4790 not to use `delete-dups' that is unavailable in XEmacs 21.4.
4791
4792 * gnus-html.el: Don't require help-fns under XEmacs.
4793 (gnus-html-schedule-image-fetching): Work for XEmacs.
4794
4795 * mm-decode.el (mm-shr): Decode contents by charset.
4796
4797 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4798
4799 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4800 unknown.
4801
4802 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4803 (shr-get-image-data): Ensure against the cache file missing.
4804
4805 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4806 for data.
4807
4808 * spam-report.el (spam-report-url-ping-plain): Don't query about
4809 killing the process.
4810
4811 * shr.el (shr-render-td): Protect against too-wide text.
4812
4813 2010-10-04 Julien Danjou <julien@danjou.info>
4814
4815 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4816 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4817
4818 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4819 retrieved.
4820
4821 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4822
4823 * shr.el (browse-url): Require.
4824 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4825 lines.
4826 (shr-show-alt-text, shr-browse-image): New commands.
4827 (shr-browse-url, shr-copy-url): New commands.
4828
4829 * gnus-sum.el (gnus-widen-article-window): New variable.
4830 (gnus-summary-select-article-buffer): Use it.
4831
4832 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4833 without @ signs.
4834
4835 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4836
4837 * nnir.el (nnir-run-imap): Remove spurious space in search string.
4838
4839 2010-10-04 Julien Danjou <julien@danjou.info>
4840
4841 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4842 for XEmacs.
4843
4844 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4845
4846 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4847
4848 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4849 (nnimap-close-server): Implement.
4850
4851 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4852 (shr-insert): Tweak line breaking.
4853 (shr-insert): Handle <pre> better.
4854 (shr-tag-li): Get <li> indentation right.
4855 (shr-tag-li): Get <li> indentation even righter.
4856 (shr-tag-blockquote): Ensure paragraph start.
4857 (shr-make-table): Tweak table generation.
4858 (shr-make-table): Fix typo.
4859
4860 * shr.el: Implement table rendering.
4861
4862 2010-10-04 Julien Danjou <julien@danjou.info>
4863
4864 * gnus-html.el (gnus-html-put-image): Fix resize image code.
4865
4866 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4867
4868 * shr.el (shr-insert): Use string anchors instead of line anchors.
4869
4870 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4871
4872 * shr.el: Add headings.
4873 (shr-ensure-paragraph): Actually work.
4874 (shr-tag-li): Make <ul> prettier.
4875 (shr-insert): Get white space at the beginning/end of elements right.
4876 (shr-tag-p): Collapse subsequent <p>s.
4877 (shr-ensure-paragraph): Don't insert double line feeds after blank
4878 lines.
4879 (shr-insert): \t is also space.
4880 (shr-tag-s): Fix "s" tag name function.
4881 (shr-tag-s): Fix face prop name.
4882
4883 2010-10-03 Julien Danjou <julien@danjou.info>
4884
4885 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4886
4887 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4888 gnus-window-inside-pixel-edges.
4889
4890 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4891 gnus-ems.
4892
4893 * mm-view.el (mm-inline-image-emacs): Support image resizing.
4894
4895 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4896 function.
4897
4898 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4899 resize choice.
4900
4901 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4902
4903 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4904 beginning of the buffer.
4905
4906 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4907 article buffer again.
4908
4909 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4910
4911 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4912 when it's at the start of the buffer.
4913
4914 * shr.el (shr-tag-blockquote): Convert name.
4915 (shr-rescale-image): Use the right image-size variant.
4916
4917 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4918 buffer isn't shown, then select the current article first instead of
4919 bugging out.
4920 (gnus-summary-select-article-buffer): Show both the article and summary
4921 buffers again.
4922
4923 * shr.el (shr-fontize-cont): Protect against regions with no text.
4924 Rename tag functions to shr-tag-* for enhanced security.
4925 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4926
4927 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
4928
4929 * shr.el (shr-insert):
4930 * pop3.el (pop3-movemail):
4931 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4932 loaded.
4933
4934 2010-10-03 Glenn Morris <rgm@gnu.org>
4935
4936 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4937
4938 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4939
4940 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4941
4942 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4943
4944 * gnus-util.el (gnus-make-local-hook): Simplify.
4945
4946 2010-10-02 Julien Danjou <julien@danjou.info>
4947
4948 * gnus-util.el (gnus-iswitchb-completing-read): New function.
4949 (gnus-ido-completing-read): New function.
4950 (gnus-emacs-completing-read): New function.
4951 (gnus-completing-read): Use gnus-completing-read-function.
4952 Add gnus-completing-read-function.
4953
4954 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4955
4956 * shr.el (shr-insert-document): Autoload.
4957 (shr-img): Be silent.
4958 (shr-insert): Add a newline after every picture before text.
4959 (shr-add-font): Use overlays for combining faces.
4960 (shr-insert): Pass upwards the text start point.
4961
4962 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4963 possible.
4964 (mm-shr): New function.
4965
4966 2010-10-02 Julien Danjou <julien@danjou.info>
4967
4968 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4969 should go backward.
4970
4971 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
4972
4973 * shr.el (shr): Fix typo in provide call.
4974
4975 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4976
4977 * shr.el: New file.
4978
4979 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4980
4981 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4982 completing read.
4983
4984 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4985
4986 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4987 we're being queried about. Suggested by Dan Jacobson.
4988
4989 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4990 Suggested by Jason Eisner.
4991
4992 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4993 table, too. Suggested by Stefan Wiens.
4994 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4995 the table unnecessary. Suggested by Stefan Wiens.
4996
4997 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4998 longer needed, and probably doesn't work either, as pointed out by
4999 Stefan Wiens.
5000 (gnus-summary-exit): Remove call to the clearing function.
5001 (gnus-summary-exit-no-update): Ditto.
5002
5003 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5004 instead of gnus-eval-in-buffer-window to avoid popping up frames.
5005 Reported by Stefan Monnier.
5006 (gnus-summary-save-in-rmail): Ditto.
5007
5008 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5009 article buffer, instead of both the article buffer and the summary
5010 buffer. Sort of suggested by Dan Jacobson.
5011
5012 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5013
5014 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5015 Suggested by Dan Jacobson.
5016
5017 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5018 documentation clearer.
5019
5020 * message.el (message-shorten-references): Comment on the number "21".
5021 Suggested by Stefan Monnier.
5022
5023 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5024 Suggested by Dan Jacobson.
5025
5026 * gnus.el (gnus-large-newsgroup):
5027 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
5028
5029 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5030 externalize attachments. Bug reported by Steve Wen.
5031
5032 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5033 really message anything to the user.
5034
5035 * nnmail.el (nnmail-article-group): Allow using the fancy split method
5036 directly.
5037
5038 * nnimap.el (nnimap-request-group): Low higher than high to signal no
5039 messages in empty groups.
5040
5041 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
5042
5043 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5044 non-UIDNEXT group.
5045
5046 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5047
5048 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5049 not the value from the collection.
5050
5051 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5052 values. This sometimes happens on some groups that have no info.
5053 (nnimap-request-newgroups): New function.
5054
5055 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
5056
5057 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5058 check into `gnus-registry-initialize'.
5059 (gnus-registry-initialize): Ditto.
5060 Fix and extend header docs.
5061
5062 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5063
5064 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5065 regexp backtrace overflows.
5066
5067 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5068 for starttls that tls.el implements; i.e. openssl.
5069
5070 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
5071
5072 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5073 (gravatar-create-image): New function that's an alias to
5074 gnus-xmas-create-image, gnus-create-image, or create-image.
5075 (gravatar-data->image): Use it.
5076
5077 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
5078
5079 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5080 install the nnregistry refer method.
5081 (gnus-registry-install-hooks): Use it.
5082 (gnus-registry-unfollowed-groups): Add nnmairix to the default
5083 unfollowed groups.
5084
5085 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
5086
5087 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5088 expanding threads.
5089
5090 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5091
5092 * nnir.el: Use the server names without suffixes (bug #7009).
5093
5094 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5095 unencrypted to STARTTLS, if possible.
5096
5097 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
5098
5099 * message.el (message-ignored-supersedes-headers): Strip Injection-*
5100 headers before superseding.
5101
5102 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5103
5104 * nnrss.el (nnrss-use-local): Add documentation.
5105
5106 * nnimap.el (nnimap-extend-tls-programs): New function.
5107 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5108 (nnimap-wait-for-connection): Accept the greeting from the stupid
5109 output from openssl s_client -starttls, too.
5110
5111 * nnimap.el (nnimap-find-article-by-message-id): Really return the
5112 article number.
5113 (nnimap-split-fancy): New variable.
5114 (nnimap-split-incoming-mail): Use it.
5115
5116 * nntp.el (nntp-server-list-active-group): Document.
5117
5118 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5119 SELECT to get the message-id.
5120
5121 * mail-source.el (mail-sources): Remove webmail support.
5122 (defvar): Ditto.
5123 (mail-source-fetcher-alist): Ditto.
5124 (mail-source-fetch-webmail): Remove.
5125
5126 * webmail.el: Remove -- doesn't seem relevant any more.
5127
5128 * gnus.el: Fix up make-obsolete-variable declarations throughout.
5129
5130 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5131 the \r.
5132
5133 2010-09-30 Julien Danjou <julien@danjou.info>
5134
5135 * gnus-agent.el (gnus-agent-add-group): Fix call to
5136 gnus-completing-read.
5137
5138 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5139
5140 * nndoc.el (nndoc-retrieve-groups): New function.
5141
5142 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5143 `default', use nnmail-split-methods.
5144 (nnimap-request-article): Downcase the NILs so that they are nil.
5145
5146 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5147 symbol.
5148
5149 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5150 code, since if the user has requested network, that's what they ought
5151 to get.
5152 (nnimap-request-set-mark): Erase the buffer before issuing commands.
5153 (nnimap-split-rule): Mark as obsolete.
5154
5155 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5156 New variable.
5157
5158 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5159 correct slot, too.
5160
5161 2010-09-29 Julien Danjou <julien@danjou.info>
5162
5163 * gnus.el (gnus-local-domain): Declare variable obsolete.
5164
5165 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5166 Fix history computing.
5167 (gnus-ido-completing-read): Require ido.
5168
5169 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5170
5171 * gnus-registry.el: Don't prompt on load, which makes it impossible to
5172 build Gnus.
5173
5174 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5175 when interpreting the structures.
5176 (nnimap-request-accept-article): Add \r\n to the lines to make this
5177 work with Cyrus.
5178
5179 * nndraft.el (nndraft-request-expire-articles): Use the group name
5180 instead if "nndraft". Fix found by Nils Ackermann.
5181
5182 2010-09-29 Ludovic Courtes <ludo@gnu.org>
5183
5184 * nnregistry.el: Add.
5185
5186 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5187
5188 * nnmail.el (group, group-art-list, group-art):
5189 Remove unneeded directives.
5190
5191 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
5192
5193 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5194 (mm-mime-charset)
5195 * rfc2047.el (rfc2047-syntax-table)
5196 * utf7.el (utf7-utf-16-coding-system): Comment fix.
5197
5198 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5199 rather than `insert-file-contents' and `eval-region'.
5200
5201 2010-09-29 Julien Danjou <julien@danjou.info>
5202
5203 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5204 replacement of `gnus-gravatar-relief' to mimic
5205 `gnus-faces-properties-alist'.
5206 Add :version property.
5207
5208 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5209
5210 * mail-source.el (mail-source-report-new-mail)
5211 * message.el (message-default-mail-headers)
5212 * mm-decode.el (mm-valid-image-format-p): Comment fix.
5213
5214 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5215
5216 2010-09-28 Julien Danjou <julien@danjou.info>
5217
5218 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5219 mail-address contains the same string as real-name.
5220
5221 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5222 non-blank in header, otherwise it'll get stripped.
5223
5224 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5225 real-name, and then for mail address rather than doing : or , search.
5226
5227 2010-09-27 Julien Danjou <julien@danjou.info>
5228
5229 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5230 right completing-read function.
5231 (gnus-use-ido): New variable
5232 (gnus-completing-read-with-default): Remove.
5233 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5234 (gnus-agent-add-group):
5235 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5236 * mm-view.el (mm-view-pkcs7-decrypt):
5237 * mm-util.el (mm-codepage-setup):
5238 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5239 * mml-smime.el (mml-smime-openssl-sign-query):
5240 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5241 (mml-insert-multipart):
5242 * gnus-msg.el (gnus-summary-yank-message):
5243 * gnus-int.el (gnus-start-news-server):
5244 * mm-decode.el (mm-interactively-view-part):
5245 * gnus-dired.el (gnus-dired-attach):
5246 * gnus.el (gnus-read-method):
5247 * gnus-bookmark.el (gnus-bookmark-jump):
5248 * gnus-art.el (gnus-mime-view-part-as-type)
5249 (gnus-mime-action-on-part, gnus-article-encrypt-body):
5250 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5251 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5252 * nnmairix.el (nnmairix-create-server-and-default-group)
5253 (nnmairix-update-groups, nnmairix-get-server)
5254 (nnmairix-backend-to-server, nnmairix-goto-original-article)
5255 (nnmairix-get-group-from-file-path):
5256 * nnrss.el (nnrss-find-rss-via-syndic8):
5257 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5258 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5259 (gnus-group-browse-foreign-server):
5260 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5261 (gnus-summary-execute-command, gnus-summary-respool-article)
5262 (gnus-read-move-group-name):
5263 * gnus-score.el (gnus-summary-increase-score)
5264 (gnus-summary-score-effect):
5265 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5266
5267 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5268
5269 * nnimap.el (auth-source-forget-user-or-password)
5270 (auth-source-user-or-password): Autoload.
5271
5272 * message.el (message-from-style, message-interactive)
5273 (message-signature): Remove comment.
5274 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
5275 always.
5276 (message-sendmail-envelope-from): Comment fix.
5277 (message-yank-prefix): Default to mail-yank-prefix always.
5278 (message-indentation-spaces):
5279 Default to mail-indentation-spaces always.
5280 (message-signature-file): Default to mail-signature-file always.
5281
5282 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5283
5284 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5285 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5286 new articles.
5287
5288 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5289 parts.
5290 (nnimap-request-article): Work with the t setting, too.
5291
5292 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5293 that you don't get flashes of other buffers.
5294 (gnus-summary-show-complete-article): Intern before setting.
5295
5296 2010-09-27 David Engster <dengste@eml.cc>
5297
5298 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5299 well as HEADERS.
5300 (nnmairix-retrieve-headers): Provide new argument for the above.
5301
5302 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5303
5304 * gnus-sum.el (gnus-summary-move-article): Don't alter
5305 gnus-newsgroup-active. This makes `/ N' work after copying to the same
5306 group.
5307
5308 * nnimap.el (nnimap-update-info): Don't destructively alter active.
5309
5310 * message.el (message-cite-prefix-regexp): Revert my last edit.
5311
5312 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5313 variable instead of the Gnus variable.
5314
5315 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5316
5317 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5318
5319 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5320 since some servers don't like it.
5321 (nnimap-open-connection): Forget credentials if the server says the
5322 password was wrong.
5323 (nnimap-parse-line): Protect against invalid data.
5324
5325 * gnus-sum.el (gnus-summary-move-article): Add comment.
5326 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5327 nothing alters it while scanning for new messages.
5328
5329 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5330 which may or may not help.
5331 (nnimap-open-connection): If we're doing a stream connection, and then
5332 discover we're on a STARTTLS-capable server, then open a STARTTLS
5333 connection instead.
5334
5335 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5336
5337 * nnimap.el (utf7): Require.
5338
5339 * message.el (message-cite-prefix-regexp): Remove "}" from citation
5340 prefix.
5341
5342 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
5343
5344 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5345
5346 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5347
5348 * nnimap.el (nnimap-request-accept-article): Message the error on
5349 error.
5350
5351 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
5352
5353 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5354
5355 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5356
5357 * nndoc.el (nndoc-request-list): Return success always.
5358
5359 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5360 `fetch-old' -- we only want to fetch the articles we've requested.
5361 The rest are in the agent, probably.
5362 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5363 disappeared server" to something low. It's not important.
5364
5365 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5366 arrived before the FETCH data.
5367
5368 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5369 target here, because we don't know the Gnus name of the group.
5370
5371 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5372 for the correct group.
5373
5374 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5375
5376 * gnus.el (gnus): Give a final warning after startup.
5377
5378 * gnus-util.el (gnus-action-message-log): New variable.
5379 (gnus-message): Use it.
5380 (gnus-final-warning): New function.
5381
5382 * nnimap.el (nnimap-open-connection): Record the greeting.
5383 (nnimap): Add greeting.
5384
5385 2010-09-26 Julien Danjou <julien@danjou.info>
5386
5387 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5388 arguments.
5389 (gnus-html-wash-images): Fix spec computing to include start/end.
5390
5391 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5392
5393 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5394
5395 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5396 deletion.
5397 (nnimap-retrieve-headers): Don't select the group, because that's
5398 already done by nnimap-possibly-change-group.
5399
5400 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5401 (gnus-picon-transform-address): Use it.
5402
5403 * mail-source.el (mail-source-value): Revert previous patch.
5404
5405 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5406 on failure.
5407 (nnimap-open-connection): Look up both virtual and physical server name
5408 credentials.
5409
5410 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5411
5412 2009-02-08 Dave Love <fx@gnu.org>
5413
5414 * gnus-win.el (gnus-window-to-buffer-helper)
5415 (gnus-all-windows-visible-p): Function needn't be a symbol.
5416
5417 * mail-source.el (mail-source-value): Function needn't be a symbol.
5418
5419 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5420
5421 * message.el (message-cite-prefix-regexp): Remove } from the cite
5422 prefix.
5423
5424 * gnus-art.el (gnus-treatment-function-alist): Do picons before
5425 highlight again, so that the highlight is correct.
5426
5427 * gnus-picon.el (gnus-picon): Remove again.
5428 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5429
5430 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5431 doing the header highlightling, so that the background colour of the
5432 picon is correct.
5433
5434 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5435 (gnus-picon): Ditto.
5436 (gnus-picon): Reinstate. The background colour for picons is white.
5437 (gnus-picon-insert-glyph): Make the background white.
5438
5439 * nnml.el (nnml-open-nov): Don't return dead buffers.
5440
5441 * auth-source.el (auth-source-create): Query the user for whether to
5442 store the credentials.
5443
5444 * auth-source.el (auth-source-user-or-password): Use the existing auth
5445 sources, if any, for creation.
5446
5447 * gnus.el (gnus-group-fast-parameter): Return the last matching
5448 parameter instead of the first matching parameter.
5449
5450 2010-09-26 Julien Danjou <julien@danjou.info>
5451
5452 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5453
5454 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5455
5456 * mml2015.el (mml2015-use): Remove gpg support.
5457
5458 * mml1991.el (mml1991-function-alist): Remove gpg function.
5459 (mml1991-gpg-sign): Remove.
5460
5461 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
5462
5463 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5464 (gnus-browse-unsubscribe-current-group): Document it.
5465 (gnus-browse-unsubscribe-group): Use it.
5466
5467 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5468
5469 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5470 address to the To list for easier response.
5471
5472 * gnus.el (gnus-play-startup-jingle): Remove.
5473 (gnus-splash): Don't play jingle.
5474 (gnus): Silence gnus-load message.
5475
5476 * gnus-art.el (gnus-treat-play-sounds): Remove.
5477
5478 * gnus.el (gnus-play-jingle): Remove audio support.
5479
5480 * gnus-cus.el (gnus-score-customize): Remove audio reference.
5481
5482 * earcon.el: Remove -- no users.
5483
5484 * gnus-audio.el: Remove -- no users of this package.
5485
5486 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5487
5488 * gnus-start.el (gnus-setup-news): Remove nocem support.
5489
5490 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5491
5492 * gnus.el (gnus-use-nocem): Remove.
5493
5494 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5495 Remove.
5496
5497 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
5498 uses NoCeM any more.
5499
5500 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5501 (gnus-button-ctan-handler): Ditto.
5502 (gnus-button-handle-ctan-bogus-regexp): Ditto.
5503 (gnus-button-ctan-directory-regexp): Ditto.
5504 (gnus-button-handle-ctan): Ditto.
5505 (gnus-button-tex-level): Ditto.
5506 (gnus-button-alist): Remove CTAN stuff.
5507
5508 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5509
5510 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5511 nnimap-streaming test.
5512
5513 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5514 servers twice.
5515
5516 * nnimap.el (nnimap-open-connection): Add more error reporting when
5517 nnimap fails early.
5518
5519 * nnheader.el (nnheader-get-report-string): New function.
5520 (nnheader-get-report): Use it.
5521
5522 * gnus-int.el (gnus-check-server): Say what the error was when opening
5523 failed.
5524
5525 * nnimap.el (nnimap-wait-for-response): Search further when we're not
5526 using streaming.
5527
5528 2010-09-25 Julien Danjou <julien@danjou.info>
5529
5530 * gnus-html.el (gnus-html-rescale-image): Use our defalias
5531 gnus-window-inside-pixel-edges.
5532
5533 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5534
5535 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5536
5537 * mm-decode.el (mm-save-part): Allow saving to other directories the
5538 normal Emacs way.
5539
5540 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5541 Suggested by Jay Berkenbilt.
5542
5543 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5544 there isn't a single byte.
5545
5546 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5547 just do it. It doesn't really seem to matter what the user responds
5548 here, I think, so it's just a confusing question.
5549
5550 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5551 non-streaming case.
5552
5553 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5554 (gnus-article-encrypt-body): Use it.
5555
5556 * gnus-sum.el (gnus-summary-show-complete-article): New command and
5557 keystroke.
5558
5559 * nnimap.el (nnimap-find-wanted-parts-1):
5560 Use gnus-fetch-partial-articles.
5561
5562 * gnus-art.el (gnus-fetch-partial-articles): New variable.
5563
5564 * nnimap.el (nnimap-insert-partial-structure): New function.
5565 (nnimap-get-partial-article): New function.
5566 (nnimap-request-article): Use it.
5567 (nnimap-wait-for-response): Return whether the wait was successful.
5568 (nnimap-finish-retrieve-group-infos): Don't do anything if the
5569 retrieval wasn't successful.
5570 (nnimap-retrieve-group-data-early): Allow throttling servers.
5571 (nnimap-streaming): New variable.
5572 (nnimap-fetch-partial-articles): Remove.
5573
5574 * mm-decode.el (mm-with-part): Protect against killed buffers.
5575
5576 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5577 for prettier summary display.
5578
5579 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
5580
5581 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5582
5583 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5584
5585 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5586 apparently third-party libraries depend on it.
5587
5588 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5589 before starting negotiation.
5590
5591 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5592 privacy reasons.
5593 (gnus-treat-mail-gravatar): Ditto.
5594
5595 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5596 buffer when inserting images. Inserting text into the headers, for
5597 instance, can make them invalid.
5598
5599 2010-09-25 Julien Danjou <julien@danjou.info>
5600
5601 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5602 variables.
5603
5604 * nnheader.el: Remove useless variables news-reply-yank-from and
5605 news-reply-yank-message-id.
5606
5607 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5608 variables.
5609
5610 * mml1991.el: Remove useless mml1991-verbose.
5611
5612 * gnus.el: Remove useless variable gnus-use-generic-from.
5613 Remove obsolete variable gnus-topic-indentation.
5614
5615 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5616
5617 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5618
5619 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5620
5621 * gnus-group.el: Remove useless gnus-group-icon-cache.
5622 Remove useless gnus-ephemeral-group-server.
5623
5624 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5625
5626 * mml2015.el: Remove useless mml2015-verbose.
5627
5628 * mml-smime.el: Remove useless mml-smime-verbose.
5629
5630 * gnus.el: Remove useless gnus-local-domain.
5631
5632 * gnus-gravatar.el (gnus-gravatar-transform-address):
5633 Use gnus-gravatar-size.
5634
5635 * gnus-art.el: Remove useless gnus-treat-translate.
5636
5637 2010-09-24 Julien Danjou <julien@danjou.info>
5638
5639 * gnus-sum.el: Add support for Gravatars.
5640
5641 * gnus-art.el: Add support for Gravatars.
5642
5643 * gnus-gravatar.el: Add this file.
5644
5645 * gravatar.el: Add this file.
5646
5647 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5648
5649 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5650
5651 * gnus-group.el (gnus-group-fetch-faq): Remove.
5652
5653 * gnus.el (gnus-group-faq-directory): Remove.
5654
5655 * gnus-group.el (gnus-group-fetch-charter): Remove.
5656
5657 * gnus.el (gnus-group-charter-alist): Remove.
5658
5659 * gnus-group.el (gnus-group-archive-directory): Remove.
5660 (gnus-group-recent-archive-directory): Ditto.
5661 (gnus-group-make-archive-group): Remove.
5662
5663 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5664
5665 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5666 use the same article number for all the cached articles.
5667
5668 * nnimap.el (nnimap-command): Register the last command time so
5669 that we can use it for idling NOOPs.
5670 (nnimap-open-connection): Start the keeplive timer.
5671 (nnimap-make-process-buffer): Store all the process buffers.
5672 (nnimap-keepalive): New function.
5673
5674 * starttls.el (starttls-open-stream): Add autoload cookie.
5675
5676 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5677
5678 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5679 handling.
5680
5681 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5682
5683 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5684 its data structures.
5685
5686 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5687 instead of the cl.el copy-list.
5688 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5689 equalp.
5690
5691 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5692
5693 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5694 and tool-bar-local-item-from-menu.
5695
5696 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5697 mode-line-highlight face for Emacs.
5698
5699 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5700 loading gnus-sum.elc; fix comment for canlock-verify.
5701 (gnus-article-jump-to-part): Use read-number.
5702 (gnus-insert-mime-button, gnus-insert-mime-security-button):
5703 Remove Emacs pre-21 compatible code for help-echo.
5704 (gnus-article-next-page-1): No need to adjust the number of lines.
5705 (gnus-article-describe-bindings): Always use help-buffer.
5706
5707 * gnus-audio.el (gnus-audio-inline-sound)
5708 * gnus-cus.el (gnus-custom-mode)
5709 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5710
5711 * gnus-sum.el (gnus-remove-overlays): Doc fix.
5712
5713 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5714 compatible code.
5715
5716 2010-09-24 Glenn Morris <rgm@gnu.org>
5717
5718 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5719 visiting the fcc file in rmail-mode.
5720
5721 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5722
5723 * nnir.el: Silence the byte compiler.
5724
5725 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5726 alias to browse-url-url-encode-chars if any.
5727 (gnus-html-encode-url): Use it.
5728
5729 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5730
5731 * gnus-start.el (gnus-use-backend-marks): New variable.
5732 (gnus-get-unread-articles-in-group): Use it.
5733
5734 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5735 makeover.
5736
5737 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5738
5739 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5740
5741 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5742
5743 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5744 Remove.
5745 (gnus-setup-news-hook):
5746 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5747
5748 * gnus-int.el (gnus-request-update-info): Protect against backends not
5749 having the function.
5750
5751 * nnimap.el (nnimap-stream): Mention starttls.
5752 (nnimap-open-connection): Add starttls support.
5753
5754 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5755
5756 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5757
5758 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5759
5760 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5761 BODYSTRUCTUREs.
5762 (nnimap-transform-headers): Unfold quoted {42} headers.
5763
5764 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5765 the info.
5766 (gnus-get-unread-articles): Only call updatep on backends that support
5767 it.
5768
5769 * nnweb.el (nnweb-request-update-info): NOOP.
5770
5771 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5772
5773 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5774 since it only deals with marks.
5775
5776 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5777 gnus-request-marks, and make a new gnus-request-update-info.
5778
5779 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5780 the active instead of the high number, which is usually too low.
5781
5782 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
5783
5784 * encrypt.el: Remove.
5785
5786 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5787
5788 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5789 server in symbolic form.
5790
5791 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5792
5793 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5794
5795 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5796 (nnimap-update-info): Fix up code slightly.
5797
5798 * gnus-int.el (gnus-open-server): Add tracing for performance
5799 debugging.
5800
5801 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5802 (gnus-group-insert-group-line): Pass the real group name so that it
5803 gets the right data.
5804
5805 * gnus-start.el (gnus-get-unread-articles): Don't have
5806 `gnus-get-unread-articles-in-group' update info, since that can be
5807 really slow and doesn't seem to be needed?
5808
5809 2010-09-22 Julien Danjou <julien@danjou.info>
5810
5811 * gnus-group.el (gnus-group-insert-group-line):
5812 Call gnus-group-highlight-line.
5813 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5814 default hook list.
5815 (gnus-group-update-eval-form): Add new function.
5816 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5817 (gnus-group-get-icon): Use gnus-group-update-eval-form.
5818
5819 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5820
5821 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5822 immediate, then expire all articles.
5823 (nnimap-update-info): Fix off-by-one errors.
5824 (nnimap-flags-to-marks): Would return no marks lists for group with no
5825 flags. Instead return the other data.
5826
5827 2010-09-22 Julien Danjou <julien@danjou.info>
5828
5829 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5830 Only return an icon.
5831 (gnus-group-insert-group-line): Compute icon to return.
5832
5833 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5834 (gnus-html-image-fetched): Only cache if
5835 gnus-html-image-automatic-caching is set.
5836 (gnus-html-image-fetched): Check for errors.
5837
5838 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5839
5840 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5841 once per method on `g'. This ensures that backends like nnfolder don't
5842 open all their folders.
5843
5844 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5845 (nnimap-request-list): Nix out group in the correct buffer.
5846 (nnimap-parse-flags): Implement by using `read' instead of
5847 hand-parsing.
5848 (nnimap-flags-to-marks): Pass on permanent-flags.
5849 (nnimap-make-process-buffer): Record the server name.
5850 (nnimap-parse-flags): Fix typo.
5851 (nnimap-request-scan): Run split on the server in general, not just a
5852 single group.
5853
5854 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5855 parameter, and propagate this downwards.
5856
5857 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5858 since EXAMINE changes it on the server.
5859
5860 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5861 this command might take a while.
5862
5863 2010-09-22 Julien Danjou <julien@danjou.info>
5864
5865 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
5866 harmful if you have 2 images side-by-side, they can't be properly
5867 update on text deletion. Using text-property is safer here.
5868 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5869 data.
5870
5871 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5872
5873 * nnimap.el (nnimap-expunge-inbox): Remove.
5874 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5875 (nnimap-expunge): Flip default to t.
5876
5877 * gnus.el (gnus-method-to-server): Don't push things to the cache
5878 unless it's unique.
5879 (gnus-server-to-method): Ditto.
5880
5881 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
5882
5883 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5884
5885 2010-09-22 Julien Danjou <julien@danjou.info>
5886
5887 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5888 get the start of data.
5889 (gnus-html-encode-url): Add this function to encode special chars in
5890 URL.
5891 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5892 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5893
5894 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5895 default.
5896 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5897
5898 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5899 images alt-text.
5900 (gnus-html-put-image): Put alt-text as help-echo.
5901
5902 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
5903
5904 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5905 * mm-util.el (mm-decompress-buffer)
5906 * nnir.el (nnir-run-find-grep)
5907 * pop3.el (pop3-list): Use 3rd arg of split-string.
5908
5909 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5910
5911 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5912 outside the active range. Suggested by Dan Christensen.
5913
5914 * gnus-start.el (gnus-get-unread-articles): Get the extended method
5915 slightly later to avoid double-getting it.
5916
5917 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5918 previous patch.
5919
5920 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5921
5922 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
5923
5924 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5925
5926 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5927
5928 * gnus-int.el (gnus-open-server): Give a better error message in the
5929 "go offline" case.
5930
5931 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5932 marks for nnimap, which is seldom the right thing to do.
5933
5934 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5935 (gnus-same-method-different-name): New function.
5936
5937 * nnimap.el (parse-time): Require.
5938
5939 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5940 method in the presence of many similar methods.
5941
5942 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5943
5944 * nnimap.el (nnimap-find-expired-articles): Don't refer to
5945 nnml-inhibit-expiry.
5946
5947 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5948 find out whether methods are equal.
5949
5950 * nnimap.el (nnimap-find-expired-articles): New function.
5951 (nnimap-process-expiry-targets): New function.
5952 (nnimap-request-move-article): Request the article before looking at
5953 what the Message-ID is. Fix found by Andrew Cohen.
5954 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5955
5956 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5957 for oldness in addition to being a predicate.
5958
5959 * nnimap.el (nnimap-request-group): When we have zero articles, return
5960 the right data to Gnus.
5961 (nnimap-request-expire-articles): Only delete articles immediately if
5962 the target is 'delete.
5963
5964 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5965 method, this would bug out.
5966
5967 * gnus-group.el (gnus-group-expunge-group): Rename from
5968 gnus-group-nnimap-expunge, and implemented as a normal interface
5969 function.
5970
5971 * gnus-int.el (gnus-request-expunge-group): New function.
5972
5973 * nnimap.el (nnimap-request-create-group): Implement.
5974 (nnimap-request-expunge-group): New function.
5975
5976 2010-09-21 Julien Danjou <julien@danjou.info>
5977
5978 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5979 (gnus-html-cache-expired): Add new function.
5980 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5981 wethever we should display image for fetch it.
5982 Compute alt-text earlier to pass it to the fetching function too.
5983 (gnus-html-schedule-image-fetching): Change function argument to only
5984 get one image at a time, not a list.
5985 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5986 cache.
5987 (gnus-html-get-image-data): New function to retrieve image data from
5988 cache.
5989 (gnus-html-put-image): Change buffer argument to use image data rather
5990 than file, and place image above region rather than inserting a new
5991 one. Do not take alt-text as argument, since it's useless now: we place
5992 the image above alt-text.
5993 (gnus-html-prune-cache): Remove.
5994 (gnus-html-show-images): Start to fetch image when we find one, do not
5995 push into a temporary list.
5996 (gnus-html-prefetch-images): Only fetch image if they have expired.
5997 (gnus-html-browse-image): Fix, use 'gnus-image-url.
5998 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5999
6000 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
6001
6002 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6003
6004 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6005
6006 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6007 spec inser "*" if the group isn't active instead of 0.
6008
6009 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6010 opening the server.
6011 (nnimap-request-delete-group): Implement group deletion.
6012 (nnimap-transform-headers): Return the size of the entire message in
6013 the Bytes header, not just the size of the first part.
6014 (nnimap-request-move-article): When moving an article from nnimap,
6015 request the article first so the accepting form has an article to
6016 accept. Reported by Dan Christensen.
6017 (nnimap-command): Make sure that the error message doesn't error out.
6018
6019 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
6020
6021 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6022 we haven't requested anything.
6023
6024 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6025
6026 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6027 "". Fix found by Andrew Cohen.
6028
6029 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6030 instead of -encode-string.
6031
6032 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
6033
6034 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6035
6036 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6037 by mm-subst-char-in-string.
6038
6039 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6040
6041 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6042 waiting for the connection string.
6043
6044 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6045 arriving.
6046
6047 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6048 bogus characters. This allows selecting certain Gmail groups.
6049
6050 * nnimap.el (nnimap-find-wanted-parts-1): New function.
6051 (nnimap-fetch-partial-articles): New variable.
6052 (nnimap-open-connection): When looking for credentials, also use the
6053 nnimap-server-port.
6054 (nnimap-request-article): Return the group/article number, so that Gnus
6055 `^' works as expected.
6056 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6057
6058 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6059 comments.
6060 (gnus-methods-sloppily-equal): New function.
6061 (gnus): When using the development version of Gnus, load the gnus-load
6062 file.
6063
6064 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6065 `gnus-open-server' on each method before trying to scan them etc.
6066 This ensures that all the backend parameters are set correctly.
6067
6068 * nnimap.el (nnimap-authenticator): New variable.
6069 (nnimap-open-connection): Allow anonymous login.
6070 (nnimap-transform-headers): The chars header is called Chars not Bytes.
6071 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6072
6073 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6074 patch, found by Knut Anders Hatlen.
6075
6076 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
6077
6078 * gnus-agent.el (gnus-agent-batch-confirmation)
6079 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6080 to gnus-message.
6081 * gnus-art.el (gnus-article-describe-briefly): Likewise.
6082 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6083 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6084 * gnus-int.el (gnus-open-server): Likewise.
6085 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6086 (gnus-score-check-syntax): Likewise.
6087 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6088 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6089 Likewise.
6090 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6091
6092 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6093
6094 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6095 calling conventions so that prefetch doesn't bug out.
6096
6097 2010-09-19 Julien Danjou <julien@danjou.info>
6098
6099 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6100 rather than `subst-char-in-region' in order to be able to replace ASCII
6101 char by UTF-8 ones.
6102
6103 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6104 than curl.
6105 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6106 the right URL and ALT text on images.
6107 (gnus-html-wash-tags): Fix tag case.
6108 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
6109 (gnus-article-html): Add -o display_ins_del=2 option.
6110 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6111
6112 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6113
6114 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6115 the extra mail headers, which sometimes seem to happen for unknown
6116 reasons.
6117
6118 * mail-parse.el (mail-header-encode-parameter): Define as
6119 rfc2045-encode-string instead of as rfc2231-encode-string, since some
6120 (or most, perhaps?) mail readers don't understand the latter, but do
6121 understand the former.
6122
6123 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6124 to nil, so that no methods are automatically agentized. I think this
6125 is probably what most users want.
6126
6127 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6128 from url-retrieve, for instance about invalid URLs.
6129
6130 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6131 groups that have no articles.
6132 (nnimap-request-article): Check that we really got an article when we
6133 requested one.
6134
6135 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6136 doesn't exist.
6137
6138 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6139 nntp buffer so the agent can save it.
6140 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6141 that CRLF doesn't get translated to \n.
6142 (nnimap-open-connection): Don't make 'shell commands only send \n.
6143
6144 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6145
6146 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6147 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6148 Update var name.
6149 (nnml-generate-nov-file): Use dolist.
6150 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6151 Use with-current-buffer.
6152
6153 2010-09-18 Julien Danjou <julien@danjou.info>
6154
6155 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6156 parallel.
6157
6158 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6159
6160 * nnimap.el (nnimap-update-info): When doing partial marks update, get
6161 the range update right.
6162 (nnimap-request-group): Don't make `M-g' bug out on group with no
6163 marks.
6164 (nnoo): Require, so that other packages can require nnimap.
6165 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6166 command we're looking for. This helps when the server sends more
6167 responses after we've gotten everything we expected.
6168 (nnimap): Add a `newlinep' field to keep track of end-of-line
6169 conventions.
6170 Don't send CRLF to things that don't want it.
6171 (nnimap-request-accept-article): Ditto.
6172
6173 2010-09-18 Julien Danjou <julien@danjou.info>
6174
6175 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6176 than curl to retrieve images.
6177
6178 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6179
6180 * nnimap.el (nnimap-update-info): Extend the info so that we can set
6181 the marks.
6182 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6183 (nnimap-wait-for-connection): New function.
6184 (nnimap-open-connection): If we have PREAUTH, don't query for login
6185 credentials.
6186 (nnimap-update-info): Fix off-by-one error when concatenating ranges
6187 when doing a partial update.
6188
6189 2010-09-18 Julien Danjou <julien@danjou.info>
6190
6191 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6192 tags.
6193
6194 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6195
6196 * nnimap.el (nnimap-credentials): New function.
6197 (nnimap-open-connection): Use the new function to look for credentials
6198 also on the numeric equivalents of "imap" and "imaps".
6199
6200 * gnus-start.el (gnus-activate-group): Send the info to
6201 gnus-request-group.
6202
6203 * nnimap.el (nnimap-request-group): Have the "check" version of the
6204 function parse flags and update the info, so that a `M-g' get a total
6205 resync of all flags from the group.
6206
6207 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6208 to allow backends to alter the info on group selection. Also alter all
6209 the backend -request-group functions to take the parameter.
6210
6211 * nnimap.el (nnimap-store-info): New function.
6212 (nnimap-update-info): Store the info for later usage.
6213 (nnimap-request-group): Use the stored info for the dont-check case, so
6214 that we don't retrieve all marks when we enter a group.
6215
6216 * nnimap.el: Use deffoo instead of defun for interface functions.
6217
6218 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6219 update the group info. This makes the nndraft groups, for instance, go
6220 back to their old behaviour.
6221
6222 * gnus-sum.el (gnus-select-newsgroup): Indent.
6223
6224 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6225 in.
6226 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6227 nothing.
6228
6229 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6230 from methods that are denied.
6231
6232 * gnus-int.el (gnus-method-denied-p): New function.
6233
6234 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6235 store the password instead of netrc.
6236 (nnimap-open-connection): Don't error out when we can't make a
6237 connections.
6238
6239 * auth-source.el (auth-source-create): In the password prompt, say what
6240 we're querying for. Also prompt for user name if that hasn't been
6241 given.
6242
6243 * nnimap.el (nnimap-with-process-buffer): Remove.
6244
6245 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6246
6247 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6248 method when we're reading from the agent.
6249
6250 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6251
6252 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6253 that's probably most useful for users.
6254
6255 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6256 "failed" all the time.
6257
6258 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6259 ...)) with (with-current-buffer ... ).
6260
6261 * nntp.el (nntp-open-server): Return whether the open was successful or
6262 not.
6263
6264 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6265 select an unread unseen article first.
6266
6267 * nnimap.el (nnimap-open-connection): If the user doesn't have a
6268 /etc/services, supply some sensible port defaults.
6269
6270 2010-09-17 Julien Danjou <julien@danjou.info>
6271
6272 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6273
6274 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
6275
6276 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6277 doesn't have any parameters.
6278
6279 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6280
6281 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6282 only upcased checks.
6283
6284 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6285
6286 * nnimap.el (nnimap-open-shell-stream): New function.
6287 (nnimap-open-connection): Use it.
6288 (nnimap-transform-headers): Get the number of lines in each message.
6289 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6290 number of lines.
6291 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
6292 problem.
6293
6294 * utf7.el (utf7-encode): Autoload.
6295
6296 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6297 to allow the mail splitting to not return a default group. This is
6298 useful for nnimap, which will leave unmatched mail in the inbox.
6299
6300 * nnimap.el: Rewritten.
6301
6302 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6303 nnimap usage.
6304
6305 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6306 if the move is internal, so that nnimap can do fast internal moves.
6307
6308 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6309 data.
6310 (gnus-read-active-for-groups): Support finishing the early retrieval of
6311 data.
6312
6313 * gnus-range.el (gnus-range-nconcat): New function.
6314
6315 * gnus-int.el (gnus-finish-retrieve-group-infos)
6316 (gnus-retrieve-group-data-early): New functions.
6317
6318 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6319
6320 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6321 (nnrss-retrieve-groups):
6322 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6323 (pop3-quit): Use with-current-buffer.
6324
6325 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
6326
6327 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6328 instead of nnheader-accept-process-output.
6329
6330 * gnus-html.el (gnus-html-schedule-image-fetching)
6331 (gnus-html-prefetch-images): Replace process-kill-without-query by
6332 gnus-set-process-query-on-exit-flag.
6333
6334 2010-09-16 Romain Francoise <romain@orebokech.com>
6335
6336 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6337
6338 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6339
6340 * gnus-registry.el (gnus-registry-install-shortcuts): The second
6341 parameter to unintern is mandatory-ish in Emacs 24.
6342
6343 * gnus-html.el (gnus-html-schedule-image-fetching)
6344 (gnus-html-prefetch-images): Check for curl before using it.
6345
6346 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6347 depend on curl, which isn't essential.
6348
6349 * imap.el: Revert back to version
6350 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6351 seem problematic.
6352
6353 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6354
6355 * gnus-registry.el (gnus-registry-install-shortcuts):
6356 Explicitly pass `obarray' to `unintern' to avoid a warning.
6357
6358 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6359
6360 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6361 change.
6362
6363 * nnrss.el (nnrss-request-list): Remove this function and related
6364 functions, including the moreover stuff.
6365
6366 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6367
6368 * nnrss.el (nnrss-retrieve-groups): New function.
6369
6370 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6371
6372 * .dir-locals.el: Add no-byte-compile cookie.
6373
6374 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6375
6376 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6377 for back end that doesn't support request-scan.
6378
6379 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6380
6381 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6382 then do request scans from the backends.
6383
6384 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6385 avoid running a hook per line, since this takes a lot of time,
6386 profiling shows.
6387 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6388 directly if gnus-visual-p is true.
6389
6390 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6391
6392 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6393 groups; replace mapcar with dolist which is a bit faster; pass groups
6394 info to gnus-read-active-file-1.
6395 (gnus-read-active-file-1): Scan only specified groups if the new
6396 optional arg `infos' is given.
6397
6398 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6399
6400 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6401
6402 * pop3.el (pop3-movemail): Remove.
6403 (pop3-streaming-movemail): Rename to pop3-movemail.
6404
6405 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6406 don't restrict end-tag searches to the end of the line.
6407
6408 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6409
6410 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6411 articles of every unchecked group to t, which means unknown since the
6412 server has never been opened.
6413
6414 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6415
6416 * gnus-html.el (gnus-html-show-alt-text): New command.
6417 (gnus-html-browse-image): Ditto.
6418 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6419 to browse the image directly.
6420 (gnus-html-wash-tags): Search for images first, so that <a><img> works
6421 better.
6422
6423 * gnus-async.el (gnus-async-article-callback):
6424 Call `gnus-html-prefetch-images' unconditionally.
6425
6426 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6427 before feeding URLs to curl.
6428
6429 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6430
6431 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6432 internal images as deletable by `W D D'.
6433
6434 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6435 (gnus-async-article-callback): Fix typo.
6436
6437 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6438
6439 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6440 current line to work around bugs in the output from w3m.
6441
6442 * gnus-async.el (gnus-async-article-callback): Always prefetch images
6443 for groups that want that.
6444
6445 * nntp.el (nntp-wait-for-string): Supply a timeout for
6446 accept-process-output to ensure progress.
6447
6448 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6449 level to get unread articles from, then use that for foreign groups,
6450 too.
6451
6452 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6453 confuses the rest of the function.
6454
6455 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6456 for the methods that support -retrieve-groups, too.
6457
6458 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6459
6460 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6461
6462 * pop3.el: Require cl when compiling.
6463 (pop3-number-of-responses): Search for "+OK", not "+OK ".
6464
6465 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6466
6467 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6468 that aren't going to be activated.
6469 (gnus-get-unread-articles): Fix up the last commit.
6470
6471 * gnus-html.el (gnus-article-html): Allow calling without specifying
6472 the handle. In that case, dissect the buffer first.
6473
6474 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6475
6476 * nnimap.el (nnimap-open-connection): Revert the change that would look
6477 into authinfo for imaps instead of imap.
6478
6479 * gnus-start.el (gnus-activate-group): Take an optional parameter to
6480 say that you don't want to call gnus-request-group with don-check, but
6481 do check the reponse. This is for virtual groups only.
6482 (gnus-get-unread-articles): Count the archive groups as secondary, so
6483 that they're activated the same way as before.
6484
6485 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6486 case-insensitively.
6487 (nnimap-debug): Remove.
6488
6489 * mail-source.el (mail-source-fetch): Don't message if we're fetching
6490 mail from a file, and the file doesn't exist.
6491
6492 * pop3.el (pop3-streaming-movemail): Return t for success.
6493
6494 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6495 .authinfo if we're using ssl connection.
6496
6497 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6498 already have if we're in a main Gnus `g' run.
6499
6500 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6501
6502 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6503
6504 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6505
6506 * nnmh.el (nnmh-request-list-1): Bind `file'.
6507
6508 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6509 alias to set-process-query-on-exit-flag or process-kill-without-query.
6510 (pop3-open-server): Use it.
6511
6512 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6513
6514 * mail-source.el (mail-source-delete-crash-box): Always move the crash
6515 box to the Incoming file. Fixes mistake in previous checkin.
6516
6517 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6518 request loop (for debugging purposes) removed.
6519
6520 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6521 culprit is more visible.
6522 (nnml-save-incremental-nov, nnml-open-incremental-nov)
6523 (nnml-add-incremental-nov): New functions to do "incremental" nov
6524 updates, where we just append to the end of the existing nov files
6525 without reading/writing them in full.
6526
6527 * mail-source.el (mail-source-delete-crash-box): Really only check the
6528 incoming files once in a while.
6529
6530 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6531
6532 * mail-source.el (mail-source-delete-crash-box): Only check the
6533 incoming files for deletion once per day to save a lot of file
6534 accesses.
6535
6536 * pop3.el (pop3-logon): Fix up unbound variable typo.
6537
6538 * mail-source.el (pop3-streaming-movemail): Autoload.
6539
6540 * pop3.el (pop3-streaming-movemail):
6541 Respect pop3-leave-mail-on-server.
6542
6543 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6544 retrieval.
6545
6546 * pop3.el (pop3-process-filter): Remove unused function.
6547 (pop3-streaming-movemail, pop3-send-streaming-command)
6548 (pop3-wait-for-messages, pop3-write-to-file)
6549 (pop3-number-of-responses): New functions for streaming pop3
6550 retrieval.
6551
6552 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6553 come from no known methods.
6554 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6555 list.
6556
6557 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6558 message sizes.
6559 (pop3-movemail): Use erase-buffer instead of looping and deleting
6560 regions, which seems rather odd.
6561
6562 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6563 file once per `g' run.
6564
6565 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6566 directories. This makes the draft queue directory work.
6567
6568 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6569 data from the backends, so that we only request the list of groups from
6570 each method once. This should speed things up considerably.
6571
6572 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6573 detect that it's not implemented.
6574
6575 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6576 we actually do recurse down into the tree, but don't stat all leaf
6577 nodes.
6578
6579 * gnus-html.el (gnus-html-show-images): If there are no images to show,
6580 then say so instead of bugging out.
6581
6582 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6583 files exist before trying to read them.
6584
6585 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6586 around <pre_int>.
6587
6588 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6589
6590 * nnmh.el (nnmh-request-list-1): Optimize for speed.
6591
6592 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6593
6594 * mm-util.el (mm-image-load-path): Just return the image directories,
6595 not all directories in the path in addition to the image directories.
6596 (mm-image-load-path): Maintain a cache of the image directories so that
6597 the `g' command in Gnus doesn't have to stat dozens of directories each
6598 time.
6599
6600 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6601 (gnus-html-wash-tags): Add a new `i' command to insert images.
6602 (gnus-html-insert-image): New command and keystroke.
6603 (gnus-html-redisplay-with-images): New command and keystroke.
6604 (gnus-html-show-images): Rename command.
6605 (gnus-html-wash-tags): Remove more white space before <pre_int> image
6606 spacers.
6607 (gnus-html-wash-tags): Decode entities at the end, so that entities
6608 inside the tags don't mess up the rest of the "parsing".
6609
6610 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6611 so that nnimap methods aren't agentized by default. There's apparently
6612 many problems related to agent/imap behaviour.
6613
6614 * gnus-art.el (gnus-article-copy-string): New command and key binding.
6615
6616 * gnus-html.el: Doc fix.
6617
6618 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
6619
6620 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6621 glyph-width and glyph-height instead of display-graphic-p and
6622 image-size; make avoidance of displaying small images work for XEmacs.
6623
6624 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6625 for XEmacs.
6626
6627 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6628 of symbol that holds plist data.
6629 (gnus-process-plist): Remove plist of process after getting it.
6630
6631 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6632
6633 * message.el (message-generate-hashcash): Change default to
6634 'opportunistic if hashcash is installed.
6635
6636 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6637 (gnus-html-put-image): Only call image-size once, since it's somewhat
6638 time-consuming on remote X servers.
6639
6640 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6641
6642 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6643 decoded contents.
6644 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6645
6646 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6647
6648 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6649 group line format, since it isn't very interesting.
6650
6651 * gnus-agent.el (gnus-agent-short-article),
6652 (gnus-agent-long-article): Increase values for these two variables,
6653 since most people are likely to have more network connection and
6654 storage than before.
6655
6656 * gnus.el (gnus-refer-article-method): Change default to 'current.
6657 When referring an article, the common behaviour is to refer it from the
6658 current select method, not the native select method. The chances of
6659 the native select method having the message in question is rather slim
6660 these days.
6661
6662 * gnus-sum.el (gnus-auto-select-subject): Change default to
6663 `unseen-or-unread'. I think it's likely that most people want to
6664 select an unseen article over a previously seen, but unread one.
6665
6666 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
6667 means that in the article buffer none of the minor mode elements will
6668 be shown, usually, and this is not desirable in most cases.
6669
6670 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6671 that commands like `d' (and the like) go to the next line in the
6672 buffer, instead of the next unread article. I think this is the
6673 behaviour that is most natural for most users.
6674 (gnus-single-article-buffer): Change default to nil, so that people can
6675 have as many article buffers open as they have summary buffer. I think
6676 this is the most natural way for the groups to behave.
6677
6678 * message.el (message-generate-new-buffers): Change default to
6679 `unsent', so that all new message buffers start their names with the
6680 string "*unsent", and it's easier to find the buffers if you move from
6681 them.
6682
6683 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6684
6685 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6686 small. They're probably tracking images.
6687 (gnus-html-wash-tags): Remove all <pre_int> place holders.
6688 (gnus-html-rescale-image): Yet another try at getting the image sizing
6689 right.
6690
6691 * nntp.el (nntp-request-set-mark): Refuse to do marks if
6692 nntp-marks-file-name is nil.
6693
6694 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6695
6696 * gnus-html.el (gnus-html-wash-tags)
6697 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6698 Better logging.
6699
6700 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6701
6702 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6703
6704 * gnus-html.el (gnus-html-wash-tags): Check the value of
6705 gnus-blocked-images in the summary buffer.
6706
6707 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6708
6709 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6710
6711 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6712
6713 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6714 like "a", it seems like.
6715 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6716 since it needs to be picked from the correct buffer.
6717
6718 * nnwfm.el: Remove.
6719
6720 * nnlistserv.el: Remove.
6721
6722 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6723
6724 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6725 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6726
6727 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6728
6729 * nnkiboze.el: Remove.
6730
6731 * nndb.el: Remove.
6732
6733 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6734 alt text.
6735 (gnus-html-rescale-image): Try to get the rescaling logic right for
6736 images that are just wide and not tall.
6737
6738 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6739 overshadow variable bindings.
6740
6741 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6742
6743 * gnus-html.el (gnus-html-wash-tags)
6744 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6745 Add extra logging.
6746
6747 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6748
6749 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6750 (gnus-max-image-proportion): New variable.
6751 (gnus-html-rescale-image): New function.
6752 (gnus-html-put-image): Rescale images.
6753
6754 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6755
6756 Fix up some byte-compiler warnings.
6757 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6758 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6759 (gnus-article-fill-cited-article, gnus-article-hide-citation)
6760 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6761 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6762 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6763 (gnus-group-update-group): Use save-excursion and with-current-buffer.
6764
6765 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6766
6767 * gnus-html.el (gnus-article-html): Decode contents by charset.
6768
6769 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6770
6771 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6772 (gnus-html-frame-width, gnus-blocked-images)
6773 * message.el (message-prune-recipient-rules): Add custom version.
6774 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6775
6776 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6777 functions.
6778
6779 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6780 gnus-process-get.
6781
6782 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
6783
6784 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6785 instead of lsub directly.
6786
6787 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6788
6789 * nnwarchive.el: Remove.
6790
6791 * gnus-soup.el: Remove.
6792
6793 * nnsoup.el: Remove.
6794
6795 * nnultimate.el: Remove.
6796
6797 * gnus-html.el (gnus-blocked-images): New variable.
6798
6799 * message.el (message-prune-recipients): New function.
6800 (message-prune-recipient-rules): New variable.
6801
6802 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6803 guess whether a long line is natural text or not.
6804
6805 * gnus-html.el (gnus-html-schedule-image-fetching):
6806 Use gnus-process-plist and friends for compatibility.
6807
6808 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6809
6810 * gnus-html.el: Require packages that define macros used in this file.
6811 (gnus-article-mouse-face): Declare to silence byte-compiler.
6812 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6813 process-get.
6814 (gnus-html-put-image): Use plist-get to avoid getf.
6815 (gnus-html-prefetch-images): Use with-current-buffer.
6816
6817 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6818
6819 * gnus-ems.el: Provide compatibility functions for
6820 gnus-set-process-plist.
6821
6822 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6823 * gnus.el (gnus-valid-select-methods)
6824 * message.el (message-send-mail-partially-limit)
6825 * mm-decode.el (mm-text-html-renderer)
6826 * mml.el (mml-insert-mime-headers-always)
6827 * smiley.el (smiley-regexp-alist): Bump custom version.
6828
6829 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6830
6831 * gnus-html.el: require mm-url.
6832 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6833 with the url to `url'.
6834 (gnus-html-wash-tags): Support cid: URLs/images.
6835
6836 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6837
6838 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6839 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6840 bindings, as they aren't useful at all. `w' is moved to `W w'.
6841
6842 * gnus-move.el: Remove file, since it doesn't really work.
6843
6844 * gnus-html.el (gnus-article-html): Tell w3m that the input is
6845 UTF-8. This seems to fix problems with some German web feeds.
6846
6847 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6848 at the top so that the proper colours are applied.
6849
6850 * gnus-art.el (gnus-article-view-part): Doc fix.
6851
6852 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6853 XEmacs-compatible.
6854 (gnus-html-put-image): Don't do images on non-graphic displays.
6855
6856 * nnslashdot.el: Remove this unused backend.
6857
6858 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6859 actions.
6860 (gnus-undo-register-1): Revert last change.
6861
6862 * gnus-group.el (gnus-group-completing-read): Protect against not
6863 having completion-styles bound.
6864
6865 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6866 make broken recipients happier.
6867
6868 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6869
6870 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6871 point parameter.
6872
6873 * gnus-group.el (gnus-group-completing-read): Add 'substring to
6874 completion-styles for group selection.
6875
6876 2009-02-04 Andreas Schwab <schwab@suse.de>
6877
6878 * gnus-score.el (gnus-score-string): Fix regex for matching extra
6879 headers and regexp-quote the match if necessary.
6880
6881 2009-03-24 Miles Bader <miles@gnu.org>
6882
6883 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6884 the blinking smiley.
6885
6886 2009-03-24 Simon Josefsson <simon@josefsson.org>
6887
6888 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6889 blink smiley.
6890
6891 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6892
6893 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6894 where the dribbel file lives exists.
6895
6896 * message.el (message-send-mail-partially-limit): Change the default to
6897 nil, since most people don't want this.
6898
6899 * mm-url.el (mm-url-decode-entities): Also decode entities like
6900 &#x3212.
6901
6902 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
6903
6904 * gnus-sum.el (gnus-summary-idna-message):
6905 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6906 Hyperlink urls in docstrings with URL `...'.
6907
6908 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
6909
6910 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6911 functions.
6912
6913 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6914
6915 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6916 say what the mouseover text should be.
6917
6918 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6919 version of the mm-w3m-safe-url-regexp variable to only download images
6920 in the groups where we want that to happen.
6921
6922 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6923
6924 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6925 easier debugging.
6926 (gnus-article-beginning-of-window): Add kludge to allow spacing past
6927 big pictures in the article buffer.
6928
6929 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6930 gnus-article-html.
6931 (mm-text-html-renderer): gnus-article-html needs curl in addition to
6932 w3m.
6933
6934 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6935
6936 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6937
6938 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6939 which doesn't exist.
6940
6941 * message.el (message-inhibit-ecomplete): New variable to allow some
6942 function to inhibit ecomplete address storage.
6943 (message-resend): Disable ecomplete message storage when resending
6944 messages.
6945
6946 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6947
6948 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
6949
6950 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6951 Save excursion while copying, moving, and deleting articles in order to
6952 prevent the cursor from jumping to unforeseen place.
6953
6954 2010-08-17 Glenn Morris <rgm@gnu.org>
6955
6956 * gnus-sync.el: Require gnus components whose functions are used.
6957
6958 * gnus-art.el (bookmark-make-record-function):
6959 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6960 Declare for compiler.
6961
6962 * mm-url.el (mml-compute-boundary): Autoload.
6963
6964 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
6965
6966 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6967
6968 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
6969
6970 Typo fix "hoo4a" -> "hook".
6971
6972 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6973
6974 2010-08-14 Glenn Morris <rgm@gnu.org>
6975
6976 * gnus-sync.el (gnus-sync): Fix defgroup version.
6977
6978 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
6979
6980 Doc fixes and keep unknown groups (ammended for nunion bug fix).
6981
6982 * gnus-sync.el: Fix docs.
6983 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6984 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6985
6986 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6987
6988 Optimizations for gnus-sync.el.
6989
6990 * gnus-sync.el: Add docs about gnus-sync-backend
6991 possibilities.
6992 (gnus-sync-save): Remove unnecessary message.
6993 (gnus-sync-read): Optimize and show what groups were skipped.
6994
6995 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6996
6997 Minor bug fixes for gnus-sync.el.
6998
6999 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7000 Don't read the sync on get-new-news.
7001
7002 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7003 quiet.
7004
7005 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7006 (fix typo).
7007
7008 2010-07-30 Lawrence Mitchell <wence@gmx.li>
7009
7010 Make saving and restoring of hidden threads work with overlays.
7011 Patch applied by Ted Zlatanov.
7012
7013 * gnus-sum.el (gnus-hidden-threads-configuration)
7014 (gnus-restore-hidden-threads-configuration): Update to deal with text
7015 properties, rather than searching for a magic character.
7016
7017 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
7018
7019 New gnus-sync.el library for synchronization of marks.
7020
7021 * gnus-sync.el: New library for synchronization of marks.
7022
7023 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7024 renamed from `gnus-registry-grep-in-list'.
7025
7026 * gnus-registry.el (gnus-registry-follow-group-p):
7027 Use `gnus-grep-in-list'.
7028
7029 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7030
7031 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
7032
7033 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7034 determining charset of text fails.
7035
7036 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7037
7038 * nnmail.el (nnmail-get-new-mail-1): Revert.
7039
7040 * nnml.el (nnml-active-number): Make sure names of newly created groups
7041 in nnml-group-alist are encoded.
7042
7043 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
7044
7045 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7046 containing non-ASCII characters in active file for nnml back end.
7047
7048 2010-07-24 David Engster <dengste@eml.cc>
7049
7050 * mml-smime.el (mml-smime-epg-verify): Also accept the older
7051 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7052
7053 2010-07-21 Daiki Ueno <ueno@unixuser.org>
7054
7055 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7056 tag (Bug#6654).
7057
7058 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
7059
7060 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7061 the article buffer, not the summary buffer.
7062
7063 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7064
7065 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7066 Emacs 23 as well.
7067
7068 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7069
7070 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7071 Patch applied by Karl Fogel.
7072
7073 * gnus-sum.el (gnus-summary-bookmark-make-record):
7074 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7075
7076 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7077
7078 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7079 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
7080 C-w still not working correctly from Article buffers; Thierry's
7081 patch to fix that will be applied after this.
7082
7083 * gnus-art.el (bookmark-make-record-function): New local variable.
7084
7085 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7086 article buffer.
7087 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7088
7089 2010-07-13 Karl Fogel <kfogel@red-bean.com>
7090
7091 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7092 on changes in bookmark.el.
7093
7094 2010-06-22 Mark A. Hershberger <mah@everybody.org>
7095
7096 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7097 the *other* type of HTML form submission.
7098
7099 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
7100
7101 * auth-source.el (auth-source-pick): If choice does not contain a
7102 questioned keyword, set the check to t.
7103
7104 2010-06-12 Romain Francoise <romain@orebokech.com>
7105
7106 * gnus-util.el (gnus-date-get-time): Move up before first use.
7107
7108 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
7109
7110 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7111 (gnus-article-edit-part): Bind it to make last part that is substituted
7112 or deleted visible.
7113 (gnus-mime-display-single): Buttonize part of which id equals to
7114 gnus-mime-buttonized-part-id.
7115
7116 2010-06-10 Dan Christensen <jdc@uwo.ca>
7117
7118 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7119 (gnus-dd-mmm): Use gnus-date-get-time.
7120 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7121 simplify logic.
7122 (gnus-summary-limit-to-age): Use gnus-date-get-time.
7123 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7124
7125 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
7126
7127 * auth-source.el (top): Autoload `secrets-list-collections',
7128 `secrets-create-item', `secrets-delete-item'.
7129 (auth-sources): Fix tag string.
7130 (auth-get-source, auth-source-retrieve, auth-source-create)
7131 (auth-source-delete): New defuns.
7132 (auth-source-pick): Rewrite in order to avoid 2 passes.
7133 (auth-source-forget-user-or-password): New parameter USERNAME.
7134 (auth-source-user-or-password): New parameters CREATE-MISSING and
7135 DELETE-EXISTING. Retrieve password interactively, if needed.
7136
7137 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
7138
7139 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7140 deleting unused directories when gnus-expert-user is t.
7141
7142 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7143
7144 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7145 for each temp file when gnus-article-browse-delete-temp is ask.
7146
7147 2010-05-20 Kevin Ryde <user42@zip.com.au>
7148
7149 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
7150
7151 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
7152
7153 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7154 article unless decoding article to be saved.
7155
7156 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
7157
7158 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7159 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7160 generated within the mm-with-unibyte-current-buffer macro.
7161
7162 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
7163
7164 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7165 to nil when we're in a mml-preview buffer and no group is selected.
7166
7167 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
7168
7169 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7170 when catching the `C-g'. Reported by "Leo".
7171
7172 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
7173
7174 * message.el (message-forward-make-body-plain)
7175 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7176 multibyte-string-p.
7177
7178 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
7179
7180 * message.el (message-forward-make-body-mml): Assume original message
7181 is multibyte string; error on unibyte.
7182 (message-forward-make-body-plain): Ditto; don't add excessive newline
7183 in body end.
7184
7185 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
7186
7187 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7188 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
7189
7190 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
7191
7192 * mm-extern.el (mm-extern-url): Don't use
7193 mm-with-unibyte-current-buffer.
7194 (mm-extern-cache-contents): Use with-current-buffer instead of
7195 save-excursion + set-buffer.
7196
7197 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7198
7199 * mm-util.el (mm-emacs-mule): Remove.
7200
7201 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
7202
7203 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7204 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7205 change.
7206
7207 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7208
7209 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7210 bind the default value of enable-multibyte-characters to nil.
7211
7212 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7213
7214 * message.el (message-forward-make-body-plain)
7215 (message-forward-make-body-mml):
7216 Don't use mm-with-unibyte-current-buffer.
7217
7218 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
7219
7220 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7221 (Bug#5592).
7222
7223 2010-05-07 Julien Danjou <julien@danjou.info>
7224
7225 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7226 it to mm-pipe-part.
7227
7228 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7229 it is given.
7230
7231 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
7232
7233 * nnweb.el (nnweb-gmane-search)
7234 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7235 XEmacs.
7236
7237 * gnus-art.el (gnus-article-browse-html-parts)
7238 * gnus-group.el (gnus-read-ephemeral-gmane-group)
7239 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7240 make-temp-file.
7241
7242 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7243 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7244 compiling.
7245
7246 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7247 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7248 XEmacs when compiling.
7249
7250 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7251 gnus-pick-mode-off-hook for XEmacs when compiling.
7252 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7253 gnus-binary-mode-off-hook for XEmacs when compiling.
7254
7255 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7256 Return nil if char-charset is not available.
7257
7258 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
7259 macro.
7260
7261 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7262 instead of encode-coding-string.
7263
7264 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7265 'xemacs) instead of mm-emacs-mule to switch function definitions.
7266 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7267
7268 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
7269
7270 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7271
7272 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
7273
7274 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7275 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7276
7277 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
7278
7279 * mm-util.el (mm-decompress-buffer): Use `delete-file';
7280 alias `jka-compr-delete-temp-file' no longer exists.
7281
7282 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7283
7284 Use define-minor-mode in Gnus where applicable.
7285 * mml.el (mml-mode): Use define-minor-mode.
7286 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7287 (gnus-undo-mode): Use define-minor-mode.
7288 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7289 (gnus-dead-summary-mode): Use define-minor-mode.
7290 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7291 Initialize in declaration.
7292 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7293 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7294 (gnus-mailing-list-mode): Use define-minor-mode.
7295 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7296 (gnus-draft-mode): Use define-minor-mode.
7297 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7298 (gnus-dired-mode): Use define-minor-mode.
7299
7300 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
7301
7302 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7303 handles on recursive mml-to-mime translation and check them for
7304 boundary delimiter collisions. Reported by Greg Troxel.
7305
7306 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
7307
7308 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7309
7310 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7311
7312 * mm-util.el (mm-find-buffer-file-coding-system):
7313 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7314
7315 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
7316
7317 * message.el (message-generate-headers): Record insertion of optional
7318 headers as well. Otherwise the check to prevent repeated insertion of
7319 optional headers is a no-op.
7320
7321 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
7322
7323 * smime.el: Don't mention CVS.
7324
7325 * nnrss.el (nnrss-fetch): Don't mention CVS.
7326
7327 * nnir.el: Don't mention CVS.
7328
7329 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7330
7331 * gnus-sum.el (gnus-summary-bookmark-make-record):
7332 Add `location' field.
7333
7334 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7335
7336 * gnus-sum.el: Add bookmark declarations to silence the compiler.
7337 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7338 Use with-current-buffer to silence the byte-compiler.
7339 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7340 bother to require `gnus'.
7341 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
7342
7343 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7344
7345 * gnus-sum.el (gnus-summary-bookmark-make-record)
7346 (gnus-summary-bookmark-jump): New functions.
7347 (gnus-summary-mode): Setup bookmark support.
7348
7349 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
7350
7351 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7352 if set.
7353
7354 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
7355
7356 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7357 gnus-article-browse-html-save-cid-image; make it work recursively for
7358 forwarded messages as well.
7359 (gnus-article-browse-html-parts): Work when prefix arg is given.
7360 (gnus-article-browse-html-article): Doc fix.
7361
7362 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
7363
7364 * message.el (message-default-mail-headers):
7365 (message-default-headers): Carry the value mail-default-headers over
7366 into message-default-mail-headers, rather than message-default-headers.
7367
7368 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
7369
7370 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7371 charset.
7372
7373 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7374 charset into the <meta> tag when the article is encoded to utf-8.
7375
7376 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
7377
7378 * gnus-art.el (gnus-article-browse-delete-temp-files):
7379 Delete directories as well.
7380 (gnus-article-browse-html-parts): Work for images that do not specify
7381 file names; delete temp directory when quitting; insert header at the
7382 right place; use file: scheme for image files.
7383
7384 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
7385
7386 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7387 (gnus-article-browse-html-parts): Use it to make temporary cid image
7388 files in addition to html file so that browser may display them.
7389
7390 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
7391
7392 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7393
7394 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
7395
7396 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7397
7398 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
7399
7400 * auth-source.el (auth-sources): Change default to be simpler.
7401 Explain about Secret Service API sources. Improve Customize options.
7402 (auth-source-pick): Change to accept any number of search parameters.
7403 Implement fallbacks iteratively, not recursively. Add scoring on the
7404 second pass and sort by score. Call Secret Service API when needed.
7405 (auth-source-user-or-password): Use it. Call Secret Service API
7406 directly when needed to get the user name and the password.
7407
7408 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
7409
7410 * message.el (message-interactive): Doc fix.
7411 (message-qmail-inject-args): Reflow.
7412 (message-kill-to-signature): Fix typo in docstring.
7413
7414 * smiley.el (smiley-buffer): Fix typo in docstring.
7415
7416 2010-03-24 Glenn Morris <rgm@gnu.org>
7417
7418 * mail-source.el (gnus-message): Declare.
7419 (mail-source-delete-old-incoming): Require gnus-util.
7420
7421 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
7422
7423 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7424
7425 * message.el (ecomplete-setup): Autoload it for Emacs <23.
7426
7427 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7428 password-cache's default if it is not bound.
7429 (mml-secure-passphrase-cache-expiry): Default to 16 that is
7430 password-cache-expiry's default if it is not bound.
7431
7432 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7433 available in Emacs 21.
7434
7435 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
7436
7437 * auth-source.el (auth-sources): Fix up definition so extra parameters
7438 are always inline.
7439
7440 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
7441
7442 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7443 wasn't updated after mismatch. Clear cached mailbox info correctly
7444 when uidvalidity changes.
7445 (nnimap-group-prefixed-name): New function to avoid some code
7446 duplication.
7447 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7448 (nnimap-request-group): Use it.
7449 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7450 (nnimap-update-unseen): Significantly improved speed of Gnus startup
7451 with many imap folders. This is done by caching the group status from
7452 the imap server persistently in a group parameter `imap-status'. (This
7453 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7454 but not persistently, so every Gnus startup was still very slow.)
7455
7456 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7457
7458 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
7459 secrets.el dependency.
7460 (auth-sources): Add optional user name. Add secrets.el configuration
7461 choice (unused right now).
7462
7463 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7464
7465 * gnus-sum.el (gnus-summary-make-menu-bar):
7466 Let `gnus-registry-install-shortcuts' fill in the functions.
7467
7468 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7469 warnings.
7470 (gnus-registry-misc-menus): Variable to hold registry mark menus.
7471 (gnus-registry-install-shortcuts): Populate and use it in a
7472 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7473
7474 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
7475
7476 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7477 In-place substitutions for the group name encoding/decoding.
7478 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7479 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7480 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7481 (nnimap-update-unseen, nnimap-request-list)
7482 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7483 (nnimap-request-set-mark, nnimap-split-to-groups)
7484 (nnimap-split-articles, nnimap-request-newgroups)
7485 (nnimap-request-create-group, nnimap-request-accept-article)
7486 (nnimap-request-delete-group, nnimap-request-rename-group)
7487 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
7488 `encoded-mbx' for consistency.
7489 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7490 variable `imap-current-mailbox'.
7491
7492 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7493 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7494
7495 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
7496
7497 * pop3.el (pop3-display-message-size-flag): Display message size byte
7498 counts during POP3 download.
7499 (pop3-movemail): Use it.
7500 (pop3-list): Implement listing of available messages.
7501
7502 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
7503
7504 * nnir.el (nnir-get-article-nov-override-function): New function to
7505 override the normal NOV retrieval.
7506 (nnir-retrieve-headers): Use it.
7507
7508 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
7509
7510 * auth-source.el (netrc-machine-user-or-password): Autoload.
7511
7512 2010-03-19 Glenn Morris <rgm@gnu.org>
7513
7514 Stop message.el from loading about 40 libraries it doesn't always need.
7515 The general approach is to autoload rather than require, and to
7516 require in the specific functions rather than the file. (Bug#5642)
7517
7518 * gmm-utils.el: Don't require wid-edit.
7519 (widget-create-child-value, widget-convert, widget-default-get):
7520 Autoload.
7521
7522 * gnus-util.el: Don't require time-date, netrc.
7523 (message-fetch-field, gnus-group-name-decode): Declare rather than
7524 autoloading.
7525 (gnus-fetch-field): Require message.
7526 (gnus-decode-newsgroups): Require gnus-group.
7527
7528 * ietf-drums.el: Don't require time-date.
7529
7530 * message.el: Don't require hashcash, canlock, ecomplete.
7531 Do require mail-utils. Require nnheader only when compiling.
7532 (smtpmail-default-smtp-server): Remove declaration.
7533 (message-send-mail-function): Check smtpmail-default-smtp-server
7534 is bound rather than requiring smtpmail.
7535 (message-auto-save-directory, message-insert-signature):
7536 Use expand-file-name rather than nnheader-concat.
7537 (nnheader-insert-file-contents): Autoload.
7538 (hashcash-wait-async): Declare.
7539 (message-send-mail): Only call gnus-setup-posting-charset if
7540 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
7541 (message-send-mail-with-sendmail): Require sendmail.
7542 (canlock-password, canlock-password-for-verify): Declare.
7543 (message-canlock-password): Require canlock.
7544 (nnheader-get-report): Autoload.
7545 (gnus-setup-posting-charset): Declare.
7546 (message-send-news): Require gnus-msg.
7547 (message-make-references, message-make-in-reply-to): Use mail-header-id
7548 rather than the alias mail-header-message-id.
7549 (ecomplete-add-item, ecomplete-save): Declare.
7550 (message-put-addresses-in-ecomplete): Require ecomplete.
7551 (ecomplete-display-matches): Autoload.
7552
7553 * mm-decode.el: Don't require mailcap, gnus-util.
7554 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7555 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7556 Autoload.
7557 (mailcap-mime-extensions): Declare.
7558
7559 * mm-encode.el: Don't require mailcap.
7560 (mailcap-extension-to-mime): Autoload.
7561
7562 * mml-sec.el: Don't require password-cache.
7563
7564 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7565 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7566 (mml-minibuffer-read-type): Require mailcap.
7567 (mml-preview): Require gnus-msg.
7568
7569 * mml1991.el: Require password-cache.
7570 (password-cache-expiry): Remove declaration.
7571
7572 * mml2015.el: Require password-cache.
7573 (password-cache-expiry): Remove declaration.
7574
7575 * nneething.el (mailcap): Require mailcap.
7576
7577 * nnheader.el (declare-function): Add compatibility stub.
7578 (message-remove-header): Declare rather than autoload.
7579 (nnheader-replace-header): Require message.
7580
7581 * nnimap.el (declare-function): Add compatibility stub.
7582 (netrc-parse, netrc-machine-user-or-password): Declare.
7583 (nnimap-open-connection): Require netrc.
7584
7585 * nntp.el (declare-function): Add compatibility stub.
7586 (netrc-parse, netrc-machine, netrc-get): Declare.
7587 (nntp-send-authinfo): Require netrc.
7588
7589 * rfc2047.el: Don't require qp.
7590 (quoted-printable-encode-region, quoted-printable-decode-string):
7591 Autoload.
7592
7593 * sieve-mode.el: Don't require easymenu.
7594 (easy-menu-add-item): Autoload it.
7595
7596 * spam-stat.el (time-to-number-of-days): Autoload it.
7597
7598 2010-03-17 Kevin Ryde <user42@zip.com.au>
7599
7600 * mml.el (mml-read-tag): Unquote values with `read' to reverse
7601 prin1 in mml-insert-tag (just stripping the quotes gave wrong
7602 value if any backslash escapes).
7603
7604 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7605
7606 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7607 if it is available. (bug#5647)
7608
7609 2010-02-26 Glenn Morris <rgm@gnu.org>
7610
7611 * message.el (message-send-mail-function): Change the default, so that
7612 it inherits from a customized send-mail-function. (Bug#5643)
7613
7614 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7615
7616 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7617 shell-command-to-string signals an error (bug#5299).
7618
7619 2010-02-24 Glenn Morris <rgm@gnu.org>
7620
7621 * message.el (message-smtpmail-send-it)
7622 (message-send-mail-with-mailclient): Doc fixes.
7623
7624 2010-02-16 Glenn Morris <rgm@gnu.org>
7625
7626 * message.el (message-default-mail-headers): Change the default value
7627 to ease the transition from mail-mode to message-mode. (Bug#5555)
7628
7629 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
7630
7631 * message.el (message-mail): Just pass yank-action on to message-setup.
7632 (message-setup): Handle (FUN . ARGS) form of yank-action.
7633 (message-with-reply-buffer, message-widen-reply)
7634 (message-yank-original): Handle non-buffer values of
7635 message-reply-buffer (Bug#4080).
7636 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7637
7638 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
7639
7640 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7641 Fix typo in docstring.
7642
7643 2010-01-08 Jason Rumney <jasonr@gnu.org>
7644
7645 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7646 response.
7647
7648 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7649
7650 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7651
7652 * message.el (message-check-news-header-syntax): Protect against a
7653 string that `rfc822-addresses' returns when parsing fails.
7654
7655 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7656
7657 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7658 (gnus-previous-char-property-change): New functions.
7659
7660 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7661
7662 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
7663
7664 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7665 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
7666
7667 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
7668
7669 * message.el (message-exchange-point-and-mark): Rework last change to
7670 avoid using optional arg of exchange-point-and-mark, for backward
7671 compatibility.
7672
7673 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
7674
7675 * message.el (message-exchange-point-and-mark):
7676 Call exchange-point-and-mark with an argument rather than setting
7677 mark-active by hand (Bug#5175).
7678
7679 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7680
7681 * nntp.el (nntp-service-to-port): Work for service expressed with
7682 numeric string; replace [:digit:] with [0-9] for XEmacs.
7683
7684 2009-12-17 Glenn Morris <rgm@gnu.org>
7685
7686 * gnus-group.el (gnus-bug-group-download-format-alist):
7687 Change emacs entry to debbugs.gnu.org. Bump :version.
7688
7689 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7690
7691 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7692
7693 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7694
7695 * message.el (message-info): Explain why we use `Info-goto-node'.
7696
7697 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7698
7699 * message.el (message-completion-in-region): New compatibility function.
7700 (message-expand-group): Use it.
7701
7702 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
7703
7704 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7705 with no unread article should be listed if the 2nd arg `predicate' is
7706 given.
7707
7708 2009-11-29 Juri Linkov <juri@jurta.org>
7709
7710 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7711 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
7712 on `gnus-recenter'. (Bug#4698, Bug#4981)
7713
7714 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7715
7716 * message.el (message-from-style, message-interactive)
7717 (message-signature): Always set default values from the corresponding
7718 mail-* variables.
7719 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7720 (message-yank-prefix, message-indentation-spaces)
7721 (message-signature-file, message-default-headers): Use boundp rather
7722 than (featurep 'xemacs) to check if the corresponding mail-* variables
7723 exist.
7724
7725 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7726
7727 * message.el (message-send-mail-with-sendmail): Revert last change.
7728
7729 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7730
7731 * message.el (message-from-style, message-interactive)
7732 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7733 (message-yank-prefix, message-indentation-spaces, message-signature)
7734 (message-signature-file, message-default-headers): For GNU Emacs, set
7735 default values from the corresponding mail-* variables.
7736 (message-send-mail-with-sendmail): Use envelope-from only if
7737 mail-specify-envelope-from is non-nil.
7738
7739 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7740
7741 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7742 containing tspecial characters if they have been already quoted.
7743
7744 2009-10-24 Glenn Morris <rgm@gnu.org>
7745
7746 * gnus-art.el (help-xref-stack-item): Define for compiler.
7747
7748 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7749
7750 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7751
7752 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7753
7754 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7755 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7756
7757 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
7758
7759 * gnus.el (gnus-overlay-get): New alias to overlay-get.
7760 (gnus-overlays-in): New alias to overlays-in.
7761
7762 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7763 gnus-overlay-get, and gnus-delete-overlay.
7764 (gnus-summary-show-thread): Make it work as well for systems in which
7765 next-single-char-property-change is not available.
7766 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7767
7768 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
7769
7770 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7771
7772 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7773
7774 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7775 and XEmacs that don't have `remove-overlays'.
7776
7777 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7778
7779 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7780 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7781 selective display. Use overlays instead.
7782
7783 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7784
7785 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7786
7787 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7788
7789 * spam-stat.el (spam-stat-load): Fix typo in message.
7790
7791 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
7792
7793 * gnus-art.el (gnus-article-encrypt-body):
7794 * message.el (message-check-recipients):
7795 * mm-util.el (mm-codepage-setup):
7796 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7797 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7798
7799 2009-09-22 Daiki Ueno <ueno@unixuser.org>
7800
7801 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7802 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7803 keys from the menu if mm-{sign,encrypt}-option is 'guided.
7804 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7805 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7806
7807 2009-09-18 Glenn Morris <rgm@gnu.org>
7808
7809 * gnus-diary.el (gnus-diary-check-message):
7810 * message.el (message-insert-formatted-citation-line):
7811 * nnbabyl.el (top-level):
7812 * nndiary.el (nndiary-schedule):
7813 Fix typos in condition-case handlers.
7814
7815 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7816
7817 * gnus-art.el (gnus-article-edit-part): Work for the buffer
7818 configuration that provides the sole article window in a frame;
7819 position point correctly after deleting a part.
7820
7821 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
7822
7823 * spam.el (spam-unregister-on-reregister): Add boolean variable.
7824 (spam-resolve-registrations-routine): Use it to unregister articles
7825 that change status.
7826
7827 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7828
7829 * nnrss.el (nnrss-request-article): Remove binding of
7830 default-enable-multibyte-characters that has gotten needless by
7831 the 2007-07-13 change in rfc2047-encode-message-header.
7832
7833 * mml.el (mml-insert-multipart): Error on the message header.
7834 (mml-insert-part): Error on the message header; position point at
7835 the end of a MIME tag.
7836
7837 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7838
7839 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7840 (gnus-float-time): Alias to float-time if it exists.
7841
7842 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7843 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7844 float-time is available; suppress compile warning for time-to-seconds.
7845
7846 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7847
7848 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7849 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7850 Add the optional argument `encoding' that overrides the default.
7851
7852 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7853 mm-encode-buffer.
7854
7855 2009-09-04 Glenn Morris <rgm@gnu.org>
7856
7857 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7858 mm-disable-multibyte, rather than default-enable-multibyte-characters.
7859 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7860 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7861 * mm-util.el (mm-with-unibyte-current-buffer)
7862 (mm-find-buffer-file-coding-system):
7863 * yenc.el (yenc-decode-region): Use default-value rather than
7864 default-enable-multibyte-characters.
7865
7866 2009-09-03 Glenn Morris <rgm@gnu.org>
7867
7868 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7869 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7870 than default-enable-multibyte-characters.
7871
7872 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
7873
7874 * gnus-art.el (gnus-article-read-summary-keys):
7875 Fix gnus-buffer-configuration's value temporarily used.
7876
7877 2009-09-02 Glenn Morris <rgm@gnu.org>
7878
7879 * gnus-util.el (gnus-float-time): New function.
7880 * gnus-delay.el (gnus-delay-article):
7881 * gnus-sum.el (gnus-thread-latest-date):
7882 * gnus-util.el (gnus-user-date): Use gnus-float-time.
7883 * nnspool.el (nnspool-request-newgroups):
7884 Use gnus-float-time rather than time-to-seconds.
7885 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7886
7887 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7888 (gnus-header-subject-face, gnus-header-newsgroups-face)
7889 (gnus-header-name-face, gnus-header-content-face):
7890 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7891 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7892 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7893 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7894 (gnus-cite-face-11):
7895 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7896 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7897 (gnus-server-closed-face, gnus-server-denied-face)
7898 (gnus-server-offline-face):
7899 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7900 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7901 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7902 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7903 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7904 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7905 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7906 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7907 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7908 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7909 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7910 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7911 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7912 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7913 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7914 (gnus-summary-high-undownloaded-face)
7915 (gnus-summary-low-undownloaded-face)
7916 (gnus-summary-normal-undownloaded-face)
7917 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7918 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7919 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7920 (gnus-splash-face):
7921 * message.el (message-header-to-face, message-header-cc-face)
7922 (message-header-subject-face, message-header-newsgroups-face)
7923 (message-header-other-face, message-header-name-face)
7924 (message-header-xheader-face, message-separator-face)
7925 (message-cited-text-face, message-mml-face):
7926 * sieve-mode.el (sieve-control-commands-face)
7927 (sieve-action-commands-face, sieve-test-commands-face)
7928 (sieve-tagged-arguments-face):
7929 * spam.el (spam-face):
7930 Mark face aliases with "-face" in the name as obsolete.
7931
7932 2009-09-01 Glenn Morris <rgm@gnu.org>
7933
7934 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7935 than goto-line.
7936
7937 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7938
7939 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7940 Don't move point if the command is invoked inside the message header.
7941
7942 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7943
7944 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7945 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7946 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7947 * nnir.el (nnir-swish-e-index-file):
7948 * gnus-sum.el (gnus-summary-delete-marked-as-read)
7949 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7950 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7951 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7952 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7953 (gnus-treat-display-xface): Add Emacs version of obsolescence.
7954
7955 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
7956
7957 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7958 Don't save excursion.
7959
7960 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7961
7962 * nnheader.el (nnheader-find-file-noselect):
7963 * mm-util.el (mm-insert-file-contents):
7964 Use (default-value 'major-mode) instead of default-major-mode.
7965
7966 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7967
7968 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7969
7970 2009-08-25 Glenn Morris <rgm@gnu.org>
7971
7972 * nnir.el (top-level): Don't require cl at run-time.
7973 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7974 Replace cl-function substitute with gnus-replace-in-string.
7975 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7976 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7977 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7978 simplified expansions.
7979
7980 2009-08-22 Glenn Morris <rgm@gnu.org>
7981
7982 * gnus-art.el (gnus-button-patch): Use forward-line rather than
7983 goto-line.
7984
7985 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
7986
7987 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7988
7989 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7990 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7991 (gnus-mm-display-part, gnus-mime-display-single)
7992 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7993 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7994
7995 * gnus-sum.el
7996 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7997 (gnus-summary-move-article): Add expirable mark to articles copied or
7998 moved to group that has auto-expire turned on if the option is non-nil.
7999
8000 2009-07-24 Glenn Morris <rgm@gnu.org>
8001
8002 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8003 Fix typo. (Bug#3903)
8004
8005 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
8006
8007 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8008 gnus-article-read-summary-keys rather than gnus-summary-edit-article
8009 that should not be used for draft articles.
8010 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8011 that has no concern in minor mode keys.
8012 (gnus-article-summary-command, gnus-article-summary-command-nosave):
8013 Abolish.
8014
8015 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
8016
8017 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8018 article without making inquiry to a user for unknown encoding.
8019
8020 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8021 (nnmaildir--scan): Assume i-node and device number that file-attributes
8022 returns might be cons-cell.
8023
8024 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
8025
8026 * auth-source.el: Remove docs now in auth.texi. Don't use
8027 `gnus-message' for logging. Add new variables `auth-source-debug' and
8028 `auth-source-hide-passwords' and use them.
8029
8030 2009-07-15 Glenn Morris <rgm@gnu.org>
8031
8032 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8033
8034 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
8035
8036 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8037 excessive whitespace from the default values of title and description.
8038
8039 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
8040
8041 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8042 mail-fetch-field to fetch Content-Description header in order to
8043 exclude newlines.
8044
8045 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
8046
8047 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8048 to deleted part.
8049
8050 2009-05-30 David Engster <dengste@eml.cc>
8051
8052 * nnmairix.el: Remove old documentation in the commentary block.
8053 (nnmairix-request-group): Do not update active file for nnml back ends.
8054 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8055 end so that overview files are ignored.
8056 (nnmairix-update-groups): Make updating the groups more robust by using
8057 marks.
8058 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8059 with dollar characters in message-id.
8060
8061 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
8062
8063 * spam.el: Use dns-query instead of query-dns. Was renamed on
8064 2008-12-25 in dns.el.
8065
8066 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8067
8068 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8069 could happen if the text is only composed of spaces and/or tabs.
8070
8071 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
8072
8073 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8074 when sending a queued message to avoid extra mml tags.
8075
8076 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
8077
8078 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8079
8080 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
8081
8082 * gnus-dired.el: Remove autoload for gnus-setup-message.
8083 (gnus-dired-attach): Fake this-command value to prevent Gnus from
8084 displaying Gnus logo; always use compose-mail.
8085
8086 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
8087
8088 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8089
8090 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
8091
8092 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8093 (gnus-nocem-issuers): List currently active issuers; fix custom type.
8094 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8095 available.
8096 (gnus-nocem-epg-verify): New function.
8097
8098 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
8099
8100 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8101
8102 2009-02-15 Glenn Morris <rgm@gnu.org>
8103
8104 * gnus-util.el (rmail-insert-rmail-file-header)
8105 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8106 autoloads.
8107 (rmail-default-rmail-file): Remove unnecessary declaration.
8108 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8109
8110 2009-02-14 Glenn Morris <rgm@gnu.org>
8111
8112 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8113 variable (only used in gnus-util, which declares it anyway).
8114 (rmail-output-to-rmail-file): Remove autoload of deleted function,
8115 which was only needed by gnus-art (changed to not use it any more).
8116 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8117 only used in gnus-util, which autoloads it itself.
8118 (rmail-update-summary): Fix autoload.
8119
8120 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8121 rather than rmail-output-to-rmail-file.
8122
8123 2009-02-07 Glenn Morris <rgm@gnu.org>
8124
8125 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8126 autoload of function that no longer exists.
8127 (rmail-toggle-header): Declare.
8128 (message-forward-rmail-make-body): Handle mbox Rmail.
8129
8130 2009-01-31 Glenn Morris <rgm@gnu.org>
8131
8132 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8133 2009-01-09 change.
8134
8135 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
8136
8137 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8138 (auth-source-forget-all-cached): New convenience function.
8139 (auth-source-user-or-password): Accept list of modes or a single mode.
8140
8141 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8142 auth-source modes.
8143
8144 * nnimap.el (nnimap-open-connection): Use list of
8145 auth-source modes.
8146
8147 * nntp.el (nntp-send-authinfo): Use list of
8148 auth-source modes.
8149
8150 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
8151
8152 * auth-source.el: Update docs to reflect epa-file-enable is to be used
8153 now.
8154
8155 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8156
8157 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8158 coding system in XEmacs; add a workaround for XEmacs.
8159
8160 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
8161
8162 * mm-util.el (mm-coding-system-priorities): Protect against nil value
8163 of current-language-environment.
8164
8165 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8166
8167 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8168 available at runtime.
8169
8170 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8171
8172 * gnus-art.el (article-date-ut): Fix end point of narrowing.
8173
8174 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
8175
8176 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8177 the greatest positive fixnum value doesn't work under an XEmacs with
8178 bignum support; use the most-positive-fixnum constant instead,
8179 available since Emacs 21.1 with cl and XEmacs 21.1.
8180
8181 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8182
8183 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8184 XEmacs gets not to work.
8185
8186 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
8187
8188 * mm-util.el (mm-coding-system-priorities): Allow the value like
8189 "Japanese (UTF-8)" of current-language-environment.
8190
8191 2009-01-09 Glenn Morris <rgm@gnu.org>
8192
8193 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8194 with last-command-event.
8195
8196 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
8197
8198 * message.el (message-fix-before-sending): Amend comment.
8199
8200 2009-01-07 David Engster <dengste@eml.cc>
8201
8202 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8203 simplified server definitions by converting it via
8204 gnus-server-to-method.
8205
8206 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8207
8208 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8209 parameter's operands.
8210
8211 2009-01-06 David Engster <dengste@eml.cc>
8212
8213 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8214 primary select method (for gnus-group-mark-article-as-read).
8215
8216 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
8217
8218 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8219 `(gnus)Face', not `(gnus)X-Face'.
8220
8221 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
8222
8223 * mm-util.el (mm-ucs-to-char): New function.
8224
8225 * mm-url.el (mm-url-decode-entities): Use it.
8226
8227 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8228
8229 * message.el (message-fix-before-sending): Add `eight-bit' to
8230 illegible-text check.
8231
8232 2009-01-03 Michael Olson <mwolson@gnu.org>
8233
8234 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8235 `headers' is nil. This can occur if the IMAP server does not have
8236 permissions to read messages from a folder, but can write new messages
8237 to the folder.
8238 (nnimap-request-article-part): Do not insert `data' if it is nil.
8239
8240 2009-01-01 Dave Love <fx@gnu.org>
8241
8242 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8243
8244 * nnimap.el: Fix author email.
8245 (nnimap-split-rule): Add FIXME comment.
8246 (nnimap-debug): Fix doc string.
8247
8248 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
8249
8250 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8251 overlay-arrow-position and overlay-arrow-string buffer-local; no need
8252 to check if those variables exist (first appeared in Emacs 18.50).
8253
8254 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
8255
8256 * mm-util.el (mm-line-number-at-pos): New function.
8257
8258 * spam-report.el (spam-report-process-queue): Use it.
8259
8260 2008-12-24 David Engster <dengste@eml.cc>
8261
8262 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8263 parameters that haven't existed as variables as buffer-local variables.
8264
8265 2008-12-23 Dave Love <fx@gnu.org>
8266
8267 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8268 cadar.
8269
8270 * sieve-manage.el (sieve-manage-starttls-p): Rename from
8271 imap-starttls-p.
8272 (sieve-manage-starttls-open): Rename from imap-starttls-open.
8273
8274 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
8275
8276 * spam-report.el (spam-report-gmane-max-requests): New constant.
8277 (spam-report-gmane-wait): New variable.
8278 (spam-report-gmane-ham, spam-report-gmane-spam)
8279 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8280 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8281 the server.
8282
8283 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8284 Add explanations.
8285
8286 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8287 nnheader-accept-process-output and nnheader-read-timeout if available.
8288 (pop3-movemail): Use it.
8289
8290 * message.el (message-check-news-body-syntax): Fix signature check if
8291 there's an attachment.
8292
8293 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8294
8295 * mm-util.el: Add comments to the mm- emulating functions.
8296
8297 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
8298
8299 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8300 Reported by Stephen Berman <stephen.berman@gmx.net>.
8301
8302 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
8303
8304 * mm-util.el (mm-substring-no-properties): New function.
8305 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8306 (mm-special-display-p): Enable those lambda forms to be byte compiled.
8307 (mm-string-to-multibyte): Doc fix.
8308
8309 * mml.el (mml-attach-file): Use mm-substring-no-properties.
8310
8311 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8312
8313 * mml.el (mml-attach-file): Strip text properties from file name.
8314 (Bug#1574)
8315
8316 2008-12-16 Glenn Morris <rgm@gnu.org>
8317
8318 * mm-util.el (mm-charset-override-alist): Declare for compiler.
8319
8320 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8321
8322 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8323 knows since the charset specified might be a bogus alias that
8324 mm-charset-synonym-alist provides.
8325
8326 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
8327
8328 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8329 "ISO_8859-1".
8330
8331 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8332
8333 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8334
8335 * mm-util.el (mm-charset-eval-alist):
8336 Define it before mm-charset-to-coding-system.
8337 (mm-charset-to-coding-system): Add optional argument `silent';
8338 define it before mm-charset-override-alist.
8339 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8340 default value if it can be used in Emacs currently running;
8341 silence mm-charset-to-coding-system.
8342
8343 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
8344
8345 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8346 `allow-override' which says whether to use `mm-charset-override-alist'.
8347 (rfc2047-decode-encoded-words): Use it.
8348
8349 * mm-util.el (mm-charset-override-alist): Fix custom type;
8350 add `(gb2312 . gbk)' to choices.
8351
8352 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
8353
8354 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8355 fast.
8356
8357 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8358
8359 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
8360
8361 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8362 on links.
8363
8364 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8365
8366 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
8367
8368 * message.el (message-idna-to-ascii-rhs-1): Protect against local
8369 users' addresses that don't have domain parts.
8370 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8371 rather than message-narrow-to-head since there will be the message
8372 header separator.
8373
8374 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8375
8376 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8377 since the result is inserted in a unibyte buffer anyway.
8378 (nnimap-demule-use-string-to-multibyte): Remove.
8379 (nnimap-demule): Alias it to mm-string-to-multibyte.
8380
8381 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8382
8383 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8384 variable for debugging bug#464 and bug#1174.
8385 (nnimap-demule): Use it.
8386
8387 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
8388
8389 * gnus-score.el (gnus-score-find-trace): Handle default score in total
8390 score calculation correctly.
8391
8392 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8393
8394 * message.el (message-send-mail): Just set the buffer to unibyte
8395 rather than use mm-with-unibyte-current-buffer which does a lot more.
8396 (message-send-mail-partially): Don't bother with
8397 mm-with-unibyte-current-buffer since it's already been made unibyte by
8398 message-send-mail.
8399
8400 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
8401
8402 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8403
8404 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
8405
8406 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8407
8408 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8409
8410 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8411 require itself and to remove `with-no-warnings'.
8412
8413 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
8414
8415 * starttls.el (starttls-any-program-available): Get the name of the
8416 available TLS layer program.
8417 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8418 well as the host name in the "opening" message.
8419
8420 * auth-source.el (auth-source-cache, auth-source-do-cache)
8421 (auth-source-user-or-password): Cache passwords and logins by default,
8422 allow override with `auth-source-do-cache'.
8423 (auth-source-forget-user-or-password): Allow users to remove cache
8424 entries if needed.
8425
8426 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
8427
8428 * ietf-drums.el (ietf-drums-remove-comments): Localize second
8429 condition-case to only the forward-sexp call.
8430
8431 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
8432
8433 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8434 quotes contained. Make it more robust regardless by an extra
8435 condition-case wrapper.
8436
8437 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
8438
8439 * nnml.el (nnml-request-expire-articles): Check if the function set to
8440 `nnmail-expiry-target' returns the symbol `delete'.
8441
8442 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8443
8444 * nnmail.el (nnmail-expiry-target): Fix custom type.
8445
8446 2008-10-02 Glenn Morris <rgm@gnu.org>
8447
8448 * mm-util.el (mm-codepage-setup): Tweak codepage error.
8449 Silence compiler warning.
8450
8451 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
8452
8453 * mml.el (mml-menu): Don't assume mml2015 is bound.
8454
8455 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
8456
8457 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8458 exists.
8459
8460 2008-09-27 Glenn Morris <rgm@gnu.org>
8461
8462 * gnus-util.el (mail-header-remove-comments): Autoload it.
8463
8464 2008-09-27 Andreas Schwab <schwab@suse.de>
8465
8466 * gnus-util.el (gnus-split-references): Strip comments.
8467 (gnus-parent-id): Likewise.
8468
8469 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
8470
8471 * message.el (message-confirm-send): Fix version.
8472
8473 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
8474
8475 * message.el (message-idna-to-ascii-rhs-1): Use
8476 mail-extract-address-components rather than mail-header-parse-addresses
8477 that is an alias by default to ietf-drums-parse-addresses that does not
8478 support non-ASCII names in headers' contents.
8479
8480 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8481
8482 * message.el (message-confirm-send): Fix variable documentation to
8483 avoid the "y/n" wording.
8484
8485 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
8486
8487 * message.el (message-set-auto-save-file-name): Save to a different
8488 filename so multiple messages (especially drafts) can be recovered.
8489
8490 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
8491
8492 * message.el (message-confirm-send): Add appropriate version.
8493
8494 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
8495
8496 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8497 defvar.
8498
8499 2008-09-22 Daiki Ueno <ueno@unixuser.org>
8500
8501 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8502 (mm-pkcs7-enveloped-magic): Ditto.
8503
8504 2008-09-17 Simon Josefsson <simon@josefsson.org>
8505
8506 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8507 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8508
8509 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
8510
8511 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8512 default, it's better.
8513
8514 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
8515
8516 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8517 summary line gnus-number property and ignore them (with a warning
8518 message).
8519
8520 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8521
8522 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8523 macro caddr in the interactive form since it won't be expanded.
8524
8525 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8526
8527 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8528 `charset'; fix name of function called recursively.
8529 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8530
8531 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8532
8533 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8534 (gnus-mime-set-charset-parameters): New function.
8535 (gnus-mime-view-part-as-charset): Use it to correctly display part
8536 specifying wrong charset.
8537
8538 2008-09-08 David Engster <dengste@eml.cc>
8539
8540 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8541 in completing-read for back end server.
8542
8543 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
8544
8545 * message.el (message-confirm-send): New variable to confirm sending a
8546 message.
8547 (message-send): Use it.
8548
8549 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
8550
8551 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8552
8553 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
8554
8555 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8556
8557 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
8558
8559 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8560 prevent tracking too many groups.
8561 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8562 Use it.
8563
8564 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
8565
8566 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8567 moving point to the bottom of the window in order to avoid recentering.
8568
8569 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
8570
8571 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8572 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8573 (gnus-article-beginning-of-window): Fix calculation.
8574
8575 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
8576
8577 * gnus-msg.el (gnus-summary-supersede-article)
8578 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8579 value of gnus-newsgroup-charset to decode non-MIME encoded text in
8580 message header.
8581
8582 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8583
8584 * message.el:
8585 * gnus-start.el:
8586 * gnus-registry.el: Remove VMS support.
8587
8588 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
8589
8590 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8591 macro.
8592 (rfc2104-hash): Use it.
8593
8594 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
8595
8596 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8597 (gnus-summary-sort-by-most-recent-date): New commands.
8598 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8599 and menu entries.
8600
8601 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
8602
8603 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8604 don't redisplay article for raw contents; remove plural articles stuff.
8605
8606 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8607 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8608 on gnus-summary-save-article; display results properly.
8609
8610 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8611
8612 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8613
8614 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
8615
8616 * gnus-art.el (gnus-summary-save-in-pipe):
8617 Consider gnus-save-all-headers.
8618
8619 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8620
8621 * gnus-util.el (ns-focus-frame): Remove declaration.
8622 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
8623 like x.
8624
8625 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8626
8627 * rfc2104.el (rfc2104-zero): Delete defconst.
8628 (rfc2104-hex-alist): Likewise.
8629 (rfc2104-hex-to-int): Delete func.
8630 (rfc2104-hexstring-to-bitstring): Likewise.
8631 (rfc2104-nybbles): New defconst.
8632 (rfc2104-hash): Rewrite for speed.
8633
8634 2008-07-16 Glenn Morris <rgm@gnu.org>
8635
8636 * gnus-util.el (ns-focus-frame): Declare for compiler.
8637
8638 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
8639
8640 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8641 set as a group parameter.
8642 (gnus-summary-save-in-pipe): Work when it is called independently.
8643 (gnus-summary-pipe-to-muttprint): Don't modify
8644 gnus-summary-pipe-output-default-command.
8645
8646 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8647
8648 * message.el (message-send-mail-with-sendmail):
8649 Display the error message.
8650
8651 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8652
8653 * gnus-art.el (gnus-default-article-saver):
8654 Add gnus-summary-save-in-pipe to choices.
8655 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8656 gnus-summary-pipe-output-default-command as the default command.
8657 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8658 instead of gnus-last-shell-command.
8659
8660 * gnus-sum.el (gnus-summary-pipe-output-default-command):
8661 New user option.
8662 (gnus-summary-muttprint-program): Mention the value will be changed.
8663 (gnus-summary-save-article): Force showing of all headers.
8664 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8665
8666 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
8667
8668 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8669
8670 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
8671
8672 * nnimap.el (nnimap-id):
8673 * sieve-manage.el (sieve-manage-open): Doc fixes.
8674
8675 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8676
8677 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8678 if available.
8679
8680 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8681
8682 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8683
8684 * nnkiboze.el (nnkiboze-generate-group):
8685 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8686
8687 * nnmairix.el: Require CL.
8688
8689 2008-06-15 David Engster <dengste@eml.cc>
8690
8691 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8692
8693 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
8694
8695 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8696 New macros that expand to an `aset'/`aref' call under Emacs, and to a
8697 runtime choice under XEmacs.
8698
8699 * gnus-sum.el (gnus-summary-set-display-table):
8700 Use `gnus-put-display-table', `gnus-get-display-table',
8701 `gnus-set-display-table' for the display table, instead of `aset'.
8702
8703 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8704
8705 * nnmairix.el: Add autoloads.
8706
8707 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8708
8709 * nnmairix.el (nnmairix-delete-recreate-group)
8710 (nnmairix-update-and-clear-marks): Fix error messages.
8711
8712 2008-06-14 David Engster <dengste@eml.cc>
8713
8714 * nnmairix.el: Upgrade to version 0.6.
8715 (nnmairix-group-toggle-propmarks-this-group)
8716 (nnmairix-group-toggle-readmarks-this-group)
8717 (nnmairix-group-delete-recreate-this-group)
8718 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8719 (nnmairix-remove-tick-mark-original-article): New commands.
8720 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8721 (nnmairix-propagate-marks-to-nnmairix-groups)
8722 (nnmairix-only-use-registry, nnmairix-allowfast-default)
8723 (nnmairix-marks-cache, nnmairix-version-output): New variables.
8724 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8725 functions needed for marks propagation and manipulation of read marks.
8726 (nnmairix-update-groups): New function.
8727 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8728 (nnmairix-determine-original-group-from-registry)
8729 (nnmairix-determine-original-group-from-path)
8730 (nnmairix-get-group-from-file-path, nnmairix-map-range)
8731 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8732 New helper functions.
8733 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8734 keystrokes for new commands.
8735 (nnmairix-delete-and-create-on-change): Doc string cleanup.
8736 (nnmairix-request-group): Check allow-fast group parameter.
8737 (nnmairix-request-create-group): Set allow-fast group parameter if
8738 nnmairix-allowfast-default is set.
8739 (nnmairix-close-group): Propagate marks upon closing if needed.
8740 (nnmairix-group-toggle-threads-this-group): Use new.
8741 nnmairix-group-toggle-parameter helper function.
8742 (nnmairix-search): Better check for empty search result.
8743 (nnmairix-goto-original-article): Use new helper functions for
8744 determining original article.
8745 (nnmairix-show-original-article): Make sure message-id is in brackets.
8746 (nnmairix-call-mairix-binary): Change variable name.
8747 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8748 helper function.
8749 (nnmairix-widget-toggle-activate): Fix doc string.
8750
8751 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
8752
8753 * nnir.el: Require edmacro when compiling with XEmacs.
8754 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8755 available in Emacs 21.
8756
8757 2008-06-11 Glenn Morris <rgm@gnu.org>
8758
8759 * gnus-util.el (x-focus-frame):
8760 * gnus.el (image-size):
8761 * mm-decode.el (image-size): Declare.
8762
8763 * gnus-picon.el (declare-function): Add compat definition.
8764 (image-size): Declare.
8765
8766 * gnus-group.el (tool-bar-map):
8767 * gnus-sum.el (tool-bar-map): Define for compiler.
8768
8769 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8770
8771 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8772
8773 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8774 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8775 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8776 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8777 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8778 * sieve-manage.el, spam-report.el, spam.el:
8779 Remove unnecessary eval-and-compile of autoloads.
8780
8781 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
8782
8783 * auth-source.el: Precise Tramp doc.
8784
8785 2008-06-07 Glenn Morris <rgm@gnu.org>
8786
8787 * nnmairix.el: Remove unnecessary eval-when-compile.
8788
8789 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
8790
8791 * nnir.el: New file.
8792
8793 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8794
8795 * gnus-util.el (gnus-read-shell-command): New function.
8796 * mm-decode.el (mm-pipe-part):
8797 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8798
8799 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8800
8801 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8802
8803 2008-06-03 Glenn Morris <rgm@gnu.org>
8804
8805 * pop3.el (nnheader-accept-process-output): Autoload it.
8806
8807 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8808
8809 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8810 are not 2-digit hexadecimal characters that follow `%'s.
8811
8812 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8813
8814 * message.el (message-bogus-recipient-p): Fix type in doc string.
8815 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8816 (message-bogus-addresses): Rename from message-bogus-address-regexp.
8817 Improve custom options.
8818 (message-bogus-recipient-p): Adjust accordingly.
8819
8820 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8821
8822 * nnmairix.el: Require edmacro when compiling with XEmacs.
8823
8824 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
8825
8826 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8827 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8828
8829 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
8830
8831 * auth-source.el: Add more docs.
8832
8833 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8834
8835 * nnheader.el (nnheader-read-timeout): Change the default timeout from
8836 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
8837 retrieval faster in some cases, but might make CPU usage larger.
8838 If this has any bad side effects, we might revert this change.
8839
8840 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8841 seems to make mail retrieval much, much faster.
8842 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8843 unconditionally.
8844
8845 * gnus-draft.el (gnus-group-send-queue):
8846 Bind message-send-mail-partially-limit to nil to avoid being prompted.
8847
8848 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
8849
8850 * mml.el (mml-attach-buffer): Prompt for `disposition'.
8851
8852 * message.el (message-bogus-address-regexp): Fix and improve custom
8853 type.
8854 (message-setup-hook): Add message-check-recipients as custom option.
8855
8856 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
8857
8858 * message.el (message-cite-function): Remove bogus autoload which crept
8859 in during merge from v5-10.
8860
8861 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
8862
8863 * nnimap.el (nnimap-open-connection): Fix login/password bug.
8864
8865 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8866
8867 * auth-source.el: Preliminary Tramp docs.
8868 (auth-sources): Change the default auth-sources to use
8869 EPA .gpg files.
8870
8871 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
8872
8873 * nntp.el: Autoload `auth-source-user-or-password'.
8874 (nntp-send-authinfo): Use it.
8875
8876 * nnimap.el: Autoload `auth-source-user-or-password'.
8877 (nnimap-open-connection): Use it.
8878
8879 * auth-source.el: Add docs on using with url-auth. Import gnus-util
8880 for the gnus-message function.
8881 (auth-source-user-or-password): Use it.
8882
8883 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8884
8885 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8886 rfc2104-hexstring-to-byte-list. Return a unibyte string.
8887 (rfc2104-hash): Use it.
8888
8889 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8890
8891 * gnus-art.el (gnus-article-toggle-truncate-lines):
8892 Don't use `iff' in docstring.
8893
8894 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
8895
8896 * gnus-registry.el: Adjusted copyright dates and added a keyword.
8897
8898 * gnus-util.el (gnus-extract-address-component-name)
8899 (gnus-extract-address-component-email): Convenience functions around
8900 `gnus-extract-address-components'.
8901
8902 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8903 Use `gnus-extract-address-component-email' to fix bug of comparing full
8904 sender name to `user-mail-address'.
8905
8906 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
8907
8908 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8909 catch/throw to optimize.
8910 (gnus-registry-find-keywords): Just use member to find a keyword.
8911
8912 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8913
8914 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8915 is current before calling gnus-server-prepare.
8916 (gnus-server-setup-buffer, gnus-server-update-server)
8917 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8918
8919 2008-05-04 Juri Linkov <juri@jurta.org>
8920
8921 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8922 (mailcap-file-default-commands): Use mailcap-replace-in-string
8923 instead of replace-regexp-in-string, and mailcap-delete-duplicates
8924 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
8925
8926 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
8927
8928 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8929
8930 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8931
8932 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8933 hooks.
8934 (gnus-update-read-articles): Speed up non-marks-using users.
8935 (gnus-use-marks): Define gnus-use-marks.
8936 (gnus-propagate-marks): Rename variable to something more sensible.
8937
8938 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8939
8940 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8941 (gmm-image-load-path-for-library): Fix typos in docstrings.
8942 (gmm-message): Reflow docstring.
8943
8944 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
8945
8946 * mail-source.el (mail-source-set-1, mail-source-bind):
8947 Move auth-source code out of the macro to clean it up and fix bugs.
8948
8949 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
8950
8951 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8952 by sender if it's equal to user-mail-address, it's likely to be
8953 useless.
8954
8955 * mail-source.el (mail-source-bind): Don't use user or password if they
8956 are not bound. Unintern them if they are nil. Don't use server unless
8957 it's bound, and default it to empty string otherwise.
8958
8959 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
8960
8961 * mail-source.el: Load auth-source.el.
8962 (mail-source-bind): Add comments. Call auth-source-user-or-password to
8963 get user name or password, if auth-sources is set up.
8964
8965 * gnus-registry.el (gnus-registry-split-strategy): New variable for
8966 strategy of splitting with parent.
8967 (gnus-registry-split-fancy-with-parent)
8968 (gnus-registry-post-process-groups): Use it and fix prior
8969 bug (returning a list as the split result).
8970
8971 * auth-source.el (auth-sources): Remove server parameter.
8972 (auth-source-pick, auth-source-user-or-password)
8973 (auth-source-user-or-password-imap)
8974 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8975 (auth-source-user-or-password-sftp)
8976 (auth-source-user-or-password-smtp): Remove server parameter.
8977
8978 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
8979
8980 * smime.el (smime-sign-region, smime-encrypt-region)
8981 (smime-decrypt-region):
8982 Remove redundant calls to `generate-new-buffer-name'.
8983
8984 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
8985
8986 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8987 Don't use QP for message/rfc822.
8988 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8989
8990 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8991
8992 * sieve-manage.el (sieve-string-bytes): Remove.
8993 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8994 correct byte-length only if the process's coding-system is the same as
8995 the one used internally by Emacs to represent strings.
8996
8997 2008-04-22 Juri Linkov <juri@jurta.org>
8998
8999 * mailcap.el (mailcap-file-default-commands): New function.
9000
9001 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
9002
9003 * message.el (message-signature-separator, message-cite-function):
9004 Change custom version.
9005
9006 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
9007
9008 * mm-decode.el (mm-display-external): Make temp file read-only.
9009
9010 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
9011
9012 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9013 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
9014 `C-c C-f d'.
9015
9016 2008-04-12 Adrian Aichner <adrian@xemacs.org>
9017
9018 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9019
9020 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
9021
9022 * auth-source.el: Add docs.
9023 (auth-sources): Modify format to support server.
9024 (auth-source-pick, auth-source-user-or-password)
9025 (auth-source-user-or-password-imap)
9026 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9027 (auth-source-user-or-password-sftp)
9028 (auth-source-user-or-password-smtp): Add server parameter.
9029
9030 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
9031
9032 * gnus-registry.el: Initialize the registry when gnus-registry-install
9033 is t.
9034
9035 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
9036
9037 * compface.el (uncompface): Make buffer unibyte.
9038
9039 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
9040
9041 * mail-source.el (mail-source-value):
9042 Prefer fboundp to functionp so it works with macros as well.
9043
9044 2008-04-05 Glenn Morris <rgm@gnu.org>
9045
9046 * gnus-ems.el (mm-disable-multibyte): Autoload it.
9047
9048 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9049
9050 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9051 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9052
9053 * nnheader.el (nnheader-init-server-buffer): Change buffer's
9054 multibyteness after rather than before erasing it.
9055
9056 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9057 mm-with-multibyte.
9058 (gnus-request-article-this-buffer): Make sure the proper decoding is
9059 used if gnus-original-article-buffer happens to be unibyte.
9060
9061 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9062 default-enable-multibyte-characters.
9063
9064 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9065 default-enable-multibyte-characters.
9066
9067 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9068
9069 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9070
9071 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9072
9073 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9074 Fix last change in case the element is not even a symbol.
9075
9076 2008-04-02 Simon Josefsson <simon@josefsson.org>
9077
9078 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9079 imap-enable-exchange-bug-workaround.
9080 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9081
9082 2008-04-01 Simon Josefsson <simon@josefsson.org>
9083
9084 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9085 a 100 byte status-checks into a 2-3MB transfer for each group.
9086 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9087 to enable bug workaround or not.
9088 (nnimap-find-minmax-uid): Only enable workaround conditionally.
9089
9090 2008-03-31 Glenn Morris <rgm@gnu.org>
9091
9092 * message.el (mml2015-use): Declare for compiler.
9093 (message-info): Require mml2015 when appropriate.
9094
9095 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9096
9097 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9098 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9099 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9100 (nntp-service-to-port): New function.
9101 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9102 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9103 (nntp-open-netcat-stream): New function.
9104 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9105
9106 2008-03-29 Sven Joachim <svenjoac@gmx.de>
9107
9108 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9109
9110 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9111
9112 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9113
9114 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
9115
9116 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9117
9118 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
9119
9120 * message.el (message-signature-separator): Change default.
9121 Improve custom type.
9122 (message-cite-function): Change default to
9123 message-cite-original-without-signature.
9124
9125 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9126 toggle.
9127
9128 * message.el (message-check-news-body-syntax): Fix signature check.
9129 (message-setup-1): Mark buffer as unmodified _after_ running
9130 message-setup-hook and handling message-alternative-emails.
9131 (message-shorten-references): Be more strict when building list of
9132 valid references to comply with GNKSA.
9133
9134 * gnus-group.el (gnus-read-ephemeral-bug-group)
9135 (gnus-read-ephemeral-debian-bug-group)
9136 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9137
9138 * message.el (message-info): Don't use booleanp which isn't supported
9139 in Emacs 21 and XEmacs.
9140
9141 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
9142
9143 * gnus-group.el (gnus-gmane-group-download-format): Rename from
9144 gnus-group-gmane-group-download-format.
9145 (gnus-group-read-ephemeral-gmane-group): Rename from
9146 gnus-group-read-ephemeral-gmane-group.
9147 (gnus-read-ephemeral-gmane-group-url): Rename from
9148 gnus-group-read-ephemeral-gmane-group-url.
9149 (gnus-bug-group-download-format-alist): New variable.
9150 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9151 (gnus-read-ephemeral-emacs-bug-group): New commands.
9152
9153 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
9154
9155 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9156 (gnus-visible-headers): Improve custom type.
9157
9158 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
9159
9160 * mml.el (mml-menu): Add workarounds for XEmacs.
9161
9162 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9163 X-Boundary header.
9164
9165 * message.el (message-simplify-recipients): Fix previous commit.
9166
9167 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9168
9169 * mm-util.el (mm-set-buffer-multibyte): New function.
9170 * mm-decode.el (mm-copy-to-buffer): Use it.
9171
9172 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9173 Prefer fboundp to functionp so it works with macros as well.
9174
9175 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
9176
9177 * message.el (message-alter-recipients-discard-bogus-full-name):
9178 New function.
9179 (message-alter-recipients-function): New variable.
9180 (message-get-reply-headers): Use it.
9181 (message-replace-header): New helper function.
9182 (message-recipients-without-full-name): New variable.
9183 (message-simplify-recipients): New command.
9184
9185 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9186
9187 * message.el (message-info): Handle EasyPG manual.
9188
9189 * mml.el (mml-menu): Add entry for EasyPG.
9190
9191 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
9192
9193 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9194 parameter.
9195
9196 * message.el (message-disassociate-draft): Specify drafts group name
9197 fully.
9198
9199 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
9200
9201 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9202 Eliminate unnecessary duplicates from the match list.
9203
9204 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
9205
9206 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9207 args of `how-many' of which the XEmacs version doesn't take; declare
9208 Info-index-next as function.
9209
9210 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
9211
9212 * gnus-score.el (gnus-score-headers): Fix handling of
9213 gnus-inhibit-slow-scoring.
9214
9215 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9216 string.
9217 (gnus-button-url-regexp): Improve handling of parenthesis.
9218 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9219 (gnus-button-handle-info-keystrokes): Handle index entries.
9220
9221 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
9222
9223 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9224 Incoming* files.
9225
9226 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
9227
9228 * auth-source.el (auth-sources): Rename from auth-source-choices.
9229 (auth-source-pick): Use it.
9230
9231 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9232
9233 * auth-source.el (auth-source-protocols)
9234 (auth-source-protocols-customize, auth-source-choices): Add and
9235 modified variable customizations and defaults.
9236 (auth-source-pick, auth-source-user-or-password)
9237 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9238 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9239 (auth-source-user-or-password-sftp)
9240 (auth-source-user-or-password-smtp): Use new variables and provide an
9241 interface to netrc.el.
9242
9243 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
9244
9245 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9246 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9247 Make sure the nntp port to specify is a string.
9248
9249 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9250
9251 * nntp.el: Use with-current-buffer.
9252 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9253 dubious mm-with-unibyte-current-buffer.
9254 (nntp-with-open-group-function): New function extracted from
9255 nntp-with-open-group macro.
9256 (nntp-with-open-group): Use the function, so it's easier to debug.
9257 Add indentation and debugging info.
9258 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9259 Recommend the use of the netcat alternatives.
9260
9261 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9262 Avoid mm-string-as-multibyte as well.
9263
9264 * nnweb.el (nnweb-insert-html):
9265 Remove use of nnheader-string-as-multibyte.
9266
9267 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9268 (nnheader-string-as-multibyte): Remove.
9269
9270 * mm-view.el: Use inhibit-read-only.
9271 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9272 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9273 or unibyte-string.
9274
9275 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9276 (mm-uu-yenc-extract): Use with-current-buffer.
9277
9278 * gnus-soup.el (gnus-soup-send-packet): Don't use
9279 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9280
9281 * nnmh.el: Use with-current-buffer.
9282 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9283 mm-string-as-multibyte on the output of mm-encode-coding-string.
9284
9285 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9286 (nnimap-request-move-article): Use with-current-buffer.
9287
9288 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9289 inserting the handle-buffer's text, so the implicit multibyte->unibyte
9290 conversion uses string-make-unibyte rather than string-as-unibyte.
9291
9292 * gnus-msg.el: Use with-current-buffer.
9293
9294 * message.el (message-ignored-resent-headers): Add "Delivered-To".
9295
9296 2008-03-10 Daiki Ueno <ueno@unixuser.org>
9297
9298 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9299 string for caching if it is 'PIN.
9300
9301 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
9302
9303 * mail-source.el (mail-source-delete-old-incoming-confirm):
9304 Change default to nil.
9305 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9306
9307 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
9308
9309 * gnus-art.el (gnus-narrow-to-page): Position point properly.
9310 (gnus-article-goto-prev-page): Work for articles having ^L's.
9311
9312 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9313
9314 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9315
9316 2008-03-07 Karl Fogel <kfogel@red-bean.com>
9317
9318 * gnus-bookmark.el: Adjust for renames in bookmark.el.
9319 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9320 (gnus-bookmark-jump): Adjust some variable names.
9321
9322 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
9323
9324 * auth-source.el: New package.
9325 (auth-source-choices): Add customization entry point variable.
9326
9327 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9328 bug.
9329
9330 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
9331
9332 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9333 (gnus-registry-initialize, gnus-registry-install-p): Use it.
9334 (gnus-registry-install-shortcuts): Rename from
9335 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
9336 the `gnus-registry-mark-map' keymap dynamically from
9337 `gnus-registry-marks'. The generated functions update the summary line
9338 when a registry mark is added or deleted, and will call
9339 `gnus-registry-install-p' (see the comments in the code).
9340 (gnus-registry-user-format-function-M): Use concat intelligently.
9341
9342 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9343 the registry mark functions.
9344
9345 2008-03-05 Glenn Morris <rgm@gnu.org>
9346
9347 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9348 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9349 gnus-art.
9350 (top-level): No need to load own source when compiling.
9351
9352 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
9353
9354 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9355 Suggested by <chris.anderton@zetnet.co.uk>.
9356
9357 2008-03-04 Glenn Morris <rgm@gnu.org>
9358
9359 * gnus-sum.el (top-level): No need to require gnus when compiling,
9360 since unconditionally required near start of file.
9361 (gnus-summary-display-while-building): Move definition before use.
9362
9363 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
9364
9365 * gnus-registry.el (gnus-registry-user-format-function-M):
9366 Add formatting function.
9367
9368 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
9369
9370 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9371 with plists.
9372 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9373 Use new format.
9374
9375 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
9376
9377 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9378 `where-is-internal' that returns a range of key sequences.
9379
9380 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9381
9382 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9383
9384 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9385 (gnus-summary-jump-to-group): Consider windows on other displayed
9386 frames as well. Similar changes might be needed elsewhere, but that's
9387 the one I've bumped into during my use.
9388
9389 * nndoc.el (nndoc-oe-dbx-type-p):
9390 * gnus-msg.el (gnus-debug):
9391 * gnus-group.el (gnus-update-group-mark-positions):
9392 Use mm-string-to-multibyte.
9393
9394 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
9395
9396 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9397 doesn't handle NotDashEscaped.
9398
9399 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
9400 (mml-dnd-attach-options): Fix typo in custom choice.
9401
9402 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9403 Change nndoc-article-type to mbox.
9404 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9405
9406 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
9407 to nil, instead of html2text.
9408
9409 * imap.el (imap-debug): Add `imap-ping-server'.
9410
9411 * gnus-bookmark.el: Add FIXMEs.
9412
9413 * message.el (message-form-letter-separator)
9414 (message-send-form-letter-delay): New variables.
9415 (message-send-form-letter): Use them. New command to send form
9416 letters. Requested by Uwe Siart.
9417 (message-send-mail-function): Doc fix. Add "Other" custom option.
9418
9419 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
9420
9421 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9422 empty author.
9423
9424 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
9425
9426 * gnus-registry.el (gnus-registry-marks): Add variable for
9427 customization of marks and their appearance.
9428 (gnus-registry-read-mark): Use it.
9429 (gnus-registry-do-marks): Add utility function to loop through
9430 `gnus-registry-marks'.
9431 (gnus-registry-install-shortcuts-and-menus): Add function to install
9432 shortcuts and menus.
9433 (gnus-registry-initialize): Use it.
9434 (gnus-registry-default-mark): Clarify documentation.
9435
9436 2008-02-29 Glenn Morris <rgm@gnu.org>
9437
9438 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9439 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9440 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9441 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9442 Change defcustom :version from 23.0 to 23.1.
9443
9444 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
9445
9446 * gnus-registry.el (gnus-registry-follow-group-p)
9447 (gnus-registry-post-process-groups): Add functions to aid registry
9448 splitting and improve logging. Clarify behavior in function
9449 documentation.
9450 (gnus-registry-split-fancy-with-parent): Use them.
9451
9452 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9453
9454 * gnus-art.el: Use with-current-buffer.
9455
9456 2008-02-27 David Engster <dengste@eml.cc>
9457
9458 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9459 Express real group name in the response.
9460
9461 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
9462
9463 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9464 (nnmairix-last-server, nnmairix-current-server): Defvar them.
9465 (nnmairix-goto-original-article): Defvar gnus-registry-install and
9466 autoload gnus-registry-fetch-group when compiling.
9467 (nnmairix-request-group-with-article-number-correction):
9468 Remove unreferenced argument passed to nnmairix-call-backend.
9469
9470 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
9471
9472 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9473 (mm-uu-extract): Improve face for low color ttys.
9474 Reported by Sascha Wilde.
9475
9476 2008-02-27 Glenn Morris <rgm@gnu.org>
9477
9478 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9479 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9480 variables to defconsts. Convert comments to doc-strings.
9481 (nnmairix-last-server, nnmairix-current-server): Convert from free
9482 variables to defvars. Convert comments to doc-strings.
9483 (gnus-registry-fetch-group): Autoload.
9484 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9485 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9486 (nnmairix-widget-build-editable-fields): Use car cddr rather than
9487 caddr.
9488 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9489 nnmairix-request-group-with-article-number-correction call.
9490 (nnmairix-fast, nnmairix-group): New, less general names, for free
9491 variables passed from nnmairix-request-group to
9492 nnmairix-request-group-with-article-number-correction. Declare.
9493 (nnmairix-request-group-with-article-number-correction):
9494 Use nnmairix-fast, nnmairix-group rather than fast, group.
9495
9496 2008-02-26 David Engster <dengste@eml.cc>
9497
9498 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
9499 version 0.5.
9500
9501 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
9502
9503 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9504 instead of making an extra function call. Don't add the current group
9505 to articles only when they have the group. Use
9506 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9507 Reported by David <de_bb@arcor.de>.
9508
9509 2008-02-24 Miles Bader <miles@gnu.org>
9510
9511 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9512 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9513 (mm-find-mime-charset-region):
9514 * mm-bodies.el (mm-encode-body):
9515 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9516
9517 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
9518
9519 * mail-source.el (mail-source-delete-incoming): Change default.
9520 Supplement doc string.
9521
9522 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9523
9524 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
9525
9526 * nnmail.el (nnmail-message-id-cache-file): Derive from
9527 `gnus-home-directory'.
9528
9529 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
9530
9531 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9532 Document negative prefix.
9533
9534 * gnus-group.el (gnus-group-read-group): Document negative prefix.
9535
9536 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9537
9538 * message.el (message-unsent-separator): Add the Exim bounce
9539 separator.
9540
9541 2008-02-10 Daiki Ueno <ueno@unixuser.org>
9542
9543 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9544 list.
9545 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9546 recipient/signer list.
9547
9548 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
9549
9550 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9551 fbound (Emacs 23 unicode), signal an error.
9552
9553 2008-02-08 Glenn Morris <rgm@gnu.org>
9554
9555 * gnus-art.el (pgg-display-output-buffer): Declare as function.
9556
9557 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
9558
9559 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9560 ports to the calls to `netrc-machine-user-or-password' in addition to
9561 "imap" and "imaps".
9562
9563 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
9564
9565 * gnus.el (gnus-group-startup-message): Add `find-image' call before
9566 image-load-path is let-bound. Reported by Harald Hanche-Olsen
9567 <hanche@math.ntnu.no>.
9568
9569 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
9570
9571 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9572
9573 2008-02-01 Zhang Wei <id.brep@gmail.com>
9574
9575 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9576
9577 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9578
9579 2008-02-01 Miles Bader <miles@gnu.org>
9580
9581 * mml.el (mml-parse-1): Remove apparently vestigial use of
9582 `mm-hack-charsets'.
9583 * mm-bodies.el (mm-encode-body): Likewise.
9584
9585 2008-02-01 Kenichi Handa <handa@m17n.org>
9586
9587 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9588 rfc2104-hexstring-to-bitstring and changed to return a byte list.
9589 (rfc2104-hash): Convert the result of concat to unibyte string.
9590
9591 2008-02-01 Dave Love <fx@gnu.org>
9592
9593 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9594 coding-system-for-read.
9595 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9596
9597 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9598 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
9599 (mm-find-mime-charset-region): Remove hack-charsets stuff.
9600
9601 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
9602
9603 * mail-source.el (mail-sources): Add `group' choice.
9604
9605 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9606 parameter `in-group' to control into which group the articles go.
9607 Add treatment of `group' mail-source.
9608
9609 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9610
9611 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9612 * message.el (message-beginning-of-line): Use featurep instead of bound
9613 tests in order to resolve conditionals at compile time.
9614
9615 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
9616
9617 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9618
9619 * mm-decode.el (mm-dissect-buffer): Decode description.
9620
9621 * mml.el (mml-to-mime): Encode message header first.
9622
9623 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
9624
9625 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9626 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9627
9628 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
9629
9630 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9631
9632 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
9633
9634 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9635 prefix keys.
9636 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9637 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9638 gnus-xmas.el.
9639
9640 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
9641
9642 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9643 Add new variables for article mark management.
9644 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9645 list of extra data entries which, when present, will indicate that the
9646 article ID should not be trimmed from the registry.
9647 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9648 functions.
9649 (gnus-registry-read-mark): New function to read a mark name from the
9650 user.
9651 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9652 (gnus-registry-set-article-mark-internal): New functions to add and
9653 remove marks.
9654 (gnus-registry-get-article-marks): New function to show the marks for
9655 an article, or retrieve them for further use.
9656
9657 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9658
9659 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9660 keys when no argument is given.
9661
9662 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9663
9664 * gnus-sum.el (gnus-article-sort-by-random)
9665 (gnus-thread-sort-by-random): Fix doc strings.
9666 Reported by jidanni@jidanni.org.
9667
9668 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
9669
9670 * gnus-art.el (gnus-article-describe-bindings): New function.
9671 (gnus-article-read-summary-keys): Use it.
9672 (gnus-article-mode-map): Bind `C-h b' to it.
9673
9674 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9675
9676 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9677 XEmacs.
9678 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9679 Protect against non-character events.
9680
9681 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
9682
9683 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9684 New command.
9685 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9686 instead of END. Change name of the temp file.
9687 (gnus-group-gmane-group-download-format): Add doc string. Make it
9688 customizable.
9689
9690 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
9691
9692 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9693 bind `S W' to gnus-article-wide-reply-with-original; set default
9694 binding to gnus-article-read-summary-send-keys.
9695 (gnus-article-read-summary-keys): Fix the order of keys; display
9696 continuation keys correctly in the echo area; describe bindings
9697 correctly when keys end with `C-h'.
9698 (gnus-article-read-summary-send-keys): New function.
9699 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9700 Work for gnus-article-read-summary-send-keys; display continuation keys
9701 correctly in the echo area.
9702 (gnus-article-reply-with-original): Ignore prefix argument.
9703 (gnus-article-wide-reply-with-original): New function.
9704
9705 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
9706
9707 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9708 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9709
9710 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
9711
9712 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9713 (gnus-group-read-ephemeral-gmane-group): New command.
9714
9715 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
9716
9717 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9718
9719 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9720
9721 * message.el (message-send-mail-function): Increase custom version.
9722
9723 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9724 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
9725
9726 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9727
9728 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9729 html parts correctly; support forwarded messages.
9730 (gnus-article-browse-html-article): Remove work buffers.
9731
9732 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9733 compiling.
9734 (netrc-bound-and-true-p): New macro.
9735 (netrc-parse): Use it instead of bound-and-true-p that is not available
9736 in XEmacs 21.4.
9737
9738 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
9739
9740 * gnus-registry.el (gnus-registry-mark-article)
9741 (gnus-registry-article-marks): Add functionality to mark articles
9742 through the Gnus registry.
9743
9744 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9745 (netrc-parse): Use encrypt-file-alist to determine if
9746 encrypt-find-model or encrypt-insert-file-contents should be used.
9747
9748 2007-12-19 Glenn Morris <rgm@gnu.org>
9749
9750 * mml.el (message-options-set, message-narrow-to-head)
9751 (message-in-body-p, message-mail-p, message-encode-message-body):
9752 Autoload.
9753 (message-remove-header, message-narrow-to-headers-or-head)
9754 (message-subscribed-p, message-make-mail-followup-to)
9755 (message-position-on-field, message-news-p)
9756 (message-options-set-recipient, message-generate-headers)
9757 (message-sort-headers): Declare as functions.
9758
9759 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9760
9761 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9762 convention in doc string.
9763
9764 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9765
9766 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9767 title to html parts.
9768 (gnus-article-browse-html-article): Pass message header to it.
9769
9770 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9771
9772 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
9773
9774 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9775 or password compatible with XEmacs.
9776
9777 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9778
9779 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9780 format document.
9781 (gnus-mime-delete-part): Don't write description line if empty.
9782 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9783
9784 2007-12-14 Johan Bockgård <bojohan@gnu.org>
9785
9786 * gnus-sum.el (gnus-summary-mark-unread-as-read)
9787 (gnus-summary-mark-read-and-unread-as-read)
9788 (gnus-summary-mark-current-read-and-unread-as-read)
9789 (gnus-summary-mark-unread-as-ticked): Doc fix.
9790 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9791
9792 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9793
9794 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9795 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9796
9797 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9798
9799 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9800 yes-or-no-p.
9801
9802 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
9803
9804 * mm-decode.el (mm-add-meta-html-tag): New function.
9805 (mm-save-part-to-file, mm-pipe-part): Use it.
9806
9807 * gnus-art.el (gnus-article-browse-delete-temp-files):
9808 Use gnus-y-or-n-p instead of y-or-n-p.
9809 (gnus-article-browse-html-parts): Work with message/external-body; use
9810 mm-add-meta-html-tag.
9811
9812 2007-12-11 Glenn Morris <rgm@gnu.org>
9813
9814 * gnus-cache.el: Require gnus-sum not just when compiling.
9815
9816 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9817
9818 * gnus-int.el (gnus-server-opened, gnus-status-message):
9819 Move definitions before use.
9820
9821 * mm-decode.el: Require gnus-util.
9822 (mm-remove-part): Only call delete-annotation on XEmacs.
9823
9824 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9825
9826 * nnmail.el: Require gnus-int.
9827
9828 * spam.el: Move `require's before `eval-when-compile's.
9829
9830 * gnus-ems.el (gnus-alive-p):
9831 * gnus-fun.el (message-goto-eoh):
9832 * gnus-util.el (gnus-group-name-decode):
9833 * mail-source.el (gnus-compress-sequence):
9834 * message.el (Info-goto-node, format-spec):
9835 * mm-bodies.el (message-options-get):
9836 * mm-decode.el (mm-view-pkcs7):
9837 * mm-util.el (gmm-write-region):
9838 * mml-smime.el (mml-compute-boundary)
9839 (gnus-completing-read-with-default):
9840 * mml.el (widget-button-press, gnus-make-hashtable):
9841 * mml1991.el (mm-decode-content-transfer-encoding)
9842 (mm-encode-content-transfer-encoding)
9843 (message-options-get, message-options-set):
9844 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9845 * nnfolder.el (gnus-request-group):
9846 * nnheader.el (ietf-drums-unfold-fws):
9847 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9848 * smime.el (gnus-run-mode-hooks):
9849 * spam-stat.el (gnus-message): Autoload.
9850
9851 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9852 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9853 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9854 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9855 Add declare-function compatibility definition.
9856
9857 * gnus-cache.el (nnvirtual-find-group-art):
9858 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9859 (gnus-add-image, gnus-add-wash-type):
9860 * gnus-group.el (nnkiboze-score-file):
9861 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9862 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9863 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9864 (message-tokenize-header, gnus-get-buffer-create)
9865 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9866 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9867 * gnus.el (gnus-group-decoded-name):
9868 * mail-source.el (imap-capability):
9869 * mm-bodies.el (message-options-set):
9870 * mm-decode.el (gnus-configure-windows):
9871 * mm-extern.el (message-goto-body):
9872 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9873 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9874 (epg-sub-key-validity, message-options-set):
9875 * mml.el (widget-event-point, gnus-configure-windows):
9876 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9877 * mml2015.el (epg-check-configuration, epg-configuration)
9878 (message-options-set):
9879 * nndb.el (nndb-request-article):
9880 * nnfolder.el (gnus-request-create-group):
9881 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9882 * nnmaildir.el (gnus-group-mark-article-read):
9883 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9884 * rfc1843.el (message-fetch-field):
9885 * spam.el (gnus-extract-address-components):
9886 Declare as functions.
9887
9888 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
9889
9890 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9891
9892 2007-12-09 Glenn Morris <rgm@gnu.org>
9893
9894 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9895
9896 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9897 * message.el, mm-view.el, sieve-manage.el, smime.el:
9898 Add declare-function compatibility definition.
9899
9900 * gnus-art.el (w3-region, w3m-region, Info-menu):
9901 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9902 * gnus-sum.el (gnus-get-predicate):
9903 * gnus-util.el (mm-append-to-file, w32-focus-frame):
9904 * message.el (mail-abbrev-in-expansion-header-p):
9905 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9906 (w3m-detect-meta-charset, w3m-region):
9907 * sieve-manage.el (password-read, password-cache-add)
9908 (password-cache-remove):
9909 * smime.el (password-read-and-add): Declare as functions.
9910
9911 2007-12-08 David Kastrup <dak@gnu.org>
9912
9913 * gnus-sum.el (gnus-summary-simplify-subject-query):
9914 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9915 `message'.
9916
9917 2007-12-07 Glenn Morris <rgm@gnu.org>
9918
9919 * gnus-art.el (article-make-date-line): Revert previous change.
9920
9921 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
9922
9923 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9924
9925 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
9926
9927 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9928 Call gnus-add-to-range ranges only once with a prepared article-list.
9929
9930 2007-12-06 Paul Jarc <prj@po.cwru.edu>
9931
9932 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9933 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9934 group names with backslashes.
9935 Reported by Tassilo Horn <tassilo@member.fsf.org>.
9936
9937 2007-12-06 Deepak Goel <deego3@gmail.com>
9938
9939 * gnus-art.el (article-make-date-line):
9940 * gnus-start.el (gnus-load):
9941 * pop3.el (pop3-read-response): Fix buggy call to `error'.
9942
9943 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9944
9945 * gnus-art.el (gnus-use-idna)
9946 * gnus-start.el (gnus-site-init-file)
9947 * message.el (message-use-idna)
9948 * mm-uu.el (mm-uu-hide-markers)
9949 * smiley.el (smiley-style): Revert changes that suppress warnings.
9950
9951 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9952
9953 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9954 specify charset to html source.
9955 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9956
9957 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9958
9959 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9960 idna-program in order to suppress byte compile warning issued by XEmacs
9961 that came to byte compile the default value section of defcustom forms
9962 recently.
9963
9964 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9965 value of installation-directory.
9966
9967 * message.el (message-use-idna): Don't directly refer to the value of
9968 idna-program.
9969
9970 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9971
9972 * smiley.el (smiley-style): Don't directly call face-attribute.
9973
9974 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
9975
9976 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9977
9978 * gnus-dired.el: Reduce Gnus dependencies.
9979 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9980 Don't require. Use autoloads instead.
9981 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9982 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9983 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9984 (gnus-dired-mode): Adjust doc string.
9985 (gnus-dired-mail-mode): New variable.
9986 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9987 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9988 (gnus-dired-mail-buffers): New function. Return mail or message
9989 composition buffers.
9990 (gnus-dired-attach): Use it.
9991 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9992 NO-DECODE.
9993 (gnus-dired-print): Use `gnus-print-buffer' depending on
9994 `gnus-dired-mail-mode'.
9995
9996 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
9997
9998 * rfc2047.el (rfc2047-encoded-word-regexp)
9999 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10000 explaining what regexp patterns are for.
10001
10002 2007-12-04 Glenn Morris <rgm@gnu.org>
10003
10004 * password.el: Move to ../password-cache.el.
10005
10006 * mml1991.el (password-read, password-cache-add, password-cache-remove):
10007 * mml2015.el (password-read, password-cache-add, password-cache-remove):
10008 * mml-smime.el (password-read, password-cache-add)
10009 (password-cache-remove):
10010 No need to autoload, since mml-sec requires password.
10011
10012 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10013 * message.el (gnus-extract-address-components):
10014 * mml-smime.el (gnus-extract-address-components): Define for compiler.
10015
10016 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10017 password.
10018
10019 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
10020
10021 * mailcap.el: Reduce dependencies.
10022 (mail-header-parse-content-type): Autoload.
10023 (mailcap-delete-duplicates): New alias.
10024 (mailcap-mime-info): Add optional argument NO-DECODE.
10025 (mailcap-mime-types): Use mailcap-delete-duplicates.
10026
10027 * message.el (message-ignored-supersedes-headers): Add "X-ID".
10028
10029 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10030
10031 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10032 function.
10033
10034 * gnus-uu.el (gnus-uu-decode-yenc): New command.
10035 (gnus-uu-yenc-article): New function.
10036
10037 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10038
10039 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10040
10041 2007-12-02 Glenn Morris <rgm@gnu.org>
10042
10043 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
10044 Move to ../net.
10045
10046 * binhex.el, uudecode.el: Move to ../mail.
10047
10048 * encrypt.el: Remove file.
10049
10050 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
10051
10052 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10053 matches on patches.
10054
10055 * gnus-art.el (gnus-article-browse-html-article):
10056 Mention `mm-text-html-renderer' in the doc string.
10057
10058 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10059 string. Add comments.
10060
10061 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10062 if rhs is ASCII.
10063
10064 2007-12-01 Glenn Morris <rgm@gnu.org>
10065
10066 * dig.el, dns.el: Move to ../net.
10067 * format-spec.el, hex-util.el, sha1.el: Move to ../.
10068
10069 * mail-source.el (top-level): Require format-spec before
10070 eval-when-compile.
10071
10072 2007-11-30 Glenn Morris <rgm@gnu.org>
10073
10074 * encrypt.el: Require password, rather than autoloading password-read.
10075
10076 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
10077
10078 * gnus.el (gnus-method-to-server): Add an optional parameter so the
10079 caller can indicate whether the cache should be disregarded for this
10080 call. This way the result of the call is reproducible at all times and
10081 can be considered a canonical server name for the supplied method.
10082 (gnus-agent-method-p): Canonicalize server names by pushing their
10083 method through `gnus-method-to-server' using the no-cache argument.
10084
10085 * gnus-srvr.el (gnus-server-insert-server-line):
10086 Call `gnus-method-to-server' with `no-cache' argument.
10087
10088 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10089 gnus-agent-possibly-synchronize-flags as this should be called when the
10090 server is actually being opened.
10091 (gnus-agent-possibly-synchronize-flags)
10092 (gnus-agent-possibly-synchronize-flags-server): Move check for the
10093 flags file of an agentized server to the latter function.
10094
10095 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10096 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10097 after a connection has been established successfully.
10098
10099 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
10100
10101 * gnus-art.el (article-display-face): Force to display face if called
10102 interactively; check if gnus-article-x-face-too-ugly matches author.
10103 (article-display-x-face): Display face even if From header is missing
10104 as article-display-face does.
10105
10106 2007-11-28 Richard Stallman <rms@gnu.org>
10107
10108 * md4.el: Move to ../.
10109 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
10110
10111 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
10112
10113 * mail-source.el (mail-sources): Default to fetch from file for
10114 compatibility with default of nnmail-spool-file.
10115
10116 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
10117
10118 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10119 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10120 to look for encoded word that should be encoded again.
10121 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10122 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10123 encoding pattern.
10124 (rfc2047-decode-region): Switch strict regexp and loose one according
10125 to rfc2047-allow-irregular-q-encoded-words.
10126
10127 2007-11-26 Simon Josefsson <simon@josefsson.org>
10128
10129 * imap.el: Move to ../net directory.
10130
10131 2007-11-25 Romain Francoise <romain@orebokech.com>
10132
10133 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10134
10135 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10136
10137 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10138 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10139
10140 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10141 `nnmail-spool-file'.
10142
10143 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10144 `nnmail-spool-file'.
10145
10146 * gnus-move.el (gnus-change-server): Ditto.
10147
10148 * gnus-kill.el (gnus-batch-score): Ditto.
10149
10150 * gnus-cache.el (gnus-jog-cache): Ditto.
10151
10152 * gnus-msg.el (gnus-summary-reply):
10153 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10154
10155 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10156
10157 * gnus-cache.el (gnus-cache-generate-nov-databases):
10158 Use nnml-generate-nov-databases-directory instead of
10159 nnml-generate-nov-databases-1.
10160
10161 2007-11-24 Glenn Morris <rgm@gnu.org>
10162
10163 * message.el (message-tool-bar-retro): Update for rename
10164 mail_send.xpm->mail-send.xpm.
10165
10166 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10167
10168 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10169 `smime-ldap-search' for Emacs 22 and up.
10170
10171 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10172
10173 * hashcash.el: Move to ../mail directory.
10174
10175 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
10176
10177 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10178 `smime-ldap-search' for Emacs 22 and up.
10179
10180 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10181
10182 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10183
10184 * message.el (message-send-mail-function): Fix error convention.
10185 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10186 (message-widen-reply, message-send-mail, message-talkative-question)
10187 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10188 (message-clone-locals, message-send-news): Use with-current-buffer.
10189 (message-insert-or-toggle-importance): Remove unused var `valid'.
10190 (message-make-references): Remove unused var `new-references'.
10191 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10192
10193 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
10194
10195 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10196 (spam-split-symbolic-return-positive): Reflow docstring.
10197 (spam-backends, spam-summary-exit-behavior)
10198 (spam-mark-ham-unread-before-move-from-spam-group)
10199 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10200 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10201 (spam-clear-cache, spam-backend-check, spam-install-backend)
10202 (spam-install-statistical-backend, spam-list-of-processors)
10203 (spam-group-processor-p, spam-split, spam-bogofilter-score)
10204 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10205 (spam-check-crm114, spam-initialize, spam-unload-hook):
10206 Fix typos in docstrings.
10207
10208 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10209
10210 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10211 been checked if they have never been read and those group levels are
10212 higher than the one that a user specified.
10213
10214 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10215
10216 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10217 foreign groups unless a group level is specified by a user.
10218 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10219
10220 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
10221
10222 * message.el (message-send-mail-function): Require sendmail.
10223
10224 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
10225
10226 * message.el (message-send-mail-function): Check for smtpmail too.
10227
10228 * utf7.el (utf7-encode, utf7-decode): Use coding system
10229 `utf-7'/`utf-7-imap' from utf-7.el' if available.
10230
10231 * message.el (message-send-mail-function): New function.
10232 (message-send-mail-function): Set default using
10233 message-send-mail-function. Adjust doc string.
10234 (message-send-mail-with-mailclient): New function.
10235
10236 2007-11-17 Richard Stallman <rms@gnu.org>
10237
10238 * assistant.el: Remove file.
10239
10240 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10241
10242 * smime.el (from):
10243 * rfc2047.el (message-posting-charset):
10244 * qp.el (mm-use-ultra-safe-encoding):
10245 * pop3.el (parse-time-months):
10246 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10247 * nnml.el (files):
10248 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10249 (jka-compr-compression-info-list, ange-ftp-path-format)
10250 (efs-path-regexp):
10251 * nndiary.el (files):
10252 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10253 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10254 (epg-digest-algorithm-alist, inhibit-redisplay)
10255 (password-cache-expiry):
10256 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10257 (pgg-output-buffer, password-cache-expiry):
10258 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10259 (efs-path-regexp):
10260 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10261 (inhibit-redisplay):
10262 * mm-uu.el (file-name, start-point, end-point, entry)
10263 (gnus-newsgroup-name, gnus-newsgroup-charset):
10264 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10265 (latin-unity-ucs-list):
10266 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10267 (mm-uu-binhex-decode-function):
10268 * message.el (gnus-message-group-art, gnus-list-identifiers)
10269 (rmail-enable-mime-composing, gnus-local-organization)
10270 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10271 (gnus-read-active-file, facemenu-add-face-function)
10272 (facemenu-remove-face-function, gnus-article-decoded-p)
10273 (tool-bar-mode):
10274 * mail-source.el (display-time-mail-function):
10275 * gnus-util.el (nnmail-pathname-coding-system)
10276 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10277 (gnus-original-article-buffer, gnus-user-agent)
10278 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10279 (xemacs-codename, sxemacs-codename, emacs-program-version):
10280 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10281 * gnus-start.el (gnus-agent-covered-methods)
10282 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10283 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10284 (gnus-newsgroup-headers, gnus-group-list-mode)
10285 (gnus-group-mark-positions, gnus-newsgroup-data)
10286 (gnus-newsgroup-unreads, nnoo-state-alist)
10287 (gnus-current-select-method, mail-sources)
10288 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10289 (nnmail-spool-file, gnus-cache-active-hashtb):
10290 * gnus-mh.el (mh-lib-progs):
10291 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10292 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10293 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10294 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10295 (gnus-group-buffer):
10296 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10297 (font-lock-set-defaults):
10298 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10299 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10300 (gnus-summary-post-menu, total-parts, type, condition, length):
10301 * gnus-agent.el (gnus-agent-read-agentview):
10302 * flow-fill.el (show-trailing-whitespace):
10303 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10304 eval-and-compile wrappers for byte compiler pacifiers.
10305
10306 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10307 (mm-display-inline-fontify): Check for featurep 'xemacs not
10308 extent-list.
10309
10310 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10311 itimer-list.
10312 (mm-create-image-xemacs): Only do something for XEmacs.
10313 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10314
10315 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10316
10317 * gnus-registry.el (gnus-adaptive-word-syntax-table):
10318 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10319
10320 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
10321
10322 * nnimap.el (nnimap-split-download-body):
10323 * gnus-demon.el (gnus-demon):
10324 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10325
10326 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
10327
10328 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10329 New macros.
10330 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10331 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10332 copy data from unibyte buffer to multibyte current buffer.
10333 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10334 to copy data from unibyte current buffer to multibyte buffer.
10335 (nntp-make-process-buffer): Make process buffer unibyte.
10336
10337 * pop3.el (pop3-open-server): Fix typo in Lisp code.
10338
10339 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
10340
10341 * pop3.el (pop3-open-server): Accept and process data more robustly at
10342 connexion start to avoid spurious "POP SSL connexion failed" errors.
10343
10344 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10345
10346 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10347 read group names.
10348
10349 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
10350
10351 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10352
10353 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
10354
10355 * nnmail.el (nnmail-parse-active): Make group names unibyte.
10356 (nnmail-save-active): Use a unibyte buffer when saving active file,
10357 which may contain non-ASCII group names.
10358
10359 * nnml.el (nnml-request-group): Decode group names in messages.
10360
10361 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
10362
10363 * message.el (message-citation-line-function)
10364 (message-insert-formatted-citation-line): Fix spelling of
10365 `message-insert-formated-citation-line'.
10366
10367 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
10368
10369 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10370
10371 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10372
10373 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10374 nnmail-pathname-coding-system.
10375
10376 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10377 that a user enters; decode group names in messages.
10378
10379 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10380
10381 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
10382
10383 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10384
10385 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10386
10387 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10388 risky local variable.
10389
10390 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10391
10392 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
10393
10394 * encrypt.el: Improve documentation to fix function name typo.
10395 Reported by Daiki Ueno <ueno@unixuser.org>.
10396
10397 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
10398
10399 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10400 even if the point is not in the last page of an article.
10401 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10402 back to the previous page.
10403
10404 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
10405
10406 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10407
10408 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
10409
10410 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10411
10412 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
10413
10414 * message.el (message-check-news-body-syntax):
10415 Avoid mm-string-as-multibyte.
10416 (message-hide-headers): Don't assume (point-min)==1.
10417
10418 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10419
10420 * message.el (message-remove-blank-cited-lines): Fix if remove is
10421 given.
10422 (message-bogus-address-regexp): New variable.
10423 (message-bogus-recipient-p): New function.
10424 (message-check-recipients): New command.
10425 (message-syntax-checks): Add `bogus-recipient'.
10426 (message-fix-before-sending): Add `bogus-recipient'.
10427
10428 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10429 (gnus-treat-body-boundary): Don't test window-system.
10430
10431 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
10432
10433 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10434
10435 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10436
10437 * gnus.el: Bump version to Gnus v5.13.
10438
10439 2007-10-28 Miles Bader <miles@gnu.org>
10440
10441 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10442 at compile-time too.
10443
10444 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
10445
10446 * gnus-msg.el (gnus-message-setup-hook):
10447 Add `message-remove-blank-cited-lines' to options.
10448
10449 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10450
10451 * message.el (message-remove-blank-cited-lines): New function.
10452 Suggested by Karl Plästerer.
10453
10454 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
10455
10456 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10457 mapc.
10458
10459 * imap.el (imap-open): Replace mapcar called for effect with mapc.
10460 (top-level): Use mapc to set functions to be traced for debugging.
10461
10462 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10463 called for effect with while loop.
10464
10465 * message.el (message-talkative-question): Replace mapcar called for
10466 effect with mapc.
10467
10468 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10469 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10470 called for effect with dolist.
10471
10472 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10473
10474 * nndiary.el: Use dolist instead of mapcar to add diary headers to
10475 gnus-extra-headers and nnmail-extra-headers.
10476
10477 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10478 called for effect with dolist.
10479 (top-level): Use mapc to set functions to be traced for debugging.
10480
10481 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10482 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10483 dolist.
10484
10485 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10486 Replace mapcar called for effect with mapc.
10487 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10488 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10489 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10490 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10491
10492 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10493 remove-if that's a cl function.
10494
10495 * webmail.el (webmail-debug): Replace mapcar called for effect with
10496 dolist.
10497
10498 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
10499
10500 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10501 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10502 with while loop.
10503
10504 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10505 functions from article-* functions.
10506 (gnus-multi-decode-header): Replace mapcar called for effect with
10507 dolist.
10508
10509 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10510 (gnus-bookmark-show-details): Replace mapcar called for effect with
10511 while loop.
10512
10513 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10514 called for effect with while loop.
10515
10516 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10517 with dolist.
10518
10519 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10520 Replace mapcar called for effect with dolist.
10521
10522 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10523
10524 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10525 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10526 Replace mapcar called for effect with dolist.
10527 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10528 mapc.
10529
10530 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10531 Replace mapcar called for effect with dolist.
10532 (gnus-topic-list): Replace mapcar called for effect with mapc.
10533
10534 * gnus.el: Use mapc instead of mapcar to add autoloads.
10535
10536 2007-10-23 Richard Stallman <rms@gnu.org>
10537
10538 * gnus-group.el (gnus-group-highlight): Mark as risky.
10539
10540 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
10541
10542 * gnus.el (gnus-server-to-method): Return method found first in
10543 gnus-newsrc-alist.
10544
10545 * gnus-art.el (gnus-article-highlight-signature)
10546 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10547 button overlay without the front stickiness.
10548
10549 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
10550
10551 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10552 overview buffer needed a catch to receive its throw.
10553 (gnus-agent-flush-cache): Declare as interactive to make this function
10554 easier to use.
10555
10556 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
10557
10558 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10559 `next-line'.
10560
10561 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
10562
10563 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10564 exclude address matching message-dont-reply-to-names.
10565
10566 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10567
10568 * gnus-util.el (gnus-string<): New function.
10569
10570 * gnus-sum.el (gnus-article-sort-by-author)
10571 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10572
10573 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10574
10575 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10576 the frame-focus tag is set in gnus-buffer-configuration.
10577
10578 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
10579
10580 * gnus-art.el (gnus-article-add-button): Make a button overlay without
10581 the front stickiness.
10582
10583 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
10584
10585 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10586 url pattern; remove duplicate one.
10587 (gnus-article-extend-url-button): New function.
10588 (gnus-article-add-buttons): Use it.
10589 (gnus-button-push): Use concatenated url that it makes.
10590
10591 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
10592
10593 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10594 (sieve-manage-open): Use `mapc' instead of `mapcar'.
10595
10596 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10597
10598 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10599 Don't hardcode point-min==1.
10600
10601 2007-09-30 David Kastrup <dak@gnu.org>
10602
10603 * gnus-art.el (gnus-article-reply-with-original)
10604 (gnus-article-followup-with-original): When `transient-mark-mode' is
10605 off, refrain from active-region behavior for followups.
10606
10607 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
10608
10609 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10610 Fix comment about "iso8859-1".
10611
10612 2007-10-08 Daiki Ueno <ueno@unixuser.org>
10613
10614 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10615 ones returned from the verify-function.
10616
10617 * mm-uu.el (mm-uu-pgp-signed-extract-1):
10618 Call mml2015-extract-cleartext-signature if extraction failed.
10619
10620 2007-10-07 Daiki Ueno <ueno@unixuser.org>
10621
10622 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10623 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10624 failed.
10625
10626 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
10627
10628 * Relicense "GPLv2 or later" files to "GPLv3 or later".
10629
10630 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
10631
10632 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10633 to mark a thread as expirable. Add variable `hide' to handle hiding of
10634 thread for both the null and zero (kill/expire thread) universal prefix
10635 cases.
10636 (gnus-summary-expire-thread): Add new function to expire a thread,
10637 using gnus-summary-kill-thread.
10638 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10639 shortcuts for gnus-summary-expire-thread.
10640 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10641 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
10642
10643 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
10644
10645 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10646 extras value, so an extras entry can be deleted.
10647 (gnus-registry-delete-extra-entry): Use it.
10648 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10649 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10650 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10651 storage through the gnus-registry, and provide an appropriate API for
10652 it.
10653
10654 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10655
10656 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10657 Suggested by Leo <sdl.web@gmail.com>.
10658
10659 * gnus.el: Do.
10660
10661 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10662
10663 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10664 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
10665
10666 * gnus-agent.el (gnus-agent-fetch-headers): Do.
10667
10668 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10669 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10670
10671 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10672
10673 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10674 newline.
10675 (nnmbox-request-accept-article): Don't change article in source buffer;
10676 narrow to header to use message-fetch-field rather than
10677 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10678 (nnmbox-request-replace-article): Quote lines that'll be misidentified
10679 as delimiters; make sure article ends with newline.
10680 (nnmbox-delete-mail): Correct last position of article to be deleted;
10681 ignore X-Gnus-Newsgroup header in article body.
10682 (nnmbox-save-mail): Quote lines looking like delimiters at the right
10683 positions; make sure article ends with newline.
10684
10685 * message.el (message-display-abbrev): Don't infloop when a user
10686 inserts SPC in the beginning of header.
10687
10688 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
10689
10690 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10691 list of groups not followed by default. Fix type to be regexp.
10692 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10693
10694 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
10695
10696 * hmac-def.el (define-hmac-function): Switch from old-style to
10697 new-style backquotes.
10698
10699 * md4.el (md4-make-step): Likewise.
10700
10701 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10702
10703 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10704 raw-text coding system when saving .newsrc file, which may contain
10705 non-ASCII group names.
10706
10707 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10708
10709 * gnus-cus.el (gnus-score-extra): New widget.
10710 (gnus-score-extra-convert): New function.
10711 (gnus-score-customize): Use it for Extra.
10712
10713 2007-08-31 Daiki Ueno <ueno@unixuser.org>
10714
10715 * mml2015.el (mml2015-extract-cleartext-signature): New function.
10716 (mml2015-mailcrypt-clear-verify): Use it.
10717 (mml2015-gpg-clear-verify): Use it.
10718 (mml2015-pgg-clear-verify): Use it.
10719 (mml2015-epg-clear-verify): Replace the current part with the output
10720 from GnuPG; don't extract the plaintext by itself.
10721
10722 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10723 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10724 mml2015-clear-verify-function; don't touch the armor headers or
10725 dash-escaped text here.
10726
10727 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10728
10729 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10730 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10731 parts, or application/octet-stream as a last resort.
10732 (gnus-mime-view-part-as-type): Don't toggle display.
10733 (gnus-mime-view-part-as-charset): Don't turn off display before
10734 querying charset.
10735
10736 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10737 stuff to undisplayer function in Emacs.
10738 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10739
10740 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10741 text/calendar parts.
10742
10743 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10744
10745 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10746 decoding text/calendar parts.
10747
10748 * message.el (message-forward-make-body-mime): Always mark body as
10749 having no illegible text; remove signed-or-encrypted argument.
10750 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10751
10752 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10753 (mml-generate-mime-1): Don't encode body if it is specified to be in
10754 raw form; don't make buffer be unibyte when inserting multibyte string.
10755
10756 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10757
10758 * sha1.el: Fix up comment style.
10759 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10760 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10761
10762 * hex-util.el: Fix up comment style.
10763 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10764
10765 * gnus-salt.el: Use with-current-buffer.
10766 (gnus-pick-setup-message): Fix long-standing typo.
10767
10768 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
10769
10770 * imap.el (imap-logout-timeout): New variable.
10771 (imap-logout, imap-logout-wait): New functions.
10772 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10773
10774 * nnimap.el (nnimap-logout-timeout): New server variable.
10775 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10776 nnimap-logout-timeout.
10777
10778 * gnus-art.el (gnus-article-summary-command-nosave)
10779 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10780
10781 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
10782
10783 * gnus.el (gnus-maximum-newsgroup): New variable.
10784
10785 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10786 according to gnus-maximum-newsgroup.
10787
10788 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10789 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10790 Limit the range of articles according to gnus-maximum-newsgroup.
10791
10792 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
10793
10794 * gnus-art.el (gnus-sticky-article): Fix problems described in
10795 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
10796 Don't perform gnus-configure-windows here; reuse existing sticky
10797 article buffer.
10798
10799 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10800 it doesn't exist in gnus-article-mode.
10801
10802 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
10803
10804 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10805 (gnus-agent-decoded-group-name): New function.
10806 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10807 (gnus-agent-expire-group-1): Use it; decode group name in messages.
10808
10809 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
10810
10811 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10812 Add binding for gnus-sticky-article.
10813 (gnus-summary-exit): Don't kill sticky article buffers.
10814
10815 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10816 article buffer.
10817 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10818 (gnus-kill-sticky-article-buffers): New commands.
10819
10820 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
10821
10822 * nntp.el (nntp-xref-number-is-evil): New server variable.
10823 (nntp-find-group-and-number): If it is non-nil, don't trust article
10824 numbers in the Xref header.
10825
10826 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10827
10828 * gnus-agent.el (gnus-agent-read-group): New function.
10829 (gnus-agent-flush-group, gnus-agent-expire-group)
10830 (gnus-agent-regenerate-group): Use it.
10831 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10832 nnmail-pathname-coding-system.
10833
10834 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10835
10836 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10837
10838 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10839 that are unread as unread, and also as selected so that information of
10840 marks having been changed by a user may be updated when exiting group.
10841
10842 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
10843
10844 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10845
10846 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
10847
10848 * gnus-art.el (gnus-mime-display-single): Pass part number that is
10849 calculated ignoring signature parts to gnus-treat-article.
10850
10851 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
10852
10853 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10854 a point here in order to keep the window start.
10855 (gnus-insert-mime-security-button): Make a button overlay without the
10856 front stickiness.
10857 (gnus-mime-display-security): Goto the end of a button.
10858
10859 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10860
10861 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10862
10863 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10864 group-name-at-point.
10865 (gnus-group-completing-read): New function that offers decoded
10866 non-ASCII group names for completion.
10867 (gnus-fetch-group, gnus-group-read-ephemeral-group)
10868 (gnus-group-jump-to-group, gnus-group-make-group-simple)
10869 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10870 (gnus-group-fetch-control): Use it.
10871 (gnus-fetch-group): Use group-name-at-point for the initial value
10872 rather than the default value; use gnus-alive-p.
10873
10874 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10875 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10876 (gnus-summary-post-news): Use gnus-group-completing-read.
10877
10878 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10879 (gnus-read-move-group-name): Decode group name for completion.
10880
10881 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
10882
10883 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10884 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10885 Yamaoka slightly modified the code).
10886
10887 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
10888
10889 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10890 (nnmail-split-incoming): Bind it.
10891
10892 * nnml.el (nnml-group-name-charset): New function.
10893 (nnml-decoded-group-name): Use it; don't decode group name if
10894 nnmail-group-names-not-encoded-p is non-nil.
10895 (nnml-encoded-group-name): New function.
10896 (nnml-group-pathname): Inline nnml-decoded-group-name.
10897 (nnml-request-expire-articles): Decode group name in message.
10898 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10899 nnmail-pathname-coding-system.
10900 (nnml-save-mail, nnml-active-number): Work with decoded group names and
10901 not decoded ones according to nnmail-group-names-not-encoded-p.
10902 (nnml-generate-active-info): Use nnml-encoded-group-name.
10903
10904 2007-08-08 Glenn Morris <rgm@gnu.org>
10905
10906 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10907 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10908 doc-strings and comments.
10909
10910 2007-07-25 Glenn Morris <rgm@gnu.org>
10911
10912 * Relicense all FSF files to GPLv3 or later.
10913
10914 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10915
10916 * gnus-sum.el (gnus-summary-move-article):
10917 Make gnus-summary-respool-article work.
10918
10919 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
10920
10921 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10922 string.
10923
10924 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
10925
10926 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
10927 that should be ignored when comparing distant RSS articles with local
10928 ones.
10929 (nnrss-make-hash-index): New function. Create a hash index according
10930 to the ignored fields.
10931 (nnrss-check-group): Use it.
10932
10933 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10934
10935 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10936
10937 * gnus-art.el (article-decode-group-name): Decode Xref header too.
10938
10939 * gnus-group.el (gnus-group-make-group): Encode group name here unless
10940 the new optional argument ENCODED is non-nil.
10941 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10942 coding system for encoding group name.
10943 (gnus-group-make-rss-group): Pass un-encoded group name to
10944 gnus-group-make-group.
10945 (gnus-group-set-info): Tell gnus-group-make-group that group name is
10946 encoded.
10947
10948 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10949 Encode group name to which articles are moved or copied.
10950 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10951 coding system for encoding Newsgroup, Followup-To and Xref headers.
10952
10953 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10954 marks; use nnheader-file-coding-system to write a file.
10955 (nnagent-retrieve-headers): Bind file-name-coding-system to
10956 nnmail-pathname-coding-system.
10957
10958 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10959
10960 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10961 (nnml-request-article, nnml-request-create-group)
10962 (nnml-request-rename-group, nnml-find-id)
10963 (nnml-possibly-change-directory, nnml-possibly-create-directory)
10964 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10965 (nnml-save-marks): Use nnml-group-pathname instead of
10966 nnmail-group-pathname.
10967
10968 (nnml-request-create-group, nnml-request-expire-articles)
10969 (nnml-request-move-article, nnml-request-delete-group)
10970 (nnml-deletable-article-p, nnml-possibly-create-directory)
10971 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10972 (nnml-open-marks): Bind file-name-coding-system to
10973 nnmail-pathname-coding-system.
10974
10975 (nnml-request-article): Pass server argument to nnml-find-group-number.
10976 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10977 Pass server argument to nnml-possibly-create-directory.
10978 (nnml-request-accept-article): Pass server argument to
10979 nnml-active-number and nnml-save-mail.
10980 (nnml-find-group-number): Pass server argument to nnml-find-id.
10981 (nnml-request-update-info): Pass server argument to
10982 nnml-marks-changed-p.
10983
10984 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10985 (nnml-save-mail, nnml-active-number): Add server argument.
10986
10987 (nnml-request-delete-group): Warn if group is missing.
10988 (nnml-get-nov-buffer): Decode group name.
10989 (nnml-generate-active-info): Encode group name.
10990 (nnml-open-marks): Decode group name in messages.
10991
10992 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10993
10994 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10995 if it is not specified.
10996 (gnus-article-pipe-part, gnus-article-save-part)
10997 (gnus-article-interactively-view-part, gnus-article-copy-part)
10998 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10999 (gnus-article-inline-part, gnus-article-save-part-and-strip)
11000 (gnus-article-replace-part, gnus-article-delete-part)
11001 (gnus-article-view-part-as-type): Pass raw prefix argument to
11002 gnus-article-part-wrapper.
11003
11004 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
11005
11006 * gnus-agent.el (gnus-agent-save-active):
11007 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11008
11009 * gnus-cache.el (gnus-cache-save-buffers)
11010 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11011 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11012 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11013 (gnus-cache-braid-nov, gnus-cache-braid-heads)
11014 (gnus-cache-generate-active, gnus-cache-rename-group)
11015 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11016 (gnus-cache-update-overview-total-fetched-for):
11017 Bind file-name-coding-system to nnmail-pathname-coding-system.
11018 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11019 New variables.
11020 (gnus-cache-decoded-group-name): New function.
11021 (gnus-cache-file-name): Use it.
11022 (gnus-cache-generate-active): Use non-decoded group name for active.
11023
11024 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11025 right place.
11026 (gnus-write-active-file): Don't break non-ASCII group names.
11027
11028 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11029 nnmail-pathname-coding-system.
11030
11031 * gnus-uu.el (gnus-uu-decode-save): Typo.
11032
11033 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
11034
11035 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11036
11037 2007-07-14 David Kastrup <dak@gnu.org>
11038
11039 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11040 finishing actions if we did not edit the article.
11041
11042 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
11043
11044 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11045 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11046 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11047 (gnus-agent-flush-group, gnus-agent-flush-cache)
11048 (gnus-agent-fetch-headers, gnus-agent-load-alist)
11049 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11050 (gnus-agent-retrieve-headers, gnus-agent-request-article)
11051 (gnus-agent-regenerate-group)
11052 (gnus-agent-update-files-total-fetched-for)
11053 (gnus-agent-update-view-total-fetched-for):
11054 Bind file-name-coding-system to nnmail-pathname-coding-system.
11055 (gnus-agent-group-pathname): Don't encode file names by
11056 nnmail-pathname-coding-system.
11057 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11058 coding-system-for-write instead of buffer-file-coding-system to
11059 gnus-agent-file-coding-system.
11060
11061 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11062 Decode group name.
11063
11064 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11065
11066 * gnus-start.el (gnus-update-active-hashtb-from-killed)
11067 (gnus-read-newsrc-el-file): Make group names unibyte.
11068
11069 * nnmail.el (nnmail-group-pathname): Don't encode file names by
11070 nnmail-pathname-coding-system.
11071
11072 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11073 (nnrss-request-delete-group): Bind file-name-coding-system to
11074 nnmail-pathname-coding-system.
11075 (nnrss-read-server-data, nnrss-read-group-data):
11076 Bind file-name-coding-system correctly.
11077 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11078
11079 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11080 (nntp-server-to-method-cache): New variable.
11081 (nntp-group-pathname): New function that decodes non-ASCII group names.
11082 (nntp-possibly-create-directory, nntp-marks-changed-p)
11083 (nntp-save-marks, nntp-open-marks): Use it.
11084 (nntp-possibly-create-directory, nntp-open-marks):
11085 Bind file-name-coding-system to nnmail-pathname-coding-system.
11086 (nntp-open-marks): Decode group names when bootstrapping marks.
11087
11088 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11089 Newsgroups and Folowup-To headers.
11090
11091 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
11092
11093 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11094 (gnus-server-closed-face, gnus-server-denied-face)
11095 (gnus-server-offline-face): Remove variable.
11096 (gnus-server-font-lock-keywords): Use faces that are not aliases.
11097
11098 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11099 of modifying message-stack directly for XEmacs.
11100
11101 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11102 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11103 if the coding-system argument is nil for XEmacs.
11104
11105 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11106 mm-charset-override-alist.
11107
11108 * rfc2047.el: Don't require base64; require rfc2045 for the function
11109 rfc2045-encode-string.
11110 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11111 to quote the parameter value.
11112
11113 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
11114
11115 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11116 form in gnus-group-name-charset-method-alist.
11117
11118 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11119 overrides the default layout edit-form.
11120
11121 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11122
11123 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11124
11125 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
11126
11127 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11128 as unfetched articles.
11129
11130 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
11131
11132 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11133
11134 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
11135
11136 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11137 original back end that keeps marks in the local system.
11138
11139 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
11140
11141 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11142 arg of pop-to-buffer for XEmacs.
11143 (gnus-article-read-summary-keys): Ditto; don't restore window
11144 configuration if summary command ends up with neither article buffer
11145 nor summary buffer; describe bindings if summary keys end with C-h.
11146
11147 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
11148
11149 * message.el (message-fix-before-sending): Skip raw message part to be
11150 forwarded while checking illegible text.
11151 (message-forward-make-body-mime, message-forward-make-body):
11152 Mark signed or encrypted raw message as having no illegible text.
11153
11154 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
11155
11156 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11157 (gnus-message-with-timestamp-1): New macro.
11158 (gnus-message-with-timestamp): New function.
11159 (gnus-message): Use them.
11160
11161 * nnheader.el (nnheader-message): Use them.
11162
11163 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
11164
11165 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11166 .newsrc.eld file.
11167
11168 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
11169
11170 * gnus-agent.el (gnus-agent-fetch-headers)
11171 (gnus-agent-retrieve-headers):
11172 Bind gnus-decode-encoded-address-function to identity.
11173
11174 * nntp.el (nntp-send-xover-command): Recognize an xover command is
11175 available also when the server returns simply a dot.
11176
11177 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11178
11179 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
11180
11181 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11182
11183 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
11184
11185 * gnus-ems.el (gnus-x-splash): Make it work.
11186
11187 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11188 from being used.
11189
11190 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
11191
11192 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11193 the front stickiness.
11194 (gnus-article-summary-command-nosave): Correct the order of the
11195 arguments passed to pop-to-buffer.
11196 (gnus-article-read-summary-keys): Ditto; make it work properly when the
11197 summary command ends up with the article buffer.
11198
11199 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11200 the same faces.
11201
11202 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11203
11204 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11205
11206 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11207
11208 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11209 * gnus-sum.el (gnus-summary-highlight):
11210 * mail-source.el (mail-source-delete-old-incoming-confirm):
11211 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11212
11213 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
11214
11215 * gnus-art.el (gnus-mime-view-part-externally)
11216 (gnus-mime-view-part-internally): Fix predicate function passed to
11217 completing-read.
11218
11219 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11220
11221 * gnus.el (gnus-update-message-archive-method): Add :version.
11222
11223 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
11224
11225 * gnus.el (gnus-update-message-archive-method): New variable.
11226
11227 * gnus-start.el (gnus-setup-news): Update saved "archive" method
11228 according to gnus-message-archive-method if
11229 gnus-update-message-archive-method is non-nil.
11230
11231 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
11232
11233 * gnus-sum.el (gnus-summary-limit-to-address): New function.
11234 Suggested by Loic Dachary <loic@dachary.org>.
11235 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11236
11237 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
11238
11239 * message.el (message-pop-to-buffer): Add switch-function argument.
11240 (message-mail): Pass switch-function argument to it.
11241
11242 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
11243
11244 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11245 Improve doc string.
11246
11247 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
11248
11249 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11250 (gnus-header-content)
11251 * gnus-cite.el (gnus-cite-10)
11252 * gnus-srvr.el (gnus-server-closed)
11253 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11254 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11255 (gnus-group-mail-3-empty, gnus-group-mail-low)
11256 (gnus-group-mail-low-empty, gnus-splash)
11257 * message.el (message-header-to, message-header-cc)
11258 (message-header-subject, message-header-other, message-header-name)
11259 (message-header-xheader, message-separator, message-cited-text)
11260 (message-mml): Lighten colors of faces used for dark background.
11261
11262 2007-05-24 Simon Josefsson <simon@josefsson.org>
11263
11264 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11265 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
11266
11267 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
11268
11269 * message.el (message-narrow-to-headers-or-head):
11270 Ignore mail-header-separator in the body.
11271
11272 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
11273
11274 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11275 same as window size.
11276
11277 2007-05-22 Kevin Ryde <user42@zip.com.au>
11278
11279 * message.el (message-font-lock-keywords): Use message-header-xheader
11280 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
11281 ahead of the anything pattern, to get it recognised.
11282
11283 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
11284
11285 * gnus-sum.el (gnus-articles-to-read)
11286 (gnus-summary-insert-old-articles): Don't truncate group name for
11287 `read-string'.
11288
11289 * gnus-util.el (gnus-limit-string): Delete this function.
11290
11291 * gnus-sum.el (gnus-simplify-subject-fully):
11292 Use `truncate-string-to-width' instead.
11293
11294 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
11295
11296 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11297 Tell if, on summary exit, the next group has to be selected.
11298 (gnus-summary-exit): Use it.
11299
11300 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
11301
11302 * gnus-art.el (gnus-article-mode): Fix comment about displaying
11303 non-break space.
11304
11305 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11306
11307 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11308 Check if group is not a directory.
11309 (nnfolder-request-expire-articles): Don't delete articles if the target
11310 group is not available.
11311
11312 * nnml.el (nnml-request-create-group): Properly check if group is not a
11313 file.
11314 (nnml-request-expire-articles): Don't delete articles if the target
11315 group is not available.
11316
11317 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11318 Don't quote characters that are within parentheses.
11319
11320 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
11321
11322 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11323 (gnus-handle-ephemeral-exit): Select article according to it.
11324
11325 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
11326
11327 * message.el (message-insert-formated-citation-line): Remove newline.
11328 (message-citation-line-format): Add final \n here so that the user can
11329 avoid a blank line.
11330
11331 2007-05-03 Dan Christensen <jdc@uwo.ca>
11332
11333 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11334 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11335 Update lanl/arXiv support.
11336
11337 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
11338
11339 * gnus.el: Bump version number.
11340
11341 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11342
11343 * gnus.el (gnus-version-number): Bump version.
11344
11345 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11346
11347 * gnus.el: No Gnus v0.6 is released.
11348
11349 2007-04-27 Didier Verna <didier@xemacs.org>
11350
11351 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11352 * gmm-utils.el (gmm-regexp-concat): ... here.
11353 * message.el: Don't require 'gnus-util.
11354 (message-dont-reply-to-names): Handle name change above.
11355 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11356
11357 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11358
11359 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11360 since the initial value varies according to the system.
11361
11362 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
11363
11364 * mm-util.el (mm-charset-synonym-alist): Defcustom.
11365
11366 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
11367
11368 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11369
11370 2007-04-24 Didier Verna <didier@xemacs.org>
11371
11372 Improve the type of gnus-ignored-from-addresses.
11373 * gnus-util.el (gnus-orify-regexp): New function.
11374 * message.el (gnus-util): Require it.
11375 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11376 * gnus-sum.el (gnus-ignored-from-addresses): New function.
11377 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11378
11379 2007-04-24 Didier Verna <didier@xemacs.org>
11380
11381 * gnus-sum.el:
11382 * gnus-utils.el: Fix some trailing whitespaces.
11383
11384 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
11385
11386 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11387 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11388 article's Message-ID; refer parent article in summary buffer.
11389
11390 * message.el (message-bounce): Call mime-to-mml.
11391
11392 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
11393
11394 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11395
11396 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
11397
11398 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11399 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11400 displayed of multipart/alternative part if it is invoked from summary
11401 buffer.
11402
11403 * mm-view.el (mm-inline-text-html-render-with-w3m)
11404 (mm-inline-text-html-render-with-w3m-standalone)
11405 (mm-inline-render-with-function): Use mail-parse-charset by default.
11406
11407 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
11408
11409 * parse-time.el (parse-time-string-chars): Check if CHAR
11410 is less than the length of parse-time-syntax.
11411
11412 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
11413
11414 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11415 from gnus-newsgroup-processable.
11416
11417 2007-04-16 Didier Verna <didier@xemacs.org>
11418
11419 * gnus-msg.el (gnus-configure-posting-styles):
11420 Handle message-signature-directory properly with :file syntax.
11421 Reported by "Leo".
11422
11423 2007-04-11 Didier Verna <didier@xemacs.org>
11424
11425 New user option: message-signature-directory.
11426 * gnus-msg.el (gnus-configure-posting-styles): Support it.
11427 * message.el (message-insert-signature): Ditto.
11428 * message.el (message-signature-file): Doc update.
11429 * message.el (message-signature-directory): New.
11430
11431 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
11432
11433 * gnus-msg.el (gnus-inews-yank-articles):
11434 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11435
11436 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11437
11438 * message.el (message-yank-original): Make sure cited text ends with
11439 newline; don't exchange point and mark.
11440
11441 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
11442
11443 * tls.el (open-tls-stream): Properly handle case where there
11444 is no associated buffer.
11445
11446 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
11447
11448 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11449 message-yank-original, make sure (< mark TEXT point).
11450
11451 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11452
11453 * message.el (message-fill-column): New variable.
11454 (message-mode): Use it. Add comment on a possible new hook.
11455
11456 * nnmail.el (nnmail-spool-file): Mark as obsolete.
11457 (nnmail-get-new-mail): Reformat.
11458
11459 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11460
11461 * gmm-utils.el: Fix Commentary.
11462 (gmm-tool-bar-from-list): Fix typo in doc string.
11463
11464 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
11465
11466 * message.el (message-yank-original): Don't switch point and mark
11467 unnecessarily to put point and mark as documented.
11468
11469 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11470
11471 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11472 from the message heads.
11473
11474 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
11475
11476 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11477 article buffer does not have a window. This may not be the best
11478 solution but is certainly better than setting the start of the null,
11479 that is the current, window.
11480
11481 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
11482
11483 * gnus-draft.el (gnus-draft-setup-hook): New hook.
11484 (gnus-draft-setup): Run it.
11485
11486 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11487 gnus-score-fast-scoring. Allow regexp.
11488 (gnus-score-headers): Use it.
11489
11490 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11491 XEmacs.
11492
11493 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11494 string.
11495 (gnus-button-alist): Also catch `<f1> k ...'.
11496 (gnus-treat-display-x-face): Fix doc string.
11497
11498 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11499
11500 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11501 evaluation of gnus-extended-version to ensure correct generation of the
11502 User-Agent header when message-generate-headers-first is used.
11503
11504 2007-03-24 Simon Josefsson <simon@josefsson.org>
11505
11506 * hashcash.el (hashcash-generate-payment-async): Don't crash if
11507 hashcash-path is nil. Don't call callback with incorrect number of
11508 parameters if val is 0.
11509
11510 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11511
11512 * message.el (message-required-news-headers):
11513 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11514
11515 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11516
11517 * message.el (message-generate-new-buffers): Change the meaning of the
11518 nil value; add `standard' to the choices; treat t as `unique'; improve
11519 doc string.
11520 (gnus-select-frame-set-input-focus): Autoload.
11521 (message-buffer-name): Search for the existing message buffer if
11522 message-generate-new-buffers is nil or `standard'; treat the value t of
11523 message-generate-new-buffers as `unique'.
11524 (message-pop-to-buffer): Raise the frame already displaying the message
11525 buffer; clear the echo area after querying.
11526 (message-setup): Pass the `continue' argument to compose-mail.
11527 (message-mail): Prefer `switch-function' if it is given; search for the
11528 existing message buffer if the `continue' argument is non-nil; pass
11529 continue and switch-function arguments to compose-mail by way of
11530 message-setup.
11531 (message-mail-other-window): Adjust argument of message-setup.
11532 (message-mail-other-frame): Ditto.
11533
11534 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11535
11536 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11537 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11538 to turn font-lock on when turning gnus-message-citation-mode on.
11539
11540 2007-03-06 Daiki Ueno <ueno@unixuser.org>
11541
11542 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11543 (mml-smime-function-alist): New variable; add epg as the backend.
11544 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11545 mml-smime- functions instead.
11546 * mm-view.el: Require smime.
11547
11548 2007-03-05 Didier Verna <didier@xemacs.org>
11549
11550 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11551 instead of just inheritance for posting styles.
11552 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11553
11554 2007-02-24 John Paul Wallington <jpw@pobox.com>
11555
11556 * tls.el (tls-certtool-program): Fix custom type.
11557
11558 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11559
11560 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11561 and point-at-eol instead of line-(beginning|end)-position.
11562
11563 * assistant.el (assistant-parse-buffer): Ditto.
11564
11565 2007-02-28 Daiki Ueno <ueno@unixuser.org>
11566
11567 * mml2015.el (mml2015-epg-find-usable-key): New function.
11568 (mml2015-epg-sign): Use it.
11569 (mml2015-epg-encrypt): Use it.
11570
11571 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11572
11573 * message.el (message-make-in-reply-to): Quote name containing
11574 non-ASCII characters. It will make the RFC2047 encoder cause an error
11575 if there are special characters. Reported by NAKAJI Hiroyuki
11576 <nakaji@jp.freebsd.org>.
11577
11578 2007-02-27 Didier Verna <didier@xemacs.org>
11579
11580 Include the group parameters as well as the topic ones in the
11581 inheritance filter process.
11582 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11583 argument GROUP-PARAMS-LIST.
11584 * gnus-topic.el (gnus-group-topic-parameters): Use it.
11585
11586 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11587
11588 * nntp.el (nntp-never-echoes-commands)
11589 (nntp-open-connection-functions-never-echo-commands): New variables.
11590 (nntp-send-command): Use them.
11591
11592 2007-02-20 Daiki Ueno <ueno@unixuser.org>
11593
11594 * mml2015.el (mml2015-epg-verify): Simplify.
11595
11596 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
11597
11598 * mml.el (mml-content-disposition-alist): New user option.
11599 (mml-content-disposition): New function.
11600 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11601 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11602
11603 2007-02-19 Daiki Ueno <ueno@unixuser.org>
11604
11605 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11606 verification.
11607
11608 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11609
11610 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11611 articles posted in the last 24 hours.
11612
11613 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
11614
11615 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11616
11617 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
11618
11619 * nntp.el (nntp-send-command): Don't wait for echoes when
11620 nntp-open-ssl-stream is used.
11621
11622 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11623
11624 * gnus-cite.el (gnus-test-font-lock-add-keywords)
11625 (gnus-message-add-citation-keywords)
11626 (gnus-message-remove-citation-keywords): Remove.
11627 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11628 directly, make the variables in font-lock-defaults buffer-local, add
11629 gnus-message-citation-keywords to them and then update the value of
11630 font-lock-keywords.
11631
11632 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
11633
11634 * message.el (message-cite-original-1): Don't call
11635 gnus-article-highlight-citation.
11636
11637 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11638 citations; fix line count.
11639
11640 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11641
11642 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11643 (gnus-message-add-citation-keywords)
11644 (gnus-message-remove-citation-keywords): Use it; fix the emulating
11645 versions of font-lock-add-keywords and font-lock-remove-keywords to
11646 work with XEmacs correctly.
11647
11648 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11649
11650 * gnus-cite.el (gnus-cite-face-list): Set the values of
11651 gnus-message-max-citation-depth and gnus-message-citation-keywords.
11652 (gnus-message-max-citation-depth): Use defvar rather than defconst.
11653 (gnus-message-cite-prefix-regexp): New variable.
11654 (gnus-message-search-citation-line): Use it; protect against long
11655 citation prefix; fill match data with nil rather than 0 for XEmacs; set
11656 the 0th match data for Emacs.
11657 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11658 (gnus-message-add-citation-keywords): Append keywords rather than
11659 prepending; emulate font-lock-add-keywords if it is not available.
11660 (gnus-message-remove-citation-keywords):
11661 Emulate font-lock-remove-keywords if it is not available.
11662
11663 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11664
11665 * message.el (message-cite-prefix-regexp): Set the value of
11666 gnus-message-cite-prefix-regexp.
11667
11668 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11669
11670 * nnweb.el (nnweb-google-parse-1): Update parser.
11671
11672 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
11673
11674 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11675
11676 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11677
11678 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11679 regexp.
11680
11681 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11682
11683 * uudecode.el (uudecode-string-to-multibyte): New function emulating
11684 string-to-multibyte.
11685 (uudecode-decode-region-internal): Use it.
11686
11687 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
11688
11689 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11690 Fix custom choice.
11691
11692 * gnus-art.el (gnus-signature-limit): Fix custom choice.
11693
11694 2007-01-22 Daiki Ueno <ueno@unixuser.org>
11695
11696 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11697
11698 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11699 `write-region' to respect `mm-inhibit-file-name-handlers'.
11700
11701 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
11702
11703 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11704 Use gnus-home-directory instead of "~/" or "$HOME".
11705
11706 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
11707
11708 * encrypt.el (encrypt-insert-file-contents): Add better prompt
11709 to mention filename.
11710 Add comments at beginning regarding usage.
11711 (encrypt-write-file-contents): Change interactive so a string is
11712 acceptable. If the file has no associated model, show an error instead
11713 of a nonsense prompt.
11714
11715 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11716
11717 * spam.el (spam-bsfilter-ham-switch): Fix typo.
11718 Thanks to Yoshihiko Yamada for kind notification of this typo.
11719
11720 2007-01-12 Kenichi Handa <handa@m17n.org>
11721
11722 * uudecode.el (uudecode-decode-region-internal): Make it work in a
11723 multibyte buffer.
11724
11725 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
11726
11727 * gnus-score.el (gnus-score-fast-scoring): New variable.
11728 (gnus-score-headers): Use it.
11729
11730 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11731
11732 * message.el (message-cite-original-1):
11733 Call gnus-article-highlight-citation if requested.
11734 (message-make-from): Allow name and address as optional arguments.
11735
11736 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11737
11738 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11739 bugs to doc string.
11740 (gnus-button-alist): Add mid\\|message-id.
11741 (gnus-button-fetch-group): Extend for use in
11742 `browse-url-browser-function'.
11743 (gnus-button-url-regexp): Try to catch paired parentheses like in
11744 Wikipedia URLs.
11745
11746 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11747 Suggested by Simon Krahnke <overlord@gmx.li>.
11748
11749 2007-01-13 Romain Francoise <romain@orebokech.com>
11750
11751 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11752 Update copyright.
11753
11754 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
11755
11756 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11757
11758 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
11759
11760 * gnus-registry.el (gnus-registry-unfollowed-groups)
11761 (gnus-registry-split-fancy-with-parent): Fix documentation.
11762
11763 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11764
11765 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11766 from nnweb groups.
11767
11768 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11769
11770 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11771 Xref urls. Erase buffer before requesting head.
11772
11773 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11774
11775 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
11776
11777 * gnus-soup.el (gnus-soup): New custom group. Make user variables
11778 customizable.
11779
11780 2007-01-05 Daiki Ueno <ueno@unixuser.org>
11781
11782 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11783 no signing key is found.
11784 (mml2015-epg-encrypt): Ask user whether to skip or abort if
11785 no encrypting and/or signing key is found.
11786
11787 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11788
11789 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11790
11791 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11792
11793 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11794 headers read from disk with the ones newly found in the current search.
11795 This should no longer cause problems, because the article numbers in
11796 Gmane's `nov.php' output are ignored since the previous change.
11797
11798 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11799
11800 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11801
11802 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
11803
11804 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11805
11806 2007-01-01 Romain Francoise <romain@orebokech.com>
11807
11808 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11809
11810 2006-12-31 Steve Youngs <steve@sxemacs.org>
11811
11812 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11813 `define-minor-mode' macro definition expanded properly.
11814 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11815 exclude it there.
11816
11817 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11818 of 2006-12-30. The default is nil on (S)XEmacs already because of the
11819 `fboundp' test.
11820 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11821 This is OK to autoload in (S)XEmacs now.
11822
11823 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11824
11825 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11826 keystroke.
11827 (gnus-summary-limit-to-singletons): Fix typo.
11828
11829 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11830 else fails.
11831
11832 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11833
11834 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11835 docstring.
11836
11837 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11838 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11839 (gnus-summary-insert-dormant-articles): Fix typo in message.
11840
11841 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
11842
11843 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11844 nil for XEmacs.
11845 (gnus-message-citation-mode): Don't autoload in XEmacs.
11846
11847 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11848
11849 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
11850
11851 * nnimap.el (nnimap-expunge-search-string):
11852 Mention nnimap-search-uids-not-since-is-evil in docstring.
11853
11854 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
11855
11856 * spam.el: Revert to make-obsolete-variable because
11857 define-obsolete-variable-alias is not supported in Emacs 21.
11858
11859 * spam.el (spam-ifile-path, spam-ifile-database-path)
11860 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11861 make-obsolete-variable.
11862 (spam-bsfilter-path, spam-bsfilter-program)
11863 (spam-spamassassin-path, spam-spamassassin-program)
11864 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11865 Don't use "path" inappropriately.
11866 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11867 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11868 variable names.
11869
11870 2006-12-28 Daiki Ueno <ueno@unixuser.org>
11871
11872 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11873 summary buffer.
11874
11875 * password.el (password-cache-remove): Use clear-string to burn
11876 password, if available.
11877
11878 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11879
11880 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11881
11882 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11883
11884 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11885 (gnus-message-highlight-citation): Move defcustom here from
11886 gnus-cite.el.
11887 (gnus-message-citation-mode): Autoload.
11888
11889 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
11890 checks to make it compile with XEmacs.
11891 (gnus-message-citation-mode): New minor mode.
11892 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11893 (gnus-message-highlight-citation): New variables.
11894 (gnus-message-search-citation-line)
11895 (gnus-message-add-citation-keywords)
11896 (gnus-message-remove-citation-keywords)
11897 (turn-on-gnus-message-citation-mode)
11898 (turn-off-gnus-message-citation-mode): New functions.
11899
11900 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
11901
11902 * gnus-cite.el: Enable highlighting of different citation levels in
11903 message-mode.
11904
11905 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11906
11907 * message.el (message-make-fqdn): Fix comment.
11908 (message-bogus-system-names): Add ".local".
11909
11910 * spam.el (spam-ifile-path, spam-ifile-program)
11911 (spam-ifile-database-path, spam-ifile-database)
11912 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11913 Don't use "path" inappropriately.
11914 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11915 strings.
11916 (spam-check-ifile, spam-ifile-register-with-ifile)
11917 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11918 Use new variable names.
11919
11920 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11921 (gnus-treat-display-smileys): Simplify using
11922 gnus-image-type-available-p.
11923
11924 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11925 available.
11926
11927 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11928
11929 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11930 one after turning on the buffer's multibyteness instead of decoding
11931 them directly in the unibyte buffer that causes unexpected conversion
11932 in Emacs 23 (unicode).
11933
11934 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11935
11936 * message.el (message-generate-hashcash): Fix custom type.
11937
11938 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11939
11940 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11941
11942 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11943
11944 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11945 disconnect icons. Add help text.
11946
11947 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
11948
11949 * spam.el (spam-extra-header-to-number): CRM114 spam score is
11950 negated to be consistent with the others we handle.
11951
11952 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11953
11954 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11955 version of gnus-summary-buffer to something, so that we can use two
11956 article buffers at the same time.
11957
11958 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
11959
11960 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11961 trigger all the extra headers.
11962 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11963 sorting.
11964
11965 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11966
11967 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11968 solid groups.
11969
11970 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11971
11972 * legacy-gnus-agent.el: Add Copyright notice.
11973
11974 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
11975
11976 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11977
11978 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11979
11980 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11981
11982 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11983 to make it work reliably in CVS Emacs.
11984 (gnus-summary-limit-strange-charsets-predicate)
11985 (gnus-summary-limit-to-predicate): New functions.
11986
11987 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
11988
11989 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11990 specifying array size.
11991 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11992 array if it is too small.
11993 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11994 (gnus-sort-threads-loop): New function.
11995
11996 2006-12-06 Chris Moore <dooglus@gmail.com>
11997
11998 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11999 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12000
12001 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
12002
12003 * mm-url.el (mm-url-predefined-programs): Call curl with correct
12004 options.
12005
12006 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12007
12008 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12009 DOS-ing the recipient.
12010
12011 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12012 the headers when creating the mapping to avoid mismappings.
12013 (nnweb-gmane-create-mapping): Always nix out old mapping.
12014
12015 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
12016
12017 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12018 and mm-verify-option to never.
12019
12020 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
12021
12022 * message.el (message-signed-or-encrypted-p): New function.
12023 (message-forward-make-body): Use it.
12024
12025 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12026 Replace encode-coding-string with mm-encode-coding-string.
12027
12028 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
12029
12030 * nneething.el (nneething-decode-file-name):
12031 Replace decode-coding-string with mm-decode-coding-string.
12032
12033 * gnus-int.el (gnus-open-server): Say failed server's name.
12034
12035 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
12036
12037 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12038 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12039
12040 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12041 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12042 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12043 (gnus-group-make-directory-group, gnus-group-transpose-groups):
12044 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12045 (gnus-subscribe-newsgroup, gnus-1):
12046 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12047 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12048 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12049 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12050
12051 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12052
12053 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12054 keystroke.
12055 (gnus-summary-limit-to-bodies): Implement headersp.
12056
12057 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12058
12059 * dns.el (query-dns): Protect against "Process dns deleted" strings.
12060
12061 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12062
12063 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12064
12065 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12066
12067 * message.el (message-generate-hashcash): Expand range of values to
12068 include `opportunistic'.
12069 (message-send-mail): Use it.
12070
12071 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12072
12073 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12074 and comment it.
12075
12076 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12077
12078 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
12079
12080 * gnus-util.el (gnus-extract-address-components): Improve comment.
12081
12082 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12083
12084 * gnus-util.el (gnus-extract-address-components): Work with address in
12085 which the name portion contains @.
12086
12087 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
12088
12089 * gnus.el (gnus-start): Move custom group up.
12090 (gnus-select-method): Don't autoload, but make it available for
12091 `customize-variable'.
12092 (gnus-getenv-nntpserver): Don't autoload.
12093
12094 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
12095
12096 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12097
12098 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
12099
12100 * message.el (message-sendmail-extra-arguments): New variable.
12101 (message-send-mail-with-sendmail): Use it.
12102
12103 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12104
12105 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12106 mm-with-unibyte-current-buffer to make string unibyte.
12107
12108 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12109 mm-string-as-multibyte.
12110
12111 2006-11-14 Daiki Ueno <ueno@unixuser.org>
12112
12113 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12114 Reported by Werner Koch <wk@gnupg.org>.
12115
12116 2006-11-14 Daiki Ueno <ueno@p360>
12117
12118 * mml2015.el: Autoload epa-select-keys when compiling.
12119
12120 2006-11-13 Daiki Ueno <ueno@unixuser.org>
12121
12122 * mml2015.el (mml2015-epg-sign): Save the signing keys in
12123 message-options.
12124 (mml2015-epg-encrypt): Save the recipient keys in message-options.
12125
12126 2006-11-13 Daiki Ueno <ueno@unixuser.org>
12127
12128 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12129 EasyPG (< 0.0.6).
12130 (mml2015-always-trust): New user option.
12131 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12132 prompt.
12133
12134 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
12135
12136 * nntp.el (nntp-authinfo-force): New variable.
12137 (nntp-send-authinfo): Use it.
12138
12139 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
12140
12141 * message.el (message-strip-subject-encoded-words): Allow _not_ to
12142 decode encoded words. Improve prompt. Add comment about forwarding.
12143 (message-replacement-char): Move up.
12144
12145 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12146
12147 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12148 instead of gnus-intersection because arguments of gnus-sorted-nunion
12149 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
12150
12151 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
12152
12153 * message.el (message-strip-subject-encoded-words): Reformat prompt.
12154 (message-simplify-subject-functions):
12155 Enable message-strip-subject-encoded-words by default.
12156
12157 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
12158
12159 * message.el (message-strip-subject-encoded-words): New function.
12160 (message-simplify-subject-functions): New variable.
12161 (message-simplify-subject): Use it. Fix typo in doc string.
12162 Support message-strip-subject-encoded-words.
12163
12164 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
12165
12166 * gnus-diary.el (gnus-diary-delay-format-function):
12167 * nndiary.el (nndiary-reminders):
12168 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12169
12170 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
12171
12172 * gnus-art.el (article-hide-boring-headers): Fetch date from
12173 gnus-original-article-buffer to avoid problems with localized date
12174 strings.
12175
12176 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
12177
12178 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12179
12180 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
12181
12182 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12183 New variables.
12184 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12185 (mm-charset-synonym-alist): Move some entries to
12186 mm-codepage-iso-8859-list.
12187 (mm-charset-synonym-alist, mm-charset-override-alist):
12188 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12189
12190 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
12191
12192 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12193
12194 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12195
12196 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12197 with Emacs 21 and XEmacs.
12198
12199 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
12200
12201 * spam.el (spam-parse-address): New function for better parsing,
12202 catching errors, etc.
12203 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12204
12205 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12206
12207 * mm-view.el: Add interactive arg to html2text autoload.
12208
12209 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
12210
12211 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12212
12213 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
12214
12215 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12216 New variables.
12217 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12218 (mm-charset-synonym-alist): Move some entries to
12219 mm-codepage-iso-8859-list.
12220
12221 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12222
12223 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
12224
12225 * message.el (message-citation-line-format)
12226 (message-insert-formated-citation-line): Fix implementation of %E, %N
12227 and %n according to the doc string.
12228
12229 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
12230
12231 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12232 Use car-safe to avoid bad parses.
12233
12234 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12235
12236 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12237 names.
12238
12239 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12240
12241 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12242
12243 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12244 header.
12245
12246 * message.el (message-draft-headers): Add Date.
12247 (message-headers-to-generate): Fix typo in docstring.
12248
12249 * nndraft.el (nndraft-required-headers): New variable.
12250 (nndraft-generate-headers): Use it.
12251
12252 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12253
12254 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
12255
12256 * gnus-registry.el (gnus-registry-wash-for-keywords)
12257 (gnus-registry-find-keywords): New functions to allow easy searching of
12258 articles that are in the registry.
12259
12260 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
12261
12262 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12263 Use ietf-drums-parse-address instead of gnus-extract-address-components.
12264 Reported by Damien Elmes <damien@repose.cx>.
12265
12266 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
12267
12268 * gnus.el (gnus-mime): Remove unused custom group.
12269
12270 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12271
12272 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12273 "blank line" when searching for end of armor headers.
12274
12275 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
12276
12277 * gmm-utils.el (gmm-write-region): Fix variable name.
12278
12279 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
12280
12281 * gmm-utils.el (gmm-write-region): New function based on compatibility
12282 code from `mm-make-temp-file'.
12283
12284 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12285
12286 * nnmaildir.el (nnmaildir--update-nov)
12287 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12288 Use `gmm-write-region'.
12289
12290 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12291
12292 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12293 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12294
12295 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12296
12297 * message.el (message-replacement-char): New variable.
12298 (message-fix-before-sending): Use it.
12299 (message-simplify-subject): New function to remove duplicate code.
12300 (message-reply, message-followup): Use it.
12301
12302 * gnus-sum.el (gnus-summary-make-menu-bar):
12303 Clarify gnus-summary-limit-to-articles.
12304
12305 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12306
12307 * gnus-util.el (gnus-with-local-quit): New macro.
12308
12309 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12310
12311 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
12312
12313 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12314 ignore non-string data.
12315
12316 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
12317
12318 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12319 non-string data (needs to be done in the registry too).
12320
12321 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12322
12323 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12324 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12325 (gnus-registry-split-fancy-with-parent)
12326 (gnus-registry-fetch-simplified-message-subject-fast)
12327 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12328 Remove text properties on ingress into the registry and when it's saved.
12329 (gnus-registry-clean-empty-function): Fix bug with cleaning the
12330 registry from entries with no groups.
12331
12332 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12333
12334 * gnus-util.el (gnus-string-remove-all-properties): Add utility
12335 function to remove string properties.
12336
12337 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
12338
12339 * gmm-utils.el (gmm): Adjust custom version.
12340
12341 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12342 Adjust custom version.
12343
12344 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12345
12346 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
12347
12348 * gnus-art.el (gnus-insert-prev-page-button)
12349 (gnus-insert-next-page-button): Simplify. Reformat.
12350
12351 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
12352
12353 * gnus-art.el (gnus-insert-prev-page-button)
12354 (gnus-insert-next-page-button): Apply gnus-article-button-face.
12355
12356 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
12357
12358 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12359
12360 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
12361
12362 * gnus-art.el (gnus-insert-mime-button)
12363 (gnus-insert-mime-security-button):
12364 Apply gnus-article-button-face to MIME and security buttons.
12365
12366 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
12367
12368 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12369 readable.
12370
12371 2006-09-20 Steve Youngs <steve@sxemacs.org>
12372
12373 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12374 `browse-url-of-file' instead of `browse-url'.
12375
12376 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12377
12378 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12379 regexp. Articles containing quotation were cut prematurely.
12380
12381 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
12382
12383 * message.el (message-cite-original-1): Use nobody by default for the
12384 value of From header.
12385 (message-reply): Ditto.
12386
12387 2006-09-11 Daiki Ueno <ueno@unixuser.org>
12388
12389 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12390 to the gnus-info. This fixes a bug of inline-PGP message verification.
12391 Reported by Michael Piotrowski <mxp@dynalabs.de>.
12392
12393 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
12394
12395 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12396 mails in the doc string. Add some URLs in comment.
12397 (pop3-movemail): Warn about pop3-leave-mail-on-server.
12398
12399 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
12400
12401 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12402 backslashes handling and the way to find boundaries of quoted strings.
12403
12404 2006-09-07 Daiki Ueno <ueno@unixuser.org>
12405
12406 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12407 mml1991-encrypt-to-self is set and mml1991-signers is not set.
12408 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12409 mml2015-encrypt-to-self is set and mml2015-signers is not set.
12410
12411 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
12412
12413 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
12414 doc string.
12415 (gnus-button-regexp, gnus-button-last): Remove unused variables.
12416
12417 2006-09-06 Simon Josefsson <jas@extundo.com>
12418
12419 * mml2015.el (mml2015-use): Doc fix, mention epg.
12420
12421 2006-09-06 Daiki Ueno <ueno@unixuser.org>
12422
12423 * mml2015.el (mml2015-use): Default to epg, if available.
12424
12425 2006-09-06 Daiki Ueno <ueno@unixuser.org>
12426
12427 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12428 message-sender.
12429 (mml1991-epg-encrypt): Ditto.
12430 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12431 message-sender.
12432 (mml2015-epg-encrypt): Ditto.
12433
12434 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
12435
12436 * message.el (message-send-mail-with-sendmail): Look for sendmail in
12437 several common directories.
12438
12439 2006-09-05 Daiki Ueno <ueno@unixuser.org>
12440
12441 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12442 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12443
12444 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
12445
12446 * gnus-art.el (article-decode-encoded-words): Make it fast.
12447
12448 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
12449
12450 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12451
12452 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12453 in quoted string into `\'.
12454
12455 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12456
12457 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12458 Use standard-syntax-table.
12459
12460 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12461
12462 * gnus-art.el (gnus-decode-address-function): New variable.
12463 (article-decode-encoded-words): Use it to decode headers which are
12464 assumed to contain addresses.
12465 (gnus-mime-delete-part): Remove useless `or'.
12466
12467 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12468 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12469 (gnus-nov-parse-line): Use it to decode From header.
12470 (gnus-get-newsgroup-headers): Ditto.
12471 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12472
12473 * mail-parse.el (mail-decode-encoded-address-region): New alias.
12474 (mail-decode-encoded-address-string): New alias.
12475
12476 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12477 New function.
12478 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12479 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12480 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12481 (rfc2047-decode-string): Ditto.
12482 (rfc2047-decode-address-region): New function.
12483 (rfc2047-decode-address-string): New function.
12484
12485 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
12486
12487 * message.el (message-caesar-buffer-body): Allow rotating headers.
12488
12489 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12490
12491 * message.el (message-insert-formated-citation-line): Fix %f.
12492 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12493
12494 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
12495
12496 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12497 (gnus-bookmark-mouse-available-p): New macro.
12498 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12499 (gnus-bookmark-bmenu-show-infos): Use it.
12500 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12501 (gnus-bookmark-bmenu-hide-infos): Ditto.
12502 (gnus-bookmark-remove-properties): New function.
12503 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12504 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12505 (gnus-bookmark-write-file): Bind coding-system-for-write.
12506 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12507 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12508 group before selecting it.
12509 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12510 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12511 quit-window if it is not available; use gnus-mouse-2 and bind it to
12512 gnus-bookmark-bmenu-select-by-mouse.
12513 (gnus-bookmark-show-details): Remove unused variable `details-list'.
12514 (gnus-bookmark-bmenu-select-by-mouse): New function.
12515
12516 2006-08-13 Romain Francoise <romain@orebokech.com>
12517
12518 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12519 space.
12520
12521 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12522
12523 * compface.el (uncompface): Use binary rather than raw-text-unix.
12524
12525 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12526
12527 * compface.el (uncompface): Make sure the eol conversion doesn't take
12528 place when communicating with the external programs.
12529 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12530
12531 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
12532
12533 * nnheader.el (nnheader-insert-head): Fix typo in comment.
12534
12535 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12536
12537 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12538 Make it more robust by parsing author and date independently.
12539
12540 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
12541
12542 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12543
12544 2006-07-28 Daiki Ueno <ueno@unixuser.org>
12545
12546 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12547 first matching secret key.
12548 (mml2015-epg-encrypt): Ditto.
12549
12550 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12551 first matching secret key.
12552 (mml1991-epg-encrypt): Ditto.
12553
12554 * mml2015.el (mml2015-encrypt-to-self): New user option.
12555 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12556 mml2015-epg-encrypt-to-self is set.
12557
12558 * mml1991.el (mml1991-encrypt-to-self): New variable.
12559 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12560 mml1991-epg-encrypt-to-self is set.
12561
12562 * mml2015.el (mml2015-signers): New user option.
12563 (mml2015-epg-sign): Reflect the value of mml2015-signers.
12564 (mml2015-epg-encrypt): Allow to select signing keys.
12565
12566 * mml1991.el (mml1991-signers): New variable.
12567 (mml1991-epg-sign): Reflect the value of mml1991-signers.
12568 (mml1991-epg-encrypt): Allow to select signing keys.
12569
12570 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
12571
12572 * nnheader.el (nnheader-insert-head): Make it work even if the file
12573 uses CRLF for the line-break code.
12574
12575 2006-07-25 Daiki Ueno <ueno@unixuser.org>
12576
12577 * mml2015.el: Require mml-sec instead of password.
12578 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12579 (mml2015-cache-passphrase): Inherit the default value from
12580 mml-secure-cache-passphrase.
12581 (mml2015-passphrase-cache-expiry): Inherit the default value from
12582 mml-secure-passphrase-cache-expiry.
12583
12584 * mml1991.el: Require mml-sec instead of password.
12585 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12586 (mml1991-cache-passphrase): Inherit the default value from
12587 mml-secure-cache-passphrase.
12588 (mml1991-passphrase-cache-expiry): Inherit the default value from
12589 mml-secure-passphrase-cache-expiry.
12590
12591 * mml-sec.el: Require password.
12592 (mml-secure-verbose): New user option.
12593 (mml-secure-cache-passphrase): New user option.
12594 (mml-secure-passphrase-cache-expiry): New user option.
12595
12596 2006-07-24 Daiki Ueno <ueno@unixuser.org>
12597
12598 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12599 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
12600 andreas@altroot.de (Andreas Vögele).
12601
12602 FIXME: Use `tiny change'?
12603
12604 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12605
12606 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12607 workaround for the url package included with Emacs.
12608
12609 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12610
12611 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
12612
12613 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12614 correctly. This fixes a bug caused by the 2006-05-12 change.
12615
12616 2006-07-18 Karl Fogel <kfogel@red-bean.com>
12617
12618 * nnmail.el (nnmail-article-group): If splitting raises an error, give
12619 some information about the error when saying that the `bogus' mail
12620 group will be used.
12621
12622 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
12623
12624 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12625 string.
12626
12627 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
12628
12629 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12630
12631 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12632
12633 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12634
12635 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12636
12637 * mml1991.el (mml1991-function-alist): Add epg.
12638 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12639 (mml1991-epg-encrypt): New functions.
12640
12641 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12642
12643 * mml2015.el (mml2015-verbose): New variable.
12644 (mml2015-cache-passphrase): Ditto.
12645 (mml2015-passphrase-cache-expiry): Ditto.
12646 (mml2015-function-alist): Add epg.
12647 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12648 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12649 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12650 New functions.
12651
12652 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12653
12654 * message.el (message-cite-original-1): Preserve region when removing
12655 quoted text due to X-No-Archive in order to avoid bogus attribution
12656 when citing multiple messages.
12657
12658 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12659
12660 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12661 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12662
12663 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
12664
12665 * gnus-diary.el (gnus-user-format-function-d)
12666 (gnus-user-format-function-D): Autoload.
12667
12668 * imap.el (Commentary): Fix typo.
12669
12670 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12671 2006-04-22 contribution.
12672
12673 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12674
12675 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12676 It didn't really fix the bogosity I'm seeing with solid web groups.
12677
12678 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12679
12680 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12681 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12682 created using server names. If we use the feature without declaring
12683 it, Gnus does not properly manage server and group state.
12684
12685 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12686 bound.
12687
12688 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12689
12690 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12691 looking up the method using GROUP's prefix before inventing a new one.
12692 It is used on killed/unknown groups in various places where returning
12693 an all-new method isn't expected by the caller.
12694
12695 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12696 and match semantics of gnus-group-real-prefix.
12697
12698 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
12699
12700 * nnmail.el (nnmail-broken-references-mailers): New variable.
12701 (nnmail-ignore-broken-references): New function generalizing
12702 nnmail-fix-eudora-headers.
12703 (nnmail-fix-eudora-headers): Now obsolete.
12704
12705 * gnus-art.el (gnus-button-handle-custom):
12706 Support `customize-apropos*'.
12707
12708 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12709
12710 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12711
12712 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12713 articles.
12714
12715 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
12716
12717 * message.el (message-cite-reply-above): New variable.
12718 (message-yank-original): Use it.
12719
12720 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
12721
12722 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12723
12724 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
12725
12726 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12727 as read.
12728
12729 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12730
12731 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
12732
12733 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12734 (gnus-bookmark-default-file): Use gnus-directory.
12735 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12736 Remove "*" in doc string.
12737 (gnus-bookmark-write-file): Simplify.
12738 (gnus-bookmark-maybe-sort-alist): Use `when'.
12739 (gnus-bookmark-get-bookmark): Fix typo in doc string.
12740 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12741 Add FIXME about Emacs 21 and XEmacs compatibility.
12742 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12743 compatibility.
12744 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12745 compatibility.
12746 (gnus-bookmark-menu-heading): Fix version.
12747
12748 2006-06-19 Bastien Guerry <bzg@altern.org>
12749
12750 * gnus-bookmark.el: New file.
12751
12752 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
12753
12754 * message.el (message-syntax-checks): Doc fix.
12755
12756 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12757
12758 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12759 unsubscribed groups as if they were killed ones. It causes duplicate
12760 entries in gnus-newsrc-alist.
12761
12762 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12763
12764 * message.el (message-syntax-checks): Doc fix.
12765 (message-send-mail): Add check for continuation headers.
12766 (message-check-news-header-syntax): Fix regexp used to check for
12767 continuation headers.
12768
12769 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12770
12771 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12772
12773 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
12774
12775 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12776
12777 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12778
12779 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12780 default-truncate-lines.
12781
12782 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
12783
12784 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12785 to fill the utf-8 entry.
12786
12787 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12788
12789 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12790
12791 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
12792
12793 * gnus-agent.el (directory-files-and-attributes): Move all the way
12794 forward (the third and final move).
12795 (gnus-agent-read-agentview): Trap reconstruction errors due to
12796 nonexistent directory. Handle by returning nil.
12797
12798 2006-05-30 Didier Verna <didier@xemacs.org>
12799
12800 * message.el (message-dont-reply-to-names): Update the custom type.
12801 * message.el (message-dont-reply-to-names): New defsubst: potentially
12802 convert a list of regexps into a single one.
12803 * message.el (message-get-reply-headers): Use it.
12804 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12805
12806 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12807
12808 * gnus-agent.el (directory-files-and-attributes): Move forward.
12809
12810 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12811
12812 * gnus-ml.el (gnus-mailing-list-subscribe)
12813 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12814 (gnus-mailing-list-message): Fix doc strings.
12815
12816 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12817
12818 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12819 of doing it manually.
12820
12821 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12822
12823 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12824 comment.
12825
12826 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
12827
12828 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12829 (gnus-agent-read-agentview): Fix handling of end-of-file error.
12830 (gnus-agent-read-local): All symbols allocated in my-obarray.
12831 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12832 (gnus-agent-regenerate-group): Check numeric names to see if they are
12833 messages or groups.
12834 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12835 better way of do this...)
12836
12837 * gnus-cache.el (gnus-agent-total-fetched-for):
12838 Ignore 'dummy.group' (there should be a better way of do this...)
12839
12840 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
12841
12842 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12843 (gnus-saved-headers): Ditto.
12844 (gnus-default-article-saver): Mention functions may have properties.
12845 (gnus-article-save): Override gnus-save-all-headers and
12846 gnus-saved-headers by :headers property which saver function may have.
12847 (gnus-summary-save-in-file): Add :headers property.
12848 (gnus-summary-write-to-file): Ditto.
12849
12850 * gnus-sum.el (gnus-summary-save-article): Bind
12851 gnus-prompt-before-saving to t when saving many articles in a file;
12852 always show all headers.
12853
12854 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12855
12856 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12857 marks.
12858
12859 * message.el (message-indent-citation): Add optional arguments to allow
12860 using it outside of message buffers.
12861
12862 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12863 (gnus-article-treat-unfold-headers): Use it.
12864 (gnus-article-truncate-lines): New variable.
12865 (gnus-article-mode): Use it.
12866 (gnus-article-toggle-truncate-lines): New function.
12867
12868 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12869 Add gnus-article-toggle-truncate-lines.
12870
12871 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12872 coding system in XEmacs, use binary.
12873
12874 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12875
12876 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12877 after-load-alist.
12878
12879 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12880 this function should save decoded articles.
12881 (gnus-summary-write-to-file): Use property to specify this function
12882 should save decoded articles and specify gnus-summary-save-in-file
12883 should be used to save articles other than the first one when saving
12884 many articles.
12885 (gnus-summary-save-body-in-file): Use property to specify this
12886 function should save decoded articles.
12887 (gnus-summary-write-body-to-file): Use property to specify this
12888 function should save decoded articles and specify
12889 gnus-summary-save-body-in-file should be used to save articles other
12890 than the first one when saving many articles.
12891
12892 * gnus-sum.el (gnus-summary-save-article): Simplify.
12893
12894 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
12895
12896 * gnus-art.el (gnus-default-article-saver):
12897 Add gnus-summary-write-body-to-file.
12898 (gnus-article-save-coding-system): Don't use coding system object
12899 in XEmacs.
12900 (gnus-read-save-file-name): Add optional `dir-var' argument which
12901 specifies directory in which files are saved; work even if optional
12902 `variable' argument is not specified.
12903 (gnus-summary-write-to-file): Read file name.
12904 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12905 (gnus-summary-write-body-to-file): New function.
12906
12907 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12908 (gnus-summary-local-variables): Add it.
12909 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12910 (gnus-summary-save-article): Remove optional `decode' argument;
12911 determine whether to decode articles by the value of
12912 gnus-default-article-saver; when saving many files using
12913 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12914 it first and use gnus-summary-save-in-file or
12915 gnus-summary-save-body-in-file thereafter unless
12916 gnus-prompt-before-saving is always; move point to article which
12917 will be saved.
12918 (gnus-summary-save-article-file): Revert.
12919 (gnus-summary-write-article-file): Revert.
12920 (gnus-summary-save-article-body-file): Revert.
12921 (gnus-summary-write-article-body-file): New function.
12922
12923 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12924
12925 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12926
12927 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
12928
12929 * gnus-art.el (gnus-default-article-saver): Doc fix.
12930 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12931 from gnus-summary-save-article-coding-system, and default to a
12932 certain coding system.
12933 (gnus-output-to-file): Add coding cookie and encode text according
12934 to gnus-article-save-coding-system; don't use mm-append-to-file.
12935
12936 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12937 gnus-art.el and rename to gnus-article-save-coding-system.
12938 (gnus-summary-save-article): Require gnus-art; don't show all
12939 headers if it decodes articles; don't add coding cookie here;
12940 don't bind mm-text-coding-system-for-write.
12941 (gnus-summary-save-article-file): Save decoded articles.
12942 (gnus-summary-write-article-file): When saving many files, use
12943 gnus-summary-write-to-file first and gnus-summary-save-in-file
12944 thereafter unless gnus-prompt-before-saving is always.
12945 (gnus-summary-save-article-body-file): Save decoded articles.
12946
12947 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12948
12949 * nnrss.el (nnrss-check-group): Bind hash-index.
12950
12951 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
12952
12953 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12954 its hash index. Store this hash in `nnrss-group-data'.
12955 (nnrss-read-group-data): Update accordingly.
12956
12957 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12958
12959 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12960 entry.
12961
12962 * gnus-sum.el (gnus-summary-make-menu-bar):
12963 Add gnus-article-browse-html-article.
12964
12965 2006-05-23 Hynek Schlawack <hynek@ularx.de>
12966
12967 * gnus-sum.el (gnus-summary-mime-map):
12968 Add gnus-article-browse-html-article.
12969
12970 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12971
12972 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12973 suitable coding systems in customize.
12974
12975 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12976
12977 * mail-source.el (mail-sources): Fix custom type.
12978
12979 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12980
12981 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12982 (gnus-summary-expire-articles-now): Shorten prompt.
12983
12984 * gmm-utils.el (wid-edit): Require.
12985 (defun-gmm): Rename from `gmm-defun-compat'.
12986 (gmm-image-search-load-path): Use it.
12987 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
12988
12989 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12990
12991 * gnus-sum.el (gnus-summary-save-article-coding-system):
12992 New variable.
12993 (gnus-summary-save-article): Add optional `decode' argument.
12994 If it is set and gnus-summary-save-article-coding-system is non-nil,
12995 save decoded article.
12996 (gnus-summary-write-article-file): Save decoded article if
12997 gnus-summary-save-article-coding-system is non-nil.
12998
12999 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13000 type.
13001
13002 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
13003
13004 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13005
13006 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
13007
13008 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13009 first to test gnus-single-article-buffer which may be buffer-local.
13010
13011 * gnus-sum.el (gnus-summary-setup-buffer):
13012 Make gnus-single-article-buffer buffer-local and nil in ephemeral
13013 group; make gnus-article-buffer, gnus-article-current, and
13014 gnus-original-article-buffer always buffer-local.
13015 (gnus-summary-exit): Kill article buffer belonging to ephemeral
13016 group.
13017 (gnus-handle-ephemeral-exit): Don't move to next summary line.
13018
13019 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
13020
13021 * nnml.el (nnml-request-compact-group): Compressed files might not
13022 have .gz extension.
13023
13024 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13025
13026 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13027 (mm-copy-to-buffer): Use with-current-buffer.
13028 (mm-display-part): Simplify.
13029 (mm-inlinable-p): Add optional arg `type'.
13030
13031 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13032
13033 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13034 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13035 Try harder to show the attachment internally or externally using
13036 gnus-mime-view-part-as-type.
13037
13038 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13039
13040 * message.el (message-from-style, message-signature-separator)
13041 (message-user-organization-file, message-send-mail-function)
13042 (message-citation-line-function, message-yank-prefix)
13043 (message-indent-citation-function, message-signature)
13044 (message-signature-file, message-signature-insert-empty-line):
13045 Remove autoloads.
13046
13047 * gnus-art.el (gnus-buttonized-mime-types):
13048 Remove "multipart/signed". Revert 2006-04-26 change.
13049
13050 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13051
13052 * gnus.el (gnus-version-number): Bump version.
13053
13054 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13055
13056 * gnus.el: No Gnus v0.5 is released.
13057
13058 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13059
13060 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13061 fetching articles by message-id.
13062
13063 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
13064
13065 * message.el (hashcash): Require hashcash as normal.
13066
13067 * ecomplete.el (ecomplete-highlight-match-line):
13068 Use point-at-eol.
13069 (ecomplete-highlight-match-line): Use `highlight', because that
13070 face exists in both Emacs and XEmacs.
13071
13072 * message.el (message-display-abbrev): Use point-at-bol.
13073
13074 * mail-source.el: Don't require timer/timer-funcs.
13075
13076 * gnus-async.el: Ditto.
13077
13078 * password.el: Ditto.
13079
13080 * mm-url.el: Ditto.
13081
13082 * mm-util.el: Require timer/timer-funcs.
13083
13084 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13085
13086 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13087 Close.
13088
13089 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
13090
13091 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13092 unibyte after clear-decrypt function runs.
13093
13094 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13095 returns as a unibyte string.
13096
13097 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
13098
13099 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13100 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13101 (mml1991-pgg-encrypt): Ditto.
13102
13103 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
13104
13105 * message.el (message-user-organization-file): Check several
13106 locations of the organization file.
13107
13108 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13109 Add gnus-article-view-part-as-type.
13110
13111 * gnus-art.el (gnus-article-view-part-as-type): New function.
13112
13113 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13114 .mobi and .travel. Remove .nato, .bitnet and .uucp.
13115
13116 * mml.el: Simplify autoload.
13117 (mml-mode): defvar dnd-protocol-alist instead of using
13118 symbol-value.
13119 (mml-default-directory): New variable.
13120 (mml-minibuffer-read-file): Use it.
13121 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13122
13123 * message.el (message-citation-line-format): New variable.
13124 (message-insert-formated-citation-line): New function.
13125 (message-citation-line-function):
13126 Add `message-insert-formated-citation-line' to custom type.
13127
13128 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13129 to doc string.
13130
13131 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13132 depending on mm-verify-option.
13133
13134 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
13135
13136 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13137 binding pgg-* variables; reimplement the section which prevents
13138 MIME header from being signed.
13139 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13140 pgg-text-mode; remove a blank line at the top of body.
13141
13142 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13143 lines at the top of body; use gnus-newsgroup-charset if there's no
13144 Charset header.
13145
13146 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13147
13148 * message.el (message-self-insert-commands): Doc fix.
13149
13150 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13151 (mm-uu-pgp-encrypted-test): Ditto.
13152 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13153 between header and body; return application/pgp-encrypted handle
13154 if decryption failed; decode decrypted body by charset.
13155
13156 * mm-decode.el (mm-automatic-display): Don't make application/pgp
13157 element match to application/pgp-*.
13158
13159 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13160
13161 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13162 HTML.
13163
13164 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13165
13166 * mail-source.el (mail-source-call-script): Message the error
13167 string.
13168
13169 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13170
13171 * gnus-util.el (gnus-byte-compile): Use it.
13172
13173 2006-04-22 xyblor <fake@invalid.email> (tiny change)
13174
13175 * gnus-util.el (kill-empty-logs): New function.
13176
13177 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13178
13179 * message.el (message-mail-alias-type): Doc fix.
13180 (message-mail-alias-type-p): New function.
13181 (message-send): Use it.
13182 (message-mode): Ditto.
13183 (message-strip-forbidden-properties): Ditto.
13184
13185 * ecomplete.el (ecomplete-database-file-coding-system):
13186 New variable.
13187 (ecomplete-save): Use it.
13188 (ecomplete-setup): Use it.
13189
13190 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
13191
13192 * message.el (message-self-insert-commands): New variable.
13193 (message-strip-forbidden-properties): Use it.
13194
13195 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13196
13197 * message.el (message-put-addresses-in-ecomplete): Use a regexp
13198 that doesn't make XEmacs choke.
13199
13200 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
13201
13202 * gnus-util.el (gnus-replace-in-string):
13203 Prefer replace-regexp-in-string over of replace-in-string.
13204
13205 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
13206
13207 * gnus-util.el (gnus-select-frame-set-input-focus):
13208 Use select-frame-set-input-focus if it is available in XEmacs; use
13209 definition defined in Emacs 22 for old Emacsen.
13210
13211 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13212
13213 * mm-view.el (mm-inline-text): Use equal instead of equalp.
13214
13215 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
13216
13217 * gnus-registry.el (gnus-registry-cache-save): Remove text
13218 properties when saving via the temp buffer.
13219
13220 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13221
13222 * message.el (message-generate-hashcash): Honor custom type.
13223
13224 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13225
13226 * message.el (message-generate-hashcash): Default to non-nil when
13227 hashcash is found.
13228
13229 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13230 (gnus-refer-thread-limit): Increase default to 500.
13231
13232 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13233
13234 * flow-fill.el (fill-flowed): Allow delete-space.
13235
13236 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13237
13238 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13239 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13240 Remove autoloads.
13241
13242 2006-04-18 Simon Josefsson <jas@extundo.com>
13243
13244 * message.el (message-generate-hashcash): Default to.
13245
13246 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13247
13248 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13249 concatenating segments rather than before concatenating them.
13250
13251 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
13252
13253 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13254
13255 * imap.el (imap-quote-specials): New function.
13256 (imap-login-auth): Quote specials.
13257
13258 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13259
13260 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13261
13262 * message.el (message-forward-make-body-plain):
13263 Allow message-forward-ignored-headers to be a list.
13264 (message-remove-ignored-headers): Factor out into function.
13265 (message-forward-make-body-mml): Use it.
13266 * rfc2231.el (rfc2231-parse-string): Remove dead code.
13267 (rfc2231-parse-string): Allow concatanation of parameters that
13268 aren't contiguous. The test case is
13269 (mail-header-parse-content-type "message/external-body;
13270 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13271 access-type=LOCAL-FILE;
13272 name*1*=plugh%2fhello-sailor%2fbing.pdf")
13273
13274 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13275
13276 * nntp.el (nntp-accept-process-output): Return the value of
13277 `nnheader-accept-process-output'.
13278
13279 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13280
13281 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13282 (gnus-button-alist): Recognize more diff formats.
13283 (gnus-button-patch): Strip directory.
13284
13285 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
13286
13287 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13288 Emacs 22 when setting focus.
13289
13290 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13291
13292 * gnus-art.el (gnus-article-treat-types): Do treatment of
13293 text/x-verbatim parts.
13294 (gnus-button-patch): New command.
13295
13296 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13297 addresses that contain invalid characters.
13298
13299 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13300
13301 * message.el (message-put-addresses-in-ecomplete):
13302 Use gnus-replace-in-string.
13303 (message-is-yours-p): Use the more correct
13304 mail-header-parse-address instead of
13305 mail-extract-address-components.
13306 (message-put-addresses-in-ecomplete): Fix typo.
13307
13308 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13309 keystroke.
13310
13311 * gnus-art.el (gnus-treatment-function-alist): Change order of
13312 newsgroups/generic header folding to avoid double-folding.
13313
13314 * message.el (message-hidden-headers): Add X-Draft-From.
13315
13316 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13317 New command.
13318 (gnus-summary-repeat-search-article-backward): New command.
13319
13320 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13321 groups in the parent topic.
13322
13323 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
13324
13325 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13326 (spam-extra-header-to-number): Return the CRM114 number as a
13327 number instead of a string.
13328
13329 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13330
13331 * gnus-art.el (gnus-face-properties-alist): Move here from
13332 gnus-fun.
13333
13334 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13335
13336 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13337
13338 * message.el (message-strip-forbidden-properties): Only display on
13339 self-insert-command.
13340
13341 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13342 reindent.
13343 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13344
13345 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
13346
13347 * smiley.el (smiley-style): Fix typo.
13348
13349 2006-03-23 Kenichi Handa <handa@m17n.org>
13350
13351 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13352 instead of set-buffer-multibyte.
13353
13354 2006-03-23 Kenichi Handa <handa@m17n.org>
13355
13356 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13357 buffer and then decode the buffer text if necessary.
13358 (rfc2231-encode-string): Be sure to work on multibyte buffer at
13359 first, and after mm-encode-body, change the buffer to unibyte.
13360
13361 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13362
13363 * hashcash.el (hashcash-insert-payment-async-2):
13364 Use message-goto-eoh instead of doing it manually.
13365 (mail-add-payment): Use message-narrow-to-header instead of trying
13366 to do the same itself.
13367
13368 * message.el (message-hidden-headers): Add Face.
13369
13370 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13371 reparenting code.
13372 (gnus-summary-reparent-children): Refactored out code.
13373 (gnus-summary-thread-map): New keystroke.
13374 (gnus-summary-reparent-children): Make into command.
13375
13376 * smiley.el (smiley-style): Default to `medium' if using a large
13377 font.
13378
13379 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13380 does it itself.
13381
13382 * message.el (message-point-in-header-p): Simplify definition.
13383
13384 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13385
13386 * nnagent.el (nnagent-request-set-mark): Silence log file
13387 writing.
13388 (nnagent-request-set-mark): Use write-region instead of
13389 append-to-file.
13390
13391 * gnus-sum.el (gnus-read-header): Fudge article number if using a
13392 strange select method.
13393
13394 * ecomplete.el (ecomplete-display-matches): Get highlightling
13395 right.
13396 (ecomplete-display-matches): Use literals.
13397 (ecomplete-display-matches): Disable message logging.
13398
13399 * message.el (message-display-abbrev): Small optimization.
13400
13401 * ecomplete.el (ecomplete-display-matches): Allow automatic
13402 display.
13403
13404 * message.el (message-strip-forbidden-properties):
13405 Display abbrevs.
13406 (message-display-abbrev): Get automatic display right.
13407
13408 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13409 keystrokes.
13410
13411 2006-04-13 Romain Francoise <romain@orebokech.com>
13412
13413 TODO: Backport to v5-10!
13414
13415 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13416 Move here (and rename) from gnus-registry.el.
13417
13418 * gnus-registry.el: Require gnus-util.
13419 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13420
13421 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13422
13423 * gnus-group.el (gnus-group-catchup-current):
13424 Change if-then-else-if-then-else into cond.
13425 (gnus-group-catchup): Indent.
13426 (group-name-at-point): New function.
13427 (gnus-fetch-group): Provide default from thing at point.
13428
13429 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13430
13431 * message.el (message-display-abbrev): Fix regexp.
13432
13433 * ecomplete.el (ecomplete-highlight-match-line):
13434 Reimplement choosing.
13435 (ecomplete-highlight-match-line): Fix up code rewrite, remove
13436 dead variables.
13437
13438 * message.el (message-newline-and-indent): Remove debugging.
13439 (message-display-abbrev): Use new implementation.
13440
13441 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13442
13443 * gnus-art.el (gnus-article-mode):
13444 Set cursor-in-non-selected-windows to nil.
13445
13446 * smiley.el: Revert previous change.
13447 (smiley-data-directory): defvar it before using it in the
13448 defcustom of `smiley-style'.
13449
13450 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13451
13452 * message.el (message-newline-and-indent): New function.
13453
13454 * ecomplete.el: Implement more bits.
13455
13456 * message.el (message-put-addresses-in-ecomplete): Clean up the
13457 string.
13458
13459 * ecomplete.el (ecomplete-add-item): Chop off decimals.
13460
13461 * gnus-sum.el (gnus-summary-save-parts):
13462 Bind gnus-summary-save-parts-counter and use it to make unique file
13463 names.
13464
13465 * gnus-art.el (gnus-ignored-headers): Add some more headers.
13466
13467 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13468 parameter to say whether to actually parse the individual
13469 addresses.
13470
13471 * message.el (message-put-addresses-in-ecomplete): New function.
13472 (ecomplete): Require.
13473 (message-mail-alias-type): Add ecomplete as an option.
13474
13475 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
13476
13477 * flow-fill.el (fill-flowed): Remove trailing space from blank
13478 quoted lines.
13479
13480 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13481
13482 * smiley.el (smiley-style): Move definition later to avoid a
13483 compilation warning.
13484
13485 2006-04-12 Kenichi Handa <handa@m17n.org>
13486
13487 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13488 buffer and then decode the buffer text if necessary.
13489 (rfc2231-encode-string): Be sure to work on multibyte buffer at
13490 first, and after mm-encode-body, change the buffer to unibyte.
13491 Use mm-disable-multibyte instead of set-buffer-multibyte.
13492
13493 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
13494
13495 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13496 Content-Type header instead of Content-Disposition header.
13497 (gnus-mime-inline-part): Ditto.
13498 (gnus-mime-view-part-as-charset): Ignore charset that the part
13499 specifies.
13500
13501 * mm-decode.el (mm-display-part): Work with external parts and
13502 usual parts similarly.
13503
13504 * mm-extern.el (mm-inline-external-body): Use mm-display-part
13505 instead of gnus-display-mime.
13506
13507 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13508 instead of with-temp-buffer.
13509
13510 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13511 tag to summarized topics part in order to encode non-ASCII text.
13512
13513 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
13514
13515 * smiley.el (smiley-style): New variable.
13516 (smiley-directory): New function.
13517 (smiley-data-directory): Derive from `smiley-style' using
13518 `smiley-directory'.
13519 (smiley-regexp-alist): Add new entries.
13520
13521 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13522 (gnus-article-browse-delete-temp): Add :version.
13523
13524 2006-04-11 Arne Jørgensen <arne@arnested.dk>
13525
13526 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13527 the sieve region.
13528
13529 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13530
13531 * gnus.el (gnus-version-number): Bump version.
13532
13533 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
13534
13535 * gnus.el: No Gnus v0.4 is released.
13536
13537 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13538
13539 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13540 layout.
13541
13542 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13543 unknown charset.
13544
13545 * message.el (message-header-synonyms): Add Original-To to the
13546 default.
13547
13548 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13549 optional parameter.
13550
13551 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13552
13553 * gnus-fun.el (gnus): Require it for gnus-directory.
13554
13555 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
13556
13557 * gnus-fun.el (gnus-face-properties-alist): Add :version.
13558
13559 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13560
13561 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13562
13563 2006-04-05 Simon Josefsson <jas@extundo.com>
13564
13565 * password.el (password-reset): New function.
13566
13567 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13568
13569 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13570 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13571
13572 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13573
13574 * nnweb.el (nnweb-google-create-mapping): Update regexp.
13575 Some whitespace was matched into the url, which broke browsing hits
13576 > 100 when mm-url-use-external was nil.
13577
13578 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
13579
13580 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13581 Check gnus-extra-headers for 'Newsgroups.
13582
13583 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13584 bound.
13585
13586 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13587
13588 * pgg-gpg.el: Clean up process buffers every time gpg processes
13589 complete.
13590
13591 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13592
13593 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13594 doc string.
13595
13596 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13597
13598 * pgg-gpg.el (pgg-gpg-process-filter)
13599 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13600
13601 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13602 lines, temporary fix.
13603
13604 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13605
13606 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13607
13608 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13609
13610 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13611 default-enable-multibyte-characters. This reverts the change from
13612 revision 6.17 which is no longer necessary because the passphrase
13613 is sent separately now. GnuPG messages are unreadable under
13614 multibyte locales with default-enable-multibyte-characters set to
13615 nil.
13616
13617 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
13618
13619 * message.el (message-tool-bar-gnome): Move "spell".
13620
13621 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
13622
13623 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13624 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
13625 instead.
13626
13627 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
13628
13629 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13630 Improve newsgroups handling for NNTP overviews which don't include
13631 Newsgroups.
13632
13633 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13634
13635 * message.el (message-resend): Bind message-generate-hashcash to nil.
13636
13637 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13638
13639 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13640 when searching for already-paid recipients.
13641
13642 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13643
13644 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13645 passphrases when it is not needed.
13646 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13647 passphrase stuff from gpg, should only be necessary when you use
13648 gpg with a smartcard.
13649
13650 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
13651
13652 * mml.el (mml-insert-mime): Ignore cached contents of
13653 message/external-body part.
13654
13655 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13656 (mm-insert-part): Ditto.
13657
13658 2006-03-23 Simon Josefsson <jas@extundo.com>
13659
13660 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13661 Reiner.
13662 (pgg-gpg-use-agent-p): Use it again.
13663
13664 2006-03-23 Simon Josefsson <jas@extundo.com>
13665
13666 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13667 older emacsen.
13668 (pgg-gpg-use-agent-p): Don't use it.
13669
13670 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
13671
13672 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13673 if we can.
13674
13675 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13676
13677 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13678 (pgg-gpg-update-agent): New function.
13679 (pgg-gpg-use-agent-p): New function.
13680 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13681 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13682 (pgg-gpg-sign-region): Use it.
13683
13684 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
13685
13686 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13687 Reported by Ralf Wachinger <rwachinger@gmx.de>.
13688
13689 2006-03-21 Simon Josefsson <jas@extundo.com>
13690
13691 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13692 <wilde@sha-bang.de>.
13693 (pgg-gpg-use-agent): New variable.
13694 (pgg-gpg-process-region): Use it.
13695 (pgg-gpg-encrypt-region): Likewise.
13696 (pgg-gpg-encrypt-symmetric-region): Likewise.
13697 (pgg-gpg-decrypt-region): Likewise.
13698 (pgg-gpg-sign-region): Likewise.
13699 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13700
13701 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13702
13703 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13704
13705 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13706 Add comment on version.
13707
13708 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13709
13710 * smiley.el: Add missing test smiley.
13711
13712 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13713
13714 * mm-decode.el (mm-with-part): New macro.
13715 (mm-get-part): Use it; work with message/external-body as well.
13716 (mm-save-part): Treat name and filename equally.
13717
13718 * mm-extern.el (mm-extern-cache-contents): New function.
13719 (mm-inline-external-body): Use it; force the part to be displayed;
13720 move undisplayer added to the cached handle to the parent.
13721
13722 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13723 (gnus-mime-view-part-as-type): Work with message/external-body.
13724
13725 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13726
13727 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13728
13729 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13730 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
13731 Emacs.]
13732
13733 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
13734
13735 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13736 path rather than symbol. Always return list of directories.
13737 Guarantee that image directory comes first. [Sync with image.el,
13738 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
13739
13740 * message.el (message-make-tool-bar): Adjust to new API of
13741 `gmm-image-load-path-for-library'.
13742
13743 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13744
13745 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13746
13747 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13748
13749 * gnus-art.el (gnus-article-only-boring-p):
13750 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13751 intangible text.
13752 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13753
13754 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
13755
13756 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13757 Use `defun' instead of `gmm-defun-compat'.
13758
13759 2006-03-14 Simon Josefsson <jas@extundo.com>
13760
13761 * message.el (message-unique-id): Don't use message-number-base36
13762 if (user-uid) is a float.
13763 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13764
13765 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13766
13767 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13768
13769 * gnus-art.el (gnus-mime-display-single): Make sure there is an
13770 empty line between a part and a message part.
13771
13772 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
13773
13774 * smiley.el: Add more test smileys.
13775 (smiley-data-directory, smiley-regexp-alist)
13776 (gnus-smiley-file-types): Fix doc strings.
13777 (smiley-update-cache): Clear smiley-cached-regexp-alist before
13778 adding new elements.
13779 (smiley-mouse-map): Unused code. Make it a comment.
13780
13781 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
13782
13783 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13784 scan latest NoCeM messages instead of old ones.
13785 (gnus-nocem-check-article): Fix regexps so as to match to PGP
13786 delimiters that are recently used.
13787 (gnus-nocem-load-cache): Add autoload cookie.
13788
13789 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13790
13791 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13792 level which is larger than gnus-use-nocem is specified.
13793
13794 * gnus-group.el (gnus-group-get-new-news): Ditto.
13795
13796 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13797
13798 * gnus-util.el (gnus-tool-bar-update): New function.
13799
13800 * gnus-group.el (gnus-group-update-tool-bar): New variable.
13801 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13802
13803 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13804
13805 * gnus-group.el (gnus-group-redraw-when-idle)
13806 (gnus-group-redraw-check): Remove.
13807 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13808
13809 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
13810
13811 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13812 if optional last element is specified in splits (FIELD VALUE...).
13813
13814 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
13815
13816 * message.el (message-make-tool-bar): Rename gmm-image-load-path
13817 to gmm-image-load-path-for-library. Call with no-error argument.
13818 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13819
13820 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13821
13822 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13823
13824 * gmm-utils.el (gmm-image-load-path): Remove alias.
13825
13826 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
13827
13828 * gmm-utils.el (gmm-image-load-path): Add alias.
13829
13830 * nnml.el (nnml-generate-nov-databases-directory): Rename from
13831 nnml-generate-nov-databases-1.
13832 (nnml-generate-nov-databases): Use it.
13833 (nnml-generate-nov-databases-directory): Document no-active
13834 argument.
13835
13836 * gmm-utils.el (gmm-image-load-path-for-library): Return single
13837 directory if path is t. Add no-error.
13838
13839 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13840 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13841
13842 * gnus-art.el (gnus-article-browse-delete-temp-files):
13843 Simplify resetting gnus-article-browse-html-temp-list.
13844
13845 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13846 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
13847 Add example to docstring. Rename local variables. Move error
13848 checks to default case in cond and simplify.
13849
13850 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
13851
13852 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13853 handle is multipart when calling it recursively.
13854 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13855
13856 2006-03-03 Daniel Pittman <daniel@rimspace.net>
13857
13858 * nnimap.el (nnimap-request-update-info-internal): Optimize.
13859 Don't `gnus-uncompress-range' to avoid excessive memory usage.
13860
13861 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13862
13863 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13864 is loaded.
13865
13866 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13867 loaded.
13868
13869 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
13870
13871 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13872 to "Emacs 23 (unicode)" in doc string.
13873
13874 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13875 "Emacs 23 (unicode)" in comment.
13876
13877 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13878
13879 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13880
13881 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13882 characters 160 through 255 in Emacs 23.
13883
13884 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13885
13886 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13887 gnus-article-browse-html-temp.
13888 (gnus-article-browse-delete-temp): Make it customizable.
13889 Add `file'. Adjust doc string.
13890 (gnus-article-browse-delete-temp-files): Add argument.
13891 Allow query for each file. Adjust doc string.
13892 (gnus-article-browse-html-parts):
13893 Add `gnus-article-browse-delete-temp-files' to
13894 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13895
13896 2006-03-02 Hynek Schlawack <hynek@ularx.de>
13897
13898 * gnus-art.el (gnus-article-browse-html-temp)
13899 (gnus-article-browse-delete-temp): New variables.
13900 (gnus-article-browse-delete-temp-files): New function.
13901 (gnus-article-browse-html-parts): Use it.
13902
13903 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13904
13905 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13906
13907 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13908 string.
13909
13910 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13911 gnus-summary-insert-new-articles when unplugged.
13912 Remove gnus-summary-search-article-forward.
13913
13914 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13915 display-visual-class instead of display-color-cells.
13916
13917 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
13918
13919 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13920 message/* containing non-ASCII text properly.
13921
13922 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
13923
13924 * message.el: Require gmm-utils, remove autoloads.
13925 (message-tool-bar): Set default based on
13926 gmm-tool-bar-style.
13927 (message-tool-bar-gnome): Add gmm-customize-mode.
13928
13929 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13930 gmm-tool-bar-style.
13931 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13932
13933 * gnus-group.el (gnus-group-tool-bar): Set default based on
13934 gmm-tool-bar-style.
13935 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13936
13937 * gmm-utils.el (gmm-image-directory): Rename variable from
13938 gmm-image-load-path.
13939 (gmm-image-load-path): Use gmm-image-directory.
13940 (gmm-customize-mode): New function.
13941 (gmm-tool-bar-style): New variable.
13942
13943 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13944 gnus-group-redraw-line-number.
13945 (gnus-group-redraw-check): Simplify.
13946 (gnus-group-tool-bar-update): Remove redraw check.
13947 (gnus-group-make-tool-bar): Add redraw check.
13948
13949 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13950
13951 * gnus-art.el (gnus-button): Add missing parentheses.
13952
13953 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13954
13955 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13956
13957 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13958
13959 * gnus-art.el (gnus-button): New face.
13960 (gnus-article-button-face): Use it.
13961
13962 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13963 Add gnus-summary-next-page. Re-order.
13964
13965 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13966 next-node are now included.
13967 (gnus-group-redraw-line-number): New internal variable.
13968 (gnus-group-redraw-check): Helper function for updating the tool
13969 bar.
13970 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13971
13972 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13973
13974 * spam.el (spam-spamassassin-score-regexp): New internal variable.
13975 (spam-extra-header-to-number, spam-check-spamassassin-headers):
13976 Use it to match format of Spamassassin 3.0 and later.
13977 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13978 (spam-check-bogofilter)
13979 (spam-bogofilter-register-with-bogofilter): Fix args of
13980 `gnus-error' calls.
13981
13982 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13983
13984 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13985 unnecessary interaction when sending queued mails.
13986 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13987
13988 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13989
13990 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13991 first or last are nil.
13992
13993 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13994
13995 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13996
13997 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13998
13999 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14000
14001 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14002
14003 * dns.el (query-dns): Protect more against buggy tcp output.
14004
14005 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14006
14007 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14008 nov.php.
14009
14010 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14011
14012 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14013 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14014 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
14015 output on the server side.
14016 (nnweb-google-create-mapping): Update regexps and add some
14017 progress indication.
14018
14019 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
14020
14021 * gnus-group.el (gnus-group-tool-bar-gnome):
14022 Fix gnus-agent-toggle-plugged. Re-order icons.
14023 (gnus-group-tool-bar-gnome):
14024 Add gnus-group-{prev,next}-unread-group.
14025 (gnus-group-tool-bar-gnome): Re-order icons.
14026
14027 * gnus-sum.el (gnus-summary-tool-bar-gnome):
14028 Move gnus-summary-insert-new-articles.
14029
14030 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14031 Fix comments.
14032
14033 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
14034 also available in Emacs 21.3.
14035
14036 * message.el (message-fix-before-sending): Change "Emacs 22" to
14037 "Emacs 23 (unicode)" in comment.
14038
14039 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14040 "Emacs 23 (unicode)" in comment.
14041
14042 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14043 comment.
14044 (mm-coding-system-p): Add comment about no-MULE XEmacs.
14045
14046 * mm-view.el (mm-fill-flowed): Add :version.
14047
14048 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
14049
14050 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14051 and load-path.
14052
14053 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
14054
14055 * message.el: Autoload gmm-image-load-path.
14056 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14057 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
14058 consitency.
14059
14060 * gmm-utils.el (gmm-image-load-path): Also search in
14061 "../etc/images". Don't set gmm-image-load-path if we don't find
14062 the image.
14063
14064 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
14065
14066 * gmm-utils.el (gmm-image-load-path): Don't make
14067 `gmm-image-load-path' include subdirectories which the second arg
14068 `image' might specify.
14069
14070 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14071 subdirectory to icon file names.
14072
14073 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14074
14075 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
14076
14077 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14078 gmm-image-load-path calls.
14079
14080 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14081
14082 * message.el (message-make-tool-bar): Ditto.
14083
14084 * mml.el (mml-preview): Add comment concerning tool bar icons.
14085
14086 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14087 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14088
14089 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14090 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14091
14092 * message.el (message-tool-bar-gnome): Use new icon names.
14093 (message-make-tool-bar): Use `gmm-image-load-path'.
14094
14095 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14096 New functions from MH-E.
14097 (gmm-image-load-path): New variable from MH-E.
14098 (gmm-image-load-path): New function from MH-E. Add arguments
14099 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
14100 *-image-load-path-called-flag.
14101
14102 2006-02-21 Milan Zamazal <pdm@brailcom.org>
14103
14104 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14105
14106 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
14107
14108 * nnimap.el (nnimap-request-move-article): Change folder back to
14109 source group before deleting.
14110
14111 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
14112
14113 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14114
14115 * gnus-art.el (mm-url-insert-file-contents-external):
14116 Autoload mm-url.
14117
14118 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14119
14120 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
14121
14122 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14123 coding system which mm-charset-to-coding-system returns for a
14124 given charset is valid.
14125
14126 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
14127
14128 * html2text.el (html2text-remove-tag-list):
14129 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14130
14131 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14132
14133 * gnus-cus.el: Revert 2005-10-17 change.
14134
14135 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
14136
14137 * gnus-art.el (article-strip-banner):
14138 Call article-really-strip-banner only when the regexp match is made.
14139
14140 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
14141
14142 * gnus-art.el (article-strip-banner):
14143 Use gnus-extract-address-components instead of
14144 mail-header-parse-addresses to make it work with non-ASCII text;
14145 remove mail-encode-encoded-word-string.
14146
14147 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14148 values which are surrounded with \"...\"; make it never cause a
14149 Lisp error; give up parsing of parameters if it failed in
14150 extracting type.
14151
14152 2006-02-14 Arne Jørgensen <arne@arnested.dk>
14153
14154 * smime.el (smime-cert-by-ldap-1): Fix bug where
14155 `smime-ldap-search' returns results without userCertificates.
14156
14157 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
14158
14159 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14160
14161 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14162
14163 * spam.el (spam-check-spamassassin-headers): Adapt format for
14164 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
14165 <ari@mbf.ocn.ne.jp>.
14166 (spam-list-of-processors): Add spam-use-gmane.
14167
14168 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
14169
14170 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14171 make-temp-file; make it work with XEmacs as well.
14172
14173 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14174 mm-make-temp-file.
14175
14176 * mm-decode.el (mm-display-external): Use the 3rd arg of
14177 mm-make-temp-file.
14178 (mm-create-image-xemacs): Ditto.
14179
14180 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
14181
14182 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14183 with message-narrow-to-headers.
14184 (gnus-draft-setup): Narrow to header to run message-fetch-field.
14185 (gnus-draft-check-draft-articles): New function.
14186 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14187
14188 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
14189
14190 * gnus-art.el (gnus-article-browse-html-parts):
14191 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14192 Don't use suffix argument for mm-make-temp-file for Emacs 21
14193 compatibility. Remove useless `format'.
14194
14195 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14196
14197 * nnweb.el (nnweb-google-wash-article): Update regexps.
14198 (nnweb-group-alist): Use defvoo instead of defvar.
14199
14200 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14201
14202 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14203 re-loading nn* modules.
14204
14205 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
14206
14207 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14208 for `tool-bar-mode' and don't check it's default-value.
14209
14210 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14211
14212 * message.el (message-make-tool-bar): Ditto.
14213
14214 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14215 `substring'. Shorten tmp-file name.
14216
14217 * gnus.el: Remove bogus comment.
14218
14219 2006-02-10 Hynek Schlawack <hynek@ularx.de>
14220
14221 * gnus-art.el (gnus-article-browse-html-parts): New function.
14222 (gnus-article-browse-html-article): New function for viewing html
14223 articles with a browser.
14224
14225 2006-02-09 Daiki Ueno <ueno@unixuser.org>
14226
14227 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14228 (mml2015-pgg-encrypt): Ditto.
14229
14230 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14231 (mml1991-pgg-encrypt): Ditto.
14232
14233 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14234
14235 * nnfolder.el (nnfolder-insert-newsgroup-line):
14236 Use message-make-date instead of current-time-string.
14237
14238 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14239 to gnus-decoded which mm-uu might set.
14240
14241 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14242
14243 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14244 don't decode quoted parameters; remove misimported Emacs code.
14245 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14246 (rfc2231-decode-encoded-string): Don't use split-string which
14247 behaves differently according to Emacs version; use
14248 mm-decode-coding-region to convert charset to coding-system.
14249 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14250 (rfc2231-encode-string): Remove misimported Emacs code.
14251
14252 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14253
14254 * gnus-art.el (article-decode-charset): Don't use ignore-errors
14255 when calling mail-header-parse-content-type.
14256 (article-de-quoted-unreadable): Ditto.
14257 (article-de-base64-unreadable): Ditto.
14258 (article-wash-html): Ditto.
14259
14260 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14261 calling mail-header-parse-content-type and
14262 mail-header-parse-content-disposition.
14263 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14264 mail-header-parse-content-type.
14265
14266 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14267 insert charset and format parameters; encode description after
14268 inserting it to buffer.
14269 (mml-insert-parameter): Fold lines properly even if a parameter is
14270 segmented into two or more lines; change the max column to 76.
14271
14272 * rfc1843.el (rfc1843-decode-article-body): Don't use
14273 ignore-errors when calling mail-header-parse-content-type.
14274
14275 * rfc2231.el (rfc2231-parse-string): Return at least type if
14276 possible; don't cause an error even if it fails in parsing of
14277 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14278 (rfc2231-encode-string): Don't break lines at the beginning, leave
14279 it to mml-insert-parameter.
14280
14281 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14282 calling mail-header-parse-content-type.
14283
14284 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
14285
14286 * spam-report.el (spam-report-gmane-use-article-number):
14287 Improve doc string.
14288 (spam-report-gmane-internal): Check if a suitable header was found
14289 in the article.
14290
14291 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
14292
14293 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14294 (rfc2231-encode-string): Make param*=value always begin with LWSP.
14295
14296 2006-02-05 Romain Francoise <romain@orebokech.com>
14297
14298 Update copyright notices of all files in the gnus directory.
14299
14300 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14301
14302 * nnweb.el (nnweb-request-group): Avoid growing overview files.
14303
14304 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
14305
14306 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14307 segmented lines of parameter value to cope with Thunderbird 1.5
14308 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14309 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14310 (rfc2231-encode-string): Don't make lines exceeding 76 column.
14311
14312 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
14313
14314 * mml.el (mml-generate-mime-1): Correct the order of inline signed
14315 parts.
14316
14317 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14318
14319 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14320 there's only one active file for all servers.
14321 (nnweb-request-scan): Make sure nnweb-articles is initialized on
14322 solid groups. Gnus might have used a FAST request to select the group.
14323 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14324 and nnweb-search redundantly in the active file.
14325 (nnweb-request-list): Don't list bogus groups. There can only be one.
14326 (nnweb-request-create-group): Don't use ARGS.
14327 (nnweb-possibly-change-server, nnweb-request-group): Remove some
14328 initialisations. Let nnoo do the work.
14329
14330 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
14331
14332 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14333 Say the part has been decoded.
14334
14335 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14336
14337 2006-01-31 Kevin Ryde <user42@zip.com.au>
14338
14339 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14340 mailcap-viewer-test-cache when there's no 'test clause, since that
14341 will invert the meaning of a "nil" test previously determined by
14342 mailcap-mailcap-entry-passes-test.
14343
14344 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
14345
14346 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14347 compiling.
14348
14349 * gnus-sum.el: Ditto.
14350
14351 * message.el: Don't bind tool-bar-map when compiling.
14352
14353 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
14354
14355 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14356
14357 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14358
14359 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14360 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14361 current Google Groups.
14362
14363 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
14364
14365 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14366 and tool-bar-mode.
14367
14368 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14369 and tool-bar-mode.
14370
14371 * message.el (message-tool-bar-update): Simplify.
14372 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14373
14374 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14375 gnus-summary-buffer.
14376 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14377 gnus-summary-reply.
14378
14379 * gmm-utils.el (gmm): Add :version.
14380
14381 2006-01-26 Steve Youngs <steve@sxemacs.org>
14382
14383 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14384 Don't autoload.
14385
14386 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14387
14388 * gmm-utils.el (gmm-verbose): Add :group.
14389
14390 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
14391
14392 * message.el: Change some comments WRT tool-bars.
14393
14394 * gnus-sum.el (gnus-summary-tool-bar)
14395 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14396 (gnus-summary-tool-bar-zap-list): New variables.
14397 (gnus-summary-make-tool-bar): Complete rewrite using
14398 `gmm-tool-bar-from-list'.
14399
14400 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14401 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14402 New variables.
14403 (gnus-group-make-tool-bar): Complete rewrite using
14404 `gmm-tool-bar-from-list'.
14405 (gnus-group-tool-bar-update): New function.
14406
14407 * message.el (message-mode-field-menu): Add "Show hidden Headers".
14408
14409 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
14410
14411 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14412 is dissected into a single part of which the type is the same as
14413 the given one; decode charset.
14414
14415 2006-01-21 Kevin Ryde <user42@zip.com.au>
14416
14417 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14418 into alists as symbol not string, since that's what
14419 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14420 look for.
14421
14422 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
14423
14424 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14425 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14426
14427 * message.el (message-tool-bar-gnome): Use gmm-ignore.
14428
14429 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14430
14431 * gnus-art.el (gnus-mime-security-button-commands): New variable.
14432 (gnus-mime-security-button-menu): New definition.
14433 (gnus-mime-security-button-map): Use them.
14434 (gnus-mime-security-button-menu): New function.
14435 (gnus-insert-mime-security-button): Addition to help echo.
14436 (gnus-mime-security-run-function, gnus-mime-security-save-part)
14437 (gnus-mime-security-pipe-part): New functions.
14438
14439 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14440 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14441
14442 * mm-decode.el (mm-handle-set-disposition): Remove.
14443 (mm-handle-set-description): Remove.
14444
14445 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14446
14447 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14448 (mm-w3m-standalone-supports-m17n-p): New function.
14449 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14450 w3m usage.
14451
14452 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14453 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14454
14455 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
14456
14457 * message.el (message-tool-bar-zap-list):
14458 Use gmm-tool-bar-zap-list as custom type.
14459 (message-tool-bar-update): New function.
14460 (message-tool-bar, message-tool-bar-gnome)
14461 (message-tool-bar-retro): Add message-tool-bar-update.
14462 (message-tool-bar-gnome): Add flyspell-buffer.
14463
14464 * gnus-util.el (gnus-error): Describe `args'.
14465
14466 * gmm-utils.el (gmm-error): Describe `args'.
14467 (gmm-tool-bar-zap-list): New widget.
14468 (gmm-tool-bar-from-list): Improve description of `zap-list'.
14469
14470 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14471
14472 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14473 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14474 the number of recursive calls.
14475
14476 * mm-decode.el (mm-handle-set-disposition): New macro.
14477 (mm-handle-set-description): New macro.
14478
14479 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14480
14481 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14482 encoding.
14483
14484 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
14485
14486 * message.el (message-tool-bar-zap-list, message-tool-bar)
14487 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14488 (message-tool-bar-local-item-from-menu): Remove.
14489 (message-tool-bar-map): Replace by `message-make-tool-bar'.
14490 (message-make-tool-bar): New function.
14491 (message-mode): Use `message-make-tool-bar'.
14492
14493 * gmm-utils.el: New file.
14494 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14495 (gmm-lazy): New widget copied from `nnmail.el'.
14496 (gmm-tool-bar-from-list): New function for creating customizable
14497 tool bars.
14498 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
14499 output.
14500 (gmm): Add :prefix to defgroup.
14501
14502 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
14503
14504 * gmm-utils.el (gmm-widget-p): New function.
14505
14506 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
14507
14508 * mml.el (mml-attach-file): Describe `description' in doc string.
14509 (mml-menu): Add Emacs MIME manual and PGG manual.
14510
14511 2006-01-20 Richard M. Stallman <rms@gnu.org>
14512
14513 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14514
14515 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
14516
14517 * nntp.el (nntp-end-of-line): Doc fix.
14518
14519 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
14520
14521 * imap.el (imap-open): Handle case where buffer is a buffer
14522 object.
14523
14524 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14525
14526 * gnus-delay.el (gnus-delay): Don't autoload.
14527 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14528 to be re-loaded when customizing the `gnus-delay' group.
14529
14530 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
14531
14532 * message.el (message-insert-citation-line): Use newlines.
14533
14534 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
14535
14536 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14537
14538 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14539
14540 2006-01-19 Mark D. Baushke <mdb@gnu.org>
14541
14542 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14543
14544 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14545
14546 * mm-decode.el (mm-inlined-types): Add application/pgp.
14547 (mm-automatic-display): Ditto.
14548
14549 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14550 part as text.
14551
14552 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
14553
14554 * nnrss.el: Update copyright.
14555 (nnrss-opml-import): Query whether to subscribe to each entry.
14556
14557 * gnus-art.el:
14558 * gnus-sum.el:
14559 * mm-uu.el:
14560 * mm-view.el: Update copyright.
14561
14562 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
14563
14564 * message.el (message-info): New function.
14565 (message-mode-menu): Add it.
14566 Update copyright.
14567
14568 * ChangeLog: Fix and update copyright.
14569
14570 2006-01-13 Romain Francoise <romain@orebokech.com>
14571
14572 * message.el (message-forward-subject-name-subject): Prefer the
14573 address to 'nowhere' if the sender has no name.
14574 Fix typo. Update copyright year.
14575
14576 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
14577
14578 * gnus-art.el (article-wash-html):
14579 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14580 (gnus-article-wash-html-with-w3m-standalone): New function.
14581
14582 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14583 mm-inline-text-html-render-with-w3m-standalone.
14584 (mm-text-html-washer-alist): Map w3m-standalone to
14585 gnus-article-wash-html-with-w3m-standalone.
14586 (mm-inline-text-html-render-with-w3m-standalone): New function.
14587
14588 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14589
14590 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14591 Improve LaTeX.
14592
14593 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
14594
14595 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14596 (nnrss-request-article): Render text/plain parts as HTML.
14597
14598 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14599 the buffer.
14600
14601 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
14602
14603 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14604 custom definition of `gnus-posting-styles'.
14605
14606 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14607 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14608
14609 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14610
14611 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14612 Use nntp for bug archive.
14613
14614 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
14615
14616 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14617 parts.
14618 (nnrss-normalize-date): New function converts ISO 8601 date into
14619 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14620 (nnrss-check-group): Use it.
14621
14622 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
14623
14624 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14625
14626 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14627 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14628 (nnrss-insert-w3): Ditto.
14629
14630 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14631
14632 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14633 the articles to be forwarded including the case where neither a
14634 number of articles nor a region is specified.
14635
14636 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
14637
14638 * nnrss.el (nnrss-request-article): Fix last change; fill
14639 text/plain parts.
14640
14641 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
14642
14643 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14644 in text/plain part.
14645 (nnrss-check-group): Don't add excessive newline to dc:subject.
14646
14647 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
14648
14649 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14650 article.
14651
14652 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
14653
14654 * nnml.el: Don't require gnus-bcklg. Autoload it.
14655 (nnml-use-compressed-files, nnml-save-mail): Support other
14656 comression programs such as bzip2.
14657
14658 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14659
14660 * dns.el (query-dns): Make sure we check the buffer size before
14661 removing tcp headers.
14662
14663 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14664
14665 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14666 remove MIME buttons associated with multipart/alternative parts.
14667 (gnus-mime-display-alternative): Tag buttons using `article-type'
14668 text property.
14669
14670 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14671 associated with multipart/alternative parts.
14672
14673 * gnus-art.el (gnus-signature-separator): Fix custom type.
14674
14675 * mm-decode.el (mm-inlined-types): Fix custom type.
14676 (mm-keep-viewer-alive-types): Ditto.
14677 (mm-automatic-display): Ditto.
14678 (mm-attachment-override-types): Ditto.
14679 (mm-inline-override-types): Ditto.
14680 (mm-automatic-external-display): Ditto.
14681
14682 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
14683
14684 * spam-report.el (spam-report-user-mail-address)
14685 (spam-report-user-agent): New variables.
14686 (spam-report-url-ping-plain): Use spam-report-user-agent.
14687
14688 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
14689
14690 * gnus-art.el (gnus-button-handle-custom): Do not just use
14691 `customize-apropos' for any "M-x customize-*" button but the
14692 function called for. Accept both the function name and its
14693 argument in order to achieve this.
14694 (gnus-button-alist): Remove support for "custom:" URL's.
14695 Pass function name to `gnus-button-handle-custom' in case of "M-x
14696 customize-*" buttons.
14697
14698 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14699
14700 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14701 multipart/alternative and add xref to mm-discouraged-alternatives
14702 in doc string.
14703
14704 * mm-decode.el (mm-discouraged-alternatives): Add xref to
14705 gnus-buttonized-mime-types in doc string.
14706
14707 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
14708
14709 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14710 Suggest image/.* in the doc string.
14711
14712 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
14713
14714 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14715 message-marks (Debian bug #342521).
14716
14717 2005-12-12 Simon Josefsson <jas@extundo.com>
14718
14719 * password.el (password-read-from-cache): Add.
14720 (password-read): Use it.
14721
14722 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14723
14724 * rfc2047.el (rfc2047-charset-to-coding-system):
14725 Recognize us-ascii as a MIME charset.
14726
14727 * mm-bodies.el (mm-decode-content-transfer-encoding):
14728 Protect against the case where the 2nd arg TYPE is nil.
14729
14730 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14731
14732 * pop3.el (pop3-stream-type): Fix custom version.
14733
14734 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14735
14736 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14737
14738 * mm-decode.el (mm-display-external): Add missing cdr.
14739
14740 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
14741
14742 * mm-decode.el (mm-display-external): Use nametemplate (defined in
14743 RFC1524) if it is in mailcap or add a suffix according to
14744 mailcap-mime-extensions when generating a temp filename; postpone
14745 deleting a temp file for 2 seconds for some wrappers, shell
14746 scripts, and so on, which might exit right after having started a
14747 viewer command as a background job.
14748
14749 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14750
14751 * nntp.el (nntp-marks-directory): Fix custom group.
14752
14753 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14754 steps when < 10.
14755
14756 * gnus-start.el (gnus-no-server-1):
14757 Mention `gnus-level-default-subscribed' in doc string.
14758
14759 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14760
14761 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14762 parens.
14763
14764 2005-11-26 Dave Love <fx@gnu.org>
14765
14766 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14767 (tls-program, tls-success): Provide openssl alternative.
14768
14769 * starttls.el: Doc fixes.
14770 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14771 SERVICE to PORT.
14772
14773 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
14774 port null or service name.
14775 (starttls-negotiate): Autoload.
14776
14777 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14778
14779 * message.el (message-kill-to-signature): Fix interactive spec.
14780
14781 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
14782
14783 * pop3.el (pop3-open-server): Recognize a string as a service name.
14784
14785 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
14786
14787 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14788
14789 2005-11-23 Dave Love <fx@gnu.org>
14790
14791 Add pop3s, pop3/starttls.
14792
14793 * pop3.el (pop3-authentication-scheme): Clarify doc.
14794 (open-tls-stream, starttls-open-stream): Autoload.
14795 (pop3-stream-type): New.
14796 (pop3-open-server): Use it.
14797
14798 * mail-source.el (mail-sources): Fix some :types. Add stream type
14799 for POP.
14800 (mail-source-keyword-map): Add :stream for POP.
14801 (mail-source-fetch-pop): Use pop3-stream-type.
14802
14803 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
14804
14805 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14806 of current-time-string.
14807
14808 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
14809
14810 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14811 date header.
14812
14813 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14814
14815 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14816 it can seriously impact performance as it bypasses the agent's
14817 local caches.
14818
14819 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14820
14821 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14822 must be explicitly online rather than "not explicitly offline" for
14823 its flags to be synchronized.
14824
14825 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14826 that gnus-uu-unmark-thread will function correctly.
14827
14828 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14829 1024K is instead displayed as 1M.
14830
14831 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14832
14833 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14834
14835 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
14836
14837 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14838
14839 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
14840
14841 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14842 error message to display actual error condition.
14843 (gnus-agent-save-local): Avoid saving symbols that are bound to
14844 nil as they simply result in a warning message in
14845 gnus-agent-read-local.
14846
14847 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14848
14849 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14850 rather than make-variable-buffer-local for file-precious-flag.
14851
14852 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14853
14854 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14855 for duplicates which are removed. The invalid sort check then
14856 triggers a rescan after the sort as sorting may have moved
14857 duplicate entries such that they can be cheaply detected.
14858
14859 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14860
14861 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14862
14863 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14864
14865 * gnus-agent.el (gnus-agent-article-alist-save-format):
14866 Change internal variable to a custom variable. Change default value
14867 from compressed(2) to uncompressed(1).
14868 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14869 support for uncompressed agentview files. Taken together, reading
14870 the agentview file should now be 6-7 times faster.
14871
14872 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
14873
14874 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14875 as a buffer-local variable. This avoids creating truncated
14876 dribble files as a result of a hang up, eg.
14877
14878 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14879
14880 * gnus-start.el (gnus-start-draft-setup):
14881 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14882
14883 * gnus.el (gnus-splash): Change custom group.
14884 (gnus-group-get-parameter, gnus-group-parameter-value):
14885 Describe allow-list argument.
14886
14887 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14888 string.
14889
14890 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14891
14892 * gnus-art.el (gnus-default-article-saver): Add user-defined
14893 `function' to custom type.
14894
14895 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14896
14897 * imap.el (imap-open): Handle case where buffer is a buffer
14898 object.
14899
14900 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14901
14902 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14903 long lines.
14904 (gnus-cache-delete-group): Wrap doc strings.
14905
14906 * gnus-agent.el (gnus-agent-rename-group)
14907 (gnus-agent-delete-group): Wrap doc strings.
14908
14909 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14910
14911 * gnus-start.el (gnus-1): Add "native" to
14912 gnus-predefined-server-alist.
14913
14914 * gnus.el (gnus-method-to-server): Don't add "native" to the
14915 lists here, because that leads to problems when
14916 gnus-select-method is bound.
14917
14918 2005-11-09 Simon Josefsson <jas@extundo.com>
14919
14920 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14921 use (not sort-by-date) instead.
14922
14923 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14924
14925 * gnus-delay.el (gnus-delay-group): Don't autoload.
14926 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14927 to be re-loaded when customizing the `gnus-delay' group.
14928
14929 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
14930
14931 * message.el: Revert last changes.
14932 (message-insert-citation-line): Use newlines.
14933
14934 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14935
14936 * message.el (message-courtesy-message)
14937 (message-mark-insert-begin, message-mark-insert-end)
14938 (message-elide-ellipsis, message-cancel-message)
14939 (message-add-header, message-change-subject)
14940 (message-cross-post-followup-to-header)
14941 (message-cross-post-insert-note, message-reduce-to-to-cc)
14942 (message-widen-reply, message-delete-not-region)
14943 (message-kill-to-signature, message-insert-signature)
14944 (message-insert-importance-high, message-insert-importance-low)
14945 (message-insert-or-toggle-importance)
14946 (message-insert-disposition-notification-to)
14947 (message-indent-citation, message-yank-original)
14948 (message-cite-original-without-signature, message-cite-original)
14949 (message-insert-citation-line, message-position-on-field)
14950 (message-fix-before-sending, message-send-mail-partially)
14951 (message-send-mail, message-send-mail-with-sendmail)
14952 (message-send-mail-with-qmail, message-send-news)
14953 (message-check-news-header-syntax, message-generate-headers)
14954 (message-insert-courtesy-copy, message-fill-address)
14955 (message-fill-header, message-shorten-references)
14956 (message-setup-1, message-cancel-news)
14957 (message-forward-make-body-plain, message-forward-make-body-mime)
14958 (message-forward-make-body-mml, message-encode-message-body)
14959 (message-forward-make-body-digest-plain)
14960 (message-forward-make-body-digest-mime)
14961 (message-use-alternative-email-as-from): Insert `hard-newline'
14962 instead of ordinary newlines.
14963
14964 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
14965
14966 * message.el (message-generate-headers): Downcase the argument
14967 given to message-check-element.
14968
14969 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
14970
14971 * nntp.el (nntp-authinfo-rejected): New error condition.
14972 (nntp-wait-for): Use new error condition to signal authentication
14973 error.
14974 (nntp-retrieve-data): Rethrow new error condition to break out of
14975 recursive call to nntp-send-authinfo.
14976
14977 2005-11-08 Romain Francoise <romain@orebokech.com>
14978
14979 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14980 (gnus-summary-exit-map): Bind to `Z p'.
14981 (gnus-summary-make-menu-bar): Add menu item.
14982
14983 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
14984
14985 * gnus-art.el (gnus-article-treat-custom): Add `first'.
14986 (gnus-treat-*): Add `first' in all doc strings.
14987
14988 * gnus-group.el (gnus-group-compact-group): Fix typo.
14989
14990 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14991
14992 * gnus.el (gnus-parameters-case-fold-search): New variable.
14993 (gnus-parameters-get-parameter): Use it.
14994
14995 * gnus-score.el (gnus-home-score-file): Doc fix.
14996
14997 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
14998
14999 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15000
15001 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
15002
15003 * mm-util.el (mm-special-display-p): New function.
15004
15005 * mml.el (mml-preview): Use it; doc fix.
15006
15007 2005-10-29 Romain Francoise <romain@orebokech.com>
15008
15009 * message.el (message-fix-before-sending): Fix comment.
15010
15011 2005-10-29 Jari Aalto <jari.aalto@cante.net>
15012
15013 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15014
15015 2005-10-29 Jari Aalto <jari.aalto@cante.net>
15016
15017 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15018 Used in gnus-score.el.
15019
15020 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15021
15022 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15023
15024 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
15025
15026 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15027 whitespace removed in revision 7.8. Use concatenated string to
15028 protect trailing whitespace.
15029
15030 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
15031
15032 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15033 (nnimap-request-expire-articles): Use it to avoid sending 'UID
15034 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15035 Courier IMAP ("some version from 2004"). Mostly based on similar
15036 code in the same function.
15037
15038 2005-10-26 Didier Verna <didier@xemacs.org>
15039
15040 * gnus-group.el (gnus-group-compact-group): Invalidate original
15041 article buffer.
15042 * gnus-srvr.el (gnus-server-compact-server): Ditto.
15043 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15044 NOV database and in article itself.
15045 Invalidate article backlog.
15046
15047 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15048
15049 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15050
15051 2005-10-26 Simon Josefsson <jas@extundo.com>
15052
15053 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15054 part of 2004-07-25 change.
15055
15056 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
15057
15058 * message.el (message-display-completion-list): New function.
15059 (message-expand-group): Use it; make sure the Completions buffer
15060 is modifiable.
15061
15062 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
15063
15064 * imap.el (imap-open): Handle case where buffer is a buffer object.
15065
15066 2005-10-24 Eli Zaretskii <eliz@gnu.org>
15067
15068 * pgg-def.el:
15069 * pgg-gpg.el:
15070 * pgg-parse.el:
15071 * pgg-pgp.el:
15072 * pgg-pgp5.el:
15073 * pgg.el: Move to the parent lisp directory.
15074
15075 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
15076
15077 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15078 user-mail-name is an empty string.
15079
15080 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15081
15082 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15083 depending on gnus-score-decay-constant.
15084
15085 * encrypt.el (encrypt-insert-file-contents)
15086 (encrypt-write-file-contents): Don't use `gnus-message'.
15087
15088 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15089 arguments.
15090 (mm-uu-type-alist): Add message-marks and insert-marks.
15091 Pass arguments to mm-uu-verbatim-marks-extract.
15092 (mm-uu-hide-markers): New variable.
15093 (mm-uu-extract): Use face similar to `gnus-cite-3'.
15094
15095 * gnus-fun.el (gnus-convert-image-to-x-face-command)
15096 (gnus-convert-image-to-face-command): Use "convert" by default to
15097 allow other input image formats.
15098 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15099 accordingly.
15100
15101 2005-10-23 Simon Josefsson <jas@extundo.com>
15102
15103 * imap.el (imap-gssapi-program): Align command line parameters
15104 with latest GNU SASL.
15105 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15106
15107 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15108
15109 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15110 HTML.
15111 (nnslashdot-request-article): Ditto.
15112
15113 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15114
15115 * mail-source.el (mail-source-fetch-pop): Require pop3.
15116 (mail-source-check-pop): Ditto.
15117
15118 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
15119
15120 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15121 errors.
15122
15123 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
15124
15125 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15126 (gnus-treat-strip-leading-blank-lines): Improve doc string.
15127
15128 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15129
15130 * mm-bodies.el (mm-decode-string):
15131 Call `mm-charset-to-coding-system' with allow-override argument.
15132
15133 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15134
15135 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15136 (rfc2047-charset-to-coding-system): New function.
15137 (rfc2047-decode-encoded-words): New function.
15138 (rfc2047-decode-region): Use them.
15139 (rfc2047-decode-cte): Remove.
15140 (rfc2047-parse-and-decode): Remove.
15141 (rfc2047-decode): Remove.
15142
15143 2005-10-15 Kenichi Handa <handa@m17n.org>
15144
15145 * rfc2047.el (rfc2047-decode-cte): New function.
15146 (rfc2047-decode-region): Change the way to decode successive
15147 encoded-words: decode B- or Q-encoding in each encoded-word,
15148 concatenate them, and decode it as charset.
15149
15150 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
15151
15152 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
15153 widget-move-and-invoke.
15154 (gnus-custom-mode): Use gnus-custom-map.
15155
15156 2005-10-15 Bill Wohler <wohler@newt.com>
15157
15158 * message.el (message-tool-bar-map): Rename image file from
15159 mail_send to mail/send.
15160
15161 2005-10-16 Masatake YAMATO <jet@gyve.org>
15162
15163 * message.el (message-expand-group): Pass the common
15164 prefix substring of completion to `display-completion-list'.
15165
15166 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
15167
15168 * mml-sec.el (mml-secure-method): New internal variable.
15169 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15170 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15171 New functions using mml-secure-method.
15172
15173 * mml.el (mml-mode-map): Add key bindings for those functions.
15174 (mml-menu): Simplify security menu entries. Suggested by Jesper
15175 Harder <harder@myrealbox.com>.
15176 (mml-attach-file, mml-attach-buffer, mml-attach-external):
15177 Goto end of message if point is the headers of the message.
15178
15179 * message.el (message-in-body-p): New function.
15180
15181 * assistant.el: Autoload gnus-util and netrc.
15182
15183 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15184 Use `mm-charset-override-alist' only when decoding.
15185
15186 * mm-bodies.el (mm-decode-body):
15187 Call `mm-charset-to-coding-system' with allow-override argument.
15188
15189 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15190 `filename' from Content-Disposition if Content-Type doesn't
15191 provide `name'.
15192 (gnus-mime-view-part-as-type): Set default instead of
15193 initial-input.
15194
15195 2005-10-09 Daniel Brockman <daniel@brockman.se>
15196
15197 * format-spec.el (format-spec): Propagate text properties of % spec.
15198
15199 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15200
15201 * gnus-art.el (gnus-treat-predicate): Add `first'.
15202
15203 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
15204
15205 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15206 (mm-charset-override-alist): New variable.
15207 (mm-charset-to-coding-system): Use it.
15208 (mm-codepage-setup): New helper function.
15209 (mm-charset-eval-alist): New variable.
15210 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15211 Warn about unknown charsets.
15212
15213 2005-10-04 David Hansen <david.hansen@gmx.net>
15214
15215 * nnrss.el (nnrss-request-article): Add support for the comments tag.
15216 (nnrss-check-group): Ditto.
15217
15218 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15219
15220 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15221 Rename x-gnus-verbatim to x-verbatim.
15222 (mm-uu-type-alist): Fix regexp for verbatim-marks.
15223
15224 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15225 x-verbatim.
15226
15227 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15228
15229 * gnus-util.el (gnus-remove-duplicates): Remove.
15230
15231 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15232 instead of gnus-remove-duplicates.
15233
15234 * message.el (message-remove-duplicates): Remove.
15235 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15236 message-remove-duplicates.
15237
15238 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15239 available, else use implementation from `delete-dups'.
15240
15241 * message.el (message-insert-expires): New function.
15242 (message-mode-map): Add key binding.
15243 (message-mode-field-menu): Add menu entry.
15244 (message-mode): Document it.
15245 (message-make-expires-date): Use `message-make-date'.
15246
15247 2005-10-04 Josh Huber <huber@alum.wpi.edu>
15248
15249 * message.el (message-make-expires-date): New function.
15250
15251 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
15252
15253 * time-date.el: Autoload parse-time-string, XEmacs needs it.
15254
15255 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
15256
15257 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15258 function rather than the diff-mode.el package.
15259 (mm-display-external): Use with-current-buffer.
15260 (mm-viewer-completion-map, mm-viewer-completion-map):
15261 Move initialization inside declaration.
15262
15263 2005-09-29 Simon Josefsson <jas@extundo.com>
15264
15265 * spam.el: Load hashcash when compiling, to avoid warnings.
15266 Don't autoload mail-check-payment.
15267 (spam-check-hashcash): Define unconditionally, since hashcash.el
15268 is part of Gnus now. Ignore errors from payment checking.
15269
15270 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
15271
15272 * message.el (message-bold-region, message-unbold-region):
15273 Rename from `bold-region' and `unbold-region'.
15274
15275 * message.el: Remove useless autoloads.
15276
15277 2005-09-28 Simon Josefsson <jas@extundo.com>
15278
15279 * message.el (message-use-idna): Default to t.
15280 (message-use-idna): Test whether encoding works too. Doc fix.
15281
15282 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
15283
15284 * nntp.el (nntp-warn-about-losing-connection): Remove.
15285
15286 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
15287
15288 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15289 customizable. Change default value.
15290 (mm-uu-diff-groups-regexp): Change default value.
15291 (mm-uu-type-alist): Add doc string.
15292 (mm-uu-configure): Add doc string. Make it interactive.
15293 (mm-uu-tex-groups-regexp): New variable.
15294 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15295 (mm-uu-type-alist): Add LaTeX documents.
15296 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15297 of "text/verbatim".
15298 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15299
15300 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15301 instead of "text/verbatim".
15302
15303 * message.el (message-mark-inserted-region)
15304 (message-mark-insert-file): Use slrn style marks when called with
15305 prefix argument.
15306
15307 2005-09-27 Simon Josefsson <jas@extundo.com>
15308
15309 * message.el (message-idna-to-ascii-rhs-1): Reformat.
15310
15311 2005-09-27 Arne Jørgensen <arne@arnested.dk>
15312
15313 * message.el (message-remove-duplicates): New function.
15314 Implementation borrowed from `gnus-remove-duplicates'.
15315 (message-idna-to-ascii-rhs): Also encode idna addresses in
15316 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15317 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15318 only ask about the same idna domain once per header and also tell
15319 in what header to replace the idna domain.
15320
15321 * gnus-art.el (article-decode-idna-rhs): Also decode idna
15322 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15323 (article-decode-idna-rhs): Fix regexp so that all idna-address in
15324 a header is decoded and not just the last one.
15325
15326 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
15327
15328 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15329 has been decoded.
15330
15331 * mm-decode.el (mm-automatic-display): Add text/verbatim.
15332 (mm-insert-part): Don't modify text if it has been decoded.
15333
15334 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15335 decoded.
15336
15337 * mm-view.el (mm-inline-text): Don't strip text props unless
15338 decoding enriched or richtext parts.
15339
15340 2005-09-25 Romain Francoise <romain@orebokech.com>
15341
15342 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15343 * gnus-start.el (gnus-subscribe-interactively):
15344 * gnus-uu.el (gnus-uu-grab-articles):
15345 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15346 space.
15347
15348 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
15349
15350 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15351 * mm-view.el (mm-view-pkcs7-decrypt):
15352 * gnus-sum.el (gnus-summary-limit-to-extra)
15353 (gnus-summary-respool-article, gnus-read-move-group-name):
15354 * gnus-score.el (gnus-summary-increase-score):
15355 * gnus-util.el (gnus-completing-read-with-default):
15356 * gnus-art.el (gnus-read-save-file-name)
15357 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15358 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15359 * message.el (message-check-news-header-syntax):
15360 Follow convention for reading with the minibuffer.
15361
15362 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
15363
15364 * spam-report.el (spam-report-url-ping-plain):
15365 Use gnus-extended-version as User-Agent.
15366
15367 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15368 default value is nil.
15369
15370 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15371 (mm-uu-verbatim-marks-extract): New function.
15372 (mm-uu-extract): New face.
15373 (mm-uu-copy-to-buffer): Use it.
15374
15375 * spam-report.el (spam-report-gmane-ham): Rename from
15376 `spam-report-gmane-unspam'.
15377 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15378 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
15379
15380 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15381 Autoload.
15382 (spam-report-gmane-unregister-routine):
15383 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15384
15385 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
15386
15387 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15388 (spam-report-gmane-unregister-routine): Add support for gmane
15389 unregistration.
15390
15391 * spam-report.el (spam-report-gmane-unspam)
15392 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15393 (spam-report-gmane): Change to take a single article and do unspam
15394 registration.
15395
15396 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15397
15398 * mm-url.el (mm-url-decode-entities): Fix regexp.
15399
15400 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15401
15402 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15403 default to nil, to be able to use Gnus at all. If the default
15404 switches to something else, then the function should be fixed not
15405 be exceedingly slow.
15406
15407 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
15408
15409 * gnus-start.el (gnus-activate-group): If the server is nil, don't
15410 fail hard.
15411
15412 * spam-report.el: Add better Keywords line.
15413
15414 * spam.el: Add Maintainer and better Keywords line.
15415
15416 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15417
15418 * gnus-art.el (gnus-article-replace-part)
15419 (gnus-mime-replace-part): New functions.
15420 (gnus-mime-action-alist, gnus-mime-button-commands)
15421 (gnus-mime-save-part-and-strip): Add file argument.
15422 (gnus-article-part-wrapper): Add interactive argument.
15423
15424 * gnus-sum.el (gnus-summary-mime-map):
15425 Add `gnus-article-replace-part'.
15426
15427 2005-09-19 Didier Verna <didier@xemacs.org>
15428
15429 The nnml compaction feature:
15430 * nnml.el (nnml-request-compact-group): New function.
15431 * nnml.el (nnml-request-compact): New function.
15432 * gnus-int.el (gnus-request-compact-group): New function.
15433 * gnus-int.el (gnus-request-compact): New function.
15434 * gnus-group.el (gnus-group-compact-group): New function.
15435 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15436 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15437 * gnus-srvr.el (gnus-server-compact-server): New function.
15438 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15439 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15440
15441 2005-09-18 Deepak Goel <deego@gnufans.org>
15442
15443 * sieve.el (sieve-help): Fix `message' call: first arg should be a
15444 format spec.
15445
15446 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
15447
15448 * gnus.el (gnus-group-startup-message): Bind image-load-path.
15449
15450 2005-09-15 Romain Francoise <romain@orebokech.com>
15451
15452 * message.el (message-fill-paragraph): Clarify docstring.
15453
15454 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
15455
15456 * gnus-art.el (gnus-mime-display-part): Protect against broken
15457 MIME messages.
15458
15459 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15460
15461 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15462 before parsing header.
15463
15464 2005-09-11 Jari Aalto <jari.aalto@cante.net>
15465
15466 * html2text.el (html2text-replace-list): Add new entities.
15467
15468 2005-09-11 Romain Francoise <romain@orebokech.com>
15469
15470 * message.el (message-alternative-emails): Improve docstring.
15471 (message-setup-1): Call `message-use-alternative-email-as-from'
15472 after `message-setup-hook' to give it precedence over posting
15473 styles, etc.
15474 (message-use-alternative-email-as-from): Add docstring.
15475 Remove the original From header if present.
15476
15477 * nnml.el (nnml-compressed-files-size-threshold): New variable.
15478 (nnml-save-mail): Use it.
15479
15480 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15481 articles. Add new argument `silent'.
15482 (gnus-uu-mark-all): Report the total number of marked articles.
15483
15484 2005-09-10 Romain Francoise <romain@orebokech.com>
15485
15486 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15487 (gnus-uu-mark-series): Likewise.
15488
15489 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
15490
15491 * spam-report.el (spam-report-gmane): Fix generation of spam
15492 report URL.
15493
15494 2005-09-10 Simon Josefsson <jas@extundo.com>
15495
15496 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15497 t, based on discussion on the ding list with Robert Epprecht
15498 <epprecht@solnet.ch>.
15499
15500 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
15501
15502 * spam-report.el (spam-report-gmane): Make it work without
15503 X-Report-Spam header. Gmane now only provides Archived-At.
15504 This is only used if `spam-report-gmane-use-article-number' is nil.
15505 (spam-report-gmane-spam-header): Remove. Not used anymore.
15506
15507 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15508 make `gnus-summary-sort-by-recipient' work with threading.
15509
15510 * nnweb.el (nnweb-google-wash-article): Print a message if article
15511 is not available.
15512
15513 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15514
15515 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15516 change. Decode text/* parts content before displaying.
15517
15518 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
15519
15520 * mml-smime.el: Remove defvar of gnus-extract-address-components.
15521
15522 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
15523
15524 * mm-view.el (mm-display-inline-fontify): Disable support modes.
15525
15526 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
15527
15528 * message.el (message-tab-body-function): Fix mismatched custom type.
15529
15530 * gnus.el (gnus-group-change-level-function): Ditto.
15531
15532 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15533
15534 * gnus-art.el (gnus-signature-limit)
15535 (gnus-article-mime-part-function): Ditto.
15536
15537 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
15538
15539 * mml.el (mml-mode): Silence the byte compiler.
15540
15541 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15542 using `(sit-for 0)' before moving the point to the specified part;
15543 skip unbuttonized parts.
15544 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15545 return to the summary window if gnus-auto-select-part is non-nil.
15546
15547 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
15548
15549 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15550 New variables.
15551 (mml-dnd-attach-file, mml-mode): Use them.
15552
15553 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15554 Make fetching article by MID work again for Google Groups.
15555 Add FIXME concerning gnus-group-make-web-group.
15556
15557 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15558 Don't depend on Gnus by using mail-extract-address-components if
15559 gnus-extract-address-components is not bound.
15560
15561 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15562
15563 * gnus-art.el (gnus-mime-display-security): Don't display the
15564 signature, but only the signed part.
15565
15566 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
15567
15568 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15569
15570 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15571 list, not listp.
15572
15573 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
15574
15575 * mm-encode.el (mm-encode-content-transfer-encoding):
15576 Likewise when encoding.
15577
15578 * mm-bodies.el (mm-decode-content-transfer-encoding):
15579 De-canonicalize CRLF for all text content types, not just
15580 text/plain.
15581
15582 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15583
15584 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15585 valid article; point arrow and cursor at the MIME button.
15586
15587 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
15588
15589 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15590 Suggested by Dan Christensen <jdc@uwo.ca>.
15591
15592 * mm-decode.el (mm-save-part): Enable change of prompt.
15593
15594 2005-08-29 Jari Aalto <jari.aalto@cante.net>
15595
15596 * gnus-msg.el (gnus-inews-add-send-actions):
15597 Make `message-post-method' lambda parameter ARG `&optional'.
15598
15599 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15600
15601 * gnus-sum.el (gnus-summary-mime-map):
15602 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15603 gnus-article-jump-to-part.
15604
15605 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15606 (gnus-article-edit-part): Use it.
15607 (gnus-article-part-wrapper): Add no-handle argument.
15608 (gnus-article-save-part-and-strip, gnus-article-delete-part):
15609 New functions.
15610
15611 2005-08-29 Romain Francoise <romain@orebokech.com>
15612
15613 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15614 docstring.
15615 (gnus-face-from-file): Likewise.
15616
15617 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15618
15619 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15620 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15621 non-nil.
15622 (gnus-auto-select-part): New variable.
15623 (gnus-article-jump-to-part): New function.
15624 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15625 (gnus-mime-delete-part): Allow selecting specified part after
15626 deleting or stripping parts.
15627 (gnus-article-jump-to-part): Don't use `read-number'. Use last
15628 part if argument is bogus.
15629
15630 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15631
15632 * gnus-art.el (w3m-minor-mode-map):
15633 * gnus-spec.el (gnus-newsrc-file-version):
15634 * gnus-util.el (nnmail-active-file-coding-system)
15635 (gnus-original-article-buffer, gnus-user-agent):
15636 * gnus.el (gnus-ham-process-destinations)
15637 (gnus-parameter-ham-marks-alist)
15638 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15639 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15640 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15641 * mm-decode.el (gnus-current-window-configuration):
15642 * mm-extern.el (gnus-article-mime-handles):
15643 * mm-url.el (url-current-object, url-package-name)
15644 (url-package-version):
15645 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15646 (smime-keys, w3m-cid-retrieve-function-alist)
15647 (w3m-current-buffer, w3m-display-inline-images)
15648 (w3m-minor-mode-map):
15649 * mml-smime.el (gnus-extract-address-components):
15650 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15651 (gnus-newsrc-hashtb, message-default-charset)
15652 (message-deletable-headers, message-options)
15653 (message-posting-charset, message-required-mail-headers)
15654 (message-required-news-headers):
15655 * mml1991.el (mc-pgp-always-sign):
15656 * mml2015.el (mc-pgp-always-sign):
15657 * nnheader.el (nnmail-extra-headers):
15658 * rfc1843.el (gnus-decode-encoded-word-function)
15659 (gnus-decode-header-function, gnus-newsgroup-name):
15660 * spam-stat.el (gnus-original-article-buffer): Add defvars.
15661
15662 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
15663
15664 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15665 the end of the date treatments.
15666
15667 2005-08-15 Simon Josefsson <jas@extundo.com>
15668
15669 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15670 it in url-handlers.el and XEmacs in url.el. Reported by Luca
15671 Capello and Romain Francoise.
15672 (pgg-fetch-key-function): Remove, not used?
15673 (pgg-insert-url-with-w3): Require url, to get
15674 url-insert-file-contents regardless of where it is defined.
15675
15676 2005-08-13 Romain Francoise <romain@orebokech.com>
15677
15678 * message.el (message-cite-original-1): New function.
15679 (message-cite-original): Use it.
15680 (message-cite-original-without-signature): Ditto.
15681
15682 2005-08-08 Romain Francoise <romain@orebokech.com>
15683
15684 * message.el (message-yank-empty-prefix): New variable.
15685 (message-indent-citation): Use it.
15686 (message-cite-original-without-signature): Respect X-No-Archive.
15687
15688 2005-08-08 Simon Josefsson <jas@extundo.com>
15689
15690 * pgg.el: Autoload url-insert-file-contents instead of loading
15691 w3/url.
15692 (pgg-insert-url-with-w3): Don't load url here.
15693
15694 2005-08-07 Jesper Harder <harder@phys.au.dk>
15695
15696 * message.el (message-kill-to-signature): Don't insert newline at
15697 bol.
15698 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15699
15700 2005-08-06 Romain Francoise <romain@orebokech.com>
15701
15702 * message.el (message-user-fqdn): Fix typo in docstring.
15703
15704 2005-08-05 Daiki Ueno <ueno@unixuser.org>
15705
15706 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15707
15708 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15709
15710 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
15711
15712 * mm-bodies.el (mm-encode-body): Use coding system rather than
15713 charset to encode text.
15714
15715 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15716 number of charsets if utf-8 is available (XEmacs).
15717
15718 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15719
15720 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15721 taken from `gnus-button-mid-or-mail-regexp'.
15722 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15723 (gnus-button-alist): Improve regexp for domain part of the MIDs
15724 for news:localpart@domain buttons.
15725 (gnus-button-ctan-directory-regexp): Update.
15726
15727 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15728
15729 * sieve-manage.el (sieve-manage-interactive-login):
15730 Use make-local-variable rather than make-variable-buffer-local.
15731 (sieve-manage-open): Ditto.
15732 (sieve-manage-authenticate): Ditto.
15733
15734 * mml.el (mml-generate-mime-1): Make the content type default to
15735 text/plain if the filename is not specified.
15736
15737 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15738
15739 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15740 instead of insert-buffer.
15741
15742 * message.el (message-yank-original): Ditto; set the mark at the
15743 end of the yanked message.
15744
15745 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
15746
15747 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15748 lines to scroll rather than to stop it.
15749
15750 * mml.el (mml-generate-default-type): Add doc string.
15751 (mml-generate-mime-1): Use mm-default-file-encoding or make it
15752 default to application/octet-stream when determining the content
15753 type if it is not specified for the part or the mml contents; add
15754 a comment about mml-generate-default-type.
15755
15756 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
15757
15758 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15759 make it default to application/octet-stream when determining the
15760 content type if it is not specified for the external contents.
15761
15762 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15763
15764 * rfc2231.el (rfc2231-parse-string): Take care that not only a
15765 segmented parameter but also other parameters might be there.
15766
15767 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15768
15769 * mm-decode.el (mm-display-external): Delete temp file, directory
15770 and buffer immediately if the external process is exited.
15771
15772 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
15773
15774 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15775 fewer lines than that of scroll-margin.
15776 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15777
15778 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15779
15780 * gnus-art.el (gnus-article-next-page): Revert.
15781 (gnus-article-beginning-of-window): New macro.
15782 (gnus-article-next-page-1): Use it.
15783 (gnus-article-prev-page): Ditto.
15784 (gnus-article-edit-part): Use insert-buffer-substring instead of
15785 insert-buffer.
15786 (gnus-article-edit-exit): Ditto.
15787
15788 * gnus-util.el (gnus-beginning-of-window): Remove.
15789 (gnus-end-of-window): Remove.
15790
15791 2005-07-25 Simon Josefsson <jas@extundo.com>
15792
15793 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15794 to have the url package without w3. Reported by Daiki Ueno
15795 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15796
15797 2005-07-20 Didier Verna <didier@xemacs.org>
15798
15799 * gnus-diary.el: Remove the description comment (nndiary is now
15800 properly documented in the Gnus manual).
15801 Fix the spelling of "Back End".
15802 * nndiary.el: Ditto.
15803 Fix the copyright notice.
15804
15805 2005-07-18 Romain Francoise <romain@orebokech.com>
15806
15807 * gnus-sum.el (gnus-summary-to-prefix)
15808 (gnus-summary-newsgroup-prefix): New variables.
15809 (gnus-summary-from-or-to-or-newsgroups): Use them.
15810
15811 2005-07-17 Romain Francoise <romain@orebokech.com>
15812
15813 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15814 space as it's generally not especially interesting to the user.
15815
15816 2005-07-16 Romain Francoise <romain@orebokech.com>
15817
15818 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15819 nil to avoid prompting and file modification if one of the
15820 messages at the top of the nnfolder file contains a copyright
15821 notice.
15822 Update copyright notice.
15823
15824 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15825 instead of `current-time-string' as the latter creates a time
15826 string that is not RFC 2822 compliant (it lacks the zone).
15827 Update copyright notice.
15828
15829 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
15830
15831 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15832 for text/rtf. Display default in prompt. Pass default for M-n.
15833
15834 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15835
15836 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15837
15838 * gnus-msg.el (gnus-button-mailto):
15839 Remove save-selected-window-window hackery because it relies on
15840 save-selected-window internals.
15841
15842 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
15843
15844 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15845 (gnus-article-next-page-1): Use gnus-beginning-of-window.
15846 (gnus-article-prev-page): Ditto.
15847
15848 * gnus-util.el (gnus-beginning-of-window): New function.
15849 (gnus-end-of-window): New function.
15850
15851 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15852
15853 * gnus-score.el (gnus-score-edit-all-score):
15854 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15855 gnus-message.
15856
15857 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15858
15859 * gnus-msg.el (gnus-button-mailto):
15860 Remove save-selected-window-window hackery because it relies on
15861 save-selected-window internals.
15862
15863 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15864
15865 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15866 add-minor-mode.
15867 (gnus-binary-mode): Ditto.
15868
15869 * gnus-topic.el (gnus-topic-mode): Ditto.
15870
15871 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
15872
15873 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15874 (gnus-article-prev-page): Take scroll-margin into consideration.
15875
15876 2005-07-04 Lute Kamstra <lute@gnu.org>
15877
15878 Update FSF's address in GPL notices.
15879
15880 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15881
15882 * gnus.el (gnus-exit):
15883 * gnus-group.el (gnus-group-icons):
15884 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15885
15886 * gnus-nocem.el (gnus-nocem):
15887 * message.el (message-various, message-buffers, message-sending)
15888 (message-interface, message-forwarding, message-insertion)
15889 (message-headers, message-news, message-mail):
15890 * pgg-gpg.el (pgg-gpg):
15891 * pgg-parse.el (pgg-parse):
15892 * pgg-pgp.el (pgg-pgp):
15893 * pgg-pgp5.el (pgg-pgp5):
15894 * pop3.el (pop3): Finish `defgroup' description with period.
15895
15896 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
15897
15898 * gnus-art.el (article-display-face): Improve the efficiency.
15899 (article-display-x-face): Ditto; remove grey x-face stuff.
15900
15901 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
15902
15903 * gnus-art.el (article-display-face): Correct the position in
15904 which Faces are inserted.
15905
15906 2005-06-29 Didier Verna <didier@xemacs.org>
15907
15908 * gnus-art.el (article-display-face): Display faces in correct
15909 order.
15910
15911 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15912
15913 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15914 (gnus-fill-real-hashtb): Use hash table instead of obarray.
15915 (gnus-nocem-check-article): Fetch the Type header.
15916 (gnus-nocem-message-wanted-p): Fix the way to examine types.
15917 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15918 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15919 make sure gnus-nocem-hashtb is initialized.
15920 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15921 (gnus-nocem-unwanted-article-p): Ditto.
15922
15923 * pgg.el (pgg-verify): Return the verification result.
15924
15925 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15926
15927 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15928 is ascii.
15929
15930 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15931
15932 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15933 `show-nonbreak-escape'.
15934
15935 2005-06-23 Lute Kamstra <lute@gnu.org>
15936
15937 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15938
15939 * dig.el (dig-mode):
15940 * smime.el (smime-mode): Use gnus-run-mode-hooks.
15941
15942 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15943
15944 * nnimap.el (nnimap-split-download-body): Fix spellings.
15945
15946 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15947
15948 * gnus-art.el (gnus-article-encrypt-body):
15949 * gnus-cus.el (gnus-score-customize):
15950 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15951 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15952
15953 2005-06-16 Arne Jørgensen <arne@arnested.dk>
15954
15955 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15956 header by looking for magic "MII" at the beginnig.
15957
15958 2005-06-16 Miles Bader <miles@gnu.org>
15959
15960 * assistant.el (assistant-field): Remove "-face" suffix from face name.
15961 (assistant-field-face): New backward-compatibility alias for renamed
15962 face.
15963 (assistant-render-text): Use renamed assistant-field face.
15964
15965 * spam.el (spam): Remove "-face" suffix from face name.
15966 (spam-face): New backward-compatibility alias for renamed face.
15967 (spam-face, spam-initialize): Use renamed spam face.
15968
15969 * message.el (message-header-to, message-header-cc)
15970 (message-header-subject, message-header-newsgroups)
15971 (message-header-other, message-header-name)
15972 (message-header-xheader, message-separator, message-cited-text)
15973 (message-mml): Remove "-face" suffix from face names.
15974 (message-header-to-face, message-header-cc-face)
15975 (message-header-subject-face, message-header-newsgroups-face)
15976 (message-header-other-face, message-header-name-face)
15977 (message-header-xheader-face, message-separator-face)
15978 (message-cited-text-face, message-mml-face):
15979 New backward-compatibility aliases for renamed faces.
15980 (message-font-lock-keywords): Use renamed message faces.
15981
15982 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15983 (sieve-test-commands, sieve-tagged-arguments):
15984 Remove "-face" suffix from face names.
15985 (sieve-control-commands-face, sieve-action-commands-face)
15986 (sieve-test-commands-face, sieve-tagged-arguments-face):
15987 New backward-compatibility aliases for renamed faces.
15988 (sieve-control-commands-face, sieve-action-commands-face)
15989 (sieve-test-commands-face, sieve-tagged-arguments-face):
15990 Use renamed sieve faces.
15991
15992 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15993 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15994 (gnus-group-news-3-empty, gnus-group-news-4)
15995 (gnus-group-news-4-empty, gnus-group-news-5)
15996 (gnus-group-news-5-empty, gnus-group-news-6)
15997 (gnus-group-news-6-empty, gnus-group-news-low)
15998 (gnus-group-news-low-empty, gnus-group-mail-1)
15999 (gnus-group-mail-1-empty, gnus-group-mail-2)
16000 (gnus-group-mail-2-empty, gnus-group-mail-3)
16001 (gnus-group-mail-3-empty, gnus-group-mail-low)
16002 (gnus-group-mail-low-empty, gnus-summary-selected)
16003 (gnus-summary-cancelled, gnus-summary-high-ticked)
16004 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16005 (gnus-summary-high-ancient, gnus-summary-low-ancient)
16006 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16007 (gnus-summary-low-undownloaded)
16008 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16009 (gnus-summary-low-unread, gnus-summary-normal-unread)
16010 (gnus-summary-high-read, gnus-summary-low-read)
16011 (gnus-summary-normal-read, gnus-splash):
16012 Remove "-face" suffix from face names.
16013 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16014 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16015 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16016 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16017 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16018 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16019 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16020 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16021 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16022 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16023 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16024 (gnus-summary-selected-face, gnus-summary-cancelled-face)
16025 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16026 (gnus-summary-normal-ticked-face)
16027 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16028 (gnus-summary-normal-ancient-face)
16029 (gnus-summary-high-undownloaded-face)
16030 (gnus-summary-low-undownloaded-face)
16031 (gnus-summary-normal-undownloaded-face)
16032 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16033 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16034 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16035 (gnus-splash-face):
16036 New backward-compatibility aliases for renamed faces.
16037 (gnus-group-startup-message): Use renamed gnus faces.
16038
16039 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16040 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16041 (gnus-server-agent): Remove "-face" suffix from face names.
16042 (gnus-server-agent-face, gnus-server-opened-face)
16043 (gnus-server-closed-face, gnus-server-denied-face)
16044 (gnus-server-offline-face):
16045 New backward-compatibility aliases for renamed faces.
16046 (gnus-server-agent-face, gnus-server-opened-face)
16047 (gnus-server-closed-face, gnus-server-denied-face)
16048 (gnus-server-offline-face): Use renamed gnus faces.
16049
16050 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16051 Remove "-face" suffix from face names.
16052 (gnus-picon-xbm-face, gnus-picon-face):
16053 New backward-compatibility aliases for renamed faces.
16054
16055 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16056 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16057 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16058 (gnus-cite-11): Remove "-face" suffix from face names.
16059 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16060 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16061 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16062 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16063 New backward-compatibility aliases for renamed faces.
16064 (gnus-cite-attribution-face, gnus-cite-face-list)
16065 (gnus-article-boring-faces): Use renamed gnus faces.
16066
16067 * gnus-art.el (gnus-signature, gnus-header-from)
16068 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16069 (gnus-header-content): Remove "-face" suffix from face names.
16070 (gnus-signature-face, gnus-header-from-face)
16071 (gnus-header-subject-face, gnus-header-newsgroups-face)
16072 (gnus-header-name-face, gnus-header-content-face):
16073 New backward-compatibility aliases for renamed faces.
16074 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16075
16076 * gnus-sum.el (gnus-summary-selected-face)
16077 (gnus-summary-highlight): Use renamed gnus faces.
16078 * gnus-group.el (gnus-group-highlight): Likewise.
16079
16080 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
16081
16082 * gnus-sieve.el (gnus-sieve-article-add-rule):
16083 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16084 * spam-stat.el (spam-stat-buffer-change-to-spam)
16085 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16086
16087 * message.el (message-is-yours-p):
16088 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16089
16090 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16091
16092 * mm-view.el (mm-inline-text): Withdraw the last change.
16093
16094 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
16095
16096 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16097 executing enriched-decode.
16098
16099 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
16100
16101 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16102 charset of tar files.
16103
16104 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16105
16106 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16107
16108 2005-06-04 Lute Kamstra <lute@gnu.org>
16109
16110 * nnfolder.el (nnfolder-read-folder): Make sure that undo
16111 information is never recorded.
16112
16113 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16114
16115 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16116
16117 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
16118
16119 * pop3.el (pop3-apop): Run md5 in the binary mode.
16120
16121 * starttls.el (starttls-set-process-query-on-exit-flag):
16122 Use eval-and-compile.
16123
16124 2005-05-31 Simon Josefsson <jas@extundo.com>
16125
16126 * smime.el (smime-replace-in-string): Define.
16127 (smime-cert-by-ldap-1): Use it.
16128
16129 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
16130
16131 * gnus-art.el (article-display-x-face): Replace
16132 process-kill-without-query by gnus-set-process-query-on-exit-flag.
16133
16134 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16135 set-process-query-on-exit-flag or process-kill-without-query.
16136
16137 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16138 loop instead of replace-regexp.
16139
16140 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16141 instead of process-kill-without-query if it is available.
16142
16143 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16144 instead of find-file-hooks if it is available.
16145
16146 * mml1991.el: Bind pgg-default-user-id when compiling.
16147
16148 * mml2015.el: Bind pgg-default-user-id when compiling.
16149
16150 * nndraft.el (nndraft-request-associate-buffer):
16151 Use write-contents-functions instead of write-contents-hooks if it is
16152 available.
16153
16154 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16155 instead of find-file-hooks if it is available.
16156
16157 * nntp.el (nntp-open-connection): Replace
16158 process-kill-without-query by gnus-set-process-query-on-exit-flag.
16159 (nntp-open-ssl-stream): Ditto.
16160 (nntp-open-tls-stream): Ditto.
16161
16162 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16163 set-process-query-on-exit-flag or process-kill-without-query.
16164 (starttls-open-stream-gnutls): Use it instead of
16165 process-kill-without-query.
16166 (starttls-open-stream): Ditto.
16167
16168 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
16169
16170 * smime.el (smime-cert-by-ldap-1): Don't use
16171 replace-regexp-in-string.
16172
16173 2005-05-31 Arne Jørgensen <arne@arnested.dk>
16174
16175 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16176
16177 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16178 in PEM format. Adjust to the XEmacs compatibility.
16179
16180 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
16181
16182 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16183 by `string-to-number'.
16184 * gnus-agent.el (gnus-agent-regenerate-group)
16185 (gnus-agent-fetch-articles): Ditto.
16186 * gnus-art.el (gnus-button-fetch-group): Ditto.
16187 * gnus-cache.el (gnus-cache-generate-active)
16188 (gnus-cache-articles-in-group): Ditto.
16189 * gnus-group.el (gnus-group-set-current-level)
16190 (gnus-group-insert-group-line): Ditto.
16191 * gnus-score.el (gnus-score-set-expunge-below)
16192 (gnus-score-set-mark-below, gnus-summary-score-effect)
16193 (gnus-summary-score-entry): Ditto.
16194 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16195 (gnus-soup-pack): Ditto.
16196 * gnus-spec.el (gnus-xmas-format): Ditto.
16197 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16198 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16199 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16200 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16201 * nndb.el (nndb-get-remote-expire-response): Ditto.
16202 * nndiary.el (nndiary-parse-schedule-value)
16203 (nndiary-string-to-number, nndiary-request-replace-article)
16204 (nndiary-request-article): Ditto.
16205 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16206 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16207 * nneething.el (nneething-make-head): Ditto.
16208 * nnfolder.el (nnfolder-request-article)
16209 (nnfolder-retrieve-headers): Ditto.
16210 * nnheader.el (nnheader-file-to-number): Ditto.
16211 * nnkiboze.el (nnkiboze-request-article): Ditto.
16212 * nnmail.el (nnmail-process-unix-mail-format)
16213 (nnmail-process-babyl-mail-format): Ditto.
16214 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16215 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16216 (nnmh-request-create-group, nnmh-request-list-1)
16217 (nnmh-request-group, nnmh-request-article): Ditto.
16218 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16219 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16220 * nnsoup.el (nnsoup-make-active): Ditto.
16221 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16222 * nntp.el (nntp-find-group-and-number)
16223 (nntp-retrieve-headers-with-xover): Ditto.
16224 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16225 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16226 (pgg-format-key-identifier): Ditto.
16227 * pop3.el (pop3-last, pop3-stat): Ditto.
16228 * qp.el (quoted-printable-decode-region): Ditto.
16229
16230 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16231 of concat.
16232
16233 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16234
16235 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16236
16237 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16238
16239 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16240
16241 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16242
16243 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16244
16245 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16246
16247 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16248 (gnus-carpal-mode): Ditto.
16249
16250 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16251 (gnus-browse-mode): Ditto.
16252
16253 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16254
16255 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16256
16257 2005-05-29 Richard M. Stallman <rms@gnu.org>
16258
16259 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16260
16261 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
16262
16263 * gnus-util.el (gnus-run-mode-hooks): New function.
16264
16265 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16266
16267 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16268
16269 * gnus-agent.el (gnus-agent-make-mode-line-string):
16270 Use mode-line-highlight as mouse-face.
16271
16272 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
16273
16274 * canlock.el (canlock): Change the parent group to news.
16275
16276 * deuglify.el (gnus-outlook-deuglify): Add :group.
16277
16278 * dig.el (dig): Add :group.
16279
16280 * dns-mode.el (dns-mode): Add :group.
16281
16282 * encrypt.el (encrypt): Add :group.
16283
16284 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16285 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16286 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16287 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16288 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16289
16290 * gnus-diary.el (gnus-diary): Add :group.
16291
16292 * gnus.el (gnus-group-news-1-face): Add :group.
16293 (gnus-group-news-1-empty-face): Ditto.
16294 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16295 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16296 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16297 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16298 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16299 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16300 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16301 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16302 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16303 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16304 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16305 (gnus-summary-high-ticked-face): Ditto.
16306 (gnus-summary-low-ticked-face): Ditto.
16307 (gnus-summary-normal-ticked-face): Ditto.
16308 (gnus-summary-high-ancient-face): Ditto.
16309 (gnus-summary-low-ancient-face): Ditto.
16310 (gnus-summary-normal-ancient-face): Ditto.
16311 (gnus-summary-high-undownloaded-face): Ditto.
16312 (gnus-summary-low-undownloaded-face): Ditto.
16313 (gnus-summary-normal-undownloaded-face): Ditto.
16314 (gnus-summary-high-unread-face): Ditto.
16315 (gnus-summary-low-unread-face): Ditto.
16316 (gnus-summary-normal-unread-face): Ditto.
16317 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16318 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16319
16320 * hashcash.el (hashcash): New custom group.
16321 (hashcash-default-payment): Add :group.
16322 (hashcash-payment-alist): Ditto.
16323 (hashcash-default-accept-payment): Ditto.
16324 (hashcash-accept-resources): Ditto.
16325 (hashcash-path): Ditto.
16326 (hashcash-extra-generate-parameters): Ditto.
16327 (hashcash-double-spend-database): Ditto.
16328 (hashcash-in-news): Ditto.
16329
16330 * message.el (message-minibuffer-local-map): Add :group.
16331
16332 * netrc.el (netrc): Add :group.
16333
16334 * sieve-manage.el (sieve-manage-log): Add :group.
16335 (sieve-manage-default-user): Diito.
16336 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16337 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16338 (sieve-manage-authenticators): Ditto.
16339 (sieve-manage-authenticator-alist): Ditto.
16340 (sieve-manage-default-port): Ditto.
16341
16342 * sieve-mode.el (sieve-control-commands-face): Add :group.
16343 (sieve-action-commands-face): Ditto.
16344 (sieve-test-commands-face): Ditto.
16345 (sieve-tagged-arguments-face): Ditto.
16346
16347 * smime.el (smime): Add :group.
16348
16349 * spam-report.el (spam-report): Add :group.
16350
16351 * spam.el (spam, spam-face): Add :group.
16352
16353 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16354
16355 * nntp.el (nntp-next-result-arrived-p): Some news servers may
16356 return \n.\n.\n at the end of articles. Protect against that.
16357 (nntp-with-open-group): Allow debugging.
16358
16359 * nnheader.el (mail-header-set-extra): Make into a function
16360 because I just could't understand how to quote the list properly.
16361
16362 * dns.el (query-dns-cached): New function.
16363
16364 2005-05-26 Lute Kamstra <lute@gnu.org>
16365
16366 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16367
16368 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
16369
16370 * gnus-art.el: Don't autoload mail-extract-address-components.
16371
16372 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16373 eval-and-compile to evaluate it.
16374
16375 * hashcash.el: Don't autoload executable-find.
16376
16377 * nndb.el: Don't declare the nndb back end two or more times; don't
16378 autoload news-reply-mode, news-setup, cancel-timer and telnet.
16379
16380 * nntp.el: Autoload format-spec instead of format; use
16381 eval-and-compile to evaluate autoload forms.
16382
16383 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
16384
16385 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16386
16387 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16388
16389 * gnus.el (gnus-version-number): Bump version.
16390
16391 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16392
16393 * gnus.el: No Gnus v0.3 is released.
16394
16395 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
16396
16397 * gnus-art.el (gnus-article-edit-part): Disable undo.
16398
16399 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16400
16401 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16402 gnus-article-date-lapsed-new-header is t if date timer is active;
16403 skip headers in which the original date value is empty.
16404 (gnus-article-save-original-date): Redefine it as a macro.
16405 (gnus-display-mime): Use it.
16406
16407 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
16408
16409 * gnus-art.el (article-date-ut): Support converting date in
16410 forwarded parts as well.
16411 (gnus-article-save-original-date): New function.
16412 (gnus-display-mime): Use it.
16413
16414 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
16415
16416 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16417 enclosure element of <item>.
16418
16419 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
16420
16421 * message.el (message-kill-buffer-query): Rename from
16422 `message-kill-buffer-query-if-modified'. Add :version.
16423
16424 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16425
16426 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16427 window layout.
16428
16429 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16430
16431 * mml.el: Autoload dnd when compiling.
16432
16433 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16434
16435 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16436 x-dnd-*.
16437
16438 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16439
16440 * qp.el (quoted-printable-encode-region): Save excursion.
16441
16442 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
16443
16444 * message.el (message-kill-buffer-query-if-modified): Add new variable
16445 so the user can kill a modified message buffer quickly.
16446 (message-kill-buffer): Use it.
16447
16448 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
16449
16450 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
16451 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16452
16453 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16454
16455 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16456 contained in text because xml.el decodes entities) with LFs.
16457
16458 2005-04-11 Lute Kamstra <lute@gnu.org>
16459
16460 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16461 differently.
16462
16463 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16464
16465 * mm-util.el (mm-detect-coding-region): Typo.
16466
16467 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
16468
16469 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16470
16471 2005-04-06 Deepak Goel <deego@gnufans.org>
16472
16473 * spam-stat.el (spam-stat-score-buffer): Add a call to a
16474 user-function allow user modifications of the scores.
16475 (spam-stat-score-buffer-user): New function, to allow
16476 user-computed modifications to the score.
16477 (spam-stat-score-buffer-user-functions): List of additional
16478 scoring functions.
16479 (spam-stat-error-holder): Global temporary error holder.
16480 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16481 variable.
16482
16483 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
16484
16485 * gnus-registry.el (gnus-registry-clean-empty-function)
16486 (gnus-registry-trim, gnus-registry-fetch-groups)
16487 (gnus-registry-delete-group): Groups that match
16488 `gnus-registry-ignored-groups' are removed from the registry
16489 entries, not just ignored for splitting. This helps clean up the
16490 registry. Also, `gnus-registry-fetch-groups' is a convenient way
16491 to get all the groups a message ID is in.
16492
16493 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16494 (spam-stat-split-fancy): Change "threshhold" to "threshold".
16495 (spam-stat-score-buffer-user-functions): Add :number custom type.
16496
16497 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16498
16499 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16500 argument in XEmacs.
16501
16502 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16503 (nnrss-request-group): Decode group name first.
16504 (nnrss-request-article): Make a text/plain article if mml-to-mime
16505 failed.
16506 (nnrss-get-encoding): Return a compatible encoding according to
16507 nnrss-compatible-encoding-alist.
16508 (nnrss-find-el): Use consp instead of listp.
16509 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16510
16511 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16512
16513 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16514 which Emacs 20 doesn't support.
16515 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16516
16517 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
16518
16519 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16520 silence the byte compiler inside the defun.
16521
16522 * gnus-demon.el (parse-time-string): Add autoload.
16523
16524 * gnus-delay.el (parse-time-string): Add autoload.
16525
16526 * gnus-art.el (parse-time-string): Add autoload.
16527
16528 * nnultimate.el (parse-time): Require for `parse-time-string'.
16529
16530 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16531
16532 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16533
16534 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16535
16536 * smime.el (smime-ldap-host-list): Add :version.
16537
16538 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
16539
16540 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16541 pass it to `gnus-browse-read-group'.
16542 (gnus-browse-read-group): Add NUMBER argument and pass it to
16543 `gnus-group-read-ephemeral-group'.
16544
16545 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16546 argument and pass it to `gnus-group-read-group'.
16547
16548 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
16549
16550 * mm-util.el (mm-xemacs-find-mime-charset): Only call
16551 mm-xemacs-find-mime-charset-1 if we have the mule feature
16552 available at runtime.
16553
16554 2005-03-25 Werner Lemberg <wl@gnu.org>
16555
16556 * nnmaildir.el: Replace `illegal' with `invalid'.
16557
16558 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16559
16560 * gnus-start.el (gnus-display-time-event-handler):
16561 Check display-time-timer at runtime rather than only at load time
16562 in case display-time-mode is turned off in the mean time.
16563
16564 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
16565
16566 * nnimap.el (nnimap-open-connection): Print which authinfo file is
16567 used.
16568
16569 * nneething.el (nneething-map-file-directory): Derive from
16570 `gnus-directory'.
16571
16572 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16573 the To/Cc button.
16574
16575 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
16576
16577 * nnmaildir.el (nnmaildir-request-accept-article):
16578 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16579
16580 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16581
16582 * gnus-async.el: Require timer-funcs at compile time when in
16583 XEmacs for `run-with-idle-timer'.
16584
16585 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16586
16587 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16588 autoloaded function.
16589
16590 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16591
16592 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16593
16594 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
16595
16596 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16597
16598 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16599
16600 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16601 Add gnus-expert-user to default.
16602
16603 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
16604
16605 * nnimap.el (nnimap-open-server): Ditto.
16606
16607 * imap.el (imap-authenticate): Fix typo.
16608
16609 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
16610
16611 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16612 buffer (since IMAP server might return FETCH response out of
16613 order, and the nntp buffer must be sorted).
16614
16615 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
16616
16617 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16618 comparison on string.
16619
16620 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16621 (gnus-agent-score): Rename category keywords to match gnus-cus.
16622 (gnus-agent-summary-fetch-series): Modify to protect against
16623 gnus-agent-summary-fetch-group clearing processable flags.
16624 (gnus-agent-synchronize-group-flags): Update live group buffer as
16625 synchronization may occur due to the user toggle the plugged
16626 status.
16627 (gnus-agent-fetch-group-1): Clear downloadable flag when article
16628 successfully downloaded.
16629 (gnus-agent-expire-group-1): Avoid using markers when the overview
16630 is in ascending order; greatly improves performance.
16631 (gnus-agent-regenerate-group):
16632 Use gnus-agent-synchronize-group-flags to reset read status in both
16633 gnus and server.
16634 (gnus-agent-update-files-total-fetched-for): Fix initial size.
16635
16636 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
16637
16638 * message.el: Don't autoload former message-utils variables.
16639 (message-strip-subject-trailing-was): Change doc string.
16640
16641 * nnweb.el: Fixes for `gnus-group-make-web-group'.
16642 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
16643 (nnweb-google-search): Add "hl=en" here.
16644 (nnweb-google-parse-1, nnweb-google-create-mapping):
16645 Don't hardcode URL.
16646
16647 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
16648
16649 * message.el (message-get-reply-headers, message-followup):
16650 Mention related variables `message-use-followup-to' and
16651 `message-use-mail-followup-to', in the information buffer.
16652
16653 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16654 of broken groups(-beta).google.com.
16655
16656 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
16657
16658 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16659 parameter to invoked gnus-request-move-article; remove the
16660 redundant gnus-sum-hint-move-is-internal variable; apply the marks
16661 all at once instead of once per article.
16662 (gnus-summary-remove-process-mark): Accept a list of articles as
16663 well as a single article for processing.
16664
16665 * gnus-int.el (gnus-request-move-article): Add move-is-internal
16666 parameter.
16667
16668 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16669
16670 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16671
16672 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16673 parameter.
16674
16675 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16676 parameter.
16677
16678 * nnimap.el (nnimap-request-move-article): Add move-is-internal
16679 parameter and remove the gnus-sum-hint-move-is-internal variable.
16680
16681 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16682 parameter.
16683
16684 * nndraft.el (nndraft-request-move-article): Add move-is-internal
16685 parameter.
16686
16687 * nndiary.el (nndiary-request-move-article): Add move-is-internal
16688 parameter.
16689
16690 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16691
16692 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16693 parameter.
16694
16695 * nnagent.el (nnagent-request-move-article): Add move-is-internal
16696 parameter.
16697
16698 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
16699
16700 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16701 a more conservative way.
16702
16703 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16704
16705 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16706 buffer, so it moves the window's cursor.
16707
16708 2005-02-26 Arne Jørgensen <arne@arnested.dk>
16709
16710 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16711 `mm-dissect-multipart' and receive the from field as an (optional)
16712 argument from `mm-dissect-multipart'.
16713 (mm-dissect-multipart): Receive the from field as an argument and
16714 pass it on when we call `mm-dissect-buffer' on MIME parts.
16715 Fixes verification/decryption of signed/encrypted MIME parts.
16716
16717 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
16718
16719 * gnus-sum.el (gnus-summary-move-article):
16720 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16721 whatever it calls (right now, only nnimap-request-move article
16722 respects it).
16723
16724 * nnimap.el (nnimap-request-move-article):
16725 When gnus-sum-hint-move-is-internal is set, don't do the extra
16726 nnimap-request-article.
16727
16728 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16729
16730 * nnheader.el (nnheader-find-file-noselect): Add doc string.
16731
16732 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16733 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16734
16735 * gnus-sum.el (gnus-summary-caesar-message):
16736 Apply `gnus-treat-article' after rotation.
16737
16738 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16739 doc string.
16740
16741 2005-02-22 Simon Josefsson <jas@extundo.com>
16742
16743 * encrypt.el (encrypt-password-cache-expiry): Remove (use
16744 `password-cache-expiry' instead). Reported by Arne Jørgensen
16745 <arne@arnested.dk>.
16746 (encrypt): Add password-cache and password-cache-expiry as group
16747 members.
16748
16749 2005-02-22 Arne Jørgensen <arne@arnested.dk>
16750
16751 * smime.el (smime-ldap-host-list): Doc fix.
16752 (smime-ask-passphrase): Use `password-read-and-add' to read (and
16753 cache) password.
16754 (smime-sign-region): Use it.
16755 (smime-decrypt-region): Use it.
16756 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16757 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16758 fails.
16759 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16760 certificate from DER to PEM format rather than calling openssl.
16761
16762 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16763
16764 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16765 for signing/encryption.
16766
16767 * mml.el (mml-parse-1): Use them.
16768
16769 2005-02-21 Arne Jørgensen <arne@arnested.dk>
16770
16771 * nnrss.el (nnrss-verbose): Remove.
16772 (nnrss-request-group): Use `nnheader-message' instead.
16773
16774 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
16775
16776 * nnrss.el (nnrss-verbose): New variable.
16777 (nnrss-request-group): Make it say nnrss is requesting a group.
16778
16779 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16780
16781 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16782 Handle news URL with given port correctly.
16783
16784 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16785
16786 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16787 containing special characters.
16788
16789 * gnus-sum.el (gnus-summary-edit-article): Ditto.
16790
16791 * mml.el (mime-to-mml): Ditto.
16792
16793 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16794 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16795 (rfc2047-decode-region): Quote decoded words containing special
16796 characters when rfc2047-quote-decoded-words-containing-tspecials
16797 is non-nil.
16798
16799 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
16800
16801 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16802
16803 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16804
16805 2005-02-15 Simon Josefsson <jas@extundo.com>
16806
16807 * nnimap.el (nnimap-debug): Doc fix.
16808
16809 * imap.el (imap-debug): Doc fix.
16810
16811 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16812
16813 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16814
16815 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16816
16817 * gnus.el (spam-contents): Improve docs for spam-contents
16818 parameter in its variable incarnation.
16819
16820 2005-02-14 Simon Josefsson <jas@extundo.com>
16821
16822 * smime-ldap.el: Use require instead of load-library for ldap.
16823 (smime-ldap-search): Indent.
16824 (smime-ldap-search-internal): Shorten line.
16825
16826 * smime.el (smime-cert-by-dns): Add doc-string.
16827 (smime-cert-by-ldap-1): Indent.
16828
16829 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16830 mml-smime-get-dns-ldap.
16831 (mml-smime-encrypt-query): Use new function. Default to ldap.
16832
16833 2005-02-14 Arne Jørgensen <arne@arnested.dk>
16834
16835 * smime.el: Require smime-ldap.
16836 (smime-ldap-host-list): New variable.
16837 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16838
16839 * mml-smime.el (mml-smime-encrypt-query): New function.
16840 (mml-smime-encrypt-query): Use it.
16841
16842 * smime-ldap.el: New file.
16843
16844 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16845
16846 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16847
16848 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16849
16850 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16851 argument in doc string. Make query for type more clear.
16852
16853 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16854
16855 * gnus.el (gnus-group-startup-message): Search for gnus images in
16856 etc/images/gnus.
16857 * mm-util.el (mm-image-load-path): Likewise.
16858 * smiley.el (smiley-data-directory): Search for smilies in
16859 etc/images/smilies.
16860
16861 2005-02-09 Kim F. Storm <storm@cua.dk>
16862
16863 Change Emacs release version from 21.4 to 22.1 throughout.
16864 Change Emacs development version from 21.3.50 to 22.0.50.
16865
16866 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
16867
16868 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16869
16870 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16871 non-Mule XEmacs as well.
16872 (mm-decompress-buffer): Signal an error intentionally if it does
16873 not decompress compressed data because auto-compression-mode is
16874 disabled.
16875
16876 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
16877
16878 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16879 an ID in the registry even if it has no groups.
16880
16881 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
16882
16883 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16884 merge it into mm-decompress-buffer.
16885 (gnus-mime-copy-part): Use the MIME part charset, the value which
16886 a user specified or gnus-newsgroup-charset for decoding, like
16887 gnus-mime-inline-part does; set buffer-file-coding-system to tell
16888 save-buffer what was used. Suggested by Kevin Ryde
16889 <user42@zip.com.au>.
16890 (gnus-mime-inline-part): Allow the name parameter as well as the
16891 filename parameter; force decompressing of compressed data; always
16892 display contents being not decoded as unibyte.
16893
16894 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16895 as well as the filename parameter.
16896
16897 * mm-util.el (mm-decompress-buffer):
16898 Merge gnus-mime-jka-compr-maybe-uncompress.
16899 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16900 of compressed data.
16901
16902 2005-02-08 Simon Josefsson <jas@extundo.com>
16903
16904 * imap.el (imap-log): Doc fix.
16905
16906 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16907
16908 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16909 the coding cookies; decompress compressed parts.
16910
16911 * mml.el (mml-generate-mime-1): Add the charset parameter according
16912 to the value which a user specified manually or the coding cookie.
16913
16914 * mm-util.el (mm-string-to-multibyte): New function.
16915 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16916 (mm-coding-system-to-mime-charset): New function.
16917 (mm-decompress-buffer): New function.
16918 (mm-find-buffer-file-coding-system): New function.
16919
16920 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16921 (mm-display-inline-fontify): Rewrite for decoding and decompressing
16922 parts.
16923
16924 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16925
16926 * mm-view.el (mm-display-inline-fontify): Decode a part according
16927 to the charset parameter.
16928
16929 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16930
16931 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16932 prefix arg is neither nil nor a number, as info specifies.
16933
16934 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
16935
16936 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16937 timestamps.
16938
16939 2005-02-02 Jari Aalto <jari.aalto@cante.net>
16940
16941 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16942 groups error checking and notify user.
16943
16944 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
16945
16946 * message.el (message-send-mail-function): Check existence of
16947 sendmail-program first before using default value
16948 `message-send-mail-with-sendmail'. Otherwise use more generic
16949 `smtpmail-send-it'.
16950
16951 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
16952
16953 * nntp.el (nntp-request-update-info): Always return nil.
16954
16955 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
16956
16957 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16958
16959 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16960
16961 * message.el (message-beginning-of-line): Change the behavior when
16962 invoked between BOL and : so that it first moves backward.
16963
16964 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16965
16966 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16967 article buffer when editing of the article is discarded.
16968 (gnus-article-prepare): Revert.
16969
16970 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16971
16972 * gnus-art.el (gnus-article-prepare):
16973 Remove message-strip-forbidden-properties from the local hook.
16974
16975 2005-01-27 Simon Josefsson <jas@extundo.com>
16976
16977 * password.el (password-cache-add): Only start one timer per key.
16978 Reported by Derek Atkins <warlord@MIT.EDU>.
16979
16980 2005-01-26 Steve Youngs <steve@sxemacs.org>
16981
16982 * run-at-time.el: Remove. It is no longer needed as
16983 timer-funcs.el in the xemacs-base package has a working version of
16984 `run-at-time'.
16985
16986 * password.el: Require timer-funcs instead of run-at-time in
16987 XEmacs.
16988 Remove `password-run-at-time' macro.
16989 (password-cache-add): Use `run-at-time' instead of
16990 `password-run-at-time'.
16991
16992 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16993 for `run-with-idle-timer'.
16994
16995 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16996 for `run-at-time'.
16997
16998 * mm-url.el: Require timer-funcs at compile time when in XEmacs
16999 for `with-timeout'.
17000
17001 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
17002
17003 * mml.el (mml-generate-mime-1): Convert string into unibyte when
17004 inserting " *mml*" buffer's contents into a unibyte temp buffer.
17005
17006 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
17007
17008 * mail-source.el (mail-source-fetch-imap): Search for ^From case
17009 sensitively.
17010
17011 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
17012
17013 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17014
17015 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
17016
17017 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17018 which will be inserted according to the multibyteness of a buffer
17019 rather than the type of contents. Suggested by ARISAWA Akihiro
17020 <ari@mbf.ocn.ne.jp>.
17021
17022 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17023 of string which old xml.el may return rather than a string.
17024
17025 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
17026
17027 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17028
17029 2005-01-16 Simon Josefsson <jas@extundo.com>
17030
17031 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17032 idn/idna.el isn't available.
17033 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
17034 <michael@waxrat.com>.
17035
17036 * hashcash.el: Remove non-FSF copyright header.
17037
17038 * hashcash.el (hashcash-extra-generate-parameters): New variable.
17039 (hashcash-generate-payment): Use it.
17040 (hashcash-generate-payment-async): Use it.
17041
17042 2005-01-15 Simon Josefsson <jas@extundo.com>
17043
17044 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17045 Suggested by Raymond Scholz <ray-2005@zonix.de>.
17046
17047 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17048 gnus-summary-idna-message.
17049 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17050 (gnus-summary-idna-message): New function.
17051
17052 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
17053
17054 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17055 gnus-novice-user.
17056
17057 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
17058
17059 * nnrss.el (nnrss-request-delete-group): Delete entries in
17060 nnrss-group-alist as well.
17061 (nnrss-save-server-data): Insert newline.
17062
17063 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
17064
17065 * gnus.el (gnus-user-agent): Use list of symbols instead of
17066 symbols. Display full version number for (S)XEmacs.
17067 Optionally display (S)XEmacs codename.
17068
17069 * gnus-util.el (gnus-emacs-version): Update for new
17070 `gnus-user-agent'.
17071
17072 * gnus-msg.el (gnus-extended-version): Make it possible to omit
17073 Gnus version.
17074
17075 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
17076
17077 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
17078 which is unreadable in some setups.
17079
17080 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
17081
17082 * gnus-spec.el (gnus-update-format-specifications): Flush the
17083 group format spec cache if it doesn't support decoded group names.
17084
17085 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
17086
17087 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17088 Allow to apply decay on score files matching a regexp.
17089
17090 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
17091
17092 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17093 compatibility in %g and %c.
17094
17095 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
17096
17097 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17098 name for only %g and %c.
17099 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17100 of gnus-tmp-group to decoded group name.
17101 (gnus-group-make-rss-group): Exclude `/'s from group names.
17102
17103 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
17104
17105 * nnrss.el (nnrss-get-encoding): Fix regexp.
17106
17107 2004-12-27 Simon Josefsson <jas@extundo.com>
17108
17109 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17110 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17111 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
17112
17113 2004-12-17 Kim F. Storm <storm@cua.dk>
17114
17115 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17116
17117 * gnus-sum.el (gnus-summary-mode-map): Likewise.
17118
17119 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
17120
17121 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17122
17123 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
17124
17125 * nnrss.el: Require rfc2047 and mml.
17126 (nnrss-file-coding-system): New variable.
17127 (nnrss-format-string): Redefine it as an inline function.
17128 (nnrss-decode-group-name): New function.
17129 (nnrss-string-as-multibyte): Remove.
17130 (nnrss-retrieve-headers): Decode group name; don't use
17131 nnrss-format-string.
17132 (nnrss-request-group): Decode group name.
17133 (nnrss-request-article): Decode group name; allow a Message-ID as
17134 well as an article number; don't use nnrss-format-string; encode a
17135 Message-ID string which may contain non-ASCII characters; use
17136 mml-to-mime to compose a MIME article.
17137 (nnrss-request-expire-articles): Decode group name.
17138 (nnrss-request-delete-group): Decode group name.
17139 (nnrss-fetch): Clarify error message.
17140 (nnrss-read-server-data): Use insert-file-contents instead of load;
17141 bind file-name-coding-system; use multibyte buffer.
17142 (nnrss-save-server-data): Bind coding-system-for-write to the
17143 value of nnrss-file-coding-system; bind file-name-coding-system;
17144 add coding cookie.
17145 (nnrss-read-group-data): Use insert-file-contents instead of load;
17146 bind file-name-coding-system; use multibyte buffer.
17147 (nnrss-save-group-data): Bind coding-system-for-write to the
17148 value of nnrss-file-coding-system; bind file-name-coding-system.
17149 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17150 make it work with non-ASCII text.
17151 (nnrss-find-el): Make it work with old xml.el as well.
17152
17153 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
17154
17155 * nnrss.el (nnrss-get-encoding): New function.
17156 (nnrss-fetch): Use unibyte buffer initially; bind
17157 coding-system-for-read while performing mm-url-insert; remove ^Ms;
17158 decode contents according to the encoding attribute.
17159 (nnrss-save-group-data): Add coding cookie.
17160 (nnrss-mime-encode-string): New function.
17161 (nnrss-check-group): Use it to encode subject and author.
17162
17163 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
17164
17165 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17166 imaginary variable.
17167
17168 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17169
17170 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17171 correctly even if there are wide characters.
17172
17173 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
17174
17175 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17176 downcased symbol names; make a new cache instead of reusing
17177 bbdb-hashtable.
17178
17179 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
17180
17181 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17182 concatenating segments rather than before concatenating them.
17183 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17184
17185 * message.el (message-get-reply-headers): Bind `extra'.
17186
17187 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17188
17189 * message.el (message-extra-wide-headers): New variable.
17190 (message-get-reply-headers): Use it.
17191
17192 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
17193
17194 * gnus-agent.el (gnus-agent-group-path): Decode group name.
17195 (gnus-agent-group-pathname): Ditto.
17196
17197 * gnus-cache.el (gnus-cache-file-name): Decode group name.
17198
17199 * gnus-group.el (gnus-group-make-group): Decode group name.
17200 (gnus-group-make-rss-group): Register the group data after opening
17201 the nnrss group.
17202
17203 2004-12-17 Paul Jarc <prj@po.cwru.edu>
17204
17205 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17206 by expiry now get marked as read.
17207
17208 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
17209
17210 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17211
17212 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
17213
17214 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17215 unify Latin characters in XEmacs.
17216 (mm-find-mime-charset-region): Use it.
17217
17218 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
17219
17220 * gnus-util.el (gnus-delete-directory): New function.
17221
17222 * gnus-agent.el (gnus-agent-delete-group): Use it.
17223
17224 * gnus-cache.el (gnus-cache-delete-group): Use it.
17225
17226 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
17227
17228 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17229 names.
17230
17231 2004-12-16 Simon Josefsson <jas@extundo.com>
17232
17233 * hashcash.el (hashcash-payment-alist): Fix custom :type.
17234
17235 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
17236
17237 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17238
17239 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17240 (gnus-group-set-current-level): Decode group name.
17241
17242 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
17243
17244 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17245 failed.
17246
17247 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
17248
17249 * gnus-group.el (gnus-group-delete-group): Decode group name.
17250 (gnus-group-make-rss-group): Encode group name.
17251 (gnus-group-catchup-current): Decode group name.
17252 (gnus-group-kill-group): Decode group name.
17253
17254 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
17255
17256 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17257
17258 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
17259
17260 * gnus-group.el (gnus-group-make-rss-group):
17261 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17262
17263 * gnus-start.el (gnus-setup-news): Honor user's setting to
17264 gnus-message-archive-method. Suggested by Lute Kamstra
17265 <lute@gnu.org>.
17266
17267 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
17268
17269 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17270 global counterparts of the buffer-local variables.
17271
17272 2004-11-16 Romain Francoise <romain@orebokech.com>
17273
17274 * gnus-sum.el (gnus-summary-exit): Don't clear the global
17275 counterparts of the buffer-local variables.
17276
17277 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
17278
17279 * message.el (message-forbidden-properties): Fix typo in doc
17280 string.
17281
17282 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
17283
17284 * gnus-util.el (gnus-replace-in-string): Add doc string.
17285
17286 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17287 to avoid problems when splitting mails with many recipients.
17288
17289 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17290
17291 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17292 pop-to-buffer, covered by the subsequent gnus-configure-windows.
17293
17294 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
17295
17296 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17297 if there is no hashtable in memory or file modification time is
17298 newer than cached timestamp.
17299
17300 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
17301
17302 * gnus-sum.el (gnus-summary-limit-to-recipient):
17303 Implement not-matching option.
17304
17305 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
17306
17307 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17308 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17309 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17310 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17311 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
17312 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17313
17314 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
17315
17316 * message.el (message-forward-make-body-mml): Remove headers
17317 according to message-forward-ignored-headers if a message is decoded.
17318
17319 2004-12-02 Romain Francoise <romain@orebokech.com>
17320
17321 * message.el (message-forward-make-body-plain): Always remove
17322 headers according to message-forward-ignored-headers.
17323
17324 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
17325
17326 * spam.el (spam-summary-prepare-exit): Remove the
17327 gnus-summary-limit pop for now, it has problems with ham marks for
17328 me.
17329
17330 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
17331
17332 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17333 correctly.
17334
17335 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
17336
17337 * format-spec.el (format-spec): Message the char.
17338
17339 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
17340
17341 * gnus-art.el (gnus-split-methods): Reformat comments.
17342
17343 * spam.el (spam-summary-prepare-exit): Remove article limits
17344 before exiting the summary buffer.
17345
17346 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
17347
17348 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17349 order to silence the byte compiler.
17350
17351 * spam.el: Fix the way to silence the byte compiler, which
17352 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17353 bbdb-search-simple, spam-BBDB-register-routine,
17354 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17355 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17356 spam-stat-buffer-is-spam, spam-stat-load,
17357 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17358 spam-stat-save and spam-stat-split-fancy.
17359
17360 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
17361
17362 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17363 which may confuse users.
17364 (canlock-password-for-verify): Ditto.
17365
17366 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17367
17368 * gnus-art.el (gnus-emphasis-alist): Ditto.
17369
17370 * gnus-registry.el (gnus-registry-max-entries): Ditto.
17371
17372 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17373
17374 * gnus-start.el (gnus-save-killed-list): Ditto.
17375
17376 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17377 (gnus-sum-thread-tree-root): Ditto.
17378 (gnus-sum-thread-tree-false-root): Ditto.
17379 (gnus-sum-thread-tree-single-indent): Ditto.
17380
17381 * message.el (message-courtesy-message): Ditto.
17382 (message-archive-note): Ditto.
17383 (message-subscribed-address-file): Ditto.
17384 (message-user-fqdn): Ditto.
17385
17386 * spam-report.el (spam-report-gmane-regex): Ditto.
17387
17388 * spam.el (spam-blackhole-good-server-regex): Ditto.
17389
17390 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17391
17392 * mml.el (mml-preview): Widen the message buffer before copying
17393 the contents to the preview buffer; sort headers before previewing.
17394
17395 * message.el (message-hidden-headers): Fix the way to avoid a bug
17396 in the `repeat' widget in Emacs 21.3 or earlier.
17397
17398 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17399
17400 * message.el (message-hidden-headers): Default to "^References:".
17401 Improve customization type. Suggested by Reiner Steib
17402 <Reiner.Steib@gmx.de>.
17403
17404 2004-11-25 Romain Francoise <romain@orebokech.com>
17405
17406 * message.el (message-strip-forbidden-properties): Remove check for
17407 obsolete `message-hidden' text property, hidden headers are not
17408 accessible in the buffer anymore.
17409
17410 2004-11-22 Romain Francoise <romain@orebokech.com>
17411
17412 * message.el (message-header-format-alist): Add `From' in list
17413 so that it can be sorted.
17414 (message-fix-before-sending): Widen and sort headers before
17415 sending.
17416 (message-hide-headers): Use narrowing to hide headers by moving
17417 them to the top of the buffer and narrowing to the region
17418 underneath.
17419
17420 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17421
17422 * message.el (message-strip-forbidden-properties):
17423 Bind buffer-read-only (etc) to nil.
17424
17425 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
17426
17427 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17428 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17429
17430 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
17431
17432 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17433
17434 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17435
17436 * dns.el (query-dns): Use sit-for to time instead of
17437 accept-process-output, since that doesn't seem to work on udp
17438 sockets.
17439
17440 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
17441
17442 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17443
17444 2004-11-15 Jesper Harder <harder@ifa.au.dk>
17445
17446 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17447 doc string. Improve doc string.
17448
17449 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
17450
17451 * nntp.el (nntp-request-update-info): Return nil if
17452 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17453 may not call gnus-activate-group which uselessly issues the GROUP
17454 commands for all nntp groups and wastes time. Reported by Romain
17455 Francoise <romain@orebokech.com>.
17456
17457 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17458
17459 2004-11-15 Simon Josefsson <jas@extundo.com>
17460
17461 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17462 headers separately.
17463 (gnus-button-openpgp): New function, inspired by Jochen Küpper
17464 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17465
17466 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
17467
17468 * gnus-start.el (gnus-convert-old-newsrc):
17469 Assign legacy-gnus-agent to 5.10.7.
17470
17471 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17472
17473 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17474 start of the lines.
17475
17476 2004-11-14 Magnus Henoch <mange@freemail.hu>
17477
17478 * hashcash.el (hashcash-default-payment): Change default to 20.
17479 (hashcash-default-accept-payment): Change default to 20.
17480 (hashcash-process-alist): New variable.
17481 (hashcash-generate-payment-async): Add.
17482 (hashcash-already-paid-p): Add.
17483 (hashcash-insert-payment): Don't generate payments twice.
17484 (hashcash-insert-payment-async): Add.
17485 (hashcash-insert-payment-async-2): Add.
17486 (hashcash-cancel-async): Add.
17487 (hashcash-wait-async): Add.
17488 (hashcash-processes-running-p): Add.
17489 (hashcash-wait-or-cancel): Add.
17490 (mail-add-payment): New optional argument. Conditionally start
17491 asynchronous calculation.
17492 (mail-add-payment-async): Add.
17493
17494 * message.el (message-send-mail): Wait for asynchronous hashcash
17495 results. Don't clobber existing X-Hashcash headers.
17496 (message-setup-1): Call mail-add-payment-async when
17497 message-generate-hashcash is non-nil.
17498
17499 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17500
17501 * message.el (message-use-alternative-email-as-from): Examine the
17502 From header as well; use message-make-from in order to include a
17503 user's full name.
17504
17505 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
17506
17507 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17508 default; improve customization type.
17509 (gnus-emphasis-custom-with-format): New macro.
17510 (gnus-emphasis-custom-value-to-external): New function.
17511 (gnus-emphasis-custom-value-to-internal): New function.
17512
17513 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
17514
17515 * dns.el (query-dns): Resolve reverse addresses.
17516
17517 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17518
17519 * gnus-group.el (gnus-group-get-new-news): Use it.
17520
17521 * gnus-start.el (gnus-check-reasonable-setup): New function.
17522
17523 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
17524
17525 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17526 "Args out of range" error. Reported by Arnaud Giersch
17527 <arnaud.giersch@free.fr>.
17528
17529 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
17530
17531 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17532
17533 2004-11-04 Richard M. Stallman <rms@gnu.org>
17534
17535 * spam.el (spam group): Add :version.
17536
17537 * pgg-def.el (pgg group): Add :version.
17538
17539 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
17540
17541 * gnus-art.el (gnus-article-edit-article): Don't associate the
17542 article buffer with a draft file. This is a temporary measure
17543 against the 2004-08-22 change to gnus-article-edit-mode.
17544
17545 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
17546
17547 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17548 (html2text-format-tags): Remove unused variable `attr'.
17549
17550 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
17551
17552 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17553
17554 * spam-stat.el (spam-stat): Add :version.
17555
17556 * sieve.el (sieve): Add :version.
17557
17558 * sha1.el (sha1): Add :version.
17559 (sha1-use-external): Remove redundant version.
17560
17561 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17562 (nnmail-cache-ignore-groups, nnmail-spool-hook)
17563 (nnmail-split-fancy-match-partial-words)
17564 (nnmail-split-lowercase-expanded): Add :version.
17565
17566 * nndiary.el (nndiary): Add :version.
17567
17568 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17569
17570 * mml-sec.el (mml-default-sign-method)
17571 (mml-default-encrypt-method, mml-signencrypt-style-alist):
17572 Add :version.
17573
17574 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17575
17576 * mm-url.el (mm-url-use-external, mm-url-program)
17577 (mm-url-arguments): Add :version.
17578
17579 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17580 (mm-attachment-file-modes, mm-decrypt-option)
17581 (mm-w3m-safe-url-regexp): Add :version.
17582
17583 * message.el (message-cite-prefix-regexp)
17584 (message-sendmail-envelope-from, message-minibuffer-local-map)
17585 (message-user-fqdn, message-completion-alist): Add :version.
17586
17587 * gnus-win.el (gnus-configure-windows-hook)
17588 (gnus-use-frames-on-any-display): Add :version.
17589
17590 * gnus-art.el (gnus-article-address-banner-alist)
17591 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17592 (gnus-treat-from-picon, gnus-treat-mail-picon)
17593 (gnus-treat-x-pgp-sig): Add :version.
17594
17595 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17596 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17597 (gnus-summary-article-delete-hook)
17598 (gnus-summary-display-while-building): Add :version.
17599
17600 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17601 (gnus-get-top-new-news-hook): Add :version.
17602
17603 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17604 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17605
17606 * gnus-registry.el (gnus-registry): Add :version.
17607
17608 * gnus-spec.el (gnus-use-correct-string-widths)
17609 (gnus-make-format-preserve-properties): Add :version.
17610
17611 * gnus.el (gnus-group-charter-alist)
17612 (gnus-group-fetch-control-use-browse-url)
17613 (gnus-install-group-spam-parameters): Add :version.
17614
17615 * gnus-diary.el (gnus-diary): Add :version.
17616
17617 * gnus-delay.el (gnus-delay): Add :version.
17618
17619 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17620 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17621 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17622 Add :version.
17623
17624 * gnus-agent.el (gnus-agent-max-fetch-size)
17625 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17626 (gnus-agent-prompt-send-queue): Add :version.
17627
17628 * deuglify.el (gnus-outlook-deuglify): Add :version.
17629
17630 * html2text.el: Beautify code. Improve doc strings.
17631 Some checkdoc cleanup.
17632 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17633
17634 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17635
17636 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17637
17638 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
17639
17640 * gnus-registry.el (gnus-registry-hashtb): Create the registry
17641 when package is loaded.
17642
17643 * spam.el (spam-summary-score-preferred-header): Add global preference
17644 for people who want to override the default SpamAssassin over
17645 Bogofilter preference (when both are set).
17646 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17647 (spam-user-format-function-S):
17648 Check spam-summary-score-preferred-header.
17649 (spam-extra-header-to-number): Add X-Bogosity header parsing.
17650 (spam-user-format-function-S): Format the score correctly.
17651
17652 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
17653
17654 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17655 signature file. Suggested by Manoj Srivastava
17656 <srivasta@golden-gryphon.com>.
17657
17658 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17659 iso-2022-jp even in the Japanese language environment.
17660 Suggested by Jason Rumney <jasonr@gnu.org>.
17661
17662 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
17663
17664 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17665 use the same characters as the dummy marks; make it free from
17666 getting affected by the language environment.
17667 (gnus-summary-read-group-1): Update mark positions only when the
17668 format spec is updated.
17669
17670 * gnus-spec.el (gnus-update-format-specifications): Return a list
17671 of updated types.
17672
17673 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
17674
17675 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17676 of boundp to check if display-warning is available.
17677
17678 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
17679
17680 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17681
17682 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17683
17684 * nnspool.el (nnspool-spool-directory): Use news-path if the
17685 news-directory variable is not bound.
17686
17687 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17688 function instead of display-warning if it is not available.
17689
17690 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17691
17692 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17693 v5-10: Use `point-at-bol'.
17694
17695 2004-10-26 Simon Josefsson <jas@extundo.com>
17696
17697 * hashcash.el: Fix URL in comment, reported by Cheng Gao
17698 <chenggao@gmail.com>.
17699
17700 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17701
17702 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
17703 instead.
17704
17705 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
17706
17707 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17708 to remove a server from the nnimap-server-buffer-alist.
17709 (nnimap-open-connection, nnimap-close-server): Use it.
17710
17711 * gnus-encrypt.el: Remove file in favor of encrypt.el.
17712
17713 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
17714
17715 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17716 running the major-mode function.
17717
17718 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17719
17720 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17721 dummy marks in the right way.
17722
17723 2004-10-18 David Edmondson <dme@dme.org>
17724
17725 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17726 excessively.
17727
17728 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
17729
17730 * gnus-util.el (gnus-split-references): Accept a nil references
17731 string and go on blissfully.
17732
17733 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17734 cases where the references string is non-nil but has no references.
17735
17736 * encrypt.el: Add autoload tags.
17737
17738 * spam.el (spam-resolve-registrations-routine): Remove article
17739 from unregistration list too. Reported by David Hanak
17740 <dhanak@isis.vanderbilt.edu>
17741
17742 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
17743
17744 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17745 nil. Change custom type.
17746
17747 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
17748
17749 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17750
17751 * gnus-sum.el (gnus-summary-move-article): Use it.
17752
17753 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
17754
17755 * encrypt.el: Add autoload cookies.
17756
17757 * spam.el (spam-backend-article-list-property)
17758 (spam-backend-get-article-todo-list)
17759 (spam-backend-put-article-todo-list)
17760 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17761 Resolve registrations separately.
17762 (spam-register-routine): Format comments.
17763 (spam-unregister-routine, spam-register-routine): Always call with
17764 specific-articles, no default list.
17765 (spam-summary-prepare-exit): Use the spam-classifications function.
17766
17767 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17768 gnus-encrypt.el.
17769
17770 * encrypt.el: Copied from gnus-encrypt.el.
17771
17772 * gnus-encrypt.el: Commented that it's obsolete.
17773
17774 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17775
17776 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17777 (gnus-score-save): Use it.
17778
17779 * message.el (message-bury): Use `window-dedicated-p'.
17780
17781 2004-10-15 Simon Josefsson <jas@extundo.com>
17782
17783 * pop3.el (top-level): Don't require nnheader.
17784 (pop3-read-timeout): Add.
17785 (pop3-accept-process-output): Add.
17786 (pop3-read-response, pop3-retr): Use it.
17787
17788 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
17789
17790 * spam.el (spam-register-routine): Move comment.
17791 (spam-verify-bogofilter): Use 'unknown for the initial
17792 spam-bogofilter-valid state, not 'never.
17793
17794 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17795 for netrc-machine.
17796
17797 * nnimap.el (nnimap-open-connection):
17798 Use netrc-machine-user-or-password.
17799
17800 2004-10-17 Richard M. Stallman <rms@gnu.org>
17801
17802 * gnus-registry.el (gnus-registry-unload-hook):
17803 Set as a variable with add-hook.
17804
17805 * nnspool.el (nnspool-spool-directory): Use news-directory instead
17806 of news-path.
17807
17808 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17809
17810 * spam.el: Delete duplicate `provide'.
17811 (spam-unload-hook): Set as a variable with add-hook.
17812
17813 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17814
17815 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17816 in the doc string.
17817
17818 * message.el (message-ignored-news-headers)
17819 (message-ignored-supersedes-headers)
17820 (message-ignored-resent-headers)
17821 (message-forward-ignored-headers): Improve custom type.
17822
17823 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
17824
17825 * message.el (message-tokenize-header): Fix 2004-09-06 change
17826 which used point-min in the wrong place.
17827
17828 2004-10-12 Simon Josefsson <jas@extundo.com>
17829
17830 * tls.el (tls-certtool-program): New variable.
17831 (tls-certificate-information): New function, based on
17832 ssl-certificate-information.
17833
17834 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
17835
17836 * compface.el: Move the version of ELisp-based uncompface program
17837 to the contrib directory because of the copyright problem.
17838
17839 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17840
17841 * message.el (message-kill-buffer): Raise the current frame.
17842
17843 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
17844
17845 * gnus-sum.el: Mention that multibyte characters don't work as marks.
17846
17847 * gnus.el (message-y-or-n-p): Autoload.
17848
17849 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17850 (pop3-password-required, pop3-authentication-scheme)
17851 (pop3-leave-mail-on-server): Make customizable.
17852 (pop3): New custom group.
17853 (pop3-retr): Remove `sleep-for' statements.
17854 Suggested by Dave Love <fx@gnu.org>.
17855
17856 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17857 Windows/DOS.
17858
17859 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17860 (imap-parse-body): Fix incorrect use of `assert'.
17861 Suggested by Dave Love <fx@gnu.org>.
17862
17863 * mml.el (mml-minibuffer-read-disposition): Require match.
17864 Suggested by Dave Love <fx@gnu.org>.
17865
17866 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17867
17868 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
17869 doc string.
17870
17871 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
17872
17873 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17874
17875 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17876
17877 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17878 instead of calling `mm-insert-inline', to decode text/* parts
17879 before displaying them.
17880
17881 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
17882
17883 * mm-uu.el (mm-uu-text-plain-type): New variable.
17884 (mm-uu-pgp-signed-extract-1): Use it.
17885 (mm-uu-pgp-encrypted-extract-1): Use it.
17886 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17887 bind mm-uu-text-plain-type with that value.
17888 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17889 mm-uu-dissect.
17890
17891 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17892
17893 * gnus-group.el (gnus-update-group-mark-positions):
17894 * gnus-sum.el (gnus-update-summary-mark-positions):
17895 * message.el (message-check-news-body-syntax):
17896 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17897 of string-as-multibyte.
17898
17899 2004-10-05 Juri Linkov <juri@jurta.org>
17900
17901 * gnus-group.el (gnus-update-group-mark-positions):
17902 * gnus-sum.el (gnus-update-summary-mark-positions):
17903 * message.el (message-check-news-body-syntax):
17904 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17905 8-bit unibyte values to a multibyte string for search functions.
17906
17907 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17908
17909 * mm-uu.el (mm-uu-dissect): Allow optional arg.
17910 (mm-uu-dissect-text-parts): New function.
17911
17912 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17913 dissect text parts.
17914
17915 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17916 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17917
17918 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17919
17920 * gnus-topic.el (gnus-topic-hierarchical-parameters):
17921 Use gnus-current-topics instead of gnus-current-topic.
17922
17923 2004-10-06 Jesper Harder <harder@ifa.au.dk>
17924
17925 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17926
17927 2004-10-05 Jesper Harder <harder@ifa.au.dk>
17928
17929 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17930 where approriate.
17931
17932 * nnml.el (nnml-generate-active-info): do.
17933
17934 * nndiary.el (nndiary-generate-active-info): do.
17935
17936 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17937 (gnus-topic-move): do.
17938
17939 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17940 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17941
17942 * gnus-srvr.el (gnus-server-prepare)
17943 (gnus-server-open-all-servers): do.
17944
17945 * gnus-msg.el (gnus-summary-cancel-article)
17946 (gnus-summary-resend-message)
17947 (gnus-summary-mail-crosspost-complaint): do.
17948
17949 * gnus-move.el (gnus-change-server): do.
17950
17951 * gnus-group.el (gnus-group-unmark-all-groups)
17952 (gnus-group-set-current-level): do.
17953
17954 2004-10-04 Simon Josefsson <jas@extundo.com>
17955
17956 * message.el (message-generate-hashcash): Doc fix.
17957
17958 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
17959
17960 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17961 avoid infinite recursion via gnus-get-function.
17962
17963 2004-10-02 Jesper Harder <harder@ifa.au.dk>
17964
17965 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17966
17967 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17968
17969 * nnmail.el (nnmail-split-history): do.
17970
17971 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17972 (nnml-request-delete-group): do.
17973
17974 * nnslashdot.el (nnslashdot-read-groups): do.
17975
17976 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17977 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17978
17979 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17980 (nnspool-sift-nov-with-sed): Use last.
17981 (nnspool-retrieve-headers-with-nov): Use mapc.
17982 (nnspool-request-newgroups): Use dolist.
17983 (nnspool-request-group): Use last.
17984
17985 * nntp.el (nntp-read-server-type): Use dolist.
17986
17987 * nnvirtual.el (nnvirtual-create-mapping)
17988 (nnvirtual-update-read-and-marked): Use dolist.
17989 (nnvirtual-convert-headers): Simplify.
17990
17991 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17992
17993 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17994 Add support for sync'ing tick marks.
17995
17996 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
17997
17998 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17999 there's no visible header.
18000
18001 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
18002
18003 * gnus-agent.el (gnus-agent-synchronize-group-flags):
18004 When necessary, pass full group name to gnus-request-set-marks.
18005
18006 2004-10-01 Simon Josefsson <jas@extundo.com>
18007
18008 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
18009 acroread.
18010
18011 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18012
18013 * spam-report.el (spam-report-gmane): Fix interactive.
18014
18015 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18016
18017 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18018 when writing file.
18019 (gnus-agent-synchronize-flags): Don't default to being
18020 interactive.
18021
18022 2004-09-30 Simon Josefsson <jas@extundo.com>
18023
18024 * message.el (message-generate-hashcash): Add.
18025 (message-send-mail): Use it, call mail-add-payment.
18026
18027 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
18028
18029 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18030
18031 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
18032
18033 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18034 gnus-requst-update-info with explicit code to sync the in-memory
18035 info read flags with the marks being sync'd to the backend.
18036
18037 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18038
18039 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18040
18041 * spam.el (spam-verify-bogofilter): Add new function.
18042 (spam-check-bogofilter)
18043 (spam-bogofilter-register-with-bogofilter): Use it.
18044 (spam-verify-bogofilter): Add small fixes.
18045
18046 2004-09-28 Simon Josefsson <jas@extundo.com>
18047
18048 * hashcash.el (hashcash-generate-payment): Revert.
18049
18050 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18051
18052 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18053 Use gnus-extract-references instead of gnus-split-references.
18054
18055 * gnus-util.el (gnus-extract-references): Add new function, analogous
18056 to gnus-split-references but extracts only the message-ID without
18057 anything extra.
18058
18059 * hashcash.el (hashcash-generate-payment)
18060 (hashcash-check-payment): Do the right thing if hashcash-path is
18061 nil (because the hashcash program could not be found).
18062
18063 * spam.el (spam-use-hashcash): Remove comment.
18064
18065 2004-09-27 Jesper Harder <harder@ifa.au.dk>
18066
18067 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18068 (gnus-cache-enter-article, gnus-cache-remove-article)
18069 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18070
18071 * gnus-async.el (gnus-async-prefetch-remove-group): do.
18072
18073 * gnus-art.el (article-hide-boring-headers)
18074 (article-translate-strings, article-display-face)
18075 (gnus-article-mime-match-handle-first)
18076 (gnus-article-highlight-headers)
18077 (gnus-article-add-buttons-to-head): do.
18078
18079 2004-09-27 Simon Josefsson <jas@extundo.com>
18080
18081 * hashcash.el: New version, from
18082 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
18083 ../contrib/.
18084
18085 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
18086
18087 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18088
18089 2004-09-26 Jesper Harder <harder@ifa.au.dk>
18090
18091 * gnus-dup.el (gnus-dup-open): Use mapc.
18092 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18093
18094 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18095 Reported by Stefan Wiens <s.wi@gmx.net>.
18096
18097 * gnus.el (gnus-shutdown): Use dolist.
18098
18099 * gnus-undo.el (gnus-undo): Use mapc.
18100
18101 * nnrss.el (nnrss-generate-active): do.
18102
18103 * message.el (message-cite-original-without-signature)
18104 (message-cite-original): Use mapc.
18105 (message-do-actions, message-make-forward-subject): Use dolist.
18106
18107 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
18108
18109 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18110 deletion to remove entire duplicate line. Fixes merged article
18111 number bug.
18112
18113 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
18114
18115 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18116 servers that are offline. Avoids having gnus-agent-toggle-plugged
18117 first ask if you want to open a server and then, even when you
18118 responded with no, asking if you want to synchronize the server's
18119 flags.
18120 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18121 multi-line expressions.
18122 (gnus-agent-synchronize-group-flags): New internal function.
18123 Updates marks in memory (in the info structure) AND in the
18124 backend.
18125
18126 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18127
18128 * nnagent.el (nnagent-request-set-mark):
18129 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18130 method, to ensure that synchronization updates marks in the
18131 backend and in the info (in memory) structure.
18132
18133 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
18134
18135 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18136 convention fully; don't miss the root article of a thread; make
18137 the X-Draft-From header with correct article numbers.
18138
18139 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
18140
18141 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18142 unless plugged. Disable the agent so that an open failure causes
18143 an error.
18144
18145 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18146 Revert 2004-09-21 change. The backend must be opened while
18147 synchronizing flags even when the backend stores the flags
18148 locally.
18149
18150 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
18151
18152 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18153 in `header' match. Reported by Svend Tollak Munkejord.
18154
18155 * message.el (message-cite-original): Fix use of
18156 `message-cite-articles-with-x-no-archive'.
18157
18158 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
18159
18160 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18161 (gnus-window-to-buffer): Ditto.
18162
18163 * mml.el (mml-preview-buffer): New variable.
18164 (mml-preview): Manage window layout with gnus-buffer-configuration.
18165
18166 * gnus-msg.el (gnus-setup-message): Put article numbers into the
18167 X-Draft-From header even if those articles aren't quoted.
18168
18169 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
18170
18171 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18172 (gnus-request-set-mark, gnus-request-update-mark): Use new
18173 g-s-t-u-l-m to decide to use backend even when unplugged.
18174
18175 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
18176
18177 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18178 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
18179
18180 2004-09-20 Simon Josefsson <jas@extundo.com>
18181
18182 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18183 "utf-16-le".
18184
18185 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18186
18187 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18188
18189 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18190
18191 * uudecode.el (uudecode-use-external): Add :version.
18192
18193 * smime.el (smime-CA-file, smime-encrypt-cipher)
18194 (smime-dns-server): Add :version.
18195
18196 * smiley.el (gnus-smiley-file-types): Add :version.
18197
18198 * sha1.el (sha1-use-external): Add :version.
18199
18200 * pgg-def.el (pgg-query-keyserver): Add :version.
18201
18202 * nnmail.el (nnmail-fancy-expiry-targets)
18203 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18204 Add :version.
18205
18206 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18207 (nnimap-retrieve-groups-asynchronous): Add :version.
18208 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
18209
18210 * mml.el (mml-content-disposition-parameters)
18211 (mml-insert-mime-headers-always): Add :version.
18212
18213 * mm-util.el (mm-coding-system-priorities): Add :version.
18214
18215 * mm-decode.el (mm-inline-text-html-with-images)
18216 (mm-keep-viewer-alive-types, mm-external-terminal-program)
18217 (mm-verify-option): Add :version.
18218 (mm-text-html-renderer): Change :version.
18219
18220 * message.el (message-fcc-externalize-attachments)
18221 (message-required-headers, message-draft-headers)
18222 (message-subject-trailing-was-query)
18223 (message-subject-trailing-was-ask-regexp)
18224 (message-subject-trailing-was-regexp, message-mark-insert-begin)
18225 (message-mark-insert-end, message-archive-header)
18226 (message-archive-note, message-cross-post-default)
18227 (message-cross-post-note, message-followup-to-note)
18228 (message-cross-post-note-function, message-use-mail-followup-to)
18229 (message-subscribed-address-functions)
18230 (message-subscribed-address-file, message-subscribed-addresses)
18231 (message-subscribed-regexps, message-allow-no-recipients)
18232 (message-yank-cited-prefix, message-signature-insert-empty-line)
18233 (message-hidden-headers, message-hierarchical-addresses)
18234 (message-mail-user-agent, message-use-idna)
18235 (message-valid-fqdn-regexp)
18236 (message-strip-special-text-properties, message-header-synonyms)
18237 (message-beginning-of-line, message-tab-body-function): Add :version.
18238 (message-insert-canlock, message-wide-reply-confirm-recipients):
18239 Change :version.
18240
18241 * mail-source.el (mail-source-ignore-errors): Add :group, :type
18242 and :version.
18243 (mail-source-delete-old-incoming-confirm)
18244 (mail-source-movemail-program): Add :version.
18245
18246 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18247 (gnus-agent-cache, gnus-agent): Change :version.
18248
18249 * gnus-util.el (gnus-use-byte-compile): Change :version.
18250
18251 * gnus-sum.el (gnus-summary-make-false-root-always)
18252 (gnus-summary-default-high-score)
18253 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18254 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18255 (gnus-read-all-available-headers, gnus-article-emulate-mime)
18256 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18257 (gnus-sum-thread-tree-single-indent)
18258 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18259 (gnus-sum-thread-tree-leaf-with-other)
18260 (gnus-sum-thread-tree-single-leaf): Add :version.
18261 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18262 (gnus-article-loose-mime): Change :version.
18263
18264 * gnus-start.el (gnus-backup-startup-file)
18265 (gnus-save-startup-file-via-temp-buffer): Add :version.
18266
18267 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18268 (gnus-server-offline-face): Add :version.
18269
18270 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18271
18272 * gnus-msg.el (gnus-gcc-externalize-attachments)
18273 (gnus-debug-files, gnus-debug-exclude-variables)
18274 (gnus-discouraged-post-methods): Change :version.
18275 (gnus-confirm-mail-reply-to-news)
18276 (gnus-confirm-treat-mail-like-news): Add :version.
18277
18278 * gnus-int.el (gnus-server-unopen-status): Add :version.
18279
18280 * gnus-group.el (gnus-group-jump-to-group-prompt)
18281 (gnus-large-ephemeral-newsgroup)
18282 (gnus-fetch-old-ephemeral-headers): Add :version.
18283
18284 * gnus-fun.el (gnus-x-face-directory)
18285 (gnus-convert-pbm-to-x-face-command)
18286 (gnus-convert-image-to-x-face-command)
18287 (gnus-convert-image-to-face-command): Add :version.
18288
18289 * gnus-delay.el (gnus-delay-default-hour): Add :version.
18290
18291 * gnus-cite.el (gnus-cite-blank-line-after-header)
18292 (gnus-article-boring-faces): Add :version.
18293
18294 * gnus-art.el (gnus-buttonized-mime-types)
18295 (gnus-inhibit-mime-unbuttonizing)
18296 (gnus-treat-display-face)
18297 (gnus-treat-body-boundary): Change :version.
18298 (gnus-body-boundary-delimiter, gnus-picon-databases)
18299 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18300 (gnus-treat-date-english, gnus-treat-fold-headers)
18301 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18302 (gnus-treat-mail-picon, gnus-treat-wash-html)
18303 (gnus-article-encrypt-protocol)
18304 (gnus-use-idna, gnus-article-over-scroll)
18305 (gnus-mime-display-multipart-alternative-as-mixed)
18306 (gnus-mime-display-multipart-related-as-mixed)
18307 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18308 (gnus-ctan-url, gnus-button-ctan-handler)
18309 (gnus-button-handle-ctan-bogus-regexp)
18310 (gnus-button-ctan-directory-regexp)
18311 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18312 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18313 (gnus-button-man-level, gnus-button-emacs-level)
18314 (gnus-button-message-level, gnus-button-browse-level): Add :version.
18315
18316 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18317 (gnus-agent-go-online): Change :version.
18318 (gnus-agent-expire-unagentized-dirs)
18319 (gnus-agent-auto-agentize-methods): Add :version.
18320
18321 * flow-fill.el (fill-flowed-display-column)
18322 (fill-flowed-encode-column): Add :version.
18323
18324 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18325 (gnus-outlook-deuglify-unwrap-max)
18326 (gnus-outlook-deuglify-cite-marks)
18327 (gnus-outlook-deuglify-unwrap-stop-chars)
18328 (gnus-outlook-deuglify-no-wrap-chars)
18329 (gnus-outlook-deuglify-attrib-cut-regexp)
18330 (gnus-outlook-deuglify-attrib-verb-regexp)
18331 (gnus-outlook-deuglify-attrib-end-regexp)
18332 (gnus-outlook-display-hook): Add :version.
18333
18334 * binhex.el (binhex-use-external): Add :version.
18335
18336 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
18337
18338 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18339 and `invisible'.
18340
18341 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
18342
18343 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18344 in gnus-registry-trim.
18345
18346 2004-09-13 Simon Josefsson <jas@extundo.com>
18347
18348 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18349
18350 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18351
18352 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18353 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18354 <yamaoka@jpl.org>.
18355 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18356 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18357 <yamaoka@jpl.org>.
18358
18359 * sieve.el (sieve-manage-mode): Ditto.
18360
18361 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
18362
18363 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18364
18365 2004-09-11 Simon Josefsson <jas@extundo.com>
18366
18367 * dns-mode.el: Add.
18368
18369 * mm-view.el (mm-display-dns-inline): Add.
18370
18371 * mm-decode.el (mm-inline-media-tests): Add text/dns.
18372 (mm-automatic-display): Ditto.
18373
18374 * mailcap.el (mailcap-mime-data): Add text/dns.
18375 (mailcap-mime-extensions): Map .soa to text/dns.
18376
18377 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
18378
18379 * gnus-art.el (article-decode-mime-words, article-babel)
18380 (gnus-article-highlight-signature, gnus-article-add-buttons)
18381 (gnus-signature-toggle): Remove unnecessary bindings of
18382 `inhibit-read-only' inherited from v5.10 merge.
18383
18384 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
18385
18386 * nntp.el (nntp): New customization group.
18387 (nntp-authinfo-file): Add customization group.
18388
18389 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18390
18391 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18392
18393 * gnus.el (to-address, to-list, subscribed)
18394 (large-newsgroup-initial): Ditto.
18395
18396 * flow-fill.el (fill-flowed-display-column)
18397 (fill-flowed-encode-column): Ditto.
18398
18399 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18400
18401 * message.el (message-tokenize-header, message-send-mail-with-qmail):
18402 Use point-min rather than 1.
18403 (message-send-mail): Use buffer-size rather than point-max.
18404
18405 * gnus-sum.el (gnus-summary-search-article-forward):
18406 Signal a specific `search-failed' rather than a generic `error'.
18407
18408 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18409 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18410 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18411
18412 2004-09-10 Simon Josefsson <jas@extundo.com>
18413
18414 * nndb.el (require): Remove tcp and duplicate cl.
18415
18416 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
18417
18418 * gnus-agent.el (directory-files-and-attributes): Move forward.
18419
18420 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
18421
18422 * gnus-agent.el (directory-files-and-attributes):
18423 Optionally defined to support XEmacs.
18424
18425 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
18426
18427 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18428 to avoid run-time CL dependencies.
18429 (gnus-agent-unfetch-articles): New function.
18430 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18431 article numbers even when local .overview file is missing.
18432 (gnus-agent-read-article-number): New function. Only accepts
18433 27-bit article numbers.
18434 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18435 Use gnus-agent-read-article-number.
18436 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18437 from backend while recognizing that article numbers in .overview
18438 must be valid.
18439 (gnus-agent-update-files-total-fetched-for):
18440 Use directory-files-and-attributes to improve performance.
18441 * gnus-int.el (gnus-request-move-article):
18442 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18443 improve performance.
18444
18445 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18446 some users confused by references to .newsrc when they only have a
18447 .newsrc.eld file.
18448 (gnus-convert-mark-converter-prompt)
18449 (gnus-convert-converter-needs-prompt): Fix use of property list.
18450 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18451 New function. Used internally to only display 'gnus converting
18452 files' message when actually necessary.
18453
18454 * gnus-sum.el (): Remove (require 'gnus-agent) as required
18455 methods now autoloaded.
18456
18457 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
18458
18459 * gnus-sum.el (gnus-summary-insert-subject): Remove list
18460 identifiers.
18461
18462 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
18463
18464 * gnus-picon.el: Fix indentation and closing parenthesis.
18465
18466 2004-09-01 Simon Josefsson <jas@extundo.com>
18467
18468 * message.el (message-canlock-generate): Require sha1, not
18469 sha1-el. (Can we get rid of this require altogether? It is ugly
18470 to require within a function. Sadly, if sha1.el isn't loaded, the
18471 let binding in m-c-g will hide the defcustom definition, which is
18472 bad.)
18473
18474 * canlock.el: Require sha1, not sha1-el.
18475
18476 * message.el: Don't autoload sha1 (there is a autoload cookie in
18477 sha1.el).
18478
18479 * sha1-el.el: Rename to sha1.el.
18480
18481 2004-08-30 Juanma Barranquero <lektu@terra.es>
18482
18483 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18484
18485 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18486
18487 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18488
18489 2004-08-30 Kim F. Storm <storm@cua.dk>
18490
18491 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18492
18493 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18494 Add :group 'nnimap.
18495
18496 2004-08-30 Andreas Schwab <schwab@suse.de>
18497
18498 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18499 ?* and ?\;.
18500
18501 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18502 and ?\' to symbol instead of whitespace.
18503
18504 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
18505
18506 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18507
18508 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18509 instead of re-search-forward.
18510
18511 * gnus-uu.el (gnus-uu-save-article): Ditto.
18512 (gnus-uu-post-encode-uuencode): Ditto.
18513
18514 * html2text.el (html2text-clean-list-items): Ditto.
18515 (html2text-clean-dtdd): Ditto.
18516 (html2text-format-tags): Ditto.
18517
18518 * message.el (message-send-mail-with-sendmail): Fix regexp.
18519 (message-fill-field-general): Use search-forward instead of
18520 re-search-forward.
18521 (unbold-region): Ditto.
18522
18523 * nnrss.el (nnrss-request-article): Ditto.
18524
18525 * nnslashdot.el (nnslashdot-request-article): Ditto.
18526
18527 * nnweb.el (nnweb-gmane-wash-article): Ditto.
18528
18529 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18530 "Unrecognized menu descriptor" error in XEmacs.
18531
18532 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
18533
18534 * gnus-sum.el (gnus-read-header): Don't remove a header for the
18535 parent article of a sparse article in the thread hashtb.
18536
18537 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
18538
18539 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18540 (nnmail-expand-newtext): Lowercase expanded entries if
18541 nnmail-split-lowercase-expanded is non-nil.
18542
18543 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
18544
18545 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18546
18547 * gnus-group.el (gnus-group-line-format-alist): Convert the value
18548 of gnus-tmp-news-method into string under XEmacs. It will be
18549 passed to gnus-correct-length which takes only a string argument.
18550
18551 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
18552
18553 * gnus-util.el (gnus-bind-print-variables): New macro.
18554 (gnus-prin1): Use it.
18555 (gnus-prin1-to-string): Use it.
18556 (gnus-pp): New function.
18557 (gnus-pp-to-string): New function.
18558
18559 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18560 Replace pp-to-string with gnus-pp-to-string.
18561 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18562 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18563 * gnus-msg.el (gnus-debug): Ditto.
18564 * gnus-score.el (gnus-score-save): Ditto.
18565 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18566 gnus-pp-to-string.
18567 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18568 with gnus-pp.
18569 * score-mode.el (gnus-score-pretty-print): Ditto.
18570 * webmail.el (webmail-debug): Ditto.
18571
18572 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
18573
18574 * gnus-art.el (article-display-face, article-display-x-face):
18575 Use buffer-read-only.
18576
18577 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
18578
18579 * gnus-art.el (article-hide-list-identifiers):
18580 Bind inhibit-read-only as t.
18581
18582 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
18583
18584 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18585
18586 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18587
18588 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18589 (gnus-narrow-to-page): Don't assume point-min == 1.
18590 (gnus-article-edit-mode): Derive from message-mode.
18591
18592 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18593 point-min == 1.
18594
18595 * imap.el (imap-parse-address-list, imap-parse-body-ext):
18596 Disable incorrect use of `assert'.
18597
18598 * message.el (message-mode): Set comment-start-skip.
18599
18600 2004-08-22 Sam Steingold <sds@gnu.org>
18601
18602 * pop3.el (pop3-leave-mail-on-server): New user variable.
18603 (pop3-movemail): Delete mail only when it is nil.
18604
18605 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
18606
18607 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18608
18609 * mml.el (mml-preview): Use `pop-to-buffer'.
18610
18611 * message.el (message-goto-mail-followup-to): Insert after "To".
18612 (message-carefully-insert-headers): Add comment.
18613
18614 * gnus.el: Remove unused variable `gnus-article-check-size'.
18615
18616 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18617
18618 * gnus-art.el (gnus-button-alist):
18619 Improve `gnus-button-handle-library' entry.
18620
18621 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
18622
18623 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18624 Use downcase, since XEmacs capitalizes error messages differently.
18625
18626 2004-08-18 Jesper Harder <harder@ifa.au.dk>
18627
18628 * nntp.el: Add (require 'gnus) due to reference to
18629 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
18630
18631 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
18632
18633 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18634 Bind `mm-fill-flowed'.
18635
18636 * mm-decode.el (mm-dissect-singlepart): Check it.
18637
18638 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
18639
18640 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18641 'imap' for netrc parsing.
18642
18643 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
18644
18645 * mailcap.el (mailcap-mime-data): Mark as risky.
18646
18647 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
18648
18649 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18650 may be included in the encoded word.
18651 (rfc2047-encode): Don't append a space if the encoded word
18652 includes close parenthesis.
18653
18654 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
18655
18656 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18657 of text within parentheses.
18658
18659 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
18660
18661 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18662 (gnus-encrypt-write-file-contents): Make the password key the file
18663 name PLUS the cipher, not just the cipher. Also remove failed
18664 passwords from the cache.
18665
18666 2004-08-06 Simon Josefsson <jas@extundo.com>
18667
18668 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18669 Doc fix.
18670
18671 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
18672
18673 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18674 LWSP.
18675
18676 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
18677
18678 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18679 Try to append in-reply-to: data to the references: header.
18680
18681 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18682 (netrc-parse): Use gnus-encrypt.el functions.
18683
18684 * gnus-encrypt.el: Add new file for encryption support; currently
18685 does only a few GPG ciphers and an internal XOR cipher.
18686
18687 * password.el: Add comments on using password-read-and-add.
18688 (password-read-and-add): Add function to read and add the
18689 password to the cache at once.
18690
18691 2004-07-28 Simon Josefsson <jas@extundo.com>
18692
18693 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18694 parameter (but don't use it, for now).
18695
18696 * imap.el (imap-ssl-open): Use imap-process-connection-type,
18697 instead of hard coding to nil.
18698
18699 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
18700
18701 * mm-view.el (mm-inline-image-emacs): Open lines under an image
18702 as mm-inline-image-xemacs does.
18703
18704 2004-07-26 Simon Josefsson <jas@extundo.com>
18705
18706 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18707 Revert part of 2004-07-17 change below.
18708
18709 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
18710
18711 * rfc2047.el (rfc2047-encode-region): Don't infloop.
18712 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18713
18714 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
18715
18716 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18717 quotes that actually start with ">" at the beginning of the
18718 lines.
18719
18720 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
18721
18722 * rfc2047.el (rfc2047-encode-region): Fix last change.
18723 (rfc2047-encode-parameter): Remove useless concat.
18724
18725 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
18726
18727 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18728 encode special characters; fix some kind of misconfigured headers;
18729 signal a real error if debug-on-quit or debug-on-error is non-nil.
18730 (rfc2047-encode-max-chars): New variable.
18731 (rfc2047-encode-1): Use it.
18732 (rfc2047-encode-parameter): New function.
18733
18734 * mml.el (mml-insert-parameter): Remove an excessive space.
18735
18736 2004-07-17 Simon Josefsson <jas@extundo.com>
18737
18738 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18739 Kai Grossjohann <kai@emptydomain.de>.
18740 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18741 (gnus-group-make-menu-bar): Ditto.
18742
18743 * gnus-util.el (gnus-group-server): Add.
18744
18745 2004-07-16 Jesper Harder <harder@ifa.au.dk>
18746
18747 * message.el (message-clone-locals): Clone sendmail and smtp
18748 variables.
18749
18750 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18751
18752 * rfc2047.el (rfc2047-encode-region): Fix last change.
18753
18754 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18755
18756 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18757 characters as non-special.
18758
18759 2004-07-09 Simon Josefsson <jas@extundo.com>
18760
18761 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18762 Users will lose all flag changes made while unplugged with
18763 e.g. nntp unless flag synchronization happens, thus `nil' is not a
18764 good default. See numerous reports on ding mailing list.
18765
18766 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
18767
18768 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18769 add generate-head-function and generate-article-function to the
18770 rfc822-forward entry.
18771 (nndoc-rfc822-forward-generate-article): New function.
18772 (nndoc-rfc822-forward-generate-head): New function.
18773
18774 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18775
18776 2004-07-06 Dan Christensen <jdc@uwo.ca>
18777
18778 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18779 respect display group parameter and gnus-summary-expunge-below.
18780 (gnus-articles-to-read): Remove unused reference to display group
18781 parameter.
18782
18783 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18784
18785 * nnheader.el (nnheader-uniquify-message-id): New experimental
18786 variable.
18787 (nnheader-nov-read-message-id): Use it.
18788
18789 * spam-report.el (spam-report-gmane): Add interactive.
18790
18791 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
18792
18793 * mm-encode.el (mm-content-transfer-encoding-defaults):
18794 Use qp-or-base64 for the application/* types.
18795
18796 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
18797
18798 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18799
18800 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
18801
18802 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18803 trim value.
18804
18805 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18806
18807 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18808 New macro and function.
18809 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18810
18811 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18812
18813 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18814 after-load-alist.
18815
18816 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18817
18818 * gnus-group.el (gnus-group-get-new-news-this-group):
18819 Don't update info that isn't there.
18820
18821 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
18822
18823 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18824 entry.
18825
18826 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18827
18828 * mm-view.el (mm-inline-render-with-function): Use multibyte
18829 buffer; decode html source by charset.
18830
18831 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18832
18833 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18834 Mule-UCS is loaded under XEmacs.
18835 (mm-mime-mule-charset-alist): Avoid duplicated entries.
18836
18837 2004-06-28 Jesper Harder <harder@ifa.au.dk>
18838
18839 * nnheader.el (nnheader-max-head-length): Increase to 8192.
18840
18841 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
18842
18843 * mm-util.el (mm-coding-system-p): Return a coding-system.
18844 (mm-mime-mule-charset-alist): Use shift_jis instead of
18845 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18846 entries for the mime charsets iso-2022-jp-3 and shift_jis.
18847 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18848 instead of japanese-shift-jis and iso-latin-1 respectively in
18849 order to share the default value with both Emacs and XEmacs-mule.
18850 (mm-mule-charset-to-mime-charset):
18851 Make mm-coding-system-priorities effective.
18852 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18853 while predicating of candidates upon the priorities.
18854
18855 2004-06-27 Jesper Harder <harder@ifa.au.dk>
18856
18857 * gnus-sum.el (gnus-summary-make-menu-bar):
18858 Add gnus-uu-invert-processable.
18859
18860 * gnus.el: Autoload gnus-uu-invert-processable.
18861
18862 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
18863
18864 * mm-util.el (mm-with-multibyte-buffer): New macro.
18865
18866 * rfc2047.el (rfc2047-encode-string): Use it.
18867 (rfc2047-encode-region): Move point to the end of the region after
18868 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18869
18870 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18871
18872 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18873 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18874
18875 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18876
18877 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18878 (gnus-cite-parse): Ignore quoted envelope From_.
18879 Suggested by Karl Chen <quarl@nospam.quarl.org>.
18880
18881 2004-06-23 Jesper Harder <harder@ifa.au.dk>
18882
18883 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18884 invalid addresses.
18885
18886 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
18887
18888 * spam.el: Change section markers, revise TODO list.
18889 (spam-backends): Make new master list of all installed backends.
18890 (spam-summary-exit-behavior): Add new variable to determine how
18891 messages moves are done at summary exit.
18892 (spam-move-spam-nonspam-groups-only)
18893 (spam-process-ham-in-nonham-groups)
18894 (spam-process-ham-in-spam-groups): Remove variables, the
18895 spam-summary-exit-behavior variable should be used to manage this
18896 behavior.
18897 (spam-old-ham-articles, spam-old-spam-articles): Remove.
18898 (spam-old-articles): Add variable, replacing spam-old-ham-articles
18899 and spam-old-spam-articles.
18900 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18901 Add empty variables, placeholders for the backends they represent.
18902 (spam-set-difference): Move, unchanged.
18903 (spam-list-of-processors): Declare OBSOLETE, not used anymore
18904 unless the user has a processor variable.
18905 (spam-classifications, spam-classification-valid-p)
18906 (spam-backend-properties, spam-backend-property-valid-p)
18907 (spam-backend-function-type-valid-p)
18908 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18909 (spam-report-articles-gmane, spam-report-articles-resend):
18910 Remove functions, they are not needed.
18911 (spam-install-backend-super, spam-backend-list)
18912 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18913 (spam-backend-function, spam-backend-ham-registration-function)
18914 (spam-backend-spam-registration-function)
18915 (spam-backend-ham-unregistration-function)
18916 (spam-backend-spam-unregistration-function)
18917 (spam-backend-statistical-p, spam-backend-mover-p)
18918 (spam-install-backend-alias, spam-install-checkonly-backend)
18919 (spam-install-mover-backend, spam-install-nocheck-backend)
18920 (spam-install-backend, spam-install-statistical-backend)
18921 (spam-install-statistical-checkonly-backend): Add backend installation
18922 support.
18923 (spam-summary-prepare-exit): Rewrite to use the new backend code.
18924 (spam-group-processor-p): Use the new backend code and respect the
18925 summary exit behavior.
18926 (spam-mark-spam-as-expired-and-move-routine): Remove.
18927 (spam-summary-prepare): Change to use the new spam-old-articles
18928 variable.
18929 (spam-copy-or-move-routine, spam-copy-spam-routine)
18930 (spam-move-spam-routine, spam-copy-ham-routine)
18931 (spam-move-ham-routine): Add code to copy/move ham or spam.
18932 (spam-fetch-field-fast): Improve doc and code, plus allow the
18933 'number request.
18934 (spam-list-of-checks, spam-list-of-statistical-checks):
18935 Remove variables.
18936 (spam-split, spam-find-spam): Use the new backend code.
18937 (spam-registration-functions): Remove variable.
18938 (spam-unregister-routine): Add convenience wrapper.
18939 (spam-log-undo-registration, spam-register-routine)
18940 (spam-log-processing-to-registry)
18941 (spam-log-unregistration-needed-p): Rename "check" to "backend"
18942 where possible.
18943 (spam-check-gmane-xref, spam-check-regex-headers)
18944 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18945 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18946 (spam-check-bogofilter-headers, spam-check-spamoracle)
18947 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18948 (spam-check-crm114-headers): Use the spam-split-group that
18949 spam-split prepares, no need to determine it every time.
18950
18951 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18952 to the nnheader-parse-naked-head call.
18953
18954 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18955
18956 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18957 the nnheader-nov-read-message-id call.
18958
18959 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
18960
18961 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18962 gnus-activate-group twice. Suggested by Markus Peter
18963 <warp@spin.de>.
18964
18965 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
18966
18967 * gnus-art.el (gnus-article-time-format): Exchange the order of
18968 day and month in the default value; fix customization type.
18969 (article-date-ut): Use add-text-properties.
18970 (article-make-date-line): Use message-make-date instead of
18971 current-time-string.
18972
18973 * message.el (message-fetch-field): Don't use set-text-properties.
18974 (message-make-date): Simplify.
18975
18976 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
18977
18978 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18979 (rfc2047-encode-region): Treat text within parentheses as special;
18980 show the original text when error has occurred.
18981
18982 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18983 already-computed method to gnus-activate-group.
18984
18985 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18986 same select-methods identical Lisp objects.
18987
18988 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18989 object when modifying the info.
18990
18991 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
18992
18993 * gnus-srvr.el (gnus-server-set-info): Remove the server from
18994 gnus-opened-servers since it has never been opened with the new
18995 configuration yet.
18996
18997 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
18998
18999 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19000 arg to nnheader-generate-fake-message-id.
19001
19002 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
19003
19004 * nnheader.el (nnheader-generate-fake-message-id): Accept a
19005 number and build a fake message ID localized to a group and
19006 article number (so it's repeatable from that point on).
19007 (nnheader-fake-message-id-p): Change regex to accommodate new fake
19008 ID format.
19009
19010 * gnus-sum.el (gnus-get-newsgroup-headers):
19011 Call nnheader-generate-fake-message-id with the article number.
19012
19013 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
19014
19015 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19016 end-of-buffer.
19017
19018 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19019
19020 * message.el (message-ignored-supersedes-headers): Add Approved.
19021
19022 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
19023
19024 * rfc2047.el (rfc2047-encode-message-header): Remove useless
19025 goto-char.
19026 (rfc2047-encode): Fold the line before encoding.
19027
19028 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19029
19030 * rfc2047.el (rfc2047-encode-message-header): Disabled header
19031 folding -- not all headers can be folded, and this should be done
19032 by the message composition mode. Probably. I think.
19033
19034 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
19035
19036 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19037 fast.
19038
19039 * gnus-ems.el (gnus-remove-image): Don't use
19040 message-text-with-property; remove only the image found first.
19041
19042 2004-06-09 Jesper Harder <harder@ifa.au.dk>
19043
19044 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19045
19046 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
19047
19048 * message.el (message-text-with-property): Make it fast and accept
19049 optional arguments.
19050 (message-strip-forbidden-properties): Use it.
19051 (message-fix-before-sending): Follow the m-t-w-p change.
19052
19053 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19054
19055 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
19056
19057 * gnus-art.el (article-hide-headers): Don't change the buffer
19058 mistakenly when performing mml-preview even if
19059 gnus-single-article-buffer is nil.
19060
19061 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
19062
19063 * message.el (message-expand-name-databases): New user option.
19064 (message-expand-name): Use it.
19065
19066 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
19067
19068 * spam.el (spam-report-articles-resend)
19069 (spam-report-resend-register-routine): Allow ham reporting.
19070 (spam-report-resend-register-ham-routine): Add wrapper.
19071 (spam-registration-functions): Add ham resending functions.
19072 (spam-list-of-processors): Add ham resend processor.
19073
19074 * gnus.el (ham-resend-to): Add new group parameter.
19075 (spam-process): Add ham resend option.
19076
19077 * spam-report.el (spam-report-resend): Allow reporting ham.
19078 (spam-report-resend-ham): Add wrapper.
19079
19080 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19081
19082 * message.el (message-cite-articles-with-x-no-archive):
19083 New variable.
19084 (message-cite-original): Use it.
19085
19086 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19087
19088 * message.el (message-cite-original): Respect X-No-Archive.
19089
19090 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
19091
19092 * gnus-art.el (article-hide-headers): Refer to the values for
19093 gnus-ignored-headers and gnus-visible-headers in the summary
19094 buffer since a user may have set them as group parameters.
19095
19096 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
19097
19098 * assistant.el (assistant-node-name): Add convenience function.
19099 (assistant-render-text, assistant-render-node): Add error handling,
19100 plus handle multiple next nodes.
19101 (assistant-find-next-node): Comment out for now.
19102 (assistant-find-next-nodes): Add function, returns list of next
19103 nodes.
19104
19105 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
19106
19107 * mail-source.el (mail-source-directory): Fix doc-string.
19108
19109 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
19110
19111 * assistant.el (assistant-render-text, assistant-eval): Add :set
19112 widget type, which is different because it takes and returns a
19113 list. Much hilarity ensues.
19114
19115 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
19116
19117 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19118
19119 * gnus-group.el (gnus-group-get-new-news-this-group):
19120 Add doc-string.
19121
19122 * gnus-start.el (gnus-activate-group): Add doc-string.
19123
19124 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
19125
19126 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19127
19128 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
19129
19130 * assistant.el (assistant-render-text): Try to add a :set
19131 widget, more to come.
19132
19133 * spam.el (spam-group-spam-contents-p): Handle empty groupname
19134 strings.
19135 (spam-report-articles-resend)
19136 (spam-register-routine): Do registration iff any articles warrant
19137 it.
19138 (spam-summary-prepare-exit): Change log message for nil group
19139 destinations.
19140
19141 2004-05-27 Daniel Pittman <daniel@rimspace.net>
19142
19143 * spam.el (spam-report-resend-register-routine):
19144 Allow spam-report-resend-to to be a group parameter or a global value.
19145
19146 2004-05-26 Simon Josefsson <jas@extundo.com>
19147
19148 * starttls.el: Merge with my GNUTLS based starttls.el.
19149 (starttls-gnutls-program, starttls-use-gnutls)
19150 (starttls-extra-arguments, starttls-process-connection-type)
19151 (starttls-connect, starttls-failure, starttls-success):
19152 New variables.
19153 (starttls-program, starttls-extra-args): Doc fix.
19154 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19155 New functions.
19156 (starttls-negotiate, starttls-open-stream):
19157 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19158 function if it is set.
19159
19160 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
19161
19162 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19163 structured fields.
19164
19165 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
19166
19167 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19168
19169 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
19170
19171 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19172 Add variable.
19173 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
19174 assigning the spam-mark to new messages.
19175
19176 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
19177
19178 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19179
19180 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
19181
19182 * rfc2047.el (rfc2047-encodable-p): Don't move point.
19183 (rfc2047-decode): Treat the ascii coding-system as raw-text by
19184 default.
19185
19186 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
19187
19188 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19189 correct data.
19190
19191 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
19192
19193 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19194 (spam-group-processor-p): Fix function.
19195 (spam-group-processor-multiple-p)
19196 (spam-group-spam-processor-report-gmane-p)
19197 (spam-group-spam-processor-report-resend-p)
19198 (spam-group-spam-processor-bogofilter-p)
19199 (spam-group-spam-processor-blacklist-p)
19200 (spam-group-spam-processor-ifile-p)
19201 (spam-group-ham-processor-ifile-p)
19202 (spam-group-spam-processor-spamoracle-p)
19203 (spam-group-spam-processor-crm114-p)
19204 (spam-group-ham-processor-bogofilter-p)
19205 (spam-group-spam-processor-stat-p)
19206 (spam-group-ham-processor-stat-p)
19207 (spam-group-ham-processor-whitelist-p)
19208 (spam-group-ham-processor-BBDB-p)
19209 (spam-group-ham-processor-spamoracle-p)
19210 (spam-group-ham-processor-copy-p): Remove functions with some
19211 prejudice against unneeded code.
19212 (spam-report-articles-resend)
19213 (spam-report-resend-register-routine): Allow the group/topic
19214 spam-resend-to value to override spam-report-resend-to.
19215 (spam-summary-prepare-exit): Invoke spam-group-processor-p
19216 properly now.
19217
19218 * gnus.el (spam-resend-to): Add group/topic parameter.
19219 (spam-process): Move the OBSOLETE processors to the end of the
19220 choices.
19221
19222 2004-05-24 Daniel Pittman <daniel@rimspace.net>
19223
19224 * spam-report.el (spam-report-resend-to, spam-report-resend):
19225 Start with resend-to set to nil, and then ask the user if necessary.
19226 (spam-report-resend): spam-report-resend takes a list of articles, not
19227 separate article numbers.
19228
19229 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
19230
19231 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19232 addition to emacs-w3m.
19233
19234 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19235
19236 * assistant.el (assistant-authinfo-data): New function.
19237 (assistant-eval): Eval for entire assistant.
19238
19239 * netrc.el (netrc-services-file): New variable.
19240 (netrc-parse-services): New function.
19241 (netrc-find-service-name): New function.
19242 (netrc-find-service-number): New function.
19243 (netrc-port-equal): New function.
19244 (netrc-machine): Use it.
19245
19246 * nnimap.el (nnimap-open-connection): Use netrc.
19247
19248 * gnus-util.el (gnus-netrc-get): Remove aliases.
19249
19250 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19251
19252 * assistant.el (wid-edit): Fix compilation.
19253
19254 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19255
19256 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
19257
19258 * gnus-util.el (gnus-set-file-modes): New function. (small
19259 patch).
19260
19261 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19262
19263 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19264
19265 * assistant.el (assistant-render-node): Fix up rendering and
19266 read-only text.
19267 (assistant-render-node): Reset.
19268 (assistant-make-read-only): Not sticky.
19269
19270 2004-05-20 Danny Siu <dsiu@adobe.com>
19271
19272 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19273 centered even when gnus-auto-center-summary is t
19274
19275 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
19276
19277 * dns.el (dns-get-txt-answer): New function.
19278 (dns-read-txt): Ditto.
19279 (query-dns): Use it.
19280
19281 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
19282
19283 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19284 active for foreign groups even if the group level is higher than
19285 the specified value.
19286
19287 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19288
19289 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19290 non-active groups.
19291
19292 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19293
19294 2004-05-20 Magnus Henoch <mange@freemail.hu>
19295
19296 * dns.el (dns-read-type): Add support for SVR. (small patch)
19297
19298 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
19299
19300 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19301 (spam-crm114-header, spam-crm114-spam-switch)
19302 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19303 (spam-crm114-positive-spam-header)
19304 (spam-crm114-database-directory, spam-list-of-processors)
19305 (spam-group-spam-processor-crm114-p)
19306 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19307 (spam-generic-score, spam-list-of-checks)
19308 (spam-list-of-statistical-checks, spam-registration-functions)
19309 (spam-check-crm114-headers, spam-crm114-score)
19310 (spam-check-crm114, spam-crm114-register-with-crm114)
19311 (spam-crm114-register-spam-routine)
19312 (spam-crm114-unregister-spam-routine)
19313 (spam-crm114-register-ham-routine)
19314 (spam-crm114-unregister-ham-routine): Add CRM114 support.
19315 From asjo@koldfront.dk (Adam Sjøgren).
19316
19317 * gnus.el: Add spam-use-crm114.
19318
19319 * spam.el (spam-list-of-processors, spam-registration-functions):
19320 Add spam-use-resend.
19321 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19322 (spam-report-articles-gmane): Add doc fix.
19323 (spam-report-articles-resend, spam-report-resend-register-routine):
19324 Add wrappers around spam-report-resend-to.
19325
19326 * spam-report.el (spam-report-resend-to, spam-report-resend):
19327 Add support for resending spam.
19328 (spam-report-gmane): Fix line length >80.
19329
19330 * gnus.el (spam-process): Add spam-use-resend.
19331
19332 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19333
19334 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19335 number of processed spam messages.
19336 (spam-ham-copy-or-move-routine): Return the number of processed
19337 ham messages.
19338 (spam-summary-prepare-exit): Use the above values to decide
19339 whether status messages shouled be displayed.
19340
19341 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
19342
19343 * rfc2047.el (rfc2047-encode-function-alist): Rename from
19344 `rfc2047-encoding-function-alist' in order to avoid conflicting
19345 with the old version.
19346 (rfc2047-encode-region): Concatenate words containing non-ASCII
19347 characters in structured fields; don't encode space-delimited
19348 ASCII words even in unstructured fields; don't break words at
19349 char-category boundaries.
19350 (rfc2047-encode-1): New function.
19351 (rfc2047-encode): Use it; encode text so that it occupies the
19352 maximum width within 76-column; work correctly on Q encoding for
19353 iso-2022-* charsets.
19354 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19355 sure not to break a line just after the header name.
19356 (rfc2047-b-encode-region): Remove.
19357 (rfc2047-b-encode-string): New function.
19358 (rfc2047-q-encode-region): Remove.
19359 (rfc2047-q-encode-string): New function.
19360
19361 * mm-util.el (mm-replace-in-string): New function.
19362
19363 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19364
19365 * gnus-msg.el (gnus-inews-make-draft-meta-information):
19366 Really get it right.
19367 (gnus-inews-make-draft): Really.
19368
19369 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
19370
19371 * nnmh.el (nnmh-request-list-1): Don't check the link count
19372 before descending. (small patch)
19373
19374 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19375
19376 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19377 stuff.
19378
19379 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19380 Match on real group name.
19381
19382 * gnus-art.el (gnus-signature-limit): Doc fix.
19383
19384 * gnus-msg.el (gnus-inews-make-draft): Quote list.
19385
19386 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19387
19388 * gnus-draft.el (gnus-draft-send):
19389 Bind rfc2047-encode-encoded-words.
19390
19391 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19392 (rfc2047-encodable-p): Say that =? needs encoding.
19393 (rfc2047-encode-encoded-words): New variable.
19394
19395 * gnus-group.el (gnus-group-select-group): Doc fix.
19396
19397 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19398
19399 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19400 to nil.
19401
19402 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19403
19404 * nnheader.el (nnheader-get-lines-and-char): New function.
19405
19406 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
19407
19408 * gnus-msg.el (gnus-summary-followup-with-original):
19409 Document yanking of region when active.
19410
19411 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
19412
19413 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19414 groups if the group level is higher than the specified value.
19415
19416 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19417
19418 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19419 (gnus-group-jump-to-group): Add prefix argument using
19420 `gnus-group-jump-to-group-prompt'. Query before jumping to
19421 non-active group.
19422
19423 * compface.el (uncompface): Be verbose when changing
19424 `uncompface-use-external'.
19425
19426 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19427 handle manual section.
19428
19429 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19430
19431 * gnus-art.el (gnus-button-alist): Revert previous change.
19432
19433 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19434
19435 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19436
19437 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19438
19439 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19440 whether backend can accept message.
19441
19442 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19443
19444 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
19445
19446 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19447 Avoid creating directory when nntp-marks-is-evil is true.
19448 Reported by Reiner Steib.
19449
19450 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19451
19452 * gnus-picon.el (gnus-picon-style): New variable.
19453 (gnus-picon-insert-glyph): Add optional `nostring' argument.
19454 (gnus-picon-transform-address): Support `gnus-picon-style'.
19455 From Jesper Harder <harder@ifa.au.dk>.
19456
19457 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19458
19459 * message.el (message-fill-field): Return point.
19460 (message-generate-headers): Go to end of field.
19461
19462 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19463 stuff for non-living groups.
19464
19465 2004-05-18 Jesper Harder <harder@ifa.au.dk>
19466
19467 * gnus-art.el (gnus-article-followup-with-original)
19468 (gnus-article-reply-with-original): gnus-mark-active-p ->
19469 gnus-region-active-p.
19470
19471 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
19472
19473 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19474 only when there is spam or ham to be processed.
19475
19476 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19477
19478 * mail-source.el (mail-source-delete-crash-box): Refactor.
19479 (mail-source-fetch): Use it.
19480 (mail-source-fetch-file): Ditto.
19481 (mail-source-fetch-directory): Run postscript in loop.
19482 (mail-source-fetch-pop): Delete.
19483 (mail-source-fetch-maildir): Ditto.
19484 (mail-source-fetch-imap): Ditto.
19485
19486 * imap.el (imap-authenticators): Comment out sasl.
19487
19488 * message.el (message-skip-to-next-address): New function.
19489 (message-fill-header-address): Refactor.
19490 (message-fill-address): Use it.
19491 (message-delete-address): Use it.
19492 (message-fill-header-general): Refactor.
19493 (message-fill-field-address): Rename.
19494 (message-narrow-to-field): Find the start of the header.
19495 (message-header-format-alist): Don't pre-fill.
19496 (message-fill-header): Remove.
19497 (message-insert-header): New function.
19498 (message-shorten-references): Use it.
19499
19500 * rfc2047.el (rfc2047-field-value): Strip props.
19501
19502 * mail-parse.el (mail-header-make-address): New alias.
19503
19504 * ietf-drums.el (ietf-drums-make-address): New function.
19505
19506 * imap.el: Add compiler directives.
19507
19508 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19509
19510 * gnus-art.el (article-decode-idna-rhs): Don't use
19511 message-idna-inside-rhs-p.
19512
19513 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19514
19515 * message.el (message-idna-inside-rhs-p): Remove.
19516 (message-idna-to-ascii-rhs-1): Use proper address parsing.
19517
19518 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19519 false positives.
19520
19521 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19522
19523 * imap.el (imap-sasl-make-mechanisms): Use sasl.
19524
19525 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19526
19527 * nneething.el (nneething-file-name): Don't create spurious
19528 files.
19529
19530 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19531 (gnus-inews-do-gcc): Remove sleep.
19532
19533 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19534 part under point.
19535
19536 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19537 (gnus-agent-regenerate-group): Using nil messages aren't valid.
19538
19539 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
19540
19541 * spam.el (spam-summary-prepare-exit): Fix (length).
19542
19543 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
19544
19545 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19546 as expired without moving it" message when there are spam
19547 messages left.
19548
19549 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
19550
19551 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19552 header is not nil.
19553
19554 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
19555
19556 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19557 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19558 (nntp-marks-changed-p): New arg SERVER.
19559 (nntp-request-update-info): Adjust caller.
19560
19561 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
19562
19563 * nntp.el (nntp-save-marks): Pass missing arg.
19564
19565 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
19566
19567 * nntp.el: Support marks.
19568 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19569 (nntp-marks-modtime, nntp-marks-directory): New variables.
19570 (nntp-request-set-mark, nntp-request-update-info)
19571 (nntp-possibly-create-directory, nntp-marks-changed-p)
19572 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19573 New functions.
19574
19575 2004-05-12 Jesper Harder <harder@ifa.au.dk>
19576
19577 * gnus-score.el (gnus-score-insert-help):
19578 Use gnus-select-lowest-window.
19579
19580 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19581 appt-select-lowest-window and rename to gnus-select-lowest-window.
19582
19583 * gnus.el: do.
19584
19585 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19586
19587 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19588 encodings of MIME-encoded words, in order to improve
19589 interoperability with several broken MUAs.
19590
19591 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19592
19593 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19594 tags, only when charsets are not specified in headers.
19595 (mm-inline-text-html-render-with-w3m): Ditto.
19596
19597 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19598
19599 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19600 instead of MIME-decoded from fields when checking
19601 `gnus-article-address-banner-alist'.
19602
19603 2004-05-03 Jesper Harder <harder@ifa.au.dk>
19604
19605 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19606 description rather than subject.
19607
19608 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19609
19610 * gnus.el (gnus-version-number): Bump.
19611
19612 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19613
19614 * gnus.el: No Gnus v0.2 is released.
19615
19616 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19617
19618 * gnus-agent.el (gnus-agent-read-agentview):
19619 Inline gnus-uncompress-range.
19620
19621 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19622
19623 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19624 `exec-installed-p'.
19625
19626 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19627
19628 * gnus.el (spam-process, spam-autodetect-methods):
19629 Add bsfilter and bsfilter-headers.
19630
19631 * spam.el (spam-bsfilter): New customize group.
19632 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19633 (spam-bsfilter-header, spam-bsfilter-probability-header)
19634 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19635 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19636 (spam-bsfilter-database-directory): New options.
19637 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19638 (spam-list-of-statistical-checks, spam-registration-functions):
19639 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19640 (spam-bsfilter-score): New command.
19641 (spam-check-bsfilter-headers, spam-check-bsfilter)
19642 (spam-bsfilter-register-with-bsfilter)
19643 (spam-bsfilter-register-spam-routine)
19644 (spam-bsfilter-unregister-spam-routine)
19645 (spam-bsfilter-register-ham-routine)
19646 (spam-bsfilter-unregister-ham-routine): New functions.
19647 (spam-generic-score): Support bsfilter; Accept an optional argument
19648 to recalcurate spam score even if scoring header has already been
19649 added.
19650 (spam-bogofilter-score, spam-spamassassin-score): Accept an
19651 optional argument to recalcurate spam score even if scoring header
19652 has already been added.
19653
19654 2004-04-29 Jesper Harder <harder@ifa.au.dk>
19655
19656 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19657 strings! Reported by David D. Smith <davidsmith@acm.org>.
19658 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19659 link is missing.
19660
19661 2004-04-28 Jesper Harder <harder@ifa.au.dk>
19662
19663 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19664 (html2text-get-attr): Rewrite.
19665
19666 * message.el (message-setup-1): Remove redundant put-text-property
19667 on mail-header-separator.
19668
19669 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
19670
19671 * gnus-registry.el (gnus-registry-cache-whitespace)
19672 (gnus-registry-action, gnus-registry-spool-action)
19673 (gnus-registry-split-fancy-with-parent): Change message levels
19674 from 5 to 3 or 7, as needed.
19675
19676 * spam.el (spam-summary-prepare-exit)
19677 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19678 (spam-split, spam-find-spam, spam-log-undo-registration)
19679 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19680 level from 5 to 6.
19681
19682 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
19683
19684 * gnus-ems.el: Autoload appt-select-lowest-window (revert
19685 2004-03-04 change).
19686
19687 2004-04-25 Jesper Harder <harder@ifa.au.dk>
19688
19689 * sieve-manage.el (sieve-manage-open):
19690 * nnweb.el (nnweb-insert-html):
19691 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19692 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19693 * nnspool.el (nnspool-request-group):
19694 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19695 * nnml.el (nnml-request-update-info):
19696 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19697 (nnmh-request-create-group, nnmh-update-gnus-unreads):
19698 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19699 (nnimap-request-set-mark):
19700 * nnfolder.el (nnfolder-request-update-info):
19701 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19702 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19703 * gnus-uu.el (gnus-uu-find-articles-matching):
19704 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19705 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19706 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19707 * gnus-nocem.el (gnus-nocem-scan-groups):
19708 * gnus-int.el (gnus-start-news-server):
19709 * gnus-group.el (gnus-group-make-kiboze-group)
19710 (gnus-group-browse-foreign-server):
19711 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19712 Use mapc when appropriate.
19713
19714 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
19715
19716 FIXME: Make separate entries for each person.
19717
19718 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19719 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19720 <shields@msrl.com>:
19721
19722 * spam.el (spam-necessary-extra-headers): Get the extra headers we
19723 may need for spam sorting and scoring.
19724 (spam-user-format-function-S): Add user format function suitable for
19725 general use.
19726 (spam-article-sort-by-spam-status): Add sorting function for summary
19727 sorting.
19728 (spam-extra-header-to-number): Add function to get a score from a
19729 header.
19730 (spam-summary-score): Add function to get a numeric score from the
19731 headers.
19732 (spam-generic-score): Fix function doc, was in wrong place.
19733 (spam-initialize): Take symbols when it's run, and install the
19734 extra headers that spam-necessary-extra-headers thinks we need.
19735
19736 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19737
19738 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19739 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19740
19741 2004-04-17 Jesper Harder <harder@ifa.au.dk>
19742
19743 * gnus-sum.el (gnus-set-global-variables)
19744 (gnus-build-all-threads, gnus-get-newsgroup-headers)
19745 (gnus-article-get-xrefs, gnus-summary-best-group)
19746 (gnus-summary-next-article, gnus-summary-enter-digest-group)
19747 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19748 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19749 Use with-current-buffer.
19750
19751 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
19752
19753 * spam.el (spam-summary-prepare-exit): Simplify logic.
19754 (spam-fetch-article-header): Read the article header if it's not
19755 available.
19756 (spam-list-articles): Simplify logic.
19757 (spam-filelist-register-routine): Fix bug with unregister-list.
19758
19759 * gnus-registry.el: Fix comments at beginning.
19760
19761 2004-04-16 Jesper Harder <harder@ifa.au.dk>
19762
19763 * message.el (message-cater-to-broken-inn): Remove.
19764 (message-shorten-references): Make sure the total folded length of
19765 References is shorter than 998 characters to cater to a bug in INN
19766 2.3. Also, don't pretend that references aren't folded -- this
19767 hasn't worked for a while.
19768
19769 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19770
19771 * gnus-agent.el (gnus-agentize):
19772 gnus-agent-send-mail-real-function no longer set to current value
19773 of message-send-mail-function but rather a lambda that calls
19774 message-send-mail-function. The change makes the agent real-time
19775 responsive to user changes to message-send-mail-function.
19776
19777 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19778
19779 * legacy-gnus-agent.el
19780 (gnus-agent-convert-to-compressed-agentview): Fix typos with
19781 help from Florian Weimer <fw@deneb.enyo.de>
19782
19783 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
19784
19785 * nnmail.el (nnmail-cache-insert): Revert last change.
19786
19787 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
19788
19789 * nnmail.el (nnmail-cache-insert): Always check whether
19790 nnmail-cache-ignore-groups matches a group name.
19791
19792 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
19793
19794 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19795 (spam-find-spam, spam-log-processing-to-registry)
19796 (spam-log-registered-p, spam-log-unregistration-needed-p)
19797 (spam-log-undo-registration): Use gnus-message instead of
19798 gnus-error, none of these errors are fatal.
19799
19800 * gnus-registry.el (gnus-registry-clean-empty-function)
19801 (gnus-registry-clean-empty): Remove only empty entries without
19802 extra data.
19803
19804 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
19805
19806 * spam-stat.el (spam-stat-buffer-change-to-spam)
19807 (spam-stat-buffer-change-to-non-spam): Change (error) to
19808 (gnus-message 8) invocation.
19809
19810 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
19811
19812 * nntp.el (nntp-via-netcat-command): New variable.
19813 (nntp-via-netcat-switches): New variable.
19814 (nntp-open-via-rlogin-and-netcat): New function.
19815 (nntp-open-connection-function): Doc fix.
19816 (nntp-telnet-command): Doc fix.
19817 (nntp-end-of-line): Doc fix.
19818 (nntp-via-rlogin-command): Doc fix.
19819 (nntp-via-user-name): Doc fix.
19820 (nntp-via-address): Doc fix.
19821
19822 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
19823
19824 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19825 error in Emacs 21.1.
19826
19827 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
19828
19829 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19830
19831 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
19832
19833 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19834 (gnus-agent-with-refreshed-group): New macro.
19835 (gnus-agent-rename-group): New function.
19836 (gnus-agent-delete-group): New function.
19837 (gnus-agent-save-group-info): Use gnus-command-method when
19838 `method' parameter is nil. Don't write nil entries into the
19839 active file.
19840 (gnus-agent-get-group-info): New function.
19841 (gnus-agent-fetch-articles):
19842 Use gnus-agent-update-files-total-fetched-for to increment disk space
19843 used.
19844 (gnus-agent-fetch-headers, gnus-agent-save-alist):
19845 Use gnus-agent-update-view-total-fetched-for to increment disk space
19846 used.
19847 (gnus-agent-get-local): Add optional parameters to avoid calling
19848 gnus-group-real-name and gnus-find-method-for-group.
19849 (gnus-agent-set-local): Delete stored entry if either min, or max,
19850 are nil.
19851 (gnus-agent-fetch-session): Reworded error/quit messages.
19852 On quit, use gnus-agent-regenerate-group to record existence of any
19853 articles fetched to disk before the quit occurred.
19854 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19855 gnus-agent-update-view-total-fetched-for, and
19856 gnus-agent-update-files-total-fetched-for to decrement disk space
19857 used.
19858 (gnus-agent-retrieve-headers):
19859 Use gnus-agent-update-view-total-fetched-for to increment disk space
19860 used.
19861 (gnus-agent-regenerate-group): Replace gnus-group-update-group
19862 with gnus-agent-update-files-total-fetched-for to decrement disk
19863 space and fresh group buffer.
19864 (gnus-agent-inhibit-update-total-fetched-for): New variable.
19865 (gnus-agent-need-update-total-fetched-for): New variable.
19866 (gnus-agent-update-files-total-fetched-for): New function.
19867 (gnus-agent-update-view-total-fetched-for): New function.
19868 (gnus-agent-total-fetched-for): New function.
19869
19870 * gnus-cache.el (gnus-cache-save-buffers):
19871 Use gnus-cache-update-overview-total-fetched-for to change disk space
19872 used by this group.
19873 (gnus-cache-possibly-enter-article):
19874 Use gnus-cache-update-file-total-fetched-for to increment disk space
19875 used by this group.
19876 (gnus-cache-possibly-remove-article):
19877 Use gnus-cache-update-file-total-fetched-for to decrement disk space
19878 used by this group.
19879 (gnus-cache-generate-nov-databases): Purge total fetched cache.
19880 (gnus-cache-rename-group): New function.
19881 (gnus-cache-delete-group): New function.
19882 (gnus-cache-inhibit-update-total-fetched-for): New variable.
19883 (gnus-cache-need-update-total-fetched-for): New variable.
19884 (gnus-cache-with-refreshed-group): New macro.
19885 (gnus-cache-update-file-total-fetched-for): New function.
19886 (gnus-cache-update-overview-total-fetched-for): New function.
19887 (gnus-cache-rename-group-total-fetched-for): New function.
19888 (gnus-cache-delete-group-total-fetched-for): New function.
19889 (gnus-cache-total-fetched-for): New function.
19890
19891 * gnus-group.el: Require gnus-sum and autoload functions to
19892 resolve warnings when gnus-group.el compiled alone.
19893 (gnus-group-line-format): Documented new %F.
19894 (size of Fetched data) group line format; identifies disk space
19895 used by agent and cache.
19896 (gnus-group-line-format-alist): Defined new F format.
19897 (gnus-total-fetched-for): New function.
19898 (gnus-group-delete-group): No longer update
19899 gnus-cache-active-altered as gnus-request-delete-group now keeps
19900 the cache in sync.
19901 (gnus-group-list-active): Let the agent store a server's active
19902 list if currently plugged.
19903
19904 * gnus-int.el (gnus-request-delete-group):
19905 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19906 local disk in sync with the server.
19907 (gnus-request-rename-group):
19908 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19909 local disk in sync with the server.
19910
19911 * gnus-start.el (gnus-get-unread-articles):
19912 Cosmetic simplification to logic.
19913
19914 * gnus-util.el (gnus-rename-file): New function.
19915
19916 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
19917
19918 * mm-util.el (mm-image-load-path): Handle nil in load-path.
19919
19920 2004-04-07 Jesper Harder <harder@ifa.au.dk>
19921
19922 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19923 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
19924
19925 2004-04-06 Jesper Harder <harder@ifa.au.dk>
19926
19927 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19928 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
19929
19930 2004-04-03 Jesper Harder <harder@ifa.au.dk>
19931
19932 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19933
19934 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
19935
19936 * spam.el (spam-set-difference): Add function to replace
19937 gnus-set-difference in spam.el.
19938 (spam-summary-prepare-exit): Use spam-set-difference.
19939
19940 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
19941
19942 * gnus-registry.el (gnus-registry-cache-file): Update to use
19943 gnus-dribble-directory OR gnus-home-directory OR ~.
19944 (gnus-registry-split-fancy-with-parent): Fix doc.
19945
19946 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
19947
19948 * message.el (message-exchange-point-and-mark):
19949 Use message-mark-active-p. Suggested by Jesper Harder
19950 <harder@ifa.au.dk>.
19951
19952 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
19953
19954 * message.el (message-exchange-point-and-mark): Don't activate
19955 region if it was inactive. Suggested by Hiroshi Fujishima
19956 <pooh@nature.tsukuba.ac.jp>.
19957
19958 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
19959
19960 * gnus-art.el (article-display-face): Display Faces in the same
19961 order as X-Faces.
19962
19963 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
19964
19965 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19966
19967 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
19968
19969 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19970 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19971 (gnus-article-mime-hierarchy): Remove.
19972 (gnus-article-mime-hierarchy-next): Remove.
19973 (gnus-article-mode): Revert 2004-03-19 change.
19974 (gnus-article-setup-buffer): Revert 2004-03-19 change.
19975 (gnus-insert-mime-button): Revert 2004-03-19 change.
19976 (gnus-mime-accumulate-hierarchy): Remove.
19977 (gnus-mime-enter-multipart): Remove.
19978 (gnus-mime-leave-multipart): Remove.
19979 (gnus-mime-display-part): Revert 2004-03-19 change.
19980 (gnus-mime-display-alternative): Revert 2004-03-19 change.
19981
19982 * mml.el (mml-preview): Revert 2004-03-19 change.
19983
19984 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
19985
19986 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19987
19988 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
19989
19990 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19991 t while entering a file name using the mm-with-multibyte macro.
19992 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19993
19994 * mm-util.el (mm-with-multibyte): New macro.
19995
19996 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
19997
19998 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19999 New user option.
20000 (gnus-mime-multipart-functions): Doc and customization fix.
20001 (gnus-article-mime-hierarchy): New variable.
20002 (gnus-article-mime-hierarchy-next): New variable.
20003 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20004 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20005 gnus-article-mime-hierarchy-next to nil.
20006 (gnus-insert-mime-button): Show hierarchy numbers.
20007 (gnus-mime-accumulate-hierarchy): New function.
20008 (gnus-mime-enter-multipart): New function.
20009 (gnus-mime-leave-multipart): New function.
20010 (gnus-mime-display-part): Recompute hierarchical MIME structure.
20011 (gnus-mime-display-alternative): Show hierarchy numbers.
20012
20013 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20014 gnus-article-mime-hierarchy-next to nil.
20015
20016 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
20017
20018 * dns.el: Don't require gnus-xmas.
20019
20020 2004-03-17 Jesper Harder <harder@ifa.au.dk>
20021
20022 * mml.el (mml-generate-mime-1): Don't use format=flowed with
20023 inline PGP.
20024 (mml-menu): Disable mml-quote-region if mark is inactive.
20025
20026 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
20027
20028 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20029 when the group's active is not available.
20030
20031 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
20032
20033 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20034 error.
20035
20036 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
20037
20038 * imap.el (imap-store-password): New variable.
20039 (imap-interactive-login): Use it.
20040 Suggested by Mark Plaksin <happy@mcplaksin.org>.
20041
20042 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
20043
20044 * gnus-art.el (gnus-article-read-summary-keys): Restore new
20045 window-start and hscroll to summary window.
20046
20047 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
20048
20049 * gnus-start.el (gnus-convert-old-newsrc): Only write the
20050 conversion message to newsrc-dribble when an actual conversion is
20051 performed.
20052
20053 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
20054
20055 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20056
20057 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
20058
20059 * mm-decode.el (mm-complicated-handles): New function reviving
20060 former definition of mm-multiple-handles.
20061
20062 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20063 (gnus-mime-delete-part): Use it.
20064
20065 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
20066
20067 * gnus-agent.el (gnus-agent-read-local):
20068 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20069 avoid the implicit assumption that they will always be equal.
20070 (gnus-agent-save-local): Bind buffer-file-coding-system, not
20071 coding-system-for-write, as the with-temp-file macro first prints
20072 to a buffer then saves the buffer.
20073
20074 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
20075
20076 * gnus-art.el (gnus-article-edit-part): New function.
20077 (gnus-mime-save-part-and-strip): Use it; do query instead of
20078 signaling an error; don't use mm-multiple-handles.
20079 (gnus-mime-delete-part): Ditto.
20080
20081 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
20082
20083 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20084 old file versions.
20085 (gnus-group-prepare-hook): Remove function that converted list
20086 form of gnus-agent-expire-days to group properties.
20087
20088 * gnus-int.el: Autoload gnus-agent-regenerate-group.
20089 (gnus-request-accept-article): Re-indented.
20090
20091 * gnus-start.el (gnus-convert-old-newsrc): Registered new
20092 converters to handle old agent file formats. Add logic for a
20093 "backup before upgrading warning".
20094 (gnus-convert-mark-converter-prompt): Developers can mark
20095 functions as needing (default), or not needing,
20096 gnus-convert-old-newsrc's "backup before upgrading warning".
20097 (gnus-convert-converter-needs-prompt): Tests whether the user
20098 should be protected from potentially irreversable changes by the
20099 function.
20100
20101 * legacy-gnus-agent.el: New. Provides converters that are only
20102 loaded when gnus-convert-old-newsrc needs to call them.
20103
20104 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
20105
20106 * mail-source.el (mail-source-touch-pop): Doc fix.
20107
20108 * message.el (message-smtpmail-send-it): Doc fix.
20109
20110 2004-03-05 Jesper Harder <harder@ifa.au.dk>
20111
20112 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20113
20114 * nnmail.el (nnmail-split-fancy): do.
20115
20116 * gnus-kill.el (gnus-kill, gnus-execute): do.
20117
20118 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
20119
20120 * gnus-sum.el (gnus-widget-reversible-match)
20121 (gnus-widget-reversible-to-internal)
20122 (gnus-widget-reversible-to-external): New functions.
20123 (gnus-widget-reversible): New widget.
20124 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20125
20126 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
20127
20128 * gnus-sum.el (gnus-thread-sort-functions)
20129 (gnus-article-sort-functions): Document `(not F)' items.
20130
20131 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
20132
20133 * spam.el (spam-use-gmane-xref): Add new backend.
20134 (spam-gmane-xref-spam-group): Add variable to control the name of the
20135 Gmane spam group.
20136 (spam-blackhole-servers, spam-blackhole-good-server-regex)
20137 (spam-regex-headers-spam, spam-regex-headers-ham)
20138 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20139 (spam-list-of-checks): Add spam-use-gmane-xref to list of
20140 backends and checks.
20141 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20142
20143 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20144 an autodetect method.
20145
20146 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
20147
20148 * gnus-int.el (gnus-request-accept-article): Inform the agent that
20149 articles are being added to a group.
20150 (gnus-request-replace-article): Inform the agent that articles
20151 need to be uncached as the cached contents are no longer valid.
20152
20153 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
20154
20155 * binhex.el: Don't autoload executable-find.
20156
20157 * canlock.el: Don't autoload mail-fetch-field.
20158
20159 * gnus-ems.el: Don't autoload appt-select-lowest-window.
20160
20161 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20162 rmail-dont-reply-to and rmail-output.
20163
20164 * gnus-score.el: Don't autoload ffap-string-at-point.
20165
20166 * gnus-setup.el: Don't autoload sc-cite-original.
20167
20168 * imap.el: Don't autoload base64-decode-string,
20169 base64-encode-string and md5.
20170
20171 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20172 and rmail-msg-restore-non-pruned-header.
20173
20174 * mm-decode.el: Don't autoload executable-find.
20175
20176 * mm-url.el: Don't autoload executable-find.
20177
20178 * mm-view.el: Don't autoload diff-mode.
20179
20180 * nndb.el: Don't autoload news-reply-mode, news-setup,
20181 cancel-timer and telnet.
20182
20183 * password.el: Don't autoload run-at-time for Emacs.
20184
20185 * sha1-el.el: Don't autoload executable-find.
20186
20187 * sieve-mode.el: Don't autoload c-mode.
20188
20189 * uudecode.el: Don't autoload executable-find.
20190
20191 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
20192
20193 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20194 (gnus-agent-possibly-alter-active): Avoid null in numeric
20195 comparison.
20196 (gnus-agent-set-local): Refuse to save null in local object table.
20197 (gnus-agent-regenerate-group): The REREAD parameter can now be a
20198 list of articles that will be marked as unread.
20199
20200 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
20201
20202 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20203
20204 2004-03-04 Jesper Harder <harder@ifa.au.dk>
20205
20206 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20207 language tags.
20208
20209 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
20210
20211 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20212 Don't bind "obarray".
20213
20214 * gnus-sum.el (gnus-thread-sort-functions):
20215 Add `gnus-thread-sort-by-most-recent-number' and
20216 `gnus-thread-sort-by-most-recent-date'.
20217 Reported by Kai Grossjohann <kai@emptydomain.de>.
20218
20219 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
20220
20221 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20222
20223 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
20224
20225 * gnus-cus.el (gnus-agent-customize-category):
20226 Remove ignore-errors macro reference that required cl to be loaded at
20227 run-time.
20228
20229 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20230 single-interval range of the form (min . max). Previously the
20231 range had to look like ((min . max)). Likewise, return
20232 (min . max) rather than ((min . max)).
20233 (gnus-range-map): Use gnus-range-normalize to accept
20234 single-interval range.
20235
20236 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20237 the cache, but not the agent, now appear with their usual face.
20238
20239 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
20240
20241 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20242 w3m-safe-url-regexp variable buffer-local.
20243
20244 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20245
20246 2004-02-27 Simon Josefsson <jas@extundo.com>
20247
20248 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20249 gnus-group-real-prefix.
20250 (gnus-summary-move-article): Use it, instead of
20251 gnus-group-real-prefix.
20252
20253 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
20254
20255 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20256 w3m-safe-url-regexp variable buffer-local and set it as the value
20257 of mm-w3m-safe-url-regexp.
20258
20259 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20260
20261 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20262 parsing gnus-posting-styles when the message is not for replying.
20263
20264 * nnrss.el (nnrss-opml-export):
20265 Use mm-set-buffer-file-coding-system instead of
20266 set-buffer-file-coding-system.
20267
20268 2004-02-27 Jesper Harder <harder@ifa.au.dk>
20269
20270 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20271 of checkdoc.el).
20272 * nnrss.el: do.
20273 * gnus-mlspl.el: do.
20274 * gnus-ml.el: do.
20275 * gnus-srvr.el: do.
20276
20277 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20278
20279 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
20280
20281 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20282 Corrections to custom-manual links.
20283
20284 * gnus-art.el (gnus-article): Ditto.
20285
20286 * mm-decode.el (mime-display, mime-security): Ditto.
20287
20288 2004-02-26 Jesper Harder <harder@ifa.au.dk>
20289
20290 * flow-fill.el: Typo.
20291
20292 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
20293
20294 * spam-wash.el: New file.
20295
20296 2004-02-26 Mark A. Hershberger <mah@everybody.org>
20297
20298 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20299
20300 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
20301
20302 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20303 to be run with new-articles as LIST1, not LIST2.
20304 (spam-registration-functions): Add spam-use-ham-copy as a nil
20305 registration backend.
20306
20307 2004-02-26 Jesper Harder <harder@ifa.au.dk>
20308
20309 * spam-stat.el (spam-stat-washing-hook): New option.
20310 (spam-stat-buffer-words): Use it.
20311 (spam-stat-process-directory, spam-stat-test-directory):
20312 Use insert-file-contents-literally.
20313 (spam-stat-coding-system): New variable.
20314 (spam-stat-load, spam-stat-save): Use it.
20315
20316 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
20317
20318 * spam-report.el (spam-report-plug-agent):
20319 Quote spam-report-url-to-file and spam-report-url-ping-plain.
20320
20321 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
20322
20323 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20324 Allow / in mailto URLs.
20325
20326 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20327
20328 * spam-report.el (spam-report-process-queue): Fix interactive use.
20329 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20330 (spam-report-unplug-agent): Doc fixes.
20331 (spam-report-url-ping-mm-url, spam-report-url-to-file)
20332 (spam-report-agentize, spam-report-deagentize):
20333 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
20334
20335 * message.el (message-setup-fill-variables): Add mml tags to
20336 paragraph-start and paragraph-separate. Suggested by Andrew Korty
20337 <ajk@iu.edu>.
20338 (message-mode): Don't modify paragraph-separate there.
20339
20340 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
20341
20342 * compface.el (uncompface-use-external): Default to undecided.
20343 (uncompface-use-external-threshold): New variable.
20344 (uncompface-float-time): New macro.
20345 (uncompface): Determine whether to use the external decoder if
20346 uncompface-use-external is undecided.
20347
20348 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20349
20350 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20351 after images.
20352
20353 * gnus-art.el (gnus-mime-display-single): Remove dead code.
20354
20355 2004-02-14 Jesper Harder <harder@ifa.au.dk>
20356
20357 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20358
20359 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20360
20361 * gnus-sum.el (gnus-summary-limit-to-age)
20362 (gnus-summary-limit-children): do.
20363
20364 * gnus-int.el (gnus-request-scan): do.
20365
20366 * gnus-group.el (gnus-group-suspend): do.
20367
20368 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20369
20370 * gnus-cite.el (gnus-cite-parse-attributions): do.
20371
20372 * gnus-agent.el (gnus-summary-set-agent-mark)
20373 (gnus-agent-regenerate-group): do.
20374
20375 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20376
20377 * binhex.el (binhex-decode-region-internal): do.
20378
20379 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
20380
20381 * gnus-fun.el (gnus-face-properties-alist): New user option.
20382 (gnus-display-x-face-in-from): Use it.
20383
20384 * gnus-art.el (article-display-face): Ditto.
20385
20386 * compface.el (uncompface-use-external): Default to nil.
20387
20388 2004-02-12 Jesper Harder <harder@ifa.au.dk>
20389
20390 * nntp.el (nntp-erase-buffer): New function.
20391 (nntp-retrieve-data, nntp-send-command)
20392 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20393 (nntp-possibly-change-group): Use it.
20394
20395 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20396 Use with-current-buffer.
20397
20398 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
20399
20400 * compface.el: Merge the ELisp-based uncompface program.
20401 (compface): New customization group.
20402 (uncompface-use-external): New user option.
20403 (uncompface): Call uncompface-internal if uncompface-use-external
20404 is nil.
20405 (uncompface-internal): New function. Note that there are also
20406 some other functions and variables added for this function.
20407
20408 2004-02-10 Jesper Harder <harder@ifa.au.dk>
20409
20410 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20411 if necessary.
20412
20413 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
20414
20415 * spam-report.el (spam-report-unplug-agent)
20416 (spam-report-plug-agent, spam-report-deagentize)
20417 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20418 Add support for the Agent in spam-report: when unplugged, report to a
20419 file; when plugged, submit all the requests.
20420
20421 * spam.el (spam-register-routine): Fix message about
20422 registration.
20423
20424 2004-02-09 Jesper Harder <harder@ifa.au.dk>
20425
20426 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20427 dependencies.
20428 (rfc2047-encode): Use it.
20429
20430 * gnus-art.el (gnus-button-marker-list): Move before first
20431 reference.
20432
20433 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20434 (imap-parse-body): Fix format string mismatch.
20435
20436 * gnus-score.el (gnus-summary-increase-score): do.
20437
20438 * nnrss.el (nnrss-close): New function.
20439
20440 2004-02-08 Jesper Harder <harder@ifa.au.dk>
20441
20442 * nnrss.el (nnrss-make-filename): New function.
20443 (nnrss-request-delete-group, nnrss-read-server-data)
20444 (nnrss-save-server-data, nnrss-read-group-data)
20445 (nnrss-save-group-data): Use it.
20446 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20447 (nnrss-read-server-data, nnrss-read-group-data): Use load.
20448 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20449
20450 2004-02-07 Jesper Harder <harder@ifa.au.dk>
20451
20452 * mml.el (mml-compute-boundary-1): Don't uncompress files.
20453
20454 2004-02-06 Jesper Harder <harder@ifa.au.dk>
20455
20456 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20457 files.
20458
20459 * message.el (message-generate-headers-first): Don't quote nil
20460 and t in docstrings.
20461
20462 * imap.el (imap-id): do.
20463
20464 * gnus-agent.el (gnus-agent-consider-all-articles)
20465 (gnus-agent-queue-mail): do.
20466
20467 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
20468
20469 * spam-report.el (spam-report-process-queue): New function.
20470 Process requests from `spam-report-requests-file'.
20471 (spam-report-process-queue): Doc fix.
20472
20473 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
20474
20475 * spam.el (spam-register-routine)
20476 (spam-log-processing-to-registry, spam-log-registered-p)
20477 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20478 Change "check" to "spam-check" for semi-clarity.
20479
20480 2004-02-05 Jesper Harder <harder@ifa.au.dk>
20481
20482 * pop3.el: Require nnheader.
20483
20484 * mml-smime.el: Require cl. Autoload message-fetch-field.
20485
20486 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20487
20488 * gnus-picon.el: Require cl.
20489
20490 * gnus-fun.el: Require gnus-ems and gnus-util.
20491
20492 * gnus.el (gnus-method-to-server): Move defsubst before first use.
20493
20494 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20495
20496 * gnus-art.el (gnus-article-edit-mode): Define before first
20497 reference.
20498
20499 2004-02-04 Jesper Harder <harder@ifa.au.dk>
20500
20501 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20502 (gnus-uu-post-encoded): Use point-at-bol.
20503
20504 * gnus-topic.el (gnus-group-active-topic-p): do.
20505
20506 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20507
20508 * gnus-group.el (gnus-group-kill-region): do.
20509
20510 * gnus-art.el (article-date-ut): do.
20511
20512 * message.el (message-fetch-field): Remove redundant
20513 case-fold-search binding.
20514 (message-narrow-to-field): Simplify.
20515
20516 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
20517
20518 * spam.el (spam-directory): Derive from `gnus-directory'.
20519
20520 * spam-report.el (spam-report-url-to-file)
20521 (spam-report-requests-file): New function and variable for offline
20522 reporting.
20523 (spam-report-url-ping-function): Add `spam-report-url-to-file'
20524 and user defined function.
20525 (spam-report-url-ping-mm-url): Remove doubled slash.
20526
20527 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
20528
20529 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20530
20531 2004-02-03 Jesper Harder <harder@ifa.au.dk>
20532
20533 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20534 Fix format string mismatch.
20535
20536 * sieve.el (sieve-deactivate-all): do.
20537
20538 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20539
20540 * nnlistserv.el (nnlistserv-kk-wash-article): do.
20541
20542 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20543
20544 * mm-bodies.el (mm-7bit-chars): Don't include \r.
20545
20546 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
20547
20548 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20549 the list of checks.
20550
20551 2004-01-31 Jesper Harder <harder@ifa.au.dk>
20552
20553 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20554 padding.
20555
20556 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
20557
20558 * mm-view.el (mm-fill-flowed): New variable.
20559 (mm-inline-text): Use it.
20560
20561 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
20562
20563 * spam.el (spam-spamassassin-register-ham-routine)
20564 (spam-spamassassin-register-spam-routine): Fix function names.
20565
20566 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
20567
20568 * gnus.el (gnus-tmp-grouplens): Remove.
20569 (gnus-summary-line-format): Remove grouplens.
20570
20571 * gnus-group.el (gnus-group-line-format): Ditto.
20572
20573 * gnus-spec.el (gnus-format-specs): Ditto.
20574 (gnus-update-format-specifications): Flush the group format spec
20575 cache if there's the grouplens stuff.
20576 (gnus-parse-simple-format): Replace %l with the empty string.
20577
20578 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
20579
20580 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20581 omission.
20582
20583 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
20584
20585 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20586 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20587
20588 2004-01-25 Paul Jarc <prj@po.cwru.edu>
20589
20590 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20591 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20592 New macros and functions.
20593 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20594 Handle > NLINK_MAX messages.
20595 * nnmaildir.el (nnmaildir-request-set-mark):
20596 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20597
20598 2004-01-25 Alex Schroeder <alex@gnu.org>
20599
20600 * spam-stat.el (spam-stat-process-directory-age): New option.
20601 (spam-stat-process-directory): Use it.
20602
20603 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
20604
20605 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20606 (spam-stat-save): Accept prefix argument.
20607
20608 2004-01-23 Paul Jarc <prj@po.cwru.edu>
20609
20610 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20611 links" error.
20612
20613 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20614
20615 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20616 compatibility with old .newsrc.eld files.
20617
20618 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20619
20620 * gnus-start.el (gnus-1): do.
20621
20622 * gnus-group.el (gnus-group-line-format-alist): do.
20623
20624 * gnus.el (gnus-use-grouplens, gnus-visual): do.
20625
20626 * gnus-gl.el: Remove.
20627
20628 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
20629
20630 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20631 marks consisting of a single range {for example, (3 . 5)} rather
20632 than a list of a single range { ((3 . 5)) }.
20633
20634 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20635
20636 * spam-stat.el (spam-stat-store-gnus-article-buffer):
20637 Use with-current-buffer.
20638 (spam-stat-store-current-buffer): Use insert-buffer-substring to
20639 avoid consing a string.
20640
20641 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20642 Remove obsolete entries for big5 and gb2312.
20643
20644 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
20645
20646 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20647 uncompressed list.
20648
20649 2004-01-22 Jesper Harder <harder@ifa.au.dk>
20650
20651 * spam-stat.el (spam-stat-strip-xref): New function.
20652 (spam-stat-process-directory): Use it.
20653
20654 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20655 here -- it's done in message-fetch-field.
20656
20657 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
20658
20659 * gnus-agent.el (gnus-agent-queue-mail)
20660 (gnus-agent-prompt-send-queue): New variables.
20661 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20662 * gnus-draft.el (gnus-group-send-queue): Pass the group name
20663 "nndraft:queue" along to gnus-draft-send.
20664 Use gnus-agent-prompt-send-queue.
20665 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20666 is "nndraft:queue". Suggested by Gaute Strokkenes
20667 <gs234@srcf.ucam.org>
20668
20669 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20670 (agent-enable-undownloaded-faces): Add.
20671 (gnus-agent-cat-groups): Use eval-and-compile, not
20672 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20673 method of gnus-agent-cat-groups even when the buffer has been
20674 evaled.
20675 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20676 delete gnus-agent-save-active-1.
20677 (gnus-agent-save-groups): Delete. Identical to
20678 gnus-agent-save-active.
20679 (gnus-agent-write-active): No longer adjust agent's copy of active
20680 file as agent's adjustments are now stored in their own
20681 file. Remove optional parameter.
20682 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20683 servers. Add use of min/max range limits from server's local
20684 file.
20685 (gnus-agent-save-alist): Remove unused optional argument.
20686 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20687 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20688 (gnus-agent-set-local): A per-server file that keeps min/max range
20689 limits for articles known to the agent. Provides a fast mechanism
20690 for altering many active ranges.
20691 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20692 active file (local makes it unnecessary).
20693 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20694
20695 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20696 (agent-enable-undownloaded-faces): Add.
20697
20698 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20699 disable it when sending to "nndraft:queue".
20700 (gnus-group-send-queue): Add safety check to avoid sending queue
20701 when unplugged.
20702
20703 * gnus-group.el (gnus-group-catchup): Use new
20704 gnus-sequence-of-unread-articles, not
20705 gnus-list-of-unread-articles, to avoid exhausting memory with huge
20706 numbers of articles. Use gnus-range-map to avoid having to
20707 uncompress the unread list.
20708 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20709 Fix invalid ange-ftp reference.
20710
20711 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20712 (gnus-sorted-range-intersection): Intersection of two ranges
20713 without requiring that they first be uncompressed.
20714
20715 * gnus-start.el (gnus-activate-group): Unless blocked by the
20716 caller, possibly expand the active range to include both cached
20717 and agentized articles.
20718 (gnus-convert-old-newsrc): Rewrote in anticipation of having
20719 multiple version-dependent converters.
20720 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20721 gnus-agent-save-active.
20722 (gnus-save-newsrc-file): Save dirty agent range limits.
20723
20724 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20725 gnus-agent-possibly-alter-active.
20726 (gnus-adjust-marked-articles): Faster handling of simple lists
20727
20728 2004-01-21 Jesper Harder <harder@ifa.au.dk>
20729
20730 * spam-stat.el (spam-stat-test-directory): New optional argument
20731 displays a list of files detected. Suggested by Andrew Cohen
20732 <cohen@andy.bu.edu>.
20733 (spam-stat-buffer-words-with-scores): Don't narrow and change
20734 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
20735
20736 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
20737
20738 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20739 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20740 (spam-spamassassin-arguments)
20741 (spam-spamassassin-spam-flag-header)
20742 (spam-spamassassin-positive-spam-flag-header)
20743 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20744 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20745 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20746 (spam-list-of-processors, spam-list-of-checks)
20747 (spam-list-of-statistical-checks, spam-registration-functions)
20748 (spam-check-spamassassin-headers, spam-check-spamassassin)
20749 (spam-spamassassin-score)
20750 (spam-spamassassin-register-with-sa-learn)
20751 (spam-spamassassin-register-spam-routine)
20752 (spam-spamassassin-register-ham-routine)
20753 (spam-assassin-register-spam-routine)
20754 (spam-assassin-register-ham-routine): Add SpamAssassin support.
20755 (spam-bogofilter-score): Fix to show article before scoring.
20756
20757 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
20758
20759 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20760 default scoring function.
20761 (spam-generic-score): Call spam-spamassassin-score if
20762 spam-use-spamassassin or spam-use-spamassassin-headers is on;
20763 spam-bogofilter-score otherwise.
20764
20765 * gnus.el (spam-process, spam-autodetect-methods):
20766 Add spamassassin and spamassassin-headers.
20767
20768 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
20769
20770 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20771 Suppress unnecessary messages.
20772
20773 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20774
20775 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20776 make-hash-table.
20777
20778 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
20779
20780 * canlock.el (base64-encode-string): Don't autoload it.
20781
20782 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
20783
20784 * run-at-time.el: Remove useless (require 'itimer),
20785 eval-and-compile and (featurep 'xemacs).
20786
20787 2004-01-16 Jesper Harder <harder@ifa.au.dk>
20788
20789 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20790 GROUP is a virtual group.
20791
20792 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
20793
20794 * gnus.el: Autoload `message-y-or-n-p'.
20795
20796 2004-01-15 Jesper Harder <harder@ifa.au.dk>
20797
20798 * pgg-parse.el: Remove unnecessary (require 'custom).
20799
20800 * pgg-def.el: do.
20801
20802 * nnmail.el: do.
20803
20804 * gnus-undo.el: do.
20805
20806 * gnus-picon.el: do.
20807
20808 * gnus-util.el: do.
20809
20810 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
20811
20812 * gnus-sum.el (gnus-pick-line-number): Add autoload.
20813
20814 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
20815
20816 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20817 handle, as well as a list.
20818
20819 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20820 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20821 (mm-w3m-cid-retrieve): Simplify.
20822
20823 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
20824
20825 * message.el (message-kill-to-signature): Allow prefix arg to
20826 specify number of lines to keep before signature.
20827
20828 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
20829
20830 * message.el (message-kill-to-signature): Change docstring.
20831
20832 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
20833
20834 * canlock.el: Always require sha1-el.
20835 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20836
20837 * message.el: Autoload sha1 only when compiling.
20838
20839 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
20840
20841 * message.el (message-canlock-generate): Require sha1-el.
20842
20843 2004-01-13 Jesper Harder <harder@ifa.au.dk>
20844
20845 * message.el (message-expand-name): Silence the byte compiler.
20846
20847 2004-01-13 Simon Josefsson <jas@extundo.com>
20848
20849 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20850 Invoke gnus-score-mode.
20851 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20852
20853 * gnus-range.el (gnus-compress-sequence): Doc fix.
20854 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20855
20856 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20857
20858 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20859
20860 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
20861
20862 * spam.el (spam-get-article-as-string): Update to use
20863 gnus-request-article-this-buffer, much simpler.
20864 (spam-get-article-as-buffer): Remove.
20865
20866 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
20867
20868 * message.el (message-expand-name): Use EUDC if the user uses that.
20869
20870 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20871
20872 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20873 character for the encoding to avoid consing a string.
20874
20875 * rfc2047.el (rfc2047-decode-string): Don't cons a string
20876 unnecessarily.
20877
20878 * mm-util.el (mm-replace-chars-in-string): Remove.
20879
20880 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20881 of mm-replace-chars-in-string.
20882
20883 2004-01-11 Jesper Harder <harder@ifa.au.dk>
20884
20885 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20886
20887 * mm-util.el (mm-subst-char-in-string): Support inplace.
20888
20889 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20890 a new string in every iteration. Use shy groups.
20891
20892 2004-01-10 Jesper Harder <harder@ifa.au.dk>
20893
20894 * gnus-srvr.el (gnus-browse-unsubscribe-group):
20895 * gnus-soup.el (gnus-soup-group-brew):
20896 * gnus-msg.el (gnus-put-message):
20897 * gnus-move.el (gnus-group-move-group-to-server):
20898 * gnus-kill.el (gnus-batch-score):
20899 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20900 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20901 (gnus-group-update-group, gnus-group-read-group)
20902 (gnus-group-make-group, gnus-group-make-help-group)
20903 (gnus-group-make-archive-group, gnus-group-make-directory-group)
20904 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20905 (gnus-group-sort-by-unread, gnus-group-catchup)
20906 (gnus-group-unsubscribe-group, gnus-group-kill-group)
20907 (gnus-group-yank-group, gnus-group-set-info)
20908 (gnus-group-list-groups):
20909 * gnus.el (gnus-generate-new-group-name):
20910 * gnus-delay.el (gnus-delay-send-queue):
20911 * nnvirtual.el (nnvirtual-catchup-group):
20912 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20913 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20914 (gnus-group-prepare-topics, gnus-topic-check-topology):
20915 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20916 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20917 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20918 (gnus-group-make-articles-read):
20919 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20920 (gnus-group-change-level, gnus-kill-newsgroup)
20921 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20922 (gnus-get-unread-articles, gnus-make-articles-unread)
20923 (gnus-make-ascending-articles-unread): Use accessor
20924 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20925 to get group information for improved readability.
20926
20927 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20928
20929 * gnus-art.el (article-decode-mime-words, article-babel)
20930 (gnus-article-highlight-signature, gnus-article-add-buttons)
20931 (gnus-signature-toggle): Use gnus-with-article-buffer.
20932
20933 * gnus-art.el (gnus-article-highlight-headers)
20934 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20935
20936 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20937 (gnus-article-set-globals, gnus-request-article-this-buffer)
20938 (gnus-button-message-id, gnus-article-maybe-hide-headers)
20939 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20940 (gnus-mime-display-alternative): Use with-current-buffer.
20941
20942 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20943
20944 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20945 also under 80 char limit, and call gnus-error if needed.
20946 (spam-fetch-article-header): Fix - it was a
20947 buffer-local variable (gnus-newsgroup-data).
20948 (spam-find-spam): Use spam-generate-fake-headers, forget about
20949 spam-insert-fake-headers.
20950 (spam-insert-fake-headers): Remove.
20951
20952 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20953
20954 * deuglify.el (gnus-article-outlook-unwrap-lines)
20955 (gnus-outlook-rearrange-article)
20956 (gnus-outlook-repair-attribution-outlook)
20957 (gnus-outlook-repair-attribution-block)
20958 (gnus-outlook-repair-attribution-other): Remove redundant
20959 save-excursion.
20960
20961 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20962
20963 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20964 (spam-fetch-field-subject-fast)
20965 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20966 (spam-fetch-article-header): Add functions to deal with Gnus
20967 internals for fast retrieval of article header data.
20968 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20969
20970 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20971
20972 * pop3.el (pop3-md5): Remove.
20973 (pop3-apop): Replace pop3-md5 with md5.
20974
20975 * mm-bodies.el: base64 is always built-in.
20976
20977 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20978 Use with-current-buffer.
20979
20980 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
20981
20982 * canlock.el (canlock-insert-header): Remove excessive grouping in
20983 regexp.
20984
20985 * gnus-sum.el (gnus-summary-read-document): Ditto.
20986
20987 * gnus-uu.el (gnus-uu-part-number): Ditto.
20988
20989 * html2text.el (html2text-remove-tags): Ditto.
20990 (html2text-format-tags): Ditto.
20991 (html2text-format-single-elements): Ditto.
20992
20993 * mml.el (mml-parse-1): Ditto.
20994
20995 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20996
20997 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20998
20999 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21000
21001 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21002
21003 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21004
21005 2003-11-15 Simon Josefsson <jas@extundo.com>
21006
21007 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21008 (pgg-gpg-lookup-key): Use regexp match instead of
21009 split-string (split-string is different between emacs 21.2 and
21010 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
21011
21012 2004-01-08 Jesper Harder <harder@ifa.au.dk>
21013
21014 * gnus-art.el (gnus-mime-view-all-parts)
21015 (gnus-article-part-wrapper, gnus-article-view-part):
21016 Use with-current-buffer.
21017
21018 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
21019
21020 * spam.el (spam-disable-spam-split-during-ham-respool)
21021 (spam-spamoracle-database, spam-cache-lookups)
21022 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21023 (spam-group-ham-mark-p, spam-group-spam-mark-p)
21024 (spam-group-ham-marks, spam-group-spam-marks)
21025 (spam-group-spam-contents-p, spam-group-ham-contents-p)
21026 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21027 also add spam-use-blackholes to the statistical checks.
21028 (spam-fetch-field-fast): Add interface to fetching fields, may
21029 become a macro.
21030 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21031 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21032 (spam-insert-fake-headers): Fake an article when needed.
21033 (spam-find-spam): Fake article when possible.
21034 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21035 (spam-check-bogofilter-headers): Use message-fetch-field instead
21036 of nnmail-fetch-field.
21037
21038 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
21039
21040 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21041
21042 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
21043
21044 * spam.el (spam-split): Do not require spam-use-CHECK to be
21045 enabled if that check is passed to spam-split explicitly; also
21046 fix so 'spam doesn't get converted to spam-split-group when
21047 spam-split-symbolic-return is t.
21048 (spam-find-spam): Find registrations of the article and use those
21049 instead of re-running spam-split to find the spam/ham
21050 classification of the article.
21051 (spam-log-processing-to-registry, spam-log-registered-p)
21052 (spam-log-unregistration-needed-p, spam-log-undo-registration):
21053 Use gnus-error instead of gnus-message.
21054 (spam-log-registration-type): Add function to determine the
21055 classification of a message based on registry entries; will
21056 return nil if both 'spam and 'ham are found.
21057 (spam-check-BBDB): Expand all the BBDB macros here so we can have
21058 a reasonably fast local cache without the loading errors.
21059 (spam-cache-lookups): Set to t by default.
21060 (spam-find-spam): Don't try to guess spam-cache-lookups.
21061 (spam-enter-whitelist, spam-enter-blacklist): Clear the
21062 spam-caches entry.
21063 (spam-filelist-build-cache, spam-filelist-check-cache):
21064 Fix caching of whitelist/blacklist entries.
21065 (spam-check-whitelist, spam-check-blacklist):
21066 Invoke spam-from-listed-p with a type, not a cache variable.
21067 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21068
21069 2004-01-07 Jesper Harder <harder@ifa.au.dk>
21070
21071 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21072
21073 * nnmail.el (nnmail-split-fancy): do.
21074
21075 * mml.el (mml-parse): do.
21076
21077 * gnus-score.el (gnus-enter-score-words-into-hashtb)
21078 (gnus-score-adaptive): do.
21079
21080 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21081
21082 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21083 (gnus-mime-button-map): Don't set keymap parent.
21084 (gnus-button-ctan-directory-regexp): Use shy grouping.
21085 (gnus-prev-page-map): Don't set keymap parent.
21086 (gnus-prev-page-map): Remove duplicated one.
21087 (gnus-next-page-map): Don't set keymap parent.
21088 (gnus-mime-security-button-map): Ditto.
21089
21090 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21091 version number.
21092
21093 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21094
21095 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21096
21097 * canlock.el (canlock-sha1-function): Remove.
21098 (canlock-sha1-function-for-verify): Remove.
21099 (canlock-openssl-program): Remove.
21100 (canlock-openssl-args): Remove.
21101 (canlock-ignore-errors): Remove.
21102 (canlock-sha1-with-openssl): Remove.
21103 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21104 (canlock-verify): Don't use canlock-ignore-errors.
21105
21106 * sha1-el.el (sha1-string-external): Make it can return a string
21107 in binary form.
21108 (sha1-region-external): Ditto.
21109 (sha1-string-internal): Ditto.
21110 (sha1-region-internal): Ditto.
21111 (sha1-region): Ditto.
21112 (sha1-string): Ditto.
21113 (sha1): Ditto.
21114
21115 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21116
21117 * spam.el (spam-report-articles-gmane): New command.
21118
21119 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21120
21121 * gnus.el: Don't make unnecessary *Group* buffer when loading.
21122
21123 * run-at-time.el (run-at-time-saved): Remove.
21124 (run-at-time): Doc fix.
21125
21126 2004-01-07 Jesper Harder <harder@ifa.au.dk>
21127
21128 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21129 (gnus-summary-limit-map): Add it.
21130 (gnus-summary-make-menu-bar): do.
21131
21132 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
21133
21134 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21135 Make attempt at some caching support (done for BBDB only now).
21136 (spam-find-spam): Set spam-cache-lookups if there are more than 2
21137 addresses to be checked.
21138 (spam-clear-cache-BBDB): Add function, to be invoked by
21139 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21140 (spam-check-BBDB): Check and use the caches, if
21141 spam-cache-lookups is on, remove superfluous (provide).
21142
21143 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
21144
21145 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21146
21147 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
21148
21149 * run-at-time.el (run-at-time-saved): Move to after the definition
21150 of `run-at-time'.
21151
21152 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21153
21154 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21155 mm-w3m-local-map-property.
21156
21157 * mm-view.el (mm-w3m-mode-map): Remove.
21158 (mm-w3m-local-map-property): Remove.
21159 (mm-inline-text-html-render-with-w3m): Don't use
21160 mm-w3m-local-map-property.
21161
21162 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21163
21164 * run-at-time.el: New file.
21165
21166 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21167 of gnus-set-text-properties.
21168
21169 * gnus-uu.el (gnus-uu-save-article): Ditto.
21170
21171 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21172
21173 * gnus-cite.el (gnus-cite-parse): Ditto.
21174
21175 * gnus-art.el (gnus-button-push): Use set-text-properties instead
21176 of gnus-.
21177
21178 * gnus.el: Change calls to nnheader-run-at-time and
21179 password-run-at-time throughout to use run-at-time directly.
21180
21181 * password.el: Remove definition of run-at-time.
21182
21183 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
21184
21185 * mml.el (mml-minibuffer-read-disposition): Show attachment type
21186 in prompt.
21187
21188 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
21189
21190 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21191 XEmacs version.
21192
21193 * dns.el (dns-make-network-process): Use `open-network-stream'
21194 instead of `gnus-xmas-open-network-stream'.
21195
21196 * .cvsignore: Add auto-autoloads.el, custom-load.el.
21197
21198 2004-01-06 Jesper Harder <harder@ifa.au.dk>
21199
21200 * gnus-art.el (gnus-mime-display-alternative)
21201 (gnus-insert-mime-button, gnus-insert-mime-security-button)
21202 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21203 Don't use gnus-local-map-property.
21204
21205 * gnus-util.el (gnus-local-map-property): Remove.
21206
21207 * mm-view.el (mm-view-pkcs7-decrypt):
21208 Replace gnus-completing-read-maybe-default with completing-read.
21209
21210 * gnus-util.el (gnus-completing-read): do.
21211 (gnus-completing-read-maybe-default): Remove.
21212
21213 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
21214
21215 * password.el: Only autoload `run-at-time' if not XEmacs.
21216 Only autoload the itimer functions if XEmacs.
21217
21218 2004-01-06 Jesper Harder <harder@ifa.au.dk>
21219
21220 * gnus-art.el (gnus-read-string): Remove.
21221 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21222 read-string.
21223
21224 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
21225
21226 * netrc.el: Autoload password-read.
21227 (netrc): Add configuration group.
21228 (netrc-encoding-method, netrc-openssl-path):
21229 Add variables for encoding and decoding of files with symmetric
21230 ciphers.
21231 (netrc-encode): Add assistant function to encode a file with
21232 netrc-encoding-method.
21233 (netrc-parse): Add interactive parameter, added optional
21234 decoding if netrc-encoding-method is non-nil but otherwise
21235 behavior is standard.
21236 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21237 Do s/encode/encrypt/ everywhere.
21238
21239 * spam.el: Remove executable-find autoload.
21240
21241 2004-01-05 Jesper Harder <harder@ifa.au.dk>
21242
21243 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21244
21245 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21246
21247 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21248
21249 * gnus-art.el (gnus-treat-ansi-sequences)
21250 (article-treat-ansi-sequences): New variable and function.
21251 Suggested by Dan Jacobson <jidanni@jidanni.org>.
21252
21253 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21254 Use it.
21255
21256 2004-01-05 Jesper Harder <harder@ifa.au.dk>
21257
21258 * mm-util.el (mm-quote-arg): Remove.
21259
21260 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21261 shell-quote-argument.
21262
21263 * gnus-uu.el (gnus-uu-command): do.
21264
21265 * gnus-sum.el (gnus-summary-insert-pseudos): do.
21266
21267 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21268 with make-char.
21269
21270 * mm-util.el (mm-make-char): Remove.
21271
21272 * mml.el (mml-mode): Replace gnus-add-minor-mode with
21273 add-minor-mode.
21274
21275 * gnus-undo.el (gnus-undo-mode): do.
21276
21277 * gnus-topic.el (gnus-topic-mode): do.
21278
21279 * gnus-sum.el (gnus-dead-summary-mode): do.
21280
21281 * gnus-start.el (gnus-slave-mode): do.
21282
21283 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21284
21285 * gnus-ml.el (gnus-mailing-list-mode): do.
21286
21287 * gnus-gl.el (gnus-grouplens-mode): do.
21288
21289 * gnus-draft.el (gnus-draft-mode): do.
21290
21291 * gnus-dired.el (gnus-dired-mode): do.
21292
21293 * gnus-ems.el (gnus-add-minor-mode): Remove.
21294
21295 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21296 Replace gnus-char-width with char-width.
21297
21298 * gnus-ems.el (gnus-char-width): Remove.
21299
21300 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21301 Replace gnus-char-width with char-width.
21302
21303 * gnus-ems.el (gnus-char-width): Remove.
21304
21305 * spam-stat.el (with-syntax-table): Remove with-syntax-table
21306 definition.
21307 Remove Emacs 20 hash table compatibility code.
21308
21309 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21310 20 compatibility code.
21311
21312 * spam.el (spam-point-at-eol): Replace with point-at-eol.
21313
21314 * smime.el (smime-point-at-eol): Replace with point-at-eol.
21315
21316 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21317 Replace with point-at-{eol,bol}.
21318
21319 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21320
21321 * imap.el (imap-point-at-eol): Replace with point-at-eol.
21322
21323 * flow-fill.el (fill-flowed-point-at-bol)
21324 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21325
21326 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21327 Replace with point-at-{eol,bol} throughout all files.
21328
21329 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
21330
21331 * ntlm.el (ntlm-string-as-unibyte): New macro.
21332 (ntlm-build-auth-response): Use it.
21333
21334 Remove Emacs 20 stuff:
21335 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21336 of delq and copy-sequence.
21337 * gnus-art.el (popup-menu): Remove the compiler macro.
21338 * nnmail.el (nnmail-split-fancy): Don't support customizing with
21339 Emacs 20.
21340
21341 2004-01-05 Simon Josefsson <jas@extundo.com>
21342
21343 * ntlm.el: Fix namespace. Change smb-passwd-hash into
21344 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21345 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21346 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21347 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21348 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21349 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21350 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21351 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21352 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21353 ntlm-string-permute, string-lshift into ntlm-string-lshift,
21354 string-xor into ntlm-string-xor.
21355 Suggested by Jesper Harder <harder@myrealbox.com>.
21356
21357 * ntlm.el: Don't include poem.
21358
21359 * md4.el (print-int32, print-string-hexa): Remove.
21360 Suggested by Jesper Harder <harder@myrealbox.com>.
21361
21362 * sasl-ntlm.el, ntlm.el, md4.el: New files.
21363
21364 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
21365 probably breaks emacs with DL patch, but do we care? Is anyone
21366 still using the DL stuff?)
21367
21368 * sieve-manage.el: Use the password package.
21369 (sieve-manage-read-passwd): Remove.
21370 (sieve-manage-interactive-login): Use password. Re-add
21371 condition-case around loop.
21372
21373 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21374 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21375 Use the password package.
21376
21377 2003-02-19 Simon Josefsson <jas@extundo.com>
21378
21379 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21380 token.
21381
21382 2002-08-07 Simon Josefsson <jas@extundo.com>
21383
21384 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21385 (sieve-manage-authenticators):
21386 (sieve-manage-authenticator-alist): Add some SASL mechs.
21387 (sieve-sasl-auth): New function.
21388 (sieve-manage-cram-md5-auth):
21389 (sieve-manage-plain-auth): Rewrite using SASL library.
21390 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21391 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21392 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21393 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21394
21395 2004-01-05 Simon Josefsson <jas@extundo.com>
21396
21397 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21398 New files.
21399
21400 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21401
21402 * gnus-group.el (gnus-no-groups-message): Update.
21403
21404 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21405
21406 2003-11-09 Simon Josefsson <jas@extundo.com>
21407
21408 * imap.el: Support for ID IMAP extension (RFC 2971).
21409 (imap-local-variables): Add imap-id.
21410 (imap-id): New variable.
21411 (imap-id): New function.
21412 (imap-parse-response): Parse untagged ID response.
21413 * nnimap.el (nnimap-id): New variable.
21414 (nnimap-open-connection): Use it.
21415
21416 2003-12-28 Simon Josefsson <jas@extundo.com>
21417
21418 * gnus-score.el (gnus-score-edit-all-score): New.
21419 * gnus-group.el (gnus-group-score-map): Bind it to W e.
21420
21421 2004-01-04 Simon Josefsson <jas@extundo.com>
21422
21423 * password.el: Add.
21424
21425 2004-01-04 Mario Lang <lang@zid.tugraz.at>
21426
21427 * dns.el (dns-query-types): Fix typo.
21428 (dns-query-types): New function.
21429 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
21430 PTR and SOA replies, see RFC 1035.
21431
21432 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21433
21434 * gnus.el (gnus-logo-color-style): Change colors to `no'.
21435
21436 * Move to Changelog.2.
21437
21438 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21439
21440 * gnus.el (gnus-version-number): Bump version.
21441
21442 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21443
21444 * gnus.el: No Gnus v0.1 is released.
21445
21446 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21447
21448 * gnus.el: No Gnus v0.0 is released.
21449
21450 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21451
21452 * gnus.el (gnus-version-number): Bump.
21453 (gnus-version): No.
21454
21455 See ChangeLog.2 for earlier changes.
21456
21457 Copyright (C) 2004-2011 Free Software Foundation, Inc.
21458
21459 This file is part of GNU Emacs.
21460
21461 GNU Emacs is free software: you can redistribute it and/or modify
21462 it under the terms of the GNU General Public License as published by
21463 the Free Software Foundation, either version 3 of the License, or
21464 (at your option) any later version.
21465
21466 GNU Emacs is distributed in the hope that it will be useful,
21467 but WITHOUT ANY WARRANTY; without even the implied warranty of
21468 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21469 GNU General Public License for more details.
21470
21471 You should have received a copy of the GNU General Public License
21472 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21473
21474 ;; Local Variables:
21475 ;; coding: utf-8
21476 ;; fill-column: 79
21477 ;; add-log-time-zone-rule: t
21478 ;; End: