]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
* gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
[gnu-emacs] / lisp / gnus / ChangeLog
1 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4 macro caddr in the interactive form since it won't be expanded.
5
6 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7
8 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9 `charset'; fix name of function called recursively.
10 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11
12 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13
14 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15 (gnus-mime-set-charset-parameters): New function.
16 (gnus-mime-view-part-as-charset): Use it to correctly display part
17 specifying wrong charset.
18
19 2008-09-08 David Engster <dengste@eml.cc>
20
21 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
22 in completing-read for back end server.
23
24 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
25
26 * message.el (message-confirm-send): New variable to confirm sending a
27 message.
28 (message-send): Use it.
29
30 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
31
32 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
33
34 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
35
36 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
37
38 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
39
40 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
41 prevent tracking too many groups.
42 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
43 Use it.
44
45 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
46
47 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
48 moving point to the bottom of the window in order to avoid recentering.
49
50 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
51
52 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
53 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
54 (gnus-article-beginning-of-window): Fix calculation.
55
56 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
57
58 * gnus-msg.el (gnus-summary-supersede-article)
59 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
60 value of gnus-newsgroup-charset to decode non-MIME encoded text in
61 message header.
62
63 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
64
65 * message.el:
66 * gnus-start.el:
67 * gnus-registry.el: Remove VMS support.
68
69 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
70
71 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
72 macro.
73 (rfc2104-hash): Use it.
74
75 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
76
77 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
78 (gnus-summary-sort-by-most-recent-date): New commands.
79 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
80 and menu entries.
81
82 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
83
84 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
85 don't redisplay article for raw contents; remove plural articles stuff.
86
87 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
88 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
89 on gnus-summary-save-article; display results properly.
90
91 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
92
93 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
94
95 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
96
97 * gnus-art.el (gnus-summary-save-in-pipe): Consider
98 gnus-save-all-headers.
99
100 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
101
102 * gnus-util.el (ns-focus-frame): Remove declaration.
103 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
104 like x.
105
106 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
107
108 * rfc2104.el (rfc2104-zero): Delete defconst.
109 (rfc2104-hex-alist): Likewise.
110 (rfc2104-hex-to-int): Delete func.
111 (rfc2104-hexstring-to-bitstring): Likewise.
112 (rfc2104-nybbles): New defconst.
113 (rfc2104-hash): Rewrite for speed.
114
115 2008-07-16 Glenn Morris <rgm@gnu.org>
116
117 * gnus-util.el (ns-focus-frame): Declare for compiler.
118
119 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
120
121 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
122 set as a group parameter.
123 (gnus-summary-save-in-pipe): Work when it is called independently.
124 (gnus-summary-pipe-to-muttprint): Don't modify
125 gnus-summary-pipe-output-default-command.
126
127 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 * message.el (message-send-mail-with-sendmail):
130 Display the error message.
131
132 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
133
134 * gnus-art.el (gnus-default-article-saver):
135 Add gnus-summary-save-in-pipe to choices.
136 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
137 gnus-summary-pipe-output-default-command as the default command.
138 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
139 instead of gnus-last-shell-command.
140
141 * gnus-sum.el (gnus-summary-pipe-output-default-command):
142 New user option.
143 (gnus-summary-muttprint-program): Mention the value will be changed.
144 (gnus-summary-save-article): Force showing of all headers.
145 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
146
147 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
148
149 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
150
151 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
152
153 * nnimap.el (nnimap-id):
154 * sieve-manage.el (sieve-manage-open): Doc fixes.
155
156 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
157
158 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
159 if available.
160
161 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
162
163 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
164
165 * nnkiboze.el (nnkiboze-generate-group):
166 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
167
168 * nnmairix.el: Require CL.
169
170 2008-06-15 David Engster <dengste@eml.cc>
171
172 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
173
174 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
175
176 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
177 New macros that expand to an `aset'/`aref' call under Emacs, and to a
178 runtime choice under XEmacs.
179
180 * gnus-sum.el (gnus-summary-set-display-table):
181 Use `gnus-put-display-table', `gnus-get-display-table',
182 `gnus-set-display-table' for the display table, instead of `aset'.
183
184 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
185
186 * nnmairix.el: Add autoloads.
187
188 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
189
190 * nnmairix.el (nnmairix-delete-recreate-group)
191 (nnmairix-update-and-clear-marks): Fix error messages.
192
193 2008-06-14 David Engster <dengste@eml.cc>
194
195 * nnmairix.el: Upgrade to version 0.6.
196 (nnmairix-group-toggle-propmarks-this-group)
197 (nnmairix-group-toggle-readmarks-this-group)
198 (nnmairix-group-delete-recreate-this-group)
199 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
200 (nnmairix-remove-tick-mark-original-article): New commands.
201 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
202 (nnmairix-propagate-marks-to-nnmairix-groups)
203 (nnmairix-only-use-registry, nnmairix-allowfast-default)
204 (nnmairix-marks-cache, nnmairix-version-output): New variables.
205 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
206 functions needed for marks propagation and manipulation of read marks.
207 (nnmairix-update-groups): New function.
208 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
209 (nnmairix-determine-original-group-from-registry)
210 (nnmairix-determine-original-group-from-path)
211 (nnmairix-get-group-from-file-path, nnmairix-map-range)
212 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
213 New helper functions.
214 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
215 keystrokes for new commands.
216 (nnmairix-delete-and-create-on-change): Doc string cleanup.
217 (nnmairix-request-group): Check allow-fast group parameter.
218 (nnmairix-request-create-group): Set allow-fast group parameter if
219 nnmairix-allowfast-default is set.
220 (nnmairix-close-group): Propagate marks upon closing if needed.
221 (nnmairix-group-toggle-threads-this-group): Use new.
222 nnmairix-group-toggle-parameter helper function.
223 (nnmairix-search): Better check for empty search result.
224 (nnmairix-goto-original-article): Use new helper functions for
225 determining original article.
226 (nnmairix-show-original-article): Make sure message-id is in brackets.
227 (nnmairix-call-mairix-binary): Change variable name.
228 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
229 helper function.
230 (nnmairix-widget-toggle-activate): Fix doc string.
231
232 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
233
234 * nnir.el: Require edmacro when compiling with XEmacs.
235 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
236 available in Emacs 21.
237
238 2008-06-11 Glenn Morris <rgm@gnu.org>
239
240 * gnus-util.el (x-focus-frame):
241 * gnus.el (image-size):
242 * mm-decode.el (image-size): Declare.
243
244 * gnus-picon.el (declare-function): Add compat definition.
245 (image-size): Declare.
246
247 * gnus-group.el (tool-bar-map):
248 * gnus-sum.el (tool-bar-map): Define for compiler.
249
250 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
251
252 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
253
254 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
255 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
256 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
257 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
258 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
259 * sieve-manage.el, spam-report.el, spam.el:
260 Remove unnecessary eval-and-compile of autoloads.
261
262 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
263
264 * auth-source.el: Precise Tramp doc.
265
266 2008-06-07 Glenn Morris <rgm@gnu.org>
267
268 * nnmairix.el: Remove unnecessary eval-when-compile.
269
270 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
271
272 * nnir.el: New file.
273
274 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
275
276 * gnus-util.el (gnus-read-shell-command): New function.
277 * mm-decode.el (mm-pipe-part):
278 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
279
280 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
281
282 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
283
284 2008-06-03 Glenn Morris <rgm@gnu.org>
285
286 * pop3.el (nnheader-accept-process-output): Autoload it.
287
288 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
289
290 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
291 are not 2-digit hexadecimal characters that follow `%'s.
292
293 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
294
295 * message.el (message-bogus-recipient-p): Fix type in doc string.
296 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
297 (message-bogus-addresses): Rename from message-bogus-address-regexp.
298 Improve custom options.
299 (message-bogus-recipient-p): Adjust accordingly.
300
301 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
302
303 * nnmairix.el: Require edmacro when compiling with XEmacs.
304
305 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
306
307 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
308 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
309
310 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
311
312 * auth-source.el: Add more docs.
313
314 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
315
316 * nnheader.el (nnheader-read-timeout): Change the default timeout from
317 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
318 retrieval faster in some cases, but might make CPU usage larger. If
319 this has any bad side effects, we might revert this change.
320
321 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
322 seems to make mail retrieval much, much faster.
323 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
324 unconditionally.
325
326 * gnus-draft.el (gnus-group-send-queue): Bind
327 message-send-mail-partially-limit to nil to avoid being prompted.
328
329 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
330
331 * mml.el (mml-attach-buffer): Prompt for `disposition'.
332
333 * message.el (message-bogus-address-regexp): Fix and improve custom
334 type.
335 (message-setup-hook): Add message-check-recipients as custom option.
336
337 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
338
339 * message.el (message-cite-function): Remove bogus autoload which crept
340 in during merge from v5-10.
341
342 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
343
344 * nnimap.el (nnimap-open-connection): Fix login/password bug.
345
346 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
347
348 * auth-source.el: Preliminary Tramp docs.
349 (auth-sources): Change the default auth-sources to use
350 EPA .gpg files.
351
352 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
353
354 * nntp.el: Autoload `auth-source-user-or-password'.
355 (nntp-send-authinfo): Use it.
356
357 * nnimap.el: Autoload `auth-source-user-or-password'.
358 (nnimap-open-connection): Use it.
359
360 * auth-source.el: Added docs on using with url-auth. Import gnus-util
361 for the gnus-message function.
362 (auth-source-user-or-password): Use it.
363
364 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
365
366 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
367 rfc2104-hexstring-to-byte-list. Return a unibyte string.
368 (rfc2104-hash): Use it.
369
370 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
371
372 * gnus-art.el (gnus-article-toggle-truncate-lines):
373 Don't use `iff' in docstring.
374
375 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
376
377 * gnus-registry.el: Adjusted copyright dates and added a keyword.
378
379 * gnus-util.el (gnus-extract-address-component-name)
380 (gnus-extract-address-component-email): Convenience functions around
381 `gnus-extract-address-components'.
382
383 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
384 Use `gnus-extract-address-component-email' to fix bug of comparing full
385 sender name to `user-mail-address'.
386
387 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
388
389 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
390 catch/throw to optimize.
391 (gnus-registry-find-keywords): Just use member to find a keyword.
392
393 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
394
395 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
396 is current before calling gnus-server-prepare.
397 (gnus-server-setup-buffer, gnus-server-update-server)
398 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
399
400 2008-05-04 Juri Linkov <juri@jurta.org>
401
402 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
403 (mailcap-file-default-commands): Use mailcap-replace-in-string
404 instead of replace-regexp-in-string, and mailcap-delete-duplicates
405 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
406
407 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
408
409 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
410
411 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
412
413 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
414 hooks.
415 (gnus-update-read-articles): Speed up non-marks-using users.
416 (gnus-use-marks): Define gnus-use-marks.
417 (gnus-propagate-marks): Rename variable to something more sensible.
418
419 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
420
421 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
422 (gmm-image-load-path-for-library): Fix typos in docstrings.
423 (gmm-message): Reflow docstring.
424
425 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
426
427 * mail-source.el (mail-source-set-1, mail-source-bind):
428 Move auth-source code out of the macro to clean it up and fix bugs.
429
430 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
431
432 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
433 by sender if it's equal to user-mail-address, it's likely to be
434 useless.
435
436 * mail-source.el (mail-source-bind): Don't use user or password if they
437 are not bound. Unintern them if they are nil. Don't use server unless
438 it's bound, and default it to empty string otherwise.
439
440 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
441
442 * mail-source.el: Load auth-source.el.
443 (mail-source-bind): Add comments. Call auth-source-user-or-password to
444 get user name or password, if auth-sources is set up.
445
446 * gnus-registry.el (gnus-registry-split-strategy): New variable for
447 strategy of splitting with parent.
448 (gnus-registry-split-fancy-with-parent)
449 (gnus-registry-post-process-groups): Use it and fix prior
450 bug (returning a list as the split result).
451
452 * auth-source.el (auth-sources): Remove server parameter.
453 (auth-source-pick, auth-source-user-or-password)
454 (auth-source-user-or-password-imap)
455 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
456 (auth-source-user-or-password-sftp)
457 (auth-source-user-or-password-smtp): Remove server parameter.
458
459 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
460
461 * smime.el (smime-sign-region, smime-encrypt-region)
462 (smime-decrypt-region):
463 Remove redundant calls to `generate-new-buffer-name'.
464
465 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
466
467 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
468 Don't use QP for message/rfc822.
469 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
470
471 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
472
473 * sieve-manage.el (sieve-string-bytes): Remove.
474 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
475 correct byte-length only if the process's coding-system is the same as
476 the one used internally by Emacs to represent strings.
477
478 2008-04-22 Juri Linkov <juri@jurta.org>
479
480 * mailcap.el (mailcap-file-default-commands): New function.
481
482 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
483
484 * message.el (message-signature-separator, message-cite-function):
485 Change custom version.
486
487 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
488
489 * mm-decode.el (mm-display-external): Make temp file read-only.
490
491 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
492
493 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
494 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
495 `C-c C-f d'.
496
497 2008-04-12 Adrian Aichner <adrian@xemacs.org>
498
499 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
500
501 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
502
503 * auth-source.el: Added docs.
504 (auth-sources): Modify format to support server.
505 (auth-source-pick, auth-source-user-or-password)
506 (auth-source-user-or-password-imap)
507 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
508 (auth-source-user-or-password-sftp)
509 (auth-source-user-or-password-smtp): Add server parameter.
510
511 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
512
513 * gnus-registry.el: Initialize the registry when gnus-registry-install
514 is t.
515
516 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
517
518 * compface.el (uncompface): Make buffer unibyte.
519
520 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
521
522 * mail-source.el (mail-source-value):
523 Prefer fboundp to functionp so it works with macros as well.
524
525 2008-04-05 Glenn Morris <rgm@gnu.org>
526
527 * gnus-ems.el (mm-disable-multibyte): Autoload it.
528
529 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
530
531 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
532 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
533
534 * nnheader.el (nnheader-init-server-buffer): Change buffer's
535 multibyteness after rather than before erasing it.
536
537 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
538 mm-with-multibyte.
539 (gnus-request-article-this-buffer): Make sure the proper decoding is
540 used if gnus-original-article-buffer happens to be unibyte.
541
542 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
543 default-enable-multibyte-characters.
544
545 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
546 default-enable-multibyte-characters.
547
548 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
549
550 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
551
552 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
555 Fix last change in case the element is not even a symbol.
556
557 2008-04-02 Simon Josefsson <simon@josefsson.org>
558
559 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
560 imap-enable-exchange-bug-workaround.
561 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
562
563 2008-04-01 Simon Josefsson <simon@josefsson.org>
564
565 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
566 a 100 byte status-checks into a 2-3MB transfer for each group.
567 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
568 to enable bug workaround or not.
569 (nnimap-find-minmax-uid): Only enable workaround conditionally.
570
571 2008-03-31 Glenn Morris <rgm@gnu.org>
572
573 * message.el (mml2015-use): Declare for compiler.
574 (message-info): Require mml2015 when appropriate.
575
576 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
577
578 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
579 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
580 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
581 (nntp-service-to-port): New function.
582 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
583 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
584 (nntp-open-netcat-stream): New function.
585 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
586
587 2008-03-29 Sven Joachim <svenjoac@gmx.de>
588
589 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
590
591 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
592
593 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
594
595 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
596
597 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
598
599 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
600
601 * message.el (message-signature-separator): Change default.
602 Improve custom type.
603 (message-cite-function): Change default to
604 message-cite-original-without-signature.
605
606 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
607 toggle.
608
609 * message.el (message-check-news-body-syntax): Fix signature check.
610 (message-setup-1): Mark buffer as unmodified _after_ running
611 message-setup-hook and handling message-alternative-emails.
612 (message-shorten-references): Be more strict when building list of
613 valid references to comply with GNKSA.
614
615 * gnus-group.el (gnus-read-ephemeral-bug-group)
616 (gnus-read-ephemeral-debian-bug-group)
617 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
618
619 * message.el (message-info): Don't use booleanp which isn't supported
620 in Emacs 21 and XEmacs.
621
622 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
623
624 * gnus-group.el (gnus-gmane-group-download-format): Rename from
625 gnus-group-gmane-group-download-format.
626 (gnus-group-read-ephemeral-gmane-group): Rename from
627 gnus-group-read-ephemeral-gmane-group.
628 (gnus-read-ephemeral-gmane-group-url): Rename from
629 gnus-group-read-ephemeral-gmane-group-url.
630 (gnus-bug-group-download-format-alist): New variable.
631 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
632 (gnus-read-ephemeral-emacs-bug-group): New commands.
633
634 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
635
636 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
637 (gnus-visible-headers): Improve custom type.
638
639 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
640
641 * mml.el (mml-menu): Add workarounds for XEmacs.
642
643 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
644 X-Boundary header.
645
646 * message.el (message-simplify-recipients): Fix previous commit.
647
648 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
649
650 * mm-util.el (mm-set-buffer-multibyte): New function.
651 * mm-decode.el (mm-copy-to-buffer): Use it.
652
653 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
654 Prefer fboundp to functionp so it works with macros as well.
655
656 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
657
658 * message.el (message-alter-recipients-discard-bogus-full-name):
659 New function.
660 (message-alter-recipients-function): New variable.
661 (message-get-reply-headers): Use it.
662 (message-replace-header): New helper function.
663 (message-recipients-without-full-name): New variable.
664 (message-simplify-recipients): New command.
665
666 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
667
668 * message.el (message-info): Handle EasyPG manual.
669
670 * mml.el (mml-menu): Add entry for EasyPG.
671
672 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
673
674 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
675 parameter.
676
677 * message.el (message-disassociate-draft): Specify drafts group name
678 fully.
679
680 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
681
682 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
683 unnecessary duplicates from the match list.
684
685 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
686
687 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
688 args of `how-many' of which the XEmacs version doesn't take; declare
689 Info-index-next as function.
690
691 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
692
693 * gnus-score.el (gnus-score-headers): Fix handling of
694 gnus-inhibit-slow-scoring.
695
696 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
697 string.
698 (gnus-button-url-regexp): Improve handling of parenthesis.
699 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
700 (gnus-button-handle-info-keystrokes): Handle index entries.
701
702 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
703
704 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
705 Incoming* files.
706
707 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
708
709 * auth-source.el (auth-sources): Renamed from auth-source-choices.
710 (auth-source-pick): Use it.
711
712 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
713
714 * auth-source.el (auth-source-protocols)
715 (auth-source-protocols-customize, auth-source-choices): Added and
716 modified variable customizations and defaults.
717 (auth-source-pick, auth-source-user-or-password)
718 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
719 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
720 (auth-source-user-or-password-sftp)
721 (auth-source-user-or-password-smtp): Use new variables and provide an
722 interface to netrc.el.
723
724 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
725
726 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
727 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
728 Make sure the nntp port to specify is a string.
729
730 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
731
732 * nntp.el: Use with-current-buffer.
733 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
734 dubious mm-with-unibyte-current-buffer.
735 (nntp-with-open-group-function): New function extracted from
736 nntp-with-open-group macro.
737 (nntp-with-open-group): Use the function, so it's easier to debug.
738 Add indentation and debugging info.
739 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
740 the use of the netcat alternatives.
741
742 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
743 Avoid mm-string-as-multibyte as well.
744
745 * nnweb.el (nnweb-insert-html):
746 Remove use of nnheader-string-as-multibyte.
747
748 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
749 (nnheader-string-as-multibyte): Remove.
750
751 * mm-view.el: Use inhibit-read-only.
752 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
753 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
754 or unibyte-string.
755
756 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
757 (mm-uu-yenc-extract): Use with-current-buffer.
758
759 * gnus-soup.el (gnus-soup-send-packet): Don't use
760 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
761
762 * nnmh.el: Use with-current-buffer.
763 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
764 mm-string-as-multibyte on the output of mm-encode-coding-string.
765
766 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
767 (nnimap-request-move-article): Use with-current-buffer.
768
769 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
770 inserting the handle-buffer's text, so the implicit multibyte->unibyte
771 conversion uses string-make-unibyte rather than string-as-unibyte.
772
773 * gnus-msg.el: Use with-current-buffer.
774
775 * message.el (message-ignored-resent-headers): Add "Delivered-To".
776
777 2008-03-10 Daiki Ueno <ueno@unixuser.org>
778
779 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
780 string for caching if it is 'PIN.
781
782 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
783
784 * mail-source.el (mail-source-delete-old-incoming-confirm):
785 Change default to nil.
786 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
787
788 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
789
790 * gnus-art.el (gnus-narrow-to-page): Position point properly.
791 (gnus-article-goto-prev-page): Work for articles having ^L's.
792
793 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
794
795 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
796
797 2008-03-07 Karl Fogel <kfogel@red-bean.com>
798
799 * gnus-bookmark.el: Adjust for renames in bookmark.el.
800 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
801 (gnus-bookmark-jump): Adjust some variable names.
802
803 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
804
805 * auth-source.el: New package.
806 (auth-source-choices): Add customization entry point variable.
807
808 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
809 bug.
810
811 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
812
813 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
814 (gnus-registry-initialize, gnus-registry-install-p): Use it.
815 (gnus-registry-install-shortcuts): Rename from
816 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
817 the `gnus-registry-mark-map' keymap dynamically from
818 `gnus-registry-marks'. The generated functions update the summary line
819 when a registry mark is added or deleted, and will call
820 `gnus-registry-install-p' (see the comments in the code).
821 (gnus-registry-user-format-function-M): Use concat intelligently.
822
823 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
824 the registry mark functions.
825
826 2008-03-05 Glenn Morris <rgm@gnu.org>
827
828 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
829 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
830 gnus-art.
831 (top-level): No need to load own source when compiling.
832
833 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
834
835 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
836 Suggested by <chris.anderton@zetnet.co.uk>.
837
838 2008-03-04 Glenn Morris <rgm@gnu.org>
839
840 * gnus-sum.el (top-level): No need to require gnus when compiling,
841 since unconditionally required near start of file.
842 (gnus-summary-display-while-building): Move definition before use.
843
844 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
845
846 * gnus-registry.el (gnus-registry-user-format-function-M): Add
847 formatting function.
848
849 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
850
851 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
852 with plists.
853 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
854 Use new format.
855
856 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
857
858 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
859 `where-is-internal' that returns a range of key sequences.
860
861 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
862
863 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
864
865 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
866 (gnus-summary-jump-to-group): Consider windows on other displayed
867 frames as well. Similar changes might be needed elsewhere, but that's
868 the one I've bumped into during my use.
869
870 * nndoc.el (nndoc-oe-dbx-type-p):
871 * gnus-msg.el (gnus-debug):
872 * gnus-group.el (gnus-update-group-mark-positions):
873 Use mm-string-to-multibyte.
874
875 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
876
877 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
878 doesn't handle NotDashEscaped.
879
880 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
881 (mml-dnd-attach-options): Fix typo in custom choice.
882
883 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
884 nndoc-article-type to mbox.
885 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
886
887 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
888 to nil, instead of html2text.
889
890 * imap.el (imap-debug): Add `imap-ping-server'.
891
892 * gnus-bookmark.el: Add FIXMEs.
893
894 * message.el (message-form-letter-separator)
895 (message-send-form-letter-delay): New variables.
896 (message-send-form-letter): Use them. New command to send form
897 letters. Requested by Uwe Siart.
898 (message-send-mail-function): Doc fix. Add "Other" custom option.
899
900 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
901
902 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
903 empty author.
904
905 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
906
907 * gnus-registry.el (gnus-registry-marks): Add variable for
908 customization of marks and their appearance.
909 (gnus-registry-read-mark): Use it.
910 (gnus-registry-do-marks): Add utility function to loop through
911 `gnus-registry-marks'.
912 (gnus-registry-install-shortcuts-and-menus): Add function to install
913 shortcuts and menus.
914 (gnus-registry-initialize): Use it.
915 (gnus-registry-default-mark): Clarify documentation.
916
917 2008-02-29 Glenn Morris <rgm@gnu.org>
918
919 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
920 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
921 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
922 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
923 Change defcustom :version from 23.0 to 23.1.
924
925 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
926
927 * gnus-registry.el (gnus-registry-follow-group-p)
928 (gnus-registry-post-process-groups): Add functions to aid registry
929 splitting and improve logging. Clarify behavior in function
930 documentation.
931 (gnus-registry-split-fancy-with-parent): Use them.
932
933 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
934
935 * gnus-art.el: Use with-current-buffer.
936
937 2008-02-27 David Engster <dengste@eml.cc>
938
939 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
940 Express real group name in the response.
941
942 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
943
944 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
945 (nnmairix-last-server, nnmairix-current-server): Defvar them.
946 (nnmairix-goto-original-article): Defvar gnus-registry-install and
947 autoload gnus-registry-fetch-group when compiling.
948 (nnmairix-request-group-with-article-number-correction): Remove
949 unreferenced argument passed to nnmairix-call-backend.
950
951 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
952
953 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
954 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
955 Wilde.
956
957 2008-02-27 Glenn Morris <rgm@gnu.org>
958
959 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
960 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
961 variables to defconsts. Convert comments to doc-strings.
962 (nnmairix-last-server, nnmairix-current-server): Convert from free
963 variables to defvars. Convert comments to doc-strings.
964 (gnus-registry-fetch-group): Autoload.
965 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
966 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
967 (nnmairix-widget-build-editable-fields): Use car cddr rather than
968 caddr.
969 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
970 nnmairix-request-group-with-article-number-correction call.
971 (nnmairix-fast, nnmairix-group): New, less general names, for free
972 variables passed from nnmairix-request-group to
973 nnmairix-request-group-with-article-number-correction. Declare.
974 (nnmairix-request-group-with-article-number-correction):
975 Use nnmairix-fast, nnmairix-group rather than fast, group.
976
977 2008-02-26 David Engster <dengste@eml.cc>
978
979 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
980 version 0.5.
981
982 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
983
984 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
985 instead of making an extra function call. Don't add the current group
986 to articles only when they have the group. Use
987 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
988 Reported by David <de_bb@arcor.de>.
989
990 2008-02-24 Miles Bader <miles@gnu.org>
991
992 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
993 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
994 (mm-find-mime-charset-region):
995 * mm-bodies.el (mm-encode-body):
996 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
997
998 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
999
1000 * mail-source.el (mail-source-delete-incoming): Change default.
1001 Supplement doc string.
1002
1003 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1004
1005 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
1006
1007 * nnmail.el (nnmail-message-id-cache-file): Derive from
1008 `gnus-home-directory'.
1009
1010 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
1011
1012 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1013 Document negative prefix.
1014
1015 * gnus-group.el (gnus-group-read-group): Document negative prefix.
1016
1017 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1018
1019 * message.el (message-unsent-separator): Add the Exim bounce
1020 separator.
1021
1022 2008-02-10 Daiki Ueno <ueno@unixuser.org>
1023
1024 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1025 list.
1026 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1027 recipient/signer list.
1028
1029 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
1030
1031 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1032 fbound (Emacs 23 unicode), signal an error.
1033
1034 2008-02-08 Glenn Morris <rgm@gnu.org>
1035
1036 * gnus-art.el (pgg-display-output-buffer): Declare as function.
1037
1038 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
1039
1040 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1041 ports to the calls to `netrc-machine-user-or-password' in addition to
1042 "imap" and "imaps".
1043
1044 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
1045
1046 * gnus.el (gnus-group-startup-message): Add `find-image' call before
1047 image-load-path is let-bound. Reported by Harald Hanche-Olsen
1048 <hanche@math.ntnu.no>.
1049
1050 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
1051
1052 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1053
1054 2008-02-01 Zhang Wei <id.brep@gmail.com>
1055
1056 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1057
1058 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1059
1060 2008-02-01 Miles Bader <miles@gnu.org>
1061
1062 * mml.el (mml-parse-1): Remove apparently vestigial use of
1063 `mm-hack-charsets'.
1064 * mm-bodies.el (mm-encode-body): Likewise.
1065
1066 2008-02-01 Kenichi Handa <handa@m17n.org>
1067
1068 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1069 rfc2104-hexstring-to-bitstring and changed to return a byte list.
1070 (rfc2104-hash): Convert the result of concat to unibyte string.
1071
1072 2008-02-01 Dave Love <fx@gnu.org>
1073
1074 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1075 coding-system-for-read.
1076 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1077
1078 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1079 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
1080 (mm-find-mime-charset-region): Remove hack-charsets stuff.
1081
1082 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
1083
1084 * mail-source.el (mail-sources): Add `group' choice.
1085
1086 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1087 parameter `in-group' to control into which group the articles go.
1088 Add treatment of `group' mail-source.
1089
1090 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1091
1092 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1093 * message.el (message-beginning-of-line): Use featurep instead of bound
1094 tests in order to resolve conditionals at compile time.
1095
1096 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
1097
1098 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1099
1100 * mm-decode.el (mm-dissect-buffer): Decode description.
1101
1102 * mml.el (mml-to-mime): Encode message header first.
1103
1104 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1105
1106 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1107 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1108
1109 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
1110
1111 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1112
1113 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
1114
1115 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1116 prefix keys.
1117 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1118 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1119 gnus-xmas.el.
1120
1121 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1122
1123 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1124 Add new variables for article mark management.
1125 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1126 list of extra data entries which, when present, will indicate that the
1127 article ID should not be trimmed from the registry.
1128 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1129 functions.
1130 (gnus-registry-read-mark): New function to read a mark name from the
1131 user.
1132 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1133 (gnus-registry-set-article-mark-internal): New functions to add and
1134 remove marks.
1135 (gnus-registry-get-article-marks): New function to show the marks for
1136 an article, or retrieve them for further use.
1137
1138 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1139
1140 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1141 keys when no argument is given.
1142
1143 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1144
1145 * gnus-sum.el (gnus-article-sort-by-random)
1146 (gnus-thread-sort-by-random): Fix doc strings. Reported by
1147 jidanni@jidanni.org.
1148
1149 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1150
1151 * gnus-art.el (gnus-article-describe-bindings): New function.
1152 (gnus-article-read-summary-keys): Use it.
1153 (gnus-article-mode-map): Bind `C-h b' to it.
1154
1155 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1156
1157 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1158 XEmacs.
1159 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1160 against non-character events.
1161
1162 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1163
1164 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1165 command.
1166 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1167 instead of END. Change name of the temp file.
1168 (gnus-group-gmane-group-download-format): Add doc string. Make it
1169 customizable.
1170
1171 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1172
1173 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1174 bind `S W' to gnus-article-wide-reply-with-original; set default
1175 binding to gnus-article-read-summary-send-keys.
1176 (gnus-article-read-summary-keys): Fix the order of keys; display
1177 continuation keys correctly in the echo area; describe bindings
1178 correctly when keys end with `C-h'.
1179 (gnus-article-read-summary-send-keys): New function.
1180 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1181 for gnus-article-read-summary-send-keys; display continuation keys
1182 correctly in the echo area.
1183 (gnus-article-reply-with-original): Ignore prefix argument.
1184 (gnus-article-wide-reply-with-original): New function.
1185
1186 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1187
1188 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1189 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1190
1191 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1192
1193 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1194 (gnus-group-read-ephemeral-gmane-group): New command.
1195
1196 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1197
1198 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1199
1200 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1201
1202 * message.el (message-send-mail-function): Increase custom version.
1203
1204 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1205 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1206
1207 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1208
1209 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1210 html parts correctly; support forwarded messages.
1211 (gnus-article-browse-html-article): Remove work buffers.
1212
1213 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1214 compiling.
1215 (netrc-bound-and-true-p): New macro.
1216 (netrc-parse): Use it instead of bound-and-true-p that is not available
1217 in XEmacs 21.4.
1218
1219 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1220
1221 * gnus-registry.el (gnus-registry-mark-article)
1222 (gnus-registry-article-marks): Add functionality to mark articles
1223 through the Gnus registry.
1224
1225 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1226 (netrc-parse): Use encrypt-file-alist to determine if
1227 encrypt-find-model or encrypt-insert-file-contents should be used.
1228
1229 2007-12-19 Glenn Morris <rgm@gnu.org>
1230
1231 * mml.el (message-options-set, message-narrow-to-head)
1232 (message-in-body-p, message-mail-p, message-encode-message-body):
1233 Autoload.
1234 (message-remove-header, message-narrow-to-headers-or-head)
1235 (message-subscribed-p, message-make-mail-followup-to)
1236 (message-position-on-field, message-news-p)
1237 (message-options-set-recipient, message-generate-headers)
1238 (message-sort-headers): Declare as functions.
1239
1240 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1241
1242 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1243 convention in doc string.
1244
1245 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1246
1247 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1248 title to html parts.
1249 (gnus-article-browse-html-article): Pass message header to it.
1250
1251 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1252
1253 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1254
1255 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1256 or password compatible with XEmacs.
1257
1258 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1259
1260 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1261 format document.
1262 (gnus-mime-delete-part): Don't write description line if empty.
1263 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1264
1265 2007-12-14 Johan Bockgård <bojohan@gnu.org>
1266
1267 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1268 (gnus-summary-mark-read-and-unread-as-read)
1269 (gnus-summary-mark-current-read-and-unread-as-read)
1270 (gnus-summary-mark-unread-as-ticked): Doc fix.
1271 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1272
1273 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1274
1275 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1276 Christoph Conrad <christoph.conrad@gmx.de>.
1277
1278 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1279
1280 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1281 yes-or-no-p.
1282
1283 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1284
1285 * mm-decode.el (mm-add-meta-html-tag): New function.
1286 (mm-save-part-to-file, mm-pipe-part): Use it.
1287
1288 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1289 gnus-y-or-n-p instead of y-or-n-p.
1290 (gnus-article-browse-html-parts): Work with message/external-body; use
1291 mm-add-meta-html-tag.
1292
1293 2007-12-11 Glenn Morris <rgm@gnu.org>
1294
1295 * gnus-cache.el: Require gnus-sum not just when compiling.
1296
1297 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1298
1299 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1300 definitions before use.
1301
1302 * mm-decode.el: Require gnus-util.
1303 (mm-remove-part): Only call delete-annotation on XEmacs.
1304
1305 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1306
1307 * nnmail.el: Require gnus-int.
1308
1309 * spam.el: Move `require's before `eval-when-compile's.
1310
1311 * gnus-ems.el (gnus-alive-p):
1312 * gnus-fun.el (message-goto-eoh):
1313 * gnus-util.el (gnus-group-name-decode):
1314 * mail-source.el (gnus-compress-sequence):
1315 * message.el (Info-goto-node, format-spec):
1316 * mm-bodies.el (message-options-get):
1317 * mm-decode.el (mm-view-pkcs7):
1318 * mm-util.el (gmm-write-region):
1319 * mml-smime.el (mml-compute-boundary)
1320 (gnus-completing-read-with-default):
1321 * mml.el (widget-button-press, gnus-make-hashtable):
1322 * mml1991.el (mm-decode-content-transfer-encoding)
1323 (mm-encode-content-transfer-encoding)
1324 (message-options-get, message-options-set):
1325 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1326 * nnfolder.el (gnus-request-group):
1327 * nnheader.el (ietf-drums-unfold-fws):
1328 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1329 * smime.el (gnus-run-mode-hooks):
1330 * spam-stat.el (gnus-message): Autoload.
1331
1332 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1333 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1334 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1335 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1336 Add declare-function compatibility definition.
1337
1338 * gnus-cache.el (nnvirtual-find-group-art):
1339 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1340 (gnus-add-image, gnus-add-wash-type):
1341 * gnus-group.el (nnkiboze-score-file):
1342 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1343 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1344 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1345 (message-tokenize-header, gnus-get-buffer-create)
1346 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1347 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1348 * gnus.el (gnus-group-decoded-name):
1349 * mail-source.el (imap-capability):
1350 * mm-bodies.el (message-options-set):
1351 * mm-decode.el (gnus-configure-windows):
1352 * mm-extern.el (message-goto-body):
1353 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1354 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1355 (epg-sub-key-validity, message-options-set):
1356 * mml.el (widget-event-point, gnus-configure-windows):
1357 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1358 * mml2015.el (epg-check-configuration, epg-configuration)
1359 (message-options-set):
1360 * nndb.el (nndb-request-article):
1361 * nnfolder.el (gnus-request-create-group):
1362 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1363 * nnmaildir.el (gnus-group-mark-article-read):
1364 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1365 * rfc1843.el (message-fetch-field):
1366 * spam.el (gnus-extract-address-components):
1367 Declare as functions.
1368
1369 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1370
1371 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1372
1373 2007-12-09 Glenn Morris <rgm@gnu.org>
1374
1375 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1376
1377 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1378 * message.el, mm-view.el, sieve-manage, smime.el:
1379 Add declare-function compatibility definition.
1380
1381 * gnus-art.el (w3-region, w3m-region, Info-menu):
1382 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1383 * gnus-sum.el (gnus-get-predicate):
1384 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1385 * message.el (mail-abbrev-in-expansion-header-p):
1386 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1387 (w3m-detect-meta-charset, w3m-region):
1388 * sieve-manage.el (password-read, password-cache-add)
1389 (password-cache-remove):
1390 * smime.el (password-read-and-add): Declare as functions.
1391
1392 2007-12-08 David Kastrup <dak@gnu.org>
1393
1394 * gnus-sum.el (gnus-summary-simplify-subject-query):
1395 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1396 `message'.
1397
1398 2007-12-07 Glenn Morris <rgm@gnu.org>
1399
1400 * gnus-art.el (article-make-date-line): Revert previous change.
1401
1402 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1403
1404 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1405
1406 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
1407
1408 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1409 Call gnus-add-to-range ranges only once with a prepared article-list.
1410
1411 2007-12-06 Paul Jarc <prj@po.cwru.edu>
1412
1413 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1414 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1415 group names with backslashes. Reported by Tassilo Horn
1416 <tassilo@member.fsf.org>.
1417
1418 2007-12-06 D. Goel <deego3@gmail.com>
1419
1420 * gnus-art.el (article-make-date-line):
1421 * gnus-start.el (gnus-load):
1422 * pop3.el (pop3-read-response): Fix buggy call to `error'.
1423
1424 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1425
1426 * gnus-art.el (gnus-use-idna)
1427 * gnus-start.el (gnus-site-init-file)
1428 * message.el (message-use-idna)
1429 * mm-uu.el (mm-uu-hide-markers)
1430 * smiley.el (smiley-style): Revert changes that suppress warnings.
1431
1432 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1433
1434 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1435 specify charset to html source. Reported by Christoph Conrad
1436 <christoph.conrad@gmx.de>.
1437
1438 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1439
1440 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1441 idna-program in order to suppress byte compile warning issued by XEmacs
1442 that came to byte compile the default value section of defcustom forms
1443 recently.
1444
1445 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1446 value of installation-directory.
1447
1448 * message.el (message-use-idna): Don't directly refer to the value of
1449 idna-program.
1450
1451 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1452
1453 * smiley.el (smiley-style): Don't directly call face-attribute.
1454
1455 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1456
1457 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1458
1459 * gnus-dired.el: Reduce Gnus dependencies.
1460 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1461 require. Use autoloads instead.
1462 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1463 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1464 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1465 (gnus-dired-mode): Adjust doc string.
1466 (gnus-dired-mail-mode): New variable.
1467 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1468 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1469 (gnus-dired-mail-buffers): New function. Return mail or message
1470 composition buffers.
1471 (gnus-dired-attach): Use it.
1472 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1473 NO-DECODE.
1474 (gnus-dired-print): Use `gnus-print-buffer' depending on
1475 `gnus-dired-mail-mode'.
1476
1477 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1478
1479 * rfc2047.el (rfc2047-encoded-word-regexp)
1480 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1481 explaining what regexp patterns are for.
1482
1483 2007-12-04 Glenn Morris <rgm@gnu.org>
1484
1485 * password.el: Move to ../password-cache.el.
1486
1487 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1488 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1489 * mml-smime.el (password-read, password-cache-add)
1490 (password-cache-remove):
1491 No need to autoload, since mml-sec requires password.
1492
1493 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1494 * message.el (gnus-extract-address-components):
1495 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1496
1497 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1498 password.
1499
1500 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1501
1502 * mailcap.el: Reduce dependencies.
1503 (mail-header-parse-content-type): Autoload.
1504 (mailcap-delete-duplicates): New alias.
1505 (mailcap-mime-info): Add optional argument NO-DECODE.
1506 (mailcap-mime-types): Use mailcap-delete-duplicates.
1507
1508 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1509
1510 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1511
1512 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1513 function.
1514
1515 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1516 (gnus-uu-yenc-article): New function.
1517
1518 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1519
1520 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1521 buffer.
1522
1523 2007-12-02 Glenn Morris <rgm@gnu.org>
1524
1525 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1526 Move to ../net.
1527
1528 * binhex.el, uudecode.el: Move to ../mail.
1529
1530 * encrypt.el: Remove file.
1531
1532 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1533
1534 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1535 matches on patches.
1536
1537 * gnus-art.el (gnus-article-browse-html-article): Mention
1538 `mm-text-html-renderer' in the doc string.
1539
1540 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1541 string. Add comments.
1542
1543 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1544 if rhs is ASCII.
1545
1546 2007-12-01 Glenn Morris <rgm@gnu.org>
1547
1548 * dig.el, dns.el: Move to ../net.
1549 * format-spec.el, hex-util.el, sha1.el: Move to ../.
1550
1551 * mail-source.el (top-level): Require format-spec before
1552 eval-when-compile.
1553
1554 2007-11-30 Glenn Morris <rgm@gnu.org>
1555
1556 * encrypt.el: Require password, rather than autoloading password-read.
1557
1558 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
1559
1560 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1561 caller can indicate whether the cache should be disregarded for this
1562 call. This way the result of the call is reproducible at all times and
1563 can be considered a canonical server name for the supplied method.
1564 (gnus-agent-method-p): Canonicalize server names by pushing their
1565 method through `gnus-method-to-server' using the no-cache argument.
1566
1567 * gnus-srvr.el (gnus-server-insert-server-line): Call
1568 `gnus-method-to-server' with `no-cache' argument.
1569
1570 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1571 gnus-agent-possibly-synchronize-flags as this should be called when the
1572 server is actually being opened.
1573 (gnus-agent-possibly-synchronize-flags)
1574 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1575 flags file of an agentized server to the latter function.
1576
1577 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1578 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1579 after a connection has been established successfully.
1580
1581 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1582
1583 * gnus-art.el (article-display-face): Force to display face if called
1584 interactively; check if gnus-article-x-face-too-ugly matches author.
1585 (article-display-x-face): Display face even if From header is missing
1586 as article-display-face does.
1587
1588 2007-11-28 Richard Stallman <rms@gnu.org>
1589
1590 * md4.el: Move to ../.
1591 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1592
1593 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1594
1595 * mail-source.el (mail-sources): Default to fetch from file for
1596 compatibility with default of nnmail-spool-file.
1597
1598 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1599
1600 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1601 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1602 to look for encoded word that should be encoded again.
1603 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1604 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1605 encoding pattern.
1606 (rfc2047-decode-region): Switch strict regexp and loose one according
1607 to rfc2047-allow-irregular-q-encoded-words.
1608
1609 2007-11-26 Simon Josefsson <simon@josefsson.org>
1610
1611 * imap.el: Move to ../net directory.
1612
1613 2007-11-25 Romain Francoise <romain@orebokech.com>
1614
1615 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1616
1617 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1618
1619 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1620 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1621
1622 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1623 `nnmail-spool-file'.
1624
1625 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1626 `nnmail-spool-file'.
1627
1628 * gnus-move.el (gnus-change-server): Ditto.
1629
1630 * gnus-kill.el (gnus-batch-score): Ditto.
1631
1632 * gnus-cache.el (gnus-jog-cache): Ditto.
1633
1634 * gnus-msg.el (gnus-summary-reply):
1635 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1636
1637 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1638
1639 * gnus-cache.el (gnus-cache-generate-nov-databases):
1640 Use nnml-generate-nov-databases-directory instead of
1641 nnml-generate-nov-databases-1.
1642
1643 2007-11-24 Glenn Morris <rgm@gnu.org>
1644
1645 * message.el (message-tool-bar-retro): Update for rename
1646 mail_send.xpm->mail-send.xpm.
1647
1648 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1649
1650 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1651 `smime-ldap-search' for Emacs 22 and up.
1652
1653 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1654
1655 * hashcash.el: Move to ../mail directory.
1656
1657 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1658
1659 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1660 `smime-ldap-search' for Emacs 22 and up.
1661
1662 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1663
1664 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1665
1666 * message.el (message-send-mail-function): Fix error convention.
1667 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1668 (message-widen-reply, message-send-mail, message-talkative-question)
1669 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1670 (message-clone-locals, message-send-news): Use with-current-buffer.
1671 (message-insert-or-toggle-importance): Remove unused var `valid'.
1672 (message-make-references): Remove unused var `new-references'.
1673 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1674
1675 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1676
1677 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1678 (spam-split-symbolic-return-positive): Reflow docstring.
1679 (spam-backends, spam-summary-exit-behavior)
1680 (spam-mark-ham-unread-before-move-from-spam-group)
1681 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1682 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1683 (spam-clear-cache, spam-backend-check, spam-install-backend)
1684 (spam-install-statistical-backend, spam-list-of-processors)
1685 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1686 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1687 (spam-check-crm114, spam-initialize, spam-unload-hook):
1688 Fix typos in docstrings.
1689
1690 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1691
1692 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1693 been checked if they have never been read and those group levels are
1694 higher than the one that a user specified.
1695
1696 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1697
1698 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1699 foreign groups unless a group level is specified by a user.
1700 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1701
1702 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1703
1704 * message.el (message-send-mail-function): Require sendmail.
1705
1706 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1707
1708 * message.el (message-send-mail-function): Check for smtpmail too.
1709
1710 * utf7.el (utf7-encode, utf7-decode): Use coding system
1711 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1712
1713 * message.el (message-send-mail-function): New function.
1714 (message-send-mail-function): Set default using
1715 message-send-mail-function. Adjust doc string.
1716 (message-send-mail-with-mailclient): New function.
1717
1718 2007-11-17 Richard Stallman <rms@gnu.org>
1719
1720 * assistant.el: Remove file.
1721
1722 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1723
1724 * smime.el (from):
1725 * rfc2047.el (message-posting-charset):
1726 * qp.el (mm-use-ultra-safe-encoding):
1727 * pop3.el (parse-time-months):
1728 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1729 * nnml.el (files):
1730 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1731 (jka-compr-compression-info-list, ange-ftp-path-format)
1732 (efs-path-regexp):
1733 * nndiary.el (files):
1734 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1735 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1736 (epg-digest-algorithm-alist, inhibit-redisplay)
1737 (password-cache-expiry):
1738 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1739 (pgg-output-buffer, password-cache-expiry):
1740 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1741 (efs-path-regexp):
1742 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1743 (inhibit-redisplay):
1744 * mm-uu.el (file-name, start-point, end-point, entry)
1745 (gnus-newsgroup-name, gnus-newsgroup-charset):
1746 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1747 (latin-unity-ucs-list):
1748 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1749 (mm-uu-binhex-decode-function):
1750 * message.el (gnus-message-group-art, gnus-list-identifiers, )
1751 (rmail-enable-mime-composing, gnus-local-organization)
1752 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1753 (gnus-read-active-file, facemenu-add-face-function)
1754 (facemenu-remove-face-function, gnus-article-decoded-p)
1755 (tool-bar-mode):
1756 * mail-source.el (display-time-mail-function):
1757 * gnus-util.el (nnmail-pathname-coding-system)
1758 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1759 (gnus-original-article-buffer, gnus-user-agent)
1760 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1761 (xemacs-codename, sxemacs-codename, emacs-program-version):
1762 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1763 * gnus-start.el (gnus-agent-covered-methods)
1764 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1765 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1766 (gnus-newsgroup-headers, gnus-group-list-mode)
1767 (gnus-group-mark-positions, gnus-newsgroup-data)
1768 (gnus-newsgroup-unreads, nnoo-state-alist)
1769 (gnus-current-select-method, mail-sources)
1770 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1771 (nnmail-spool-file, gnus-cache-active-hashtb):
1772 * gnus-mh.el (mh-lib-progs):
1773 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1774 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1775 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1776 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1777 (gnus-group-buffer):
1778 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1779 (font-lock-set-defaults):
1780 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1781 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1782 (gnus-summary-post-menu, total-parts, type, condition, length):
1783 * gnus-agent.el (gnus-agent-read-agentview):
1784 * flow-fill.el (show-trailing-whitespace):
1785 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1786 eval-and-compile wrappers for byte compiler pacifiers.
1787
1788 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1789 (mm-display-inline-fontify): Check for featurep 'xemacs not
1790 extent-list.
1791
1792 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1793 itimer-list.
1794 (mm-create-image-xemacs): Only do something for XEmacs.
1795 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1796
1797 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1798
1799 * gnus-registry.el (gnus-adaptive-word-syntax-table):
1800 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1801
1802 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1803
1804 * nnimap.el (nnimap-split-download-body):
1805 * gnus-demon.el (gnus-demon):
1806 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1807
1808 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1809
1810 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1811 macros.
1812 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1813 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1814 copy data from unibyte buffer to multibyte current buffer.
1815 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1816 to copy data from unibyte current buffer to multibyte buffer.
1817 (nntp-make-process-buffer): Make process buffer unibyte.
1818
1819 * pop3.el (pop3-open-server): Fix typo in Lisp code.
1820
1821 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
1822
1823 * pop3.el (pop3-open-server): Accept and process data more robustly at
1824 connexion start to avoid spurious "POP SSL connexion failed" errors.
1825
1826 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1827
1828 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1829 read group names.
1830
1831 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
1832
1833 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1834
1835 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1836
1837 * nnmail.el (nnmail-parse-active): Make group names unibyte.
1838 (nnmail-save-active): Use a unibyte buffer when saving active file,
1839 which may contain non-ASCII group names.
1840
1841 * nnml.el (nnml-request-group): Decode group names in messages.
1842
1843 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1844
1845 * message.el (message-citation-line-function)
1846 (message-insert-formatted-citation-line): Fix spelling of
1847 `message-insert-formated-citation-line'.
1848
1849 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
1850
1851 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1852
1853 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1854
1855 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1856 nnmail-pathname-coding-system.
1857
1858 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1859 that a user enters; decode group names in messages.
1860
1861 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1862
1863 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
1864
1865 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1866
1867 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1868
1869 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1870 risky local variable.
1871
1872 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1873
1874 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1875
1876 * encrypt.el: Improve documentation to fix function name typo.
1877 Reported by Daiki Ueno <ueno@unixuser.org>.
1878
1879 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1880
1881 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1882 even if the point is not in the last page of an article.
1883 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1884 back to the previous page.
1885
1886 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
1887
1888 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1889
1890 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
1891
1892 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1893
1894 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1895
1896 * message.el (message-check-news-body-syntax): Avoid
1897 mm-string-as-multibyte.
1898 (message-hide-headers): Don't assume (point-min)==1.
1899
1900 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1901
1902 * message.el (message-remove-blank-cited-lines): Fix if remove is
1903 given.
1904 (message-bogus-address-regexp): New variable.
1905 (message-bogus-recipient-p): New function.
1906 (message-check-recipients): New command.
1907 (message-syntax-checks): Add `bogus-recipient'.
1908 (message-fix-before-sending): Add `bogus-recipient'.
1909
1910 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1911 (gnus-treat-body-boundary): Don't test window-system.
1912
1913 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
1914
1915 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1916
1917 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1918
1919 * gnus.el: Bump version to Gnus v5.13.
1920
1921 2007-10-28 Miles Bader <miles@gnu.org>
1922
1923 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1924 at compile-time too.
1925
1926 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
1927
1928 * gnus-msg.el (gnus-message-setup-hook): Add
1929 `message-remove-blank-cited-lines' to options.
1930
1931 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
1932
1933 * message.el (message-remove-blank-cited-lines): New function.
1934 Suggested by Karl Plästerer.
1935
1936 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
1937
1938 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1939 mapc.
1940
1941 * imap.el (imap-open): Replace mapcar called for effect with mapc.
1942 (top-level): Use mapc to set functions to be traced for debugging.
1943
1944 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1945 called for effect with while loop.
1946
1947 * message.el (message-talkative-question): Replace mapcar called for
1948 effect with mapc.
1949
1950 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1951 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1952 called for effect with dolist.
1953
1954 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1955
1956 * nndiary.el: Use dolist instead of mapcar to add diary headers to
1957 gnus-extra-headers and nnmail-extra-headers.
1958
1959 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1960 called for effect with dolist.
1961 (top-level): Use mapc to set functions to be traced for debugging.
1962
1963 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1964 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1965 dolist.
1966
1967 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1968 Replace mapcar called for effect with mapc.
1969 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1970 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1971 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1972 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1973
1974 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1975 remove-if that's a cl function.
1976
1977 * webmail.el (webmail-debug): Replace mapcar called for effect with
1978 dolist.
1979
1980 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
1981
1982 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1983 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1984 with while loop.
1985
1986 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1987 functions from article-* functions.
1988 (gnus-multi-decode-header): Replace mapcar called for effect with
1989 dolist.
1990
1991 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1992 (gnus-bookmark-show-details): Replace mapcar called for effect with
1993 while loop.
1994
1995 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1996 called for effect with while loop.
1997
1998 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1999 with dolist.
2000
2001 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2002 mapcar called for effect with dolist.
2003
2004 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2005
2006 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2007 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2008 Replace mapcar called for effect with dolist.
2009 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2010 mapc.
2011
2012 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2013 Replace mapcar called for effect with dolist.
2014 (gnus-topic-list): Replace mapcar called for effect with mapc.
2015
2016 * gnus.el: Use mapc instead of mapcar to add autoloads.
2017
2018 2007-10-23 Richard Stallman <rms@gnu.org>
2019
2020 * gnus-group.el (gnus-group-highlight): Mark as risky.
2021
2022 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2023
2024 * gnus.el (gnus-server-to-method): Return method found first in
2025 gnus-newsrc-alist.
2026
2027 * gnus-art.el (gnus-article-highlight-signature)
2028 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2029 button overlay without the front stickiness.
2030
2031 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
2032
2033 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2034 overview buffer needed a catch to receive its throw.
2035 (gnus-agent-flush-cache): Declared as interactive to make this function
2036 easier to use.
2037
2038 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2039
2040 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2041 `next-line'.
2042
2043 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2044
2045 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2046 exclude address matching message-dont-reply-to-names.
2047
2048 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2049
2050 * gnus-util.el (gnus-string<): New function.
2051
2052 * gnus-sum.el (gnus-article-sort-by-author)
2053 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2054
2055 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2056
2057 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2058 the frame-focus tag is set in gnus-buffer-configuration.
2059
2060 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2061
2062 * gnus-art.el (gnus-article-add-button): Make a button overlay without
2063 the front stickiness.
2064
2065 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2066
2067 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2068 url pattern; remove duplicate one.
2069 (gnus-article-extend-url-button): New function.
2070 (gnus-article-add-buttons): Use it.
2071 (gnus-button-push): Use concatenated url that it makes.
2072
2073 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2074
2075 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2076 (sieve-manage-open): Use `mapc' instead of `mapcar'.
2077
2078 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2079
2080 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2081 Don't hardcode point-min==1.
2082
2083 2007-09-30 David Kastrup <dak@gnu.org>
2084
2085 * gnus-art.el (gnus-article-reply-with-original)
2086 (gnus-article-followup-with-original): When `transient-mark-mode' is
2087 off, refrain from active-region behavior for followups.
2088
2089 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2090
2091 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2092 Fix comment about "iso8859-1".
2093
2094 2007-10-08 Daiki Ueno <ueno@unixuser.org>
2095
2096 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2097 ones returned from the verify-function.
2098
2099 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2100 mml2015-extract-cleartext-signature if extraction failed.
2101
2102 2007-10-07 Daiki Ueno <ueno@unixuser.org>
2103
2104 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2105 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2106 failed.
2107
2108 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2109
2110 * Relicense "GPLv2 or later" files to "GPLv3 or later".
2111
2112 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2113
2114 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2115 to mark a thread as expirable. Add variable `hide' to handle hiding of
2116 thread for both the null and zero (kill/expire thread) universal prefix
2117 cases.
2118 (gnus-summary-expire-thread): Add new function to expire a thread,
2119 using gnus-summary-kill-thread.
2120 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2121 shortcuts for gnus-summary-expire-thread.
2122 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2123 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
2124
2125 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2126
2127 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2128 extras value, so an extras entry can be deleted.
2129 (gnus-registry-delete-extra-entry): Use it.
2130 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2131 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2132 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2133 storage through the gnus-registry, and provide an appropriate API for
2134 it.
2135
2136 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2137
2138 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2139 Suggested by Leo <sdl.web@gmail.com>.
2140
2141 * gnus.el: Do.
2142
2143 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2144
2145 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2146 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
2147
2148 * gnus-agent.el (gnus-agent-fetch-headers): Do.
2149
2150 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2151 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2152
2153 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2154
2155 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2156 newline.
2157 (nnmbox-request-accept-article): Don't change article in source buffer;
2158 narrow to header to use message-fetch-field rather than
2159 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2160 (nnmbox-request-replace-article): Quote lines that'll be misidentified
2161 as delimiters; make sure article ends with newline.
2162 (nnmbox-delete-mail): Correct last position of article to be deleted;
2163 ignore X-Gnus-Newsgroup header in article body.
2164 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2165 positions; make sure article ends with newline.
2166
2167 * message.el (message-display-abbrev): Don't infloop when a user
2168 inserts SPC in the beginning of header.
2169
2170 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2171
2172 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2173 list of groups not followed by default. Fix type to be regexp.
2174 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2175
2176 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2177
2178 * hmac-def.el (define-hmac-function): Switch from old-style to
2179 new-style backquotes.
2180
2181 * md4.el (md4-make-step): Likewise.
2182
2183 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2184
2185 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2186 raw-text coding system when saving .newsrc file, which may contain
2187 non-ASCII group names.
2188
2189 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2190
2191 * gnus-cus.el (gnus-score-extra): New widget.
2192 (gnus-score-extra-convert): New function.
2193 (gnus-score-customize): Use it for Extra.
2194
2195 2007-08-31 Daiki Ueno <ueno@unixuser.org>
2196
2197 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2198 (mml2015-mailcrypt-clear-verify): Use it.
2199 (mml2015-gpg-clear-verify): Use it.
2200 (mml2015-pgg-clear-verify): Use it.
2201 (mml2015-epg-clear-verify): Replace the current part with the output
2202 from GnuPG; don't extract the plaintext by itself.
2203
2204 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2205 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2206 mml2015-clear-verify-function; don't touch the armor headers or
2207 dash-escaped text here.
2208
2209 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2210
2211 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2212 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2213 parts, or application/octet-stream as a last resort.
2214 (gnus-mime-view-part-as-type): Don't toggle display.
2215 (gnus-mime-view-part-as-charset): Don't turn off display before
2216 querying charset.
2217
2218 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2219 stuff to undisplayer function in Emacs.
2220 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2221
2222 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2223 text/calendar parts.
2224
2225 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2226
2227 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2228 decoding text/calendar parts.
2229
2230 * message.el (message-forward-make-body-mime): Always mark body as
2231 having no illegible text; remove signed-or-encrypted argument.
2232 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2233
2234 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2235 (mml-generate-mime-1): Don't encode body if it is specified to be in
2236 raw form; don't make buffer be unibyte when inserting multibyte string.
2237
2238 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2239
2240 * sha1.el: Fix up comment style.
2241 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2242 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2243
2244 * hex-util.el: Fix up comment style.
2245 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2246
2247 * gnus-salt.el: Use with-current-buffer.
2248 (gnus-pick-setup-message): Fix long-standing typo.
2249
2250 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2251
2252 * imap.el (imap-logout-timeout): New variable.
2253 (imap-logout, imap-logout-wait): New functions.
2254 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2255
2256 * nnimap.el (nnimap-logout-timeout): New server variable.
2257 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2258 nnimap-logout-timeout.
2259
2260 * gnus-art.el (gnus-article-summary-command-nosave)
2261 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2262
2263 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2264
2265 * gnus.el (gnus-maximum-newsgroup): New variable.
2266
2267 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2268 according to gnus-maximum-newsgroup.
2269
2270 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2271 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2272 Limit the range of articles according to gnus-maximum-newsgroup.
2273
2274 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2275
2276 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2277 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2278 Don't perform gnus-configure-windows here; reuse existing sticky
2279 article buffer.
2280
2281 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2282 it doesn't exist in gnus-article-mode.
2283
2284 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2285
2286 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2287 (gnus-agent-decoded-group-name): New function.
2288 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2289 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2290
2291 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2292
2293 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2294 Add binding for gnus-sticky-article.
2295 (gnus-summary-exit): Don't kill sticky article buffers.
2296
2297 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2298 article buffer.
2299 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2300 (gnus-kill-sticky-article-buffers): New commands.
2301
2302 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2303
2304 * nntp.el (nntp-xref-number-is-evil): New server variable.
2305 (nntp-find-group-and-number): If it is non-nil, don't trust article
2306 numbers in the Xref header.
2307
2308 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2309
2310 * gnus-agent.el (gnus-agent-read-group): New function.
2311 (gnus-agent-flush-group, gnus-agent-expire-group)
2312 (gnus-agent-regenerate-group): Use it.
2313 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2314 nnmail-pathname-coding-system.
2315
2316 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2317
2318 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2319
2320 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2321 that are unread as unread, and also as selected so that information of
2322 marks having been changed by a user may be updated when exiting group.
2323
2324 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2325
2326 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2327
2328 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2329
2330 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2331 calculated ignoring signature parts to gnus-treat-article.
2332
2333 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2334
2335 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2336 a point here in order to keep the window start.
2337 (gnus-insert-mime-security-button): Make a button overlay without the
2338 front stickiness.
2339 (gnus-mime-display-security): Goto the end of a button.
2340
2341 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2342
2343 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2344
2345 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2346 group-name-at-point.
2347 (gnus-group-completing-read): New function that offers decoded
2348 non-ASCII group names for completion.
2349 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2350 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2351 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2352 (gnus-group-fetch-control): Use it.
2353 (gnus-fetch-group): Use group-name-at-point for the initial value
2354 rather than the default value; use gnus-alive-p.
2355
2356 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2357 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2358 (gnus-summary-post-news): Use gnus-group-completing-read.
2359
2360 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2361 (gnus-read-move-group-name): Decode group name for completion.
2362
2363 2007-07-31 Ted Zlatanov <tzz@lifelogs.com>
2364
2365 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2366 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2367 Yamaoka slightly modified the code).
2368
2369 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2370
2371 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2372 (nnmail-split-incoming): Bind it.
2373
2374 * nnml.el (nnml-group-name-charset): New function.
2375 (nnml-decoded-group-name): Use it; don't decode group name if
2376 nnmail-group-names-not-encoded-p is non-nil.
2377 (nnml-encoded-group-name): New function.
2378 (nnml-group-pathname): Inline nnml-decoded-group-name.
2379 (nnml-request-expire-articles): Decode group name in message.
2380 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2381 nnmail-pathname-coding-system.
2382 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2383 not decoded ones according to nnmail-group-names-not-encoded-p.
2384 (nnml-generate-active-info): Use nnml-encoded-group-name.
2385
2386 2007-08-08 Glenn Morris <rgm@gnu.org>
2387
2388 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2389 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2390 doc-strings and comments.
2391
2392 2007-07-25 Glenn Morris <rgm@gnu.org>
2393
2394 * Relicense all FSF files to GPLv3 or later.
2395
2396 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2397
2398 * gnus-sum.el (gnus-summary-move-article): Make
2399 gnus-summary-respool-article work.
2400
2401 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2402
2403 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2404 string.
2405
2406 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
2407
2408 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2409 that should be ignored when comparing distant RSS articles with local
2410 ones.
2411 (nnrss-make-hash-index): New function. Create a hash index according
2412 to the ignored fields.
2413 (nnrss-check-group): Use it.
2414
2415 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2416
2417 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2418
2419 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2420
2421 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2422 the new optional argument ENCODED is non-nil.
2423 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2424 coding system for encoding group name.
2425 (gnus-group-make-rss-group): Pass un-encoded group name to
2426 gnus-group-make-group.
2427 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2428 encoded.
2429
2430 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2431 Encode group name to which articles are moved or copied.
2432 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2433 coding system for encoding Newsgroup, Followup-To and Xref headers.
2434
2435 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2436 marks; use nnheader-file-coding-system to write a file.
2437 (nnagent-retrieve-headers): Bind file-name-coding-system to
2438 nnmail-pathname-coding-system.
2439
2440 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2441
2442 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2443 (nnml-request-article, nnml-request-create-group)
2444 (nnml-request-rename-group, nnml-find-id)
2445 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2446 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2447 (nnml-save-marks): Use nnml-group-pathname instead of
2448 nnmail-group-pathname.
2449
2450 (nnml-request-create-group, nnml-request-expire-articles)
2451 (nnml-request-move-article, nnml-request-delete-group)
2452 (nnml-deletable-article-p, nnml-possibly-create-directory)
2453 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2454 (nnml-open-marks): Bind file-name-coding-system to
2455 nnmail-pathname-coding-system.
2456
2457 (nnml-request-article): Pass server argument to nnml-find-group-number.
2458 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2459 server argument to nnml-possibly-create-directory.
2460 (nnml-request-accept-article): Pass server argument to
2461 nnml-active-number and nnml-save-mail.
2462 (nnml-find-group-number): Pass server argument to nnml-find-id.
2463 (nnml-request-update-info): Pass server argument to
2464 nnml-marks-changed-p.
2465
2466 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2467 (nnml-save-mail, nnml-active-number): Add server argument.
2468
2469 (nnml-request-delete-group): Warn if group is missing.
2470 (nnml-get-nov-buffer): Decode group name.
2471 (nnml-generate-active-info): Encode group name.
2472 (nnml-open-marks): Decode group name in messages.
2473
2474 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2475
2476 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2477 if it is not specified.
2478 (gnus-article-pipe-part, gnus-article-save-part)
2479 (gnus-article-interactively-view-part, gnus-article-copy-part)
2480 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2481 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2482 (gnus-article-replace-part, gnus-article-delete-part)
2483 (gnus-article-view-part-as-type): Pass raw prefix argument to
2484 gnus-article-part-wrapper.
2485
2486 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2487
2488 * gnus-agent.el (gnus-agent-save-active): Bind
2489 nnheader-file-coding-system to gnus-agent-file-coding-system.
2490
2491 * gnus-cache.el (gnus-cache-save-buffers)
2492 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2493 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2494 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2495 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2496 (gnus-cache-generate-active, gnus-cache-rename-group)
2497 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2498 (gnus-cache-update-overview-total-fetched-for): Bind
2499 file-name-coding-system to nnmail-pathname-coding-system.
2500 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2501 variables.
2502 (gnus-cache-decoded-group-name): New function.
2503 (gnus-cache-file-name): Use it.
2504 (gnus-cache-generate-active): Use non-decoded group name for active.
2505
2506 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2507 right place.
2508 (gnus-write-active-file): Don't break non-ASCII group names.
2509
2510 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2511 nnmail-pathname-coding-system.
2512
2513 * gnus-uu.el (gnus-uu-decode-save): Typo.
2514
2515 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2516
2517 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2518
2519 2007-07-14 David Kastrup <dak@gnu.org>
2520
2521 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2522 finishing actions if we did not edit the article.
2523
2524 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2525
2526 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2527 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2528 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2529 (gnus-agent-flush-group, gnus-agent-flush-cache)
2530 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2531 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2532 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2533 (gnus-agent-regenerate-group)
2534 (gnus-agent-update-files-total-fetched-for)
2535 (gnus-agent-update-view-total-fetched-for): Bind
2536 file-name-coding-system to nnmail-pathname-coding-system.
2537 (gnus-agent-group-pathname): Don't encode file names by
2538 nnmail-pathname-coding-system.
2539 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2540 coding-system-for-write instead of buffer-file-coding-system to
2541 gnus-agent-file-coding-system.
2542
2543 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2544 Decode group name.
2545
2546 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2547
2548 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2549 (gnus-read-newsrc-el-file): Make group names unibyte.
2550
2551 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2552 nnmail-pathname-coding-system.
2553
2554 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2555 (nnrss-request-delete-group): Bind file-name-coding-system to
2556 nnmail-pathname-coding-system.
2557 (nnrss-read-server-data, nnrss-read-group-data): Bind
2558 file-name-coding-system correctly.
2559 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2560
2561 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2562 (nntp-server-to-method-cache): New variable.
2563 (nntp-group-pathname): New function that decodes non-ASCII group names.
2564 (nntp-possibly-create-directory, nntp-marks-changed-p)
2565 (nntp-save-marks, nntp-open-marks): Use it.
2566 (nntp-possibly-create-directory, nntp-open-marks):
2567 Bind file-name-coding-system to nnmail-pathname-coding-system.
2568 (nntp-open-marks): Decode group names when bootstrapping marks.
2569
2570 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2571 Newsgroups and Folowup-To headers.
2572
2573 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2574
2575 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2576 (gnus-server-closed-face, gnus-server-denied-face)
2577 (gnus-server-offline-face): Remove variable.
2578 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2579
2580 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2581 of modifying message-stack directly for XEmacs.
2582
2583 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2584 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2585 if the coding-system argument is nil for XEmacs.
2586
2587 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2588 mm-charset-override-alist.
2589
2590 * rfc2047.el: Don't require base64; require rfc2045 for the function
2591 rfc2045-encode-string.
2592 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2593 to quote the parameter value.
2594
2595 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2596
2597 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2598 form in gnus-group-name-charset-method-alist.
2599
2600 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2601 overrides the default layout edit-form.
2602
2603 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2604
2605 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2606
2607 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2608
2609 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2610 as unfetched articles.
2611
2612 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2613
2614 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2615
2616 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2617
2618 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2619 original back end that keeps marks in the local system.
2620
2621 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2622
2623 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2624 arg of pop-to-buffer for XEmacs.
2625 (gnus-article-read-summary-keys): Ditto; don't restore window
2626 configuration if summary command ends up with neither article buffer
2627 nor summary buffer; describe bindings if summary keys end with C-h.
2628
2629 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2630
2631 * message.el (message-fix-before-sending): Skip raw message part to be
2632 forwarded while checking illegible text.
2633 (message-forward-make-body-mime, message-forward-make-body): Mark
2634 signed or encrypted raw message as having no illegible text.
2635
2636 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2637
2638 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2639 (gnus-message-with-timestamp-1): New macro.
2640 (gnus-message-with-timestamp): New function.
2641 (gnus-message): Use them.
2642
2643 * nnheader.el (nnheader-message): Use them.
2644
2645 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2646
2647 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2648 .newsrc.eld file.
2649
2650 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2651
2652 * gnus-agent.el (gnus-agent-fetch-headers)
2653 (gnus-agent-retrieve-headers): Bind
2654 gnus-decode-encoded-address-function to identity.
2655
2656 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2657 available also when the server returns simply a dot.
2658
2659 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2660
2661 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2662
2663 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2664
2665 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2666
2667 * gnus-ems.el (gnus-x-splash): Make it work.
2668
2669 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2670 from being used.
2671
2672 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2673
2674 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2675 the front stickiness.
2676 (gnus-article-summary-command-nosave): Correct the order of the
2677 arguments passed to pop-to-buffer.
2678 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2679 summary command ends up with the article buffer.
2680
2681 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2682 the same faces.
2683
2684 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2685
2686 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2687
2688 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2689
2690 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2691 * gnus-sum.el (gnus-summary-highlight):
2692 * mail-source.el (mail-source-delete-old-incoming-confirm):
2693 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2694
2695 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2696
2697 * gnus-art.el (gnus-mime-view-part-externally)
2698 (gnus-mime-view-part-internally): Fix predicate function passed to
2699 completing-read.
2700
2701 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2702
2703 * gnus.el (gnus-update-message-archive-method): Add :version.
2704
2705 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2706
2707 * gnus.el (gnus-update-message-archive-method): New variable.
2708
2709 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2710 according to gnus-message-archive-method if
2711 gnus-update-message-archive-method is non-nil.
2712
2713 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2714
2715 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2716 by Loic Dachary <loic@dachary.org>.
2717 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2718
2719 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2720
2721 * message.el (message-pop-to-buffer): Add switch-function argument.
2722 (message-mail): Pass switch-function argument to it.
2723
2724 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2725
2726 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2727 Improve doc string.
2728
2729 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2730
2731 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2732 (gnus-header-content)
2733 * gnus-cite.el (gnus-cite-10)
2734 * gnus-srvr.el (gnus-server-closed)
2735 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2736 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2737 (gnus-group-mail-3-empty, gnus-group-mail-low)
2738 (gnus-group-mail-low-empty, gnus-splash)
2739 * message.el (message-header-to, message-header-cc)
2740 (message-header-subject, message-header-other, message-header-name)
2741 (message-header-xheader, message-separator, message-cited-text)
2742 (message-mml): Lighten colors of faces used for dark background.
2743
2744 2007-05-24 Simon Josefsson <simon@josefsson.org>
2745
2746 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2747 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2748
2749 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2750
2751 * message.el (message-narrow-to-headers-or-head):
2752 Ignore mail-header-separator in the body.
2753
2754 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2755
2756 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2757 same as window size.
2758
2759 2007-05-22 Kevin Ryde <user42@zip.com.au>
2760
2761 * message.el (message-font-lock-keywords): Use message-header-xheader
2762 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2763 ahead of the anything pattern, to get it recognised.
2764
2765 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
2766
2767 * gnus-sum.el (gnus-articles-to-read)
2768 (gnus-summary-insert-old-articles): Don't truncate group name for
2769 `read-string'.
2770
2771 * gnus-util.el (gnus-limit-string): Delete this function.
2772
2773 * gnus-sum.el (gnus-simplify-subject-fully): Use
2774 `truncate-string-to-width' instead.
2775
2776 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
2777
2778 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2779 if, on summary exit, the next group has to be selected.
2780 (gnus-summary-exit): Use it.
2781
2782 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2783
2784 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2785 non-break space.
2786
2787 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2788
2789 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2790 Check if group is not a directory.
2791 (nnfolder-request-expire-articles): Don't delete articles if the target
2792 group is not available.
2793
2794 * nnml.el (nnml-request-create-group): Properly check if group is not a
2795 file.
2796 (nnml-request-expire-articles): Don't delete articles if the target
2797 group is not available.
2798
2799 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2800 Don't quote characters that are within parentheses.
2801
2802 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
2803
2804 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2805 (gnus-handle-ephemeral-exit): Select article according to it.
2806
2807 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
2808
2809 * message.el (message-insert-formated-citation-line): Remove newline.
2810 (message-citation-line-format): Add final \n here so that the user can
2811 avoid a blank line.
2812
2813 2007-05-03 Dan Christensen <jdc@uwo.ca>
2814
2815 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2816 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2817 Update lanl/arXiv support.
2818
2819 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2820
2821 * gnus.el: Bump version number.
2822
2823 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2824
2825 * gnus.el (gnus-version-number): Bump version.
2826
2827 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2828
2829 * gnus.el: No Gnus v0.6 is released.
2830
2831 2007-04-27 Didier Verna <didier@xemacs.org>
2832
2833 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2834 * gmm-utils.el (gmm-regexp-concat): here.
2835 * message.el: Don't require 'gnus-util.
2836 (message-dont-reply-to-names): Handle name change above.
2837 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2838
2839 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2840
2841 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2842 since the initial value varies according to the system.
2843
2844 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
2845
2846 * mm-util.el (mm-charset-synonym-alist): Defcustom.
2847
2848 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2849
2850 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2851
2852 2007-04-24 Didier Verna <didier@xemacs.org>
2853
2854 Improve the type of gnus-ignored-from-addresses.
2855 * gnus-util.el (gnus-orify-regexp): New function.
2856 * message.el (gnus-util): Require it.
2857 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2858 * gnus-sum.el (gnus-ignored-from-addresses): New function.
2859 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2860
2861 2007-04-24 Didier Verna <didier@xemacs.org>
2862
2863 * gnus-sum.el:
2864 * gnus-utils.el: Fix some trailing whitespaces.
2865
2866 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
2867
2868 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2869 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2870 article's Message-ID; refer parent article in summary buffer.
2871
2872 * message.el (message-bounce): Call mime-to-mml.
2873
2874 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
2875
2876 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2877
2878 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
2879
2880 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2881 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2882 displayed of multipart/alternative part if it is invoked from summary
2883 buffer.
2884
2885 * mm-view.el (mm-inline-text-html-render-with-w3m)
2886 (mm-inline-text-html-render-with-w3m-standalone)
2887 (mm-inline-render-with-function): Use mail-parse-charset by default.
2888
2889 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2890
2891 * parse-time.el (parse-time-string-chars): Check if CHAR
2892 is less than the length of parse-time-syntax.
2893
2894 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
2895
2896 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2897 from gnus-newsgroup-processable.
2898
2899 2007-04-16 Didier Verna <didier@xemacs.org>
2900
2901 * gnus-msg.el (gnus-configure-posting-styles): Handle
2902 message-signature-directory properly with :file syntax. Reported by
2903 "Leo".
2904
2905 2007-04-11 Didier Verna <didier@xemacs.org>
2906
2907 New user option: message-signature-directory.
2908 * gnus-msg.el (gnus-configure-posting-styles): Support it.
2909 * message.el (message-insert-signature): Ditto.
2910 * message.el (message-signature-file): Doc update.
2911 * message.el (message-signature-directory): New.
2912
2913 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
2914
2915 * gnus-msg.el (gnus-inews-yank-articles): Use
2916 message-exchange-point-and-mark instead of exchange-point-and-mark.
2917
2918 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
2919
2920 * message.el (message-yank-original): Make sure cited text ends with
2921 newline; don't exchange point and mark.
2922
2923 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2924
2925 * tls.el (open-tls-stream): Properly handle case where there
2926 is no associated buffer.
2927
2928 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
2929
2930 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2931 message-yank-original, make sure (< mark TEXT point).
2932
2933 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
2934
2935 * message.el (message-fill-column): New variable.
2936 (message-mode): Use it. Add comment on a possible new hook.
2937
2938 * nnmail.el (nnmail-spool-file): Mark as obsolete.
2939 (nnmail-get-new-mail): Reformat.
2940
2941 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2942
2943 * gmm-utils.el: Fix Commentary.
2944 (gmm-tool-bar-from-list): Fix typo in doc string.
2945
2946 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
2947
2948 * message.el (message-yank-original): Don't switch point and mark
2949 unnecessarily to put point and mark as documented.
2950
2951 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2952
2953 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2954 from the message heads.
2955
2956 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
2957
2958 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2959 article buffer does not have a window. This may not be the best
2960 solution but is certainly better than setting the start of the null,
2961 that is the current, window.
2962
2963 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
2964
2965 * gnus-draft.el (gnus-draft-setup-hook): New hook.
2966 (gnus-draft-setup): Run it.
2967
2968 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2969 gnus-score-fast-scoring. Allow regexp.
2970 (gnus-score-headers): Use it.
2971
2972 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2973 XEmacs.
2974
2975 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2976 string.
2977 (gnus-button-alist): Also catch `<f1> k ...'.
2978 (gnus-treat-display-x-face): Fix doc string.
2979
2980 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2981
2982 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2983 evaluation of gnus-extended-version to ensure correct generation of the
2984 User-Agent header when message-generate-headers-first is used.
2985
2986 2007-03-24 Simon Josefsson <simon@josefsson.org>
2987
2988 * hashcash.el (hashcash-generate-payment-async): Don't crash if
2989 hashcash-path is nil. Don't call callback with incorrect number of
2990 parameters if val is 0.
2991
2992 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2993
2994 * message.el (message-required-news-headers):
2995 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2996
2997 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
2998
2999 * message.el (message-generate-new-buffers): Change the meaning of the
3000 nil value; add `standard' to the choices; treat t as `unique'; improve
3001 doc string.
3002 (gnus-select-frame-set-input-focus): Autoload.
3003 (message-buffer-name): Search for the existing message buffer if
3004 message-generate-new-buffers is nil or `standard'; treat the value t of
3005 message-generate-new-buffers as `unique'.
3006 (message-pop-to-buffer): Raise the frame already displaying the message
3007 buffer; clear the echo area after querying.
3008 (message-setup): Pass the `continue' argument to compose-mail.
3009 (message-mail): Prefer `switch-function' if it is given; search for the
3010 existing message buffer if the `continue' argument is non-nil; pass
3011 continue and switch-function arguments to compose-mail by way of
3012 message-setup.
3013 (message-mail-other-window): Adjust argument of message-setup.
3014 (message-mail-other-frame): Ditto.
3015
3016 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3017
3018 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3019 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3020 to turn font-lock on when turning gnus-message-citation-mode on.
3021
3022 2007-03-06 Daiki Ueno <ueno@unixuser.org>
3023
3024 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3025 (mml-smime-function-alist): New variable; add epg as the backend.
3026 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3027 mml-smime- functions instead.
3028 * mm-view.el: Require smime.
3029
3030 2007-03-05 Didier Verna <didier@xemacs.org>
3031
3032 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3033 instead of just inheritance for posting styles.
3034 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3035
3036 2007-02-24 John Paul Wallington <jpw@pobox.com>
3037
3038 * tls.el (tls-certtool-program): Fix custom type.
3039
3040 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3041
3042 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3043 and point-at-eol instead of line-(beginning|end)-position.
3044
3045 * assistant.el (assistant-parse-buffer): Ditto.
3046
3047 2007-02-28 Daiki Ueno <ueno@unixuser.org>
3048
3049 * mml2015.el (mml2015-epg-find-usable-key): New function.
3050 (mml2015-epg-sign): Use it.
3051 (mml2015-epg-encrypt): Use it.
3052
3053 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3054
3055 * message.el (message-make-in-reply-to): Quote name containing
3056 non-ASCII characters. It will make the RFC2047 encoder cause an error
3057 if there are special characters. Reported by NAKAJI Hiroyuki
3058 <nakaji@jp.freebsd.org>.
3059
3060 2007-02-27 Didier Verna <didier@xemacs.org>
3061
3062 Include the group parameters as well as the topic ones in the
3063 inheritance filter process.
3064 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3065 argument GROUP-PARAMS-LIST.
3066 * gnus-topic.el (gnus-group-topic-parameters): Use it.
3067
3068 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3069
3070 * nntp.el (nntp-never-echoes-commands)
3071 (nntp-open-connection-functions-never-echo-commands): New variables.
3072 (nntp-send-command): Use them.
3073
3074 2007-02-20 Daiki Ueno <ueno@unixuser.org>
3075
3076 * mml2015.el (mml2015-epg-verify): Simplified.
3077
3078 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3079
3080 * mml.el (mml-content-disposition-alist): New user option.
3081 (mml-content-disposition): New function.
3082 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3083 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3084
3085 2007-02-19 Daiki Ueno <ueno@unixuser.org>
3086
3087 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3088 verification.
3089
3090 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3091
3092 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3093 articles posted in the last 24 hours.
3094
3095 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
3096
3097 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3098
3099 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
3100
3101 * nntp.el (nntp-send-command): Don't wait for echoes when
3102 nntp-open-ssl-stream is used.
3103
3104 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
3105
3106 * gnus-cite.el (gnus-test-font-lock-add-keywords)
3107 (gnus-message-add-citation-keywords)
3108 (gnus-message-remove-citation-keywords): Remove.
3109 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3110 directly, make the variables in font-lock-defaults buffer-local, add
3111 gnus-message-citation-keywords to them and then update the value of
3112 font-lock-keywords.
3113
3114 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
3115
3116 * message.el (message-cite-original-1): Don't call
3117 gnus-article-highlight-citation.
3118
3119 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3120 citations; fix line count.
3121
3122 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
3123
3124 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3125 (gnus-message-add-citation-keywords)
3126 (gnus-message-remove-citation-keywords): Use it; fix the emulating
3127 versions of font-lock-add-keywords and font-lock-remove-keywords to
3128 work with XEmacs correctly.
3129
3130 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3131
3132 * gnus-cite.el (gnus-cite-face-list): Set the values of
3133 gnus-message-max-citation-depth and gnus-message-citation-keywords.
3134 (gnus-message-max-citation-depth): Use defvar rather than defconst.
3135 (gnus-message-cite-prefix-regexp): New variable.
3136 (gnus-message-search-citation-line): Use it; protect against long
3137 citation prefix; fill match data with nil rather than 0 for XEmacs; set
3138 the 0th match data for Emacs.
3139 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3140 (gnus-message-add-citation-keywords): Append keywords rather than
3141 prepending; emulate font-lock-add-keywords if it is not available.
3142 (gnus-message-remove-citation-keywords): Emulate
3143 font-lock-remove-keywords if it is not available.
3144
3145 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3146
3147 * message.el (message-cite-prefix-regexp): Set the value of
3148 gnus-message-cite-prefix-regexp.
3149
3150 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3151
3152 * nnweb.el (nnweb-google-parse-1): Update parser.
3153
3154 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3155
3156 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3157
3158 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3159
3160 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3161 regexp.
3162
3163 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3164
3165 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3166 string-to-multibyte.
3167 (uudecode-decode-region-internal): Use it.
3168
3169 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3170
3171 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3172 custom choice.
3173
3174 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3175
3176 2007-01-22 Daiki Ueno <ueno@unixuser.org>
3177
3178 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3179
3180 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3181 `write-region' to respect `mm-inhibit-file-name-handlers'.
3182
3183 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3184
3185 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3186 Use gnus-home-directory instead of "~/" or "$HOME".
3187
3188 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3189
3190 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3191 to mention filename.
3192 Add comments at beginning regarding usage.
3193 (encrypt-write-file-contents): Change interactive so a string is
3194 acceptable. If the file has no associated model, show an error instead
3195 of a nonsense prompt.
3196
3197 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3198
3199 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3200 Thanks to Yoshihiko Yamada for kind notification of this typo.
3201
3202 2007-01-12 Kenichi Handa <handa@m17n.org>
3203
3204 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3205 multibyte buffer.
3206
3207 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3208
3209 * gnus-score.el (gnus-score-fast-scoring): New variable.
3210 (gnus-score-headers): Use it.
3211
3212 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3213
3214 * message.el (message-cite-original-1): Call
3215 gnus-article-highlight-citation if requested.
3216 (message-make-from): Allow name and address as optional arguments.
3217
3218 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3219
3220 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3221 bugs to doc string.
3222 (gnus-button-alist): Add mid\\|message-id.
3223 (gnus-button-fetch-group): Extend for use in
3224 `browse-url-browser-function'.
3225 (gnus-button-url-regexp): Try to catch paired parentheses like in
3226 Wikipedia URLs.
3227
3228 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3229 Suggested by Simon Krahnke <overlord@gmx.li>.
3230
3231 2007-01-13 Romain Francoise <romain@orebokech.com>
3232
3233 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3234 Update copyright.
3235
3236 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
3237
3238 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3239
3240 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
3241
3242 * gnus-registry.el (gnus-registry-unfollowed-groups)
3243 (gnus-registry-split-fancy-with-parent): Fix documentation.
3244
3245 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3246
3247 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3248 from nnweb groups.
3249
3250 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3251
3252 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3253 Xref urls. Erase buffer before requesting head.
3254
3255 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3256
3257 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3258
3259 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3260 customizable.
3261
3262 2007-01-05 Daiki Ueno <ueno@unixuser.org>
3263
3264 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3265 no signing key is found.
3266 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3267 no encrypting and/or signing key is found.
3268
3269 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3270
3271 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3272
3273 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3274
3275 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3276 headers read from disk with the ones newly found in the current search.
3277 This should no longer cause problems, because the article numbers in
3278 Gmane's `nov.php' output are ignored since the previous change.
3279
3280 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3281
3282 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3283
3284 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3285
3286 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3287
3288 2007-01-01 Romain Francoise <romain@orebokech.com>
3289
3290 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3291
3292 2006-12-31 Steve Youngs <steve@sxemacs.org>
3293
3294 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3295 `define-minor-mode' macro definition expanded properly.
3296 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3297 exclude it there.
3298
3299 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3300 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3301 `fboundp' test.
3302 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3303 This is OK to autoload in (S)XEmacs now.
3304
3305 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3306
3307 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3308 keystroke.
3309 (gnus-summary-limit-to-singletons): Fix typo.
3310
3311 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3312 else fails.
3313
3314 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3315
3316 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3317 docstring.
3318
3319 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3320 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3321 (gnus-summary-insert-dormant-articles): Fix typo in message.
3322
3323 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3324
3325 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3326 nil for XEmacs.
3327 (gnus-message-citation-mode): Don't autoload in XEmacs.
3328
3329 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3330
3331 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
3332
3333 * nnimap.el (nnimap-expunge-search-string): Mention
3334 nnimap-search-uids-not-since-is-evil in docstring.
3335
3336 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3337
3338 * spam.el: Revert to make-obsolete-variable because
3339 define-obsolete-variable-alias is not supported in Emacs 21.
3340
3341 * spam.el (spam-ifile-path, spam-ifile-database-path)
3342 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3343 make-obsolete-variable.
3344 (spam-bsfilter-path, spam-bsfilter-program)
3345 (spam-spamassassin-path, spam-spamassassin-program)
3346 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3347 use "path" inappropriately.
3348 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3349 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3350 variable names.
3351
3352 2006-12-28 Daiki Ueno <ueno@unixuser.org>
3353
3354 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3355 summary buffer.
3356
3357 * password.el (password-cache-remove): Use clear-string to burn
3358 password, if available.
3359
3360 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3361
3362 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3363
3364 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3365
3366 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3367 (gnus-message-highlight-citation): Move defcustom here from
3368 gnus-cite.el.
3369 (gnus-message-citation-mode): Autoload.
3370
3371 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3372 checks to make it compile with XEmacs.
3373 (gnus-message-citation-mode): New minor mode.
3374 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3375 (gnus-message-highlight-citation): New variables.
3376 (gnus-message-search-citation-line)
3377 (gnus-message-add-citation-keywords)
3378 (gnus-message-remove-citation-keywords)
3379 (turn-on-gnus-message-citation-mode)
3380 (turn-off-gnus-message-citation-mode): New functions.
3381
3382 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
3383
3384 * gnus-cite.el: Enable highlighting of different citation levels in
3385 message-mode.
3386
3387 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3388
3389 * message.el (message-make-fqdn): Fix comment.
3390 (message-bogus-system-names): Add ".local".
3391
3392 * spam.el (spam-ifile-path, spam-ifile-program)
3393 (spam-ifile-database-path, spam-ifile-database)
3394 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3395 Don't use "path" inappropriately.
3396 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3397 strings.
3398 (spam-check-ifile, spam-ifile-register-with-ifile)
3399 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3400 new variable names.
3401
3402 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3403 (gnus-treat-display-smileys): Simplify using
3404 gnus-image-type-available-p.
3405
3406 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3407 available.
3408
3409 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3410
3411 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3412 one after turning on the buffer's multibyteness instead of decoding
3413 them directly in the unibyte buffer that causes unexpected conversion
3414 in Emacs 23 (unicode).
3415
3416 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3417
3418 * message.el (message-generate-hashcash): Fix custom type.
3419
3420 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3421
3422 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3423
3424 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3425
3426 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3427 disconnect icons. Add help text.
3428
3429 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3430
3431 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3432 negated to be consistent with the others we handle.
3433
3434 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3435
3436 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3437 version of gnus-summary-buffer to something, so that we can use two
3438 article buffers at the same time.
3439
3440 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3441
3442 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3443 trigger all the extra headers.
3444 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3445 sorting.
3446
3447 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3448
3449 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3450 solid groups.
3451
3452 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3453
3454 * legacy-gnus-agent.el: Add Copyright notice.
3455
3456 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
3457
3458 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3459
3460 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3461
3462 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3463
3464 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3465 to make it work reliably in CVS Emacs.
3466 (gnus-summary-limit-strange-charsets-predicate)
3467 (gnus-summary-limit-to-predicate): New functions.
3468
3469 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
3470
3471 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3472 specifying array size.
3473 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3474 array if it is too small.
3475 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3476 (gnus-sort-threads-loop): New function.
3477
3478 2006-12-06 Chris Moore <dooglus@gmail.com>
3479
3480 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3481 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3482
3483 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
3484
3485 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3486 options.
3487
3488 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3489
3490 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3491 DOS-ing the recipient.
3492
3493 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3494 the headers when creating the mapping to avoid mismappings.
3495 (nnweb-gmane-create-mapping): Always nix out old mapping.
3496
3497 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3498
3499 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3500 and mm-verify-option to never.
3501
3502 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3503
3504 * message.el (message-signed-or-encrypted-p): New function.
3505 (message-forward-make-body): Use it.
3506
3507 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3508 Replace encode-coding-string with mm-encode-coding-string.
3509
3510 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3511
3512 * nneething.el (nneething-decode-file-name): Replace
3513 decode-coding-string with mm-decode-coding-string.
3514
3515 * gnus-int.el (gnus-open-server): Say failed server's name.
3516
3517 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3518
3519 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3520 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3521
3522 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3523 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3524 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3525 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3526 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3527 (gnus-subscribe-newsgroup, gnus-1):
3528 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3529 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3530 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3531 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3532
3533 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3534
3535 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3536 keystroke.
3537 (gnus-summary-limit-to-bodies): Implement headersp.
3538
3539 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3540
3541 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3542
3543 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3544
3545 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3546
3547 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3548
3549 * message.el (message-generate-hashcash): Expand range of values to
3550 include `opportunistic'.
3551 (message-send-mail): Use it.
3552
3553 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3554
3555 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3556 and comment it.
3557
3558 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3559
3560 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3561
3562 * gnus-util.el (gnus-extract-address-components): Improve comment.
3563
3564 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3565
3566 * gnus-util.el (gnus-extract-address-components): Work with address in
3567 which the name portion contains @.
3568
3569 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3570
3571 * gnus.el (gnus-start): Move custom group up.
3572 (gnus-select-method): Don't autoload, but make it available for
3573 `customize-variable'.
3574 (gnus-getenv-nntpserver): Don't autoload.
3575
3576 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3577
3578 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3579
3580 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3581
3582 * message.el (message-sendmail-extra-arguments): New variable.
3583 (message-send-mail-with-sendmail): Use it.
3584
3585 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3586
3587 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3588 mm-with-unibyte-current-buffer to make string unibyte.
3589
3590 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3591 mm-string-as-multibyte.
3592
3593 2006-11-14 Daiki Ueno <ueno@unixuser.org>
3594
3595 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3596 Reported by Werner Koch <wk@gnupg.org>.
3597
3598 2006-11-14 Daiki Ueno <ueno@p360>
3599
3600 * mml2015.el: Autoload epa-select-keys when compiling.
3601
3602 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3603
3604 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3605 message-options.
3606 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3607
3608 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3609
3610 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3611 EasyPG (< 0.0.6).
3612 (mml2015-always-trust): New user option.
3613 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3614 prompt.
3615
3616 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3617
3618 * nntp.el (nntp-authinfo-force): New variable.
3619 (nntp-send-authinfo): Use it.
3620
3621 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3622
3623 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3624 decode encoded words. Improve prompt. Add comment about forwarding.
3625 (message-replacement-char): Move up.
3626
3627 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3628
3629 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3630 instead of gnus-intersection because arguments of gnus-sorted-nunion
3631 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3632
3633 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3634
3635 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3636 (message-simplify-subject-functions): Enable
3637 message-strip-subject-encoded-words by default.
3638
3639 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3640
3641 * message.el (message-strip-subject-encoded-words): New function
3642 (message-simplify-subject-functions): New variable.
3643 (message-simplify-subject): Use it. Fix typo in doc string.
3644 Support message-strip-subject-encoded-words.
3645
3646 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3647
3648 * gnus-diary.el (gnus-diary-delay-format-function):
3649 * nndiary.el (nndiary-reminders):
3650 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3651
3652 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3653
3654 * gnus-art.el (article-hide-boring-headers): Fetch date from
3655 gnus-original-article-buffer to avoid problems with localized date
3656 strings.
3657
3658 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3659
3660 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3661
3662 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3663
3664 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3665 New variables.
3666 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3667 (mm-charset-synonym-alist): Move some entries to
3668 mm-codepage-iso-8859-list.
3669 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3670 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3671
3672 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3673
3674 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3675
3676 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3677
3678 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3679 with Emacs 21 and XEmacs.
3680
3681 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3682
3683 * spam.el (spam-parse-address): New function for better parsing,
3684 catching errors, etc.
3685 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3686
3687 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3688
3689 * mm-view.el: Add interactive arg to html2text autoload.
3690
3691 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3692
3693 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3694
3695 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3696
3697 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3698 variables.
3699 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3700 (mm-charset-synonym-alist): Move some entries to
3701 mm-codepage-iso-8859-list.
3702
3703 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3704
3705 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3706
3707 * message.el (message-citation-line-format)
3708 (message-insert-formated-citation-line): Fix implementation of %E, %N
3709 and %n according to the doc string.
3710
3711 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3712
3713 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3714 car-safe to avoid bad parses.
3715
3716 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3717
3718 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3719 names.
3720
3721 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3722
3723 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3724
3725 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3726 header.
3727
3728 * message.el (message-draft-headers): Add Date.
3729 (message-headers-to-generate): Fix typo in docstring.
3730
3731 * nndraft.el (nndraft-required-headers): New variable.
3732 (nndraft-generate-headers): Use it.
3733
3734 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3735
3736 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3737
3738 * gnus-registry.el (gnus-registry-wash-for-keywords)
3739 (gnus-registry-find-keywords): New functions to allow easy searching of
3740 articles that are in the registry.
3741
3742 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3743
3744 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3745 ietf-drums-parse-address instead of gnus-extract-address-components.
3746 Reported by Damien Elmes <damien@repose.cx>.
3747
3748 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3749
3750 * gnus.el (gnus-mime): Remove unused custom group.
3751
3752 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3753
3754 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3755 "blank line" when searching for end of armor headers.
3756
3757 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3758
3759 * gmm-utils.el (gmm-write-region): Fix variable name.
3760
3761 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3762
3763 * gmm-utils.el (gmm-write-region): New function based on compatibility
3764 code from `mm-make-temp-file'.
3765
3766 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3767
3768 * nnmaildir.el (nnmaildir--update-nov)
3769 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3770 Use `gmm-write-region'.
3771
3772 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3773
3774 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3775 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3776
3777 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3778
3779 * message.el (message-replacement-char): New variable.
3780 (message-fix-before-sending): Use it.
3781 (message-simplify-subject): New function to remove duplicate code.
3782 (message-reply, message-followup): Use it.
3783
3784 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3785 gnus-summary-limit-to-articles.
3786
3787 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3788
3789 * gnus-util.el (gnus-with-local-quit): New macro.
3790
3791 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3792
3793 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
3794
3795 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3796 ignore non-string data.
3797
3798 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
3799
3800 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3801 non-string data (needs to be done in the registry too).
3802
3803 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3804
3805 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3806 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3807 (gnus-registry-split-fancy-with-parent)
3808 (gnus-registry-fetch-simplified-message-subject-fast)
3809 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3810 Remove text properties on ingress into the registry and when it's saved.
3811 (gnus-registry-clean-empty-function): Fix bug with cleaning the
3812 registry from entries with no groups.
3813
3814 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3815
3816 * gnus-util.el (gnus-string-remove-all-properties): Add utility
3817 function to remove string properties.
3818
3819 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
3820
3821 * gmm-utils.el (gmm): Adjust custom version.
3822
3823 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3824 custom version.
3825
3826 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3827
3828 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
3829
3830 * gnus-art.el (gnus-insert-prev-page-button)
3831 (gnus-insert-next-page-button): Simplify. Reformat.
3832
3833 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3834
3835 * gnus-art.el (gnus-insert-prev-page-button)
3836 (gnus-insert-next-page-button): Apply gnus-article-button-face.
3837
3838 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
3839
3840 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3841
3842 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3843
3844 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3845 gnus-article-button-face to MIME and security buttons.
3846
3847 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
3848
3849 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3850 readable.
3851
3852 2006-09-20 Steve Youngs <steve@sxemacs.org>
3853
3854 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3855 `browse-url-of-file' instead of `browse-url'.
3856
3857 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3858
3859 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3860 regexp. Articles containing quotation were cut prematurely.
3861
3862 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3863
3864 * message.el (message-cite-original-1): Use nobody by default for the
3865 value of From header.
3866 (message-reply): Ditto.
3867
3868 2006-09-11 Daiki Ueno <ueno@unixuser.org>
3869
3870 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3871 to the gnus-info. This fixes a bug of inline-PGP message verification.
3872 Reported by Michael Piotrowski <mxp@dynalabs.de>.
3873
3874 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
3875
3876 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3877 mails in the doc string. Add some URLs in comment.
3878 (pop3-movemail): Warn about pop3-leave-mail-on-server.
3879
3880 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3881
3882 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3883 backslashes handling and the way to find boundaries of quoted strings.
3884
3885 2006-09-07 Daiki Ueno <ueno@unixuser.org>
3886
3887 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3888 mml1991-encrypt-to-self is set and mml1991-signers is not set.
3889 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3890 mml2015-encrypt-to-self is set and mml2015-signers is not set.
3891
3892 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
3893
3894 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
3895 doc string.
3896 (gnus-button-regexp, gnus-button-last): Remove unused variables.
3897
3898 2006-09-06 Simon Josefsson <jas@extundo.com>
3899
3900 * mml2015.el (mml2015-use): Doc fix, mention epg.
3901
3902 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3903
3904 * mml2015.el (mml2015-use): Default to epg, if available.
3905
3906 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3907
3908 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3909 message-sender.
3910 (mml1991-epg-encrypt): Ditto.
3911 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3912 message-sender.
3913 (mml2015-epg-encrypt): Ditto.
3914
3915 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
3916
3917 * message.el (message-send-mail-with-sendmail): Look for sendmail in
3918 several common directories.
3919
3920 2006-09-05 Daiki Ueno <ueno@unixuser.org>
3921
3922 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3923 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3924
3925 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3926
3927 * gnus-art.el (article-decode-encoded-words): Make it fast.
3928
3929 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3930
3931 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3932
3933 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3934 in quoted string into `\'.
3935
3936 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3937
3938 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3939 Use standard-syntax-table.
3940
3941 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3942
3943 * gnus-art.el (gnus-decode-address-function): New variable.
3944 (article-decode-encoded-words): Use it to decode headers which are
3945 assumed to contain addresses.
3946 (gnus-mime-delete-part): Remove useless `or'.
3947
3948 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3949 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3950 (gnus-nov-parse-line): Use it to decode From header.
3951 (gnus-get-newsgroup-headers): Ditto.
3952 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3953
3954 * mail-parse.el (mail-decode-encoded-address-region): New alias.
3955 (mail-decode-encoded-address-string): New alias.
3956
3957 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3958 New function.
3959 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3960 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3961 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3962 (rfc2047-decode-string): Ditto.
3963 (rfc2047-decode-address-region): New function.
3964 (rfc2047-decode-address-string): New function.
3965
3966 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
3967
3968 * message.el (message-caesar-buffer-body): Allow rotating headers.
3969
3970 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3971
3972 * message.el (message-insert-formated-citation-line): Fix %f.
3973 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3974
3975 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
3976
3977 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3978 (gnus-bookmark-mouse-available-p): New macro.
3979 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3980 (gnus-bookmark-bmenu-show-infos): Use it.
3981 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3982 (gnus-bookmark-bmenu-hide-infos): Ditto.
3983 (gnus-bookmark-remove-properties): New function.
3984 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3985 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3986 (gnus-bookmark-write-file): Bind coding-system-for-write.
3987 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3988 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3989 group before selecting it.
3990 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3991 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3992 quit-window if it is not available; use gnus-mouse-2 and bind it to
3993 gnus-bookmark-bmenu-select-by-mouse.
3994 (gnus-bookmark-show-details): Remove unused variable `details-list'.
3995 (gnus-bookmark-bmenu-select-by-mouse): New function.
3996
3997 2006-08-13 Romain Francoise <romain@orebokech.com>
3998
3999 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4000 space.
4001
4002 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4003
4004 * compface.el (uncompface): Use binary rather than raw-text-unix.
4005
4006 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4007
4008 * compface.el (uncompface): Make sure the eol conversion doesn't take
4009 place when communicating with the external programs. Reported by
4010 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4011
4012 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
4013
4014 * nnheader.el (nnheader-insert-head): Fix typo in comment.
4015
4016 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4017
4018 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4019 Make it more robust by parsing author and date independently.
4020
4021 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
4022
4023 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4024
4025 2006-07-28 Daiki Ueno <ueno@unixuser.org>
4026
4027 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4028 first matching secret key.
4029 (mml2015-epg-encrypt): Ditto.
4030
4031 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4032 first matching secret key.
4033 (mml1991-epg-encrypt): Ditto.
4034
4035 * mml2015.el (mml2015-encrypt-to-self): New user option.
4036 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4037 mml2015-epg-encrypt-to-self is set.
4038
4039 * mml1991.el (mml1991-encrypt-to-self): New variable.
4040 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4041 mml1991-epg-encrypt-to-self is set.
4042
4043 * mml2015.el (mml2015-signers): New user option.
4044 (mml2015-epg-sign): Reflect the value of mml2015-signers.
4045 (mml2015-epg-encrypt): Allow to select signing keys.
4046
4047 * mml1991.el (mml1991-signers): New variable.
4048 (mml1991-epg-sign): Reflect the value of mml1991-signers.
4049 (mml1991-epg-encrypt): Allow to select signing keys.
4050
4051 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
4052
4053 * nnheader.el (nnheader-insert-head): Make it work even if the file
4054 uses CRLF for the line-break code.
4055
4056 2006-07-25 Daiki Ueno <ueno@unixuser.org>
4057
4058 * mml2015.el: Require mml-sec instead of password.
4059 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4060 (mml2015-cache-passphrase): Inherit the default value from
4061 mml-secure-cache-passphrase.
4062 (mml2015-passphrase-cache-expiry): Inherit the default value from
4063 mml-secure-passphrase-cache-expiry.
4064
4065 * mml1991.el: Require mml-sec instead of password.
4066 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4067 (mml1991-cache-passphrase): Inherit the default value from
4068 mml-secure-cache-passphrase.
4069 (mml1991-passphrase-cache-expiry): Inherit the default value from
4070 mml-secure-passphrase-cache-expiry.
4071
4072 * mml-sec.el: Require password.
4073 (mml-secure-verbose): New user option.
4074 (mml-secure-cache-passphrase): New user option.
4075 (mml-secure-passphrase-cache-expiry): New user option.
4076
4077 2006-07-24 Daiki Ueno <ueno@unixuser.org>
4078
4079 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4080 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
4081 andreas@altroot.de (Andreas Vögele).
4082
4083 FIXME: Use `tiny change'?
4084
4085 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4086
4087 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4088 workaround for the url package included with Emacs.
4089
4090 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4091
4092 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4093
4094 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4095 correctly. This fixes a bug caused by the 2006-05-12 change.
4096
4097 2006-07-18 Karl Fogel <kfogel@red-bean.com>
4098
4099 * nnmail.el (nnmail-article-group): If splitting raises an error, give
4100 some information about the error when saying that the `bogus' mail
4101 group will be used.
4102
4103 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
4104
4105 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4106 string.
4107
4108 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
4109
4110 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4111
4112 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4113
4114 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4115
4116 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4117
4118 * mml1991.el (mml1991-function-alist): Add epg.
4119 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4120 (mml1991-epg-encrypt): New functions.
4121
4122 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4123
4124 * mml2015.el (mml2015-verbose): New variable.
4125 (mml2015-cache-passphrase): Ditto.
4126 (mml2015-passphrase-cache-expiry): Ditto.
4127 (mml2015-function-alist): Add epg.
4128 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4129 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4130 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4131 functions.
4132
4133 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4134
4135 * message.el (message-cite-original-1): Preserve region when removing
4136 quoted text due to X-No-Archive in order to avoid bogus attribution
4137 when citing multiple messages.
4138
4139 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4140
4141 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
4142 Kenneth Jacker <khj@be.cs.appstate.edu>.
4143
4144 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
4145
4146 * gnus-diary.el (gnus-user-format-function-d)
4147 (gnus-user-format-function-D): Autoload.
4148
4149 * imap.el (Commentary): Fix typo.
4150
4151 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4152 2006-04-22 contribution.
4153
4154 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4155
4156 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4157 It didn't really fix the bogosity I'm seeing with solid web groups.
4158
4159 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4160
4161 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4162 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4163 created using server names. If we use the feature without declaring
4164 it, Gnus does not properly manage server and group state.
4165
4166 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4167 bound.
4168
4169 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4170
4171 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4172 looking up the method using GROUP's prefix before inventing a new one.
4173 It is used on killed/unknown groups in various places where returning
4174 an all-new method isn't expected by the caller.
4175
4176 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4177 and match semantics of gnus-group-real-prefix.
4178
4179 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4180
4181 * nnmail.el (nnmail-broken-references-mailers): New variable.
4182 (nnmail-ignore-broken-references): New function generalizing
4183 nnmail-fix-eudora-headers.
4184 (nnmail-fix-eudora-headers): Now obsolete.
4185
4186 * gnus-art.el (gnus-button-handle-custom): Support
4187 `customize-apropos*'.
4188
4189 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4190
4191 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4192
4193 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4194 articles.
4195
4196 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4197
4198 * message.el (message-cite-reply-above): New variable.
4199 (message-yank-original): Use it.
4200
4201 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4202
4203 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4204
4205 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4206
4207 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4208 as read.
4209
4210 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4211
4212 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4213
4214 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4215 (gnus-bookmark-default-file): Use gnus-directory.
4216 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4217 Remove "*" in doc string.
4218 (gnus-bookmark-write-file): Simplify.
4219 (gnus-bookmark-maybe-sort-alist): Use `when'.
4220 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4221 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4222 FIXME about Emacs 21 and XEmacs compatibility.
4223 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4224 compatibility.
4225 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4226 compatibility.
4227 (gnus-bookmark-menu-heading): Fix version.
4228
4229 2006-06-19 Bastien Guerry <bzg@altern.org>
4230
4231 * gnus-bookmark.el: New file.
4232
4233 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4234
4235 * message.el (message-syntax-checks): Doc fix.
4236
4237 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4238
4239 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4240 unsubscribed groups as if they were killed ones. It causes duplicate
4241 entries in gnus-newsrc-alist.
4242
4243 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4244
4245 * message.el (message-syntax-checks): Doc fix.
4246 (message-send-mail): Add check for continuation headers.
4247 (message-check-news-header-syntax): Fix regexp used to check for
4248 continuation headers.
4249
4250 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4251
4252 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4253
4254 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4255
4256 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4257
4258 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4259
4260 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4261 default-truncate-lines.
4262
4263 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4264
4265 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4266 to fill the utf-8 entry.
4267
4268 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4269
4270 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4271
4272 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4273
4274 * gnus-agent.el (directory-files-and-attributes): Move all the way
4275 forward (the third and final move).
4276 (gnus-agent-read-agentview): Trap reconstruction errors due to
4277 nonexistant directory. Handle by returning nil.
4278
4279 2006-05-30 Didier Verna <didier@xemacs.org>
4280
4281 * message.el (message-dont-reply-to-names): Update the custom type.
4282 * message.el (message-dont-reply-to-names): New defsubst: potentially
4283 convert a list of regexps into a single one.
4284 * message.el (message-get-reply-headers): Use it.
4285 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4286
4287 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4288
4289 * gnus-agent.el (directory-files-and-attributes): Move forward.
4290
4291 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4292
4293 * gnus-ml.el (gnus-mailing-list-subscribe)
4294 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4295 (gnus-mailing-list-message): Fix doc strings.
4296
4297 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4298
4299 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4300 of doing it manually.
4301
4302 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4303
4304 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4305 comment.
4306
4307 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4308
4309 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4310 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4311 (gnus-agent-read-local): All symbols allocated in my-obarray
4312 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4313 (gnus-agent-regenerate-group): Check numeric names to see if they are
4314 messages or groups.
4315 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4316 better way of do this...)
4317
4318 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4319 'dummy.group' (there should be a better way of do this...)
4320
4321 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4322
4323 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4324 (gnus-saved-headers): Ditto.
4325 (gnus-default-article-saver): Mention functions may have properties.
4326 (gnus-article-save): Override gnus-save-all-headers and
4327 gnus-saved-headers by :headers property which saver function may have.
4328 (gnus-summary-save-in-file): Add :headers property.
4329 (gnus-summary-write-to-file): Ditto.
4330
4331 * gnus-sum.el (gnus-summary-save-article): Bind
4332 gnus-prompt-before-saving to t when saving many articles in a file;
4333 always show all headers.
4334
4335 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4336
4337 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4338 marks.
4339
4340 * message.el (message-indent-citation): Add optional arguments to allow
4341 using it outside of message buffers.
4342
4343 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4344 (gnus-article-treat-unfold-headers): Use it.
4345 (gnus-article-truncate-lines): New variable.
4346 (gnus-article-mode): Use it.
4347 (gnus-article-toggle-truncate-lines): New function.
4348
4349 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4350 gnus-article-toggle-truncate-lines.
4351
4352 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4353 coding system in XEmacs, use binary.
4354
4355 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4356
4357 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4358 after-load-alist.
4359
4360 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4361 this function should save decoded articles.
4362 (gnus-summary-write-to-file): Use property to specify this function
4363 should save decoded articles and specify gnus-summary-save-in-file
4364 should be used to save articles other than the first one when saving
4365 many articles.
4366 (gnus-summary-save-body-in-file): Use property to specify this
4367 function should save decoded articles.
4368 (gnus-summary-write-body-to-file): Use property to specify this
4369 function should save decoded articles and specify
4370 gnus-summary-save-body-in-file should be used to save articles other
4371 than the first one when saving many articles.
4372
4373 * gnus-sum.el (gnus-summary-save-article): Simplify.
4374
4375 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4376
4377 * gnus-art.el (gnus-default-article-saver): Add
4378 gnus-summary-write-body-to-file.
4379 (gnus-article-save-coding-system): Don't use coding system object
4380 in XEmacs.
4381 (gnus-read-save-file-name): Add optional `dir-var' argument which
4382 specifies directory in which files are saved; work even if optional
4383 `variable' argument is not specified.
4384 (gnus-summary-write-to-file): Read file name.
4385 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4386 (gnus-summary-write-body-to-file): New function.
4387
4388 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4389 (gnus-summary-local-variables): Add it.
4390 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4391 (gnus-summary-save-article): Remove optional `decode' argument;
4392 determine whether to decode articles by the value of
4393 gnus-default-article-saver; when saving many files using
4394 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4395 it first and use gnus-summary-save-in-file or
4396 gnus-summary-save-body-in-file thereafter unless
4397 gnus-prompt-before-saving is always; move point to article which
4398 will be saved.
4399 (gnus-summary-save-article-file): Revert.
4400 (gnus-summary-write-article-file): Revert.
4401 (gnus-summary-save-article-body-file): Revert.
4402 (gnus-summary-write-article-body-file): New function.
4403
4404 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4405
4406 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4407
4408 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4409
4410 * gnus-art.el (gnus-default-article-saver): Doc fix.
4411 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4412 from gnus-summary-save-article-coding-system, and default to a
4413 certain coding system.
4414 (gnus-output-to-file): Add coding cookie and encode text according
4415 to gnus-article-save-coding-system; don't use mm-append-to-file.
4416
4417 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4418 gnus-art.el and rename to gnus-article-save-coding-system.
4419 (gnus-summary-save-article): Require gnus-art; don't show all
4420 headers if it decodes articles; don't add coding cookie here;
4421 don't bind mm-text-coding-system-for-write.
4422 (gnus-summary-save-article-file): Save decoded articles.
4423 (gnus-summary-write-article-file): When saving many files, use
4424 gnus-summary-write-to-file first and gnus-summary-save-in-file
4425 thereafter unless gnus-prompt-before-saving is always.
4426 (gnus-summary-save-article-body-file): Save decoded articles.
4427
4428 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4429
4430 * nnrss.el (nnrss-check-group): Bind hash-index.
4431
4432 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
4433
4434 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4435 its hash index. Store this hash in `nnrss-group-data'.
4436 (nnrss-read-group-data): Update accordingly.
4437
4438 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4439
4440 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4441 entry.
4442
4443 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4444 gnus-article-browse-html-article.
4445
4446 2006-05-23 Hynek Schlawack <hynek@ularx.de>
4447
4448 * gnus-sum.el (gnus-summary-mime-map): Add
4449 gnus-article-browse-html-article.
4450 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4451
4452 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4453 suitable coding systems in customize.
4454
4455 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4456
4457 * mail-source.el (mail-sources): Fix custom type.
4458
4459 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4460
4461 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4462 (gnus-summary-expire-articles-now): Shorten prompt.
4463
4464 * gmm-utils.el (wid-edit): Require.
4465 (defun-gmm): Renamed from `gmm-defun-compat'.
4466 (gmm-image-search-load-path): Use it.
4467 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4468
4469 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4470
4471 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4472 variable.
4473 (gnus-summary-save-article): Add optional `decode' argument. If
4474 it is set and gnus-summary-save-article-coding-system is non-nil,
4475 save decoded article.
4476 (gnus-summary-write-article-file): Save decoded article if
4477 gnus-summary-save-article-coding-system is non-nil.
4478
4479 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4480 type.
4481
4482 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4483
4484 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4485
4486 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4487
4488 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4489 first to test gnus-single-article-buffer which may be buffer-local.
4490
4491 * gnus-sum.el (gnus-summary-setup-buffer): Make
4492 gnus-single-article-buffer buffer-local and nil in ephemeral
4493 group; make gnus-article-buffer, gnus-article-current, and
4494 gnus-original-article-buffer always buffer-local.
4495 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4496 group.
4497 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4498
4499 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4500
4501 * nnml.el (nnml-request-compact-group): Compressed files might not
4502 have .gz extension.
4503
4504 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4505
4506 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4507 (mm-copy-to-buffer): Use with-current-buffer.
4508 (mm-display-part): Simplify.
4509 (mm-inlinable-p): Add optional arg `type'.
4510
4511 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4512
4513 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4514 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4515 Try harder to show the attachment internally or externally using
4516 gnus-mime-view-part-as-type.
4517
4518 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4519
4520 * message.el (message-from-style, message-signature-separator)
4521 (message-user-organization-file, message-send-mail-function)
4522 (message-citation-line-function, message-yank-prefix)
4523 (message-indent-citation-function, message-signature)
4524 (message-signature-file, message-signature-insert-empty-line):
4525 Remove autoloads.
4526
4527 * gnus-art.el (gnus-buttonized-mime-types): Remove
4528 "multipart/signed". Revert 2006-04-26 change.
4529
4530 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4531
4532 * gnus.el (gnus-version-number): Bump version.
4533
4534 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4535
4536 * gnus.el: No Gnus v0.5 is released.
4537
4538 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4539
4540 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4541 fetching articles by message-id.
4542
4543 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4544
4545 * message.el (hashcash): Require hashcash as normal.
4546
4547 * ecomplete.el (ecomplete-highlight-match-line): Use
4548 point-at-eol.
4549 (ecomplete-highlight-match-line): Use `highlight', because that
4550 face exists in both Emacs and XEmacs.
4551
4552 * message.el (message-display-abbrev): Use point-at-bol.
4553
4554 * mail-source.el: Don't require timer/timer-funcs.
4555
4556 * gnus-async.el: Ditto.
4557
4558 * password.el: Ditto.
4559
4560 * mm-url.el: Ditto.
4561
4562 * mm-util.el: Require timer/timer-funcs.
4563
4564 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4565
4566 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4567 Close.
4568
4569 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4570
4571 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4572 unibyte after clear-decrypt function runs.
4573
4574 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4575 returns as a unibyte string.
4576
4577 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4578
4579 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4580 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4581 (mml1991-pgg-encrypt): Ditto.
4582
4583 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4584
4585 * message.el (message-user-organization-file): Check several
4586 locations of the organization file.
4587
4588 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4589 Add gnus-article-view-part-as-type.
4590
4591 * gnus-art.el (gnus-article-view-part-as-type): New function.
4592
4593 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4594 .mobi and .travel. Remove .nato, .bitnet and .uucp.
4595
4596 * mml.el: Simplify autoload.
4597 (mml-mode): defvar dnd-protocol-alist instead of using
4598 symbol-value.
4599 (mml-default-directory): New variable.
4600 (mml-minibuffer-read-file): Use it.
4601 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4602
4603 * message.el (message-citation-line-format): New variable.
4604 (message-insert-formated-citation-line): New function.
4605 (message-citation-line-function): Add
4606 `message-insert-formated-citation-line' to custom type.
4607
4608 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4609 to doc string.
4610
4611 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4612 depending on mm-verify-option.
4613
4614 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4615
4616 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4617 binding pgg-* variables; reimplement the section which prevents
4618 MIME header from being signed.
4619 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4620 pgg-text-mode; remove a blank line at the top of body.
4621
4622 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4623 lines at the top of body; use gnus-newsgroup-charset if there's no
4624 Charset header.
4625
4626 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4627
4628 * message.el (message-self-insert-commands): Doc fix.
4629
4630 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4631 (mm-uu-pgp-encrypted-test): Ditto.
4632 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4633 between header and body; return application/pgp-encrypted handle
4634 if decryption failed; decode decrypted body by charset.
4635
4636 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4637 element match to application/pgp-*.
4638
4639 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4640
4641 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4642 HTML.
4643
4644 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4645
4646 * mail-source.el (mail-source-call-script): Message the error
4647 string.
4648
4649 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4650
4651 * gnus-util.el (gnus-byte-compile): Use it.
4652
4653 2006-04-22 xyblor <fake@invalid.email> (tiny change)
4654
4655 * gnus-util.el (kill-empty-logs): New function.
4656
4657 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4658
4659 * message.el (message-mail-alias-type): Doc fix.
4660 (message-mail-alias-type-p): New function.
4661 (message-send): Use it.
4662 (message-mode): Ditto.
4663 (message-strip-forbidden-properties): Ditto.
4664
4665 * ecomplete.el (ecomplete-database-file-coding-system): New
4666 variable.
4667 (ecomplete-save): Use it.
4668 (ecomplete-setup): Use it.
4669
4670 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4671
4672 * message.el (message-self-insert-commands): New variable.
4673 (message-strip-forbidden-properties): Use it.
4674
4675 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4676
4677 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4678 that doesn't make XEmacs choke.
4679
4680 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4681
4682 * gnus-util.el (gnus-replace-in-string):
4683 Prefer replace-regexp-in-string over of replace-in-string.
4684
4685 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4686
4687 * gnus-util.el (gnus-select-frame-set-input-focus):
4688 Use select-frame-set-input-focus if it is available in XEmacs; use
4689 definition defined in Emacs 22 for old Emacsen.
4690
4691 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4692
4693 * mm-view.el (mm-inline-text): Use equal instead of equalp.
4694
4695 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4696
4697 * gnus-registry.el (gnus-registry-cache-save): Remove text
4698 properties when saving via the temp buffer.
4699
4700 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4701
4702 * message.el (message-generate-hashcash): Honor custom type.
4703
4704 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4705
4706 * message.el (message-generate-hashcash): Default to non-nil when
4707 hashcash is found.
4708
4709 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4710 (gnus-refer-thread-limit): Increase default to 500.
4711
4712 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4713
4714 * flow-fill.el (fill-flowed): Allow delete-space.
4715
4716 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4717
4718 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4719 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4720 Remove autoloads.
4721
4722 2006-04-18 Simon Josefsson <jas@extundo.com>
4723
4724 * message.el (message-generate-hashcash): Default to.
4725
4726 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4727
4728 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4729 concatenating segments rather than before concatenating them.
4730
4731 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4732
4733 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4734
4735 * imap.el (imap-quote-specials): New function.
4736 (imap-login-auth): Quote specials.
4737
4738 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4739
4740 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4741
4742 * message.el (message-forward-make-body-plain): Allow
4743 message-forward-ignored-headers to be a list.
4744 (message-remove-ignored-headers): Factor out into function.
4745 (message-forward-make-body-mml): Use it.
4746 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4747 (rfc2231-parse-string): Allow concatanation of parameters that
4748 aren't contiguous. The test case is
4749 (mail-header-parse-content-type "message/external-body;
4750 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4751 access-type=LOCAL-FILE;
4752 name*1*=plugh%2fhello-sailor%2fbing.pdf")
4753
4754 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4755
4756 * nntp.el (nntp-accept-process-output): Return the value of
4757 `nnheader-accept-process-output'.
4758
4759 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4760
4761 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4762 (gnus-button-alist): Recognize more diff formats.
4763 (gnus-button-patch): Strip directory.
4764
4765 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4766
4767 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4768 Emacs 22 when setting focus.
4769
4770 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4771
4772 * gnus-art.el (gnus-article-treat-types): Do treatment of
4773 text/x-verbatim parts.
4774 (gnus-button-patch): New command.
4775
4776 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4777 addresses that contain invalid characters.
4778
4779 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4780
4781 * message.el (message-put-addresses-in-ecomplete): Use
4782 gnus-replace-in-string.
4783 (message-is-yours-p): Use the more correct
4784 mail-header-parse-address instead of
4785 mail-extract-address-components.
4786 (message-put-addresses-in-ecomplete): Fix typo.
4787
4788 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4789 keystroke.
4790
4791 * gnus-art.el (gnus-treatment-function-alist): Change order of
4792 newsgroups/generic header folding to avoid double-folding.
4793
4794 * message.el (message-hidden-headers): Add X-Draft-From.
4795
4796 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4797 command.
4798 (gnus-summary-repeat-search-article-backward): New command.
4799
4800 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4801 groups in the parent topic.
4802
4803 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
4804
4805 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4806 (spam-extra-header-to-number): Return the CRM114 number as a
4807 number instead of a string.
4808
4809 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4810
4811 * gnus-art.el (gnus-face-properties-alist): Moved here from
4812 gnus-fun.
4813
4814 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4815
4816 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4817
4818 * message.el (message-strip-forbidden-properties): Only display on
4819 self-insert-command.
4820
4821 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4822 reindent.
4823 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4824
4825 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
4826
4827 * smiley.el (smiley-style): Fix typo.
4828
4829 2006-03-23 Kenichi Handa <handa@m17n.org>
4830
4831 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4832 instead of set-buffer-multibyte.
4833
4834 2006-03-23 Kenichi Handa <handa@m17n.org>
4835
4836 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4837 buffer and then decode the buffer text if necessary.
4838 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4839 first, and after mm-encode-body, change the buffer to unibyte.
4840
4841 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4842
4843 * hashcash.el (hashcash-insert-payment-async-2): Use
4844 message-goto-eoh instead of doing it manually.
4845 (mail-add-payment): Use message-narrow-to-header instead of trying
4846 to do the same itself.
4847
4848 * message.el (message-hidden-headers): Add Face.
4849
4850 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4851 reparenting code.
4852 (gnus-summary-reparent-children): Refactored out code.
4853 (gnus-summary-thread-map): New keystroke.
4854 (gnus-summary-reparent-children): Make into command.
4855
4856 * smiley.el (smiley-style): Default to `medium' if using a large
4857 font.
4858
4859 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4860 does it itself.
4861
4862 * message.el (message-point-in-header-p): Simplify definition.
4863
4864 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4865
4866 * nnagent.el (nnagent-request-set-mark): Silence log file
4867 writing.
4868 (nnagent-request-set-mark): Use write-region instead of
4869 append-to-file.
4870
4871 * gnus-sum.el (gnus-read-header): Fudge article number if using a
4872 strange select method.
4873
4874 * ecomplete.el (ecomplete-display-matches): Get highlightling
4875 right.
4876 (ecomplete-display-matches): Use literals.
4877 (ecomplete-display-matches): Disable message logging.
4878
4879 * message.el (message-display-abbrev): Small optimization.
4880
4881 * ecomplete.el (ecomplete-display-matches): Allow automatic
4882 display.
4883
4884 * message.el (message-strip-forbidden-properties): Display
4885 abbrevs.
4886 (message-display-abbrev): Get automatic display right.
4887
4888 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4889 keystrokes.
4890
4891 2006-04-13 Romain Francoise <romain@orebokech.com>
4892
4893 TODO: Backport to v5-10!
4894
4895 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4896 Moved here (and renamed) from gnus-registry.el.
4897
4898 * gnus-registry.el: Require gnus-util.
4899 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4900
4901 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4902
4903 * gnus-group.el (gnus-group-catchup-current): Change
4904 if-then-else-if-then-else into cond.
4905 (gnus-group-catchup): Indent.
4906 (group-name-at-point): New function.
4907 (gnus-fetch-group): Provide default from thing at point.
4908
4909 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4910
4911 * message.el (message-display-abbrev): Fix regexp.
4912
4913 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4914 choosing.
4915 (ecomplete-highlight-match-line): Fix up code rewrite, remove
4916 dead variables.
4917
4918 * message.el (message-newline-and-indent): Remove debugging.
4919 (message-display-abbrev): Use new implementation.
4920
4921 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4922
4923 * gnus-art.el (gnus-article-mode): Set
4924 cursor-in-non-selected-windows to nil.
4925
4926 * smiley.el: Revert previous change.
4927 (smiley-data-directory): defvar it before using it in the
4928 defcustom of `smiley-style'.
4929
4930 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4931
4932 * message.el (message-newline-and-indent): New function.
4933
4934 * ecomplete.el: Implement more bits.
4935
4936 * message.el (message-put-addresses-in-ecomplete): Clean up the
4937 string.
4938
4939 * ecomplete.el (ecomplete-add-item): Chop off decimals.
4940
4941 * gnus-sum.el (gnus-summary-save-parts): Bind
4942 gnus-summary-save-parts-counter and use it to make unique file
4943 names.
4944
4945 * gnus-art.el (gnus-ignored-headers): Add some more headers.
4946
4947 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4948 parameter to say whether to actually parse the individual
4949 addresses.
4950
4951 * message.el (message-put-addresses-in-ecomplete): New function.
4952 (ecomplete): Require.
4953 (message-mail-alias-type): Add ecomplete as an option.
4954
4955 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
4956
4957 * flow-fill.el (fill-flowed): Remove trailing space from blank
4958 quoted lines.
4959
4960 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4961
4962 * smiley.el (smiley-style): Move definition later to avoid a
4963 compilation warning.
4964
4965 2006-04-12 Kenichi Handa <handa@m17n.org>
4966
4967 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4968 buffer and then decode the buffer text if necessary.
4969 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4970 first, and after mm-encode-body, change the buffer to unibyte.
4971 Use mm-disable-multibyte instead of set-buffer-multibyte.
4972
4973 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
4974
4975 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4976 Content-Type header instead of Content-Disposition header.
4977 (gnus-mime-inline-part): Ditto.
4978 (gnus-mime-view-part-as-charset): Ignore charset that the part
4979 specifies.
4980
4981 * mm-decode.el (mm-display-part): Work with external parts and
4982 usual parts similarly.
4983
4984 * mm-extern.el (mm-inline-external-body): Use mm-display-part
4985 instead of gnus-display-mime.
4986
4987 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4988 instead of with-temp-buffer.
4989
4990 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4991 tag to summarized topics part in order to encode non-ASCII text.
4992
4993 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4994
4995 * smiley.el (smiley-style): New variable.
4996 (smiley-directory): New function.
4997 (smiley-data-directory): Derive from `smiley-style' using
4998 `smiley-directory'.
4999 (smiley-regexp-alist): Add new entries.
5000
5001 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5002 (gnus-article-browse-delete-temp): Add :version.
5003
5004 2006-04-11 Arne Jørgensen <arne@arnested.dk>
5005
5006 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5007 the sieve region.
5008
5009 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5010
5011 * gnus.el (gnus-version-number): Bump version.
5012
5013 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5014
5015 * gnus.el: No Gnus v0.4 is released.
5016
5017 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5018
5019 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5020 layout.
5021
5022 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5023 unknown charset.
5024
5025 * message.el (message-header-synonyms): Add Original-To to the
5026 default.
5027
5028 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5029 optional parameter.
5030
5031 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5032
5033 * gnus-fun.el (gnus): Require it for gnus-directory.
5034
5035 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5036
5037 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5038
5039 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5040
5041 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5042
5043 2006-04-05 Simon Josefsson <jas@extundo.com>
5044
5045 * password.el (password-reset): New function.
5046
5047 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5048
5049 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5050 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5051
5052 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5053
5054 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5055 Some whitespace was matched into the url, which broke browsing hits
5056 > 100 when mm-url-use-external was nil.
5057
5058 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5059
5060 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5061 gnus-extra-headers for 'Newsgroups.
5062
5063 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5064 bound.
5065
5066 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5067
5068 * pgg-gpg.el: Clean up process buffers every time gpg processes
5069 complete.
5070
5071 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5072
5073 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5074 doc string.
5075
5076 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5077
5078 * pgg-gpg.el (pgg-gpg-process-filter)
5079 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5080
5081 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5082 lines, temporary fix.
5083
5084 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
5085
5086 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5087
5088 2006-03-29 Daiki Ueno <ueno@unixuser.org>
5089
5090 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5091 default-enable-multibyte-characters. This reverts the change from
5092 revision 6.17 which is no longer necessary because the passphrase
5093 is sent separately now. GnuPG messages are unreadable under
5094 multibyte locales with default-enable-multibyte-characters set to
5095 nil.
5096
5097 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
5098
5099 * message.el (message-tool-bar-gnome): Move "spell".
5100
5101 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
5102
5103 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5104 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
5105 instead.
5106
5107 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
5108
5109 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5110 newsgroups handling for NNTP overviews which don't include
5111 Newsgroups.
5112
5113 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5114
5115 * message.el (message-resend): Bind message-generate-hashcash to nil.
5116
5117 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5118
5119 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5120 when searching for already-paid recipients.
5121
5122 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5123
5124 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5125 passphrases when it is not needed.
5126 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5127 passphrase stuff from gpg, should only be necessary when you use
5128 gpg with a smartcard.
5129
5130 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5131
5132 * mml.el (mml-insert-mime): Ignore cached contents of
5133 message/external-body part.
5134
5135 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5136 (mm-insert-part): Ditto.
5137
5138 2006-03-23 Simon Josefsson <jas@extundo.com>
5139
5140 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5141 Reiner.
5142 (pgg-gpg-use-agent-p): Use it again.
5143
5144 2006-03-23 Simon Josefsson <jas@extundo.com>
5145
5146 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5147 older emacsen.
5148 (pgg-gpg-use-agent-p): Don't use it.
5149
5150 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
5151
5152 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5153 if we can.
5154
5155 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5156
5157 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5158 (pgg-gpg-update-agent): New function.
5159 (pgg-gpg-use-agent-p): New function.
5160 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5161 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5162 (pgg-gpg-sign-region): Use it.
5163
5164 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
5165
5166 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5167 Reported by Ralf Wachinger <rwachinger@gmx.de>.
5168
5169 2006-03-21 Simon Josefsson <jas@extundo.com>
5170
5171 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5172 <wilde@sha-bang.de>.
5173 (pgg-gpg-use-agent): New variable.
5174 (pgg-gpg-process-region): Use it.
5175 (pgg-gpg-encrypt-region): Likewise.
5176 (pgg-gpg-encrypt-symmetric-region): Likewise.
5177 (pgg-gpg-decrypt-region): Likewise.
5178 (pgg-gpg-sign-region): Likewise.
5179 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5180
5181 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5182
5183 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5184
5185 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5186 Add comment on version.
5187
5188 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5189
5190 * smiley.el: Add missing test smiley.
5191
5192 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5193
5194 * mm-decode.el (mm-with-part): New macro.
5195 (mm-get-part): Use it; work with message/external-body as well.
5196 (mm-save-part): Treat name and filename equally.
5197
5198 * mm-extern.el (mm-extern-cache-contents): New function.
5199 (mm-inline-external-body): Use it; force the part to be displayed;
5200 move undisplayer added to the cached handle to the parent.
5201
5202 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5203 (gnus-mime-view-part-as-type): Work with message/external-body.
5204
5205 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5206
5207 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5208
5209 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5210 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5211 Emacs.]
5212
5213 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5214
5215 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5216 path rather than symbol. Always return list of directories.
5217 Guarantee that image directory comes first. [Sync with image.el,
5218 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
5219
5220 * message.el (message-make-tool-bar): Adjust to new API of
5221 `gmm-image-load-path-for-library'.
5222
5223 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5224
5225 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5226
5227 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5228
5229 * gnus-art.el (gnus-article-only-boring-p):
5230 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5231 intangible text.
5232 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5233
5234 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
5235
5236 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5237 `defun' instead of `gmm-defun-compat'.
5238
5239 2006-03-14 Simon Josefsson <jas@extundo.com>
5240
5241 * message.el (message-unique-id): Don't use message-number-base36
5242 if (user-uid) is a float.
5243 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5244
5245 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5246
5247 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5248
5249 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5250 empty line between a part and a message part.
5251
5252 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5253
5254 * smiley.el: Add more test smileys.
5255 (smiley-data-directory, smiley-regexp-alist)
5256 (gnus-smiley-file-types): Fix doc strings.
5257 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5258 adding new elements.
5259 (smiley-mouse-map): Unused code. Make it a comment.
5260
5261 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
5262
5263 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5264 scan latest NoCeM messages instead of old ones.
5265 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5266 delimiters that are recently used.
5267 (gnus-nocem-load-cache): Add autoload cookie.
5268
5269 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5270
5271 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5272 level which is larger than gnus-use-nocem is specified.
5273
5274 * gnus-group.el (gnus-group-get-new-news): Ditto.
5275
5276 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5277
5278 * gnus-util.el (gnus-tool-bar-update): New function.
5279
5280 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5281 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5282
5283 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5284
5285 * gnus-group.el (gnus-group-redraw-when-idle)
5286 (gnus-group-redraw-check): Remove.
5287 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5288
5289 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
5290
5291 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5292 if optional last element is specified in splits (FIELD VALUE...).
5293
5294 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
5295
5296 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5297 to gmm-image-load-path-for-library. Call with no-error argument.
5298 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5299
5300 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5301
5302 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5303
5304 * gmm-utils.el (gmm-image-load-path): Remove alias.
5305
5306 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
5307
5308 * gmm-utils.el (gmm-image-load-path): Add alias.
5309
5310 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5311 nnml-generate-nov-databases-1.
5312 (nnml-generate-nov-databases): Use it.
5313 (nnml-generate-nov-databases-directory): Document no-active
5314 argument.
5315
5316 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5317 directory if path is t. Add no-error.
5318
5319 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5320 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5321
5322 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5323 resetting gnus-article-browse-html-temp-list.
5324
5325 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5326 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5327 Add example to docstring. Rename local variables. Move error
5328 checks to default case in cond and simplify.
5329
5330 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
5331
5332 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5333 handle is multipart when calling it recursively.
5334 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5335
5336 2006-03-03 Daniel Pittman <daniel@rimspace.net>
5337
5338 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5339 Don't `gnus-uncompress-range' to avoid excessive memory usage.
5340
5341 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5342
5343 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5344 is loaded.
5345
5346 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5347 loaded.
5348
5349 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5350
5351 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5352 to "Emacs 23 (unicode)" in doc string.
5353
5354 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5355 "Emacs 23 (unicode)" in comment.
5356
5357 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5358
5359 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5360
5361 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5362 characters 160 through 255 in Emacs 23.
5363
5364 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5365
5366 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5367 gnus-article-browse-html-temp.
5368 (gnus-article-browse-delete-temp): Make it customizable. Add
5369 `file'. Adjust doc string.
5370 (gnus-article-browse-delete-temp-files): Add argument. Allow
5371 query for each file. Adjust doc string.
5372 (gnus-article-browse-html-parts): Add
5373 `gnus-article-browse-delete-temp-files' to
5374 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5375
5376 2006-03-02 Hynek Schlawack <hynek@ularx.de>
5377
5378 * gnus-art.el (gnus-article-browse-html-temp)
5379 (gnus-article-browse-delete-temp): New variables.
5380 (gnus-article-browse-delete-temp-files): New function.
5381 (gnus-article-browse-html-parts): Use it.
5382
5383 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5384
5385 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5386
5387 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5388 string.
5389
5390 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5391 gnus-summary-insert-new-articles when unplugged. Remove
5392 gnus-summary-search-article-forward.
5393
5394 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5395 display-visual-class instead of display-color-cells.
5396
5397 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5398
5399 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5400 message/* containing non-ASCII text properly.
5401
5402 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
5403
5404 * message.el: Require gmm-utils, remove autoloads.
5405 (message-tool-bar): Set default based on
5406 gmm-tool-bar-style.
5407 (message-tool-bar-gnome): Add gmm-customize-mode.
5408
5409 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5410 gmm-tool-bar-style.
5411 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5412
5413 * gnus-group.el (gnus-group-tool-bar): Set default based on
5414 gmm-tool-bar-style.
5415 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5416
5417 * gmm-utils.el (gmm-image-directory): Rename variable from
5418 gmm-image-load-path.
5419 (gmm-image-load-path): Use gmm-image-directory.
5420 (gmm-customize-mode): New function.
5421 (gmm-tool-bar-style): New variable.
5422
5423 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5424 gnus-group-redraw-line-number.
5425 (gnus-group-redraw-check): Simplify.
5426 (gnus-group-tool-bar-update): Remove redraw check.
5427 (gnus-group-make-tool-bar): Add redraw check.
5428
5429 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5430
5431 * gnus-art.el (gnus-button): Add missing parentheses.
5432
5433 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5434
5435 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5436
5437 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5438
5439 * gnus-art.el (gnus-button): New face.
5440 (gnus-article-button-face): Use it.
5441
5442 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5443 gnus-summary-next-page. Re-order.
5444
5445 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5446 next-node are now included.
5447 (gnus-group-redraw-line-number): New internal variable.
5448 (gnus-group-redraw-check): Helper function for updating the tool
5449 bar.
5450 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5451
5452 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5453
5454 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5455 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5456 Use it to match format of Spamassassin 3.0 and later. Reported by
5457 IRIE Tetsuya <irie@t.email.ne.jp>.
5458 (spam-check-bogofilter)
5459 (spam-bogofilter-register-with-bogofilter): Fix args of
5460 `gnus-error' calls.
5461
5462 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5463
5464 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5465 unnecessary interaction when sending queued mails. Reported by
5466 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5467
5468 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5469
5470 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5471 first or last are nil.
5472
5473 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5474
5475 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5476
5477 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5478
5479 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5480
5481 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5482
5483 * dns.el (query-dns): Protect more against buggy tcp output.
5484
5485 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
5486
5487 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5488 nov.php.
5489
5490 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5491
5492 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5493 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5494 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5495 output on the server side.
5496 (nnweb-google-create-mapping): Update regexps and add some
5497 progress indication.
5498
5499 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
5500
5501 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5502 gnus-agent-toggle-plugged. Re-order icons.
5503 (gnus-group-tool-bar-gnome): Add
5504 gnus-group-{prev,next}-unread-group.
5505 (gnus-group-tool-bar-gnome): Re-order icons.
5506
5507 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5508 gnus-summary-insert-new-articles.
5509
5510 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5511 comments.
5512
5513 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5514 also available in Emacs 21.3.
5515
5516 * message.el (message-fix-before-sending): Change "Emacs 22" to
5517 "Emacs 23 (unicode)" in comment.
5518
5519 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5520 "Emacs 23 (unicode)" in comment.
5521
5522 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5523 comment.
5524 (mm-coding-system-p): Add comment about no-MULE XEmacs.
5525
5526 * mm-view.el (mm-fill-flowed): Add :version.
5527
5528 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5529
5530 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5531 and load-path.
5532
5533 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
5534
5535 * message.el: Autoload gmm-image-load-path.
5536 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5537 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5538 consitency.
5539
5540 * gmm-utils.el (gmm-image-load-path): Also search in
5541 "../etc/images". Don't set gmm-image-load-path if we don't find
5542 the image.
5543
5544 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
5545
5546 * gmm-utils.el (gmm-image-load-path): Don't make
5547 `gmm-image-load-path' include subdirectories which the second arg
5548 `image' might specify.
5549
5550 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5551 subdirectory to icon file names.
5552
5553 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5554
5555 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
5556
5557 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5558 gmm-image-load-path calls.
5559
5560 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5561
5562 * message.el (message-make-tool-bar): Ditto.
5563
5564 * mml.el (mml-preview): Added comment concerning tool bar icons.
5565
5566 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5567 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5568
5569 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5570 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5571
5572 * message.el (message-tool-bar-gnome): Use new icon names.
5573 (message-make-tool-bar): Use `gmm-image-load-path'.
5574
5575 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5576 functions from MH-E.
5577 (gmm-image-load-path): New variable from MH-E.
5578 (gmm-image-load-path): New function from MH-E. Added arguments
5579 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5580 *-image-load-path-called-flag.
5581
5582 2006-02-21 Milan Zamazal <pdm@brailcom.org>
5583
5584 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5585
5586 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
5587
5588 * nnimap.el (nnimap-request-move-article): Change folder back to
5589 source group before deleting.
5590
5591 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
5592
5593 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5594
5595 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5596 mm-url.
5597
5598 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5599
5600 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
5601
5602 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5603 coding system which mm-charset-to-coding-system returns for a
5604 given charset is valid.
5605
5606 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5607
5608 * html2text.el (html2text-remove-tag-list):
5609 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5610
5611 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5612
5613 * gnus-cus.el: Revert 2005-10-17 change.
5614
5615 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5616
5617 * gnus-art.el (article-strip-banner): Call
5618 article-really-strip-banner only when the regexp match is made.
5619
5620 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
5621
5622 * gnus-art.el (article-strip-banner): Use
5623 gnus-extract-address-components instead of
5624 mail-header-parse-addresses to make it work with non-ASCII text;
5625 remove mail-encode-encoded-word-string.
5626
5627 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5628 values which are surrounded with \"...\"; make it never cause a
5629 Lisp error; give up parsing of parameters if it failed in
5630 extracting type.
5631
5632 2006-02-14 Arne Jørgensen <arne@arnested.dk>
5633
5634 * smime.el (smime-cert-by-ldap-1): Fix bug where
5635 `smime-ldap-search' returns results without userCertificates.
5636
5637 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
5638
5639 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5640
5641 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5642
5643 * spam.el (spam-check-spamassassin-headers): Adapt format for
5644 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5645 <ari@mbf.ocn.ne.jp>.
5646 (spam-list-of-processors): Add spam-use-gmane.
5647
5648 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5649
5650 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5651 make-temp-file; make it work with XEmacs as well.
5652
5653 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5654 mm-make-temp-file.
5655
5656 * mm-decode.el (mm-display-external): Use the 3rd arg of
5657 mm-make-temp-file.
5658 (mm-create-image-xemacs): Ditto.
5659
5660 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5661
5662 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5663 with message-narrow-to-headers.
5664 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5665 (gnus-draft-check-draft-articles): New function.
5666 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5667
5668 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
5669
5670 * gnus-art.el (gnus-article-browse-html-parts):
5671 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5672 Don't use suffix argument for mm-make-temp-file for Emacs 21
5673 compatibility. Remove useless `format'.
5674
5675 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5676
5677 * nnweb.el (nnweb-google-wash-article): Update regexps.
5678 (nnweb-group-alist): Use defvoo instead of defvar.
5679
5680 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5681
5682 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5683 re-loading nn* modules.
5684
5685 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5686
5687 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5688 for `tool-bar-mode' and don't check it's default-value.
5689
5690 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5691
5692 * message.el (message-make-tool-bar): Ditto.
5693
5694 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5695 `substring'. Shorten tmp-file name.
5696
5697 * gnus.el: Remove bogus comment.
5698
5699 2006-02-10 Hynek Schlawack <hynek@ularx.de>
5700
5701 * gnus-art.el (gnus-article-browse-html-parts): New function.
5702 (gnus-article-browse-html-article): New function for viewing html
5703 articles with a browser.
5704
5705 2006-02-09 Daiki Ueno <ueno@unixuser.org>
5706
5707 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5708 (mml2015-pgg-encrypt): Ditto.
5709
5710 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5711 (mml1991-pgg-encrypt): Ditto.
5712
5713 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5714
5715 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5716 message-make-date instead of current-time-string.
5717
5718 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5719 to gnus-decoded which mm-uu might set.
5720
5721 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5722
5723 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5724 don't decode quoted parameters; remove misimported Emacs code.
5725 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5726 (rfc2231-decode-encoded-string): Don't use split-string which
5727 behaves differently according to Emacs version; use
5728 mm-decode-coding-region to convert charset to coding-system.
5729 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5730 (rfc2231-encode-string): Remove misimported Emacs code.
5731
5732 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5733
5734 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5735 when calling mail-header-parse-content-type.
5736 (article-de-quoted-unreadable): Ditto.
5737 (article-de-base64-unreadable): Ditto.
5738 (article-wash-html): Ditto.
5739
5740 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5741 calling mail-header-parse-content-type and
5742 mail-header-parse-content-disposition.
5743 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5744 mail-header-parse-content-type.
5745
5746 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5747 insert charset and format parameters; encode description after
5748 inserting it to buffer.
5749 (mml-insert-parameter): Fold lines properly even if a parameter is
5750 segmented into two or more lines; change the max column to 76.
5751
5752 * rfc1843.el (rfc1843-decode-article-body): Don't use
5753 ignore-errors when calling mail-header-parse-content-type.
5754
5755 * rfc2231.el (rfc2231-parse-string): Return at least type if
5756 possible; don't cause an error even if it fails in parsing of
5757 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5758 (rfc2231-encode-string): Don't break lines at the beginning, leave
5759 it to mml-insert-parameter.
5760
5761 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5762 calling mail-header-parse-content-type.
5763
5764 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
5765
5766 * spam-report.el (spam-report-gmane-use-article-number):
5767 Improve doc string.
5768 (spam-report-gmane-internal): Check if a suitable header was found
5769 in the article.
5770
5771 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
5772
5773 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5774 (rfc2231-encode-string): Make param*=value always begin with LWSP.
5775
5776 2006-02-05 Romain Francoise <romain@orebokech.com>
5777
5778 Update copyright notices of all files in the gnus directory.
5779
5780 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5781
5782 * nnweb.el (nnweb-request-group): Avoid growing overview files.
5783
5784 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
5785
5786 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5787 segmented lines of parameter value to cope with Thunderbird 1.5
5788 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5789 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5790 (rfc2231-encode-string): Don't make lines exceeding 76 column.
5791
5792 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
5793
5794 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5795 parts.
5796
5797 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5798
5799 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5800 there's only one active file for all servers.
5801 (nnweb-request-scan): Make sure nnweb-articles is initialized on
5802 solid groups. Gnus might have used a FAST request to select the group.
5803 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5804 and nnweb-search redundantly in the active file.
5805 (nnweb-request-list): Don't list bogus groups. There can only be one.
5806 (nnweb-request-create-group): Don't use ARGS.
5807 (nnweb-possibly-change-server, nnweb-request-group): Remove some
5808 initialisations. Let nnoo do the work.
5809
5810 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5811
5812 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5813 Say the part has been decoded.
5814
5815 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5816
5817 2006-01-31 Kevin Ryde <user42@zip.com.au>
5818
5819 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5820 mailcap-viewer-test-cache when there's no 'test clause, since that
5821 will invert the meaning of a "nil" test previously determined by
5822 mailcap-mailcap-entry-passes-test.
5823
5824 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
5825
5826 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5827 compiling.
5828
5829 * gnus-sum.el: Ditto.
5830
5831 * message.el: Don't bind tool-bar-map when compiling.
5832
5833 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
5834
5835 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5836
5837 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5838
5839 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5840 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5841 current Google Groups.
5842
5843 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
5844
5845 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5846 and tool-bar-mode.
5847
5848 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5849 and tool-bar-mode.
5850
5851 * message.el (message-tool-bar-update): Simplify.
5852 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5853
5854 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5855 gnus-summary-buffer.
5856 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5857 gnus-summary-reply.
5858
5859 * gmm-utils.el (gmm): Add :version.
5860
5861 2006-01-26 Steve Youngs <steve@sxemacs.org>
5862
5863 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5864 autoload.
5865
5866 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5867
5868 * gmm-utils.el (gmm-verbose): Add :group.
5869
5870 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
5871
5872 * message.el: Change some comments WRT tool-bars.
5873
5874 * gnus-sum.el (gnus-summary-tool-bar)
5875 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5876 (gnus-summary-tool-bar-zap-list): New variables.
5877 (gnus-summary-make-tool-bar): Complete rewrite using
5878 `gmm-tool-bar-from-list'.
5879
5880 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5881 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5882 variables.
5883 (gnus-group-make-tool-bar): Complete rewrite using
5884 `gmm-tool-bar-from-list'.
5885 (gnus-group-tool-bar-update): New function.
5886
5887 * message.el (message-mode-field-menu): Add "Show hidden Headers".
5888
5889 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5890
5891 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5892 is dissected into a single part of which the type is the same as
5893 the given one; decode charset.
5894
5895 2006-01-21 Kevin Ryde <user42@zip.com.au>
5896
5897 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5898 into alists as symbol not string, since that's what
5899 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5900 look for.
5901
5902 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
5903
5904 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5905 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5906
5907 * message.el (message-tool-bar-gnome): Use gmm-ignore.
5908
5909 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5910
5911 * gnus-art.el (gnus-mime-security-button-commands): New variable.
5912 (gnus-mime-security-button-menu): New definition.
5913 (gnus-mime-security-button-map): Use them.
5914 (gnus-mime-security-button-menu): New function.
5915 (gnus-insert-mime-security-button): Addition to help echo.
5916 (gnus-mime-security-run-function, gnus-mime-security-save-part)
5917 (gnus-mime-security-pipe-part): New functions.
5918
5919 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5920 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5921
5922 * mm-decode.el (mm-handle-set-disposition): Remove.
5923 (mm-handle-set-description): Remove.
5924
5925 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5926
5927 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5928 (mm-w3m-standalone-supports-m17n-p): New function.
5929 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5930 w3m usage.
5931
5932 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5933 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5934
5935 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
5936
5937 * message.el (message-tool-bar-zap-list): Use
5938 gmm-tool-bar-zap-list as custom type.
5939 (message-tool-bar-update): New function.
5940 (message-tool-bar, message-tool-bar-gnome)
5941 (message-tool-bar-retro): Add message-tool-bar-update.
5942 (message-tool-bar-gnome): Add flyspell-buffer.
5943
5944 * gnus-util.el (gnus-error): Describe `args'.
5945
5946 * gmm-utils.el (gmm-error): Describe `args'.
5947 (gmm-tool-bar-zap-list): New widget.
5948 (gmm-tool-bar-from-list): Improve description of `zap-list'.
5949
5950 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5951
5952 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5953 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5954 the number of recursive calls.
5955
5956 * mm-decode.el (mm-handle-set-disposition): New macro.
5957 (mm-handle-set-description): New macro.
5958
5959 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5960
5961 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5962 encoding.
5963
5964 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5965
5966 * message.el (message-tool-bar-zap-list, message-tool-bar)
5967 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5968 (message-tool-bar-local-item-from-menu): Remove.
5969 (message-tool-bar-map): Replace by `message-make-tool-bar'.
5970 (message-make-tool-bar): New function.
5971 (message-mode): Use `message-make-tool-bar'.
5972
5973 * gmm-utils.el: New file.
5974 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5975 (gmm-lazy): New widget copied from `nnmail.el'.
5976 (gmm-tool-bar-from-list): New function for creating customizable
5977 tool bars.
5978 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
5979 output.
5980 (gmm): Add :prefix to defgroup.
5981
5982 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
5983
5984 * gmm-utils.el (gmm-widget-p): New function.
5985
5986 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5987
5988 * mml.el (mml-attach-file): Describe `description' in doc string.
5989 (mml-menu): Add Emacs MIME manual and PGG manual.
5990
5991 2006-01-20 Richard M. Stallman <rms@gnu.org>
5992
5993 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5994
5995 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
5996
5997 * nntp.el (nntp-end-of-line): Doc fix.
5998
5999 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
6000
6001 * imap.el (imap-open): Handle case where buffer is a buffer
6002 object.
6003
6004 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * gnus-delay.el (gnus-delay): Don't autoload.
6007 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6008 to be re-loaded when customizing the `gnus-delay' group.
6009
6010 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
6011
6012 * message.el (message-insert-citation-line): Use newlines.
6013
6014 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6015
6016 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6017
6018 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6019
6020 2006-01-19 Mark D. Baushke <mdb@gnu.org>
6021
6022 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6023
6024 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
6025
6026 * mm-decode.el (mm-inlined-types): Add application/pgp.
6027 (mm-automatic-display): Ditto.
6028
6029 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6030 part as text.
6031
6032 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6033
6034 * nnrss.el: Update copyright.
6035 (nnrss-opml-import): Query whether to subscribe to each entry.
6036
6037 * gnus-art.el:
6038 * gnus-sum.el:
6039 * mm-uu.el:
6040 * mm-view.el: Update copyright.
6041
6042 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
6043
6044 * message.el (message-info): New function.
6045 (message-mode-menu): Add it.
6046 Update copyright.
6047
6048 * ChangeLog: Fix and update copyright.
6049
6050 2006-01-13 Romain Francoise <romain@orebokech.com>
6051
6052 * message.el (message-forward-subject-name-subject): Prefer the
6053 address to 'nowhere' if the sender has no name.
6054 Fix typo. Update copyright year.
6055
6056 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6057
6058 * gnus-art.el (article-wash-html): Use
6059 gnus-summary-show-article-charset-alist if a numeric arg is given.
6060 (gnus-article-wash-html-with-w3m-standalone): New function.
6061
6062 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6063 mm-inline-text-html-render-with-w3m-standalone.
6064 (mm-text-html-washer-alist): Map w3m-standalone to
6065 gnus-article-wash-html-with-w3m-standalone.
6066 (mm-inline-text-html-render-with-w3m-standalone): New function.
6067
6068 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6069
6070 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6071 Improve LaTeX.
6072
6073 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6074
6075 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6076 (nnrss-request-article): Render text/plain parts as HTML.
6077
6078 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6079 the buffer.
6080
6081 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
6082
6083 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6084 custom definition of `gnus-posting-styles'.
6085
6086 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6087 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6088
6089 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6090
6091 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6092 Use nntp for bug archive.
6093
6094 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
6095
6096 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6097 parts.
6098 (nnrss-normalize-date): New function converts ISO 8601 date into
6099 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6100 (nnrss-check-group): Use it.
6101
6102 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
6103
6104 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6105
6106 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6107 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6108 (nnrss-insert-w3): Ditto.
6109
6110 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6111
6112 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6113 the articles to be forwarded including the case where neither a
6114 number of articles nor a region is specified.
6115
6116 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
6117
6118 * nnrss.el (nnrss-request-article): Fix last change; fill
6119 text/plain parts.
6120
6121 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
6122
6123 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6124 in text/plain part.
6125 (nnrss-check-group): Don't add excessive newline to dc:subject.
6126
6127 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
6128
6129 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6130 article.
6131
6132 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6133
6134 * nnml.el: Don't require gnus-bcklg. Autoload it.
6135 (nnml-use-compressed-files, nnml-save-mail): Support other
6136 comression programs such as bzip2.
6137
6138 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6139
6140 * dns.el (query-dns): Make sure we check the buffer size before
6141 removing tcp headers.
6142
6143 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6144
6145 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6146 remove MIME buttons associated with multipart/alternative parts.
6147 (gnus-mime-display-alternative): Tag buttons using `article-type'
6148 text property.
6149
6150 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6151 associated with multipart/alternative parts.
6152
6153 * gnus-art.el (gnus-signature-separator): Fix custom type.
6154
6155 * mm-decode.el (mm-inlined-types): Fix custom type.
6156 (mm-keep-viewer-alive-types): Ditto.
6157 (mm-automatic-display): Ditto.
6158 (mm-attachment-override-types): Ditto.
6159 (mm-inline-override-types): Ditto.
6160 (mm-automatic-external-display): Ditto.
6161
6162 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6163
6164 * spam-report.el (spam-report-user-mail-address)
6165 (spam-report-user-agent): New variables.
6166 (spam-report-url-ping-plain): Use spam-report-user-agent.
6167
6168 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
6169
6170 * gnus-art.el (gnus-button-handle-custom): Do not just use
6171 `customize-apropos' for any "M-x customize-*" button but the
6172 function called for. Accept both the function name and its
6173 argument in order to achieve this.
6174 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6175 function name to `gnus-button-handle-custom' in case of "M-x
6176 customize-*" buttons.
6177
6178 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6179
6180 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6181 multipart/alternative and add xref to mm-discouraged-alternatives
6182 in doc string.
6183
6184 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6185 gnus-buttonized-mime-types in doc string.
6186
6187 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6188
6189 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6190 Suggest image/.* in the doc string.
6191
6192 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6193
6194 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6195 message-marks (Debian bug #342521).
6196
6197 2005-12-12 Simon Josefsson <jas@extundo.com>
6198
6199 * password.el (password-read-from-cache): Add.
6200 (password-read): Use it.
6201
6202 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6203
6204 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6205 us-ascii as a MIME charset.
6206
6207 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6208 against the case where the 2nd arg TYPE is nil.
6209
6210 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6211
6212 * pop3.el (pop3-stream-type): Fix custom version.
6213
6214 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6215
6216 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6217
6218 * mm-decode.el (mm-display-external): Add missing cdr.
6219
6220 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6221
6222 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6223 RFC1524) if it is in mailcap or add a suffix according to
6224 mailcap-mime-extensions when generating a temp filename; postpone
6225 deleting a temp file for 2 seconds for some wrappers, shell
6226 scripts, and so on, which might exit right after having started a
6227 viewer command as a background job.
6228
6229 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6230
6231 * nntp.el (nntp-marks-directory): Fix custom group.
6232
6233 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6234 steps when < 10.
6235
6236 * gnus-start.el (gnus-no-server-1): Mention
6237 `gnus-level-default-subscribed' in doc string.
6238
6239 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6240
6241 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6242 parens.
6243
6244 2005-11-26 Dave Love <fx@gnu.org>
6245
6246 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6247 (tls-program, tls-success): Provide openssl alternative.
6248
6249 * starttls.el: Doc fixes.
6250 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6251 SERVICE to PORT.
6252
6253 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
6254 port null or service name.
6255 (starttls-negotiate): Autoload.
6256
6257 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6258
6259 * message.el (message-kill-to-signature): Fix interactive spec.
6260
6261 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6262
6263 * pop3.el (pop3-open-server): Recognize a string as a service name.
6264
6265 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6266
6267 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6268
6269 2005-11-23 Dave Love <fx@gnu.org>
6270
6271 Add pop3s, pop3/starttls.
6272
6273 * pop3.el (pop3-authentication-scheme): Clarify doc.
6274 (open-tls-stream, starttls-open-stream): Autoload.
6275 (pop3-stream-type): New.
6276 (pop3-open-server): Use it.
6277
6278 * mail-source.el (mail-sources): Fix some :types. Add stream type
6279 for POP.
6280 (mail-source-keyword-map): Add :stream for POP.
6281 (mail-source-fetch-pop): Use pop3-stream-type.
6282
6283 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6284
6285 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6286 of current-time-string.
6287
6288 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6289
6290 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6291 date header.
6292
6293 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6294
6295 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6296 it can seriously impact performance as it bypasses the agent's
6297 local caches.
6298
6299 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6300
6301 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6302 must be explicitly online rather than "not explicitly offline" for
6303 its flags to be synchronized.
6304
6305 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6306 that gnus-uu-unmark-thread will function correctly.
6307
6308 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6309 1024K is instead displayed as 1M.
6310
6311 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6312
6313 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6314
6315 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6316
6317 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6318
6319 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6320
6321 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6322 error message to display actual error condition.
6323 (gnus-agent-save-local): Avoid saving symbols that are bound to
6324 nil as they simply result in a warning message in
6325 gnus-agent-read-local.
6326
6327 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6328
6329 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6330 rather than make-variable-buffer-local for file-precious-flag.
6331
6332 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6333
6334 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6335 for duplicates which are removed. The invalid sort check then
6336 triggers a rescan after the sort as sorting may have moved
6337 duplicate entries such that they can be cheaply detected.
6338
6339 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6340
6341 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6342
6343 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6344
6345 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6346 internal variable to a custom variable. Changed default value
6347 from compressed(2) to uncompressed(1).
6348 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6349 support for uncompressed agentview files. Taken together, reading
6350 the agentview file should now be 6-7 times faster.
6351
6352 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6353
6354 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6355 as a buffer-local variable. This avoids creating truncated
6356 dribble files as a result of a hang up, eg.
6357
6358 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6359
6360 * gnus-start.el (gnus-start-draft-setup): Enforce
6361 `gnus-draft-mode' for nndraft:drafts at startup.
6362
6363 * gnus.el (gnus-splash): Change custom group.
6364 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6365 allow-list argument.
6366
6367 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6368 string.
6369
6370 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6371
6372 * gnus-art.el (gnus-default-article-saver): Add user-defined
6373 `function' to custom type.
6374
6375 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6376
6377 * imap.el (imap-open): Handle case where buffer is a buffer
6378 object.
6379
6380 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6381
6382 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6383 long lines.
6384 (gnus-cache-delete-group): Wrap doc strings.
6385
6386 * gnus-agent.el (gnus-agent-rename-group)
6387 (gnus-agent-delete-group): Wrap doc strings.
6388
6389 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6390
6391 * gnus-start.el (gnus-1): Add "native" to
6392 gnus-predefined-server-alist.
6393
6394 * gnus.el (gnus-method-to-server): Don't add "native" to the
6395 lists here, because that leads to problems when
6396 gnus-select-method is bound.
6397
6398 2005-11-09 Simon Josefsson <jas@extundo.com>
6399
6400 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6401 use (not sort-by-date) instead.
6402
6403 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6404
6405 * gnus-delay.el (gnus-delay-group): Don't autoload.
6406 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6407 to be re-loaded when customizing the `gnus-delay' group.
6408
6409 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6410
6411 * message.el: Revert last changes.
6412 (message-insert-citation-line): Use newlines.
6413
6414 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6415
6416 * message.el (message-courtesy-message)
6417 (message-mark-insert-begin, message-mark-insert-end)
6418 (message-elide-ellipsis, message-cancel-message)
6419 (message-add-header, message-change-subject)
6420 (message-cross-post-followup-to-header)
6421 (message-cross-post-insert-note, message-reduce-to-to-cc)
6422 (message-widen-reply, message-delete-not-region)
6423 (message-kill-to-signature, message-insert-signature)
6424 (message-insert-importance-high, message-insert-importance-low)
6425 (message-insert-or-toggle-importance)
6426 (message-insert-disposition-notification-to)
6427 (message-indent-citation, message-yank-original)
6428 (message-cite-original-without-signature, message-cite-original)
6429 (message-insert-citation-line, message-position-on-field)
6430 (message-fix-before-sending, message-send-mail-partially)
6431 (message-send-mail, message-send-mail-with-sendmail)
6432 (message-send-mail-with-qmail, message-send-news)
6433 (message-check-news-header-syntax, message-generate-headers)
6434 (message-insert-courtesy-copy, message-fill-address)
6435 (message-fill-header, message-shorten-references)
6436 (message-setup-1, message-cancel-news)
6437 (message-forward-make-body-plain, message-forward-make-body-mime)
6438 (message-forward-make-body-mml, message-encode-message-body)
6439 (message-forward-make-body-digest-plain)
6440 (message-forward-make-body-digest-mime)
6441 (message-use-alternative-email-as-from): Insert `hard-newline'
6442 instead of ordinary newlines.
6443
6444 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6445
6446 * message.el (message-generate-headers): Downcase the argument
6447 given to message-check-element.
6448
6449 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6450
6451 * nntp.el (nntp-authinfo-rejected): New error condition.
6452 (nntp-wait-for): Use new error condition to signal authentication
6453 error.
6454 (nntp-retrieve-data): Rethrow new error condition to break out of
6455 recursive call to nntp-send-authinfo.
6456
6457 2005-11-08 Romain Francoise <romain@orebokech.com>
6458
6459 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6460 (gnus-summary-exit-map): Bind to `Z p'.
6461 (gnus-summary-make-menu-bar): Add menu item.
6462
6463 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6464
6465 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6466 (gnus-treat-*): Add `first' in all doc strings.
6467
6468 * gnus-group.el (gnus-group-compact-group): Fix typo.
6469
6470 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6471
6472 * gnus.el (gnus-parameters-case-fold-search): New variable.
6473 (gnus-parameters-get-parameter): Use it.
6474
6475 * gnus-score.el (gnus-home-score-file): Doc fix.
6476
6477 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6478
6479 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6480
6481 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6482
6483 * mm-util.el (mm-special-display-p): New function.
6484
6485 * mml.el (mml-preview): Use it; doc fix.
6486
6487 2005-10-29 Romain Francoise <romain@orebokech.com>
6488
6489 * message.el (message-fix-before-sending): Fix comment.
6490
6491 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6492
6493 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6494
6495 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6496
6497 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6498 Used in gnus-score.el.
6499
6500 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6501
6502 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6503
6504 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6505
6506 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6507 whitespace removed in revision 7.8. Use concatenated string to
6508 protect trailing whitespace.
6509
6510 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
6511
6512 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6513 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6514 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6515 Courier IMAP ("some version from 2004"). Mostly based on similar
6516 code in the same function.
6517
6518 2005-10-26 Didier Verna <didier@xemacs.org>
6519
6520 * gnus-group.el (gnus-group-compact-group): Invalidate original
6521 article buffer.
6522 * gnus-srvr.el (gnus-server-compact-server): Ditto.
6523 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6524 NOV database and in article itself.
6525 Invalidate article backlog.
6526
6527 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6528
6529 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6530
6531 2005-10-26 Simon Josefsson <jas@extundo.com>
6532
6533 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6534 part of 2004-07-25 change.
6535
6536 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6537
6538 * message.el (message-display-completion-list): New function.
6539 (message-expand-group): Use it; make sure the Completions buffer
6540 is modifiable.
6541
6542 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6543
6544 * imap.el (imap-open): Handle case where buffer is a buffer object.
6545
6546 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6547
6548 * pgg-def.el:
6549 * pgg-gpg.el:
6550 * pgg-parse.el:
6551 * pgg-pgp.el:
6552 * pgg-pgp5.el:
6553 * pgg.el: Move to the parent lisp directory.
6554
6555 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6556
6557 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6558 user-mail-name is an empty string.
6559
6560 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6561
6562 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6563 depending on gnus-score-decay-constant.
6564
6565 * encrypt.el (encrypt-insert-file-contents)
6566 (encrypt-write-file-contents): Don't use `gnus-message'.
6567
6568 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6569 arguments.
6570 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6571 arguments to mm-uu-verbatim-marks-extract.
6572 (mm-uu-hide-markers): New variable.
6573 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6574
6575 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6576 (gnus-convert-image-to-face-command): Use "convert" by default to
6577 allow other input image formats.
6578 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6579 accordingly.
6580
6581 2005-10-23 Simon Josefsson <jas@extundo.com>
6582
6583 * imap.el (imap-gssapi-program): Align command line parameters
6584 with latest GNU SASL.
6585 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6586
6587 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6588
6589 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6590 HTML.
6591 (nnslashdot-request-article): Ditto.
6592
6593 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6594
6595 * mail-source.el (mail-source-fetch-pop): Require pop3.
6596 (mail-source-check-pop): Ditto.
6597
6598 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6599
6600 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6601 errors.
6602
6603 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6604
6605 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6606 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6607
6608 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6609
6610 * mm-bodies.el (mm-decode-string): Call
6611 `mm-charset-to-coding-system' with allow-override argument.
6612
6613 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6614
6615 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6616 (rfc2047-charset-to-coding-system): New function.
6617 (rfc2047-decode-encoded-words): New function.
6618 (rfc2047-decode-region): Use them.
6619 (rfc2047-decode-cte): Remove.
6620 (rfc2047-parse-and-decode): Remove.
6621 (rfc2047-decode): Remove.
6622
6623 2005-10-15 Kenichi Handa <handa@m17n.org>
6624
6625 * rfc2047.el (rfc2047-decode-cte): New function.
6626 (rfc2047-decode-region): Change the way to decode successive
6627 encoded-words: decode B- or Q-encoding in each encoded-word,
6628 concatenate them, and decode it as charset.
6629
6630 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6631
6632 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6633 widget-move-and-invoke.
6634 (gnus-custom-mode): Use gnus-custom-map.
6635
6636 2005-10-15 Bill Wohler <wohler@newt.com>
6637
6638 * message.el (message-tool-bar-map): Renamed image file from
6639 mail_send to mail/send.
6640
6641 2005-10-16 Masatake YAMATO <jet@gyve.org>
6642
6643 * message.el (message-expand-group): Pass the common
6644 prefix substring of completion to `display-completion-list'.
6645
6646 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6647
6648 * mml-sec.el (mml-secure-method): New internal variable.
6649 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6650 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6651 functions using mml-secure-method.
6652
6653 * mml.el (mml-mode-map): Add key bindings for those functions.
6654 (mml-menu): Simplify security menu entries. Suggested by Jesper
6655 Harder <harder@myrealbox.com>.
6656 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6657 end of message if point is the headers of the message.
6658
6659 * message.el (message-in-body-p): New function.
6660
6661 * assistant.el: Autoload gnus-util and netrc.
6662
6663 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6664 Use `mm-charset-override-alist' only when decoding.
6665
6666 * mm-bodies.el (mm-decode-body): Call
6667 `mm-charset-to-coding-system' with allow-override argument.
6668
6669 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6670 `filename' from Content-Disposition if Content-Type doesn't
6671 provide `name'.
6672 (gnus-mime-view-part-as-type): Set default instead of
6673 initial-input.
6674
6675 2005-10-09 Daniel Brockman <daniel@brockman.se>
6676
6677 * format-spec.el (format-spec): Propagate text properties of % spec.
6678
6679 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6680
6681 * gnus-art.el (gnus-treat-predicate): Add `first'.
6682
6683 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6684
6685 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6686 (mm-charset-override-alist): New variable.
6687 (mm-charset-to-coding-system): Use it.
6688 (mm-codepage-setup): New helper function.
6689 (mm-charset-eval-alist): New variable.
6690 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6691 about unknown charsets.
6692
6693 2005-10-04 David Hansen <david.hansen@gmx.net>
6694
6695 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6696 (nnrss-check-group): Ditto.
6697
6698 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6699
6700 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6701 Rename x-gnus-verbatim to x-verbatim.
6702 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6703
6704 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6705 x-verbatim.
6706
6707 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6708
6709 * gnus-util.el (gnus-remove-duplicates): Remove.
6710
6711 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6712 instead of gnus-remove-duplicates.
6713
6714 * message.el (message-remove-duplicates): Remove.
6715 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6716 message-remove-duplicates.
6717
6718 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6719 available, else use implementation from `delete-dups'.
6720
6721 * message.el (message-insert-expires): New function.
6722 (message-mode-map): Add key binding.
6723 (message-mode-field-menu): Add menu entry.
6724 (message-mode): Document it.
6725 (message-make-expires-date): Use `message-make-date'.
6726
6727 2005-10-04 Josh Huber <huber@alum.wpi.edu>
6728
6729 * message.el (message-make-expires-date): New function.
6730
6731 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6732
6733 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6734
6735 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6736
6737 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6738 function rather than the diff-mode.el package.
6739 (mm-display-external): Use with-current-buffer.
6740 (mm-viewer-completion-map, mm-viewer-completion-map):
6741 Move initialization inside declaration.
6742
6743 2005-09-29 Simon Josefsson <jas@extundo.com>
6744
6745 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6746 autoload mail-check-payment.
6747 (spam-check-hashcash): Define unconditionally, since hashcash.el
6748 is part of Gnus now. Ignore errors from payment checking.
6749
6750 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6751
6752 * message.el (message-bold-region, message-unbold-region): Rename
6753 from `bold-region' and `unbold-region'.
6754
6755 * message.el: Remove useless autoloads.
6756
6757 2005-09-28 Simon Josefsson <jas@extundo.com>
6758
6759 * message.el (message-use-idna): Default to t.
6760 (message-use-idna): Test whether encoding works too. Doc fix.
6761
6762 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6763
6764 * nntp.el (nntp-warn-about-losing-connection): Remove.
6765
6766 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6767
6768 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6769 customizable. Change default value.
6770 (mm-uu-diff-groups-regexp): Change default value.
6771 (mm-uu-type-alist): Add doc string.
6772 (mm-uu-configure): Add doc string. Make it interactive.
6773 (mm-uu-tex-groups-regexp): New variable.
6774 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6775 (mm-uu-type-alist): Add LaTeX documents.
6776 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6777 of "text/verbatim".
6778 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6779
6780 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6781 instead of "text/verbatim".
6782
6783 * message.el (message-mark-inserted-region)
6784 (message-mark-insert-file): Use slrn style marks when called with
6785 prefix argument.
6786
6787 2005-09-27 Simon Josefsson <jas@extundo.com>
6788
6789 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6790
6791 2005-09-27 Arne Jørgensen <arne@arnested.dk>
6792
6793 * message.el (message-remove-duplicates): New function.
6794 Implementation borrowed from `gnus-remove-duplicates'.
6795 (message-idna-to-ascii-rhs): Also encode idna addresses in
6796 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6797 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6798 only ask about the same idna domain once per header and also tell
6799 in what header to replace the idna domain.
6800
6801 * gnus-art.el (article-decode-idna-rhs): Also decode idna
6802 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6803 (article-decode-idna-rhs): Fix regexp so that all idna-address in
6804 a header is decoded and not just the last one.
6805
6806 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6807
6808 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6809 has been decoded.
6810
6811 * mm-decode.el (mm-automatic-display): Add text/verbatim.
6812 (mm-insert-part): Don't modify text if it has been decoded.
6813
6814 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6815 decoded.
6816
6817 * mm-view.el (mm-inline-text): Don't strip text props unless
6818 decoding enriched or richtext parts.
6819
6820 2005-09-25 Romain Francoise <romain@orebokech.com>
6821
6822 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6823 * gnus-start.el (gnus-subscribe-interactively):
6824 * gnus-uu.el (gnus-uu-grab-articles):
6825 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6826 space.
6827
6828 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
6829
6830 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6831 * mm-view.el (mm-view-pkcs7-decrypt):
6832 * gnus-sum.el (gnus-summary-limit-to-extra)
6833 (gnus-summary-respool-article, gnus-read-move-group-name):
6834 * gnus-score.el (gnus-summary-increase-score):
6835 * gnus-util.el (gnus-completing-read-with-default):
6836 * gnus-art.el (gnus-read-save-file-name)
6837 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6838 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6839 * message.el (message-check-news-header-syntax):
6840 Follow convention for reading with the minibuffer.
6841
6842 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
6843
6844 * spam-report.el (spam-report-url-ping-plain):
6845 Use gnus-extended-version as User-Agent.
6846
6847 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6848 default value is nil.
6849
6850 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6851 (mm-uu-verbatim-marks-extract): New function.
6852 (mm-uu-extract): New face.
6853 (mm-uu-copy-to-buffer): Use it.
6854
6855 * spam-report.el (spam-report-gmane-ham): Renamed from
6856 `spam-report-gmane-unspam'.
6857 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6858 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
6859
6860 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6861 Autoload.
6862 (spam-report-gmane-unregister-routine): Renamed
6863 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6864
6865 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
6866
6867 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6868 (spam-report-gmane-unregister-routine): Add support for gmane
6869 unregistration.
6870
6871 * spam-report.el (spam-report-gmane-unspam)
6872 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6873 (spam-report-gmane): Change to take a single article and do unspam
6874 registration.
6875
6876 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6877
6878 * mm-url.el (mm-url-decode-entities): Fix regexp.
6879
6880 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6881
6882 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6883 default to nil, to be able to use Gnus at all. If the default
6884 switches to something else, then the function should be fixed not
6885 be exceedingly slow.
6886
6887 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
6888
6889 * gnus-start.el (gnus-activate-group): If the server is nil, don't
6890 fail hard.
6891
6892 * spam-report.el: Add better Keywords line.
6893
6894 * spam.el: Add Maintainer and better Keywords line.
6895
6896 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6897
6898 * gnus-art.el (gnus-article-replace-part)
6899 (gnus-mime-replace-part): New functions.
6900 (gnus-mime-action-alist, gnus-mime-button-commands)
6901 (gnus-mime-save-part-and-strip): Added file argument.
6902 (gnus-article-part-wrapper): Added interactive argument.
6903
6904 * gnus-sum.el (gnus-summary-mime-map): Add
6905 `gnus-article-replace-part'.
6906
6907 2005-09-19 Didier Verna <didier@xemacs.org>
6908
6909 The nnml compaction feature:
6910 * nnml.el (nnml-request-compact-group): New function.
6911 * nnml.el (nnml-request-compact): New function.
6912 * gnus-int.el (gnus-request-compact-group): New function.
6913 * gnus-int.el (gnus-request-compact): New function.
6914 * gnus-group.el (gnus-group-compact-group): New function.
6915 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
6916 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
6917 * gnus-srvr.el (gnus-server-compact-server): New function.
6918 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
6919 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
6920
6921 2005-09-18 Deepak Goel <deego@gnufans.org>
6922
6923 * sieve.el (sieve-help): Fix `message' call: first arg should be a
6924 format spec.
6925
6926 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
6927
6928 * gnus.el (gnus-group-startup-message): Bind image-load-path.
6929
6930 2005-09-15 Romain Francoise <romain@orebokech.com>
6931
6932 * message.el (message-fill-paragraph): Clarify docstring.
6933
6934 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6935
6936 * gnus-art.el (gnus-mime-display-part): Protect against broken
6937 MIME messages.
6938
6939 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6940
6941 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
6942 before parsing header.
6943
6944 2005-09-11 Jari Aalto <jari.aalto@cante.net>
6945
6946 * html2text.el (html2text-replace-list): Add new entities.
6947
6948 2005-09-11 Romain Francoise <romain@orebokech.com>
6949
6950 * message.el (message-alternative-emails): Improve docstring.
6951 (message-setup-1): Call `message-use-alternative-email-as-from'
6952 after `message-setup-hook' to give it precedence over posting
6953 styles, etc.
6954 (message-use-alternative-email-as-from): Add docstring. Remove
6955 the original From header if present.
6956
6957 * nnml.el (nnml-compressed-files-size-threshold): New variable.
6958 (nnml-save-mail): Use it.
6959
6960 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
6961 articles. Add new argument `silent'.
6962 (gnus-uu-mark-all): Report the total number of marked articles.
6963
6964 2005-09-10 Romain Francoise <romain@orebokech.com>
6965
6966 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
6967 (gnus-uu-mark-series): Likewise.
6968
6969 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6970
6971 * spam-report.el (spam-report-gmane): Fix generation of spam
6972 report URL.
6973
6974 2005-09-10 Simon Josefsson <jas@extundo.com>
6975
6976 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
6977 t, based on discussion on the ding list with Robert Epprecht
6978 <epprecht@solnet.ch>.
6979
6980 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6981
6982 * spam-report.el (spam-report-gmane): Make it work without
6983 X-Report-Spam header. Gmane now only provides Archived-At.
6984 This is only used if `spam-report-gmane-use-article-number' is nil.
6985 (spam-report-gmane-spam-header): Remove. Not used anymore.
6986
6987 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
6988 make `gnus-summary-sort-by-recipient' work with threading.
6989
6990 * nnweb.el (nnweb-google-wash-article): Print a message if article
6991 is not available.
6992
6993 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6994
6995 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
6996 change. Decode text/* parts content before displaying.
6997
6998 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
6999
7000 * mml-smime.el: Remove defvar of gnus-extract-address-components.
7001
7002 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7003
7004 * mm-view.el (mm-display-inline-fontify): Disable support modes.
7005
7006 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
7007
7008 * message.el (message-tab-body-function): Fix mismatched custom type.
7009
7010 * gnus.el (gnus-group-change-level-function): Ditto.
7011
7012 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7013
7014 * gnus-art.el (gnus-signature-limit)
7015 (gnus-article-mime-part-function): Ditto.
7016
7017 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7018
7019 * mml.el (mml-mode): Silence the byte compiler.
7020
7021 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7022 using `(sit-for 0)' before moving the point to the specified part;
7023 skip unbuttonized parts.
7024 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7025 return to the summary window if gnus-auto-select-part is non-nil.
7026
7027 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7028
7029 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7030 variables.
7031 (mml-dnd-attach-file, mml-mode): Use them.
7032
7033 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7034 Make fetching article by MID work again for Google Groups. Added
7035 FIXME concerning gnus-group-make-web-group.
7036
7037 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7038 Don't depend on Gnus by using mail-extract-address-components if
7039 gnus-extract-address-components is not bound.
7040
7041 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7042
7043 * gnus-art.el (gnus-mime-display-security): Don't display the
7044 signature, but only the signed part.
7045
7046 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7047
7048 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7049
7050 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7051 list, not listp.
7052
7053 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
7054
7055 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7056 when encoding.
7057
7058 * mm-bodies.el (mm-decode-content-transfer-encoding):
7059 De-canonicalize CRLF for all text content types, not just
7060 text/plain.
7061
7062 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7063
7064 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7065 valid article; point arrow and cursor at the MIME button.
7066
7067 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
7068
7069 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7070 Suggested by Dan Christensen <jdc@uwo.ca>.
7071
7072 * mm-decode.el (mm-save-part): Enable change of prompt.
7073
7074 2005-08-29 Jari Aalto <jari.aalto@cante.net>
7075
7076 * gnus-msg.el (gnus-inews-add-send-actions): Made
7077 `message-post-method' lambda parameter ARG `&optional'.
7078
7079 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7080
7081 * gnus-sum.el (gnus-summary-mime-map): Added
7082 gnus-article-save-part-and-strip, gnus-article-delete-part and
7083 gnus-article-jump-to-part.
7084
7085 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7086 (gnus-article-edit-part): Use it.
7087 (gnus-article-part-wrapper): Added no-handle argument.
7088 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7089 functions.
7090
7091 2005-08-29 Romain Francoise <romain@orebokech.com>
7092
7093 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7094 docstring.
7095 (gnus-face-from-file): Likewise.
7096
7097 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7098
7099 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7100 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7101 non-nil.
7102 (gnus-auto-select-part): New variable.
7103 (gnus-article-jump-to-part): New function.
7104 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7105 (gnus-mime-delete-part): Allow selecting specified part after
7106 deleting or stripping parts.
7107 (gnus-article-jump-to-part): Don't use `read-number'. Use last
7108 part if argument is bogus.
7109
7110 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
7111
7112 * gnus-art.el (w3m-minor-mode-map):
7113 * gnus-spec.el (gnus-newsrc-file-version):
7114 * gnus-util.el (nnmail-active-file-coding-system)
7115 (gnus-original-article-buffer, gnus-user-agent):
7116 * gnus.el (gnus-ham-process-destinations)
7117 (gnus-parameter-ham-marks-alist)
7118 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7119 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7120 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7121 * mm-decode.el (gnus-current-window-configuration):
7122 * mm-extern.el (gnus-article-mime-handles):
7123 * mm-url.el (url-current-object, url-package-name)
7124 (url-package-version):
7125 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7126 (smime-keys, w3m-cid-retrieve-function-alist)
7127 (w3m-current-buffer, w3m-display-inline-images)
7128 (w3m-minor-mode-map):
7129 * mml-smime.el (gnus-extract-address-components):
7130 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7131 (gnus-newsrc-hashtb, message-default-charset)
7132 (message-deletable-headers, message-options)
7133 (message-posting-charset, message-required-mail-headers)
7134 (message-required-news-headers):
7135 * mml1991.el (mc-pgp-always-sign):
7136 * mml2015.el (mc-pgp-always-sign):
7137 * nnheader.el (nnmail-extra-headers):
7138 * rfc1843.el (gnus-decode-encoded-word-function)
7139 (gnus-decode-header-function, gnus-newsgroup-name):
7140 * spam-stat.el (gnus-original-article-buffer): Add defvars.
7141
7142 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
7143
7144 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7145 the end of the date treatments.
7146
7147 2005-08-15 Simon Josefsson <jas@extundo.com>
7148
7149 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7150 it in url-handlers.el and XEmacs in url.el. Reported by Luca
7151 Capello and Romain Francoise.
7152 (pgg-fetch-key-function): Removed, not used?
7153 (pgg-insert-url-with-w3): Require url, to get
7154 url-insert-file-contents regardless of where it is defined.
7155
7156 2005-08-13 Romain Francoise <romain@orebokech.com>
7157
7158 * message.el (message-cite-original-1): New function.
7159 (message-cite-original): Use it.
7160 (message-cite-original-without-signature): Ditto.
7161
7162 2005-08-08 Romain Francoise <romain@orebokech.com>
7163
7164 * message.el (message-yank-empty-prefix): New variable.
7165 (message-indent-citation): Use it.
7166 (message-cite-original-without-signature): Respect X-No-Archive.
7167
7168 2005-08-08 Simon Josefsson <jas@extundo.com>
7169
7170 * pgg.el: Autoload url-insert-file-contents instead of loading
7171 w3/url.
7172 (pgg-insert-url-with-w3): Don't load url here.
7173
7174 2005-08-07 Jesper Harder <harder@phys.au.dk>
7175
7176 * message.el (message-kill-to-signature): Don't insert newline at
7177 bol.
7178 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7179
7180 2005-08-06 Romain Francoise <romain@orebokech.com>
7181
7182 * message.el (message-user-fqdn): Fix typo in docstring.
7183
7184 2005-08-05 Daiki Ueno <ueno@unixuser.org>
7185
7186 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7187
7188 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7189
7190 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7191
7192 * mm-bodies.el (mm-encode-body): Use coding system rather than
7193 charset to encode text.
7194
7195 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7196 number of charsets if utf-8 is available (XEmacs).
7197
7198 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7199
7200 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7201 taken from `gnus-button-mid-or-mail-regexp'.
7202 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7203 (gnus-button-alist): Improve regexp for domain part of the MIDs
7204 for news:localpart@domain buttons.
7205 (gnus-button-ctan-directory-regexp): Update.
7206
7207 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7208
7209 * sieve-manage.el (sieve-manage-interactive-login): Use
7210 make-local-variable rather than make-variable-buffer-local.
7211 (sieve-manage-open): Ditto.
7212 (sieve-manage-authenticate): Ditto.
7213
7214 * mml.el (mml-generate-mime-1): Make the content type default to
7215 text/plain if the filename is not specified.
7216
7217 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7218
7219 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7220 instead of insert-buffer.
7221
7222 * message.el (message-yank-original): Ditto; set the mark at the
7223 end of the yanked message.
7224
7225 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7226
7227 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7228 lines to scroll rather than to stop it.
7229
7230 * mml.el (mml-generate-default-type): Add doc string.
7231 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7232 default to application/octet-stream when determining the content
7233 type if it is not specified for the part or the mml contents; add
7234 a comment about mml-generate-default-type.
7235
7236 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7237
7238 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7239 make it default to application/octet-stream when determining the
7240 content type if it is not specified for the external contents.
7241
7242 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7243
7244 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7245 segmented parameter but also other parameters might be there.
7246
7247 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7248
7249 * mm-decode.el (mm-display-external): Delete temp file, directory
7250 and buffer immediately if the external process is exited.
7251
7252 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7253
7254 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7255 fewer lines than that of scroll-margin.
7256 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7257
7258 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7259
7260 * gnus-art.el (gnus-article-next-page): Revert.
7261 (gnus-article-beginning-of-window): New macro.
7262 (gnus-article-next-page-1): Use it.
7263 (gnus-article-prev-page): Ditto.
7264 (gnus-article-edit-part): Use insert-buffer-substring instead of
7265 insert-buffer.
7266 (gnus-article-edit-exit): Ditto.
7267
7268 * gnus-util.el (gnus-beginning-of-window): Remove.
7269 (gnus-end-of-window): Remove.
7270
7271 2005-07-25 Simon Josefsson <jas@extundo.com>
7272
7273 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7274 to have the url package without w3. Reported by Daiki Ueno
7275 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7276
7277 2005-07-20 Didier Verna <didier@xemacs.org>
7278
7279 * gnus-diary.el: Remove the description comment (nndiary is now
7280 properly documented in the Gnus manual).
7281 Fix the spelling of "Back End".
7282 * nndiary.el: Ditto.
7283 Fix the copyright notice.
7284
7285 2005-07-18 Romain Francoise <romain@orebokech.com>
7286
7287 * gnus-sum.el (gnus-summary-to-prefix)
7288 (gnus-summary-newsgroup-prefix): New variables.
7289 (gnus-summary-from-or-to-or-newsgroups): Use them.
7290
7291 2005-07-17 Romain Francoise <romain@orebokech.com>
7292
7293 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7294 space as it's generally not especially interesting to the user.
7295
7296 2005-07-16 Romain Francoise <romain@orebokech.com>
7297
7298 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7299 nil to avoid prompting and file modification if one of the
7300 messages at the top of the nnfolder file contains a copyright
7301 notice.
7302 Update copyright notice.
7303
7304 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7305 instead of `current-time-string' as the latter creates a time
7306 string that is not RFC 2822 compliant (it lacks the zone).
7307 Update copyright notice.
7308
7309 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7310
7311 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7312 for text/rtf. Display default in prompt. Pass default for M-n.
7313
7314 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7315
7316 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7317
7318 * gnus-msg.el (gnus-button-mailto): Remove
7319 save-selected-window-window hackery because it relies on
7320 save-selected-window internals.
7321
7322 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7323
7324 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7325 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7326 (gnus-article-prev-page): Ditto.
7327
7328 * gnus-util.el (gnus-beginning-of-window): New function.
7329 (gnus-end-of-window): New function.
7330
7331 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7332
7333 * gnus-score.el (gnus-score-edit-all-score): Set
7334 gnus-score-edit-exit-function to gnus-score-edit-done and call
7335 gnus-message.
7336
7337 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7338
7339 * gnus-msg.el (gnus-button-mailto): Remove
7340 save-selected-window-window hackery because it relies on
7341 save-selected-window internals.
7342
7343 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7344
7345 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7346 add-minor-mode.
7347 (gnus-binary-mode): Ditto.
7348
7349 * gnus-topic.el (gnus-topic-mode): Ditto.
7350
7351 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7352
7353 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7354 (gnus-article-prev-page): Take scroll-margin into consideration.
7355
7356 2005-07-04 Lute Kamstra <lute@gnu.org>
7357
7358 Update FSF's address in GPL notices.
7359
7360 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7361
7362 * gnus.el (gnus-exit):
7363 * gnus-group.el (gnus-group-icons):
7364 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7365
7366 * gnus-nocem.el (gnus-nocem):
7367 * message.el (message-various, message-buffers, message-sending)
7368 (message-interface, message-forwarding, message-insertion)
7369 (message-headers, message-news, message-mail):
7370 * pgg-gpg.el (pgg-gpg):
7371 * pgg-parse.el (pgg-parse):
7372 * pgg-pgp.el (pgg-pgp):
7373 * pgg-pgp5.el (pgg-pgp5):
7374 * pop3.el (pop3): Finish `defgroup' description with period.
7375
7376 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7377
7378 * gnus-art.el (article-display-face): Improve the efficiency.
7379 (article-display-x-face): Ditto; remove grey x-face stuff.
7380
7381 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7382
7383 * gnus-art.el (article-display-face): Correct the position in
7384 which Faces are inserted.
7385
7386 2005-06-29 Didier Verna <didier@xemacs.org>
7387
7388 * gnus-art.el (article-display-face): Display faces in correct
7389 order.
7390
7391 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7392
7393 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7394 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7395 (gnus-nocem-check-article): Fetch the Type header.
7396 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7397 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7398 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7399 make sure gnus-nocem-hashtb is initialized.
7400 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7401 (gnus-nocem-unwanted-article-p): Ditto.
7402
7403 * pgg.el (pgg-verify): Return the verification result.
7404
7405 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7406
7407 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7408 is ascii.
7409
7410 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7411
7412 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7413 `show-nonbreak-escape'.
7414
7415 2005-06-23 Lute Kamstra <lute@gnu.org>
7416
7417 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7418
7419 * dig.el (dig-mode):
7420 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7421
7422 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7423
7424 * nnimap.el (nnimap-split-download-body): Fix spellings.
7425
7426 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7427
7428 * gnus-art.el (gnus-article-encrypt-body):
7429 * gnus-cus.el (gnus-score-customize):
7430 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7431 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7432
7433 2005-06-16 Arne Jørgensen <arne@arnested.dk>
7434
7435 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7436 header by looking for magic "MII" at the beginnig.
7437
7438 2005-06-16 Miles Bader <miles@gnu.org>
7439
7440 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7441 (assistant-field-face): New backward-compatibility alias for renamed
7442 face.
7443 (assistant-render-text): Use renamed assistant-field face.
7444
7445 * spam.el (spam): Remove "-face" suffix from face name.
7446 (spam-face): New backward-compatibility alias for renamed face.
7447 (spam-face, spam-initialize): Use renamed spam face.
7448
7449 * message.el (message-header-to, message-header-cc)
7450 (message-header-subject, message-header-newsgroups)
7451 (message-header-other, message-header-name)
7452 (message-header-xheader, message-separator, message-cited-text)
7453 (message-mml): Remove "-face" suffix from face names.
7454 (message-header-to-face, message-header-cc-face)
7455 (message-header-subject-face, message-header-newsgroups-face)
7456 (message-header-other-face, message-header-name-face)
7457 (message-header-xheader-face, message-separator-face)
7458 (message-cited-text-face, message-mml-face):
7459 New backward-compatibility aliases for renamed faces.
7460 (message-font-lock-keywords): Use renamed message faces.
7461
7462 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7463 (sieve-test-commands, sieve-tagged-arguments):
7464 Remove "-face" suffix from face names.
7465 (sieve-control-commands-face, sieve-action-commands-face)
7466 (sieve-test-commands-face, sieve-tagged-arguments-face):
7467 New backward-compatibility aliases for renamed faces.
7468 (sieve-control-commands-face, sieve-action-commands-face)
7469 (sieve-test-commands-face, sieve-tagged-arguments-face):
7470 Use renamed sieve faces.
7471
7472 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7473 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7474 (gnus-group-news-3-empty, gnus-group-news-4)
7475 (gnus-group-news-4-empty, gnus-group-news-5)
7476 (gnus-group-news-5-empty, gnus-group-news-6)
7477 (gnus-group-news-6-empty, gnus-group-news-low)
7478 (gnus-group-news-low-empty, gnus-group-mail-1)
7479 (gnus-group-mail-1-empty, gnus-group-mail-2)
7480 (gnus-group-mail-2-empty, gnus-group-mail-3)
7481 (gnus-group-mail-3-empty, gnus-group-mail-low)
7482 (gnus-group-mail-low-empty, gnus-summary-selected)
7483 (gnus-summary-cancelled, gnus-summary-high-ticked)
7484 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7485 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7486 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7487 (gnus-summary-low-undownloaded)
7488 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7489 (gnus-summary-low-unread, gnus-summary-normal-unread)
7490 (gnus-summary-high-read, gnus-summary-low-read)
7491 (gnus-summary-normal-read, gnus-splash):
7492 Remove "-face" suffix from face names.
7493 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7494 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7495 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7496 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7497 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7498 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7499 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7500 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7501 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7502 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7503 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7504 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7505 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7506 (gnus-summary-normal-ticked-face)
7507 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7508 (gnus-summary-normal-ancient-face)
7509 (gnus-summary-high-undownloaded-face)
7510 (gnus-summary-low-undownloaded-face)
7511 (gnus-summary-normal-undownloaded-face)
7512 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7513 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7514 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7515 (gnus-splash-face):
7516 New backward-compatibility aliases for renamed faces.
7517 (gnus-group-startup-message): Use renamed gnus faces.
7518
7519 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7520 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7521 (gnus-server-agent): Remove "-face" suffix from face names.
7522 (gnus-server-agent-face, gnus-server-opened-face)
7523 (gnus-server-closed-face, gnus-server-denied-face)
7524 (gnus-server-offline-face):
7525 New backward-compatibility aliases for renamed faces.
7526 (gnus-server-agent-face, gnus-server-opened-face)
7527 (gnus-server-closed-face, gnus-server-denied-face)
7528 (gnus-server-offline-face): Use renamed gnus faces.
7529
7530 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7531 Remove "-face" suffix from face names.
7532 (gnus-picon-xbm-face, gnus-picon-face):
7533 New backward-compatibility aliases for renamed faces.
7534
7535 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7536 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7537 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7538 (gnus-cite-11): Remove "-face" suffix from face names.
7539 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7540 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7541 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7542 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7543 New backward-compatibility aliases for renamed faces.
7544 (gnus-cite-attribution-face, gnus-cite-face-list)
7545 (gnus-article-boring-faces): Use renamed gnus faces.
7546
7547 * gnus-art.el (gnus-signature, gnus-header-from)
7548 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7549 (gnus-header-content): Remove "-face" suffix from face names.
7550 (gnus-signature-face, gnus-header-from-face)
7551 (gnus-header-subject-face, gnus-header-newsgroups-face)
7552 (gnus-header-name-face, gnus-header-content-face):
7553 New backward-compatibility aliases for renamed faces.
7554 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7555
7556 * gnus-sum.el (gnus-summary-selected-face)
7557 (gnus-summary-highlight): Use renamed gnus faces.
7558 * gnus-group.el (gnus-group-highlight): Likewise.
7559
7560 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7561
7562 * gnus-sieve.el (gnus-sieve-article-add-rule):
7563 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7564 * spam-stat.el (spam-stat-buffer-change-to-spam)
7565 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7566
7567 * message.el (message-is-yours-p):
7568 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7569
7570 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7571
7572 * mm-view.el (mm-inline-text): Withdraw the last change.
7573
7574 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7575
7576 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7577 executing enriched-decode.
7578
7579 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7580
7581 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7582 charset of tar files.
7583
7584 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7585
7586 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7587
7588 2005-06-04 Lute Kamstra <lute@gnu.org>
7589
7590 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7591 information is never recorded.
7592
7593 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7594
7595 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7596
7597 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7598
7599 * pop3.el (pop3-apop): Run md5 in the binary mode.
7600
7601 * starttls.el (starttls-set-process-query-on-exit-flag):
7602 Use eval-and-compile.
7603
7604 2005-05-31 Simon Josefsson <jas@extundo.com>
7605
7606 * smime.el (smime-replace-in-string): Define.
7607 (smime-cert-by-ldap-1): Use it.
7608
7609 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7610
7611 * gnus-art.el (article-display-x-face): Replace
7612 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7613
7614 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7615 set-process-query-on-exit-flag or process-kill-without-query.
7616
7617 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7618 loop instead of replace-regexp.
7619
7620 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7621 instead of process-kill-without-query if it is available.
7622
7623 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7624 instead of find-file-hooks if it is available.
7625
7626 * mml1991.el: Bind pgg-default-user-id when compiling.
7627
7628 * mml2015.el: Bind pgg-default-user-id when compiling.
7629
7630 * nndraft.el (nndraft-request-associate-buffer):
7631 Use write-contents-functions instead of write-contents-hooks if it is
7632 available.
7633
7634 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7635 instead of find-file-hooks if it is available.
7636
7637 * nntp.el (nntp-open-connection): Replace
7638 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7639 (nntp-open-ssl-stream): Ditto.
7640 (nntp-open-tls-stream): Ditto.
7641
7642 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7643 set-process-query-on-exit-flag or process-kill-without-query.
7644 (starttls-open-stream-gnutls): Use it instead of
7645 process-kill-without-query.
7646 (starttls-open-stream): Ditto.
7647
7648 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7649
7650 * smime.el (smime-cert-by-ldap-1): Don't use
7651 replace-regexp-in-string.
7652
7653 2005-05-31 Arne Jørgensen <arne@arnested.dk>
7654
7655 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7656
7657 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7658 in PEM format. Adjust to the XEmacs compability.
7659
7660 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7661
7662 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7663 by `string-to-number'.
7664 * gnus-agent.el (gnus-agent-regenerate-group)
7665 (gnus-agent-fetch-articles): Ditto.
7666 * gnus-art.el (gnus-button-fetch-group): Ditto.
7667 * gnus-cache.el (gnus-cache-generate-active)
7668 (gnus-cache-articles-in-group): Ditto.
7669 * gnus-group.el (gnus-group-set-current-level)
7670 (gnus-group-insert-group-line): Ditto.
7671 * gnus-score.el (gnus-score-set-expunge-below)
7672 (gnus-score-set-mark-below, gnus-summary-score-effect)
7673 (gnus-summary-score-entry): Ditto.
7674 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7675 (gnus-soup-pack): Ditto.
7676 * gnus-spec.el (gnus-xmas-format): Ditto.
7677 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7678 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7679 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7680 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7681 * nndb.el (nndb-get-remote-expire-response): Ditto.
7682 * nndiary.el (nndiary-parse-schedule-value)
7683 (nndiary-string-to-number, nndiary-request-replace-article)
7684 (nndiary-request-article): Ditto.
7685 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7686 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7687 * nneething.el (nneething-make-head): Ditto.
7688 * nnfolder.el (nnfolder-request-article)
7689 (nnfolder-retrieve-headers): Ditto.
7690 * nnheader.el (nnheader-file-to-number): Ditto.
7691 * nnkiboze.el (nnkiboze-request-article): Ditto.
7692 * nnmail.el (nnmail-process-unix-mail-format)
7693 (nnmail-process-babyl-mail-format): Ditto.
7694 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7695 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7696 (nnmh-request-create-group, nnmh-request-list-1)
7697 (nnmh-request-group, nnmh-request-article): Ditto.
7698 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7699 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7700 * nnsoup.el (nnsoup-make-active): Ditto.
7701 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7702 * nntp.el (nntp-find-group-and-number)
7703 (nntp-retrieve-headers-with-xover): Ditto.
7704 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7705 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7706 (pgg-format-key-identifier): Ditto.
7707 * pop3.el (pop3-last, pop3-stat): Ditto.
7708 * qp.el (quoted-printable-decode-region): Ditto.
7709
7710 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7711 of concat.
7712
7713 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7714
7715 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7716
7717 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7718
7719 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7720
7721 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7722
7723 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7724
7725 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7726
7727 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7728 (gnus-carpal-mode): Ditto.
7729
7730 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7731 (gnus-browse-mode): Ditto.
7732
7733 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7734
7735 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7736
7737 2005-05-29 Richard M. Stallman <rms@gnu.org>
7738
7739 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7740
7741 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7742
7743 * gnus-util.el (gnus-run-mode-hooks): New function.
7744
7745 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7746
7747 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7748
7749 * gnus-agent.el (gnus-agent-make-mode-line-string):
7750 Use mode-line-highlight as mouse-face.
7751
7752 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7753
7754 * canlock.el (canlock): Change the parent group to news.
7755
7756 * deuglify.el (gnus-outlook-deuglify): Add :group.
7757
7758 * dig.el (dig): Add :group.
7759
7760 * dns-mode.el (dns-mode): Add :group.
7761
7762 * encrypt.el (encrypt): Add :group.
7763
7764 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7765 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7766 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7767 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7768 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7769
7770 * gnus-diary.el (gnus-diary): Add :group.
7771
7772 * gnus.el (gnus-group-news-1-face): Add :group.
7773 (gnus-group-news-1-empty-face): Ditto.
7774 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7775 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7776 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7777 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7778 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7779 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7780 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7781 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7782 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7783 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7784 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7785 (gnus-summary-high-ticked-face): Ditto.
7786 (gnus-summary-low-ticked-face): Ditto.
7787 (gnus-summary-normal-ticked-face): Ditto.
7788 (gnus-summary-high-ancient-face): Ditto.
7789 (gnus-summary-low-ancient-face): Ditto.
7790 (gnus-summary-normal-ancient-face): Ditto.
7791 (gnus-summary-high-undownloaded-face): Ditto.
7792 (gnus-summary-low-undownloaded-face): Ditto.
7793 (gnus-summary-normal-undownloaded-face): Ditto.
7794 (gnus-summary-high-unread-face): Ditto.
7795 (gnus-summary-low-unread-face): Ditto.
7796 (gnus-summary-normal-unread-face): Ditto.
7797 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7798 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7799
7800 * hashcash.el (hashcash): New custom group.
7801 (hashcash-default-payment): Add :group.
7802 (hashcash-payment-alist): Ditto.
7803 (hashcash-default-accept-payment): Ditto.
7804 (hashcash-accept-resources): Ditto.
7805 (hashcash-path): Ditto.
7806 (hashcash-extra-generate-parameters): Ditto.
7807 (hashcash-double-spend-database): Ditto.
7808 (hashcash-in-news): Ditto.
7809
7810 * message.el (message-minibuffer-local-map): Add :group.
7811
7812 * netrc.el (netrc): Add :group.
7813
7814 * sieve-manage.el (sieve-manage-log): Add :group.
7815 (sieve-manage-default-user): Diito.
7816 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7817 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7818 (sieve-manage-authenticators): Ditto.
7819 (sieve-manage-authenticator-alist): Ditto.
7820 (sieve-manage-default-port): Ditto.
7821
7822 * sieve-mode.el (sieve-control-commands-face): Add :group.
7823 (sieve-action-commands-face): Ditto.
7824 (sieve-test-commands-face): Ditto.
7825 (sieve-tagged-arguments-face): Ditto.
7826
7827 * smime.el (smime): Add :group.
7828
7829 * spam-report.el (spam-report): Add :group.
7830
7831 * spam.el (spam, spam-face): Add :group.
7832
7833 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7834
7835 * nntp.el (nntp-next-result-arrived-p): Some news servers may
7836 return \n.\n.\n at the end of articles. Protect against that.
7837 (nntp-with-open-group): Allow debugging.
7838
7839 * nnheader.el (mail-header-set-extra): Make into a function
7840 because I just could't understand how to quote the list properly.
7841
7842 * dns.el (query-dns-cached): New function.
7843
7844 2005-05-26 Lute Kamstra <lute@gnu.org>
7845
7846 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7847
7848 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7849
7850 * gnus-art.el: Don't autoload mail-extract-address-components.
7851
7852 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7853 eval-and-compile to evaluate it.
7854
7855 * hashcash.el: Don't autoload executable-find.
7856
7857 * nndb.el: Don't declare the nndb back end two or more times; don't
7858 autoload news-reply-mode, news-setup, cancel-timer and telnet.
7859
7860 * nntp.el: Autoload format-spec instead of format; use
7861 eval-and-compile to evaluate autoload forms.
7862
7863 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
7864
7865 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7866
7867 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7868
7869 * gnus.el (gnus-version-number): Bump version.
7870
7871 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7872
7873 * gnus.el: No Gnus v0.3 is released.
7874
7875 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
7876
7877 * gnus-art.el (gnus-article-edit-part): Disable undo.
7878
7879 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7880
7881 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7882 gnus-article-date-lapsed-new-header is t if date timer is active;
7883 skip headers in which the original date value is empty.
7884 (gnus-article-save-original-date): Redefine it as a macro.
7885 (gnus-display-mime): Use it.
7886
7887 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
7888
7889 * gnus-art.el (article-date-ut): Support converting date in
7890 forwarded parts as well.
7891 (gnus-article-save-original-date): New function.
7892 (gnus-display-mime): Use it.
7893
7894 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
7895
7896 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7897 enclosure element of <item>.
7898
7899 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
7900
7901 * message.el (message-kill-buffer-query): Renamed from
7902 `message-kill-buffer-query-if-modified'. Added :version.
7903
7904 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7905
7906 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
7907 window layout.
7908
7909 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7910
7911 * mml.el: Autoload dnd when compiling.
7912
7913 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
7914
7915 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
7916 x-dnd-*.
7917
7918 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7919
7920 * qp.el (quoted-printable-encode-region): Save excursion.
7921
7922 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
7923
7924 * message.el (message-kill-buffer-query-if-modified): Add new variable
7925 so the user can kill a modified message buffer quickly.
7926 (message-kill-buffer): Use it.
7927
7928 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
7929
7930 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
7931 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
7932
7933 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
7934
7935 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
7936 contained in text because xml.el decodes entities) with LFs.
7937
7938 2005-04-11 Lute Kamstra <lute@gnu.org>
7939
7940 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
7941 differently.
7942
7943 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * mm-util.el (mm-detect-coding-region): Typo.
7946
7947 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
7948
7949 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
7950
7951 2005-04-06 D Goel <deego@gnufans.org>
7952
7953 * spam-stat.el (spam-stat-score-buffer): Add a call to a
7954 user-function allow user modifications of the scores.
7955 (spam-stat-score-buffer-user): New function, to allow
7956 user-computed modifications to the score.
7957 (spam-stat-score-buffer-user-functions): List of additional
7958 scoring functions.
7959 (spam-stat-error-holder): Global temporary error holder.
7960 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
7961 variable.
7962
7963 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
7964
7965 * gnus-registry.el (gnus-registry-clean-empty-function)
7966 (gnus-registry-trim, gnus-registry-fetch-groups)
7967 (gnus-registry-delete-group): Groups that match
7968 `gnus-registry-ignored-groups' are removed from the registry
7969 entries, not just ignored for splitting. This helps clean up the
7970 registry. Also, `gnus-registry-fetch-groups' is a convenient way
7971 to get all the groups a message ID is in.
7972
7973 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
7974 (spam-stat-split-fancy): Change "threshhold" to "threshold"
7975 (spam-stat-score-buffer-user-functions): Add :number custom type.
7976
7977 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7978
7979 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
7980 argument in XEmacs.
7981
7982 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
7983 (nnrss-request-group): Decode group name first.
7984 (nnrss-request-article): Make a text/plain article if mml-to-mime
7985 failed.
7986 (nnrss-get-encoding): Return a compatible encoding according to
7987 nnrss-compatible-encoding-alist.
7988 (nnrss-find-el): Use consp instead of listp.
7989 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
7990
7991 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7992
7993 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
7994 which Emacs 20 doesn't support.
7995 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
7996
7997 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
7998
7999 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8000 silence the byte compiler inside the defun.
8001
8002 * gnus-demon.el (parse-time-string): Add autoload.
8003
8004 * gnus-delay.el (parse-time-string): Add autoload.
8005
8006 * gnus-art.el (parse-time-string): Add autoload.
8007
8008 * nnultimate.el (parse-time): Require for `parse-time-string'.
8009
8010 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8011
8012 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8013
8014 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8015
8016 * smime.el (smime-ldap-host-list): Add :version.
8017
8018 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8019
8020 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8021 pass it to `gnus-browse-read-group'.
8022 (gnus-browse-read-group): Add NUMBER argument and pass it to
8023 `gnus-group-read-ephemeral-group'.
8024
8025 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8026 argument and pass it to `gnus-group-read-group'.
8027
8028 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
8029
8030 * mm-util.el (mm-xemacs-find-mime-charset): Only call
8031 mm-xemacs-find-mime-charset-1 if we have the mule feature
8032 available at runtime.
8033
8034 2005-03-25 Werner Lemberg <wl@gnu.org>
8035
8036 * nnmaildir.el: Replace `illegal' with `invalid'.
8037
8038 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8039
8040 * gnus-start.el (gnus-display-time-event-handler):
8041 Check display-time-timer at runtime rather than only at load time
8042 in case display-time-mode is turned off in the mean time.
8043
8044 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8045
8046 * nnimap.el (nnimap-open-connection): Print which authinfo file is
8047 used.
8048
8049 * nneething.el (nneething-map-file-directory): Derive from
8050 `gnus-directory'.
8051
8052 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8053 the To/Cc button.
8054
8055 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
8056
8057 * nnmaildir.el (nnmaildir-request-accept-article):
8058 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8059
8060 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8061
8062 * gnus-async.el: Require timer-funcs at compile time when in
8063 XEmacs for `run-with-idle-timer'.
8064
8065 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8066
8067 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8068 autoloaded function.
8069
8070 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8071
8072 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8073
8074 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
8075
8076 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8077
8078 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8079
8080 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8081 gnus-expert-user to default.
8082
8083 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
8084
8085 * nnimap.el (nnimap-open-server): Ditto.
8086
8087 * imap.el (imap-authenticate): Fix typo.
8088
8089 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
8090
8091 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8092 buffer (since IMAP server might return FETCH response out of
8093 order, and the nntp buffer must be sorted).
8094
8095 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
8096
8097 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8098 comparison on string.
8099
8100 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8101 (gnus-agent-score): Renamed category keywords to match gnus-cus.
8102 (gnus-agent-summary-fetch-series): Modified to protect against
8103 gnus-agent-summary-fetch-group clearing processable flags.
8104 (gnus-agent-synchronize-group-flags): Update live group buffer as
8105 synchronization may occur due to the user toggle the plugged
8106 status.
8107 (gnus-agent-fetch-group-1): Clear downloadable flag when article
8108 successfully downloaded.
8109 (gnus-agent-expire-group-1): Avoid using markers when the overview
8110 is in ascending order; greatly improves performance.
8111 (gnus-agent-regenerate-group): Use
8112 gnus-agent-synchronize-group-flags to reset read status in both
8113 gnus and server.
8114 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8115
8116 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8117
8118 * message.el: Don't autoload former message-utils variables.
8119 (message-strip-subject-trailing-was): Change doc string.
8120
8121 * nnweb.el: Fixes for `gnus-group-make-web-group'.
8122 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
8123 (nnweb-google-search): Add "hl=en" here.
8124 (nnweb-google-parse-1, nnweb-google-create-mapping):
8125 Don't hardcode URL.
8126
8127 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8128
8129 * message.el (message-get-reply-headers, message-followup):
8130 Mention related variables `message-use-followup-to' and
8131 `message-use-mail-followup-to', in the information buffer.
8132
8133 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8134 of broken groups(-beta).google.com.
8135
8136 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8137
8138 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8139 parameter to invoked gnus-request-move-article; remove the
8140 redundant gnus-sum-hint-move-is-internal variable; apply the marks
8141 all at once instead of once per article.
8142 (gnus-summary-remove-process-mark): Accept a list of articles as
8143 well as a single article for processing.
8144
8145 * gnus-int.el (gnus-request-move-article): Add move-is-internal
8146 parameter.
8147
8148 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8149
8150 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8151
8152 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8153 parameter.
8154
8155 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8156 parameter.
8157
8158 * nnimap.el (nnimap-request-move-article): Add move-is-internal
8159 parameter and remove the gnus-sum-hint-move-is-internal variable.
8160
8161 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8162 parameter.
8163
8164 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8165 parameter.
8166
8167 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8168 parameter.
8169
8170 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8171
8172 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8173 parameter.
8174
8175 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8176 parameter.
8177
8178 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8179
8180 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8181 a more conservative way.
8182
8183 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8184
8185 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8186 buffer, so it moves the window's cursor.
8187
8188 2005-02-26 Arne Jørgensen <arne@arnested.dk>
8189
8190 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8191 `mm-dissect-multipart' and receive the from field as an (optional)
8192 argument from `mm-dissect-multipart'.
8193 (mm-dissect-multipart): Receive the from field as an argument and
8194 pass it on when we call `mm-dissect-buffer' on MIME parts.
8195 Fixes verification/decryption of signed/encrypted MIME parts.
8196
8197 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8198
8199 * gnus-sum.el (gnus-summary-move-article): Set
8200 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8201 whatever it calls (right now, only nnimap-request-move article
8202 respects it).
8203
8204 * nnimap.el (nnimap-request-move-article): When
8205 gnus-sum-hint-move-is-internal is set, don't do the extra
8206 nnimap-request-article.
8207
8208 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8209
8210 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8211
8212 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8213 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8214
8215 * gnus-sum.el (gnus-summary-caesar-message):
8216 Apply `gnus-treat-article' after rotation.
8217
8218 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8219 doc string.
8220
8221 2005-02-22 Simon Josefsson <jas@extundo.com>
8222
8223 * encrypt.el (encrypt-password-cache-expiry): Remove (use
8224 `password-cache-expiry' instead). Reported by Arne Jørgensen
8225 <arne@arnested.dk>.
8226 (encrypt): Add password-cache and password-cache-expiry as group
8227 members.
8228
8229 2005-02-22 Arne Jørgensen <arne@arnested.dk>
8230
8231 * smime.el (smime-ldap-host-list): Doc fix.
8232 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8233 cache) password.
8234 (smime-sign-region): Use it.
8235 (smime-decrypt-region): Use it.
8236 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8237 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8238 fails.
8239 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8240 certificate from DER to PEM format rather than calling openssl.
8241
8242 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8243
8244 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8245 for signing/encryption.
8246
8247 * mml.el (mml-parse-1): Use them.
8248
8249 2005-02-21 Arne Jørgensen <arne@arnested.dk>
8250
8251 * nnrss.el (nnrss-verbose): Removed.
8252 (nnrss-request-group): Use `nnheader-message' instead.
8253
8254 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8255
8256 * nnrss.el (nnrss-verbose): New variable.
8257 (nnrss-request-group): Make it say nnrss is requesting a group.
8258
8259 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8260
8261 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8262 Handle news URL with given port correctly.
8263
8264 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8265
8266 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8267 containing special characters.
8268
8269 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8270
8271 * mml.el (mime-to-mml): Ditto.
8272
8273 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8274 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8275 (rfc2047-decode-region): Quote decoded words containing special
8276 characters when rfc2047-quote-decoded-words-containing-tspecials
8277 is non-nil.
8278
8279 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8280
8281 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8282
8283 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8284
8285 2005-02-15 Simon Josefsson <jas@extundo.com>
8286
8287 * nnimap.el (nnimap-debug): Doc fix.
8288
8289 * imap.el (imap-debug): Doc fix.
8290
8291 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8292
8293 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8294
8295 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8296
8297 * gnus.el (spam-contents): Improve docs for spam-contents
8298 parameter in its variable incarnation.
8299
8300 2005-02-14 Simon Josefsson <jas@extundo.com>
8301
8302 * smime-ldap.el: Use require instead of load-library for ldap.
8303 (smime-ldap-search): Indent.
8304 (smime-ldap-search-internal): Shorten line.
8305
8306 * smime.el (smime-cert-by-dns): Add doc-string.
8307 (smime-cert-by-ldap-1): Indent.
8308
8309 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8310 mml-smime-get-dns-ldap.
8311 (mml-smime-encrypt-query): Use new function. Default to ldap.
8312
8313 2005-02-14 Arne Jørgensen <arne@arnested.dk>
8314
8315 * smime.el: Require smime-ldap.
8316 (smime-ldap-host-list): New variable.
8317 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8318
8319 * mml-smime.el (mml-smime-encrypt-query): New function.
8320 (mml-smime-encrypt-query): Use it.
8321
8322 * smime-ldap.el: New file.
8323
8324 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8325
8326 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8327
8328 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8329
8330 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8331 argument in doc string. Make query for type more clear.
8332
8333 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8334
8335 * gnus.el (gnus-group-startup-message): Search for gnus images in
8336 etc/images/gnus.
8337 * mm-util.el (mm-image-load-path): Likewise.
8338 * smiley.el (smiley-data-directory): Search for smilies in
8339 etc/images/smilies.
8340
8341 2005-02-09 Kim F. Storm <storm@cua.dk>
8342
8343 Change Emacs release version from 21.4 to 22.1 throughout.
8344 Change Emacs development version from 21.3.50 to 22.0.50.
8345
8346 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8347
8348 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8349
8350 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8351 non-Mule XEmacs as well.
8352 (mm-decompress-buffer): Signal an error intentionally if it does
8353 not decompress compressed data because auto-compression-mode is
8354 disabled.
8355
8356 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8357
8358 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8359 an ID in the registry even if it has no groups.
8360
8361 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8362
8363 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8364 merge it into mm-decompress-buffer.
8365 (gnus-mime-copy-part): Use the MIME part charset, the value which
8366 a user specified or gnus-newsgroup-charset for decoding, like
8367 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8368 save-buffer what was used. Suggested by Kevin Ryde
8369 <user42@zip.com.au>.
8370 (gnus-mime-inline-part): Allow the name parameter as well as the
8371 filename parameter; force decompressing of compressed data; always
8372 display contents being not decoded as unibyte.
8373
8374 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8375 as well as the filename parameter.
8376
8377 * mm-util.el (mm-decompress-buffer): Merge
8378 gnus-mime-jka-compr-maybe-uncompress.
8379 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8380 of compressed data.
8381
8382 2005-02-08 Simon Josefsson <jas@extundo.com>
8383
8384 * imap.el (imap-log): Doc fix.
8385
8386 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8387
8388 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8389 the coding cookies; decompress compressed parts.
8390
8391 * mml.el (mml-generate-mime-1): Add the charaset parameter according
8392 to the value which a user specified manually or the coding cookie.
8393
8394 * mm-util.el (mm-string-to-multibyte): New function.
8395 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8396 (mm-coding-system-to-mime-charset): New function.
8397 (mm-decompress-buffer): New function.
8398 (mm-find-buffer-file-coding-system): New function.
8399
8400 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8401 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8402 parts.
8403
8404 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8405
8406 * mm-view.el (mm-display-inline-fontify): Decode a part according
8407 to the charset parameter.
8408
8409 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8410
8411 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8412 prefix arg is neither nil nor a number, as info specifies.
8413
8414 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8415
8416 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8417 timestamps.
8418
8419 2005-02-02 Jari Aalto <jari.aalto@cante.net>
8420
8421 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8422 groups error checking and notify user.
8423
8424 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8425
8426 * message.el (message-send-mail-function): Check existence of
8427 sendmail-program first before using default value
8428 `message-send-mail-with-sendmail'. Otherwise use more generic
8429 `smtpmail-send-it'.
8430
8431 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8432
8433 * nntp.el (nntp-request-update-info): Always return nil.
8434
8435 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8436
8437 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8438
8439 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8440
8441 * message.el (message-beginning-of-line): Change the behavior when
8442 invoked between BOL and : so that it first moves backward.
8443
8444 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8445
8446 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8447 article buffer when editing of the article is discarded.
8448 (gnus-article-prepare): Revert.
8449
8450 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8451
8452 * gnus-art.el (gnus-article-prepare):
8453 Remove message-strip-forbidden-properties from the local hook.
8454
8455 2005-01-27 Simon Josefsson <jas@extundo.com>
8456
8457 * password.el (password-cache-add): Only start one timer per key.
8458 Reported by Derek Atkins <warlord@MIT.EDU>.
8459
8460 2005-01-26 Steve Youngs <steve@sxemacs.org>
8461
8462 * run-at-time.el: Removed. It is no longer needed as
8463 timer-funcs.el in the xemacs-base package has a working version of
8464 `run-at-time'.
8465
8466 * password.el: Require timer-funcs instead of run-at-time in
8467 XEmacs.
8468 Remove `password-run-at-time' macro.
8469 (password-cache-add): Use `run-at-time' instead of
8470 `password-run-at-time'.
8471
8472 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8473 for `run-with-idle-timer'.
8474
8475 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8476 for `run-at-time'.
8477
8478 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8479 for `with-timeout'.
8480
8481 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8482
8483 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8484 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8485
8486 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8487
8488 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8489 sensitively.
8490
8491 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8492
8493 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8494
8495 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8496
8497 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8498 which will be inserted according to the multibyteness of a buffer
8499 rather than the type of contents. Suggested by ARISAWA Akihiro
8500 <ari@mbf.ocn.ne.jp>.
8501
8502 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8503 of string which old xml.el may return rather than a string.
8504
8505 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8506
8507 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8508
8509 2005-01-16 Simon Josefsson <jas@extundo.com>
8510
8511 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8512 idn/idna.el isn't available.
8513 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8514 <michael@waxrat.com>.
8515
8516 * hashcash.el: Remove non-FSF copyright header.
8517
8518 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8519 (hashcash-generate-payment): Use it.
8520 (hashcash-generate-payment-async): Use it.
8521
8522 2005-01-15 Simon Josefsson <jas@extundo.com>
8523
8524 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8525 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8526
8527 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8528 gnus-summary-idna-message.
8529 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8530 (gnus-summary-idna-message): New function.
8531
8532 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8533
8534 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8535 gnus-novice-user.
8536
8537 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8538
8539 * nnrss.el (nnrss-request-delete-group): Delete entries in
8540 nnrss-group-alist as well.
8541 (nnrss-save-server-data): Insert newline.
8542
8543 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8544
8545 * gnus.el (gnus-user-agent): Use list of symbols instead of
8546 symbols. Display full version number for (S)XEmacs. Optionally
8547 display (S)XEmacs codename.
8548
8549 * gnus-util.el (gnus-emacs-version): Update for new
8550 `gnus-user-agent'.
8551
8552 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8553 Gnus version.
8554
8555 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8556
8557 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8558 which is unreadable in some setups.
8559
8560 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8561
8562 * gnus-spec.el (gnus-update-format-specifications): Flush the
8563 group format spec cache if it doesn't support decoded group names.
8564
8565 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8566
8567 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8568 Allow to apply decay on score files matching a regexp.
8569
8570 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8571
8572 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8573 compatibility in %g and %c.
8574
8575 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8576
8577 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8578 name for only %g and %c.
8579 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8580 of gnus-tmp-group to decoded group name.
8581 (gnus-group-make-rss-group): Exclude `/'s from group names.
8582
8583 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8584
8585 * nnrss.el (nnrss-get-encoding): Fix regexp.
8586
8587 2004-12-27 Simon Josefsson <jas@extundo.com>
8588
8589 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8590 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8591 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8592
8593 2004-12-17 Kim F. Storm <storm@cua.dk>
8594
8595 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8596
8597 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8598
8599 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8600
8601 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8602
8603 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8604
8605 * nnrss.el: Require rfc2047 and mml.
8606 (nnrss-file-coding-system): New variable.
8607 (nnrss-format-string): Redefine it as an inline function.
8608 (nnrss-decode-group-name): New function.
8609 (nnrss-string-as-multibyte): Remove.
8610 (nnrss-retrieve-headers): Decode group name; don't use
8611 nnrss-format-string.
8612 (nnrss-request-group): Decode group name.
8613 (nnrss-request-article): Decode group name; allow a Message-ID as
8614 well as an article number; don't use nnrss-format-string; encode a
8615 Message-ID string which may contain non-ASCII characters; use
8616 mml-to-mime to compose a MIME article.
8617 (nnrss-request-expire-articles): Decode group name.
8618 (nnrss-request-delete-group): Decode group name.
8619 (nnrss-fetch): Clarify error message.
8620 (nnrss-read-server-data): Use insert-file-contents instead of load;
8621 bind file-name-coding-system; use multibyte buffer.
8622 (nnrss-save-server-data): Bind coding-system-for-write to the
8623 value of nnrss-file-coding-system; bind file-name-coding-system;
8624 add coding cookie.
8625 (nnrss-read-group-data): Use insert-file-contents instead of load;
8626 bind file-name-coding-system; use multibyte buffer.
8627 (nnrss-save-group-data): Bind coding-system-for-write to the
8628 value of nnrss-file-coding-system; bind file-name-coding-system.
8629 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8630 make it work with non-ASCII text.
8631 (nnrss-find-el): Make it work with old xml.el as well.
8632
8633 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8634
8635 * nnrss.el (nnrss-get-encoding): New function.
8636 (nnrss-fetch): Use unibyte buffer initially; bind
8637 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8638 decode contents according to the encoding attribute.
8639 (nnrss-save-group-data): Add coding cookie.
8640 (nnrss-mime-encode-string): New function.
8641 (nnrss-check-group): Use it to encode subject and author.
8642
8643 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8644
8645 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8646 imaginary variable.
8647
8648 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8649
8650 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8651 correctly even if there are wide characters.
8652
8653 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8654
8655 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8656 downcased symbol names; make a new cache instead of reusing
8657 bbdb-hashtable.
8658
8659 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8660
8661 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8662 concatenating segments rather than before concatenating them.
8663 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8664
8665 * message.el (message-get-reply-headers): Bind `extra'.
8666
8667 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8668
8669 * message.el (message-extra-wide-headers): New variable.
8670 (message-get-reply-headers): Use it.
8671
8672 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8673
8674 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8675 (gnus-agent-group-pathname): Ditto.
8676
8677 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8678
8679 * gnus-group.el (gnus-group-make-group): Decode group name.
8680 (gnus-group-make-rss-group): Register the group data after opening
8681 the nnrss group.
8682
8683 2004-12-17 Paul Jarc <prj@po.cwru.edu>
8684
8685 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8686 by expiry now get marked as read.
8687
8688 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8689
8690 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8691
8692 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8693
8694 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8695 unify Latin characters in XEmacs.
8696 (mm-find-mime-charset-region): Use it.
8697
8698 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8699
8700 * gnus-util.el (gnus-delete-directory): New function.
8701
8702 * gnus-agent.el (gnus-agent-delete-group): Use it.
8703
8704 * gnus-cache.el (gnus-cache-delete-group): Use it.
8705
8706 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8707
8708 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8709 names.
8710
8711 2004-12-16 Simon Josefsson <jas@extundo.com>
8712
8713 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8714
8715 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8716
8717 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8718
8719 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8720 (gnus-group-set-current-level): Decode group name.
8721
8722 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8723
8724 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8725 failed.
8726
8727 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8728
8729 * gnus-group.el (gnus-group-delete-group): Decode group name.
8730 (gnus-group-make-rss-group): Encode group name.
8731 (gnus-group-catchup-current): Decode group name.
8732 (gnus-group-kill-group): Decode group name.
8733
8734 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8735
8736 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8737
8738 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8739
8740 * gnus-group.el (gnus-group-make-rss-group):
8741 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8742
8743 * gnus-start.el (gnus-setup-news): Honor user's setting to
8744 gnus-message-archive-method. Suggested by Lute Kamstra
8745 <lute@gnu.org>.
8746
8747 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8748
8749 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8750 global counterparts of the buffer-local variables.
8751
8752 2004-11-16 Romain Francoise <romain@orebokech.com>
8753
8754 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8755 counterparts of the buffer-local variables.
8756
8757 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8758
8759 * message.el (message-forbidden-properties): Fixed typo in doc
8760 string.
8761
8762 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8763
8764 * gnus-util.el (gnus-replace-in-string): Added doc string.
8765
8766 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8767 to avoid problems when splitting mails with many recipients.
8768
8769 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8770
8771 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8772 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8773
8774 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8775
8776 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8777 if there is no hashtable in memory or file modification time is
8778 newer than cached timestamp.
8779
8780 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8781
8782 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8783 not-matching option.
8784
8785 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8786
8787 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8788 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8789 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8790 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8791 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8792 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8793
8794 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8795
8796 * message.el (message-forward-make-body-mml): Remove headers
8797 according to message-forward-ignored-headers if a message is decoded.
8798
8799 2004-12-02 Romain Francoise <romain@orebokech.com>
8800
8801 * message.el (message-forward-make-body-plain): Always remove
8802 headers according to message-forward-ignored-headers.
8803
8804 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
8805
8806 * spam.el (spam-summary-prepare-exit): Remove the
8807 gnus-summary-limit pop for now, it has problems with ham marks for
8808 me.
8809
8810 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
8811
8812 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8813 correctly.
8814
8815 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
8816
8817 * format-spec.el (format-spec): Message the char.
8818
8819 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8820
8821 * gnus-art.el (gnus-split-methods): Reformat comments.
8822
8823 * spam.el (spam-summary-prepare-exit): Remove article limits
8824 before exiting the summary buffer.
8825
8826 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8827
8828 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8829 order to silence the byte compiler.
8830
8831 * spam.el: Fix the way to silence the byte compiler, which
8832 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8833 bbdb-search-simple, spam-BBDB-register-routine,
8834 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8835 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8836 spam-stat-buffer-is-spam, spam-stat-load,
8837 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8838 spam-stat-save and spam-stat-split-fancy.
8839
8840 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8841
8842 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8843 which may confuse users.
8844 (canlock-password-for-verify): Ditto.
8845
8846 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8847
8848 * gnus-art.el (gnus-emphasis-alist): Ditto.
8849
8850 * gnus-registry.el (gnus-registry-max-entries): Ditto.
8851
8852 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8853
8854 * gnus-start.el (gnus-save-killed-list): Ditto.
8855
8856 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8857 (gnus-sum-thread-tree-root): Ditto.
8858 (gnus-sum-thread-tree-false-root): Ditto.
8859 (gnus-sum-thread-tree-single-indent): Ditto.
8860
8861 * message.el (message-courtesy-message): Ditto.
8862 (message-archive-note): Ditto.
8863 (message-subscribed-address-file): Ditto.
8864 (message-user-fqdn): Ditto.
8865
8866 * spam-report.el (spam-report-gmane-regex): Ditto.
8867
8868 * spam.el (spam-blackhole-good-server-regex): Ditto.
8869
8870 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8871
8872 * mml.el (mml-preview): Widen the message buffer before copying
8873 the contents to the preview buffer; sort headers before previewing.
8874
8875 * message.el (message-hidden-headers): Fix the way to avoid a bug
8876 in the `repeat' widget in Emacs 21.3 or earlier.
8877
8878 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8879
8880 * message.el (message-hidden-headers): Default to "^References:".
8881 Improve customization type. Suggested by Reiner Steib
8882 <Reiner.Steib@gmx.de>.
8883
8884 2004-11-25 Romain Francoise <romain@orebokech.com>
8885
8886 * message.el (message-strip-forbidden-properties): Remove check for
8887 obsolete `message-hidden' text property, hidden headers are not
8888 accessible in the buffer anymore.
8889
8890 2004-11-22 Romain Francoise <romain@orebokech.com>
8891
8892 * message.el (message-header-format-alist): Add `From' in list
8893 so that it can be sorted.
8894 (message-fix-before-sending): Widen and sort headers before
8895 sending.
8896 (message-hide-headers): Use narrowing to hide headers by moving
8897 them to the top of the buffer and narrowing to the region
8898 underneath.
8899
8900 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8901
8902 * message.el (message-strip-forbidden-properties): Bind
8903 buffer-read-only (etc) to nil.
8904
8905 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
8906
8907 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
8908 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8909
8910 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
8911
8912 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
8913
8914 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8915
8916 * dns.el (query-dns): Use sit-for to time instead of
8917 accept-process-output, since that doesn't seem to work on udp
8918 sockets.
8919
8920 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8921
8922 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
8923
8924 2004-11-15 Jesper Harder <harder@ifa.au.dk>
8925
8926 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
8927 doc string. Improve doc string.
8928
8929 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8930
8931 * nntp.el (nntp-request-update-info): Return nil if
8932 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
8933 may not call gnus-activate-group which uselessly issues the GROUP
8934 commands for all nntp groups and wastes time. Reported by Romain
8935 Francoise <romain@orebokech.com>.
8936
8937 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
8938
8939 2004-11-15 Simon Josefsson <jas@extundo.com>
8940
8941 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
8942 headers separately.
8943 (gnus-button-openpgp): New function, inspired by Jochen Küpper
8944 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
8945
8946 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8947
8948 * gnus-start.el (gnus-convert-old-newsrc):
8949 Assign legacy-gnus-agent to 5.10.7.
8950
8951 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8952
8953 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
8954 start of the lines.
8955
8956 2004-11-14 Magnus Henoch <mange@freemail.hu>
8957
8958 * hashcash.el (hashcash-default-payment): Change default to 20
8959 (hashcash-default-accept-payment): Change default to 20
8960 (hashcash-process-alist): New variable
8961 (hashcash-generate-payment-async): Add
8962 (hashcash-already-paid-p): Add
8963 (hashcash-insert-payment): Don't generate payments twice
8964 (hashcash-insert-payment-async): Add
8965 (hashcash-insert-payment-async-2): Add
8966 (hashcash-cancel-async): Add
8967 (hashcash-wait-async): Add
8968 (hashcash-processes-running-p): Add
8969 (hashcash-wait-or-cancel): Add
8970 (mail-add-payment): New optional argument. Conditionally start
8971 asynchronous calculation.
8972 (mail-add-payment-async): Add
8973
8974 * message.el (message-send-mail): Wait for asynchronous hashcash
8975 results. Don't clobber existing X-Hashcash headers.
8976 (message-setup-1): Call mail-add-payment-async when
8977 message-generate-hashcash is non-nil.
8978
8979 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8980
8981 * message.el (message-use-alternative-email-as-from): Examine the
8982 From header as well; use message-make-from in order to include a
8983 user's full name.
8984
8985 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8986
8987 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
8988 default; improve customization type.
8989 (gnus-emphasis-custom-with-format): New macro.
8990 (gnus-emphasis-custom-value-to-external): New function.
8991 (gnus-emphasis-custom-value-to-internal): New function.
8992
8993 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8994
8995 * dns.el (query-dns): Resolve reverse addresses.
8996
8997 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8998
8999 * gnus-group.el (gnus-group-get-new-news): Use it.
9000
9001 * gnus-start.el (gnus-check-reasonable-setup): New function.
9002
9003 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9004
9005 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9006 "Args out of range" error. Reported by Arnaud Giersch
9007 <arnaud.giersch@free.fr>.
9008
9009 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
9010
9011 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9012
9013 2004-11-04 Richard M. Stallman <rms@gnu.org>
9014
9015 * spam.el (spam group): Add :version.
9016
9017 * pgg-def.el (pgg group): Add :version.
9018
9019 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9020
9021 * gnus-art.el (gnus-article-edit-article): Don't associate the
9022 article buffer with a draft file. This is a temporary measure
9023 against the 2004-08-22 change to gnus-article-edit-mode.
9024
9025 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9026
9027 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9028 (html2text-format-tags): Remove unused variable `attr'.
9029
9030 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9031
9032 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9033
9034 * spam-stat.el (spam-stat): Add :version.
9035
9036 * sieve.el (sieve): Add :version.
9037
9038 * sha1.el (sha1): Add :version.
9039 (sha1-use-external): Remove redundant version.
9040
9041 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9042 (nnmail-cache-ignore-groups, nnmail-spool-hook)
9043 (nnmail-split-fancy-match-partial-words)
9044 (nnmail-split-lowercase-expanded): Add :version.
9045
9046 * nndiary.el (nndiary): Add :version.
9047
9048 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9049
9050 * mml-sec.el (mml-default-sign-method)
9051 (mml-default-encrypt-method, mml-signencrypt-style-alist):
9052 Add :version.
9053
9054 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9055
9056 * mm-url.el (mm-url-use-external, mm-url-program)
9057 (mm-url-arguments): Add :version.
9058
9059 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9060 (mm-attachment-file-modes, mm-decrypt-option)
9061 (mm-w3m-safe-url-regexp): Add :version.
9062
9063 * message.el (message-cite-prefix-regexp)
9064 (message-sendmail-envelope-from, message-minibuffer-local-map)
9065 (message-user-fqdn, message-completion-alist): Add :version.
9066
9067 * gnus-win.el (gnus-configure-windows-hook)
9068 (gnus-use-frames-on-any-display): Add :version.
9069
9070 * gnus-art.el (gnus-article-address-banner-alist)
9071 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9072 (gnus-treat-from-picon, gnus-treat-mail-picon)
9073 (gnus-treat-x-pgp-sig): Add :version.
9074
9075 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9076 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9077 (gnus-summary-article-delete-hook)
9078 (gnus-summary-display-while-building): Add :version.
9079
9080 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9081 (gnus-get-top-new-news-hook):Add :version.
9082
9083 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9084 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9085
9086 * gnus-registry.el (gnus-registry): Add :version.
9087
9088 * gnus-spec.el (gnus-use-correct-string-widths)
9089 (gnus-make-format-preserve-properties): Add :version.
9090
9091 * gnus.el (gnus-group-charter-alist)
9092 (gnus-group-fetch-control-use-browse-url)
9093 (gnus-install-group-spam-parameters): Add :version.
9094
9095 * gnus-diary.el (gnus-diary): Add :version.
9096
9097 * gnus-delay.el (gnus-delay): Add :version.
9098
9099 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9100 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9101 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9102 Add :version.
9103
9104 * gnus-agent.el (gnus-agent-max-fetch-size)
9105 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9106 (gnus-agent-prompt-send-queue): Add :version.
9107
9108 * deuglify.el (gnus-outlook-deuglify): Add :version.
9109
9110 * html2text.el: Beautify code. Improve doc strings. Some
9111 checkdoc cleanup.
9112 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9113
9114 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9115
9116 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9117
9118 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
9119
9120 * gnus-registry.el (gnus-registry-hashtb): Create the registry
9121 when package is loaded.
9122
9123 * spam.el (spam-summary-score-preferred-header): Add global preference
9124 for people who want to override the default SpamAssassin over
9125 Bogofilter preference (when both are set).
9126 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9127 (spam-user-format-function-S): Check
9128 spam-summary-score-preferred-header.
9129 (spam-extra-header-to-number): Add X-Bogosity header parsing.
9130 (spam-user-format-function-S): Format the score correctly.
9131
9132 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9133
9134 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9135 signature file. Suggested by Manoj Srivastava
9136 <srivasta@golden-gryphon.com>.
9137
9138 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9139 iso-2022-jp even in the Japanese language environment.
9140 Suggested by Jason Rumney <jasonr@gnu.org>.
9141
9142 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
9143
9144 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9145 use the same characters as the dummy marks; make it free from
9146 getting affected by the language environment.
9147 (gnus-summary-read-group-1): Update mark positions only when the
9148 format spec is updated.
9149
9150 * gnus-spec.el (gnus-update-format-specifications): Return a list
9151 of updated types.
9152
9153 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
9154
9155 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9156 of boundp to check if display-warning is available.
9157
9158 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
9159
9160 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9161
9162 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9163
9164 * nnspool.el (nnspool-spool-directory): Use news-path if the
9165 news-directory variable is not bound.
9166
9167 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9168 function instead of display-warning if it is not available.
9169
9170 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9171
9172 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9173 v5-10: Use `point-at-bol'.
9174
9175 2004-10-26 Simon Josefsson <jas@extundo.com>
9176
9177 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9178 <chenggao@gmail.com>.
9179
9180 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9181
9182 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9183 instead.
9184
9185 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9186
9187 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9188 to remove a server from the nnimap-server-buffer-alist.
9189 (nnimap-open-connection, nnimap-close-server): Use it.
9190
9191 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9192
9193 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9194
9195 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9196 running the major-mode function.
9197
9198 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9199
9200 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9201 dummy marks in the right way.
9202
9203 2004-10-18 David Edmondson <dme@dme.org>
9204
9205 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9206 excessively.
9207
9208 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9209
9210 * gnus-util.el (gnus-split-references): Accept a nil references
9211 string and go on blissfully.
9212
9213 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9214 cases where the references string is non-nil but has no references.
9215
9216 * encrypt.el: Add autoload tags.
9217
9218 * spam.el (spam-resolve-registrations-routine): Remove article
9219 from unregistration list too. Reported by David Hanak
9220 <dhanak@isis.vanderbilt.edu>
9221
9222 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9223
9224 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9225 nil. Changed custom type.
9226
9227 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9228
9229 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9230
9231 * gnus-sum.el (gnus-summary-move-article): Use it.
9232
9233 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9234
9235 * encrypt.el: Add autoload cookies.
9236
9237 * spam.el (spam-backend-article-list-property)
9238 (spam-backend-get-article-todo-list)
9239 (spam-backend-put-article-todo-list, )
9240 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9241 Resolve registrations separately.
9242 (spam-register-routine): Format comments.
9243 (spam-unregister-routine, spam-register-routine): Always call with
9244 specific-articles, no default list.
9245 (spam-summary-prepare-exit): Use the spam-classifications function.
9246
9247 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9248 gnus-encrypt.el.
9249
9250 * encrypt.el: Copied from gnus-encrypt.el.
9251
9252 * gnus-encrypt.el: Commented that it's obsolete.
9253
9254 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9255
9256 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9257 (gnus-score-save): Use it.
9258
9259 * message.el (message-bury): Use `window-dedicated-p'.
9260
9261 2004-10-15 Simon Josefsson <jas@extundo.com>
9262
9263 * pop3.el (top-level): Don't require nnheader.
9264 (pop3-read-timeout): Add.
9265 (pop3-accept-process-output): Add.
9266 (pop3-read-response, pop3-retr): Use it.
9267
9268 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9269
9270 * spam.el (spam-register-routine): Move comment.
9271 (spam-verify-bogofilter): Use 'unknown for the initial
9272 spam-bogofilter-valid state, not 'never.
9273
9274 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9275 for netrc-machine.
9276
9277 * nnimap.el (nnimap-open-connection): Use
9278 netrc-machine-user-or-password.
9279
9280 2004-10-17 Richard M. Stallman <rms@gnu.org>
9281
9282 * gnus-registry.el (gnus-registry-unload-hook):
9283 Set as a variable with add-hook.
9284
9285 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9286 of news-path.
9287
9288 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9289
9290 * spam.el: Delete duplicate `provide'.
9291 (spam-unload-hook): Set as a variable with add-hook.
9292
9293 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9294
9295 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9296 in the doc string.
9297
9298 * message.el (message-ignored-news-headers)
9299 (message-ignored-supersedes-headers)
9300 (message-ignored-resent-headers)
9301 (message-forward-ignored-headers): Improve custom type.
9302
9303 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9304
9305 * message.el (message-tokenize-header): Fix 2004-09-06 change
9306 which used point-min in the wrong place.
9307
9308 2004-10-12 Simon Josefsson <jas@extundo.com>
9309
9310 * tls.el (tls-certtool-program): New variable.
9311 (tls-certificate-information): New function, based on
9312 ssl-certificate-information.
9313
9314 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9315
9316 * compface.el: Move the version of ELisp-based uncompface program
9317 to the contrib directory because of the copyright problem.
9318
9319 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9320
9321 * message.el (message-kill-buffer): Raise the current frame.
9322
9323 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9324
9325 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9326
9327 * gnus.el (message-y-or-n-p): Autoload.
9328
9329 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9330 (pop3-password-required, pop3-authentication-scheme)
9331 (pop3-leave-mail-on-server): Made customizable.
9332 (pop3): New custom group.
9333 (pop3-retr): Remove `sleep-for' statements.
9334 Suggested by Dave Love <fx@gnu.org>.
9335
9336 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9337 Windows/DOS.
9338
9339 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9340 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9341 Dave Love <fx@gnu.org>.
9342
9343 * mml.el (mml-minibuffer-read-disposition): Require match.
9344 Suggested by Dave Love <fx@gnu.org>.
9345
9346 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9347
9348 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9349 doc string.
9350
9351 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9352
9353 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9354
9355 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9356
9357 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9358 instead of calling `mm-insert-inline', to decode text/* parts
9359 before displaying them.
9360
9361 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9362
9363 * mm-uu.el (mm-uu-text-plain-type): New variable.
9364 (mm-uu-pgp-signed-extract-1): Use it.
9365 (mm-uu-pgp-encrypted-extract-1): Use it.
9366 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9367 bind mm-uu-text-plain-type with that value.
9368 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9369 mm-uu-dissect.
9370
9371 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9372
9373 * gnus-group.el (gnus-update-group-mark-positions):
9374 * gnus-sum.el (gnus-update-summary-mark-positions):
9375 * message.el (message-check-news-body-syntax):
9376 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9377 of string-as-multibyte.
9378
9379 2004-10-05 Juri Linkov <juri@jurta.org>
9380
9381 * gnus-group.el (gnus-update-group-mark-positions):
9382 * gnus-sum.el (gnus-update-summary-mark-positions):
9383 * message.el (message-check-news-body-syntax):
9384 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9385 8-bit unibyte values to a multibyte string for search functions.
9386
9387 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9388
9389 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9390 (mm-uu-dissect-text-parts): New function.
9391
9392 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9393 dissect text parts.
9394
9395 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9396 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9397
9398 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9399
9400 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9401 gnus-current-topics instead of gnus-current-topic.
9402
9403 2004-10-06 Jesper Harder <harder@ifa.au.dk>
9404
9405 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9406
9407 2004-10-05 Jesper Harder <harder@ifa.au.dk>
9408
9409 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9410 where approriate.
9411
9412 * nnml.el (nnml-generate-active-info): do.
9413
9414 * nndiary.el (nndiary-generate-active-info): do.
9415
9416 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9417 (gnus-topic-move): do.
9418
9419 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9420 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9421
9422 * gnus-srvr.el (gnus-server-prepare)
9423 (gnus-server-open-all-servers): do.
9424
9425 * gnus-msg.el (gnus-summary-cancel-article)
9426 (gnus-summary-resend-message)
9427 (gnus-summary-mail-crosspost-complaint): do.
9428
9429 * gnus-move.el (gnus-change-server): do.
9430
9431 * gnus-group.el (gnus-group-unmark-all-groups)
9432 (gnus-group-set-current-level): do.
9433
9434 2004-10-04 Simon Josefsson <jas@extundo.com>
9435
9436 * message.el (message-generate-hashcash): Doc fix.
9437
9438 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9439
9440 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9441 avoid infinite recursion via gnus-get-function.
9442
9443 2004-10-02 Jesper Harder <harder@ifa.au.dk>
9444
9445 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9446
9447 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9448
9449 * nnmail.el (nnmail-split-history): do.
9450
9451 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9452 (nnml-request-delete-group): do.
9453
9454 * nnslashdot.el (nnslashdot-read-groups): do.
9455
9456 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9457 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9458
9459 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9460 (nnspool-sift-nov-with-sed): Use last
9461 (nnspool-retrieve-headers-with-nov): Use mapc.
9462 (nnspool-request-newgroups): Use dolist.
9463 (nnspool-request-group): Use last.
9464
9465 * nntp.el (nntp-read-server-type): Use dolist.
9466
9467 * nnvirtual.el (nnvirtual-create-mapping)
9468 (nnvirtual-update-read-and-marked): Use dolist.
9469 (nnvirtual-convert-headers): Simplify.
9470
9471 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9472
9473 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9474 support for sync'ing tick marks.
9475
9476 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9477
9478 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9479 there's no visible header.
9480
9481 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9482
9483 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9484 necessary, pass full group name to gnus-request-set-marks.
9485
9486 2004-10-01 Simon Josefsson <jas@extundo.com>
9487
9488 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9489 acroread.
9490
9491 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9492
9493 * spam-report.el (spam-report-gmane): Fix interactive.
9494
9495 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9496
9497 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9498 when writing file.
9499 (gnus-agent-synchronize-flags): Don't default to being
9500 interactive.
9501
9502 2004-09-30 Simon Josefsson <jas@extundo.com>
9503
9504 * message.el (message-generate-hashcash): Add.
9505 (message-send-mail): Use it, call mail-add-payment.
9506
9507 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9508
9509 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9510
9511 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9512
9513 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9514 gnus-requst-update-info with explicit code to sync the in-memory
9515 info read flags with the marks being sync'd to the backend.
9516
9517 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9518
9519 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9520
9521 * spam.el (spam-verify-bogofilter): Add new function.
9522 (spam-check-bogofilter)
9523 (spam-bogofilter-register-with-bogofilter): Use it.
9524 (spam-verify-bogofilter): Add small fixes.
9525
9526 2004-09-28 Simon Josefsson <jas@extundo.com>
9527
9528 * hashcash.el (hashcash-generate-payment): Revert.
9529
9530 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9531
9532 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9533 gnus-extract-references instead of gnus-split-references.
9534
9535 * gnus-util.el (gnus-extract-references): Add new function, analogous
9536 to gnus-split-references but extracts only the message-ID without
9537 anything extra.
9538
9539 * hashcash.el (hashcash-generate-payment)
9540 (hashcash-check-payment): Do the right thing if hashcash-path is
9541 nil (because the hashcash program could not be found).
9542
9543 * spam.el (spam-use-hashcash): Remove comment.
9544
9545 2004-09-27 Jesper Harder <harder@ifa.au.dk>
9546
9547 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9548 (gnus-cache-enter-article, gnus-cache-remove-article)
9549 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9550
9551 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9552
9553 * gnus-art.el (article-hide-boring-headers)
9554 (article-translate-strings, article-display-face)
9555 (gnus-article-mime-match-handle-first)
9556 (gnus-article-highlight-headers)
9557 (gnus-article-add-buttons-to-head): do.
9558
9559 2004-09-27 Simon Josefsson <jas@extundo.com>
9560
9561 * hashcash.el: New version, from
9562 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9563 ../contrib/.
9564
9565 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9566
9567 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9568
9569 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9570
9571 * gnus-dup.el (gnus-dup-open): Use mapc.
9572 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9573
9574 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9575 Reported by Stefan Wiens <s.wi@gmx.net>.
9576
9577 * gnus.el (gnus-shutdown): Use dolist.
9578
9579 * gnus-undo.el (gnus-undo): Use mapc.
9580
9581 * nnrss.el (nnrss-generate-active): do.
9582
9583 * message.el (message-cite-original-without-signature)
9584 (message-cite-original): Use mapc.
9585 (message-do-actions, message-make-forward-subject): Use dolist.
9586
9587 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9588
9589 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9590 deletion to remove entire duplicate line. Fixes merged article
9591 number bug.
9592
9593 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9594
9595 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9596 servers that are offline. Avoids having gnus-agent-toggle-plugged
9597 first ask if you want to open a server and then, even when you
9598 responded with no, asking if you want to synchronize the server's
9599 flags.
9600 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9601 multi-line expressions.
9602 (gnus-agent-synchronize-group-flags): New internal function.
9603 Updates marks in memory (in the info structure) AND in the
9604 backend.
9605
9606 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9607
9608 * nnagent.el (nnagent-request-set-mark): Use
9609 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9610 method, to ensure that synchronization updates marks in the
9611 backend and in the info (in memory) structure.
9612
9613 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9614
9615 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9616 convention fully; don't miss the root article of a thread; make
9617 the X-Draft-From header with correct article numbers.
9618
9619 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9620
9621 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9622 unless plugged. Disable the agent so that an open failure causes
9623 an error.
9624
9625 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9626 Reverted 2004-09-21 change. The backend must be opened while
9627 synchronizing flags even when the backend stores the flags
9628 locally.
9629
9630 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9631
9632 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9633 in `header' match. Reported by Svend Tollak Munkejord.
9634
9635 * message.el (message-cite-original): Fix use of
9636 `message-cite-articles-with-x-no-archive'.
9637
9638 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9639
9640 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9641 (gnus-window-to-buffer): Ditto.
9642
9643 * mml.el (mml-preview-buffer): New variable.
9644 (mml-preview): Manage window layout with gnus-buffer-configuration.
9645
9646 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9647 X-Draft-From header even if those articles aren't quoted.
9648
9649 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9650
9651 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9652 (gnus-request-set-mark, gnus-request-update-mark): Use new
9653 g-s-t-u-l-m to decide to use backend even when unplugged.
9654
9655 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9656
9657 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9658 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9659
9660 2004-09-20 Simon Josefsson <jas@extundo.com>
9661
9662 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9663 "utf-16-le".
9664
9665 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9666
9667 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9668
9669 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9670
9671 * uudecode.el (uudecode-use-external): Add :version.
9672
9673 * smime.el (smime-CA-file, smime-encrypt-cipher)
9674 (smime-dns-server): Add :version.
9675
9676 * smiley.el (gnus-smiley-file-types): Add :version.
9677
9678 * sha1.el (sha1-use-external): Add :version.
9679
9680 * pgg-def.el (pgg-query-keyserver): Add :version.
9681
9682 * nnmail.el (nnmail-fancy-expiry-targets)
9683 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9684 Add :version.
9685
9686 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9687 (nnimap-retrieve-groups-asynchronous): Add :version.
9688 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9689
9690 * mml.el (mml-content-disposition-parameters)
9691 (mml-insert-mime-headers-always): Add :version.
9692
9693 * mm-util.el (mm-coding-system-priorities): Add :version.
9694
9695 * mm-decode.el (mm-inline-text-html-with-images)
9696 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9697 (mm-verify-option): Add :version.
9698 (mm-text-html-renderer): Change :version.
9699
9700 * message.el (message-fcc-externalize-attachments)
9701 (message-required-headers, message-draft-headers)
9702 (message-subject-trailing-was-query)
9703 (message-subject-trailing-was-ask-regexp)
9704 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9705 (message-mark-insert-end, message-archive-header)
9706 (message-archive-note, message-cross-post-default)
9707 (message-cross-post-note, message-followup-to-note)
9708 (message-cross-post-note-function, message-use-mail-followup-to)
9709 (message-subscribed-address-functions)
9710 (message-subscribed-address-file, message-subscribed-addresses)
9711 (message-subscribed-regexps, message-allow-no-recipients)
9712 (message-yank-cited-prefix, message-signature-insert-empty-line)
9713 (message-hidden-headers, message-hierarchical-addresses)
9714 (message-mail-user-agent, message-use-idna)
9715 (message-valid-fqdn-regexp)
9716 (message-strip-special-text-properties, message-header-synonyms)
9717 (message-beginning-of-line, message-tab-body-function): Add :version.
9718 (message-insert-canlock, message-wide-reply-confirm-recipients):
9719 Change :version.
9720
9721 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9722 and :version.
9723 (mail-source-delete-old-incoming-confirm)
9724 (mail-source-movemail-program): Add :version.
9725
9726 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9727 (gnus-agent-cache, gnus-agent): Change :version.
9728
9729 * gnus-util.el (gnus-use-byte-compile): Change :version.
9730
9731 * gnus-sum.el (gnus-summary-make-false-root-always)
9732 (gnus-summary-default-high-score)
9733 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9734 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9735 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9736 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9737 (gnus-sum-thread-tree-single-indent)
9738 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9739 (gnus-sum-thread-tree-leaf-with-other)
9740 (gnus-sum-thread-tree-single-leaf): Add :version.
9741 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9742 (gnus-article-loose-mime): Change :version.
9743
9744 * gnus-start.el (gnus-backup-startup-file)
9745 (gnus-save-startup-file-via-temp-buffer): Add :version.
9746
9747 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9748 (gnus-server-offline-face): Add :version.
9749
9750 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9751
9752 * gnus-msg.el (gnus-gcc-externalize-attachments)
9753 (gnus-debug-files, gnus-debug-exclude-variables)
9754 (gnus-discouraged-post-methods): Change :version.
9755 (gnus-confirm-mail-reply-to-news)
9756 (gnus-confirm-treat-mail-like-news): Add :version.
9757
9758 * gnus-int.el (gnus-server-unopen-status): Add :version.
9759
9760 * gnus-group.el (gnus-group-jump-to-group-prompt)
9761 (gnus-large-ephemeral-newsgroup)
9762 (gnus-fetch-old-ephemeral-headers): Add :version.
9763
9764 * gnus-fun.el (gnus-x-face-directory)
9765 (gnus-convert-pbm-to-x-face-command)
9766 (gnus-convert-image-to-x-face-command)
9767 (gnus-convert-image-to-face-command): Add :version.
9768
9769 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9770
9771 * gnus-cite.el (gnus-cite-blank-line-after-header)
9772 (gnus-article-boring-faces): Add :version.
9773
9774 * gnus-art.el (gnus-buttonized-mime-types)
9775 (gnus-inhibit-mime-unbuttonizing)
9776 (gnus-treat-display-face)
9777 (gnus-treat-body-boundary): Change :version.
9778 (gnus-body-boundary-delimiter, gnus-picon-databases)
9779 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9780 (gnus-treat-date-english, gnus-treat-fold-headers)
9781 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9782 (gnus-treat-mail-picon, gnus-treat-wash-html)
9783 (gnus-article-encrypt-protocol)
9784 (gnus-use-idna, gnus-article-over-scroll)
9785 (gnus-mime-display-multipart-alternative-as-mixed)
9786 (gnus-mime-display-multipart-related-as-mixed)
9787 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9788 (gnus-ctan-url, gnus-button-ctan-handler)
9789 (gnus-button-handle-ctan-bogus-regexp)
9790 (gnus-button-ctan-directory-regexp)
9791 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9792 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9793 (gnus-button-man-level, gnus-button-emacs-level)
9794 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9795
9796 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9797 (gnus-agent-go-online): Change :version.
9798 (gnus-agent-expire-unagentized-dirs)
9799 (gnus-agent-auto-agentize-methods): Add :version.
9800
9801 * flow-fill.el (fill-flowed-display-column)
9802 (fill-flowed-encode-column): Add :version.
9803
9804 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9805 (gnus-outlook-deuglify-unwrap-max)
9806 (gnus-outlook-deuglify-cite-marks)
9807 (gnus-outlook-deuglify-unwrap-stop-chars)
9808 (gnus-outlook-deuglify-no-wrap-chars)
9809 (gnus-outlook-deuglify-attrib-cut-regexp)
9810 (gnus-outlook-deuglify-attrib-verb-regexp)
9811 (gnus-outlook-deuglify-attrib-end-regexp)
9812 (gnus-outlook-display-hook): Add :version.
9813
9814 * binhex.el (binhex-use-external): Add :version.
9815
9816 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
9817
9818 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9819 and `invisible'.
9820
9821 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9822
9823 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9824 in gnus-registry-trim.
9825
9826 2004-09-13 Simon Josefsson <jas@extundo.com>
9827
9828 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9829
9830 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9831
9832 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9833 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9834 <yamaoka@jpl.org>.
9835 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9836 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9837 <yamaoka@jpl.org>.
9838
9839 * sieve.el (sieve-manage-mode): Ditto.
9840
9841 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
9842
9843 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9844
9845 2004-09-11 Simon Josefsson <jas@extundo.com>
9846
9847 * dns-mode.el: Add.
9848
9849 * mm-view.el (mm-display-dns-inline): Add.
9850
9851 * mm-decode.el (mm-inline-media-tests): Add text/dns.
9852 (mm-automatic-display): Ditto.
9853
9854 * mailcap.el (mailcap-mime-data): Add text/dns.
9855 (mailcap-mime-extensions): Map .soa to text/dns.
9856
9857 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
9858
9859 * gnus-art.el (article-decode-mime-words, article-babel)
9860 (gnus-article-highlight-signature, gnus-article-add-buttons)
9861 (gnus-signature-toggle): Remove unnecessary bindings of
9862 `inhibit-read-only' inherited from v5.10 merge.
9863
9864 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9865
9866 * nntp.el (nntp): New customization group.
9867 (nntp-authinfo-file): Add customization group.
9868
9869 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9870
9871 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
9872
9873 * gnus.el (to-address, to-list, subscribed)
9874 (large-newsgroup-initial): Ditto.
9875
9876 * flow-fill.el (fill-flowed-display-column)
9877 (fill-flowed-encode-column): Ditto.
9878
9879 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9880
9881 * message.el (message-tokenize-header, message-send-mail-with-qmail):
9882 Use point-min rather than 1.
9883 (message-send-mail): Use buffer-size rather than point-max.
9884
9885 * gnus-sum.el (gnus-summary-search-article-forward):
9886 Signal a specific `search-failed' rather than a generic `error'.
9887
9888 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
9889 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
9890 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
9891
9892 2004-09-10 Simon Josefsson <jas@extundo.com>
9893
9894 * nndb.el (require): Remove tcp and duplicate cl.
9895
9896 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9897
9898 * gnus-agent.el (directory-files-and-attributes): Move forward.
9899
9900 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9901
9902 * gnus-agent.el (directory-files-and-attributes): Optionally
9903 defined to support XEmacs.
9904
9905 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9906
9907 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
9908 to avoid run-time CL dependencies.
9909 (gnus-agent-unfetch-articles): New function.
9910 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
9911 article numbers even when local .overview file is missing.
9912 (gnus-agent-read-article-number): New function. Only accepts
9913 27-bit article numbers.
9914 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
9915 gnus-agent-read-article-number.
9916 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
9917 from backend while recognizing that article numbers in .overview
9918 must be valid.
9919 (gnus-agent-update-files-total-fetched-for): Use
9920 directory-files-and-attributes to improve performance.
9921 * gnus-int.el (gnus-request-move-article): Use
9922 gnus-agent-unfetch-articles in place of gnus-agent-expire to
9923 improve performance.
9924
9925 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
9926 some users confused by references to .newsrc when they only have a
9927 .newsrc.eld file.
9928 (gnus-convert-mark-converter-prompt)
9929 (gnus-convert-converter-needs-prompt): Fixed use of property list.
9930 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
9931 New function. Used internally to only display 'gnus converting
9932 files' message when actually necessary.
9933
9934 * gnus-sum.el (): Removed (require 'gnus-agent) as required
9935 methods now autoloaded.
9936
9937 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9938
9939 * gnus-sum.el (gnus-summary-insert-subject): Remove list
9940 identifiers.
9941
9942 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
9943
9944 * gnus-picon.el: Fix indentation and closing parenthesis.
9945
9946 2004-09-01 Simon Josefsson <jas@extundo.com>
9947
9948 * message.el (message-canlock-generate): Require sha1, not
9949 sha1-el. (Can we get rid of this require altogether? It is ugly
9950 to require within a function. Sadly, if sha1.el isn't loaded, the
9951 let binding in m-c-g will hide the defcustom definition, which is
9952 bad.)
9953
9954 * canlock.el: Require sha1, not sha1-el.
9955
9956 * message.el: Don't autoload sha1 (there is a autoload cookie in
9957 sha1.el).
9958
9959 * sha1-el.el: Renamed to sha1.el.
9960
9961 2004-08-30 Juanma Barranquero <lektu@terra.es>
9962
9963 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
9964
9965 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9966
9967 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
9968
9969 2004-08-30 Kim F. Storm <storm@cua.dk>
9970
9971 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
9972
9973 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
9974 Add :group 'nnimap.
9975
9976 2004-08-30 Andreas Schwab <schwab@suse.de>
9977
9978 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
9979 ?* and ?\;.
9980
9981 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
9982 and ?\' to symbol instead of whitespace.
9983
9984 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
9985
9986 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
9987
9988 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
9989 instead of re-search-forward.
9990
9991 * gnus-uu.el (gnus-uu-save-article): Ditto.
9992 (gnus-uu-post-encode-uuencode): Ditto.
9993
9994 * html2text.el (html2text-clean-list-items): Ditto.
9995 (html2text-clean-dtdd): Ditto.
9996 (html2text-format-tags): Ditto.
9997
9998 * message.el (message-send-mail-with-sendmail): Fix regexp.
9999 (message-fill-field-general): Use search-forward instead of
10000 re-search-forward.
10001 (unbold-region): Ditto.
10002
10003 * nnrss.el (nnrss-request-article): Ditto.
10004
10005 * nnslashdot.el (nnslashdot-request-article): Ditto.
10006
10007 * nnweb.el (nnweb-gmane-wash-article): Ditto.
10008
10009 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10010 "Unrecognized menu descriptor" error in XEmacs.
10011
10012 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
10013
10014 * gnus-sum.el (gnus-read-header): Don't remove a header for the
10015 parent article of a sparse article in the thread hashtb.
10016
10017 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
10018
10019 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10020 (nnmail-expand-newtext): Lowercase expanded entries if
10021 nnmail-split-lowercase-expanded is non-nil.
10022
10023 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
10024
10025 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10026
10027 * gnus-group.el (gnus-group-line-format-alist): Convert the value
10028 of gnus-tmp-news-method into string under XEmacs. It will be
10029 passed to gnus-correct-length which takes only a string argument.
10030
10031 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10032
10033 * gnus-util.el (gnus-bind-print-variables): New macro.
10034 (gnus-prin1): Use it.
10035 (gnus-prin1-to-string): Use it.
10036 (gnus-pp): New function.
10037 (gnus-pp-to-string): New function.
10038
10039 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10040 Replace pp-to-string with gnus-pp-to-string.
10041 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10042 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10043 * gnus-msg.el (gnus-debug): Ditto.
10044 * gnus-score.el (gnus-score-save): Ditto.
10045 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10046 gnus-pp-to-string.
10047 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10048 with gnus-pp.
10049 * score-mode.el (gnus-score-pretty-print): Ditto.
10050 * webmail.el (webmail-debug): Ditto.
10051
10052 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10053
10054 * gnus-art.el (article-display-face, article-display-x-face):
10055 Use buffer-read-only.
10056
10057 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
10058
10059 * gnus-art.el (article-hide-list-identifiers):
10060 Bind inhibit-read-only as t.
10061
10062 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10063
10064 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10065
10066 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10067
10068 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10069 (gnus-narrow-to-page): Don't assume point-min == 1.
10070 (gnus-article-edit-mode): Derive from message-mode.
10071
10072 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10073 point-min == 1.
10074
10075 * imap.el (imap-parse-address-list, imap-parse-body-ext):
10076 Disable incorrect use of `assert'.
10077
10078 * message.el (message-mode): Set comment-start-skip.
10079
10080
10081 2004-08-22 Sam Steingold <sds@gnu.org>
10082
10083 * pop3.el (pop3-leave-mail-on-server): New user variable.
10084 (pop3-movemail): Delete mail only when it is nil.
10085
10086 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
10087
10088 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10089
10090 * mml.el (mml-preview): Use `pop-to-buffer'.
10091
10092 * message.el (message-goto-mail-followup-to): Insert after "To".
10093 (message-carefully-insert-headers): Add comment.
10094
10095 * gnus.el: Remove unused variable `gnus-article-check-size'.
10096
10097 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10098
10099 * gnus-art.el (gnus-button-alist): Improve
10100 `gnus-button-handle-library' entry.
10101
10102 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
10103
10104 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10105 downcase, since XEmacs capitalizes error messages differently.
10106
10107 2004-08-18 Jesper Harder <harder@ifa.au.dk>
10108
10109 * nntp.el: Add (require 'gnus) due to reference to
10110 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
10111
10112 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
10113
10114 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10115 `mm-fill-flowed'.
10116
10117 * mm-decode.el (mm-dissect-singlepart): Check it.
10118
10119 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
10120
10121 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10122 'imap' for netrc parsing.
10123
10124 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10125
10126 * mailcap.el (mailcap-mime-data): Mark as risky.
10127
10128 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10129
10130 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10131 may be included in the encoded word.
10132 (rfc2047-encode): Don't append a space if the encoded word
10133 includes close parenthesis.
10134
10135 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10136
10137 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10138 of text within parentheses.
10139
10140 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
10141
10142 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10143 (gnus-encrypt-write-file-contents): Make the password key the file
10144 name PLUS the cipher, not just the cipher. Also remove failed
10145 passwords from the cache.
10146
10147 2004-08-06 Simon Josefsson <jas@extundo.com>
10148
10149 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
10150 fix.
10151
10152 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10153
10154 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10155 LWSP.
10156
10157 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
10158
10159 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10160 to append in-reply-to: data to the references: header.
10161
10162 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10163 (netrc-parse): Use gnus-encrypt.el functions.
10164
10165 * gnus-encrypt.el: Add new file for encryption support; currently
10166 does only a few GPG ciphers and an internal XOR cipher.
10167
10168 * password.el: Add comments on using password-read-and-add.
10169 (password-read-and-add): Add function to read and add the
10170 password to the cache at once.
10171
10172 2004-07-28 Simon Josefsson <jas@extundo.com>
10173
10174 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10175 parameter (but don't use it, for now).
10176
10177 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10178 instead of hard coding to nil.
10179
10180 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10181
10182 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10183 as mm-inline-image-xemacs does.
10184
10185 2004-07-26 Simon Josefsson <jas@extundo.com>
10186
10187 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10188 Revert part of 2004-07-17 change below.
10189
10190 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10191
10192 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10193 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10194
10195 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10196
10197 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10198 quotes that actually start with ">" at the beginning of the
10199 lines.
10200
10201 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10202
10203 * rfc2047.el (rfc2047-encode-region): Fix last change.
10204 (rfc2047-encode-parameter): Remove useless concat.
10205
10206 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10207
10208 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10209 encode special characters; fix some kind of misconfigured headers;
10210 signal a real error if debug-on-quit or debug-on-error is non-nil.
10211 (rfc2047-encode-max-chars): New variable.
10212 (rfc2047-encode-1): Use it.
10213 (rfc2047-encode-parameter): New function.
10214
10215 * mml.el (mml-insert-parameter): Remove an excessive space.
10216
10217 2004-07-17 Simon Josefsson <jas@extundo.com>
10218
10219 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10220 Kai Grossjohann <kai@emptydomain.de>.
10221 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10222 (gnus-group-make-menu-bar): Ditto.
10223
10224 * gnus-util.el (gnus-group-server): Add.
10225
10226 2004-07-16 Jesper Harder <harder@ifa.au.dk>
10227
10228 * message.el (message-clone-locals): Clone sendmail and smtp
10229 variables.
10230
10231 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10232
10233 * rfc2047.el (rfc2047-encode-region): Fix last change.
10234
10235 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10236
10237 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10238 characters as non-special.
10239
10240 2004-07-09 Simon Josefsson <jas@extundo.com>
10241
10242 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10243 Users will lose all flag changes made while unplugged with
10244 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10245 good default. See numerous reports on ding mailing list.
10246
10247 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10248
10249 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10250 add generate-head-function and generate-article-function to the
10251 rfc822-forward entry.
10252 (nndoc-rfc822-forward-generate-article): New function.
10253 (nndoc-rfc822-forward-generate-head): New function.
10254
10255 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10256
10257 2004-07-06 Dan Christensen <jdc@uwo.ca>
10258
10259 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10260 respect display group parameter and gnus-summary-expunge-below.
10261 (gnus-articles-to-read): Remove unused reference to display group
10262 parameter.
10263
10264 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10265
10266 * nnheader.el (nnheader-uniquify-message-id): New experimental
10267 variable.
10268 (nnheader-nov-read-message-id): Use it.
10269
10270 * spam-report.el (spam-report-gmane): Add interactive.
10271
10272 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10273
10274 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10275 qp-or-base64 for the application/* types.
10276
10277 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10278
10279 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10280
10281 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10282
10283 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10284 trim value.
10285
10286 2004-01-25 Paul Jarc <prj@po.cwru.edu>
10287
10288 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10289 New macro and function.
10290 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10291
10292 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10293
10294 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10295 after-load-alist.
10296
10297 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10298
10299 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10300 update info that isn't there.
10301
10302 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10303
10304 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10305 entry.
10306
10307 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10308
10309 * mm-view.el (mm-inline-render-with-function): Use multibyte
10310 buffer; decode html source by charset.
10311
10312 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10313
10314 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10315 Mule-UCS is loaded under XEmacs.
10316 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10317
10318 2004-06-28 Jesper Harder <harder@ifa.au.dk>
10319
10320 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10321
10322 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10323
10324 * mm-util.el (mm-coding-system-p): Return a coding-system.
10325 (mm-mime-mule-charset-alist): Use shift_jis instead of
10326 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10327 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10328 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10329 instead of japanese-shift-jis and iso-latin-1 respectively in
10330 order to share the default value with both Emacs and XEmacs-mule.
10331 (mm-mule-charset-to-mime-charset): Make
10332 mm-coding-system-priorities effective.
10333 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10334 while predicating of candidates upon the priorities.
10335
10336 2004-06-27 Jesper Harder <harder@ifa.au.dk>
10337
10338 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10339 gnus-uu-invert-processable.
10340
10341 * gnus.el: Autoload gnus-uu-invert-processable.
10342
10343 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10344
10345 * mm-util.el (mm-with-multibyte-buffer): New macro.
10346
10347 * rfc2047.el (rfc2047-encode-string): Use it.
10348 (rfc2047-encode-region): Move point to the end of the region after
10349 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10350
10351 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10352
10353 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10354 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10355
10356 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10357
10358 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10359 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10360 Karl Chen <quarl@nospam.quarl.org>.
10361
10362 2004-06-23 Jesper Harder <harder@ifa.au.dk>
10363
10364 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10365 invalid addresses.
10366
10367 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10368
10369 * spam.el: Change section markers, revise TODO list.
10370 (spam-backends): Make new master list of all installed backends.
10371 (spam-summary-exit-behavior): Add new variable to determine how
10372 messages moves are done at summary exit.
10373 (spam-move-spam-nonspam-groups-only)
10374 (spam-process-ham-in-nonham-groups)
10375 (spam-process-ham-in-spam-groups): Remove variables, the
10376 spam-summary-exit-behavior variable should be used to manage this
10377 behavior.
10378 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10379 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10380 and spam-old-spam-articles.
10381 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10382 Add empty variables, placeholders for the backends they represent.
10383 (spam-set-difference): Move, unchanged.
10384 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10385 unless the user has a processor variable.
10386 (spam-classifications, spam-classification-valid-p)
10387 (spam-backend-properties, spam-backend-property-valid-p)
10388 (spam-backend-function-type-valid-p)
10389 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10390 (spam-report-articles-gmane, spam-report-articles-resend):
10391 Remove functions, they are not needed.
10392 (spam-install-backend-super, spam-backend-list)
10393 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10394 (spam-backend-function, spam-backend-ham-registration-function)
10395 (spam-backend-spam-registration-function)
10396 (spam-backend-ham-unregistration-function)
10397 (spam-backend-spam-unregistration-function)
10398 (spam-backend-statistical-p, spam-backend-mover-p)
10399 (spam-install-backend-alias, spam-install-checkonly-backend)
10400 (spam-install-mover-backend, spam-install-nocheck-backend)
10401 (spam-install-backend, spam-install-statistical-backend)
10402 (spam-install-statistical-checkonly-backend): Add backend installation
10403 support.
10404 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10405 (spam-group-processor-p): Use the new backend code and respect the
10406 summary exit behavior.
10407 (spam-mark-spam-as-expired-and-move-routine): Remove.
10408 (spam-summary-prepare): Change to use the new spam-old-articles
10409 variable.
10410 (spam-copy-or-move-routine, spam-copy-spam-routine)
10411 (spam-move-spam-routine, spam-copy-ham-routine)
10412 (spam-move-ham-routine): Add code to copy/move ham or spam.
10413 (spam-fetch-field-fast): Improve doc and code, plus allow the
10414 'number request.
10415 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10416 variables.
10417 (spam-split, spam-find-spam): Use the new backend code.
10418 (spam-registration-functions): Remove variable.
10419 (spam-unregister-routine): Add convenience wrapper.
10420 (spam-log-undo-registration, spam-register-routine)
10421 (spam-log-processing-to-registry)
10422 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10423 where possible.
10424 (spam-check-gmane-xref, spam-check-regex-headers)
10425 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10426 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10427 (spam-check-bogofilter-headers, spam-check-spamoracle)
10428 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10429 (spam-check-crm114-headers): Use the spam-split-group that
10430 spam-split prepares, no need to determine it every time.
10431
10432 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10433 to the nnheader-parse-naked-head call.
10434
10435 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10436
10437 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10438 the nnheader-nov-read-message-id call.
10439
10440 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10441
10442 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10443 gnus-activate-group twice. Suggested by Markus Peter
10444 <warp@spin.de>.
10445
10446 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10447
10448 * gnus-art.el (gnus-article-time-format): Exchange the order of
10449 day and month in the default value; fix customization type.
10450 (article-date-ut): Use add-text-properties.
10451 (article-make-date-line): Use message-make-date instead of
10452 current-time-string.
10453
10454 * message.el (message-fetch-field): Don't use set-text-properties.
10455 (message-make-date): Simplify.
10456
10457 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
10458
10459 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10460 (rfc2047-encode-region): Treat text within parentheses as special;
10461 show the original text when error has occurred.
10462
10463 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10464 already-computed method to gnus-activate-group.
10465
10466 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10467 same select-methods identical Lisp objects.
10468
10469 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10470 object when modifying the info.
10471
10472 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10473
10474 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10475 gnus-opened-servers since it has never been opened with the new
10476 configuration yet.
10477
10478 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10479
10480 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10481 arg to nnheader-generate-fake-message-id.
10482
10483 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
10484
10485 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10486 number and build a fake message ID localized to a group and
10487 article number (so it's repeatable from that point on).
10488 (nnheader-fake-message-id-p): Change regex to accommodate new fake
10489 ID format.
10490
10491 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10492 nnheader-generate-fake-message-id with the article number.
10493
10494 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
10495
10496 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10497 end-of-buffer.
10498
10499 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10500
10501 * message.el (message-ignored-supersedes-headers): Add Approved.
10502
10503 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10504
10505 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10506 goto-char.
10507 (rfc2047-encode): Fold the line before encoding.
10508
10509 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10510
10511 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10512 folding -- not all headers can be folded, and this should be done
10513 by the message composition mode. Probably. I think.
10514
10515 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10516
10517 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10518 fast.
10519
10520 * gnus-ems.el (gnus-remove-image): Don't use
10521 message-text-with-property; remove only the image found first.
10522
10523 2004-06-09 Jesper Harder <harder@ifa.au.dk>
10524
10525 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10526
10527 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10528
10529 * message.el (message-text-with-property): Make it fast and accept
10530 optional arguments.
10531 (message-strip-forbidden-properties): Use it.
10532 (message-fix-before-sending): Follow the m-t-w-p change.
10533
10534 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10535
10536 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10537
10538 * gnus-art.el (article-hide-headers): Don't change the buffer
10539 mistakenly when performing mml-preview even if
10540 gnus-single-article-buffer is nil.
10541
10542 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
10543
10544 * message.el (message-expand-name-databases): New user option.
10545 (message-expand-name): Use it.
10546
10547 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
10548
10549 * spam.el (spam-report-articles-resend)
10550 (spam-report-resend-register-routine): Allow ham reporting.
10551 (spam-report-resend-register-ham-routine): Add wrapper.
10552 (spam-registration-functions): Add ham resending functions.
10553 (spam-list-of-processors): Add ham resend processor.
10554
10555 * gnus.el (ham-resend-to): Add new group parameter.
10556 (spam-process): Add ham resend option.
10557
10558 * spam-report.el (spam-report-resend): Allow reporting ham.
10559 (spam-report-resend-ham): Add wrapper.
10560
10561 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10562
10563 * message.el (message-cite-articles-with-x-no-archive): New
10564 variable.
10565 (message-cite-original): Use it.
10566
10567 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10568
10569 * message.el (message-cite-original): Respect X-No-Archive.
10570
10571 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10572
10573 * gnus-art.el (article-hide-headers): Refer to the values for
10574 gnus-ignored-headers and gnus-visible-headers in the summary
10575 buffer since a user may have set them as group parameters.
10576
10577 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
10578
10579 * assistant.el (assistant-node-name): Add convenience function.
10580 (assistant-render-text, assistant-render-node): Add error handling,
10581 plus handle multiple next nodes.
10582 (assistant-find-next-node): Comment out for now.
10583 (assistant-find-next-nodes): Add function, returns list of next
10584 nodes.
10585
10586 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10587
10588 * mail-source.el (mail-source-directory): Fix doc-string.
10589
10590 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10591
10592 * assistant.el (assistant-render-text, assistant-eval): Add :set
10593 widget type, which is different because it takes and returns a
10594 list. Much hilarity ensues.
10595
10596 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10597
10598 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10599
10600 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10601 doc-string.
10602
10603 * gnus-start.el (gnus-activate-group): Added doc-string.
10604
10605 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10606
10607 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10608
10609 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10610
10611 * assistant.el (assistant-render-text): Try to add a :set
10612 widget, more to come.
10613
10614 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10615 strings.
10616 (spam-report-articles-resend)
10617 (spam-register-routine): Do registration iff any articles warrant
10618 it.
10619 (spam-summary-prepare-exit): Change log message for nil group
10620 destinations.
10621
10622 2004-05-27 Daniel Pittman <daniel@rimspace.net>
10623
10624 * spam.el (spam-report-resend-register-routine): Allow
10625 spam-report-resend-to to be a group parameter or a global value.
10626
10627 2004-05-26 Simon Josefsson <jas@extundo.com>
10628
10629 * starttls.el: Merge with my GNUTLS based starttls.el.
10630 (starttls-gnutls-program, starttls-use-gnutls)
10631 (starttls-extra-arguments, starttls-process-connection-type)
10632 (starttls-connect, starttls-failure, starttls-success): New
10633 variables.
10634 (starttls-program, starttls-extra-args): Doc fix.
10635 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10636 functions.
10637 (starttls-negotiate, starttls-open-stream): Check
10638 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10639 function if it is set.
10640
10641 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10642
10643 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10644 structured fields.
10645
10646 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10647
10648 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10649
10650 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10651
10652 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10653 variable.
10654 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10655 assigning the spam-mark to new messages.
10656
10657 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10658
10659 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10660
10661 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10662
10663 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10664 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10665 default.
10666
10667 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10668
10669 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10670 correct data.
10671
10672 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10673
10674 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10675 (spam-group-processor-p): Fix function.
10676 (spam-group-processor-multiple-p)
10677 (spam-group-spam-processor-report-gmane-p)
10678 (spam-group-spam-processor-report-resend-p)
10679 (spam-group-spam-processor-bogofilter-p)
10680 (spam-group-spam-processor-blacklist-p)
10681 (spam-group-spam-processor-ifile-p)
10682 (spam-group-ham-processor-ifile-p)
10683 (spam-group-spam-processor-spamoracle-p)
10684 (spam-group-spam-processor-crm114-p)
10685 (spam-group-ham-processor-bogofilter-p)
10686 (spam-group-spam-processor-stat-p)
10687 (spam-group-ham-processor-stat-p)
10688 (spam-group-ham-processor-whitelist-p)
10689 (spam-group-ham-processor-BBDB-p)
10690 (spam-group-ham-processor-spamoracle-p)
10691 (spam-group-ham-processor-copy-p): Remove functions with some
10692 prejudice against unneeded code.
10693 (spam-report-articles-resend)
10694 (spam-report-resend-register-routine): Allow the group/topic
10695 spam-resend-to value to override spam-report-resend-to.
10696 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10697 properly now.
10698
10699 * gnus.el (spam-resend-to): Add group/topic parameter.
10700 (spam-process): Move the OBSOLETE processors to the end of the
10701 choices.
10702
10703 2004-05-24 Daniel Pittman <daniel@rimspace.net>
10704
10705 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10706 with resend-to set to nil, and then ask the user if necessary.
10707 (spam-report-resend): spam-report-resend takes a list of articles, not
10708 separate article numbers.
10709
10710 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10711
10712 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10713 addition to emacs-w3m.
10714
10715 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10716
10717 * assistant.el (assistant-authinfo-data): New function.
10718 (assistant-eval): Eval for entire assistant.
10719
10720 * netrc.el (netrc-services-file): New variable.
10721 (netrc-parse-services): New function.
10722 (netrc-find-service-name): New function.
10723 (netrc-find-service-number): New function.
10724 (netrc-port-equal): New function.
10725 (netrc-machine): Use it.
10726
10727 * nnimap.el (nnimap-open-connection): Use netrc.
10728
10729 * gnus-util.el (gnus-netrc-get): Remove aliases.
10730
10731 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10732
10733 * assistant.el (wid-edit): Fix compilation.
10734
10735 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10736
10737 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10738
10739 * gnus-util.el (gnus-set-file-modes): New function. (small
10740 patch).
10741
10742 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10743
10744 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10745
10746 * assistant.el (assistant-render-node): Fix up rendering and
10747 read-only text.
10748 (assistant-render-node): Reset.
10749 (assistant-make-read-only): Not sticky.
10750
10751 2004-05-20 Danny Siu <dsiu@adobe.com>
10752
10753 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10754 centered even when gnus-auto-center-summary is t
10755
10756 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10757
10758 * dns.el (dns-get-txt-answer): New function.
10759 (dns-read-txt): Ditto.
10760 (query-dns): Use it.
10761
10762 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
10763
10764 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10765 active for foreign groups even if the group level is higher than
10766 the specified value.
10767
10768 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10769
10770 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10771 non-active groups.
10772
10773 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10774
10775 2004-05-20 Magnus Henoch <mange@freemail.hu>
10776
10777 * dns.el (dns-read-type): Add support for SVR. (small patch)
10778
10779 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10780
10781 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10782 (spam-crm114-header, spam-crm114-spam-switch)
10783 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10784 (spam-crm114-positive-spam-header)
10785 (spam-crm114-database-directory, spam-list-of-processors)
10786 (spam-group-spam-processor-crm114-p)
10787 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10788 (spam-generic-score, spam-list-of-checks)
10789 (spam-list-of-statistical-checks, spam-registration-functions)
10790 (spam-check-crm114-headers, spam-crm114-score)
10791 (spam-check-crm114, spam-crm114-register-with-crm114)
10792 (spam-crm114-register-spam-routine)
10793 (spam-crm114-unregister-spam-routine)
10794 (spam-crm114-register-ham-routine)
10795 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
10796 asjo@koldfront.dk (Adam Sjøgren).
10797
10798 * gnus.el: Add spam-use-crm114.
10799
10800 * spam.el (spam-list-of-processors, spam-registration-functions):
10801 Add spam-use-resend.
10802 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10803 (spam-report-articles-gmane): Add doc fix.
10804 (spam-report-articles-resend, spam-report-resend-register-routine):
10805 Add wrappers around spam-report-resend-to.
10806
10807 * spam-report.el (spam-report-resend-to, spam-report-resend):
10808 Add support for resending spam.
10809 (spam-report-gmane): Fix line length >80.
10810
10811 * gnus.el (spam-process): Add spam-use-resend.
10812
10813 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10814
10815 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10816 number of processed spam messages.
10817 (spam-ham-copy-or-move-routine): Return the number of processed
10818 ham messages.
10819 (spam-summary-prepare-exit): Use the above values to decide
10820 whether status messages shouled be displayed.
10821
10822 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
10823
10824 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10825 `rfc2047-encoding-function-alist' in order to avoid conflicting
10826 with the old version.
10827 (rfc2047-encode-region): Concatenate words containing non-ASCII
10828 characters in structured fields; don't encode space-delimited
10829 ASCII words even in unstructured fields; don't break words at
10830 char-category boundaries.
10831 (rfc2047-encode-1): New function.
10832 (rfc2047-encode): Use it; encode text so that it occupies the
10833 maximum width within 76-column; work correctly on Q encoding for
10834 iso-2022-* charsets.
10835 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10836 sure not to break a line just after the header name.
10837 (rfc2047-b-encode-region): Removed.
10838 (rfc2047-b-encode-string): New function.
10839 (rfc2047-q-encode-region): Removed.
10840 (rfc2047-q-encode-string): New function.
10841
10842 * mm-util.el (mm-replace-in-string): New function.
10843
10844 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10845
10846 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10847 get it right.
10848 (gnus-inews-make-draft): Really.
10849
10850 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
10851
10852 * nnmh.el (nnmh-request-list-1): Don't check the link count
10853 before descending. (small patch)
10854
10855 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10856
10857 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10858 stuff.
10859
10860 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10861 on real group name.
10862
10863 * gnus-art.el (gnus-signature-limit): Doc fix.
10864
10865 * gnus-msg.el (gnus-inews-make-draft): Quote list.
10866
10867 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10868
10869 * gnus-draft.el (gnus-draft-send): Bind
10870 rfc2047-encode-encoded-words.
10871
10872 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
10873 (rfc2047-encodable-p): Say that =? needs encoding.
10874 (rfc2047-encode-encoded-words): New variable.
10875
10876 * gnus-group.el (gnus-group-select-group): Doc fix.
10877
10878 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
10879
10880 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
10881 to nil.
10882
10883 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
10884
10885 * nnheader.el (nnheader-get-lines-and-char): New function.
10886
10887 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
10888
10889 * gnus-msg.el (gnus-summary-followup-with-original): Document
10890 yanking of region when active.
10891
10892 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
10893
10894 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
10895 groups if the group level is higher than the specified value.
10896
10897 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10898
10899 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
10900 (gnus-group-jump-to-group): Added prefix argument using
10901 `gnus-group-jump-to-group-prompt'. Query before jumping to
10902 non-active group.
10903
10904 * compface.el (uncompface): Be verbose when changing
10905 `uncompface-use-external'.
10906
10907 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
10908 handle manual section.
10909
10910 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10911
10912 * gnus-art.el (gnus-button-alist): Revert previous change.
10913
10914 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10915
10916 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
10917
10918 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10919
10920 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
10921 whether backend can accept message.
10922
10923 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
10924
10925 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
10926
10927 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
10928 Avoid creating directory when nntp-marks-is-evil is true.
10929 Reported by Reiner Steib.
10930
10931 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10932
10933 * gnus-picon.el (gnus-picon-style): New variable.
10934 (gnus-picon-insert-glyph): Added optional `nostring' argument.
10935 (gnus-picon-transform-address): Support `gnus-picon-style'. From
10936 Jesper Harder <harder@ifa.au.dk>.
10937
10938 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10939
10940 * message.el (message-fill-field): Return point.
10941 (message-generate-headers): Go to end of field.
10942
10943 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
10944 stuff for non-living groups.
10945
10946 2004-05-18 Jesper Harder <harder@ifa.au.dk>
10947
10948 * gnus-art.el (gnus-article-followup-with-original)
10949 (gnus-article-reply-with-original): gnus-mark-active-p ->
10950 gnus-region-active-p.
10951
10952 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
10953
10954 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
10955 only when there is spam or ham to be processed.
10956
10957 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10958
10959 * mail-source.el (mail-source-delete-crash-box): Refactor.
10960 (mail-source-fetch): Use it.
10961 (mail-source-fetch-file): Ditto.
10962 (mail-source-fetch-directory): Run postscript in loop.
10963 (mail-source-fetch-pop): Delete.
10964 (mail-source-fetch-maildir): Ditto.
10965 (mail-source-fetch-imap): Ditto.
10966
10967 * imap.el (imap-authenticators): Comment out sasl.
10968
10969 * message.el (message-skip-to-next-address): New function.
10970 (message-fill-header-address): Refactor.
10971 (message-fill-address): Use it.
10972 (message-delete-address): Use it.
10973 (message-fill-header-general): Refactor.
10974 (message-fill-field-address): Rename.
10975 (message-narrow-to-field): Find the start of the header.
10976 (message-header-format-alist): Don't pre-fill.
10977 (message-fill-header): Removed.
10978 (message-insert-header): New function.
10979 (message-shorten-references): Use it.
10980
10981 * rfc2047.el (rfc2047-field-value): Strip props.
10982
10983 * mail-parse.el (mail-header-make-address): New alias.
10984
10985 * ietf-drums.el (ietf-drums-make-address): New function.
10986
10987 * imap.el: Add compiler directives.
10988
10989 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
10990
10991 * gnus-art.el (article-decode-idna-rhs): Don't use
10992 message-idna-inside-rhs-p.
10993
10994 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10995
10996 * message.el (message-idna-inside-rhs-p): Removed.
10997 (message-idna-to-ascii-rhs-1): Use proper address parsing.
10998
10999 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11000 false positives.
11001
11002 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11003
11004 * imap.el (imap-sasl-make-mechanisms): Use sasl.
11005
11006 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11007
11008 * nneething.el (nneething-file-name): Don't create spurious
11009 files.
11010
11011 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11012 (gnus-inews-do-gcc): Remove sleep.
11013
11014 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11015 part under point.
11016
11017 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11018 (gnus-agent-regenerate-group): Using nil messages aren't valid.
11019
11020 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
11021
11022 * spam.el (spam-summary-prepare-exit): Fixed (length).
11023
11024 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11025
11026 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11027 as expired without moving it" message when there are spam
11028 messages left.
11029
11030 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
11031
11032 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11033 header is not nil.
11034
11035 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
11036
11037 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11038 nntp-possibly-create-directory, not nntp-possibly-change-group.
11039 (nntp-marks-changed-p): New arg SERVER.
11040 (nntp-request-update-info): Adjust caller.
11041
11042 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
11043
11044 * nntp.el (nntp-save-marks): Pass missing arg.
11045
11046 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
11047
11048 * nntp.el: Support marks.
11049 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11050 (nntp-marks-modtime, nntp-marks-directory): New variables.
11051 (nntp-request-set-mark, nntp-request-update-info)
11052 (nntp-possibly-create-directory, nntp-marks-changed-p)
11053 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11054 functions.
11055
11056 2004-05-12 Jesper Harder <harder@ifa.au.dk>
11057
11058 * gnus-score.el (gnus-score-insert-help): Use
11059 gnus-select-lowest-window.
11060
11061 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11062 appt-select-lowest-window and rename to gnus-select-lowest-window.
11063
11064 * gnus.el: do.
11065
11066 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11067
11068 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11069 encodings of MIME-encoded words, in order to improve
11070 interoperability with several broken MUAs.
11071
11072 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11073
11074 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11075 tags, only when charsets are not specified in headers.
11076 (mm-inline-text-html-render-with-w3m): Ditto.
11077
11078 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11079
11080 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11081 instead of MIME-decoded from fields when checking
11082 `gnus-article-address-banner-alist'.
11083
11084 2004-05-03 Jesper Harder <harder@ifa.au.dk>
11085
11086 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11087 description rather than subject.
11088
11089 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11090
11091 * gnus.el (gnus-version-number): Bump.
11092
11093 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11094
11095 * gnus.el: No Gnus v0.2 is released.
11096
11097 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11098
11099 * gnus-agent.el (gnus-agent-read-agentview): Inline
11100 gnus-uncompress-range.
11101
11102 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11103
11104 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11105 `exec-installed-p'.
11106
11107 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11108
11109 * gnus.el (spam-process, spam-autodetect-methods): Add
11110 bsfilter and bsfilter-headers.
11111
11112 * spam.el (spam-bsfilter): New customize group.
11113 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11114 (spam-bsfilter-header, spam-bsfilter-probability-header)
11115 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11116 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11117 (spam-bsfilter-database-directory): New options.
11118 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11119 (spam-list-of-statistical-checks, spam-registration-functions):
11120 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11121 (spam-bsfilter-score): New command.
11122 (spam-check-bsfilter-headers, spam-check-bsfilter)
11123 (spam-bsfilter-register-with-bsfilter)
11124 (spam-bsfilter-register-spam-routine)
11125 (spam-bsfilter-unregister-spam-routine)
11126 (spam-bsfilter-register-ham-routine)
11127 (spam-bsfilter-unregister-ham-routine): New functions.
11128 (spam-generic-score): Support bsfilter; Accept an optional argument
11129 to recalcurate spam score even if scoring header has already been
11130 added.
11131 (spam-bogofilter-score, spam-spamassassin-score): Accept an
11132 optional argument to recalcurate spam score even if scoring header
11133 has already been added.
11134
11135 2004-04-29 Jesper Harder <harder@ifa.au.dk>
11136
11137 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11138 strings! Reported by David D. Smith <davidsmith@acm.org>.
11139 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11140 link is missing.
11141
11142 2004-04-28 Jesper Harder <harder@ifa.au.dk>
11143
11144 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11145 (html2text-get-attr): Rewrite.
11146
11147 * message.el (message-setup-1): Remove redundant put-text-property
11148 on mail-header-separator.
11149
11150 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
11151
11152 * gnus-registry.el (gnus-registry-cache-whitespace)
11153 (gnus-registry-action, gnus-registry-spool-action)
11154 (gnus-registry-split-fancy-with-parent): Change message levels
11155 from 5 to 3 or 7, as needed.
11156
11157 * spam.el (spam-summary-prepare-exit)
11158 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11159 (spam-split, spam-find-spam, spam-log-undo-registration)
11160 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11161 level from 5 to 6.
11162
11163 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11164
11165 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11166 2004-03-04 change).
11167
11168 2004-04-25 Jesper Harder <harder@ifa.au.dk>
11169
11170 * sieve-manage.el (sieve-manage-open):
11171 * nnweb.el (nnweb-insert-html):
11172 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11173 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11174 * nnspool.el (nnspool-request-group):
11175 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11176 * nnml.el (nnml-request-update-info):
11177 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11178 (nnmh-request-create-group, nnmh-update-gnus-unreads):
11179 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11180 (nnimap-request-set-mark):
11181 * nnfolder.el (nnfolder-request-update-info):
11182 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11183 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11184 * gnus-uu.el (gnus-uu-find-articles-matching):
11185 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11186 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11187 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11188 * gnus-nocem.el (gnus-nocem-scan-groups):
11189 * gnus-int.el (gnus-start-news-server):
11190 * gnus-group.el (gnus-group-make-kiboze-group)
11191 (gnus-group-browse-foreign-server):
11192 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11193 Use mapc when appropriate.
11194
11195 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
11196
11197 FIXME: Make separate entries for each person.
11198
11199 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11200 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11201 <shields@msrl.com>:
11202
11203 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11204 may need for spam sorting and scoring.
11205 (spam-user-format-function-S): Add user format function suitable for
11206 general use.
11207 (spam-article-sort-by-spam-status): Add sorting function for summary
11208 sorting.
11209 (spam-extra-header-to-number): Add function to get a score from a
11210 header.
11211 (spam-summary-score): Add function to get a numeric score from the
11212 headers.
11213 (spam-generic-score): Fix function doc, was in wrong place.
11214 (spam-initialize): Take symbols when it's run, and install the
11215 extra headers that spam-necessary-extra-headers thinks we need.
11216
11217 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
11218
11219 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11220 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
11221
11222 2004-04-17 Jesper Harder <harder@ifa.au.dk>
11223
11224 * gnus-sum.el (gnus-set-global-variables)
11225 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11226 (gnus-article-get-xrefs, gnus-summary-best-group)
11227 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11228 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11229 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11230 Use with-current-buffer.
11231
11232 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
11233
11234 * spam.el (spam-summary-prepare-exit): Simplify logic.
11235 (spam-fetch-article-header): Read the article header if it's not
11236 available.
11237 (spam-list-articles): Simplify logic.
11238 (spam-filelist-register-routine): Fix bug with unregister-list.
11239
11240 * gnus-registry.el: Fix comments at beginning.
11241
11242 2004-04-16 Jesper Harder <harder@ifa.au.dk>
11243
11244 * message.el (message-cater-to-broken-inn): Remove.
11245 (message-shorten-references): Make sure the total folded length of
11246 References is shorter than 998 characters to cater to a bug in INN
11247 2.3. Also, don't pretend that references aren't folded -- this
11248 hasn't worked for a while.
11249
11250 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11251
11252 * gnus-agent.el (gnus-agentize):
11253 gnus-agent-send-mail-real-function no longer set to current value
11254 of message-send-mail-function but rather a lambda that calls
11255 message-send-mail-function. The change makes the agent real-time
11256 responsive to user changes to message-send-mail-function.
11257
11258 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11259
11260 * legacy-gnus-agent.el
11261 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11262 help from Florian Weimer <fw@deneb.enyo.de>
11263
11264 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
11265
11266 * nnmail.el (nnmail-cache-insert): Revert last change.
11267
11268 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
11269
11270 * nnmail.el (nnmail-cache-insert): Always check whether
11271 nnmail-cache-ignore-groups matches a group name.
11272
11273 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
11274
11275 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11276 (spam-find-spam, spam-log-processing-to-registry)
11277 (spam-log-registered-p, spam-log-unregistration-needed-p)
11278 (spam-log-undo-registration): Use gnus-message instead of
11279 gnus-error, none of these errors are fatal.
11280
11281 * gnus-registry.el (gnus-registry-clean-empty-function)
11282 (gnus-registry-clean-empty): Remove only empty entries without
11283 extra data.
11284
11285 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
11286
11287 * spam-stat.el (spam-stat-buffer-change-to-spam)
11288 (spam-stat-buffer-change-to-non-spam): Change (error) to
11289 (gnus-message 8) invocation.
11290
11291 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11292
11293 * nntp.el (nntp-via-netcat-command): New variable.
11294 (nntp-via-netcat-switches): New variable.
11295 (nntp-open-via-rlogin-and-netcat): New function.
11296 (nntp-open-connection-function): Doc fix.
11297 (nntp-telnet-command): Doc fix.
11298 (nntp-end-of-line): Doc fix.
11299 (nntp-via-rlogin-command): Doc fix.
11300 (nntp-via-user-name): Doc fix.
11301 (nntp-via-address): Doc fix.
11302
11303 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11304
11305 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11306 error in Emacs 21.1.
11307
11308 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
11309
11310 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11311
11312 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11313 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11314 (gnus-agent-with-refreshed-group): New macro.
11315 (gnus-agent-rename-group): New function.
11316 (gnus-agent-delete-group): New function.
11317 (gnus-agent-save-group-info): Use gnus-command-method when
11318 `method' parameter is nil. Don't write nil entries into the
11319 active file.
11320 (gnus-agent-get-group-info): New function.
11321 (gnus-agent-fetch-articles): Use
11322 gnus-agent-update-files-total-fetched-for to increment disk space
11323 used.
11324 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11325 gnus-agent-update-view-total-fetched-for to increment disk space
11326 used.
11327 (gnus-agent-get-local): Added optional parameters to avoid calling
11328 gnus-group-real-name and gnus-find-method-for-group.
11329 (gnus-agent-set-local): Delete stored entry if either min, or max,
11330 are nil.
11331 (gnus-agent-fetch-session): Reworded error/quit messages. On
11332 quit, use gnus-agent-regenerate-group to record existance of any
11333 articles fetched to disk before the quit occurred.
11334 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11335 gnus-agent-update-view-total-fetched-for, and
11336 gnus-agent-update-files-total-fetched-for to decrement disk space
11337 used.
11338 (gnus-agent-retrieve-headers): Use
11339 gnus-agent-update-view-total-fetched-for to increment disk space
11340 used.
11341 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11342 with gnus-agent-update-files-total-fetched-for to decrement disk
11343 space and fresh group buffer.
11344 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11345 (gnus-agent-need-update-total-fetched-for): New variable.
11346 (gnus-agent-update-files-total-fetched-for): New function.
11347 (gnus-agent-update-view-total-fetched-for): New function.
11348 (gnus-agent-total-fetched-for): New function.
11349
11350 * gnus-cache.el (gnus-cache-save-buffers): Use
11351 gnus-cache-update-overview-total-fetched-for to change disk space
11352 used by this group.
11353 (gnus-cache-possibly-enter-article): Use
11354 gnus-cache-update-file-total-fetched-for to increment disk space
11355 used by this group.
11356 (gnus-cache-possibly-remove-article): Use
11357 gnus-cache-update-file-total-fetched-for to decrement disk space
11358 used by this group.
11359 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11360 (gnus-cache-rename-group): New function.
11361 (gnus-cache-delete-group): New function.
11362 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11363 (gnus-cache-need-update-total-fetched-for): New variable.
11364 (gnus-cache-with-refreshed-group): New macro.
11365 (gnus-cache-update-file-total-fetched-for): New function.
11366 (gnus-cache-update-overview-total-fetched-for): New function.
11367 (gnus-cache-rename-group-total-fetched-for): New function.
11368 (gnus-cache-delete-group-total-fetched-for): New function.
11369 (gnus-cache-total-fetched-for): New function.
11370
11371 * gnus-group.el: Require gnus-sum and autoload functions to
11372 resolve warnings when gnus-group.el compiled alone.
11373 (gnus-group-line-format): Documented new %F
11374 (size of Fetched data) group line format; identifies disk space
11375 used by agent and cache.
11376 (gnus-group-line-format-alist): Defined new F format.
11377 (gnus-total-fetched-for): New function.
11378 (gnus-group-delete-group): No longer update
11379 gnus-cache-active-altered as gnus-request-delete-group now keeps
11380 the cache in sync.
11381 (gnus-group-list-active): Let the agent store a server's active
11382 list if currently plugged.
11383
11384 * gnus-int.el (gnus-request-delete-group):
11385 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11386 local disk in sync with the server.
11387 (gnus-request-rename-group):
11388 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11389 local disk in sync with the server.
11390
11391 * gnus-start.el (gnus-get-unread-articles):
11392 Cosmetic simplification to logic.
11393
11394 * gnus-util.el (gnus-rename-file): New function.
11395
11396 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
11397
11398 * mm-util.el (mm-image-load-path): Handle nil in load-path.
11399
11400 2004-04-07 Jesper Harder <harder@ifa.au.dk>
11401
11402 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11403 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
11404
11405 2004-04-06 Jesper Harder <harder@ifa.au.dk>
11406
11407 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11408 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
11409
11410 2004-04-03 Jesper Harder <harder@ifa.au.dk>
11411
11412 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11413
11414 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
11415
11416 * spam.el (spam-set-difference): Add function to replace
11417 gnus-set-difference in spam.el.
11418 (spam-summary-prepare-exit): Use spam-set-difference.
11419
11420 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11421
11422 * gnus-registry.el (gnus-registry-cache-file): Update to use
11423 gnus-dribble-directory OR gnus-home-directory OR ~.
11424 (gnus-registry-split-fancy-with-parent): Fix doc.
11425
11426 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
11427
11428 * message.el (message-exchange-point-and-mark): Use
11429 message-mark-active-p. Suggested by Jesper Harder
11430 <harder@ifa.au.dk>.
11431
11432 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
11433
11434 * message.el (message-exchange-point-and-mark): Don't activate
11435 region if it was inactive. Suggested by Hiroshi Fujishima
11436 <pooh@nature.tsukuba.ac.jp>.
11437
11438 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
11439
11440 * gnus-art.el (article-display-face): Display Faces in the same
11441 order as X-Faces.
11442
11443 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
11444
11445 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11446
11447 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11448
11449 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11450 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11451 (gnus-article-mime-hierarchy): Remove.
11452 (gnus-article-mime-hierarchy-next): Remove.
11453 (gnus-article-mode): Revert 2004-03-19 change.
11454 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11455 (gnus-insert-mime-button): Revert 2004-03-19 change.
11456 (gnus-mime-accumulate-hierarchy): Remove.
11457 (gnus-mime-enter-multipart): Remove.
11458 (gnus-mime-leave-multipart): Remove.
11459 (gnus-mime-display-part): Revert 2004-03-19 change.
11460 (gnus-mime-display-alternative): Revert 2004-03-19 change.
11461
11462 * mml.el (mml-preview): Revert 2004-03-19 change.
11463
11464 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
11465
11466 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11467
11468 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11469
11470 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11471 t while entering a file name using the mm-with-multibyte macro.
11472 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11473
11474 * mm-util.el (mm-with-multibyte): New macro.
11475
11476 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
11477
11478 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11479 user option.
11480 (gnus-mime-multipart-functions): Doc and customization fix.
11481 (gnus-article-mime-hierarchy): New variable.
11482 (gnus-article-mime-hierarchy-next): New variable.
11483 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11484 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11485 gnus-article-mime-hierarchy-next to nil.
11486 (gnus-insert-mime-button): Show hierarchy numbers.
11487 (gnus-mime-accumulate-hierarchy): New function.
11488 (gnus-mime-enter-multipart): New function.
11489 (gnus-mime-leave-multipart): New function.
11490 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11491 (gnus-mime-display-alternative): Show hierarchy numbers.
11492
11493 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11494 gnus-article-mime-hierarchy-next to nil.
11495
11496 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
11497
11498 * dns.el: Don't require gnus-xmas.
11499
11500 2004-03-17 Jesper Harder <harder@ifa.au.dk>
11501
11502 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11503 inline PGP.
11504 (mml-menu): Disable mml-quote-region if mark is inactive.
11505
11506 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11507
11508 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11509 when the group's active is not available.
11510
11511 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11512
11513 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11514 error.
11515
11516 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
11517
11518 * imap.el (imap-store-password): New variable.
11519 (imap-interactive-login): Use it.
11520 Suggested by Mark Plaksin <happy@mcplaksin.org>.
11521
11522 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11523
11524 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11525 window-start and hscroll to summary window.
11526
11527 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
11528
11529 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11530 conversion message to newsrc-dribble when an actual conversion is
11531 performed.
11532
11533 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
11534
11535 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11536
11537 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11538
11539 * mm-decode.el (mm-complicated-handles): New function reviving
11540 former definition of mm-multiple-handles.
11541
11542 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11543 (gnus-mime-delete-part): Use it.
11544
11545 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
11546
11547 * gnus-agent.el (gnus-agent-read-local): Bind
11548 nnheader-file-coding-system to gnus-agent-file-coding-system to
11549 avoid the implicit assumption that they will always be equal.
11550 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11551 coding-system-for-write, as the with-temp-file macro first prints
11552 to a buffer then saves the buffer.
11553
11554 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
11555
11556 * gnus-art.el (gnus-article-edit-part): New function.
11557 (gnus-mime-save-part-and-strip): Use it; do query instead of
11558 signaling an error; don't use mm-multiple-handles.
11559 (gnus-mime-delete-part): Ditto.
11560
11561 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
11562
11563 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11564 old file versions.
11565 (gnus-group-prepare-hook): Removed function that converted list
11566 form of gnus-agent-expire-days to group properties.
11567
11568 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11569 (gnus-request-accept-article): Re-indented.
11570
11571 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11572 converters to handle old agent file formats. Added logic for a
11573 "backup before upgrading warning".
11574 (gnus-convert-mark-converter-prompt): Developers can mark
11575 functions as needing (default), or not needing,
11576 gnus-convert-old-newsrc's "backup before upgrading warning".
11577 (gnus-convert-converter-needs-prompt): Tests whether the user
11578 should be protected from potentially irreversable changes by the
11579 function.
11580
11581 * legacy-gnus-agent.el: New. Provides converters that are only
11582 loaded when gnus-convert-old-newsrc needs to call them.
11583
11584 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11585
11586 * mail-source.el (mail-source-touch-pop): Doc fix.
11587
11588 * message.el (message-smtpmail-send-it): Doc fix.
11589
11590 2004-03-05 Jesper Harder <harder@ifa.au.dk>
11591
11592 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11593
11594 * nnmail.el (nnmail-split-fancy): do.
11595
11596 * gnus-kill.el (gnus-kill, gnus-execute): do.
11597
11598 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11599
11600 * gnus-sum.el (gnus-widget-reversible-match)
11601 (gnus-widget-reversible-to-internal)
11602 (gnus-widget-reversible-to-external): New functions.
11603 (gnus-widget-reversible): New widget.
11604 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11605
11606 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
11607
11608 * gnus-sum.el (gnus-thread-sort-functions)
11609 (gnus-article-sort-functions): Document `(not F)' items.
11610
11611 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11612
11613 * spam.el (spam-use-gmane-xref): Add new backend.
11614 (spam-gmane-xref-spam-group): Add variable to control the name of the
11615 Gmane spam group.
11616 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11617 (spam-regex-headers-spam, spam-regex-headers-ham)
11618 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11619 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11620 backends and checks.
11621 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11622
11623 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11624 an autodetect method.
11625
11626 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11627
11628 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11629 articles are being added to a group.
11630 (gnus-request-replace-article): Inform the agent that articles
11631 need to be uncached as the cached contents are no longer valid.
11632
11633 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11634
11635 * binhex.el: Don't autoload executable-find.
11636
11637 * canlock.el: Don't autoload mail-fetch-field.
11638
11639 * gnus-ems.el: Don't autoload appt-select-lowest-window.
11640
11641 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11642 rmail-dont-reply-to and rmail-output.
11643
11644 * gnus-score.el: Don't autoload ffap-string-at-point.
11645
11646 * gnus-setup.el: Don't autoload sc-cite-original.
11647
11648 * imap.el: Don't autoload base64-decode-string,
11649 base64-encode-string and md5.
11650
11651 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11652 and rmail-msg-restore-non-pruned-header.
11653
11654 * mm-decode.el: Don't autoload executable-find.
11655
11656 * mm-url.el: Don't autoload executable-find.
11657
11658 * mm-view.el: Don't autoload diff-mode.
11659
11660 * nndb.el: Don't autoload news-reply-mode, news-setup,
11661 cancel-timer and telnet.
11662
11663 * password.el: Don't autoload run-at-time for Emacs.
11664
11665 * sha1-el.el: Don't autoload executable-find.
11666
11667 * sieve-mode.el: Don't autoload c-mode.
11668
11669 * uudecode.el: Don't autoload executable-find.
11670
11671 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11672
11673 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11674 (gnus-agent-possibly-alter-active): Avoid null in numeric
11675 comparison.
11676 (gnus-agent-set-local): Refuse to save null in local object table.
11677 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11678 list of articles that will be marked as unread.
11679
11680 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11681
11682 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11683
11684 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11685
11686 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11687 language tags.
11688
11689 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
11690
11691 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11692 Don't bind "obarray".
11693
11694 * gnus-sum.el (gnus-thread-sort-functions): Added
11695 `gnus-thread-sort-by-most-recent-number' and
11696 `gnus-thread-sort-by-most-recent-date'.
11697 Reported by Kai Grossjohann <kai@emptydomain.de>.
11698
11699 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11700
11701 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11702
11703 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
11704
11705 * gnus-cus.el (gnus-agent-customize-category): Removed
11706 ignore-errors macro reference that required cl to be loaded at
11707 run-time.
11708
11709 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11710 single-interval range of the form (min . max). Previously the
11711 range had to look like ((min . max)). Likewise, return
11712 (min . max) rather than ((min . max)).
11713 (gnus-range-map): Use gnus-range-normalize to accept
11714 single-interval range.
11715
11716 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11717 the cache, but not the agent, now appear with their usual face.
11718
11719 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
11720
11721 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11722 w3m-safe-url-regexp variable buffer-local.
11723
11724 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11725
11726 2004-02-27 Simon Josefsson <jas@extundo.com>
11727
11728 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11729 gnus-group-real-prefix.
11730 (gnus-summary-move-article): Use it, instead of
11731 gnus-group-real-prefix.
11732
11733 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11734
11735 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11736 w3m-safe-url-regexp variable buffer-local and set it as the value
11737 of mm-w3m-safe-url-regexp.
11738
11739 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11740
11741 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11742 parsing gnus-posting-styles when the message is not for replying.
11743
11744 * nnrss.el (nnrss-opml-export): Use
11745 mm-set-buffer-file-coding-system instead of
11746 set-buffer-file-coding-system.
11747
11748 2004-02-27 Jesper Harder <harder@ifa.au.dk>
11749
11750 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11751 of checkdoc.el).
11752 * nnrss.el: do.
11753 * gnus-mlspl.el: do.
11754 * gnus-ml.el: do.
11755 * gnus-srvr.el: do.
11756
11757 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11758
11759 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
11760
11761 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11762 Corrections to custom-manual links.
11763
11764 * gnus-art.el (gnus-article): Ditto.
11765
11766 * mm-decode.el (mime-display, mime-security): Ditto.
11767
11768 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11769
11770 * flow-fill.el: Typo.
11771
11772 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
11773
11774 * spam-wash.el: New file.
11775
11776 2004-02-26 Mark A. Hershberger <mah@everybody.org>
11777
11778 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11779
11780 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11781
11782 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11783 to be run with new-articles as LIST1, not LIST2.
11784 (spam-registration-functions): Add spam-use-ham-copy as a nil
11785 registration backend.
11786
11787 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11788
11789 * spam-stat.el (spam-stat-washing-hook): New option.
11790 (spam-stat-buffer-words): Use it.
11791 (spam-stat-process-directory, spam-stat-test-directory): Use
11792 insert-file-contents-literally.
11793 (spam-stat-coding-system): New variable.
11794 (spam-stat-load, spam-stat-save): Use it.
11795
11796 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11797
11798 * spam-report.el (spam-report-plug-agent): Quote
11799 spam-report-url-to-file and spam-report-url-ping-plain.
11800
11801 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
11802
11803 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11804 / in mailto URLs.
11805
11806 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11807
11808 * spam-report.el (spam-report-process-queue): Fix interactive use.
11809 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11810 (spam-report-unplug-agent): Doc fixes.
11811 (spam-report-url-ping-mm-url, spam-report-url-to-file)
11812 (spam-report-agentize, spam-report-deagentize): Autoload
11813
11814 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
11815
11816 * message.el (message-setup-fill-variables): Add mml tags to
11817 paragraph-start and paragraph-separate. Suggested by Andrew Korty
11818 <ajk@iu.edu>.
11819 (message-mode): Don't modify paragraph-separate there.
11820
11821 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11822
11823 * compface.el (uncompface-use-external): Default to undecided.
11824 (uncompface-use-external-threshold): New variable.
11825 (uncompface-float-time): New macro.
11826 (uncompface): Determine whether to use the external decoder if
11827 uncompface-use-external is undecided.
11828
11829 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11830
11831 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11832 after images.
11833
11834 * gnus-art.el (gnus-mime-display-single): Remove dead code.
11835
11836 2004-02-14 Jesper Harder <harder@ifa.au.dk>
11837
11838 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11839
11840 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
11841
11842 * gnus-sum.el (gnus-summary-limit-to-age)
11843 (gnus-summary-limit-children): do.
11844
11845 * gnus-int.el (gnus-request-scan): do.
11846
11847 * gnus-group.el (gnus-group-suspend): do.
11848
11849 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
11850
11851 * gnus-cite.el (gnus-cite-parse-attributions): do.
11852
11853 * gnus-agent.el (gnus-summary-set-agent-mark)
11854 (gnus-agent-regenerate-group): do.
11855
11856 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
11857
11858 * binhex.el (binhex-decode-region-internal): do.
11859
11860 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
11861
11862 * gnus-fun.el (gnus-face-properties-alist): New user option.
11863 (gnus-display-x-face-in-from): Use it.
11864
11865 * gnus-art.el (article-display-face): Ditto.
11866
11867 * compface.el (uncompface-use-external): Default to nil.
11868
11869 2004-02-12 Jesper Harder <harder@ifa.au.dk>
11870
11871 * nntp.el (nntp-erase-buffer): New function.
11872 (nntp-retrieve-data, nntp-send-command)
11873 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
11874 (nntp-possibly-change-group): Use it.
11875
11876 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
11877 with-current-buffer.
11878
11879 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
11880
11881 * compface.el: Merge the ELisp-based uncompface program.
11882 (compface): New customization group.
11883 (uncompface-use-external): New user option.
11884 (uncompface): Call uncompface-internal if uncompface-use-external
11885 is nil.
11886 (uncompface-internal): New function. Note that there are also
11887 some other functions and variables added for this function.
11888
11889 2004-02-10 Jesper Harder <harder@ifa.au.dk>
11890
11891 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
11892 if necessary.
11893
11894 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
11895
11896 * spam-report.el (spam-report-unplug-agent)
11897 (spam-report-plug-agent, spam-report-deagentize)
11898 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
11899 Add support for the Agent in spam-report: when unplugged, report to a
11900 file; when plugged, submit all the requests.
11901
11902 * spam.el (spam-register-routine): Fix message about
11903 registration.
11904
11905 2004-02-09 Jesper Harder <harder@ifa.au.dk>
11906
11907 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
11908 dependencies.
11909 (rfc2047-encode): Use it.
11910
11911 * gnus-art.el (gnus-button-marker-list): Move before first
11912 reference.
11913
11914 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11915 (imap-parse-body): Fix format string mismatch.
11916
11917 * gnus-score.el (gnus-summary-increase-score): do.
11918
11919 * nnrss.el (nnrss-close): New function.
11920
11921 2004-02-08 Jesper Harder <harder@ifa.au.dk>
11922
11923 * nnrss.el (nnrss-make-filename): New function.
11924 (nnrss-request-delete-group, nnrss-read-server-data)
11925 (nnrss-save-server-data, nnrss-read-group-data)
11926 (nnrss-save-group-data): Use it.
11927 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
11928 (nnrss-read-server-data, nnrss-read-group-data): Use load.
11929 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
11930
11931 2004-02-07 Jesper Harder <harder@ifa.au.dk>
11932
11933 * mml.el (mml-compute-boundary-1): Don't uncompress files.
11934
11935 2004-02-06 Jesper Harder <harder@ifa.au.dk>
11936
11937 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11938 files.
11939
11940 * message.el (message-generate-headers-first): Don't quote nil
11941 and t in docstrings.
11942
11943 * imap.el (imap-id): do.
11944
11945 * gnus-agent.el (gnus-agent-consider-all-articles)
11946 (gnus-agent-queue-mail): do.
11947
11948 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
11949
11950 * spam-report.el (spam-report-process-queue): New function.
11951 Process requests from `spam-report-requests-file'.
11952 (spam-report-process-queue): Doc fix.
11953
11954 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
11955
11956 * spam.el (spam-register-routine)
11957 (spam-log-processing-to-registry, spam-log-registered-p)
11958 (spam-log-unregistration-needed-p, spam-log-undo-registration):
11959 Change "check" to "spam-check" for semi-clarity.
11960
11961 2004-02-05 Jesper Harder <harder@ifa.au.dk>
11962
11963 * pop3.el: Require nnheader.
11964
11965 * mml-smime.el: Require cl. Autoload message-fetch-field.
11966
11967 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
11968
11969 * gnus-picon.el: Require cl.
11970
11971 * gnus-fun.el: Require gnus-ems and gnus-util.
11972
11973 * gnus.el (gnus-method-to-server): Move defsubst before first use.
11974
11975 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
11976
11977 * gnus-art.el (gnus-article-edit-mode): Define before first
11978 reference.
11979
11980 2004-02-04 Jesper Harder <harder@ifa.au.dk>
11981
11982 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
11983 (gnus-uu-post-encoded): Use point-at-bol.
11984
11985 * gnus-topic.el (gnus-group-active-topic-p): do.
11986
11987 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
11988
11989 * gnus-group.el (gnus-group-kill-region): do.
11990
11991 * gnus-art.el (article-date-ut): do.
11992
11993 * message.el (message-fetch-field): Remove redundant
11994 case-fold-search binding.
11995 (message-narrow-to-field): Simplify.
11996
11997 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
11998
11999 * spam.el (spam-directory): Derive from `gnus-directory'.
12000
12001 * spam-report.el (spam-report-url-to-file)
12002 (spam-report-requests-file): New function and variable for offline
12003 reporting.
12004 (spam-report-url-ping-function): Add `spam-report-url-to-file'
12005 and user defined function.
12006 (spam-report-url-ping-mm-url): Remove doubled slash.
12007
12008 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
12009
12010 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12011
12012 2004-02-03 Jesper Harder <harder@ifa.au.dk>
12013
12014 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12015 format string mismatch.
12016
12017 * sieve.el (sieve-deactivate-all): do.
12018
12019 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12020
12021 * nnlistserv.el (nnlistserv-kk-wash-article): do.
12022
12023 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12024
12025 * mm-bodies.el (mm-7bit-chars): Don't include \r.
12026
12027 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
12028
12029 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12030 the list of checks.
12031
12032 2004-01-31 Jesper Harder <harder@ifa.au.dk>
12033
12034 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12035 padding.
12036
12037 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
12038
12039 * mm-view.el (mm-fill-flowed): New variable.
12040 (mm-inline-text): Use it.
12041
12042 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
12043
12044 * spam.el (spam-spamassassin-register-ham-routine)
12045 (spam-spamassassin-register-spam-routine): Fix function names.
12046
12047 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
12048
12049 * gnus.el (gnus-tmp-grouplens): Remove.
12050 (gnus-summary-line-format): Remove grouplens.
12051
12052 * gnus-group.el (gnus-group-line-format): Ditto.
12053
12054 * gnus-spec.el (gnus-format-specs): Ditto.
12055 (gnus-update-format-specifications): Flush the group format spec
12056 cache if there's the grouplens stuff.
12057 (gnus-parse-simple-format): Replace %l with the empty string.
12058
12059 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
12060
12061 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12062 omission.
12063
12064 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
12065
12066 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12067 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12068
12069 2004-01-25 Paul Jarc <prj@po.cwru.edu>
12070
12071 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12072 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12073 New macros and functions.
12074 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12075 Handle > NLINK_MAX messages.
12076 * nnmaildir.el (nnmaildir-request-set-mark): Use
12077 nnmaildir--emlink-p and nnmaildir--eexist-p.
12078
12079 2004-01-25 Alex Schroeder <alex@gnu.org>
12080
12081 * spam-stat.el (spam-stat-process-directory-age): New option.
12082 (spam-stat-process-directory): Use it.
12083
12084 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
12085
12086 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12087 (spam-stat-save): Accept prefix argument.
12088
12089 2004-01-23 Paul Jarc <prj@po.cwru.edu>
12090
12091 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12092 links" error.
12093
12094 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12095
12096 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12097 compatibility with old .newsrc.eld files.
12098
12099 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12100
12101 * gnus-start.el (gnus-1): do.
12102
12103 * gnus-group.el (gnus-group-line-format-alist): do.
12104
12105 * gnus.el (gnus-use-grouplens, gnus-visual): do.
12106
12107 * gnus-gl.el: Remove.
12108
12109 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
12110
12111 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12112 marks consisting of a single range {for example, (3 . 5)} rather
12113 than a list of a single range { ((3 . 5)) }.
12114
12115 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12116
12117 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12118 with-current-buffer.
12119 (spam-stat-store-current-buffer): Use insert-buffer-substring to
12120 avoid consing a string.
12121
12122 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12123 Remove obsolete entries for big5 and gb2312.
12124
12125 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
12126
12127 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12128 uncompressed list.
12129
12130 2004-01-22 Jesper Harder <harder@ifa.au.dk>
12131
12132 * spam-stat.el (spam-stat-strip-xref): New function.
12133 (spam-stat-process-directory): Use it.
12134
12135 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12136 here -- it's done in message-fetch-field.
12137
12138 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
12139
12140 * gnus-agent.el (gnus-agent-queue-mail)
12141 (gnus-agent-prompt-send-queue): New variables.
12142 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12143 * gnus-draft.el (gnus-group-send-queue): Pass the group name
12144 "nndraft:queue" along to gnus-draft-send. Use
12145 gnus-agent-prompt-send-queue.
12146 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12147 is "nndraft:queue". Suggested by Gaute Strokkenes
12148 <gs234@srcf.ucam.org>
12149
12150 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12151 (agent-enable-undownloaded-faces): Added
12152 (gnus-agent-cat-groups): Use eval-and-compile, not
12153 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12154 method of gnus-agent-cat-groups even when the buffer has been
12155 evaled.
12156 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12157 delete gnus-agent-save-active-1.
12158 (gnus-agent-save-groups): Deleted. Identical to
12159 gnus-agent-save-active.
12160 (gnus-agent-write-active): No longer adjust agent's copy of active
12161 file as agent's adjustments are now stored in their own
12162 file. Removed optional parameter.
12163 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12164 servers. Add use of min/max range limits from server's local
12165 file.
12166 (gnus-agent-save-alist): Removed unused optional argument.
12167 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12168 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12169 (gnus-agent-set-local): A per-server file that keeps min/max range
12170 limits for articles known to the agent. Provides a fast mechanism
12171 for altering many active ranges.
12172 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12173 active file (local makes it unnecessary).
12174 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12175
12176 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12177 (agent-enable-undownloaded-faces): Added
12178
12179 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12180 disable it when sending to "nndraft:queue".
12181 (gnus-group-send-queue): Add safety check to avoid sending queue
12182 when unplugged.
12183
12184 * gnus-group.el (gnus-group-catchup): Use new
12185 gnus-sequence-of-unread-articles, not
12186 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12187 numbers of articles. Use gnus-range-map to avoid having to
12188 uncompress the unread list.
12189 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12190 Fixed invalid ange-ftp reference.
12191
12192 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12193 (gnus-sorted-range-intersection): Intersection of two ranges
12194 without requiring that they first be uncompressed.
12195
12196 * gnus-start.el (gnus-activate-group): Unless blocked by the
12197 caller, possibly expand the active range to include both cached
12198 and agentized articles.
12199 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12200 multiple version-dependent converters.
12201 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12202 gnus-agent-save-active.
12203 (gnus-save-newsrc-file): Save dirty agent range limits.
12204
12205 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12206 gnus-agent-possibly-alter-active.
12207 (gnus-adjust-marked-articles): Faster handling of simple lists
12208
12209 2004-01-21 Jesper Harder <harder@ifa.au.dk>
12210
12211 * spam-stat.el (spam-stat-test-directory): New optional argument
12212 displays a list of files detected. Suggested by Andrew Cohen
12213 <cohen@andy.bu.edu>.
12214 (spam-stat-buffer-words-with-scores): Don't narrow and change
12215 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12216
12217 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
12218
12219 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12220 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12221 (spam-spamassassin-arguments)
12222 (spam-spamassassin-spam-flag-header)
12223 (spam-spamassassin-positive-spam-flag-header)
12224 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12225 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12226 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12227 (spam-list-of-processors, spam-list-of-checks)
12228 (spam-list-of-statistical-checks, spam-registration-functions)
12229 (spam-check-spamassassin-headers, spam-check-spamassassin)
12230 (spam-spamassassin-score)
12231 (spam-spamassassin-register-with-sa-learn)
12232 (spam-spamassassin-register-spam-routine)
12233 (spam-spamassassin-register-ham-routine)
12234 (spam-assassin-register-spam-routine)
12235 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12236 (spam-bogofilter-score): Fix to show article before scoring.
12237
12238 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12239
12240 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12241 default scoring function.
12242 (spam-generic-score): Call spam-spamassassin-score if
12243 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12244 spam-bogofilter-score otherwise.
12245
12246 * gnus.el (spam-process, spam-autodetect-methods): Add
12247 spamassassin and spamassassin-headers.
12248
12249 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12250
12251 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12252 Suppress unnecessary messages.
12253
12254 2004-01-20 Jesper Harder <harder@ifa.au.dk>
12255
12256 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12257 make-hash-table.
12258
12259 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12260
12261 * canlock.el (base64-encode-string): Don't autoload it.
12262
12263 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12264
12265 * run-at-time.el: Remove useless (require 'itimer),
12266 eval-and-compile and (featurep 'xemacs).
12267
12268 2004-01-16 Jesper Harder <harder@ifa.au.dk>
12269
12270 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12271 GROUP is a virtual group.
12272
12273 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
12274
12275 * gnus.el: Autoload `message-y-or-n-p'.
12276
12277 2004-01-15 Jesper Harder <harder@ifa.au.dk>
12278
12279 * pgg-parse.el: Remove unnecessary (require 'custom).
12280
12281 * pgg-def.el: do.
12282
12283 * nnmail.el: do.
12284
12285 * gnus-undo.el: do.
12286
12287 * gnus-picon.el: do.
12288
12289 * gnus-util.el: do.
12290
12291 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
12292
12293 * gnus-sum.el (gnus-pick-line-number): Add autoload.
12294
12295 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
12296
12297 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12298 handle, as well as a list.
12299
12300 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12301 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12302 (mm-w3m-cid-retrieve): Simplify.
12303
12304 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
12305
12306 * message.el (message-kill-to-signature): Allow prefix arg to
12307 specify number of lines to keep before signature.
12308
12309 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
12310
12311 (message-kill-to-signature): Change docstring.
12312
12313 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12314
12315 * canlock.el: Always require sha1-el.
12316 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12317
12318 * message.el: Autoload sha1 only when compiling.
12319
12320 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12321
12322 * message.el (message-canlock-generate): Require sha1-el.
12323
12324 2004-01-13 Jesper Harder <harder@ifa.au.dk>
12325
12326 * message.el (message-expand-name): Silence the byte compiler.
12327
12328 2004-01-13 Simon Josefsson <jas@extundo.com>
12329
12330 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12331 Invoke gnus-score-mode. Reported by
12332 bojohan+news@dd.chalmers.se (Johan Bockgård).
12333
12334 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12335 Jim Blandy <jimb@redhat.com> (tiny change).
12336
12337 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12338
12339 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12340
12341 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
12342
12343 * spam.el (spam-get-article-as-string): Update to use
12344 gnus-request-article-this-buffer, much simpler.
12345 (spam-get-article-as-buffer): Remove.
12346
12347 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
12348
12349 * message.el (message-expand-name): Use EUDC if the user uses that.
12350
12351 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12352
12353 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12354 character for the encoding to avoid consing a string.
12355
12356 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12357 unnecessarily.
12358
12359 * mm-util.el (mm-replace-chars-in-string): Remove.
12360
12361 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12362 of mm-replace-chars-in-string.
12363
12364 2004-01-11 Jesper Harder <harder@ifa.au.dk>
12365
12366 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12367
12368 * mm-util.el (mm-subst-char-in-string): Support inplace.
12369
12370 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12371 a new string in every iteration. Use shy groups.
12372
12373 2004-01-10 Jesper Harder <harder@ifa.au.dk>
12374
12375 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12376 * gnus-soup.el (gnus-soup-group-brew):
12377 * gnus-msg.el (gnus-put-message):
12378 * gnus-move.el (gnus-group-move-group-to-server):
12379 * gnus-kill.el (gnus-batch-score):
12380 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12381 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12382 (gnus-group-update-group, gnus-group-read-group)
12383 (gnus-group-make-group, gnus-group-make-help-group)
12384 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12385 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12386 (gnus-group-sort-by-unread, gnus-group-catchup)
12387 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12388 (gnus-group-yank-group, gnus-group-set-info)
12389 (gnus-group-list-groups):
12390 * gnus.el (gnus-generate-new-group-name):
12391 * gnus-delay.el (gnus-delay-send-queue):
12392 * nnvirtual.el (nnvirtual-catchup-group):
12393 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12394 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12395 (gnus-group-prepare-topics, gnus-topic-check-topology):
12396 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12397 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12398 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12399 (gnus-group-make-articles-read):
12400 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12401 (gnus-group-change-level, gnus-kill-newsgroup)
12402 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12403 (gnus-get-unread-articles, gnus-make-articles-unread)
12404 (gnus-make-ascending-articles-unread): Use accessor
12405 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12406 to get group information for improved readability.
12407
12408
12409 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12410
12411 * gnus-art.el (article-decode-mime-words, article-babel)
12412 (gnus-article-highlight-signature, gnus-article-add-buttons)
12413 (gnus-signature-toggle): Use gnus-with-article-buffer.
12414
12415 * gnus-art.el (gnus-article-highlight-headers)
12416 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12417
12418 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12419 (gnus-article-set-globals, gnus-request-article-this-buffer)
12420 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12421 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12422 (gnus-mime-display-alternative): Use with-current-buffer.
12423
12424 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12425
12426 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12427 also under 80 char limit, and call gnus-error if needed.
12428 (spam-fetch-article-header): Fix - it was a
12429 buffer-local variable (gnus-newsgroup-data).
12430 (spam-find-spam): Use spam-generate-fake-headers, forget about
12431 spam-insert-fake-headers.
12432 (spam-insert-fake-headers): Remove.
12433
12434 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12435
12436 * deuglify.el (gnus-article-outlook-unwrap-lines)
12437 (gnus-outlook-rearrange-article)
12438 (gnus-outlook-repair-attribution-outlook)
12439 (gnus-outlook-repair-attribution-block)
12440 (gnus-outlook-repair-attribution-other): Remove redundant
12441 save-excursion.
12442
12443 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12444
12445 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12446 (spam-fetch-field-subject-fast)
12447 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12448 (spam-fetch-article-header): Add functions to deal with Gnus
12449 internals for fast retrieval of article header data.
12450 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12451
12452 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12453
12454 * pop3.el (pop3-md5): Remove.
12455 (pop3-apop): Replace pop3-md5 with md5.
12456
12457 * mm-bodies.el: base64 is always built-in.
12458
12459 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12460 with-current-buffer.
12461
12462 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12463
12464 * canlock.el (canlock-insert-header): Remove excessive grouping in
12465 regexp.
12466
12467 * gnus-sum.el (gnus-summary-read-document): Ditto.
12468
12469 * gnus-uu.el (gnus-uu-part-number): Ditto.
12470
12471 * html2text.el (html2text-remove-tags): Ditto.
12472 (html2text-format-tags): Ditto.
12473 (html2text-format-single-elements): Ditto.
12474
12475 * mml.el (mml-parse-1): Ditto.
12476
12477 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12478
12479 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12480
12481 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12482
12483 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12484
12485 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12486
12487 2003-11-15 Simon Josefsson <jas@extundo.com>
12488
12489 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12490 (pgg-gpg-lookup-key): Use regexp match instead of
12491 split-string (split-string is different between emacs 21.2 and
12492 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12493
12494 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12495
12496 * gnus-art.el (gnus-mime-view-all-parts)
12497 (gnus-article-part-wrapper, gnus-article-view-part): Use
12498 with-current-buffer.
12499
12500 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12501
12502 * spam.el (spam-disable-spam-split-during-ham-respool)
12503 (spam-spamoracle-database, spam-cache-lookups)
12504 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12505 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12506 (spam-group-ham-marks, spam-group-spam-marks)
12507 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12508 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12509 also add spam-use-blackholes to the statistical checks.
12510 (spam-fetch-field-fast): Add interface to fetching fields, may
12511 become a macro.
12512 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12513 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12514 (spam-insert-fake-headers): Fake an article when needed.
12515 (spam-find-spam): Fake article when possible.
12516 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12517 (spam-check-bogofilter-headers): Use message-fetch-field instead
12518 of nnmail-fetch-field.
12519
12520 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12521
12522 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12523
12524 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12525
12526 * spam.el (spam-split): Do not require spam-use-CHECK to be
12527 enabled if that check is passed to spam-split explicitly; also
12528 fix so 'spam doesn't get converted to spam-split-group when
12529 spam-split-symbolic-return is t.
12530 (spam-find-spam): Find registrations of the article and use those
12531 instead of re-running spam-split to find the spam/ham
12532 classification of the article.
12533 (spam-log-processing-to-registry, spam-log-registered-p)
12534 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12535 Use gnus-error instead of gnus-message.
12536 (spam-log-registration-type): Add function to determine the
12537 classification of a message based on registry entries; will
12538 return nil if both 'spam and 'ham are found.
12539 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12540 a reasonably fast local cache without the loading errors.
12541 (spam-cache-lookups): Set to t by default.
12542 (spam-find-spam): Don't try to guess spam-cache-lookups.
12543 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12544 spam-caches entry.
12545 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12546 caching of whitelist/blacklist entries.
12547 (spam-check-whitelist, spam-check-blacklist): Invoke
12548 spam-from-listed-p with a type, not a cache variable.
12549 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12550
12551 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12552
12553 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12554
12555 * nnmail.el (nnmail-split-fancy): do.
12556
12557 * mml.el (mml-parse): do.
12558
12559 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12560 (gnus-score-adaptive): do.
12561
12562 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12563
12564 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12565 (gnus-mime-button-map): Don't set keymap parent.
12566 (gnus-button-ctan-directory-regexp): Use shy grouping.
12567 (gnus-prev-page-map): Don't set keymap parent.
12568 (gnus-prev-page-map): Remove duplicated one.
12569 (gnus-next-page-map): Don't set keymap parent.
12570 (gnus-mime-security-button-map): Ditto.
12571
12572 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12573 version number.
12574
12575 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12576
12577 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12578
12579 * canlock.el (canlock-sha1-function): Remove.
12580 (canlock-sha1-function-for-verify): Remove.
12581 (canlock-openssl-program): Remove.
12582 (canlock-openssl-args): Remove.
12583 (canlock-ignore-errors): Remove.
12584 (canlock-sha1-with-openssl): Remove.
12585 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12586 (canlock-verify): Don't use canlock-ignore-errors.
12587
12588 * sha1-el.el (sha1-string-external): Make it can return a string
12589 in binary form.
12590 (sha1-region-external): Ditto.
12591 (sha1-string-internal): Ditto.
12592 (sha1-region-internal): Ditto.
12593 (sha1-region): Ditto.
12594 (sha1-string): Ditto.
12595 (sha1): Ditto.
12596
12597 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12598
12599 * spam.el (spam-report-articles-gmane): New command.
12600
12601 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12602
12603 * gnus.el: Don't make unnecessary *Group* buffer when loading.
12604
12605 * run-at-time.el (run-at-time-saved): Remove.
12606 (run-at-time): Doc fix.
12607
12608 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12609
12610 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12611 (gnus-summary-limit-map): Add it.
12612 (gnus-summary-make-menu-bar): do.
12613
12614 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
12615
12616 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12617 Make attempt at some caching support (done for BBDB only now).
12618 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12619 addresses to be checked.
12620 (spam-clear-cache-BBDB): Add function, to be invoked by
12621 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12622 (spam-check-BBDB): Check and use the caches, if
12623 spam-cache-lookups is on, remove superfluous (provide).
12624
12625 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12626
12627 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12628
12629 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
12630
12631 * run-at-time.el (run-at-time-saved): Move to after the definition
12632 of `run-at-time'.
12633
12634 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12635
12636 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12637 mm-w3m-local-map-property.
12638
12639 * mm-view.el (mm-w3m-mode-map): Remove.
12640 (mm-w3m-local-map-property): Remove.
12641 (mm-inline-text-html-render-with-w3m): Don't use
12642 mm-w3m-local-map-property.
12643
12644 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12645
12646 * run-at-time.el: New file.
12647
12648 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12649 of gnus-set-text-properties.
12650
12651 * gnus-uu.el (gnus-uu-save-article): Ditto.
12652
12653 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12654
12655 * gnus-cite.el (gnus-cite-parse): Ditto.
12656
12657 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12658 of gnus-.
12659
12660 * gnus.el: Changed calls to nnheader-run-at-time and
12661 password-run-at-time throughout to use run-at-time directly.
12662
12663 * password.el: Removed definition of run-at-time.
12664
12665 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
12666
12667 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12668 in prompt.
12669
12670 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12671
12672 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12673 XEmacs version.
12674
12675 * dns.el (dns-make-network-process): Use `open-network-stream'
12676 instead of `gnus-xmas-open-network-stream'.
12677
12678 * .cvsignore: Add auto-autoloads.el, custom-load.el.
12679
12680 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12681
12682 * gnus-art.el (gnus-mime-display-alternative)
12683 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12684 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12685 Don't use gnus-local-map-property.
12686
12687 * gnus-util.el (gnus-local-map-property): Remove.
12688
12689 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12690 gnus-completing-read-maybe-default with completing-read.
12691
12692 * gnus-util.el (gnus-completing-read): do.
12693 (gnus-completing-read-maybe-default): Remove.
12694
12695 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12696
12697 * password.el: Only autoload `run-at-time' if not XEmacs.
12698 Only autoload the itimer functions if XEmacs.
12699
12700 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12701
12702 * gnus-art.el (gnus-read-string): Remove.
12703 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12704 read-string.
12705
12706 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
12707
12708 * netrc.el: Autoload password-read.
12709 (netrc): Add configuration group.
12710 (netrc-encoding-method, netrc-openssl-path): Add
12711 variables for encoding and decoding of files with symmetric
12712 ciphers.
12713 (netrc-encode): Add assistant function to encode a file with
12714 netrc-encoding-method.
12715 (netrc-parse): Add interactive parameter, added optional
12716 decoding if netrc-encoding-method is non-nil but otherwise
12717 behavior is standard.
12718 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12719 Do s/encode/encrypt/ everywhere.
12720
12721 * spam.el: Remove executable-find autoload.
12722
12723 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12724
12725 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12726
12727 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12728
12729 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12730
12731 * gnus-art.el (gnus-treat-ansi-sequences,
12732 (article-treat-ansi-sequences): New variable and function.
12733 Suggested by Dan Jacobson <jidanni@jidanni.org>.
12734
12735 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12736 Use it.
12737
12738 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12739
12740 * mm-util.el (mm-quote-arg): Remove.
12741
12742 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12743 shell-quote-argument.
12744
12745 * gnus-uu.el (gnus-uu-command): do.
12746
12747 * gnus-sum.el (gnus-summary-insert-pseudos): do.
12748
12749 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12750 with make-char.
12751
12752 * mm-util.el (mm-make-char): Remove.
12753
12754 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12755 add-minor-mode.
12756
12757 * gnus-undo.el (gnus-undo-mode): do.
12758
12759 * gnus-topic.el (gnus-topic-mode): do.
12760
12761 * gnus-sum.el (gnus-dead-summary-mode): do.
12762
12763 * gnus-start.el (gnus-slave-mode): do.
12764
12765 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12766
12767 * gnus-ml.el (gnus-mailing-list-mode): do.
12768
12769 * gnus-gl.el (gnus-grouplens-mode): do.
12770
12771 * gnus-draft.el (gnus-draft-mode): do.
12772
12773 * gnus-dired.el (gnus-dired-mode): do.
12774
12775 * gnus-ems.el (gnus-add-minor-mode): Remove.
12776
12777 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12778 Replace gnus-char-width with char-width.
12779
12780 * gnus-ems.el (gnus-char-width): Remove.
12781
12782 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12783 Replace gnus-char-width with char-width.
12784
12785 * gnus-ems.el (gnus-char-width): Remove.
12786
12787 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12788 definition.
12789 Remove Emacs 20 hash table compatibility code.
12790
12791 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12792 20 compatibility code.
12793
12794 * spam.el (spam-point-at-eol): Replace with point-at-eol.
12795
12796 * smime.el (smime-point-at-eol): Replace with point-at-eol.
12797
12798 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12799 with point-at-{eol,bol}.
12800
12801 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12802
12803 * imap.el (imap-point-at-eol): Replace with point-at-eol.
12804
12805 * flow-fill.el (fill-flowed-point-at-bol)
12806 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12807
12808 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12809 Replace with point-at-{eol,bol} throughout all files.
12810
12811 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12812
12813 * ntlm.el (ntlm-string-as-unibyte): New macro.
12814 (ntlm-build-auth-response): Use it.
12815
12816 Remove Emacs 20 stuff:
12817 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12818 of delq and copy-sequence.
12819 * gnus-art.el (popup-menu): Remove the compiler macro.
12820 * nnmail.el (nnmail-split-fancy): Don't support customizing with
12821 Emacs 20.
12822
12823 2004-01-05 Simon Josefsson <jas@extundo.com>
12824
12825 * ntlm.el: Fix namespace. Change smb-passwd-hash into
12826 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12827 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12828 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12829 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12830 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12831 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12832 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12833 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12834 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12835 ntlm-string-permute, string-lshift into ntlm-string-lshift,
12836 string-xor into ntlm-string-xor. Suggested by
12837 Jesper Harder <harder@myrealbox.com>.
12838
12839 * ntlm.el: Don't include poem.
12840
12841 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
12842 Jesper Harder <harder@myrealbox.com>.
12843
12844 * sasl-ntlm.el, ntlm.el, md4.el: New files.
12845
12846 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
12847 probably breaks emacs with DL patch, but do we care? Is anyone
12848 still using the DL stuff?)
12849
12850 * sieve-manage.el: Use the password package.
12851 (sieve-manage-read-passwd): Remove.
12852 (sieve-manage-interactive-login): Use password. Re-add
12853 condition-case around loop.
12854
12855 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12856 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12857 the password package.
12858
12859 2003-02-19 Simon Josefsson <jas@extundo.com>
12860
12861 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12862 token.
12863
12864 2002-08-07 Simon Josefsson <jas@extundo.com>
12865
12866 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12867 (sieve-manage-authenticators):
12868 (sieve-manage-authenticator-alist): Add some SASL mechs.
12869 (sieve-sasl-auth): New function.
12870 (sieve-manage-cram-md5-auth):
12871 (sieve-manage-plain-auth): Rewrite using SASL library.
12872 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
12873 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
12874 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12875 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12876
12877 2004-01-05 Simon Josefsson <jas@extundo.com>
12878
12879 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12880 New files.
12881
12882 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12883
12884 * gnus-group.el (gnus-no-groups-message): Update.
12885
12886 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12887
12888 2003-11-09 Simon Josefsson <jas@extundo.com>
12889
12890 * imap.el: Support for ID IMAP extension (RFC 2971).
12891 (imap-local-variables): Add imap-id.
12892 (imap-id): New variable.
12893 (imap-id): New function.
12894 (imap-parse-response): Parse untagged ID response.
12895 * nnimap.el (nnimap-id): New variable.
12896 (nnimap-open-connection): Use it.
12897
12898 2003-12-28 Simon Josefsson <jas@extundo.com>
12899
12900 * gnus-score.el (gnus-score-edit-all-score): New.
12901 * gnus-group.el (gnus-group-score-map): Bind it to W e.
12902
12903 2004-01-04 Simon Josefsson <jas@extundo.com>
12904
12905 * password.el: Add.
12906
12907 2004-01-04 Mario Lang <lang@zid.tugraz.at>
12908
12909 * dns.el: Add support for AAAA records (see RFC 3596)
12910
12911 * Fix typo PRT -> PTR
12912
12913 * Parse MX, PTR and SOA replies (see RFC 1035)
12914
12915 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12916
12917 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12918
12919 * Moved to Changelog.2.
12920
12921 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12922
12923 * gnus.el (gnus-version-number): Bump version.
12924
12925 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12926
12927 * gnus.el: No Gnus v0.1 is released.
12928
12929 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12930
12931 * gnus.el: No Gnus v0.0 is released.
12932
12933 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12934
12935 * gnus.el (gnus-version-number): Bump.
12936 (gnus-version): No.
12937
12938 See ChangeLog.2 for earlier changes.
12939
12940 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
12941
12942 This file is part of GNU Emacs.
12943
12944 GNU Emacs is free software: you can redistribute it and/or modify
12945 it under the terms of the GNU General Public License as published by
12946 the Free Software Foundation, either version 3 of the License, or
12947 (at your option) any later version.
12948
12949 GNU Emacs is distributed in the hope that it will be useful,
12950 but WITHOUT ANY WARRANTY; without even the implied warranty of
12951 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12952 GNU General Public License for more details.
12953
12954 You should have received a copy of the GNU General Public License
12955 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12956
12957 ;; Local Variables:
12958 ;; coding: utf-8
12959 ;; fill-column: 79
12960 ;; add-log-time-zone-rule: t
12961 ;; End:
12962
12963 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4