]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Merge from gnus--devo--0
[gnu-emacs] / lisp / gnus / ChangeLog
1 2008-09-08 David Engster <dengste@eml.cc>
2
3 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4 in completing-read for back end server.
5
6 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
7
8 * message.el (message-confirm-send): New variable to confirm sending a
9 message.
10 (message-send): Use it.
11
12 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
13
14 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15
16 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
17
18 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
19
20 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
21
22 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
23 prevent tracking too many groups.
24 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
25 Use it.
26
27 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
28
29 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
30 moving point to the bottom of the window in order to avoid recentering.
31
32 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
33
34 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
35 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
36 (gnus-article-beginning-of-window): Fix calculation.
37
38 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
39
40 * gnus-msg.el (gnus-summary-supersede-article)
41 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
42 value of gnus-newsgroup-charset to decode non-MIME encoded text in
43 message header.
44
45 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
46
47 * message.el:
48 * gnus-start.el:
49 * gnus-registry.el: Remove VMS support.
50
51 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
52
53 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
54 macro.
55 (rfc2104-hash): Use it.
56
57 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
58
59 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
60 (gnus-summary-sort-by-most-recent-date): New commands.
61 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
62 and menu entries.
63
64 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
65
66 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
67 don't redisplay article for raw contents; remove plural articles stuff.
68
69 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
70 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
71 on gnus-summary-save-article; display results properly.
72
73 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
74
75 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
76
77 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
78
79 * gnus-art.el (gnus-summary-save-in-pipe): Consider
80 gnus-save-all-headers.
81
82 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
83
84 * gnus-util.el (ns-focus-frame): Remove declaration.
85 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
86 like x.
87
88 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
89
90 * rfc2104.el (rfc2104-zero): Delete defconst.
91 (rfc2104-hex-alist): Likewise.
92 (rfc2104-hex-to-int): Delete func.
93 (rfc2104-hexstring-to-bitstring): Likewise.
94 (rfc2104-nybbles): New defconst.
95 (rfc2104-hash): Rewrite for speed.
96
97 2008-07-16 Glenn Morris <rgm@gnu.org>
98
99 * gnus-util.el (ns-focus-frame): Declare for compiler.
100
101 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
102
103 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
104 set as a group parameter.
105 (gnus-summary-save-in-pipe): Work when it is called independently.
106 (gnus-summary-pipe-to-muttprint): Don't modify
107 gnus-summary-pipe-output-default-command.
108
109 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 * message.el (message-send-mail-with-sendmail):
112 Display the error message.
113
114 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
115
116 * gnus-art.el (gnus-default-article-saver):
117 Add gnus-summary-save-in-pipe to choices.
118 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
119 gnus-summary-pipe-output-default-command as the default command.
120 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
121 instead of gnus-last-shell-command.
122
123 * gnus-sum.el (gnus-summary-pipe-output-default-command):
124 New user option.
125 (gnus-summary-muttprint-program): Mention the value will be changed.
126 (gnus-summary-save-article): Force showing of all headers.
127 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
128
129 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
130
131 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
132
133 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
134
135 * nnimap.el (nnimap-id):
136 * sieve-manage.el (sieve-manage-open): Doc fixes.
137
138 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
139
140 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
141 if available.
142
143 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
146
147 * nnkiboze.el (nnkiboze-generate-group):
148 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
149
150 * nnmairix.el: Require CL.
151
152 2008-06-15 David Engster <dengste@eml.cc>
153
154 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
155
156 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
157
158 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
159 New macros that expand to an `aset'/`aref' call under Emacs, and to a
160 runtime choice under XEmacs.
161
162 * gnus-sum.el (gnus-summary-set-display-table):
163 Use `gnus-put-display-table', `gnus-get-display-table',
164 `gnus-set-display-table' for the display table, instead of `aset'.
165
166 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
167
168 * nnmairix.el: Add autoloads.
169
170 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
171
172 * nnmairix.el (nnmairix-delete-recreate-group)
173 (nnmairix-update-and-clear-marks): Fix error messages.
174
175 2008-06-14 David Engster <dengste@eml.cc>
176
177 * nnmairix.el: Upgrade to version 0.6.
178 (nnmairix-group-toggle-propmarks-this-group)
179 (nnmairix-group-toggle-readmarks-this-group)
180 (nnmairix-group-delete-recreate-this-group)
181 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
182 (nnmairix-remove-tick-mark-original-article): New commands.
183 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
184 (nnmairix-propagate-marks-to-nnmairix-groups)
185 (nnmairix-only-use-registry, nnmairix-allowfast-default)
186 (nnmairix-marks-cache, nnmairix-version-output): New variables.
187 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
188 functions needed for marks propagation and manipulation of read marks.
189 (nnmairix-update-groups): New function.
190 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
191 (nnmairix-determine-original-group-from-registry)
192 (nnmairix-determine-original-group-from-path)
193 (nnmairix-get-group-from-file-path, nnmairix-map-range)
194 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
195 New helper functions.
196 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
197 keystrokes for new commands.
198 (nnmairix-delete-and-create-on-change): Doc string cleanup.
199 (nnmairix-request-group): Check allow-fast group parameter.
200 (nnmairix-request-create-group): Set allow-fast group parameter if
201 nnmairix-allowfast-default is set.
202 (nnmairix-close-group): Propagate marks upon closing if needed.
203 (nnmairix-group-toggle-threads-this-group): Use new.
204 nnmairix-group-toggle-parameter helper function.
205 (nnmairix-search): Better check for empty search result.
206 (nnmairix-goto-original-article): Use new helper functions for
207 determining original article.
208 (nnmairix-show-original-article): Make sure message-id is in brackets.
209 (nnmairix-call-mairix-binary): Change variable name.
210 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
211 helper function.
212 (nnmairix-widget-toggle-activate): Fix doc string.
213
214 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
215
216 * nnir.el: Require edmacro when compiling with XEmacs.
217 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
218 available in Emacs 21.
219
220 2008-06-11 Glenn Morris <rgm@gnu.org>
221
222 * gnus-util.el (x-focus-frame):
223 * gnus.el (image-size):
224 * mm-decode.el (image-size): Declare.
225
226 * gnus-picon.el (declare-function): Add compat definition.
227 (image-size): Declare.
228
229 * gnus-group.el (tool-bar-map):
230 * gnus-sum.el (tool-bar-map): Define for compiler.
231
232 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
233
234 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
235
236 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
237 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
238 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
239 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
240 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
241 * sieve-manage.el, spam-report.el, spam.el:
242 Remove unnecessary eval-and-compile of autoloads.
243
244 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
245
246 * auth-source.el: Precise Tramp doc.
247
248 2008-06-07 Glenn Morris <rgm@gnu.org>
249
250 * nnmairix.el: Remove unnecessary eval-when-compile.
251
252 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
253
254 * nnir.el: New file.
255
256 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
257
258 * gnus-util.el (gnus-read-shell-command): New function.
259 * mm-decode.el (mm-pipe-part):
260 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
261
262 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
263
264 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
265
266 2008-06-03 Glenn Morris <rgm@gnu.org>
267
268 * pop3.el (nnheader-accept-process-output): Autoload it.
269
270 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
271
272 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
273 are not 2-digit hexadecimal characters that follow `%'s.
274
275 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
276
277 * message.el (message-bogus-recipient-p): Fix type in doc string.
278 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
279 (message-bogus-addresses): Rename from message-bogus-address-regexp.
280 Improve custom options.
281 (message-bogus-recipient-p): Adjust accordingly.
282
283 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
284
285 * nnmairix.el: Require edmacro when compiling with XEmacs.
286
287 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
288
289 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
290 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
291
292 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
293
294 * auth-source.el: Add more docs.
295
296 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
297
298 * nnheader.el (nnheader-read-timeout): Change the default timeout from
299 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
300 retrieval faster in some cases, but might make CPU usage larger. If
301 this has any bad side effects, we might revert this change.
302
303 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
304 seems to make mail retrieval much, much faster.
305 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
306 unconditionally.
307
308 * gnus-draft.el (gnus-group-send-queue): Bind
309 message-send-mail-partially-limit to nil to avoid being prompted.
310
311 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
312
313 * mml.el (mml-attach-buffer): Prompt for `disposition'.
314
315 * message.el (message-bogus-address-regexp): Fix and improve custom
316 type.
317 (message-setup-hook): Add message-check-recipients as custom option.
318
319 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
320
321 * message.el (message-cite-function): Remove bogus autoload which crept
322 in during merge from v5-10.
323
324 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
325
326 * nnimap.el (nnimap-open-connection): Fix login/password bug.
327
328 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
329
330 * auth-source.el: Preliminary Tramp docs.
331 (auth-sources): Change the default auth-sources to use
332 EPA .gpg files.
333
334 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
335
336 * nntp.el: Autoload `auth-source-user-or-password'.
337 (nntp-send-authinfo): Use it.
338
339 * nnimap.el: Autoload `auth-source-user-or-password'.
340 (nnimap-open-connection): Use it.
341
342 * auth-source.el: Added docs on using with url-auth. Import gnus-util
343 for the gnus-message function.
344 (auth-source-user-or-password): Use it.
345
346 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
347
348 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
349 rfc2104-hexstring-to-byte-list. Return a unibyte string.
350 (rfc2104-hash): Use it.
351
352 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
353
354 * gnus-art.el (gnus-article-toggle-truncate-lines):
355 Don't use `iff' in docstring.
356
357 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
358
359 * gnus-registry.el: Adjusted copyright dates and added a keyword.
360
361 * gnus-util.el (gnus-extract-address-component-name)
362 (gnus-extract-address-component-email): Convenience functions around
363 `gnus-extract-address-components'.
364
365 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
366 Use `gnus-extract-address-component-email' to fix bug of comparing full
367 sender name to `user-mail-address'.
368
369 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
370
371 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
372 catch/throw to optimize.
373 (gnus-registry-find-keywords): Just use member to find a keyword.
374
375 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
378 is current before calling gnus-server-prepare.
379 (gnus-server-setup-buffer, gnus-server-update-server)
380 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
381
382 2008-05-04 Juri Linkov <juri@jurta.org>
383
384 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
385 (mailcap-file-default-commands): Use mailcap-replace-in-string
386 instead of replace-regexp-in-string, and mailcap-delete-duplicates
387 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
388
389 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
390
391 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
392
393 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
394
395 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
396 hooks.
397 (gnus-update-read-articles): Speed up non-marks-using users.
398 (gnus-use-marks): Define gnus-use-marks.
399 (gnus-propagate-marks): Rename variable to something more sensible.
400
401 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
402
403 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
404 (gmm-image-load-path-for-library): Fix typos in docstrings.
405 (gmm-message): Reflow docstring.
406
407 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
408
409 * mail-source.el (mail-source-set-1, mail-source-bind):
410 Move auth-source code out of the macro to clean it up and fix bugs.
411
412 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
413
414 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
415 by sender if it's equal to user-mail-address, it's likely to be
416 useless.
417
418 * mail-source.el (mail-source-bind): Don't use user or password if they
419 are not bound. Unintern them if they are nil. Don't use server unless
420 it's bound, and default it to empty string otherwise.
421
422 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
423
424 * mail-source.el: Load auth-source.el.
425 (mail-source-bind): Add comments. Call auth-source-user-or-password to
426 get user name or password, if auth-sources is set up.
427
428 * gnus-registry.el (gnus-registry-split-strategy): New variable for
429 strategy of splitting with parent.
430 (gnus-registry-split-fancy-with-parent)
431 (gnus-registry-post-process-groups): Use it and fix prior
432 bug (returning a list as the split result).
433
434 * auth-source.el (auth-sources): Remove server parameter.
435 (auth-source-pick, auth-source-user-or-password)
436 (auth-source-user-or-password-imap)
437 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
438 (auth-source-user-or-password-sftp)
439 (auth-source-user-or-password-smtp): Remove server parameter.
440
441 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
442
443 * smime.el (smime-sign-region, smime-encrypt-region)
444 (smime-decrypt-region):
445 Remove redundant calls to `generate-new-buffer-name'.
446
447 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
448
449 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
450 Don't use QP for message/rfc822.
451 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
452
453 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
454
455 * sieve-manage.el (sieve-string-bytes): Remove.
456 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
457 correct byte-length only if the process's coding-system is the same as
458 the one used internally by Emacs to represent strings.
459
460 2008-04-22 Juri Linkov <juri@jurta.org>
461
462 * mailcap.el (mailcap-file-default-commands): New function.
463
464 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
465
466 * message.el (message-signature-separator, message-cite-function):
467 Change custom version.
468
469 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
470
471 * mm-decode.el (mm-display-external): Make temp file read-only.
472
473 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
474
475 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
476 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
477 `C-c C-f d'.
478
479 2008-04-12 Adrian Aichner <adrian@xemacs.org>
480
481 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
482
483 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
484
485 * auth-source.el: Added docs.
486 (auth-sources): Modify format to support server.
487 (auth-source-pick, auth-source-user-or-password)
488 (auth-source-user-or-password-imap)
489 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
490 (auth-source-user-or-password-sftp)
491 (auth-source-user-or-password-smtp): Add server parameter.
492
493 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
494
495 * gnus-registry.el: Initialize the registry when gnus-registry-install
496 is t.
497
498 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
499
500 * compface.el (uncompface): Make buffer unibyte.
501
502 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
503
504 * mail-source.el (mail-source-value):
505 Prefer fboundp to functionp so it works with macros as well.
506
507 2008-04-05 Glenn Morris <rgm@gnu.org>
508
509 * gnus-ems.el (mm-disable-multibyte): Autoload it.
510
511 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
512
513 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
514 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
515
516 * nnheader.el (nnheader-init-server-buffer): Change buffer's
517 multibyteness after rather than before erasing it.
518
519 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
520 mm-with-multibyte.
521 (gnus-request-article-this-buffer): Make sure the proper decoding is
522 used if gnus-original-article-buffer happens to be unibyte.
523
524 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
525 default-enable-multibyte-characters.
526
527 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
528 default-enable-multibyte-characters.
529
530 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
531
532 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
533
534 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
537 Fix last change in case the element is not even a symbol.
538
539 2008-04-02 Simon Josefsson <simon@josefsson.org>
540
541 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
542 imap-enable-exchange-bug-workaround.
543 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
544
545 2008-04-01 Simon Josefsson <simon@josefsson.org>
546
547 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
548 a 100 byte status-checks into a 2-3MB transfer for each group.
549 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
550 to enable bug workaround or not.
551 (nnimap-find-minmax-uid): Only enable workaround conditionally.
552
553 2008-03-31 Glenn Morris <rgm@gnu.org>
554
555 * message.el (mml2015-use): Declare for compiler.
556 (message-info): Require mml2015 when appropriate.
557
558 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
561 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
562 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
563 (nntp-service-to-port): New function.
564 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
565 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
566 (nntp-open-netcat-stream): New function.
567 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
568
569 2008-03-29 Sven Joachim <svenjoac@gmx.de>
570
571 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
572
573 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
576
577 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
578
579 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
580
581 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
582
583 * message.el (message-signature-separator): Change default.
584 Improve custom type.
585 (message-cite-function): Change default to
586 message-cite-original-without-signature.
587
588 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
589 toggle.
590
591 * message.el (message-check-news-body-syntax): Fix signature check.
592 (message-setup-1): Mark buffer as unmodified _after_ running
593 message-setup-hook and handling message-alternative-emails.
594 (message-shorten-references): Be more strict when building list of
595 valid references to comply with GNKSA.
596
597 * gnus-group.el (gnus-read-ephemeral-bug-group)
598 (gnus-read-ephemeral-debian-bug-group)
599 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
600
601 * message.el (message-info): Don't use booleanp which isn't supported
602 in Emacs 21 and XEmacs.
603
604 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
605
606 * gnus-group.el (gnus-gmane-group-download-format): Rename from
607 gnus-group-gmane-group-download-format.
608 (gnus-group-read-ephemeral-gmane-group): Rename from
609 gnus-group-read-ephemeral-gmane-group.
610 (gnus-read-ephemeral-gmane-group-url): Rename from
611 gnus-group-read-ephemeral-gmane-group-url.
612 (gnus-bug-group-download-format-alist): New variable.
613 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
614 (gnus-read-ephemeral-emacs-bug-group): New commands.
615
616 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
617
618 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
619 (gnus-visible-headers): Improve custom type.
620
621 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
622
623 * mml.el (mml-menu): Add workarounds for XEmacs.
624
625 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
626 X-Boundary header.
627
628 * message.el (message-simplify-recipients): Fix previous commit.
629
630 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
631
632 * mm-util.el (mm-set-buffer-multibyte): New function.
633 * mm-decode.el (mm-copy-to-buffer): Use it.
634
635 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
636 Prefer fboundp to functionp so it works with macros as well.
637
638 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
639
640 * message.el (message-alter-recipients-discard-bogus-full-name):
641 New function.
642 (message-alter-recipients-function): New variable.
643 (message-get-reply-headers): Use it.
644 (message-replace-header): New helper function.
645 (message-recipients-without-full-name): New variable.
646 (message-simplify-recipients): New command.
647
648 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
649
650 * message.el (message-info): Handle EasyPG manual.
651
652 * mml.el (mml-menu): Add entry for EasyPG.
653
654 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
655
656 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
657 parameter.
658
659 * message.el (message-disassociate-draft): Specify drafts group name
660 fully.
661
662 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
663
664 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
665 unnecessary duplicates from the match list.
666
667 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
668
669 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
670 args of `how-many' of which the XEmacs version doesn't take; declare
671 Info-index-next as function.
672
673 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
674
675 * gnus-score.el (gnus-score-headers): Fix handling of
676 gnus-inhibit-slow-scoring.
677
678 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
679 string.
680 (gnus-button-url-regexp): Improve handling of parenthesis.
681 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
682 (gnus-button-handle-info-keystrokes): Handle index entries.
683
684 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
685
686 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
687 Incoming* files.
688
689 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
690
691 * auth-source.el (auth-sources): Renamed from auth-source-choices.
692 (auth-source-pick): Use it.
693
694 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
695
696 * auth-source.el (auth-source-protocols)
697 (auth-source-protocols-customize, auth-source-choices): Added and
698 modified variable customizations and defaults.
699 (auth-source-pick, auth-source-user-or-password)
700 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
701 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
702 (auth-source-user-or-password-sftp)
703 (auth-source-user-or-password-smtp): Use new variables and provide an
704 interface to netrc.el.
705
706 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
707
708 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
709 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
710 Make sure the nntp port to specify is a string.
711
712 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * nntp.el: Use with-current-buffer.
715 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
716 dubious mm-with-unibyte-current-buffer.
717 (nntp-with-open-group-function): New function extracted from
718 nntp-with-open-group macro.
719 (nntp-with-open-group): Use the function, so it's easier to debug.
720 Add indentation and debugging info.
721 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
722 the use of the netcat alternatives.
723
724 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
725 Avoid mm-string-as-multibyte as well.
726
727 * nnweb.el (nnweb-insert-html):
728 Remove use of nnheader-string-as-multibyte.
729
730 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
731 (nnheader-string-as-multibyte): Remove.
732
733 * mm-view.el: Use inhibit-read-only.
734 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
735 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
736 or unibyte-string.
737
738 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
739 (mm-uu-yenc-extract): Use with-current-buffer.
740
741 * gnus-soup.el (gnus-soup-send-packet): Don't use
742 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
743
744 * nnmh.el: Use with-current-buffer.
745 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
746 mm-string-as-multibyte on the output of mm-encode-coding-string.
747
748 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
749 (nnimap-request-move-article): Use with-current-buffer.
750
751 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
752 inserting the handle-buffer's text, so the implicit multibyte->unibyte
753 conversion uses string-make-unibyte rather than string-as-unibyte.
754
755 * gnus-msg.el: Use with-current-buffer.
756
757 * message.el (message-ignored-resent-headers): Add "Delivered-To".
758
759 2008-03-10 Daiki Ueno <ueno@unixuser.org>
760
761 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
762 string for caching if it is 'PIN.
763
764 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
765
766 * mail-source.el (mail-source-delete-old-incoming-confirm):
767 Change default to nil.
768 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
769
770 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
771
772 * gnus-art.el (gnus-narrow-to-page): Position point properly.
773 (gnus-article-goto-prev-page): Work for articles having ^L's.
774
775 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
776
777 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
778
779 2008-03-07 Karl Fogel <kfogel@red-bean.com>
780
781 * gnus-bookmark.el: Adjust for renames in bookmark.el.
782 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
783 (gnus-bookmark-jump): Adjust some variable names.
784
785 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
786
787 * auth-source.el: New package.
788 (auth-source-choices): Add customization entry point variable.
789
790 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
791 bug.
792
793 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
794
795 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
796 (gnus-registry-initialize, gnus-registry-install-p): Use it.
797 (gnus-registry-install-shortcuts): Rename from
798 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
799 the `gnus-registry-mark-map' keymap dynamically from
800 `gnus-registry-marks'. The generated functions update the summary line
801 when a registry mark is added or deleted, and will call
802 `gnus-registry-install-p' (see the comments in the code).
803 (gnus-registry-user-format-function-M): Use concat intelligently.
804
805 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
806 the registry mark functions.
807
808 2008-03-05 Glenn Morris <rgm@gnu.org>
809
810 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
811 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
812 gnus-art.
813 (top-level): No need to load own source when compiling.
814
815 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
816
817 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
818 Suggested by <chris.anderton@zetnet.co.uk>.
819
820 2008-03-04 Glenn Morris <rgm@gnu.org>
821
822 * gnus-sum.el (top-level): No need to require gnus when compiling,
823 since unconditionally required near start of file.
824 (gnus-summary-display-while-building): Move definition before use.
825
826 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
827
828 * gnus-registry.el (gnus-registry-user-format-function-M): Add
829 formatting function.
830
831 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
832
833 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
834 with plists.
835 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
836 Use new format.
837
838 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
839
840 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
841 `where-is-internal' that returns a range of key sequences.
842
843 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
844
845 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
846
847 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
848 (gnus-summary-jump-to-group): Consider windows on other displayed
849 frames as well. Similar changes might be needed elsewhere, but that's
850 the one I've bumped into during my use.
851
852 * nndoc.el (nndoc-oe-dbx-type-p):
853 * gnus-msg.el (gnus-debug):
854 * gnus-group.el (gnus-update-group-mark-positions):
855 Use mm-string-to-multibyte.
856
857 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
858
859 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
860 doesn't handle NotDashEscaped.
861
862 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
863 (mml-dnd-attach-options): Fix typo in custom choice.
864
865 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
866 nndoc-article-type to mbox.
867 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
868
869 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
870 to nil, instead of html2text.
871
872 * imap.el (imap-debug): Add `imap-ping-server'.
873
874 * gnus-bookmark.el: Add FIXMEs.
875
876 * message.el (message-form-letter-separator)
877 (message-send-form-letter-delay): New variables.
878 (message-send-form-letter): Use them. New command to send form
879 letters. Requested by Uwe Siart.
880 (message-send-mail-function): Doc fix. Add "Other" custom option.
881
882 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
883
884 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
885 empty author.
886
887 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
888
889 * gnus-registry.el (gnus-registry-marks): Add variable for
890 customization of marks and their appearance.
891 (gnus-registry-read-mark): Use it.
892 (gnus-registry-do-marks): Add utility function to loop through
893 `gnus-registry-marks'.
894 (gnus-registry-install-shortcuts-and-menus): Add function to install
895 shortcuts and menus.
896 (gnus-registry-initialize): Use it.
897 (gnus-registry-default-mark): Clarify documentation.
898
899 2008-02-29 Glenn Morris <rgm@gnu.org>
900
901 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
902 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
903 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
904 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
905 Change defcustom :version from 23.0 to 23.1.
906
907 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
908
909 * gnus-registry.el (gnus-registry-follow-group-p)
910 (gnus-registry-post-process-groups): Add functions to aid registry
911 splitting and improve logging. Clarify behavior in function
912 documentation.
913 (gnus-registry-split-fancy-with-parent): Use them.
914
915 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
916
917 * gnus-art.el: Use with-current-buffer.
918
919 2008-02-27 David Engster <dengste@eml.cc>
920
921 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
922 Express real group name in the response.
923
924 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
925
926 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
927 (nnmairix-last-server, nnmairix-current-server): Defvar them.
928 (nnmairix-goto-original-article): Defvar gnus-registry-install and
929 autoload gnus-registry-fetch-group when compiling.
930 (nnmairix-request-group-with-article-number-correction): Remove
931 unreferenced argument passed to nnmairix-call-backend.
932
933 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
934
935 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
936 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
937 Wilde.
938
939 2008-02-27 Glenn Morris <rgm@gnu.org>
940
941 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
942 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
943 variables to defconsts. Convert comments to doc-strings.
944 (nnmairix-last-server, nnmairix-current-server): Convert from free
945 variables to defvars. Convert comments to doc-strings.
946 (gnus-registry-fetch-group): Autoload.
947 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
948 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
949 (nnmairix-widget-build-editable-fields): Use car cddr rather than
950 caddr.
951 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
952 nnmairix-request-group-with-article-number-correction call.
953 (nnmairix-fast, nnmairix-group): New, less general names, for free
954 variables passed from nnmairix-request-group to
955 nnmairix-request-group-with-article-number-correction. Declare.
956 (nnmairix-request-group-with-article-number-correction):
957 Use nnmairix-fast, nnmairix-group rather than fast, group.
958
959 2008-02-26 David Engster <dengste@eml.cc>
960
961 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
962 version 0.5.
963
964 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
965
966 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
967 instead of making an extra function call. Don't add the current group
968 to articles only when they have the group. Use
969 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
970 Reported by David <de_bb@arcor.de>.
971
972 2008-02-24 Miles Bader <miles@gnu.org>
973
974 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
975 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
976 (mm-find-mime-charset-region):
977 * mm-bodies.el (mm-encode-body):
978 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
979
980 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
981
982 * mail-source.el (mail-source-delete-incoming): Change default.
983 Supplement doc string.
984
985 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
986
987 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
988
989 * nnmail.el (nnmail-message-id-cache-file): Derive from
990 `gnus-home-directory'.
991
992 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
993
994 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
995 Document negative prefix.
996
997 * gnus-group.el (gnus-group-read-group): Document negative prefix.
998
999 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1000
1001 * message.el (message-unsent-separator): Add the Exim bounce
1002 separator.
1003
1004 2008-02-10 Daiki Ueno <ueno@unixuser.org>
1005
1006 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1007 list.
1008 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1009 recipient/signer list.
1010
1011 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
1012
1013 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1014 fbound (Emacs 23 unicode), signal an error.
1015
1016 2008-02-08 Glenn Morris <rgm@gnu.org>
1017
1018 * gnus-art.el (pgg-display-output-buffer): Declare as function.
1019
1020 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
1021
1022 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1023 ports to the calls to `netrc-machine-user-or-password' in addition to
1024 "imap" and "imaps".
1025
1026 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
1027
1028 * gnus.el (gnus-group-startup-message): Add `find-image' call before
1029 image-load-path is let-bound. Reported by Harald Hanche-Olsen
1030 <hanche@math.ntnu.no>.
1031
1032 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
1033
1034 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1035
1036 2008-02-01 Zhang Wei <id.brep@gmail.com>
1037
1038 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1039
1040 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1041
1042 2008-02-01 Miles Bader <miles@gnu.org>
1043
1044 * mml.el (mml-parse-1): Remove apparently vestigial use of
1045 `mm-hack-charsets'.
1046 * mm-bodies.el (mm-encode-body): Likewise.
1047
1048 2008-02-01 Kenichi Handa <handa@m17n.org>
1049
1050 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1051 rfc2104-hexstring-to-bitstring and changed to return a byte list.
1052 (rfc2104-hash): Convert the result of concat to unibyte string.
1053
1054 2008-02-01 Dave Love <fx@gnu.org>
1055
1056 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1057 coding-system-for-read.
1058 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1059
1060 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1061 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
1062 (mm-find-mime-charset-region): Remove hack-charsets stuff.
1063
1064 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
1065
1066 * mail-source.el (mail-sources): Add `group' choice.
1067
1068 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1069 parameter `in-group' to control into which group the articles go.
1070 Add treatment of `group' mail-source.
1071
1072 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1073
1074 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1075 * message.el (message-beginning-of-line): Use featurep instead of bound
1076 tests in order to resolve conditionals at compile time.
1077
1078 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
1079
1080 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1081
1082 * mm-decode.el (mm-dissect-buffer): Decode description.
1083
1084 * mml.el (mml-to-mime): Encode message header first.
1085
1086 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1087
1088 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1089 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1090
1091 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
1092
1093 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1094
1095 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
1096
1097 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1098 prefix keys.
1099 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1100 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1101 gnus-xmas.el.
1102
1103 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1104
1105 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1106 Add new variables for article mark management.
1107 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1108 list of extra data entries which, when present, will indicate that the
1109 article ID should not be trimmed from the registry.
1110 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1111 functions.
1112 (gnus-registry-read-mark): New function to read a mark name from the
1113 user.
1114 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1115 (gnus-registry-set-article-mark-internal): New functions to add and
1116 remove marks.
1117 (gnus-registry-get-article-marks): New function to show the marks for
1118 an article, or retrieve them for further use.
1119
1120 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1121
1122 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1123 keys when no argument is given.
1124
1125 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1126
1127 * gnus-sum.el (gnus-article-sort-by-random)
1128 (gnus-thread-sort-by-random): Fix doc strings. Reported by
1129 jidanni@jidanni.org.
1130
1131 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1132
1133 * gnus-art.el (gnus-article-describe-bindings): New function.
1134 (gnus-article-read-summary-keys): Use it.
1135 (gnus-article-mode-map): Bind `C-h b' to it.
1136
1137 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1138
1139 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1140 XEmacs.
1141 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1142 against non-character events.
1143
1144 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1145
1146 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1147 command.
1148 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1149 instead of END. Change name of the temp file.
1150 (gnus-group-gmane-group-download-format): Add doc string. Make it
1151 customizable.
1152
1153 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1154
1155 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1156 bind `S W' to gnus-article-wide-reply-with-original; set default
1157 binding to gnus-article-read-summary-send-keys.
1158 (gnus-article-read-summary-keys): Fix the order of keys; display
1159 continuation keys correctly in the echo area; describe bindings
1160 correctly when keys end with `C-h'.
1161 (gnus-article-read-summary-send-keys): New function.
1162 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1163 for gnus-article-read-summary-send-keys; display continuation keys
1164 correctly in the echo area.
1165 (gnus-article-reply-with-original): Ignore prefix argument.
1166 (gnus-article-wide-reply-with-original): New function.
1167
1168 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1169
1170 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1171 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1172
1173 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1174
1175 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1176 (gnus-group-read-ephemeral-gmane-group): New command.
1177
1178 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1179
1180 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1181
1182 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1183
1184 * message.el (message-send-mail-function): Increase custom version.
1185
1186 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1187 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1188
1189 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1190
1191 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1192 html parts correctly; support forwarded messages.
1193 (gnus-article-browse-html-article): Remove work buffers.
1194
1195 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1196 compiling.
1197 (netrc-bound-and-true-p): New macro.
1198 (netrc-parse): Use it instead of bound-and-true-p that is not available
1199 in XEmacs 21.4.
1200
1201 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1202
1203 * gnus-registry.el (gnus-registry-mark-article)
1204 (gnus-registry-article-marks): Add functionality to mark articles
1205 through the Gnus registry.
1206
1207 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1208 (netrc-parse): Use encrypt-file-alist to determine if
1209 encrypt-find-model or encrypt-insert-file-contents should be used.
1210
1211 2007-12-19 Glenn Morris <rgm@gnu.org>
1212
1213 * mml.el (message-options-set, message-narrow-to-head)
1214 (message-in-body-p, message-mail-p, message-encode-message-body):
1215 Autoload.
1216 (message-remove-header, message-narrow-to-headers-or-head)
1217 (message-subscribed-p, message-make-mail-followup-to)
1218 (message-position-on-field, message-news-p)
1219 (message-options-set-recipient, message-generate-headers)
1220 (message-sort-headers): Declare as functions.
1221
1222 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1223
1224 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1225 convention in doc string.
1226
1227 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1228
1229 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1230 title to html parts.
1231 (gnus-article-browse-html-article): Pass message header to it.
1232
1233 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1234
1235 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1236
1237 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1238 or password compatible with XEmacs.
1239
1240 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1241
1242 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1243 format document.
1244 (gnus-mime-delete-part): Don't write description line if empty.
1245 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1246
1247 2007-12-14 Johan Bockgård <bojohan@gnu.org>
1248
1249 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1250 (gnus-summary-mark-read-and-unread-as-read)
1251 (gnus-summary-mark-current-read-and-unread-as-read)
1252 (gnus-summary-mark-unread-as-ticked): Doc fix.
1253 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1254
1255 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1256
1257 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1258 Christoph Conrad <christoph.conrad@gmx.de>.
1259
1260 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1261
1262 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1263 yes-or-no-p.
1264
1265 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1266
1267 * mm-decode.el (mm-add-meta-html-tag): New function.
1268 (mm-save-part-to-file, mm-pipe-part): Use it.
1269
1270 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1271 gnus-y-or-n-p instead of y-or-n-p.
1272 (gnus-article-browse-html-parts): Work with message/external-body; use
1273 mm-add-meta-html-tag.
1274
1275 2007-12-11 Glenn Morris <rgm@gnu.org>
1276
1277 * gnus-cache.el: Require gnus-sum not just when compiling.
1278
1279 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1280
1281 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1282 definitions before use.
1283
1284 * mm-decode.el: Require gnus-util.
1285 (mm-remove-part): Only call delete-annotation on XEmacs.
1286
1287 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1288
1289 * nnmail.el: Require gnus-int.
1290
1291 * spam.el: Move `require's before `eval-when-compile's.
1292
1293 * gnus-ems.el (gnus-alive-p):
1294 * gnus-fun.el (message-goto-eoh):
1295 * gnus-util.el (gnus-group-name-decode):
1296 * mail-source.el (gnus-compress-sequence):
1297 * message.el (Info-goto-node, format-spec):
1298 * mm-bodies.el (message-options-get):
1299 * mm-decode.el (mm-view-pkcs7):
1300 * mm-util.el (gmm-write-region):
1301 * mml-smime.el (mml-compute-boundary)
1302 (gnus-completing-read-with-default):
1303 * mml.el (widget-button-press, gnus-make-hashtable):
1304 * mml1991.el (mm-decode-content-transfer-encoding)
1305 (mm-encode-content-transfer-encoding)
1306 (message-options-get, message-options-set):
1307 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1308 * nnfolder.el (gnus-request-group):
1309 * nnheader.el (ietf-drums-unfold-fws):
1310 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1311 * smime.el (gnus-run-mode-hooks):
1312 * spam-stat.el (gnus-message): Autoload.
1313
1314 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1315 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1316 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1317 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1318 Add declare-function compatibility definition.
1319
1320 * gnus-cache.el (nnvirtual-find-group-art):
1321 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1322 (gnus-add-image, gnus-add-wash-type):
1323 * gnus-group.el (nnkiboze-score-file):
1324 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1325 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1326 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1327 (message-tokenize-header, gnus-get-buffer-create)
1328 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1329 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1330 * gnus.el (gnus-group-decoded-name):
1331 * mail-source.el (imap-capability):
1332 * mm-bodies.el (message-options-set):
1333 * mm-decode.el (gnus-configure-windows):
1334 * mm-extern.el (message-goto-body):
1335 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1336 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1337 (epg-sub-key-validity, message-options-set):
1338 * mml.el (widget-event-point, gnus-configure-windows):
1339 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1340 * mml2015.el (epg-check-configuration, epg-configuration)
1341 (message-options-set):
1342 * nndb.el (nndb-request-article):
1343 * nnfolder.el (gnus-request-create-group):
1344 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1345 * nnmaildir.el (gnus-group-mark-article-read):
1346 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1347 * rfc1843.el (message-fetch-field):
1348 * spam.el (gnus-extract-address-components):
1349 Declare as functions.
1350
1351 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1352
1353 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1354
1355 2007-12-09 Glenn Morris <rgm@gnu.org>
1356
1357 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1358
1359 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1360 * message.el, mm-view.el, sieve-manage, smime.el:
1361 Add declare-function compatibility definition.
1362
1363 * gnus-art.el (w3-region, w3m-region, Info-menu):
1364 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1365 * gnus-sum.el (gnus-get-predicate):
1366 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1367 * message.el (mail-abbrev-in-expansion-header-p):
1368 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1369 (w3m-detect-meta-charset, w3m-region):
1370 * sieve-manage.el (password-read, password-cache-add)
1371 (password-cache-remove):
1372 * smime.el (password-read-and-add): Declare as functions.
1373
1374 2007-12-08 David Kastrup <dak@gnu.org>
1375
1376 * gnus-sum.el (gnus-summary-simplify-subject-query):
1377 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1378 `message'.
1379
1380 2007-12-07 Glenn Morris <rgm@gnu.org>
1381
1382 * gnus-art.el (article-make-date-line): Revert previous change.
1383
1384 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1385
1386 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1387
1388 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
1389
1390 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1391 Call gnus-add-to-range ranges only once with a prepared article-list.
1392
1393 2007-12-06 Paul Jarc <prj@po.cwru.edu>
1394
1395 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1396 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1397 group names with backslashes. Reported by Tassilo Horn
1398 <tassilo@member.fsf.org>.
1399
1400 2007-12-06 D. Goel <deego3@gmail.com>
1401
1402 * gnus-art.el (article-make-date-line):
1403 * gnus-start.el (gnus-load):
1404 * pop3.el (pop3-read-response): Fix buggy call to `error'.
1405
1406 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1407
1408 * gnus-art.el (gnus-use-idna)
1409 * gnus-start.el (gnus-site-init-file)
1410 * message.el (message-use-idna)
1411 * mm-uu.el (mm-uu-hide-markers)
1412 * smiley.el (smiley-style): Revert changes that suppress warnings.
1413
1414 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1415
1416 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1417 specify charset to html source. Reported by Christoph Conrad
1418 <christoph.conrad@gmx.de>.
1419
1420 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1421
1422 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1423 idna-program in order to suppress byte compile warning issued by XEmacs
1424 that came to byte compile the default value section of defcustom forms
1425 recently.
1426
1427 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1428 value of installation-directory.
1429
1430 * message.el (message-use-idna): Don't directly refer to the value of
1431 idna-program.
1432
1433 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1434
1435 * smiley.el (smiley-style): Don't directly call face-attribute.
1436
1437 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1438
1439 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1440
1441 * gnus-dired.el: Reduce Gnus dependencies.
1442 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1443 require. Use autoloads instead.
1444 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1445 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1446 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1447 (gnus-dired-mode): Adjust doc string.
1448 (gnus-dired-mail-mode): New variable.
1449 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1450 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1451 (gnus-dired-mail-buffers): New function. Return mail or message
1452 composition buffers.
1453 (gnus-dired-attach): Use it.
1454 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1455 NO-DECODE.
1456 (gnus-dired-print): Use `gnus-print-buffer' depending on
1457 `gnus-dired-mail-mode'.
1458
1459 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1460
1461 * rfc2047.el (rfc2047-encoded-word-regexp)
1462 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1463 explaining what regexp patterns are for.
1464
1465 2007-12-04 Glenn Morris <rgm@gnu.org>
1466
1467 * password.el: Move to ../password-cache.el.
1468
1469 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1470 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1471 * mml-smime.el (password-read, password-cache-add)
1472 (password-cache-remove):
1473 No need to autoload, since mml-sec requires password.
1474
1475 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1476 * message.el (gnus-extract-address-components):
1477 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1478
1479 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1480 password.
1481
1482 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1483
1484 * mailcap.el: Reduce dependencies.
1485 (mail-header-parse-content-type): Autoload.
1486 (mailcap-delete-duplicates): New alias.
1487 (mailcap-mime-info): Add optional argument NO-DECODE.
1488 (mailcap-mime-types): Use mailcap-delete-duplicates.
1489
1490 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1491
1492 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1493
1494 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1495 function.
1496
1497 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1498 (gnus-uu-yenc-article): New function.
1499
1500 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1501
1502 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1503 buffer.
1504
1505 2007-12-02 Glenn Morris <rgm@gnu.org>
1506
1507 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1508 Move to ../net.
1509
1510 * binhex.el, uudecode.el: Move to ../mail.
1511
1512 * encrypt.el: Remove file.
1513
1514 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1515
1516 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1517 matches on patches.
1518
1519 * gnus-art.el (gnus-article-browse-html-article): Mention
1520 `mm-text-html-renderer' in the doc string.
1521
1522 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1523 string. Add comments.
1524
1525 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1526 if rhs is ASCII.
1527
1528 2007-12-01 Glenn Morris <rgm@gnu.org>
1529
1530 * dig.el, dns.el: Move to ../net.
1531 * format-spec.el, hex-util.el, sha1.el: Move to ../.
1532
1533 * mail-source.el (top-level): Require format-spec before
1534 eval-when-compile.
1535
1536 2007-11-30 Glenn Morris <rgm@gnu.org>
1537
1538 * encrypt.el: Require password, rather than autoloading password-read.
1539
1540 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
1541
1542 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1543 caller can indicate whether the cache should be disregarded for this
1544 call. This way the result of the call is reproducible at all times and
1545 can be considered a canonical server name for the supplied method.
1546 (gnus-agent-method-p): Canonicalize server names by pushing their
1547 method through `gnus-method-to-server' using the no-cache argument.
1548
1549 * gnus-srvr.el (gnus-server-insert-server-line): Call
1550 `gnus-method-to-server' with `no-cache' argument.
1551
1552 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1553 gnus-agent-possibly-synchronize-flags as this should be called when the
1554 server is actually being opened.
1555 (gnus-agent-possibly-synchronize-flags)
1556 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1557 flags file of an agentized server to the latter function.
1558
1559 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1560 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1561 after a connection has been established successfully.
1562
1563 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1564
1565 * gnus-art.el (article-display-face): Force to display face if called
1566 interactively; check if gnus-article-x-face-too-ugly matches author.
1567 (article-display-x-face): Display face even if From header is missing
1568 as article-display-face does.
1569
1570 2007-11-28 Richard Stallman <rms@gnu.org>
1571
1572 * md4.el: Move to ../.
1573 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1574
1575 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1576
1577 * mail-source.el (mail-sources): Default to fetch from file for
1578 compatibility with default of nnmail-spool-file.
1579
1580 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1581
1582 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1583 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1584 to look for encoded word that should be encoded again.
1585 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1586 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1587 encoding pattern.
1588 (rfc2047-decode-region): Switch strict regexp and loose one according
1589 to rfc2047-allow-irregular-q-encoded-words.
1590
1591 2007-11-26 Simon Josefsson <simon@josefsson.org>
1592
1593 * imap.el: Move to ../net directory.
1594
1595 2007-11-25 Romain Francoise <romain@orebokech.com>
1596
1597 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1598
1599 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1600
1601 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1602 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1603
1604 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1605 `nnmail-spool-file'.
1606
1607 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1608 `nnmail-spool-file'.
1609
1610 * gnus-move.el (gnus-change-server): Ditto.
1611
1612 * gnus-kill.el (gnus-batch-score): Ditto.
1613
1614 * gnus-cache.el (gnus-jog-cache): Ditto.
1615
1616 * gnus-msg.el (gnus-summary-reply):
1617 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1618
1619 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1620
1621 * gnus-cache.el (gnus-cache-generate-nov-databases):
1622 Use nnml-generate-nov-databases-directory instead of
1623 nnml-generate-nov-databases-1.
1624
1625 2007-11-24 Glenn Morris <rgm@gnu.org>
1626
1627 * message.el (message-tool-bar-retro): Update for rename
1628 mail_send.xpm->mail-send.xpm.
1629
1630 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1631
1632 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1633 `smime-ldap-search' for Emacs 22 and up.
1634
1635 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1636
1637 * hashcash.el: Move to ../mail directory.
1638
1639 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1640
1641 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1642 `smime-ldap-search' for Emacs 22 and up.
1643
1644 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1645
1646 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1647
1648 * message.el (message-send-mail-function): Fix error convention.
1649 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1650 (message-widen-reply, message-send-mail, message-talkative-question)
1651 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1652 (message-clone-locals, message-send-news): Use with-current-buffer.
1653 (message-insert-or-toggle-importance): Remove unused var `valid'.
1654 (message-make-references): Remove unused var `new-references'.
1655 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1656
1657 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1658
1659 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1660 (spam-split-symbolic-return-positive): Reflow docstring.
1661 (spam-backends, spam-summary-exit-behavior)
1662 (spam-mark-ham-unread-before-move-from-spam-group)
1663 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1664 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1665 (spam-clear-cache, spam-backend-check, spam-install-backend)
1666 (spam-install-statistical-backend, spam-list-of-processors)
1667 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1668 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1669 (spam-check-crm114, spam-initialize, spam-unload-hook):
1670 Fix typos in docstrings.
1671
1672 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1673
1674 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1675 been checked if they have never been read and those group levels are
1676 higher than the one that a user specified.
1677
1678 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1679
1680 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1681 foreign groups unless a group level is specified by a user.
1682 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1683
1684 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1685
1686 * message.el (message-send-mail-function): Require sendmail.
1687
1688 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1689
1690 * message.el (message-send-mail-function): Check for smtpmail too.
1691
1692 * utf7.el (utf7-encode, utf7-decode): Use coding system
1693 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1694
1695 * message.el (message-send-mail-function): New function.
1696 (message-send-mail-function): Set default using
1697 message-send-mail-function. Adjust doc string.
1698 (message-send-mail-with-mailclient): New function.
1699
1700 2007-11-17 Richard Stallman <rms@gnu.org>
1701
1702 * assistant.el: Remove file.
1703
1704 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1705
1706 * smime.el (from):
1707 * rfc2047.el (message-posting-charset):
1708 * qp.el (mm-use-ultra-safe-encoding):
1709 * pop3.el (parse-time-months):
1710 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1711 * nnml.el (files):
1712 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1713 (jka-compr-compression-info-list, ange-ftp-path-format)
1714 (efs-path-regexp):
1715 * nndiary.el (files):
1716 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1717 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1718 (epg-digest-algorithm-alist, inhibit-redisplay)
1719 (password-cache-expiry):
1720 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1721 (pgg-output-buffer, password-cache-expiry):
1722 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1723 (efs-path-regexp):
1724 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1725 (inhibit-redisplay):
1726 * mm-uu.el (file-name, start-point, end-point, entry)
1727 (gnus-newsgroup-name, gnus-newsgroup-charset):
1728 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1729 (latin-unity-ucs-list):
1730 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1731 (mm-uu-binhex-decode-function):
1732 * message.el (gnus-message-group-art, gnus-list-identifiers, )
1733 (rmail-enable-mime-composing, gnus-local-organization)
1734 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1735 (gnus-read-active-file, facemenu-add-face-function)
1736 (facemenu-remove-face-function, gnus-article-decoded-p)
1737 (tool-bar-mode):
1738 * mail-source.el (display-time-mail-function):
1739 * gnus-util.el (nnmail-pathname-coding-system)
1740 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1741 (gnus-original-article-buffer, gnus-user-agent)
1742 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1743 (xemacs-codename, sxemacs-codename, emacs-program-version):
1744 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1745 * gnus-start.el (gnus-agent-covered-methods)
1746 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1747 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1748 (gnus-newsgroup-headers, gnus-group-list-mode)
1749 (gnus-group-mark-positions, gnus-newsgroup-data)
1750 (gnus-newsgroup-unreads, nnoo-state-alist)
1751 (gnus-current-select-method, mail-sources)
1752 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1753 (nnmail-spool-file, gnus-cache-active-hashtb):
1754 * gnus-mh.el (mh-lib-progs):
1755 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1756 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1757 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1758 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1759 (gnus-group-buffer):
1760 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1761 (font-lock-set-defaults):
1762 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1763 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1764 (gnus-summary-post-menu, total-parts, type, condition, length):
1765 * gnus-agent.el (gnus-agent-read-agentview):
1766 * flow-fill.el (show-trailing-whitespace):
1767 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1768 eval-and-compile wrappers for byte compiler pacifiers.
1769
1770 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1771 (mm-display-inline-fontify): Check for featurep 'xemacs not
1772 extent-list.
1773
1774 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1775 itimer-list.
1776 (mm-create-image-xemacs): Only do something for XEmacs.
1777 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1778
1779 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1780
1781 * gnus-registry.el (gnus-adaptive-word-syntax-table):
1782 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1783
1784 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1785
1786 * nnimap.el (nnimap-split-download-body):
1787 * gnus-demon.el (gnus-demon):
1788 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1789
1790 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1791
1792 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1793 macros.
1794 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1795 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1796 copy data from unibyte buffer to multibyte current buffer.
1797 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1798 to copy data from unibyte current buffer to multibyte buffer.
1799 (nntp-make-process-buffer): Make process buffer unibyte.
1800
1801 * pop3.el (pop3-open-server): Fix typo in Lisp code.
1802
1803 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
1804
1805 * pop3.el (pop3-open-server): Accept and process data more robustly at
1806 connexion start to avoid spurious "POP SSL connexion failed" errors.
1807
1808 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1809
1810 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1811 read group names.
1812
1813 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
1814
1815 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1816
1817 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1818
1819 * nnmail.el (nnmail-parse-active): Make group names unibyte.
1820 (nnmail-save-active): Use a unibyte buffer when saving active file,
1821 which may contain non-ASCII group names.
1822
1823 * nnml.el (nnml-request-group): Decode group names in messages.
1824
1825 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1826
1827 * message.el (message-citation-line-function)
1828 (message-insert-formatted-citation-line): Fix spelling of
1829 `message-insert-formated-citation-line'.
1830
1831 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
1832
1833 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1834
1835 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1836
1837 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1838 nnmail-pathname-coding-system.
1839
1840 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1841 that a user enters; decode group names in messages.
1842
1843 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1844
1845 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
1846
1847 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1848
1849 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1850
1851 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1852 risky local variable.
1853
1854 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1855
1856 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1857
1858 * encrypt.el: Improve documentation to fix function name typo.
1859 Reported by Daiki Ueno <ueno@unixuser.org>.
1860
1861 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1862
1863 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1864 even if the point is not in the last page of an article.
1865 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1866 back to the previous page.
1867
1868 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
1869
1870 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1871
1872 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
1873
1874 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1875
1876 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1877
1878 * message.el (message-check-news-body-syntax): Avoid
1879 mm-string-as-multibyte.
1880 (message-hide-headers): Don't assume (point-min)==1.
1881
1882 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1883
1884 * message.el (message-remove-blank-cited-lines): Fix if remove is
1885 given.
1886 (message-bogus-address-regexp): New variable.
1887 (message-bogus-recipient-p): New function.
1888 (message-check-recipients): New command.
1889 (message-syntax-checks): Add `bogus-recipient'.
1890 (message-fix-before-sending): Add `bogus-recipient'.
1891
1892 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1893 (gnus-treat-body-boundary): Don't test window-system.
1894
1895 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
1896
1897 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1898
1899 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1900
1901 * gnus.el: Bump version to Gnus v5.13.
1902
1903 2007-10-28 Miles Bader <miles@gnu.org>
1904
1905 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1906 at compile-time too.
1907
1908 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
1909
1910 * gnus-msg.el (gnus-message-setup-hook): Add
1911 `message-remove-blank-cited-lines' to options.
1912
1913 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
1914
1915 * message.el (message-remove-blank-cited-lines): New function.
1916 Suggested by Karl Plästerer.
1917
1918 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
1919
1920 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1921 mapc.
1922
1923 * imap.el (imap-open): Replace mapcar called for effect with mapc.
1924 (top-level): Use mapc to set functions to be traced for debugging.
1925
1926 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1927 called for effect with while loop.
1928
1929 * message.el (message-talkative-question): Replace mapcar called for
1930 effect with mapc.
1931
1932 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1933 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1934 called for effect with dolist.
1935
1936 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1937
1938 * nndiary.el: Use dolist instead of mapcar to add diary headers to
1939 gnus-extra-headers and nnmail-extra-headers.
1940
1941 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1942 called for effect with dolist.
1943 (top-level): Use mapc to set functions to be traced for debugging.
1944
1945 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1946 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1947 dolist.
1948
1949 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1950 Replace mapcar called for effect with mapc.
1951 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1952 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1953 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1954 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1955
1956 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1957 remove-if that's a cl function.
1958
1959 * webmail.el (webmail-debug): Replace mapcar called for effect with
1960 dolist.
1961
1962 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
1963
1964 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1965 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1966 with while loop.
1967
1968 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1969 functions from article-* functions.
1970 (gnus-multi-decode-header): Replace mapcar called for effect with
1971 dolist.
1972
1973 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1974 (gnus-bookmark-show-details): Replace mapcar called for effect with
1975 while loop.
1976
1977 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1978 called for effect with while loop.
1979
1980 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1981 with dolist.
1982
1983 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1984 mapcar called for effect with dolist.
1985
1986 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1987
1988 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1989 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1990 Replace mapcar called for effect with dolist.
1991 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1992 mapc.
1993
1994 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1995 Replace mapcar called for effect with dolist.
1996 (gnus-topic-list): Replace mapcar called for effect with mapc.
1997
1998 * gnus.el: Use mapc instead of mapcar to add autoloads.
1999
2000 2007-10-23 Richard Stallman <rms@gnu.org>
2001
2002 * gnus-group.el (gnus-group-highlight): Mark as risky.
2003
2004 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2005
2006 * gnus.el (gnus-server-to-method): Return method found first in
2007 gnus-newsrc-alist.
2008
2009 * gnus-art.el (gnus-article-highlight-signature)
2010 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2011 button overlay without the front stickiness.
2012
2013 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
2014
2015 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2016 overview buffer needed a catch to receive its throw.
2017 (gnus-agent-flush-cache): Declared as interactive to make this function
2018 easier to use.
2019
2020 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2021
2022 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2023 `next-line'.
2024
2025 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2026
2027 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2028 exclude address matching message-dont-reply-to-names.
2029
2030 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2031
2032 * gnus-util.el (gnus-string<): New function.
2033
2034 * gnus-sum.el (gnus-article-sort-by-author)
2035 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2036
2037 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2038
2039 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2040 the frame-focus tag is set in gnus-buffer-configuration.
2041
2042 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2043
2044 * gnus-art.el (gnus-article-add-button): Make a button overlay without
2045 the front stickiness.
2046
2047 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2048
2049 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2050 url pattern; remove duplicate one.
2051 (gnus-article-extend-url-button): New function.
2052 (gnus-article-add-buttons): Use it.
2053 (gnus-button-push): Use concatenated url that it makes.
2054
2055 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2056
2057 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2058 (sieve-manage-open): Use `mapc' instead of `mapcar'.
2059
2060 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2061
2062 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2063 Don't hardcode point-min==1.
2064
2065 2007-09-30 David Kastrup <dak@gnu.org>
2066
2067 * gnus-art.el (gnus-article-reply-with-original)
2068 (gnus-article-followup-with-original): When `transient-mark-mode' is
2069 off, refrain from active-region behavior for followups.
2070
2071 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2072
2073 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2074 Fix comment about "iso8859-1".
2075
2076 2007-10-08 Daiki Ueno <ueno@unixuser.org>
2077
2078 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2079 ones returned from the verify-function.
2080
2081 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2082 mml2015-extract-cleartext-signature if extraction failed.
2083
2084 2007-10-07 Daiki Ueno <ueno@unixuser.org>
2085
2086 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2087 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2088 failed.
2089
2090 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2091
2092 * Relicense "GPLv2 or later" files to "GPLv3 or later".
2093
2094 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2095
2096 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2097 to mark a thread as expirable. Add variable `hide' to handle hiding of
2098 thread for both the null and zero (kill/expire thread) universal prefix
2099 cases.
2100 (gnus-summary-expire-thread): Add new function to expire a thread,
2101 using gnus-summary-kill-thread.
2102 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2103 shortcuts for gnus-summary-expire-thread.
2104 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2105 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
2106
2107 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2108
2109 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2110 extras value, so an extras entry can be deleted.
2111 (gnus-registry-delete-extra-entry): Use it.
2112 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2113 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2114 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2115 storage through the gnus-registry, and provide an appropriate API for
2116 it.
2117
2118 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2119
2120 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2121 Suggested by Leo <sdl.web@gmail.com>.
2122
2123 * gnus.el: Do.
2124
2125 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2126
2127 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2128 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
2129
2130 * gnus-agent.el (gnus-agent-fetch-headers): Do.
2131
2132 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2133 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2134
2135 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2136
2137 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2138 newline.
2139 (nnmbox-request-accept-article): Don't change article in source buffer;
2140 narrow to header to use message-fetch-field rather than
2141 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2142 (nnmbox-request-replace-article): Quote lines that'll be misidentified
2143 as delimiters; make sure article ends with newline.
2144 (nnmbox-delete-mail): Correct last position of article to be deleted;
2145 ignore X-Gnus-Newsgroup header in article body.
2146 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2147 positions; make sure article ends with newline.
2148
2149 * message.el (message-display-abbrev): Don't infloop when a user
2150 inserts SPC in the beginning of header.
2151
2152 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2153
2154 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2155 list of groups not followed by default. Fix type to be regexp.
2156 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2157
2158 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2159
2160 * hmac-def.el (define-hmac-function): Switch from old-style to
2161 new-style backquotes.
2162
2163 * md4.el (md4-make-step): Likewise.
2164
2165 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2166
2167 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2168 raw-text coding system when saving .newsrc file, which may contain
2169 non-ASCII group names.
2170
2171 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2172
2173 * gnus-cus.el (gnus-score-extra): New widget.
2174 (gnus-score-extra-convert): New function.
2175 (gnus-score-customize): Use it for Extra.
2176
2177 2007-08-31 Daiki Ueno <ueno@unixuser.org>
2178
2179 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2180 (mml2015-mailcrypt-clear-verify): Use it.
2181 (mml2015-gpg-clear-verify): Use it.
2182 (mml2015-pgg-clear-verify): Use it.
2183 (mml2015-epg-clear-verify): Replace the current part with the output
2184 from GnuPG; don't extract the plaintext by itself.
2185
2186 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2187 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2188 mml2015-clear-verify-function; don't touch the armor headers or
2189 dash-escaped text here.
2190
2191 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2192
2193 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2194 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2195 parts, or application/octet-stream as a last resort.
2196 (gnus-mime-view-part-as-type): Don't toggle display.
2197 (gnus-mime-view-part-as-charset): Don't turn off display before
2198 querying charset.
2199
2200 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2201 stuff to undisplayer function in Emacs.
2202 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2203
2204 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2205 text/calendar parts.
2206
2207 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2208
2209 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2210 decoding text/calendar parts.
2211
2212 * message.el (message-forward-make-body-mime): Always mark body as
2213 having no illegible text; remove signed-or-encrypted argument.
2214 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2215
2216 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2217 (mml-generate-mime-1): Don't encode body if it is specified to be in
2218 raw form; don't make buffer be unibyte when inserting multibyte string.
2219
2220 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2221
2222 * sha1.el: Fix up comment style.
2223 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2224 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2225
2226 * hex-util.el: Fix up comment style.
2227 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2228
2229 * gnus-salt.el: Use with-current-buffer.
2230 (gnus-pick-setup-message): Fix long-standing typo.
2231
2232 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2233
2234 * imap.el (imap-logout-timeout): New variable.
2235 (imap-logout, imap-logout-wait): New functions.
2236 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2237
2238 * nnimap.el (nnimap-logout-timeout): New server variable.
2239 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2240 nnimap-logout-timeout.
2241
2242 * gnus-art.el (gnus-article-summary-command-nosave)
2243 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2244
2245 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2246
2247 * gnus.el (gnus-maximum-newsgroup): New variable.
2248
2249 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2250 according to gnus-maximum-newsgroup.
2251
2252 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2253 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2254 Limit the range of articles according to gnus-maximum-newsgroup.
2255
2256 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2257
2258 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2259 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2260 Don't perform gnus-configure-windows here; reuse existing sticky
2261 article buffer.
2262
2263 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2264 it doesn't exist in gnus-article-mode.
2265
2266 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2267
2268 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2269 (gnus-agent-decoded-group-name): New function.
2270 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2271 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2272
2273 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2274
2275 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2276 Add binding for gnus-sticky-article.
2277 (gnus-summary-exit): Don't kill sticky article buffers.
2278
2279 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2280 article buffer.
2281 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2282 (gnus-kill-sticky-article-buffers): New commands.
2283
2284 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2285
2286 * nntp.el (nntp-xref-number-is-evil): New server variable.
2287 (nntp-find-group-and-number): If it is non-nil, don't trust article
2288 numbers in the Xref header.
2289
2290 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2291
2292 * gnus-agent.el (gnus-agent-read-group): New function.
2293 (gnus-agent-flush-group, gnus-agent-expire-group)
2294 (gnus-agent-regenerate-group): Use it.
2295 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2296 nnmail-pathname-coding-system.
2297
2298 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2299
2300 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2301
2302 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2303 that are unread as unread, and also as selected so that information of
2304 marks having been changed by a user may be updated when exiting group.
2305
2306 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2307
2308 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2309
2310 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2311
2312 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2313 calculated ignoring signature parts to gnus-treat-article.
2314
2315 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2316
2317 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2318 a point here in order to keep the window start.
2319 (gnus-insert-mime-security-button): Make a button overlay without the
2320 front stickiness.
2321 (gnus-mime-display-security): Goto the end of a button.
2322
2323 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2324
2325 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2326
2327 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2328 group-name-at-point.
2329 (gnus-group-completing-read): New function that offers decoded
2330 non-ASCII group names for completion.
2331 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2332 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2333 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2334 (gnus-group-fetch-control): Use it.
2335 (gnus-fetch-group): Use group-name-at-point for the initial value
2336 rather than the default value; use gnus-alive-p.
2337
2338 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2339 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2340 (gnus-summary-post-news): Use gnus-group-completing-read.
2341
2342 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2343 (gnus-read-move-group-name): Decode group name for completion.
2344
2345 2007-07-31 Ted Zlatanov <tzz@lifelogs.com>
2346
2347 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2348 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2349 Yamaoka slightly modified the code).
2350
2351 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2352
2353 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2354 (nnmail-split-incoming): Bind it.
2355
2356 * nnml.el (nnml-group-name-charset): New function.
2357 (nnml-decoded-group-name): Use it; don't decode group name if
2358 nnmail-group-names-not-encoded-p is non-nil.
2359 (nnml-encoded-group-name): New function.
2360 (nnml-group-pathname): Inline nnml-decoded-group-name.
2361 (nnml-request-expire-articles): Decode group name in message.
2362 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2363 nnmail-pathname-coding-system.
2364 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2365 not decoded ones according to nnmail-group-names-not-encoded-p.
2366 (nnml-generate-active-info): Use nnml-encoded-group-name.
2367
2368 2007-08-08 Glenn Morris <rgm@gnu.org>
2369
2370 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2371 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2372 doc-strings and comments.
2373
2374 2007-07-25 Glenn Morris <rgm@gnu.org>
2375
2376 * Relicense all FSF files to GPLv3 or later.
2377
2378 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2379
2380 * gnus-sum.el (gnus-summary-move-article): Make
2381 gnus-summary-respool-article work.
2382
2383 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2384
2385 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2386 string.
2387
2388 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
2389
2390 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2391 that should be ignored when comparing distant RSS articles with local
2392 ones.
2393 (nnrss-make-hash-index): New function. Create a hash index according
2394 to the ignored fields.
2395 (nnrss-check-group): Use it.
2396
2397 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2398
2399 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2400
2401 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2402
2403 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2404 the new optional argument ENCODED is non-nil.
2405 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2406 coding system for encoding group name.
2407 (gnus-group-make-rss-group): Pass un-encoded group name to
2408 gnus-group-make-group.
2409 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2410 encoded.
2411
2412 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2413 Encode group name to which articles are moved or copied.
2414 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2415 coding system for encoding Newsgroup, Followup-To and Xref headers.
2416
2417 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2418 marks; use nnheader-file-coding-system to write a file.
2419 (nnagent-retrieve-headers): Bind file-name-coding-system to
2420 nnmail-pathname-coding-system.
2421
2422 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2423
2424 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2425 (nnml-request-article, nnml-request-create-group)
2426 (nnml-request-rename-group, nnml-find-id)
2427 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2428 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2429 (nnml-save-marks): Use nnml-group-pathname instead of
2430 nnmail-group-pathname.
2431
2432 (nnml-request-create-group, nnml-request-expire-articles)
2433 (nnml-request-move-article, nnml-request-delete-group)
2434 (nnml-deletable-article-p, nnml-possibly-create-directory)
2435 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2436 (nnml-open-marks): Bind file-name-coding-system to
2437 nnmail-pathname-coding-system.
2438
2439 (nnml-request-article): Pass server argument to nnml-find-group-number.
2440 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2441 server argument to nnml-possibly-create-directory.
2442 (nnml-request-accept-article): Pass server argument to
2443 nnml-active-number and nnml-save-mail.
2444 (nnml-find-group-number): Pass server argument to nnml-find-id.
2445 (nnml-request-update-info): Pass server argument to
2446 nnml-marks-changed-p.
2447
2448 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2449 (nnml-save-mail, nnml-active-number): Add server argument.
2450
2451 (nnml-request-delete-group): Warn if group is missing.
2452 (nnml-get-nov-buffer): Decode group name.
2453 (nnml-generate-active-info): Encode group name.
2454 (nnml-open-marks): Decode group name in messages.
2455
2456 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2457
2458 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2459 if it is not specified.
2460 (gnus-article-pipe-part, gnus-article-save-part)
2461 (gnus-article-interactively-view-part, gnus-article-copy-part)
2462 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2463 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2464 (gnus-article-replace-part, gnus-article-delete-part)
2465 (gnus-article-view-part-as-type): Pass raw prefix argument to
2466 gnus-article-part-wrapper.
2467
2468 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2469
2470 * gnus-agent.el (gnus-agent-save-active): Bind
2471 nnheader-file-coding-system to gnus-agent-file-coding-system.
2472
2473 * gnus-cache.el (gnus-cache-save-buffers)
2474 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2475 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2476 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2477 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2478 (gnus-cache-generate-active, gnus-cache-rename-group)
2479 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2480 (gnus-cache-update-overview-total-fetched-for): Bind
2481 file-name-coding-system to nnmail-pathname-coding-system.
2482 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2483 variables.
2484 (gnus-cache-decoded-group-name): New function.
2485 (gnus-cache-file-name): Use it.
2486 (gnus-cache-generate-active): Use non-decoded group name for active.
2487
2488 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2489 right place.
2490 (gnus-write-active-file): Don't break non-ASCII group names.
2491
2492 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2493 nnmail-pathname-coding-system.
2494
2495 * gnus-uu.el (gnus-uu-decode-save): Typo.
2496
2497 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2498
2499 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2500
2501 2007-07-14 David Kastrup <dak@gnu.org>
2502
2503 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2504 finishing actions if we did not edit the article.
2505
2506 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2507
2508 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2509 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2510 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2511 (gnus-agent-flush-group, gnus-agent-flush-cache)
2512 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2513 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2514 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2515 (gnus-agent-regenerate-group)
2516 (gnus-agent-update-files-total-fetched-for)
2517 (gnus-agent-update-view-total-fetched-for): Bind
2518 file-name-coding-system to nnmail-pathname-coding-system.
2519 (gnus-agent-group-pathname): Don't encode file names by
2520 nnmail-pathname-coding-system.
2521 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2522 coding-system-for-write instead of buffer-file-coding-system to
2523 gnus-agent-file-coding-system.
2524
2525 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2526 Decode group name.
2527
2528 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2529
2530 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2531 (gnus-read-newsrc-el-file): Make group names unibyte.
2532
2533 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2534 nnmail-pathname-coding-system.
2535
2536 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2537 (nnrss-request-delete-group): Bind file-name-coding-system to
2538 nnmail-pathname-coding-system.
2539 (nnrss-read-server-data, nnrss-read-group-data): Bind
2540 file-name-coding-system correctly.
2541 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2542
2543 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2544 (nntp-server-to-method-cache): New variable.
2545 (nntp-group-pathname): New function that decodes non-ASCII group names.
2546 (nntp-possibly-create-directory, nntp-marks-changed-p)
2547 (nntp-save-marks, nntp-open-marks): Use it.
2548 (nntp-possibly-create-directory, nntp-open-marks):
2549 Bind file-name-coding-system to nnmail-pathname-coding-system.
2550 (nntp-open-marks): Decode group names when bootstrapping marks.
2551
2552 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2553 Newsgroups and Folowup-To headers.
2554
2555 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2556
2557 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2558 (gnus-server-closed-face, gnus-server-denied-face)
2559 (gnus-server-offline-face): Remove variable.
2560 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2561
2562 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2563 of modifying message-stack directly for XEmacs.
2564
2565 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2566 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2567 if the coding-system argument is nil for XEmacs.
2568
2569 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2570 mm-charset-override-alist.
2571
2572 * rfc2047.el: Don't require base64; require rfc2045 for the function
2573 rfc2045-encode-string.
2574 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2575 to quote the parameter value.
2576
2577 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2578
2579 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2580 form in gnus-group-name-charset-method-alist.
2581
2582 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2583 overrides the default layout edit-form.
2584
2585 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2586
2587 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2588
2589 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2590
2591 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2592 as unfetched articles.
2593
2594 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2595
2596 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2597
2598 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2599
2600 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2601 original back end that keeps marks in the local system.
2602
2603 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2604
2605 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2606 arg of pop-to-buffer for XEmacs.
2607 (gnus-article-read-summary-keys): Ditto; don't restore window
2608 configuration if summary command ends up with neither article buffer
2609 nor summary buffer; describe bindings if summary keys end with C-h.
2610
2611 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2612
2613 * message.el (message-fix-before-sending): Skip raw message part to be
2614 forwarded while checking illegible text.
2615 (message-forward-make-body-mime, message-forward-make-body): Mark
2616 signed or encrypted raw message as having no illegible text.
2617
2618 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2619
2620 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2621 (gnus-message-with-timestamp-1): New macro.
2622 (gnus-message-with-timestamp): New function.
2623 (gnus-message): Use them.
2624
2625 * nnheader.el (nnheader-message): Use them.
2626
2627 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2628
2629 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2630 .newsrc.eld file.
2631
2632 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2633
2634 * gnus-agent.el (gnus-agent-fetch-headers)
2635 (gnus-agent-retrieve-headers): Bind
2636 gnus-decode-encoded-address-function to identity.
2637
2638 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2639 available also when the server returns simply a dot.
2640
2641 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2642
2643 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2644
2645 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2646
2647 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2648
2649 * gnus-ems.el (gnus-x-splash): Make it work.
2650
2651 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2652 from being used.
2653
2654 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2655
2656 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2657 the front stickiness.
2658 (gnus-article-summary-command-nosave): Correct the order of the
2659 arguments passed to pop-to-buffer.
2660 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2661 summary command ends up with the article buffer.
2662
2663 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2664 the same faces.
2665
2666 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2667
2668 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2669
2670 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2671
2672 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2673 * gnus-sum.el (gnus-summary-highlight):
2674 * mail-source.el (mail-source-delete-old-incoming-confirm):
2675 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2676
2677 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2678
2679 * gnus-art.el (gnus-mime-view-part-externally)
2680 (gnus-mime-view-part-internally): Fix predicate function passed to
2681 completing-read.
2682
2683 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2684
2685 * gnus.el (gnus-update-message-archive-method): Add :version.
2686
2687 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2688
2689 * gnus.el (gnus-update-message-archive-method): New variable.
2690
2691 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2692 according to gnus-message-archive-method if
2693 gnus-update-message-archive-method is non-nil.
2694
2695 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2696
2697 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2698 by Loic Dachary <loic@dachary.org>.
2699 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2700
2701 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2702
2703 * message.el (message-pop-to-buffer): Add switch-function argument.
2704 (message-mail): Pass switch-function argument to it.
2705
2706 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2707
2708 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2709 Improve doc string.
2710
2711 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2712
2713 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2714 (gnus-header-content)
2715 * gnus-cite.el (gnus-cite-10)
2716 * gnus-srvr.el (gnus-server-closed)
2717 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2718 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2719 (gnus-group-mail-3-empty, gnus-group-mail-low)
2720 (gnus-group-mail-low-empty, gnus-splash)
2721 * message.el (message-header-to, message-header-cc)
2722 (message-header-subject, message-header-other, message-header-name)
2723 (message-header-xheader, message-separator, message-cited-text)
2724 (message-mml): Lighten colors of faces used for dark background.
2725
2726 2007-05-24 Simon Josefsson <simon@josefsson.org>
2727
2728 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2729 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2730
2731 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2732
2733 * message.el (message-narrow-to-headers-or-head):
2734 Ignore mail-header-separator in the body.
2735
2736 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2737
2738 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2739 same as window size.
2740
2741 2007-05-22 Kevin Ryde <user42@zip.com.au>
2742
2743 * message.el (message-font-lock-keywords): Use message-header-xheader
2744 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2745 ahead of the anything pattern, to get it recognised.
2746
2747 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
2748
2749 * gnus-sum.el (gnus-articles-to-read)
2750 (gnus-summary-insert-old-articles): Don't truncate group name for
2751 `read-string'.
2752
2753 * gnus-util.el (gnus-limit-string): Delete this function.
2754
2755 * gnus-sum.el (gnus-simplify-subject-fully): Use
2756 `truncate-string-to-width' instead.
2757
2758 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
2759
2760 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2761 if, on summary exit, the next group has to be selected.
2762 (gnus-summary-exit): Use it.
2763
2764 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2765
2766 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2767 non-break space.
2768
2769 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2770
2771 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2772 Check if group is not a directory.
2773 (nnfolder-request-expire-articles): Don't delete articles if the target
2774 group is not available.
2775
2776 * nnml.el (nnml-request-create-group): Properly check if group is not a
2777 file.
2778 (nnml-request-expire-articles): Don't delete articles if the target
2779 group is not available.
2780
2781 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2782 Don't quote characters that are within parentheses.
2783
2784 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
2785
2786 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2787 (gnus-handle-ephemeral-exit): Select article according to it.
2788
2789 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
2790
2791 * message.el (message-insert-formated-citation-line): Remove newline.
2792 (message-citation-line-format): Add final \n here so that the user can
2793 avoid a blank line.
2794
2795 2007-05-03 Dan Christensen <jdc@uwo.ca>
2796
2797 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2798 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2799 Update lanl/arXiv support.
2800
2801 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2802
2803 * gnus.el: Bump version number.
2804
2805 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2806
2807 * gnus.el (gnus-version-number): Bump version.
2808
2809 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2810
2811 * gnus.el: No Gnus v0.6 is released.
2812
2813 2007-04-27 Didier Verna <didier@xemacs.org>
2814
2815 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2816 * gmm-utils.el (gmm-regexp-concat): here.
2817 * message.el: Don't require 'gnus-util.
2818 (message-dont-reply-to-names): Handle name change above.
2819 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2820
2821 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2822
2823 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2824 since the initial value varies according to the system.
2825
2826 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
2827
2828 * mm-util.el (mm-charset-synonym-alist): Defcustom.
2829
2830 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2831
2832 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2833
2834 2007-04-24 Didier Verna <didier@xemacs.org>
2835
2836 Improve the type of gnus-ignored-from-addresses.
2837 * gnus-util.el (gnus-orify-regexp): New function.
2838 * message.el (gnus-util): Require it.
2839 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2840 * gnus-sum.el (gnus-ignored-from-addresses): New function.
2841 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2842
2843 2007-04-24 Didier Verna <didier@xemacs.org>
2844
2845 * gnus-sum.el:
2846 * gnus-utils.el: Fix some trailing whitespaces.
2847
2848 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
2849
2850 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2851 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2852 article's Message-ID; refer parent article in summary buffer.
2853
2854 * message.el (message-bounce): Call mime-to-mml.
2855
2856 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
2857
2858 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2859
2860 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
2861
2862 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2863 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2864 displayed of multipart/alternative part if it is invoked from summary
2865 buffer.
2866
2867 * mm-view.el (mm-inline-text-html-render-with-w3m)
2868 (mm-inline-text-html-render-with-w3m-standalone)
2869 (mm-inline-render-with-function): Use mail-parse-charset by default.
2870
2871 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2872
2873 * parse-time.el (parse-time-string-chars): Check if CHAR
2874 is less than the length of parse-time-syntax.
2875
2876 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
2877
2878 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2879 from gnus-newsgroup-processable.
2880
2881 2007-04-16 Didier Verna <didier@xemacs.org>
2882
2883 * gnus-msg.el (gnus-configure-posting-styles): Handle
2884 message-signature-directory properly with :file syntax. Reported by
2885 "Leo".
2886
2887 2007-04-11 Didier Verna <didier@xemacs.org>
2888
2889 New user option: message-signature-directory.
2890 * gnus-msg.el (gnus-configure-posting-styles): Support it.
2891 * message.el (message-insert-signature): Ditto.
2892 * message.el (message-signature-file): Doc update.
2893 * message.el (message-signature-directory): New.
2894
2895 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
2896
2897 * gnus-msg.el (gnus-inews-yank-articles): Use
2898 message-exchange-point-and-mark instead of exchange-point-and-mark.
2899
2900 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
2901
2902 * message.el (message-yank-original): Make sure cited text ends with
2903 newline; don't exchange point and mark.
2904
2905 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2906
2907 * tls.el (open-tls-stream): Properly handle case where there
2908 is no associated buffer.
2909
2910 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
2911
2912 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2913 message-yank-original, make sure (< mark TEXT point).
2914
2915 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
2916
2917 * message.el (message-fill-column): New variable.
2918 (message-mode): Use it. Add comment on a possible new hook.
2919
2920 * nnmail.el (nnmail-spool-file): Mark as obsolete.
2921 (nnmail-get-new-mail): Reformat.
2922
2923 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2924
2925 * gmm-utils.el: Fix Commentary.
2926 (gmm-tool-bar-from-list): Fix typo in doc string.
2927
2928 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
2929
2930 * message.el (message-yank-original): Don't switch point and mark
2931 unnecessarily to put point and mark as documented.
2932
2933 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2934
2935 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2936 from the message heads.
2937
2938 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
2939
2940 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2941 article buffer does not have a window. This may not be the best
2942 solution but is certainly better than setting the start of the null,
2943 that is the current, window.
2944
2945 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
2946
2947 * gnus-draft.el (gnus-draft-setup-hook): New hook.
2948 (gnus-draft-setup): Run it.
2949
2950 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2951 gnus-score-fast-scoring. Allow regexp.
2952 (gnus-score-headers): Use it.
2953
2954 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2955 XEmacs.
2956
2957 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2958 string.
2959 (gnus-button-alist): Also catch `<f1> k ...'.
2960 (gnus-treat-display-x-face): Fix doc string.
2961
2962 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2963
2964 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2965 evaluation of gnus-extended-version to ensure correct generation of the
2966 User-Agent header when message-generate-headers-first is used.
2967
2968 2007-03-24 Simon Josefsson <simon@josefsson.org>
2969
2970 * hashcash.el (hashcash-generate-payment-async): Don't crash if
2971 hashcash-path is nil. Don't call callback with incorrect number of
2972 parameters if val is 0.
2973
2974 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2975
2976 * message.el (message-required-news-headers):
2977 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2978
2979 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
2980
2981 * message.el (message-generate-new-buffers): Change the meaning of the
2982 nil value; add `standard' to the choices; treat t as `unique'; improve
2983 doc string.
2984 (gnus-select-frame-set-input-focus): Autoload.
2985 (message-buffer-name): Search for the existing message buffer if
2986 message-generate-new-buffers is nil or `standard'; treat the value t of
2987 message-generate-new-buffers as `unique'.
2988 (message-pop-to-buffer): Raise the frame already displaying the message
2989 buffer; clear the echo area after querying.
2990 (message-setup): Pass the `continue' argument to compose-mail.
2991 (message-mail): Prefer `switch-function' if it is given; search for the
2992 existing message buffer if the `continue' argument is non-nil; pass
2993 continue and switch-function arguments to compose-mail by way of
2994 message-setup.
2995 (message-mail-other-window): Adjust argument of message-setup.
2996 (message-mail-other-frame): Ditto.
2997
2998 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2999
3000 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3001 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3002 to turn font-lock on when turning gnus-message-citation-mode on.
3003
3004 2007-03-06 Daiki Ueno <ueno@unixuser.org>
3005
3006 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3007 (mml-smime-function-alist): New variable; add epg as the backend.
3008 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3009 mml-smime- functions instead.
3010 * mm-view.el: Require smime.
3011
3012 2007-03-05 Didier Verna <didier@xemacs.org>
3013
3014 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3015 instead of just inheritance for posting styles.
3016 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3017
3018 2007-02-24 John Paul Wallington <jpw@pobox.com>
3019
3020 * tls.el (tls-certtool-program): Fix custom type.
3021
3022 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3023
3024 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3025 and point-at-eol instead of line-(beginning|end)-position.
3026
3027 * assistant.el (assistant-parse-buffer): Ditto.
3028
3029 2007-02-28 Daiki Ueno <ueno@unixuser.org>
3030
3031 * mml2015.el (mml2015-epg-find-usable-key): New function.
3032 (mml2015-epg-sign): Use it.
3033 (mml2015-epg-encrypt): Use it.
3034
3035 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3036
3037 * message.el (message-make-in-reply-to): Quote name containing
3038 non-ASCII characters. It will make the RFC2047 encoder cause an error
3039 if there are special characters. Reported by NAKAJI Hiroyuki
3040 <nakaji@jp.freebsd.org>.
3041
3042 2007-02-27 Didier Verna <didier@xemacs.org>
3043
3044 Include the group parameters as well as the topic ones in the
3045 inheritance filter process.
3046 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3047 argument GROUP-PARAMS-LIST.
3048 * gnus-topic.el (gnus-group-topic-parameters): Use it.
3049
3050 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3051
3052 * nntp.el (nntp-never-echoes-commands)
3053 (nntp-open-connection-functions-never-echo-commands): New variables.
3054 (nntp-send-command): Use them.
3055
3056 2007-02-20 Daiki Ueno <ueno@unixuser.org>
3057
3058 * mml2015.el (mml2015-epg-verify): Simplified.
3059
3060 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3061
3062 * mml.el (mml-content-disposition-alist): New user option.
3063 (mml-content-disposition): New function.
3064 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3065 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3066
3067 2007-02-19 Daiki Ueno <ueno@unixuser.org>
3068
3069 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3070 verification.
3071
3072 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3073
3074 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3075 articles posted in the last 24 hours.
3076
3077 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
3078
3079 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3080
3081 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
3082
3083 * nntp.el (nntp-send-command): Don't wait for echoes when
3084 nntp-open-ssl-stream is used.
3085
3086 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
3087
3088 * gnus-cite.el (gnus-test-font-lock-add-keywords)
3089 (gnus-message-add-citation-keywords)
3090 (gnus-message-remove-citation-keywords): Remove.
3091 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3092 directly, make the variables in font-lock-defaults buffer-local, add
3093 gnus-message-citation-keywords to them and then update the value of
3094 font-lock-keywords.
3095
3096 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
3097
3098 * message.el (message-cite-original-1): Don't call
3099 gnus-article-highlight-citation.
3100
3101 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3102 citations; fix line count.
3103
3104 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
3105
3106 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3107 (gnus-message-add-citation-keywords)
3108 (gnus-message-remove-citation-keywords): Use it; fix the emulating
3109 versions of font-lock-add-keywords and font-lock-remove-keywords to
3110 work with XEmacs correctly.
3111
3112 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3113
3114 * gnus-cite.el (gnus-cite-face-list): Set the values of
3115 gnus-message-max-citation-depth and gnus-message-citation-keywords.
3116 (gnus-message-max-citation-depth): Use defvar rather than defconst.
3117 (gnus-message-cite-prefix-regexp): New variable.
3118 (gnus-message-search-citation-line): Use it; protect against long
3119 citation prefix; fill match data with nil rather than 0 for XEmacs; set
3120 the 0th match data for Emacs.
3121 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3122 (gnus-message-add-citation-keywords): Append keywords rather than
3123 prepending; emulate font-lock-add-keywords if it is not available.
3124 (gnus-message-remove-citation-keywords): Emulate
3125 font-lock-remove-keywords if it is not available.
3126
3127 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3128
3129 * message.el (message-cite-prefix-regexp): Set the value of
3130 gnus-message-cite-prefix-regexp.
3131
3132 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3133
3134 * nnweb.el (nnweb-google-parse-1): Update parser.
3135
3136 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3137
3138 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3139
3140 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3141
3142 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3143 regexp.
3144
3145 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3146
3147 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3148 string-to-multibyte.
3149 (uudecode-decode-region-internal): Use it.
3150
3151 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3152
3153 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3154 custom choice.
3155
3156 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3157
3158 2007-01-22 Daiki Ueno <ueno@unixuser.org>
3159
3160 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3161
3162 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3163 `write-region' to respect `mm-inhibit-file-name-handlers'.
3164
3165 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3166
3167 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3168 Use gnus-home-directory instead of "~/" or "$HOME".
3169
3170 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3171
3172 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3173 to mention filename.
3174 Add comments at beginning regarding usage.
3175 (encrypt-write-file-contents): Change interactive so a string is
3176 acceptable. If the file has no associated model, show an error instead
3177 of a nonsense prompt.
3178
3179 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3180
3181 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3182 Thanks to Yoshihiko Yamada for kind notification of this typo.
3183
3184 2007-01-12 Kenichi Handa <handa@m17n.org>
3185
3186 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3187 multibyte buffer.
3188
3189 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3190
3191 * gnus-score.el (gnus-score-fast-scoring): New variable.
3192 (gnus-score-headers): Use it.
3193
3194 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3195
3196 * message.el (message-cite-original-1): Call
3197 gnus-article-highlight-citation if requested.
3198 (message-make-from): Allow name and address as optional arguments.
3199
3200 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3201
3202 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3203 bugs to doc string.
3204 (gnus-button-alist): Add mid\\|message-id.
3205 (gnus-button-fetch-group): Extend for use in
3206 `browse-url-browser-function'.
3207 (gnus-button-url-regexp): Try to catch paired parentheses like in
3208 Wikipedia URLs.
3209
3210 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3211 Suggested by Simon Krahnke <overlord@gmx.li>.
3212
3213 2007-01-13 Romain Francoise <romain@orebokech.com>
3214
3215 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3216 Update copyright.
3217
3218 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
3219
3220 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3221
3222 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
3223
3224 * gnus-registry.el (gnus-registry-unfollowed-groups)
3225 (gnus-registry-split-fancy-with-parent): Fix documentation.
3226
3227 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3228
3229 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3230 from nnweb groups.
3231
3232 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3233
3234 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3235 Xref urls. Erase buffer before requesting head.
3236
3237 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3238
3239 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3240
3241 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3242 customizable.
3243
3244 2007-01-05 Daiki Ueno <ueno@unixuser.org>
3245
3246 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3247 no signing key is found.
3248 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3249 no encrypting and/or signing key is found.
3250
3251 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3252
3253 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3254
3255 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3256
3257 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3258 headers read from disk with the ones newly found in the current search.
3259 This should no longer cause problems, because the article numbers in
3260 Gmane's `nov.php' output are ignored since the previous change.
3261
3262 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3263
3264 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3265
3266 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3267
3268 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3269
3270 2007-01-01 Romain Francoise <romain@orebokech.com>
3271
3272 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3273
3274 2006-12-31 Steve Youngs <steve@sxemacs.org>
3275
3276 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3277 `define-minor-mode' macro definition expanded properly.
3278 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3279 exclude it there.
3280
3281 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3282 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3283 `fboundp' test.
3284 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3285 This is OK to autoload in (S)XEmacs now.
3286
3287 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3288
3289 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3290 keystroke.
3291 (gnus-summary-limit-to-singletons): Fix typo.
3292
3293 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3294 else fails.
3295
3296 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3297
3298 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3299 docstring.
3300
3301 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3302 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3303 (gnus-summary-insert-dormant-articles): Fix typo in message.
3304
3305 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3306
3307 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3308 nil for XEmacs.
3309 (gnus-message-citation-mode): Don't autoload in XEmacs.
3310
3311 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3312
3313 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
3314
3315 * nnimap.el (nnimap-expunge-search-string): Mention
3316 nnimap-search-uids-not-since-is-evil in docstring.
3317
3318 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3319
3320 * spam.el: Revert to make-obsolete-variable because
3321 define-obsolete-variable-alias is not supported in Emacs 21.
3322
3323 * spam.el (spam-ifile-path, spam-ifile-database-path)
3324 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3325 make-obsolete-variable.
3326 (spam-bsfilter-path, spam-bsfilter-program)
3327 (spam-spamassassin-path, spam-spamassassin-program)
3328 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3329 use "path" inappropriately.
3330 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3331 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3332 variable names.
3333
3334 2006-12-28 Daiki Ueno <ueno@unixuser.org>
3335
3336 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3337 summary buffer.
3338
3339 * password.el (password-cache-remove): Use clear-string to burn
3340 password, if available.
3341
3342 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3343
3344 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3345
3346 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3347
3348 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3349 (gnus-message-highlight-citation): Move defcustom here from
3350 gnus-cite.el.
3351 (gnus-message-citation-mode): Autoload.
3352
3353 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3354 checks to make it compile with XEmacs.
3355 (gnus-message-citation-mode): New minor mode.
3356 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3357 (gnus-message-highlight-citation): New variables.
3358 (gnus-message-search-citation-line)
3359 (gnus-message-add-citation-keywords)
3360 (gnus-message-remove-citation-keywords)
3361 (turn-on-gnus-message-citation-mode)
3362 (turn-off-gnus-message-citation-mode): New functions.
3363
3364 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
3365
3366 * gnus-cite.el: Enable highlighting of different citation levels in
3367 message-mode.
3368
3369 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3370
3371 * message.el (message-make-fqdn): Fix comment.
3372 (message-bogus-system-names): Add ".local".
3373
3374 * spam.el (spam-ifile-path, spam-ifile-program)
3375 (spam-ifile-database-path, spam-ifile-database)
3376 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3377 Don't use "path" inappropriately.
3378 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3379 strings.
3380 (spam-check-ifile, spam-ifile-register-with-ifile)
3381 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3382 new variable names.
3383
3384 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3385 (gnus-treat-display-smileys): Simplify using
3386 gnus-image-type-available-p.
3387
3388 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3389 available.
3390
3391 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3392
3393 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3394 one after turning on the buffer's multibyteness instead of decoding
3395 them directly in the unibyte buffer that causes unexpected conversion
3396 in Emacs 23 (unicode).
3397
3398 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3399
3400 * message.el (message-generate-hashcash): Fix custom type.
3401
3402 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3403
3404 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3405
3406 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3407
3408 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3409 disconnect icons. Add help text.
3410
3411 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3412
3413 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3414 negated to be consistent with the others we handle.
3415
3416 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3417
3418 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3419 version of gnus-summary-buffer to something, so that we can use two
3420 article buffers at the same time.
3421
3422 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3423
3424 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3425 trigger all the extra headers.
3426 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3427 sorting.
3428
3429 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3430
3431 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3432 solid groups.
3433
3434 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3435
3436 * legacy-gnus-agent.el: Add Copyright notice.
3437
3438 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
3439
3440 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3441
3442 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3443
3444 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3445
3446 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3447 to make it work reliably in CVS Emacs.
3448 (gnus-summary-limit-strange-charsets-predicate)
3449 (gnus-summary-limit-to-predicate): New functions.
3450
3451 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
3452
3453 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3454 specifying array size.
3455 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3456 array if it is too small.
3457 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3458 (gnus-sort-threads-loop): New function.
3459
3460 2006-12-06 Chris Moore <dooglus@gmail.com>
3461
3462 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3463 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3464
3465 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
3466
3467 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3468 options.
3469
3470 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3471
3472 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3473 DOS-ing the recipient.
3474
3475 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3476 the headers when creating the mapping to avoid mismappings.
3477 (nnweb-gmane-create-mapping): Always nix out old mapping.
3478
3479 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3480
3481 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3482 and mm-verify-option to never.
3483
3484 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3485
3486 * message.el (message-signed-or-encrypted-p): New function.
3487 (message-forward-make-body): Use it.
3488
3489 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3490 Replace encode-coding-string with mm-encode-coding-string.
3491
3492 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3493
3494 * nneething.el (nneething-decode-file-name): Replace
3495 decode-coding-string with mm-decode-coding-string.
3496
3497 * gnus-int.el (gnus-open-server): Say failed server's name.
3498
3499 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3500
3501 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3502 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3503
3504 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3505 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3506 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3507 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3508 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3509 (gnus-subscribe-newsgroup, gnus-1):
3510 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3511 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3512 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3513 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3514
3515 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3516
3517 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3518 keystroke.
3519 (gnus-summary-limit-to-bodies): Implement headersp.
3520
3521 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3522
3523 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3524
3525 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3526
3527 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3528
3529 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3530
3531 * message.el (message-generate-hashcash): Expand range of values to
3532 include `opportunistic'.
3533 (message-send-mail): Use it.
3534
3535 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3536
3537 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3538 and comment it.
3539
3540 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3541
3542 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3543
3544 * gnus-util.el (gnus-extract-address-components): Improve comment.
3545
3546 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3547
3548 * gnus-util.el (gnus-extract-address-components): Work with address in
3549 which the name portion contains @.
3550
3551 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3552
3553 * gnus.el (gnus-start): Move custom group up.
3554 (gnus-select-method): Don't autoload, but make it available for
3555 `customize-variable'.
3556 (gnus-getenv-nntpserver): Don't autoload.
3557
3558 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3559
3560 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3561
3562 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3563
3564 * message.el (message-sendmail-extra-arguments): New variable.
3565 (message-send-mail-with-sendmail): Use it.
3566
3567 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3568
3569 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3570 mm-with-unibyte-current-buffer to make string unibyte.
3571
3572 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3573 mm-string-as-multibyte.
3574
3575 2006-11-14 Daiki Ueno <ueno@unixuser.org>
3576
3577 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3578 Reported by Werner Koch <wk@gnupg.org>.
3579
3580 2006-11-14 Daiki Ueno <ueno@p360>
3581
3582 * mml2015.el: Autoload epa-select-keys when compiling.
3583
3584 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3585
3586 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3587 message-options.
3588 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3589
3590 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3591
3592 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3593 EasyPG (< 0.0.6).
3594 (mml2015-always-trust): New user option.
3595 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3596 prompt.
3597
3598 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3599
3600 * nntp.el (nntp-authinfo-force): New variable.
3601 (nntp-send-authinfo): Use it.
3602
3603 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3604
3605 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3606 decode encoded words. Improve prompt. Add comment about forwarding.
3607 (message-replacement-char): Move up.
3608
3609 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3610
3611 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3612 instead of gnus-intersection because arguments of gnus-sorted-nunion
3613 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3614
3615 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3616
3617 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3618 (message-simplify-subject-functions): Enable
3619 message-strip-subject-encoded-words by default.
3620
3621 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3622
3623 * message.el (message-strip-subject-encoded-words): New function
3624 (message-simplify-subject-functions): New variable.
3625 (message-simplify-subject): Use it. Fix typo in doc string.
3626 Support message-strip-subject-encoded-words.
3627
3628 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3629
3630 * gnus-diary.el (gnus-diary-delay-format-function):
3631 * nndiary.el (nndiary-reminders):
3632 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3633
3634 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3635
3636 * gnus-art.el (article-hide-boring-headers): Fetch date from
3637 gnus-original-article-buffer to avoid problems with localized date
3638 strings.
3639
3640 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3641
3642 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3643
3644 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3645
3646 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3647 New variables.
3648 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3649 (mm-charset-synonym-alist): Move some entries to
3650 mm-codepage-iso-8859-list.
3651 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3652 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3653
3654 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3655
3656 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3657
3658 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3659
3660 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3661 with Emacs 21 and XEmacs.
3662
3663 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3664
3665 * spam.el (spam-parse-address): New function for better parsing,
3666 catching errors, etc.
3667 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3668
3669 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3670
3671 * mm-view.el: Add interactive arg to html2text autoload.
3672
3673 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3674
3675 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3676
3677 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3678
3679 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3680 variables.
3681 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3682 (mm-charset-synonym-alist): Move some entries to
3683 mm-codepage-iso-8859-list.
3684
3685 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3686
3687 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3688
3689 * message.el (message-citation-line-format)
3690 (message-insert-formated-citation-line): Fix implementation of %E, %N
3691 and %n according to the doc string.
3692
3693 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3694
3695 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3696 car-safe to avoid bad parses.
3697
3698 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3699
3700 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3701 names.
3702
3703 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3704
3705 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3706
3707 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3708 header.
3709
3710 * message.el (message-draft-headers): Add Date.
3711 (message-headers-to-generate): Fix typo in docstring.
3712
3713 * nndraft.el (nndraft-required-headers): New variable.
3714 (nndraft-generate-headers): Use it.
3715
3716 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3717
3718 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3719
3720 * gnus-registry.el (gnus-registry-wash-for-keywords)
3721 (gnus-registry-find-keywords): New functions to allow easy searching of
3722 articles that are in the registry.
3723
3724 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3725
3726 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3727 ietf-drums-parse-address instead of gnus-extract-address-components.
3728 Reported by Damien Elmes <damien@repose.cx>.
3729
3730 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3731
3732 * gnus.el (gnus-mime): Remove unused custom group.
3733
3734 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3735
3736 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3737 "blank line" when searching for end of armor headers.
3738
3739 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3740
3741 * gmm-utils.el (gmm-write-region): Fix variable name.
3742
3743 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3744
3745 * gmm-utils.el (gmm-write-region): New function based on compatibility
3746 code from `mm-make-temp-file'.
3747
3748 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3749
3750 * nnmaildir.el (nnmaildir--update-nov)
3751 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3752 Use `gmm-write-region'.
3753
3754 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3755
3756 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3757 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3758
3759 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3760
3761 * message.el (message-replacement-char): New variable.
3762 (message-fix-before-sending): Use it.
3763 (message-simplify-subject): New function to remove duplicate code.
3764 (message-reply, message-followup): Use it.
3765
3766 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3767 gnus-summary-limit-to-articles.
3768
3769 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3770
3771 * gnus-util.el (gnus-with-local-quit): New macro.
3772
3773 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3774
3775 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
3776
3777 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3778 ignore non-string data.
3779
3780 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
3781
3782 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3783 non-string data (needs to be done in the registry too).
3784
3785 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3786
3787 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3788 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3789 (gnus-registry-split-fancy-with-parent)
3790 (gnus-registry-fetch-simplified-message-subject-fast)
3791 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3792 Remove text properties on ingress into the registry and when it's saved.
3793 (gnus-registry-clean-empty-function): Fix bug with cleaning the
3794 registry from entries with no groups.
3795
3796 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3797
3798 * gnus-util.el (gnus-string-remove-all-properties): Add utility
3799 function to remove string properties.
3800
3801 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
3802
3803 * gmm-utils.el (gmm): Adjust custom version.
3804
3805 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3806 custom version.
3807
3808 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3809
3810 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
3811
3812 * gnus-art.el (gnus-insert-prev-page-button)
3813 (gnus-insert-next-page-button): Simplify. Reformat.
3814
3815 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3816
3817 * gnus-art.el (gnus-insert-prev-page-button)
3818 (gnus-insert-next-page-button): Apply gnus-article-button-face.
3819
3820 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
3821
3822 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3823
3824 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3825
3826 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3827 gnus-article-button-face to MIME and security buttons.
3828
3829 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
3830
3831 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3832 readable.
3833
3834 2006-09-20 Steve Youngs <steve@sxemacs.org>
3835
3836 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3837 `browse-url-of-file' instead of `browse-url'.
3838
3839 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3840
3841 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3842 regexp. Articles containing quotation were cut prematurely.
3843
3844 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3845
3846 * message.el (message-cite-original-1): Use nobody by default for the
3847 value of From header.
3848 (message-reply): Ditto.
3849
3850 2006-09-11 Daiki Ueno <ueno@unixuser.org>
3851
3852 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3853 to the gnus-info. This fixes a bug of inline-PGP message verification.
3854 Reported by Michael Piotrowski <mxp@dynalabs.de>.
3855
3856 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
3857
3858 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3859 mails in the doc string. Add some URLs in comment.
3860 (pop3-movemail): Warn about pop3-leave-mail-on-server.
3861
3862 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3863
3864 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3865 backslashes handling and the way to find boundaries of quoted strings.
3866
3867 2006-09-07 Daiki Ueno <ueno@unixuser.org>
3868
3869 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3870 mml1991-encrypt-to-self is set and mml1991-signers is not set.
3871 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3872 mml2015-encrypt-to-self is set and mml2015-signers is not set.
3873
3874 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
3875
3876 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
3877 doc string.
3878 (gnus-button-regexp, gnus-button-last): Remove unused variables.
3879
3880 2006-09-06 Simon Josefsson <jas@extundo.com>
3881
3882 * mml2015.el (mml2015-use): Doc fix, mention epg.
3883
3884 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3885
3886 * mml2015.el (mml2015-use): Default to epg, if available.
3887
3888 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3889
3890 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3891 message-sender.
3892 (mml1991-epg-encrypt): Ditto.
3893 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3894 message-sender.
3895 (mml2015-epg-encrypt): Ditto.
3896
3897 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
3898
3899 * message.el (message-send-mail-with-sendmail): Look for sendmail in
3900 several common directories.
3901
3902 2006-09-05 Daiki Ueno <ueno@unixuser.org>
3903
3904 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3905 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3906
3907 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3908
3909 * gnus-art.el (article-decode-encoded-words): Make it fast.
3910
3911 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3912
3913 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3914
3915 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3916 in quoted string into `\'.
3917
3918 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3919
3920 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3921 Use standard-syntax-table.
3922
3923 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3924
3925 * gnus-art.el (gnus-decode-address-function): New variable.
3926 (article-decode-encoded-words): Use it to decode headers which are
3927 assumed to contain addresses.
3928 (gnus-mime-delete-part): Remove useless `or'.
3929
3930 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3931 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3932 (gnus-nov-parse-line): Use it to decode From header.
3933 (gnus-get-newsgroup-headers): Ditto.
3934 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3935
3936 * mail-parse.el (mail-decode-encoded-address-region): New alias.
3937 (mail-decode-encoded-address-string): New alias.
3938
3939 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3940 New function.
3941 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3942 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3943 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3944 (rfc2047-decode-string): Ditto.
3945 (rfc2047-decode-address-region): New function.
3946 (rfc2047-decode-address-string): New function.
3947
3948 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
3949
3950 * message.el (message-caesar-buffer-body): Allow rotating headers.
3951
3952 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3953
3954 * message.el (message-insert-formated-citation-line): Fix %f.
3955 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3956
3957 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
3958
3959 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3960 (gnus-bookmark-mouse-available-p): New macro.
3961 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3962 (gnus-bookmark-bmenu-show-infos): Use it.
3963 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3964 (gnus-bookmark-bmenu-hide-infos): Ditto.
3965 (gnus-bookmark-remove-properties): New function.
3966 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3967 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3968 (gnus-bookmark-write-file): Bind coding-system-for-write.
3969 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3970 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3971 group before selecting it.
3972 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3973 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3974 quit-window if it is not available; use gnus-mouse-2 and bind it to
3975 gnus-bookmark-bmenu-select-by-mouse.
3976 (gnus-bookmark-show-details): Remove unused variable `details-list'.
3977 (gnus-bookmark-bmenu-select-by-mouse): New function.
3978
3979 2006-08-13 Romain Francoise <romain@orebokech.com>
3980
3981 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3982 space.
3983
3984 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3985
3986 * compface.el (uncompface): Use binary rather than raw-text-unix.
3987
3988 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3989
3990 * compface.el (uncompface): Make sure the eol conversion doesn't take
3991 place when communicating with the external programs. Reported by
3992 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3993
3994 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
3995
3996 * nnheader.el (nnheader-insert-head): Fix typo in comment.
3997
3998 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3999
4000 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4001 Make it more robust by parsing author and date independently.
4002
4003 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
4004
4005 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4006
4007 2006-07-28 Daiki Ueno <ueno@unixuser.org>
4008
4009 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4010 first matching secret key.
4011 (mml2015-epg-encrypt): Ditto.
4012
4013 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4014 first matching secret key.
4015 (mml1991-epg-encrypt): Ditto.
4016
4017 * mml2015.el (mml2015-encrypt-to-self): New user option.
4018 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4019 mml2015-epg-encrypt-to-self is set.
4020
4021 * mml1991.el (mml1991-encrypt-to-self): New variable.
4022 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4023 mml1991-epg-encrypt-to-self is set.
4024
4025 * mml2015.el (mml2015-signers): New user option.
4026 (mml2015-epg-sign): Reflect the value of mml2015-signers.
4027 (mml2015-epg-encrypt): Allow to select signing keys.
4028
4029 * mml1991.el (mml1991-signers): New variable.
4030 (mml1991-epg-sign): Reflect the value of mml1991-signers.
4031 (mml1991-epg-encrypt): Allow to select signing keys.
4032
4033 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
4034
4035 * nnheader.el (nnheader-insert-head): Make it work even if the file
4036 uses CRLF for the line-break code.
4037
4038 2006-07-25 Daiki Ueno <ueno@unixuser.org>
4039
4040 * mml2015.el: Require mml-sec instead of password.
4041 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4042 (mml2015-cache-passphrase): Inherit the default value from
4043 mml-secure-cache-passphrase.
4044 (mml2015-passphrase-cache-expiry): Inherit the default value from
4045 mml-secure-passphrase-cache-expiry.
4046
4047 * mml1991.el: Require mml-sec instead of password.
4048 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4049 (mml1991-cache-passphrase): Inherit the default value from
4050 mml-secure-cache-passphrase.
4051 (mml1991-passphrase-cache-expiry): Inherit the default value from
4052 mml-secure-passphrase-cache-expiry.
4053
4054 * mml-sec.el: Require password.
4055 (mml-secure-verbose): New user option.
4056 (mml-secure-cache-passphrase): New user option.
4057 (mml-secure-passphrase-cache-expiry): New user option.
4058
4059 2006-07-24 Daiki Ueno <ueno@unixuser.org>
4060
4061 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4062 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
4063 andreas@altroot.de (Andreas Vögele).
4064
4065 FIXME: Use `tiny change'?
4066
4067 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4068
4069 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4070 workaround for the url package included with Emacs.
4071
4072 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4073
4074 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4075
4076 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4077 correctly. This fixes a bug caused by the 2006-05-12 change.
4078
4079 2006-07-18 Karl Fogel <kfogel@red-bean.com>
4080
4081 * nnmail.el (nnmail-article-group): If splitting raises an error, give
4082 some information about the error when saying that the `bogus' mail
4083 group will be used.
4084
4085 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
4086
4087 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4088 string.
4089
4090 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
4091
4092 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4093
4094 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4095
4096 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4097
4098 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4099
4100 * mml1991.el (mml1991-function-alist): Add epg.
4101 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4102 (mml1991-epg-encrypt): New functions.
4103
4104 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4105
4106 * mml2015.el (mml2015-verbose): New variable.
4107 (mml2015-cache-passphrase): Ditto.
4108 (mml2015-passphrase-cache-expiry): Ditto.
4109 (mml2015-function-alist): Add epg.
4110 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4111 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4112 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4113 functions.
4114
4115 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4116
4117 * message.el (message-cite-original-1): Preserve region when removing
4118 quoted text due to X-No-Archive in order to avoid bogus attribution
4119 when citing multiple messages.
4120
4121 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4122
4123 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
4124 Kenneth Jacker <khj@be.cs.appstate.edu>.
4125
4126 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
4127
4128 * gnus-diary.el (gnus-user-format-function-d)
4129 (gnus-user-format-function-D): Autoload.
4130
4131 * imap.el (Commentary): Fix typo.
4132
4133 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4134 2006-04-22 contribution.
4135
4136 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4137
4138 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4139 It didn't really fix the bogosity I'm seeing with solid web groups.
4140
4141 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4142
4143 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4144 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4145 created using server names. If we use the feature without declaring
4146 it, Gnus does not properly manage server and group state.
4147
4148 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4149 bound.
4150
4151 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4152
4153 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4154 looking up the method using GROUP's prefix before inventing a new one.
4155 It is used on killed/unknown groups in various places where returning
4156 an all-new method isn't expected by the caller.
4157
4158 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4159 and match semantics of gnus-group-real-prefix.
4160
4161 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4162
4163 * nnmail.el (nnmail-broken-references-mailers): New variable.
4164 (nnmail-ignore-broken-references): New function generalizing
4165 nnmail-fix-eudora-headers.
4166 (nnmail-fix-eudora-headers): Now obsolete.
4167
4168 * gnus-art.el (gnus-button-handle-custom): Support
4169 `customize-apropos*'.
4170
4171 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4172
4173 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4174
4175 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4176 articles.
4177
4178 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4179
4180 * message.el (message-cite-reply-above): New variable.
4181 (message-yank-original): Use it.
4182
4183 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4184
4185 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4186
4187 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4188
4189 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4190 as read.
4191
4192 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4193
4194 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4195
4196 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4197 (gnus-bookmark-default-file): Use gnus-directory.
4198 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4199 Remove "*" in doc string.
4200 (gnus-bookmark-write-file): Simplify.
4201 (gnus-bookmark-maybe-sort-alist): Use `when'.
4202 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4203 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4204 FIXME about Emacs 21 and XEmacs compatibility.
4205 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4206 compatibility.
4207 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4208 compatibility.
4209 (gnus-bookmark-menu-heading): Fix version.
4210
4211 2006-06-19 Bastien Guerry <bzg@altern.org>
4212
4213 * gnus-bookmark.el: New file.
4214
4215 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4216
4217 * message.el (message-syntax-checks): Doc fix.
4218
4219 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4220
4221 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4222 unsubscribed groups as if they were killed ones. It causes duplicate
4223 entries in gnus-newsrc-alist.
4224
4225 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4226
4227 * message.el (message-syntax-checks): Doc fix.
4228 (message-send-mail): Add check for continuation headers.
4229 (message-check-news-header-syntax): Fix regexp used to check for
4230 continuation headers.
4231
4232 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4233
4234 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4235
4236 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4237
4238 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4239
4240 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4241
4242 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4243 default-truncate-lines.
4244
4245 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4246
4247 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4248 to fill the utf-8 entry.
4249
4250 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4251
4252 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4253
4254 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4255
4256 * gnus-agent.el (directory-files-and-attributes): Move all the way
4257 forward (the third and final move).
4258 (gnus-agent-read-agentview): Trap reconstruction errors due to
4259 nonexistant directory. Handle by returning nil.
4260
4261 2006-05-30 Didier Verna <didier@xemacs.org>
4262
4263 * message.el (message-dont-reply-to-names): Update the custom type.
4264 * message.el (message-dont-reply-to-names): New defsubst: potentially
4265 convert a list of regexps into a single one.
4266 * message.el (message-get-reply-headers): Use it.
4267 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4268
4269 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4270
4271 * gnus-agent.el (directory-files-and-attributes): Move forward.
4272
4273 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4274
4275 * gnus-ml.el (gnus-mailing-list-subscribe)
4276 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4277 (gnus-mailing-list-message): Fix doc strings.
4278
4279 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4280
4281 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4282 of doing it manually.
4283
4284 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4285
4286 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4287 comment.
4288
4289 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4290
4291 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4292 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4293 (gnus-agent-read-local): All symbols allocated in my-obarray
4294 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4295 (gnus-agent-regenerate-group): Check numeric names to see if they are
4296 messages or groups.
4297 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4298 better way of do this...)
4299
4300 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4301 'dummy.group' (there should be a better way of do this...)
4302
4303 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4304
4305 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4306 (gnus-saved-headers): Ditto.
4307 (gnus-default-article-saver): Mention functions may have properties.
4308 (gnus-article-save): Override gnus-save-all-headers and
4309 gnus-saved-headers by :headers property which saver function may have.
4310 (gnus-summary-save-in-file): Add :headers property.
4311 (gnus-summary-write-to-file): Ditto.
4312
4313 * gnus-sum.el (gnus-summary-save-article): Bind
4314 gnus-prompt-before-saving to t when saving many articles in a file;
4315 always show all headers.
4316
4317 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4318
4319 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4320 marks.
4321
4322 * message.el (message-indent-citation): Add optional arguments to allow
4323 using it outside of message buffers.
4324
4325 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4326 (gnus-article-treat-unfold-headers): Use it.
4327 (gnus-article-truncate-lines): New variable.
4328 (gnus-article-mode): Use it.
4329 (gnus-article-toggle-truncate-lines): New function.
4330
4331 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4332 gnus-article-toggle-truncate-lines.
4333
4334 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4335 coding system in XEmacs, use binary.
4336
4337 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4338
4339 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4340 after-load-alist.
4341
4342 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4343 this function should save decoded articles.
4344 (gnus-summary-write-to-file): Use property to specify this function
4345 should save decoded articles and specify gnus-summary-save-in-file
4346 should be used to save articles other than the first one when saving
4347 many articles.
4348 (gnus-summary-save-body-in-file): Use property to specify this
4349 function should save decoded articles.
4350 (gnus-summary-write-body-to-file): Use property to specify this
4351 function should save decoded articles and specify
4352 gnus-summary-save-body-in-file should be used to save articles other
4353 than the first one when saving many articles.
4354
4355 * gnus-sum.el (gnus-summary-save-article): Simplify.
4356
4357 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4358
4359 * gnus-art.el (gnus-default-article-saver): Add
4360 gnus-summary-write-body-to-file.
4361 (gnus-article-save-coding-system): Don't use coding system object
4362 in XEmacs.
4363 (gnus-read-save-file-name): Add optional `dir-var' argument which
4364 specifies directory in which files are saved; work even if optional
4365 `variable' argument is not specified.
4366 (gnus-summary-write-to-file): Read file name.
4367 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4368 (gnus-summary-write-body-to-file): New function.
4369
4370 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4371 (gnus-summary-local-variables): Add it.
4372 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4373 (gnus-summary-save-article): Remove optional `decode' argument;
4374 determine whether to decode articles by the value of
4375 gnus-default-article-saver; when saving many files using
4376 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4377 it first and use gnus-summary-save-in-file or
4378 gnus-summary-save-body-in-file thereafter unless
4379 gnus-prompt-before-saving is always; move point to article which
4380 will be saved.
4381 (gnus-summary-save-article-file): Revert.
4382 (gnus-summary-write-article-file): Revert.
4383 (gnus-summary-save-article-body-file): Revert.
4384 (gnus-summary-write-article-body-file): New function.
4385
4386 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4387
4388 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4389
4390 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4391
4392 * gnus-art.el (gnus-default-article-saver): Doc fix.
4393 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4394 from gnus-summary-save-article-coding-system, and default to a
4395 certain coding system.
4396 (gnus-output-to-file): Add coding cookie and encode text according
4397 to gnus-article-save-coding-system; don't use mm-append-to-file.
4398
4399 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4400 gnus-art.el and rename to gnus-article-save-coding-system.
4401 (gnus-summary-save-article): Require gnus-art; don't show all
4402 headers if it decodes articles; don't add coding cookie here;
4403 don't bind mm-text-coding-system-for-write.
4404 (gnus-summary-save-article-file): Save decoded articles.
4405 (gnus-summary-write-article-file): When saving many files, use
4406 gnus-summary-write-to-file first and gnus-summary-save-in-file
4407 thereafter unless gnus-prompt-before-saving is always.
4408 (gnus-summary-save-article-body-file): Save decoded articles.
4409
4410 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4411
4412 * nnrss.el (nnrss-check-group): Bind hash-index.
4413
4414 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
4415
4416 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4417 its hash index. Store this hash in `nnrss-group-data'.
4418 (nnrss-read-group-data): Update accordingly.
4419
4420 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4421
4422 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4423 entry.
4424
4425 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4426 gnus-article-browse-html-article.
4427
4428 2006-05-23 Hynek Schlawack <hynek@ularx.de>
4429
4430 * gnus-sum.el (gnus-summary-mime-map): Add
4431 gnus-article-browse-html-article.
4432 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4433
4434 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4435 suitable coding systems in customize.
4436
4437 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4438
4439 * mail-source.el (mail-sources): Fix custom type.
4440
4441 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4442
4443 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4444 (gnus-summary-expire-articles-now): Shorten prompt.
4445
4446 * gmm-utils.el (wid-edit): Require.
4447 (defun-gmm): Renamed from `gmm-defun-compat'.
4448 (gmm-image-search-load-path): Use it.
4449 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4450
4451 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4452
4453 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4454 variable.
4455 (gnus-summary-save-article): Add optional `decode' argument. If
4456 it is set and gnus-summary-save-article-coding-system is non-nil,
4457 save decoded article.
4458 (gnus-summary-write-article-file): Save decoded article if
4459 gnus-summary-save-article-coding-system is non-nil.
4460
4461 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4462 type.
4463
4464 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4465
4466 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4467
4468 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4469
4470 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4471 first to test gnus-single-article-buffer which may be buffer-local.
4472
4473 * gnus-sum.el (gnus-summary-setup-buffer): Make
4474 gnus-single-article-buffer buffer-local and nil in ephemeral
4475 group; make gnus-article-buffer, gnus-article-current, and
4476 gnus-original-article-buffer always buffer-local.
4477 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4478 group.
4479 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4480
4481 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4482
4483 * nnml.el (nnml-request-compact-group): Compressed files might not
4484 have .gz extension.
4485
4486 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4487
4488 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4489 (mm-copy-to-buffer): Use with-current-buffer.
4490 (mm-display-part): Simplify.
4491 (mm-inlinable-p): Add optional arg `type'.
4492
4493 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4494
4495 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4496 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4497 Try harder to show the attachment internally or externally using
4498 gnus-mime-view-part-as-type.
4499
4500 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4501
4502 * message.el (message-from-style, message-signature-separator)
4503 (message-user-organization-file, message-send-mail-function)
4504 (message-citation-line-function, message-yank-prefix)
4505 (message-indent-citation-function, message-signature)
4506 (message-signature-file, message-signature-insert-empty-line):
4507 Remove autoloads.
4508
4509 * gnus-art.el (gnus-buttonized-mime-types): Remove
4510 "multipart/signed". Revert 2006-04-26 change.
4511
4512 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4513
4514 * gnus.el (gnus-version-number): Bump version.
4515
4516 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4517
4518 * gnus.el: No Gnus v0.5 is released.
4519
4520 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4521
4522 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4523 fetching articles by message-id.
4524
4525 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4526
4527 * message.el (hashcash): Require hashcash as normal.
4528
4529 * ecomplete.el (ecomplete-highlight-match-line): Use
4530 point-at-eol.
4531 (ecomplete-highlight-match-line): Use `highlight', because that
4532 face exists in both Emacs and XEmacs.
4533
4534 * message.el (message-display-abbrev): Use point-at-bol.
4535
4536 * mail-source.el: Don't require timer/timer-funcs.
4537
4538 * gnus-async.el: Ditto.
4539
4540 * password.el: Ditto.
4541
4542 * mm-url.el: Ditto.
4543
4544 * mm-util.el: Require timer/timer-funcs.
4545
4546 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4547
4548 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4549 Close.
4550
4551 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4552
4553 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4554 unibyte after clear-decrypt function runs.
4555
4556 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4557 returns as a unibyte string.
4558
4559 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4560
4561 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4562 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4563 (mml1991-pgg-encrypt): Ditto.
4564
4565 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4566
4567 * message.el (message-user-organization-file): Check several
4568 locations of the organization file.
4569
4570 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4571 Add gnus-article-view-part-as-type.
4572
4573 * gnus-art.el (gnus-article-view-part-as-type): New function.
4574
4575 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4576 .mobi and .travel. Remove .nato, .bitnet and .uucp.
4577
4578 * mml.el: Simplify autoload.
4579 (mml-mode): defvar dnd-protocol-alist instead of using
4580 symbol-value.
4581 (mml-default-directory): New variable.
4582 (mml-minibuffer-read-file): Use it.
4583 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4584
4585 * message.el (message-citation-line-format): New variable.
4586 (message-insert-formated-citation-line): New function.
4587 (message-citation-line-function): Add
4588 `message-insert-formated-citation-line' to custom type.
4589
4590 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4591 to doc string.
4592
4593 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4594 depending on mm-verify-option.
4595
4596 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4597
4598 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4599 binding pgg-* variables; reimplement the section which prevents
4600 MIME header from being signed.
4601 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4602 pgg-text-mode; remove a blank line at the top of body.
4603
4604 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4605 lines at the top of body; use gnus-newsgroup-charset if there's no
4606 Charset header.
4607
4608 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4609
4610 * message.el (message-self-insert-commands): Doc fix.
4611
4612 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4613 (mm-uu-pgp-encrypted-test): Ditto.
4614 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4615 between header and body; return application/pgp-encrypted handle
4616 if decryption failed; decode decrypted body by charset.
4617
4618 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4619 element match to application/pgp-*.
4620
4621 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4622
4623 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4624 HTML.
4625
4626 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4627
4628 * mail-source.el (mail-source-call-script): Message the error
4629 string.
4630
4631 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4632
4633 * gnus-util.el (gnus-byte-compile): Use it.
4634
4635 2006-04-22 xyblor <fake@invalid.email> (tiny change)
4636
4637 * gnus-util.el (kill-empty-logs): New function.
4638
4639 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4640
4641 * message.el (message-mail-alias-type): Doc fix.
4642 (message-mail-alias-type-p): New function.
4643 (message-send): Use it.
4644 (message-mode): Ditto.
4645 (message-strip-forbidden-properties): Ditto.
4646
4647 * ecomplete.el (ecomplete-database-file-coding-system): New
4648 variable.
4649 (ecomplete-save): Use it.
4650 (ecomplete-setup): Use it.
4651
4652 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4653
4654 * message.el (message-self-insert-commands): New variable.
4655 (message-strip-forbidden-properties): Use it.
4656
4657 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4658
4659 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4660 that doesn't make XEmacs choke.
4661
4662 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4663
4664 * gnus-util.el (gnus-replace-in-string):
4665 Prefer replace-regexp-in-string over of replace-in-string.
4666
4667 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4668
4669 * gnus-util.el (gnus-select-frame-set-input-focus):
4670 Use select-frame-set-input-focus if it is available in XEmacs; use
4671 definition defined in Emacs 22 for old Emacsen.
4672
4673 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4674
4675 * mm-view.el (mm-inline-text): Use equal instead of equalp.
4676
4677 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4678
4679 * gnus-registry.el (gnus-registry-cache-save): Remove text
4680 properties when saving via the temp buffer.
4681
4682 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4683
4684 * message.el (message-generate-hashcash): Honor custom type.
4685
4686 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4687
4688 * message.el (message-generate-hashcash): Default to non-nil when
4689 hashcash is found.
4690
4691 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4692 (gnus-refer-thread-limit): Increase default to 500.
4693
4694 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4695
4696 * flow-fill.el (fill-flowed): Allow delete-space.
4697
4698 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4699
4700 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4701 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4702 Remove autoloads.
4703
4704 2006-04-18 Simon Josefsson <jas@extundo.com>
4705
4706 * message.el (message-generate-hashcash): Default to.
4707
4708 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4709
4710 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4711 concatenating segments rather than before concatenating them.
4712
4713 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4714
4715 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4716
4717 * imap.el (imap-quote-specials): New function.
4718 (imap-login-auth): Quote specials.
4719
4720 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4721
4722 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4723
4724 * message.el (message-forward-make-body-plain): Allow
4725 message-forward-ignored-headers to be a list.
4726 (message-remove-ignored-headers): Factor out into function.
4727 (message-forward-make-body-mml): Use it.
4728 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4729 (rfc2231-parse-string): Allow concatanation of parameters that
4730 aren't contiguous. The test case is
4731 (mail-header-parse-content-type "message/external-body;
4732 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4733 access-type=LOCAL-FILE;
4734 name*1*=plugh%2fhello-sailor%2fbing.pdf")
4735
4736 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4737
4738 * nntp.el (nntp-accept-process-output): Return the value of
4739 `nnheader-accept-process-output'.
4740
4741 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4742
4743 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4744 (gnus-button-alist): Recognize more diff formats.
4745 (gnus-button-patch): Strip directory.
4746
4747 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4748
4749 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4750 Emacs 22 when setting focus.
4751
4752 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4753
4754 * gnus-art.el (gnus-article-treat-types): Do treatment of
4755 text/x-verbatim parts.
4756 (gnus-button-patch): New command.
4757
4758 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4759 addresses that contain invalid characters.
4760
4761 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4762
4763 * message.el (message-put-addresses-in-ecomplete): Use
4764 gnus-replace-in-string.
4765 (message-is-yours-p): Use the more correct
4766 mail-header-parse-address instead of
4767 mail-extract-address-components.
4768 (message-put-addresses-in-ecomplete): Fix typo.
4769
4770 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4771 keystroke.
4772
4773 * gnus-art.el (gnus-treatment-function-alist): Change order of
4774 newsgroups/generic header folding to avoid double-folding.
4775
4776 * message.el (message-hidden-headers): Add X-Draft-From.
4777
4778 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4779 command.
4780 (gnus-summary-repeat-search-article-backward): New command.
4781
4782 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4783 groups in the parent topic.
4784
4785 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
4786
4787 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4788 (spam-extra-header-to-number): Return the CRM114 number as a
4789 number instead of a string.
4790
4791 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4792
4793 * gnus-art.el (gnus-face-properties-alist): Moved here from
4794 gnus-fun.
4795
4796 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4797
4798 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4799
4800 * message.el (message-strip-forbidden-properties): Only display on
4801 self-insert-command.
4802
4803 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4804 reindent.
4805 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4806
4807 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
4808
4809 * smiley.el (smiley-style): Fix typo.
4810
4811 2006-03-23 Kenichi Handa <handa@m17n.org>
4812
4813 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4814 instead of set-buffer-multibyte.
4815
4816 2006-03-23 Kenichi Handa <handa@m17n.org>
4817
4818 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4819 buffer and then decode the buffer text if necessary.
4820 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4821 first, and after mm-encode-body, change the buffer to unibyte.
4822
4823 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4824
4825 * hashcash.el (hashcash-insert-payment-async-2): Use
4826 message-goto-eoh instead of doing it manually.
4827 (mail-add-payment): Use message-narrow-to-header instead of trying
4828 to do the same itself.
4829
4830 * message.el (message-hidden-headers): Add Face.
4831
4832 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4833 reparenting code.
4834 (gnus-summary-reparent-children): Refactored out code.
4835 (gnus-summary-thread-map): New keystroke.
4836 (gnus-summary-reparent-children): Make into command.
4837
4838 * smiley.el (smiley-style): Default to `medium' if using a large
4839 font.
4840
4841 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4842 does it itself.
4843
4844 * message.el (message-point-in-header-p): Simplify definition.
4845
4846 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4847
4848 * nnagent.el (nnagent-request-set-mark): Silence log file
4849 writing.
4850 (nnagent-request-set-mark): Use write-region instead of
4851 append-to-file.
4852
4853 * gnus-sum.el (gnus-read-header): Fudge article number if using a
4854 strange select method.
4855
4856 * ecomplete.el (ecomplete-display-matches): Get highlightling
4857 right.
4858 (ecomplete-display-matches): Use literals.
4859 (ecomplete-display-matches): Disable message logging.
4860
4861 * message.el (message-display-abbrev): Small optimization.
4862
4863 * ecomplete.el (ecomplete-display-matches): Allow automatic
4864 display.
4865
4866 * message.el (message-strip-forbidden-properties): Display
4867 abbrevs.
4868 (message-display-abbrev): Get automatic display right.
4869
4870 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4871 keystrokes.
4872
4873 2006-04-13 Romain Francoise <romain@orebokech.com>
4874
4875 TODO: Backport to v5-10!
4876
4877 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4878 Moved here (and renamed) from gnus-registry.el.
4879
4880 * gnus-registry.el: Require gnus-util.
4881 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4882
4883 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4884
4885 * gnus-group.el (gnus-group-catchup-current): Change
4886 if-then-else-if-then-else into cond.
4887 (gnus-group-catchup): Indent.
4888 (group-name-at-point): New function.
4889 (gnus-fetch-group): Provide default from thing at point.
4890
4891 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4892
4893 * message.el (message-display-abbrev): Fix regexp.
4894
4895 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4896 choosing.
4897 (ecomplete-highlight-match-line): Fix up code rewrite, remove
4898 dead variables.
4899
4900 * message.el (message-newline-and-indent): Remove debugging.
4901 (message-display-abbrev): Use new implementation.
4902
4903 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4904
4905 * gnus-art.el (gnus-article-mode): Set
4906 cursor-in-non-selected-windows to nil.
4907
4908 * smiley.el: Revert previous change.
4909 (smiley-data-directory): defvar it before using it in the
4910 defcustom of `smiley-style'.
4911
4912 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4913
4914 * message.el (message-newline-and-indent): New function.
4915
4916 * ecomplete.el: Implement more bits.
4917
4918 * message.el (message-put-addresses-in-ecomplete): Clean up the
4919 string.
4920
4921 * ecomplete.el (ecomplete-add-item): Chop off decimals.
4922
4923 * gnus-sum.el (gnus-summary-save-parts): Bind
4924 gnus-summary-save-parts-counter and use it to make unique file
4925 names.
4926
4927 * gnus-art.el (gnus-ignored-headers): Add some more headers.
4928
4929 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4930 parameter to say whether to actually parse the individual
4931 addresses.
4932
4933 * message.el (message-put-addresses-in-ecomplete): New function.
4934 (ecomplete): Require.
4935 (message-mail-alias-type): Add ecomplete as an option.
4936
4937 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
4938
4939 * flow-fill.el (fill-flowed): Remove trailing space from blank
4940 quoted lines.
4941
4942 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4943
4944 * smiley.el (smiley-style): Move definition later to avoid a
4945 compilation warning.
4946
4947 2006-04-12 Kenichi Handa <handa@m17n.org>
4948
4949 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4950 buffer and then decode the buffer text if necessary.
4951 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4952 first, and after mm-encode-body, change the buffer to unibyte.
4953 Use mm-disable-multibyte instead of set-buffer-multibyte.
4954
4955 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
4956
4957 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4958 Content-Type header instead of Content-Disposition header.
4959 (gnus-mime-inline-part): Ditto.
4960 (gnus-mime-view-part-as-charset): Ignore charset that the part
4961 specifies.
4962
4963 * mm-decode.el (mm-display-part): Work with external parts and
4964 usual parts similarly.
4965
4966 * mm-extern.el (mm-inline-external-body): Use mm-display-part
4967 instead of gnus-display-mime.
4968
4969 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4970 instead of with-temp-buffer.
4971
4972 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4973 tag to summarized topics part in order to encode non-ASCII text.
4974
4975 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4976
4977 * smiley.el (smiley-style): New variable.
4978 (smiley-directory): New function.
4979 (smiley-data-directory): Derive from `smiley-style' using
4980 `smiley-directory'.
4981 (smiley-regexp-alist): Add new entries.
4982
4983 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4984 (gnus-article-browse-delete-temp): Add :version.
4985
4986 2006-04-11 Arne Jørgensen <arne@arnested.dk>
4987
4988 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4989 the sieve region.
4990
4991 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4992
4993 * gnus.el (gnus-version-number): Bump version.
4994
4995 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4996
4997 * gnus.el: No Gnus v0.4 is released.
4998
4999 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5000
5001 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5002 layout.
5003
5004 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5005 unknown charset.
5006
5007 * message.el (message-header-synonyms): Add Original-To to the
5008 default.
5009
5010 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5011 optional parameter.
5012
5013 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5014
5015 * gnus-fun.el (gnus): Require it for gnus-directory.
5016
5017 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5018
5019 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5020
5021 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5022
5023 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5024
5025 2006-04-05 Simon Josefsson <jas@extundo.com>
5026
5027 * password.el (password-reset): New function.
5028
5029 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5030
5031 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5032 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5033
5034 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5035
5036 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5037 Some whitespace was matched into the url, which broke browsing hits
5038 > 100 when mm-url-use-external was nil.
5039
5040 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5041
5042 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5043 gnus-extra-headers for 'Newsgroups.
5044
5045 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5046 bound.
5047
5048 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5049
5050 * pgg-gpg.el: Clean up process buffers every time gpg processes
5051 complete.
5052
5053 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5054
5055 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5056 doc string.
5057
5058 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5059
5060 * pgg-gpg.el (pgg-gpg-process-filter)
5061 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5062
5063 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5064 lines, temporary fix.
5065
5066 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
5067
5068 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5069
5070 2006-03-29 Daiki Ueno <ueno@unixuser.org>
5071
5072 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5073 default-enable-multibyte-characters. This reverts the change from
5074 revision 6.17 which is no longer necessary because the passphrase
5075 is sent separately now. GnuPG messages are unreadable under
5076 multibyte locales with default-enable-multibyte-characters set to
5077 nil.
5078
5079 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
5080
5081 * message.el (message-tool-bar-gnome): Move "spell".
5082
5083 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
5084
5085 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5086 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
5087 instead.
5088
5089 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
5090
5091 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5092 newsgroups handling for NNTP overviews which don't include
5093 Newsgroups.
5094
5095 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5096
5097 * message.el (message-resend): Bind message-generate-hashcash to nil.
5098
5099 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5100
5101 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5102 when searching for already-paid recipients.
5103
5104 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5105
5106 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5107 passphrases when it is not needed.
5108 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5109 passphrase stuff from gpg, should only be necessary when you use
5110 gpg with a smartcard.
5111
5112 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5113
5114 * mml.el (mml-insert-mime): Ignore cached contents of
5115 message/external-body part.
5116
5117 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5118 (mm-insert-part): Ditto.
5119
5120 2006-03-23 Simon Josefsson <jas@extundo.com>
5121
5122 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5123 Reiner.
5124 (pgg-gpg-use-agent-p): Use it again.
5125
5126 2006-03-23 Simon Josefsson <jas@extundo.com>
5127
5128 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5129 older emacsen.
5130 (pgg-gpg-use-agent-p): Don't use it.
5131
5132 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
5133
5134 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5135 if we can.
5136
5137 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5138
5139 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5140 (pgg-gpg-update-agent): New function.
5141 (pgg-gpg-use-agent-p): New function.
5142 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5143 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5144 (pgg-gpg-sign-region): Use it.
5145
5146 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
5147
5148 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5149 Reported by Ralf Wachinger <rwachinger@gmx.de>.
5150
5151 2006-03-21 Simon Josefsson <jas@extundo.com>
5152
5153 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5154 <wilde@sha-bang.de>.
5155 (pgg-gpg-use-agent): New variable.
5156 (pgg-gpg-process-region): Use it.
5157 (pgg-gpg-encrypt-region): Likewise.
5158 (pgg-gpg-encrypt-symmetric-region): Likewise.
5159 (pgg-gpg-decrypt-region): Likewise.
5160 (pgg-gpg-sign-region): Likewise.
5161 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5162
5163 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5164
5165 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5166
5167 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5168 Add comment on version.
5169
5170 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5171
5172 * smiley.el: Add missing test smiley.
5173
5174 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5175
5176 * mm-decode.el (mm-with-part): New macro.
5177 (mm-get-part): Use it; work with message/external-body as well.
5178 (mm-save-part): Treat name and filename equally.
5179
5180 * mm-extern.el (mm-extern-cache-contents): New function.
5181 (mm-inline-external-body): Use it; force the part to be displayed;
5182 move undisplayer added to the cached handle to the parent.
5183
5184 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5185 (gnus-mime-view-part-as-type): Work with message/external-body.
5186
5187 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5188
5189 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5190
5191 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5192 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5193 Emacs.]
5194
5195 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5196
5197 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5198 path rather than symbol. Always return list of directories.
5199 Guarantee that image directory comes first. [Sync with image.el,
5200 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
5201
5202 * message.el (message-make-tool-bar): Adjust to new API of
5203 `gmm-image-load-path-for-library'.
5204
5205 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5206
5207 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5208
5209 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5210
5211 * gnus-art.el (gnus-article-only-boring-p):
5212 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5213 intangible text.
5214 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5215
5216 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
5217
5218 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5219 `defun' instead of `gmm-defun-compat'.
5220
5221 2006-03-14 Simon Josefsson <jas@extundo.com>
5222
5223 * message.el (message-unique-id): Don't use message-number-base36
5224 if (user-uid) is a float.
5225 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5226
5227 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5228
5229 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5230
5231 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5232 empty line between a part and a message part.
5233
5234 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5235
5236 * smiley.el: Add more test smileys.
5237 (smiley-data-directory, smiley-regexp-alist)
5238 (gnus-smiley-file-types): Fix doc strings.
5239 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5240 adding new elements.
5241 (smiley-mouse-map): Unused code. Make it a comment.
5242
5243 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
5244
5245 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5246 scan latest NoCeM messages instead of old ones.
5247 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5248 delimiters that are recently used.
5249 (gnus-nocem-load-cache): Add autoload cookie.
5250
5251 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5252
5253 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5254 level which is larger than gnus-use-nocem is specified.
5255
5256 * gnus-group.el (gnus-group-get-new-news): Ditto.
5257
5258 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5259
5260 * gnus-util.el (gnus-tool-bar-update): New function.
5261
5262 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5263 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5264
5265 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5266
5267 * gnus-group.el (gnus-group-redraw-when-idle)
5268 (gnus-group-redraw-check): Remove.
5269 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5270
5271 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
5272
5273 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5274 if optional last element is specified in splits (FIELD VALUE...).
5275
5276 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
5277
5278 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5279 to gmm-image-load-path-for-library. Call with no-error argument.
5280 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5281
5282 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5283
5284 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5285
5286 * gmm-utils.el (gmm-image-load-path): Remove alias.
5287
5288 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
5289
5290 * gmm-utils.el (gmm-image-load-path): Add alias.
5291
5292 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5293 nnml-generate-nov-databases-1.
5294 (nnml-generate-nov-databases): Use it.
5295 (nnml-generate-nov-databases-directory): Document no-active
5296 argument.
5297
5298 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5299 directory if path is t. Add no-error.
5300
5301 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5302 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5303
5304 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5305 resetting gnus-article-browse-html-temp-list.
5306
5307 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5308 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5309 Add example to docstring. Rename local variables. Move error
5310 checks to default case in cond and simplify.
5311
5312 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
5313
5314 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5315 handle is multipart when calling it recursively.
5316 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5317
5318 2006-03-03 Daniel Pittman <daniel@rimspace.net>
5319
5320 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5321 Don't `gnus-uncompress-range' to avoid excessive memory usage.
5322
5323 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5324
5325 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5326 is loaded.
5327
5328 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5329 loaded.
5330
5331 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5332
5333 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5334 to "Emacs 23 (unicode)" in doc string.
5335
5336 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5337 "Emacs 23 (unicode)" in comment.
5338
5339 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5340
5341 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5342
5343 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5344 characters 160 through 255 in Emacs 23.
5345
5346 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5347
5348 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5349 gnus-article-browse-html-temp.
5350 (gnus-article-browse-delete-temp): Make it customizable. Add
5351 `file'. Adjust doc string.
5352 (gnus-article-browse-delete-temp-files): Add argument. Allow
5353 query for each file. Adjust doc string.
5354 (gnus-article-browse-html-parts): Add
5355 `gnus-article-browse-delete-temp-files' to
5356 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5357
5358 2006-03-02 Hynek Schlawack <hynek@ularx.de>
5359
5360 * gnus-art.el (gnus-article-browse-html-temp)
5361 (gnus-article-browse-delete-temp): New variables.
5362 (gnus-article-browse-delete-temp-files): New function.
5363 (gnus-article-browse-html-parts): Use it.
5364
5365 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5366
5367 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5368
5369 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5370 string.
5371
5372 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5373 gnus-summary-insert-new-articles when unplugged. Remove
5374 gnus-summary-search-article-forward.
5375
5376 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5377 display-visual-class instead of display-color-cells.
5378
5379 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5380
5381 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5382 message/* containing non-ASCII text properly.
5383
5384 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
5385
5386 * message.el: Require gmm-utils, remove autoloads.
5387 (message-tool-bar): Set default based on
5388 gmm-tool-bar-style.
5389 (message-tool-bar-gnome): Add gmm-customize-mode.
5390
5391 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5392 gmm-tool-bar-style.
5393 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5394
5395 * gnus-group.el (gnus-group-tool-bar): Set default based on
5396 gmm-tool-bar-style.
5397 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5398
5399 * gmm-utils.el (gmm-image-directory): Rename variable from
5400 gmm-image-load-path.
5401 (gmm-image-load-path): Use gmm-image-directory.
5402 (gmm-customize-mode): New function.
5403 (gmm-tool-bar-style): New variable.
5404
5405 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5406 gnus-group-redraw-line-number.
5407 (gnus-group-redraw-check): Simplify.
5408 (gnus-group-tool-bar-update): Remove redraw check.
5409 (gnus-group-make-tool-bar): Add redraw check.
5410
5411 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5412
5413 * gnus-art.el (gnus-button): Add missing parentheses.
5414
5415 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5416
5417 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5418
5419 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5420
5421 * gnus-art.el (gnus-button): New face.
5422 (gnus-article-button-face): Use it.
5423
5424 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5425 gnus-summary-next-page. Re-order.
5426
5427 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5428 next-node are now included.
5429 (gnus-group-redraw-line-number): New internal variable.
5430 (gnus-group-redraw-check): Helper function for updating the tool
5431 bar.
5432 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5433
5434 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5435
5436 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5437 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5438 Use it to match format of Spamassassin 3.0 and later. Reported by
5439 IRIE Tetsuya <irie@t.email.ne.jp>.
5440 (spam-check-bogofilter)
5441 (spam-bogofilter-register-with-bogofilter): Fix args of
5442 `gnus-error' calls.
5443
5444 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5445
5446 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5447 unnecessary interaction when sending queued mails. Reported by
5448 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5449
5450 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5451
5452 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5453 first or last are nil.
5454
5455 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5456
5457 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5458
5459 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5460
5461 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5462
5463 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5464
5465 * dns.el (query-dns): Protect more against buggy tcp output.
5466
5467 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
5468
5469 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5470 nov.php.
5471
5472 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5473
5474 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5475 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5476 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5477 output on the server side.
5478 (nnweb-google-create-mapping): Update regexps and add some
5479 progress indication.
5480
5481 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
5482
5483 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5484 gnus-agent-toggle-plugged. Re-order icons.
5485 (gnus-group-tool-bar-gnome): Add
5486 gnus-group-{prev,next}-unread-group.
5487 (gnus-group-tool-bar-gnome): Re-order icons.
5488
5489 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5490 gnus-summary-insert-new-articles.
5491
5492 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5493 comments.
5494
5495 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5496 also available in Emacs 21.3.
5497
5498 * message.el (message-fix-before-sending): Change "Emacs 22" to
5499 "Emacs 23 (unicode)" in comment.
5500
5501 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5502 "Emacs 23 (unicode)" in comment.
5503
5504 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5505 comment.
5506 (mm-coding-system-p): Add comment about no-MULE XEmacs.
5507
5508 * mm-view.el (mm-fill-flowed): Add :version.
5509
5510 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5511
5512 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5513 and load-path.
5514
5515 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
5516
5517 * message.el: Autoload gmm-image-load-path.
5518 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5519 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5520 consitency.
5521
5522 * gmm-utils.el (gmm-image-load-path): Also search in
5523 "../etc/images". Don't set gmm-image-load-path if we don't find
5524 the image.
5525
5526 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
5527
5528 * gmm-utils.el (gmm-image-load-path): Don't make
5529 `gmm-image-load-path' include subdirectories which the second arg
5530 `image' might specify.
5531
5532 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5533 subdirectory to icon file names.
5534
5535 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5536
5537 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
5538
5539 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5540 gmm-image-load-path calls.
5541
5542 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5543
5544 * message.el (message-make-tool-bar): Ditto.
5545
5546 * mml.el (mml-preview): Added comment concerning tool bar icons.
5547
5548 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5549 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5550
5551 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5552 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5553
5554 * message.el (message-tool-bar-gnome): Use new icon names.
5555 (message-make-tool-bar): Use `gmm-image-load-path'.
5556
5557 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5558 functions from MH-E.
5559 (gmm-image-load-path): New variable from MH-E.
5560 (gmm-image-load-path): New function from MH-E. Added arguments
5561 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5562 *-image-load-path-called-flag.
5563
5564 2006-02-21 Milan Zamazal <pdm@brailcom.org>
5565
5566 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5567
5568 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
5569
5570 * nnimap.el (nnimap-request-move-article): Change folder back to
5571 source group before deleting.
5572
5573 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
5574
5575 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5576
5577 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5578 mm-url.
5579
5580 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5581
5582 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
5583
5584 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5585 coding system which mm-charset-to-coding-system returns for a
5586 given charset is valid.
5587
5588 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5589
5590 * html2text.el (html2text-remove-tag-list):
5591 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5592
5593 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5594
5595 * gnus-cus.el: Revert 2005-10-17 change.
5596
5597 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5598
5599 * gnus-art.el (article-strip-banner): Call
5600 article-really-strip-banner only when the regexp match is made.
5601
5602 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
5603
5604 * gnus-art.el (article-strip-banner): Use
5605 gnus-extract-address-components instead of
5606 mail-header-parse-addresses to make it work with non-ASCII text;
5607 remove mail-encode-encoded-word-string.
5608
5609 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5610 values which are surrounded with \"...\"; make it never cause a
5611 Lisp error; give up parsing of parameters if it failed in
5612 extracting type.
5613
5614 2006-02-14 Arne Jørgensen <arne@arnested.dk>
5615
5616 * smime.el (smime-cert-by-ldap-1): Fix bug where
5617 `smime-ldap-search' returns results without userCertificates.
5618
5619 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
5620
5621 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5622
5623 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5624
5625 * spam.el (spam-check-spamassassin-headers): Adapt format for
5626 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5627 <ari@mbf.ocn.ne.jp>.
5628 (spam-list-of-processors): Add spam-use-gmane.
5629
5630 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5631
5632 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5633 make-temp-file; make it work with XEmacs as well.
5634
5635 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5636 mm-make-temp-file.
5637
5638 * mm-decode.el (mm-display-external): Use the 3rd arg of
5639 mm-make-temp-file.
5640 (mm-create-image-xemacs): Ditto.
5641
5642 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5643
5644 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5645 with message-narrow-to-headers.
5646 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5647 (gnus-draft-check-draft-articles): New function.
5648 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5649
5650 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
5651
5652 * gnus-art.el (gnus-article-browse-html-parts):
5653 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5654 Don't use suffix argument for mm-make-temp-file for Emacs 21
5655 compatibility. Remove useless `format'.
5656
5657 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5658
5659 * nnweb.el (nnweb-google-wash-article): Update regexps.
5660 (nnweb-group-alist): Use defvoo instead of defvar.
5661
5662 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5663
5664 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5665 re-loading nn* modules.
5666
5667 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5668
5669 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5670 for `tool-bar-mode' and don't check it's default-value.
5671
5672 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5673
5674 * message.el (message-make-tool-bar): Ditto.
5675
5676 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5677 `substring'. Shorten tmp-file name.
5678
5679 * gnus.el: Remove bogus comment.
5680
5681 2006-02-10 Hynek Schlawack <hynek@ularx.de>
5682
5683 * gnus-art.el (gnus-article-browse-html-parts): New function.
5684 (gnus-article-browse-html-article): New function for viewing html
5685 articles with a browser.
5686
5687 2006-02-09 Daiki Ueno <ueno@unixuser.org>
5688
5689 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5690 (mml2015-pgg-encrypt): Ditto.
5691
5692 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5693 (mml1991-pgg-encrypt): Ditto.
5694
5695 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5696
5697 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5698 message-make-date instead of current-time-string.
5699
5700 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5701 to gnus-decoded which mm-uu might set.
5702
5703 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5704
5705 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5706 don't decode quoted parameters; remove misimported Emacs code.
5707 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5708 (rfc2231-decode-encoded-string): Don't use split-string which
5709 behaves differently according to Emacs version; use
5710 mm-decode-coding-region to convert charset to coding-system.
5711 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5712 (rfc2231-encode-string): Remove misimported Emacs code.
5713
5714 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5715
5716 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5717 when calling mail-header-parse-content-type.
5718 (article-de-quoted-unreadable): Ditto.
5719 (article-de-base64-unreadable): Ditto.
5720 (article-wash-html): Ditto.
5721
5722 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5723 calling mail-header-parse-content-type and
5724 mail-header-parse-content-disposition.
5725 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5726 mail-header-parse-content-type.
5727
5728 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5729 insert charset and format parameters; encode description after
5730 inserting it to buffer.
5731 (mml-insert-parameter): Fold lines properly even if a parameter is
5732 segmented into two or more lines; change the max column to 76.
5733
5734 * rfc1843.el (rfc1843-decode-article-body): Don't use
5735 ignore-errors when calling mail-header-parse-content-type.
5736
5737 * rfc2231.el (rfc2231-parse-string): Return at least type if
5738 possible; don't cause an error even if it fails in parsing of
5739 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5740 (rfc2231-encode-string): Don't break lines at the beginning, leave
5741 it to mml-insert-parameter.
5742
5743 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5744 calling mail-header-parse-content-type.
5745
5746 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
5747
5748 * spam-report.el (spam-report-gmane-use-article-number):
5749 Improve doc string.
5750 (spam-report-gmane-internal): Check if a suitable header was found
5751 in the article.
5752
5753 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
5754
5755 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5756 (rfc2231-encode-string): Make param*=value always begin with LWSP.
5757
5758 2006-02-05 Romain Francoise <romain@orebokech.com>
5759
5760 Update copyright notices of all files in the gnus directory.
5761
5762 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5763
5764 * nnweb.el (nnweb-request-group): Avoid growing overview files.
5765
5766 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
5767
5768 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5769 segmented lines of parameter value to cope with Thunderbird 1.5
5770 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5771 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5772 (rfc2231-encode-string): Don't make lines exceeding 76 column.
5773
5774 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
5775
5776 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5777 parts.
5778
5779 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5780
5781 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5782 there's only one active file for all servers.
5783 (nnweb-request-scan): Make sure nnweb-articles is initialized on
5784 solid groups. Gnus might have used a FAST request to select the group.
5785 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5786 and nnweb-search redundantly in the active file.
5787 (nnweb-request-list): Don't list bogus groups. There can only be one.
5788 (nnweb-request-create-group): Don't use ARGS.
5789 (nnweb-possibly-change-server, nnweb-request-group): Remove some
5790 initialisations. Let nnoo do the work.
5791
5792 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5793
5794 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5795 Say the part has been decoded.
5796
5797 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5798
5799 2006-01-31 Kevin Ryde <user42@zip.com.au>
5800
5801 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5802 mailcap-viewer-test-cache when there's no 'test clause, since that
5803 will invert the meaning of a "nil" test previously determined by
5804 mailcap-mailcap-entry-passes-test.
5805
5806 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
5807
5808 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5809 compiling.
5810
5811 * gnus-sum.el: Ditto.
5812
5813 * message.el: Don't bind tool-bar-map when compiling.
5814
5815 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
5816
5817 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5818
5819 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5820
5821 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5822 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5823 current Google Groups.
5824
5825 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
5826
5827 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5828 and tool-bar-mode.
5829
5830 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5831 and tool-bar-mode.
5832
5833 * message.el (message-tool-bar-update): Simplify.
5834 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5835
5836 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5837 gnus-summary-buffer.
5838 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5839 gnus-summary-reply.
5840
5841 * gmm-utils.el (gmm): Add :version.
5842
5843 2006-01-26 Steve Youngs <steve@sxemacs.org>
5844
5845 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5846 autoload.
5847
5848 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5849
5850 * gmm-utils.el (gmm-verbose): Add :group.
5851
5852 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
5853
5854 * message.el: Change some comments WRT tool-bars.
5855
5856 * gnus-sum.el (gnus-summary-tool-bar)
5857 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5858 (gnus-summary-tool-bar-zap-list): New variables.
5859 (gnus-summary-make-tool-bar): Complete rewrite using
5860 `gmm-tool-bar-from-list'.
5861
5862 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5863 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5864 variables.
5865 (gnus-group-make-tool-bar): Complete rewrite using
5866 `gmm-tool-bar-from-list'.
5867 (gnus-group-tool-bar-update): New function.
5868
5869 * message.el (message-mode-field-menu): Add "Show hidden Headers".
5870
5871 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5872
5873 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5874 is dissected into a single part of which the type is the same as
5875 the given one; decode charset.
5876
5877 2006-01-21 Kevin Ryde <user42@zip.com.au>
5878
5879 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5880 into alists as symbol not string, since that's what
5881 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5882 look for.
5883
5884 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
5885
5886 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5887 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5888
5889 * message.el (message-tool-bar-gnome): Use gmm-ignore.
5890
5891 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5892
5893 * gnus-art.el (gnus-mime-security-button-commands): New variable.
5894 (gnus-mime-security-button-menu): New definition.
5895 (gnus-mime-security-button-map): Use them.
5896 (gnus-mime-security-button-menu): New function.
5897 (gnus-insert-mime-security-button): Addition to help echo.
5898 (gnus-mime-security-run-function, gnus-mime-security-save-part)
5899 (gnus-mime-security-pipe-part): New functions.
5900
5901 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5902 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5903
5904 * mm-decode.el (mm-handle-set-disposition): Remove.
5905 (mm-handle-set-description): Remove.
5906
5907 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5908
5909 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5910 (mm-w3m-standalone-supports-m17n-p): New function.
5911 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5912 w3m usage.
5913
5914 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5915 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5916
5917 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
5918
5919 * message.el (message-tool-bar-zap-list): Use
5920 gmm-tool-bar-zap-list as custom type.
5921 (message-tool-bar-update): New function.
5922 (message-tool-bar, message-tool-bar-gnome)
5923 (message-tool-bar-retro): Add message-tool-bar-update.
5924 (message-tool-bar-gnome): Add flyspell-buffer.
5925
5926 * gnus-util.el (gnus-error): Describe `args'.
5927
5928 * gmm-utils.el (gmm-error): Describe `args'.
5929 (gmm-tool-bar-zap-list): New widget.
5930 (gmm-tool-bar-from-list): Improve description of `zap-list'.
5931
5932 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5933
5934 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5935 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5936 the number of recursive calls.
5937
5938 * mm-decode.el (mm-handle-set-disposition): New macro.
5939 (mm-handle-set-description): New macro.
5940
5941 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5942
5943 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5944 encoding.
5945
5946 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5947
5948 * message.el (message-tool-bar-zap-list, message-tool-bar)
5949 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5950 (message-tool-bar-local-item-from-menu): Remove.
5951 (message-tool-bar-map): Replace by `message-make-tool-bar'.
5952 (message-make-tool-bar): New function.
5953 (message-mode): Use `message-make-tool-bar'.
5954
5955 * gmm-utils.el: New file.
5956 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5957 (gmm-lazy): New widget copied from `nnmail.el'.
5958 (gmm-tool-bar-from-list): New function for creating customizable
5959 tool bars.
5960 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
5961 output.
5962 (gmm): Add :prefix to defgroup.
5963
5964 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
5965
5966 * gmm-utils.el (gmm-widget-p): New function.
5967
5968 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5969
5970 * mml.el (mml-attach-file): Describe `description' in doc string.
5971 (mml-menu): Add Emacs MIME manual and PGG manual.
5972
5973 2006-01-20 Richard M. Stallman <rms@gnu.org>
5974
5975 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5976
5977 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
5978
5979 * nntp.el (nntp-end-of-line): Doc fix.
5980
5981 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
5982
5983 * imap.el (imap-open): Handle case where buffer is a buffer
5984 object.
5985
5986 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5987
5988 * gnus-delay.el (gnus-delay): Don't autoload.
5989 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5990 to be re-loaded when customizing the `gnus-delay' group.
5991
5992 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
5993
5994 * message.el (message-insert-citation-line): Use newlines.
5995
5996 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5997
5998 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
5999
6000 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6001
6002 2006-01-19 Mark D. Baushke <mdb@gnu.org>
6003
6004 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6005
6006 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
6007
6008 * mm-decode.el (mm-inlined-types): Add application/pgp.
6009 (mm-automatic-display): Ditto.
6010
6011 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6012 part as text.
6013
6014 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6015
6016 * nnrss.el: Update copyright.
6017 (nnrss-opml-import): Query whether to subscribe to each entry.
6018
6019 * gnus-art.el:
6020 * gnus-sum.el:
6021 * mm-uu.el:
6022 * mm-view.el: Update copyright.
6023
6024 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
6025
6026 * message.el (message-info): New function.
6027 (message-mode-menu): Add it.
6028 Update copyright.
6029
6030 * ChangeLog: Fix and update copyright.
6031
6032 2006-01-13 Romain Francoise <romain@orebokech.com>
6033
6034 * message.el (message-forward-subject-name-subject): Prefer the
6035 address to 'nowhere' if the sender has no name.
6036 Fix typo. Update copyright year.
6037
6038 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6039
6040 * gnus-art.el (article-wash-html): Use
6041 gnus-summary-show-article-charset-alist if a numeric arg is given.
6042 (gnus-article-wash-html-with-w3m-standalone): New function.
6043
6044 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6045 mm-inline-text-html-render-with-w3m-standalone.
6046 (mm-text-html-washer-alist): Map w3m-standalone to
6047 gnus-article-wash-html-with-w3m-standalone.
6048 (mm-inline-text-html-render-with-w3m-standalone): New function.
6049
6050 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6051
6052 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6053 Improve LaTeX.
6054
6055 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6056
6057 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6058 (nnrss-request-article): Render text/plain parts as HTML.
6059
6060 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6061 the buffer.
6062
6063 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
6064
6065 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6066 custom definition of `gnus-posting-styles'.
6067
6068 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6069 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6070
6071 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6072
6073 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6074 Use nntp for bug archive.
6075
6076 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
6077
6078 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6079 parts.
6080 (nnrss-normalize-date): New function converts ISO 8601 date into
6081 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6082 (nnrss-check-group): Use it.
6083
6084 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
6085
6086 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6087
6088 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6089 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6090 (nnrss-insert-w3): Ditto.
6091
6092 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6093
6094 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6095 the articles to be forwarded including the case where neither a
6096 number of articles nor a region is specified.
6097
6098 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
6099
6100 * nnrss.el (nnrss-request-article): Fix last change; fill
6101 text/plain parts.
6102
6103 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
6104
6105 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6106 in text/plain part.
6107 (nnrss-check-group): Don't add excessive newline to dc:subject.
6108
6109 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
6110
6111 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6112 article.
6113
6114 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6115
6116 * nnml.el: Don't require gnus-bcklg. Autoload it.
6117 (nnml-use-compressed-files, nnml-save-mail): Support other
6118 comression programs such as bzip2.
6119
6120 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6121
6122 * dns.el (query-dns): Make sure we check the buffer size before
6123 removing tcp headers.
6124
6125 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6126
6127 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6128 remove MIME buttons associated with multipart/alternative parts.
6129 (gnus-mime-display-alternative): Tag buttons using `article-type'
6130 text property.
6131
6132 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6133 associated with multipart/alternative parts.
6134
6135 * gnus-art.el (gnus-signature-separator): Fix custom type.
6136
6137 * mm-decode.el (mm-inlined-types): Fix custom type.
6138 (mm-keep-viewer-alive-types): Ditto.
6139 (mm-automatic-display): Ditto.
6140 (mm-attachment-override-types): Ditto.
6141 (mm-inline-override-types): Ditto.
6142 (mm-automatic-external-display): Ditto.
6143
6144 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6145
6146 * spam-report.el (spam-report-user-mail-address)
6147 (spam-report-user-agent): New variables.
6148 (spam-report-url-ping-plain): Use spam-report-user-agent.
6149
6150 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
6151
6152 * gnus-art.el (gnus-button-handle-custom): Do not just use
6153 `customize-apropos' for any "M-x customize-*" button but the
6154 function called for. Accept both the function name and its
6155 argument in order to achieve this.
6156 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6157 function name to `gnus-button-handle-custom' in case of "M-x
6158 customize-*" buttons.
6159
6160 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6161
6162 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6163 multipart/alternative and add xref to mm-discouraged-alternatives
6164 in doc string.
6165
6166 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6167 gnus-buttonized-mime-types in doc string.
6168
6169 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6170
6171 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6172 Suggest image/.* in the doc string.
6173
6174 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6175
6176 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6177 message-marks (Debian bug #342521).
6178
6179 2005-12-12 Simon Josefsson <jas@extundo.com>
6180
6181 * password.el (password-read-from-cache): Add.
6182 (password-read): Use it.
6183
6184 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6185
6186 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6187 us-ascii as a MIME charset.
6188
6189 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6190 against the case where the 2nd arg TYPE is nil.
6191
6192 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6193
6194 * pop3.el (pop3-stream-type): Fix custom version.
6195
6196 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6197
6198 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6199
6200 * mm-decode.el (mm-display-external): Add missing cdr.
6201
6202 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6203
6204 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6205 RFC1524) if it is in mailcap or add a suffix according to
6206 mailcap-mime-extensions when generating a temp filename; postpone
6207 deleting a temp file for 2 seconds for some wrappers, shell
6208 scripts, and so on, which might exit right after having started a
6209 viewer command as a background job.
6210
6211 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6212
6213 * nntp.el (nntp-marks-directory): Fix custom group.
6214
6215 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6216 steps when < 10.
6217
6218 * gnus-start.el (gnus-no-server-1): Mention
6219 `gnus-level-default-subscribed' in doc string.
6220
6221 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6222
6223 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6224 parens.
6225
6226 2005-11-26 Dave Love <fx@gnu.org>
6227
6228 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6229 (tls-program, tls-success): Provide openssl alternative.
6230
6231 * starttls.el: Doc fixes.
6232 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6233 SERVICE to PORT.
6234
6235 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
6236 port null or service name.
6237 (starttls-negotiate): Autoload.
6238
6239 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6240
6241 * message.el (message-kill-to-signature): Fix interactive spec.
6242
6243 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6244
6245 * pop3.el (pop3-open-server): Recognize a string as a service name.
6246
6247 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6248
6249 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6250
6251 2005-11-23 Dave Love <fx@gnu.org>
6252
6253 Add pop3s, pop3/starttls.
6254
6255 * pop3.el (pop3-authentication-scheme): Clarify doc.
6256 (open-tls-stream, starttls-open-stream): Autoload.
6257 (pop3-stream-type): New.
6258 (pop3-open-server): Use it.
6259
6260 * mail-source.el (mail-sources): Fix some :types. Add stream type
6261 for POP.
6262 (mail-source-keyword-map): Add :stream for POP.
6263 (mail-source-fetch-pop): Use pop3-stream-type.
6264
6265 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6266
6267 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6268 of current-time-string.
6269
6270 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6271
6272 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6273 date header.
6274
6275 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6276
6277 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6278 it can seriously impact performance as it bypasses the agent's
6279 local caches.
6280
6281 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6282
6283 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6284 must be explicitly online rather than "not explicitly offline" for
6285 its flags to be synchronized.
6286
6287 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6288 that gnus-uu-unmark-thread will function correctly.
6289
6290 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6291 1024K is instead displayed as 1M.
6292
6293 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6294
6295 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6296
6297 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6298
6299 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6300
6301 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6302
6303 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6304 error message to display actual error condition.
6305 (gnus-agent-save-local): Avoid saving symbols that are bound to
6306 nil as they simply result in a warning message in
6307 gnus-agent-read-local.
6308
6309 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6310
6311 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6312 rather than make-variable-buffer-local for file-precious-flag.
6313
6314 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6315
6316 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6317 for duplicates which are removed. The invalid sort check then
6318 triggers a rescan after the sort as sorting may have moved
6319 duplicate entries such that they can be cheaply detected.
6320
6321 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6322
6323 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6324
6325 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6326
6327 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6328 internal variable to a custom variable. Changed default value
6329 from compressed(2) to uncompressed(1).
6330 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6331 support for uncompressed agentview files. Taken together, reading
6332 the agentview file should now be 6-7 times faster.
6333
6334 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6335
6336 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6337 as a buffer-local variable. This avoids creating truncated
6338 dribble files as a result of a hang up, eg.
6339
6340 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6341
6342 * gnus-start.el (gnus-start-draft-setup): Enforce
6343 `gnus-draft-mode' for nndraft:drafts at startup.
6344
6345 * gnus.el (gnus-splash): Change custom group.
6346 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6347 allow-list argument.
6348
6349 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6350 string.
6351
6352 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6353
6354 * gnus-art.el (gnus-default-article-saver): Add user-defined
6355 `function' to custom type.
6356
6357 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6358
6359 * imap.el (imap-open): Handle case where buffer is a buffer
6360 object.
6361
6362 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6363
6364 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6365 long lines.
6366 (gnus-cache-delete-group): Wrap doc strings.
6367
6368 * gnus-agent.el (gnus-agent-rename-group)
6369 (gnus-agent-delete-group): Wrap doc strings.
6370
6371 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6372
6373 * gnus-start.el (gnus-1): Add "native" to
6374 gnus-predefined-server-alist.
6375
6376 * gnus.el (gnus-method-to-server): Don't add "native" to the
6377 lists here, because that leads to problems when
6378 gnus-select-method is bound.
6379
6380 2005-11-09 Simon Josefsson <jas@extundo.com>
6381
6382 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6383 use (not sort-by-date) instead.
6384
6385 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6386
6387 * gnus-delay.el (gnus-delay-group): Don't autoload.
6388 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6389 to be re-loaded when customizing the `gnus-delay' group.
6390
6391 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6392
6393 * message.el: Revert last changes.
6394 (message-insert-citation-line): Use newlines.
6395
6396 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6397
6398 * message.el (message-courtesy-message)
6399 (message-mark-insert-begin, message-mark-insert-end)
6400 (message-elide-ellipsis, message-cancel-message)
6401 (message-add-header, message-change-subject)
6402 (message-cross-post-followup-to-header)
6403 (message-cross-post-insert-note, message-reduce-to-to-cc)
6404 (message-widen-reply, message-delete-not-region)
6405 (message-kill-to-signature, message-insert-signature)
6406 (message-insert-importance-high, message-insert-importance-low)
6407 (message-insert-or-toggle-importance)
6408 (message-insert-disposition-notification-to)
6409 (message-indent-citation, message-yank-original)
6410 (message-cite-original-without-signature, message-cite-original)
6411 (message-insert-citation-line, message-position-on-field)
6412 (message-fix-before-sending, message-send-mail-partially)
6413 (message-send-mail, message-send-mail-with-sendmail)
6414 (message-send-mail-with-qmail, message-send-news)
6415 (message-check-news-header-syntax, message-generate-headers)
6416 (message-insert-courtesy-copy, message-fill-address)
6417 (message-fill-header, message-shorten-references)
6418 (message-setup-1, message-cancel-news)
6419 (message-forward-make-body-plain, message-forward-make-body-mime)
6420 (message-forward-make-body-mml, message-encode-message-body)
6421 (message-forward-make-body-digest-plain)
6422 (message-forward-make-body-digest-mime)
6423 (message-use-alternative-email-as-from): Insert `hard-newline'
6424 instead of ordinary newlines.
6425
6426 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6427
6428 * message.el (message-generate-headers): Downcase the argument
6429 given to message-check-element.
6430
6431 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6432
6433 * nntp.el (nntp-authinfo-rejected): New error condition.
6434 (nntp-wait-for): Use new error condition to signal authentication
6435 error.
6436 (nntp-retrieve-data): Rethrow new error condition to break out of
6437 recursive call to nntp-send-authinfo.
6438
6439 2005-11-08 Romain Francoise <romain@orebokech.com>
6440
6441 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6442 (gnus-summary-exit-map): Bind to `Z p'.
6443 (gnus-summary-make-menu-bar): Add menu item.
6444
6445 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6446
6447 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6448 (gnus-treat-*): Add `first' in all doc strings.
6449
6450 * gnus-group.el (gnus-group-compact-group): Fix typo.
6451
6452 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6453
6454 * gnus.el (gnus-parameters-case-fold-search): New variable.
6455 (gnus-parameters-get-parameter): Use it.
6456
6457 * gnus-score.el (gnus-home-score-file): Doc fix.
6458
6459 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6460
6461 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6462
6463 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6464
6465 * mm-util.el (mm-special-display-p): New function.
6466
6467 * mml.el (mml-preview): Use it; doc fix.
6468
6469 2005-10-29 Romain Francoise <romain@orebokech.com>
6470
6471 * message.el (message-fix-before-sending): Fix comment.
6472
6473 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6474
6475 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6476
6477 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6478
6479 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6480 Used in gnus-score.el.
6481
6482 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6483
6484 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6485
6486 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6487
6488 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6489 whitespace removed in revision 7.8. Use concatenated string to
6490 protect trailing whitespace.
6491
6492 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
6493
6494 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6495 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6496 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6497 Courier IMAP ("some version from 2004"). Mostly based on similar
6498 code in the same function.
6499
6500 2005-10-26 Didier Verna <didier@xemacs.org>
6501
6502 * gnus-group.el (gnus-group-compact-group): Invalidate original
6503 article buffer.
6504 * gnus-srvr.el (gnus-server-compact-server): Ditto.
6505 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6506 NOV database and in article itself.
6507 Invalidate article backlog.
6508
6509 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6510
6511 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6512
6513 2005-10-26 Simon Josefsson <jas@extundo.com>
6514
6515 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6516 part of 2004-07-25 change.
6517
6518 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6519
6520 * message.el (message-display-completion-list): New function.
6521 (message-expand-group): Use it; make sure the Completions buffer
6522 is modifiable.
6523
6524 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6525
6526 * imap.el (imap-open): Handle case where buffer is a buffer object.
6527
6528 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6529
6530 * pgg-def.el:
6531 * pgg-gpg.el:
6532 * pgg-parse.el:
6533 * pgg-pgp.el:
6534 * pgg-pgp5.el:
6535 * pgg.el: Move to the parent lisp directory.
6536
6537 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6538
6539 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6540 user-mail-name is an empty string.
6541
6542 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6543
6544 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6545 depending on gnus-score-decay-constant.
6546
6547 * encrypt.el (encrypt-insert-file-contents)
6548 (encrypt-write-file-contents): Don't use `gnus-message'.
6549
6550 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6551 arguments.
6552 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6553 arguments to mm-uu-verbatim-marks-extract.
6554 (mm-uu-hide-markers): New variable.
6555 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6556
6557 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6558 (gnus-convert-image-to-face-command): Use "convert" by default to
6559 allow other input image formats.
6560 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6561 accordingly.
6562
6563 2005-10-23 Simon Josefsson <jas@extundo.com>
6564
6565 * imap.el (imap-gssapi-program): Align command line parameters
6566 with latest GNU SASL.
6567 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6568
6569 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6570
6571 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6572 HTML.
6573 (nnslashdot-request-article): Ditto.
6574
6575 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6576
6577 * mail-source.el (mail-source-fetch-pop): Require pop3.
6578 (mail-source-check-pop): Ditto.
6579
6580 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6581
6582 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6583 errors.
6584
6585 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6586
6587 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6588 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6589
6590 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6591
6592 * mm-bodies.el (mm-decode-string): Call
6593 `mm-charset-to-coding-system' with allow-override argument.
6594
6595 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6596
6597 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6598 (rfc2047-charset-to-coding-system): New function.
6599 (rfc2047-decode-encoded-words): New function.
6600 (rfc2047-decode-region): Use them.
6601 (rfc2047-decode-cte): Remove.
6602 (rfc2047-parse-and-decode): Remove.
6603 (rfc2047-decode): Remove.
6604
6605 2005-10-15 Kenichi Handa <handa@m17n.org>
6606
6607 * rfc2047.el (rfc2047-decode-cte): New function.
6608 (rfc2047-decode-region): Change the way to decode successive
6609 encoded-words: decode B- or Q-encoding in each encoded-word,
6610 concatenate them, and decode it as charset.
6611
6612 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6613
6614 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6615 widget-move-and-invoke.
6616 (gnus-custom-mode): Use gnus-custom-map.
6617
6618 2005-10-15 Bill Wohler <wohler@newt.com>
6619
6620 * message.el (message-tool-bar-map): Renamed image file from
6621 mail_send to mail/send.
6622
6623 2005-10-16 Masatake YAMATO <jet@gyve.org>
6624
6625 * message.el (message-expand-group): Pass the common
6626 prefix substring of completion to `display-completion-list'.
6627
6628 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6629
6630 * mml-sec.el (mml-secure-method): New internal variable.
6631 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6632 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6633 functions using mml-secure-method.
6634
6635 * mml.el (mml-mode-map): Add key bindings for those functions.
6636 (mml-menu): Simplify security menu entries. Suggested by Jesper
6637 Harder <harder@myrealbox.com>.
6638 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6639 end of message if point is the headers of the message.
6640
6641 * message.el (message-in-body-p): New function.
6642
6643 * assistant.el: Autoload gnus-util and netrc.
6644
6645 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6646 Use `mm-charset-override-alist' only when decoding.
6647
6648 * mm-bodies.el (mm-decode-body): Call
6649 `mm-charset-to-coding-system' with allow-override argument.
6650
6651 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6652 `filename' from Content-Disposition if Content-Type doesn't
6653 provide `name'.
6654 (gnus-mime-view-part-as-type): Set default instead of
6655 initial-input.
6656
6657 2005-10-09 Daniel Brockman <daniel@brockman.se>
6658
6659 * format-spec.el (format-spec): Propagate text properties of % spec.
6660
6661 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6662
6663 * gnus-art.el (gnus-treat-predicate): Add `first'.
6664
6665 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6666
6667 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6668 (mm-charset-override-alist): New variable.
6669 (mm-charset-to-coding-system): Use it.
6670 (mm-codepage-setup): New helper function.
6671 (mm-charset-eval-alist): New variable.
6672 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6673 about unknown charsets.
6674
6675 2005-10-04 David Hansen <david.hansen@gmx.net>
6676
6677 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6678 (nnrss-check-group): Ditto.
6679
6680 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6681
6682 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6683 Rename x-gnus-verbatim to x-verbatim.
6684 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6685
6686 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6687 x-verbatim.
6688
6689 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6690
6691 * gnus-util.el (gnus-remove-duplicates): Remove.
6692
6693 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6694 instead of gnus-remove-duplicates.
6695
6696 * message.el (message-remove-duplicates): Remove.
6697 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6698 message-remove-duplicates.
6699
6700 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6701 available, else use implementation from `delete-dups'.
6702
6703 * message.el (message-insert-expires): New function.
6704 (message-mode-map): Add key binding.
6705 (message-mode-field-menu): Add menu entry.
6706 (message-mode): Document it.
6707 (message-make-expires-date): Use `message-make-date'.
6708
6709 2005-10-04 Josh Huber <huber@alum.wpi.edu>
6710
6711 * message.el (message-make-expires-date): New function.
6712
6713 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6714
6715 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6716
6717 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6718
6719 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6720 function rather than the diff-mode.el package.
6721 (mm-display-external): Use with-current-buffer.
6722 (mm-viewer-completion-map, mm-viewer-completion-map):
6723 Move initialization inside declaration.
6724
6725 2005-09-29 Simon Josefsson <jas@extundo.com>
6726
6727 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6728 autoload mail-check-payment.
6729 (spam-check-hashcash): Define unconditionally, since hashcash.el
6730 is part of Gnus now. Ignore errors from payment checking.
6731
6732 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6733
6734 * message.el (message-bold-region, message-unbold-region): Rename
6735 from `bold-region' and `unbold-region'.
6736
6737 * message.el: Remove useless autoloads.
6738
6739 2005-09-28 Simon Josefsson <jas@extundo.com>
6740
6741 * message.el (message-use-idna): Default to t.
6742 (message-use-idna): Test whether encoding works too. Doc fix.
6743
6744 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6745
6746 * nntp.el (nntp-warn-about-losing-connection): Remove.
6747
6748 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6749
6750 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6751 customizable. Change default value.
6752 (mm-uu-diff-groups-regexp): Change default value.
6753 (mm-uu-type-alist): Add doc string.
6754 (mm-uu-configure): Add doc string. Make it interactive.
6755 (mm-uu-tex-groups-regexp): New variable.
6756 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6757 (mm-uu-type-alist): Add LaTeX documents.
6758 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6759 of "text/verbatim".
6760 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6761
6762 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6763 instead of "text/verbatim".
6764
6765 * message.el (message-mark-inserted-region)
6766 (message-mark-insert-file): Use slrn style marks when called with
6767 prefix argument.
6768
6769 2005-09-27 Simon Josefsson <jas@extundo.com>
6770
6771 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6772
6773 2005-09-27 Arne Jørgensen <arne@arnested.dk>
6774
6775 * message.el (message-remove-duplicates): New function.
6776 Implementation borrowed from `gnus-remove-duplicates'.
6777 (message-idna-to-ascii-rhs): Also encode idna addresses in
6778 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6779 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6780 only ask about the same idna domain once per header and also tell
6781 in what header to replace the idna domain.
6782
6783 * gnus-art.el (article-decode-idna-rhs): Also decode idna
6784 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6785 (article-decode-idna-rhs): Fix regexp so that all idna-address in
6786 a header is decoded and not just the last one.
6787
6788 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6789
6790 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6791 has been decoded.
6792
6793 * mm-decode.el (mm-automatic-display): Add text/verbatim.
6794 (mm-insert-part): Don't modify text if it has been decoded.
6795
6796 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6797 decoded.
6798
6799 * mm-view.el (mm-inline-text): Don't strip text props unless
6800 decoding enriched or richtext parts.
6801
6802 2005-09-25 Romain Francoise <romain@orebokech.com>
6803
6804 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6805 * gnus-start.el (gnus-subscribe-interactively):
6806 * gnus-uu.el (gnus-uu-grab-articles):
6807 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6808 space.
6809
6810 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
6811
6812 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6813 * mm-view.el (mm-view-pkcs7-decrypt):
6814 * gnus-sum.el (gnus-summary-limit-to-extra)
6815 (gnus-summary-respool-article, gnus-read-move-group-name):
6816 * gnus-score.el (gnus-summary-increase-score):
6817 * gnus-util.el (gnus-completing-read-with-default):
6818 * gnus-art.el (gnus-read-save-file-name)
6819 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6820 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6821 * message.el (message-check-news-header-syntax):
6822 Follow convention for reading with the minibuffer.
6823
6824 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
6825
6826 * spam-report.el (spam-report-url-ping-plain):
6827 Use gnus-extended-version as User-Agent.
6828
6829 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6830 default value is nil.
6831
6832 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6833 (mm-uu-verbatim-marks-extract): New function.
6834 (mm-uu-extract): New face.
6835 (mm-uu-copy-to-buffer): Use it.
6836
6837 * spam-report.el (spam-report-gmane-ham): Renamed from
6838 `spam-report-gmane-unspam'.
6839 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6840 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
6841
6842 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6843 Autoload.
6844 (spam-report-gmane-unregister-routine): Renamed
6845 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6846
6847 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
6848
6849 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6850 (spam-report-gmane-unregister-routine): Add support for gmane
6851 unregistration.
6852
6853 * spam-report.el (spam-report-gmane-unspam)
6854 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6855 (spam-report-gmane): Change to take a single article and do unspam
6856 registration.
6857
6858 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6859
6860 * mm-url.el (mm-url-decode-entities): Fix regexp.
6861
6862 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6863
6864 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6865 default to nil, to be able to use Gnus at all. If the default
6866 switches to something else, then the function should be fixed not
6867 be exceedingly slow.
6868
6869 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
6870
6871 * gnus-start.el (gnus-activate-group): If the server is nil, don't
6872 fail hard.
6873
6874 * spam-report.el: Add better Keywords line.
6875
6876 * spam.el: Add Maintainer and better Keywords line.
6877
6878 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6879
6880 * gnus-art.el (gnus-article-replace-part)
6881 (gnus-mime-replace-part): New functions.
6882 (gnus-mime-action-alist, gnus-mime-button-commands)
6883 (gnus-mime-save-part-and-strip): Added file argument.
6884 (gnus-article-part-wrapper): Added interactive argument.
6885
6886 * gnus-sum.el (gnus-summary-mime-map): Add
6887 `gnus-article-replace-part'.
6888
6889 2005-09-19 Didier Verna <didier@xemacs.org>
6890
6891 The nnml compaction feature:
6892 * nnml.el (nnml-request-compact-group): New function.
6893 * nnml.el (nnml-request-compact): New function.
6894 * gnus-int.el (gnus-request-compact-group): New function.
6895 * gnus-int.el (gnus-request-compact): New function.
6896 * gnus-group.el (gnus-group-compact-group): New function.
6897 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
6898 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
6899 * gnus-srvr.el (gnus-server-compact-server): New function.
6900 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
6901 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
6902
6903 2005-09-18 Deepak Goel <deego@gnufans.org>
6904
6905 * sieve.el (sieve-help): Fix `message' call: first arg should be a
6906 format spec.
6907
6908 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
6909
6910 * gnus.el (gnus-group-startup-message): Bind image-load-path.
6911
6912 2005-09-15 Romain Francoise <romain@orebokech.com>
6913
6914 * message.el (message-fill-paragraph): Clarify docstring.
6915
6916 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6917
6918 * gnus-art.el (gnus-mime-display-part): Protect against broken
6919 MIME messages.
6920
6921 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6922
6923 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
6924 before parsing header.
6925
6926 2005-09-11 Jari Aalto <jari.aalto@cante.net>
6927
6928 * html2text.el (html2text-replace-list): Add new entities.
6929
6930 2005-09-11 Romain Francoise <romain@orebokech.com>
6931
6932 * message.el (message-alternative-emails): Improve docstring.
6933 (message-setup-1): Call `message-use-alternative-email-as-from'
6934 after `message-setup-hook' to give it precedence over posting
6935 styles, etc.
6936 (message-use-alternative-email-as-from): Add docstring. Remove
6937 the original From header if present.
6938
6939 * nnml.el (nnml-compressed-files-size-threshold): New variable.
6940 (nnml-save-mail): Use it.
6941
6942 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
6943 articles. Add new argument `silent'.
6944 (gnus-uu-mark-all): Report the total number of marked articles.
6945
6946 2005-09-10 Romain Francoise <romain@orebokech.com>
6947
6948 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
6949 (gnus-uu-mark-series): Likewise.
6950
6951 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6952
6953 * spam-report.el (spam-report-gmane): Fix generation of spam
6954 report URL.
6955
6956 2005-09-10 Simon Josefsson <jas@extundo.com>
6957
6958 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
6959 t, based on discussion on the ding list with Robert Epprecht
6960 <epprecht@solnet.ch>.
6961
6962 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6963
6964 * spam-report.el (spam-report-gmane): Make it work without
6965 X-Report-Spam header. Gmane now only provides Archived-At.
6966 This is only used if `spam-report-gmane-use-article-number' is nil.
6967 (spam-report-gmane-spam-header): Remove. Not used anymore.
6968
6969 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
6970 make `gnus-summary-sort-by-recipient' work with threading.
6971
6972 * nnweb.el (nnweb-google-wash-article): Print a message if article
6973 is not available.
6974
6975 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6976
6977 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
6978 change. Decode text/* parts content before displaying.
6979
6980 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
6981
6982 * mml-smime.el: Remove defvar of gnus-extract-address-components.
6983
6984 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6985
6986 * mm-view.el (mm-display-inline-fontify): Disable support modes.
6987
6988 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
6989
6990 * message.el (message-tab-body-function): Fix mismatched custom type.
6991
6992 * gnus.el (gnus-group-change-level-function): Ditto.
6993
6994 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
6995
6996 * gnus-art.el (gnus-signature-limit)
6997 (gnus-article-mime-part-function): Ditto.
6998
6999 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7000
7001 * mml.el (mml-mode): Silence the byte compiler.
7002
7003 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7004 using `(sit-for 0)' before moving the point to the specified part;
7005 skip unbuttonized parts.
7006 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7007 return to the summary window if gnus-auto-select-part is non-nil.
7008
7009 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7010
7011 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7012 variables.
7013 (mml-dnd-attach-file, mml-mode): Use them.
7014
7015 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7016 Make fetching article by MID work again for Google Groups. Added
7017 FIXME concerning gnus-group-make-web-group.
7018
7019 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7020 Don't depend on Gnus by using mail-extract-address-components if
7021 gnus-extract-address-components is not bound.
7022
7023 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7024
7025 * gnus-art.el (gnus-mime-display-security): Don't display the
7026 signature, but only the signed part.
7027
7028 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7029
7030 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7031
7032 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7033 list, not listp.
7034
7035 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
7036
7037 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7038 when encoding.
7039
7040 * mm-bodies.el (mm-decode-content-transfer-encoding):
7041 De-canonicalize CRLF for all text content types, not just
7042 text/plain.
7043
7044 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7045
7046 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7047 valid article; point arrow and cursor at the MIME button.
7048
7049 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
7050
7051 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7052 Suggested by Dan Christensen <jdc@uwo.ca>.
7053
7054 * mm-decode.el (mm-save-part): Enable change of prompt.
7055
7056 2005-08-29 Jari Aalto <jari.aalto@cante.net>
7057
7058 * gnus-msg.el (gnus-inews-add-send-actions): Made
7059 `message-post-method' lambda parameter ARG `&optional'.
7060
7061 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7062
7063 * gnus-sum.el (gnus-summary-mime-map): Added
7064 gnus-article-save-part-and-strip, gnus-article-delete-part and
7065 gnus-article-jump-to-part.
7066
7067 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7068 (gnus-article-edit-part): Use it.
7069 (gnus-article-part-wrapper): Added no-handle argument.
7070 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7071 functions.
7072
7073 2005-08-29 Romain Francoise <romain@orebokech.com>
7074
7075 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7076 docstring.
7077 (gnus-face-from-file): Likewise.
7078
7079 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7080
7081 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7082 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7083 non-nil.
7084 (gnus-auto-select-part): New variable.
7085 (gnus-article-jump-to-part): New function.
7086 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7087 (gnus-mime-delete-part): Allow selecting specified part after
7088 deleting or stripping parts.
7089 (gnus-article-jump-to-part): Don't use `read-number'. Use last
7090 part if argument is bogus.
7091
7092 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
7093
7094 * gnus-art.el (w3m-minor-mode-map):
7095 * gnus-spec.el (gnus-newsrc-file-version):
7096 * gnus-util.el (nnmail-active-file-coding-system)
7097 (gnus-original-article-buffer, gnus-user-agent):
7098 * gnus.el (gnus-ham-process-destinations)
7099 (gnus-parameter-ham-marks-alist)
7100 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7101 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7102 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7103 * mm-decode.el (gnus-current-window-configuration):
7104 * mm-extern.el (gnus-article-mime-handles):
7105 * mm-url.el (url-current-object, url-package-name)
7106 (url-package-version):
7107 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7108 (smime-keys, w3m-cid-retrieve-function-alist)
7109 (w3m-current-buffer, w3m-display-inline-images)
7110 (w3m-minor-mode-map):
7111 * mml-smime.el (gnus-extract-address-components):
7112 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7113 (gnus-newsrc-hashtb, message-default-charset)
7114 (message-deletable-headers, message-options)
7115 (message-posting-charset, message-required-mail-headers)
7116 (message-required-news-headers):
7117 * mml1991.el (mc-pgp-always-sign):
7118 * mml2015.el (mc-pgp-always-sign):
7119 * nnheader.el (nnmail-extra-headers):
7120 * rfc1843.el (gnus-decode-encoded-word-function)
7121 (gnus-decode-header-function, gnus-newsgroup-name):
7122 * spam-stat.el (gnus-original-article-buffer): Add defvars.
7123
7124 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
7125
7126 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7127 the end of the date treatments.
7128
7129 2005-08-15 Simon Josefsson <jas@extundo.com>
7130
7131 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7132 it in url-handlers.el and XEmacs in url.el. Reported by Luca
7133 Capello and Romain Francoise.
7134 (pgg-fetch-key-function): Removed, not used?
7135 (pgg-insert-url-with-w3): Require url, to get
7136 url-insert-file-contents regardless of where it is defined.
7137
7138 2005-08-13 Romain Francoise <romain@orebokech.com>
7139
7140 * message.el (message-cite-original-1): New function.
7141 (message-cite-original): Use it.
7142 (message-cite-original-without-signature): Ditto.
7143
7144 2005-08-08 Romain Francoise <romain@orebokech.com>
7145
7146 * message.el (message-yank-empty-prefix): New variable.
7147 (message-indent-citation): Use it.
7148 (message-cite-original-without-signature): Respect X-No-Archive.
7149
7150 2005-08-08 Simon Josefsson <jas@extundo.com>
7151
7152 * pgg.el: Autoload url-insert-file-contents instead of loading
7153 w3/url.
7154 (pgg-insert-url-with-w3): Don't load url here.
7155
7156 2005-08-07 Jesper Harder <harder@phys.au.dk>
7157
7158 * message.el (message-kill-to-signature): Don't insert newline at
7159 bol.
7160 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7161
7162 2005-08-06 Romain Francoise <romain@orebokech.com>
7163
7164 * message.el (message-user-fqdn): Fix typo in docstring.
7165
7166 2005-08-05 Daiki Ueno <ueno@unixuser.org>
7167
7168 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7169
7170 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7171
7172 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7173
7174 * mm-bodies.el (mm-encode-body): Use coding system rather than
7175 charset to encode text.
7176
7177 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7178 number of charsets if utf-8 is available (XEmacs).
7179
7180 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7181
7182 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7183 taken from `gnus-button-mid-or-mail-regexp'.
7184 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7185 (gnus-button-alist): Improve regexp for domain part of the MIDs
7186 for news:localpart@domain buttons.
7187 (gnus-button-ctan-directory-regexp): Update.
7188
7189 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7190
7191 * sieve-manage.el (sieve-manage-interactive-login): Use
7192 make-local-variable rather than make-variable-buffer-local.
7193 (sieve-manage-open): Ditto.
7194 (sieve-manage-authenticate): Ditto.
7195
7196 * mml.el (mml-generate-mime-1): Make the content type default to
7197 text/plain if the filename is not specified.
7198
7199 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7200
7201 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7202 instead of insert-buffer.
7203
7204 * message.el (message-yank-original): Ditto; set the mark at the
7205 end of the yanked message.
7206
7207 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7208
7209 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7210 lines to scroll rather than to stop it.
7211
7212 * mml.el (mml-generate-default-type): Add doc string.
7213 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7214 default to application/octet-stream when determining the content
7215 type if it is not specified for the part or the mml contents; add
7216 a comment about mml-generate-default-type.
7217
7218 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7219
7220 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7221 make it default to application/octet-stream when determining the
7222 content type if it is not specified for the external contents.
7223
7224 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7225
7226 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7227 segmented parameter but also other parameters might be there.
7228
7229 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7230
7231 * mm-decode.el (mm-display-external): Delete temp file, directory
7232 and buffer immediately if the external process is exited.
7233
7234 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7235
7236 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7237 fewer lines than that of scroll-margin.
7238 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7239
7240 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7241
7242 * gnus-art.el (gnus-article-next-page): Revert.
7243 (gnus-article-beginning-of-window): New macro.
7244 (gnus-article-next-page-1): Use it.
7245 (gnus-article-prev-page): Ditto.
7246 (gnus-article-edit-part): Use insert-buffer-substring instead of
7247 insert-buffer.
7248 (gnus-article-edit-exit): Ditto.
7249
7250 * gnus-util.el (gnus-beginning-of-window): Remove.
7251 (gnus-end-of-window): Remove.
7252
7253 2005-07-25 Simon Josefsson <jas@extundo.com>
7254
7255 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7256 to have the url package without w3. Reported by Daiki Ueno
7257 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7258
7259 2005-07-20 Didier Verna <didier@xemacs.org>
7260
7261 * gnus-diary.el: Remove the description comment (nndiary is now
7262 properly documented in the Gnus manual).
7263 Fix the spelling of "Back End".
7264 * nndiary.el: Ditto.
7265 Fix the copyright notice.
7266
7267 2005-07-18 Romain Francoise <romain@orebokech.com>
7268
7269 * gnus-sum.el (gnus-summary-to-prefix)
7270 (gnus-summary-newsgroup-prefix): New variables.
7271 (gnus-summary-from-or-to-or-newsgroups): Use them.
7272
7273 2005-07-17 Romain Francoise <romain@orebokech.com>
7274
7275 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7276 space as it's generally not especially interesting to the user.
7277
7278 2005-07-16 Romain Francoise <romain@orebokech.com>
7279
7280 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7281 nil to avoid prompting and file modification if one of the
7282 messages at the top of the nnfolder file contains a copyright
7283 notice.
7284 Update copyright notice.
7285
7286 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7287 instead of `current-time-string' as the latter creates a time
7288 string that is not RFC 2822 compliant (it lacks the zone).
7289 Update copyright notice.
7290
7291 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7292
7293 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7294 for text/rtf. Display default in prompt. Pass default for M-n.
7295
7296 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7297
7298 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7299
7300 * gnus-msg.el (gnus-button-mailto): Remove
7301 save-selected-window-window hackery because it relies on
7302 save-selected-window internals.
7303
7304 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7305
7306 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7307 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7308 (gnus-article-prev-page): Ditto.
7309
7310 * gnus-util.el (gnus-beginning-of-window): New function.
7311 (gnus-end-of-window): New function.
7312
7313 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7314
7315 * gnus-score.el (gnus-score-edit-all-score): Set
7316 gnus-score-edit-exit-function to gnus-score-edit-done and call
7317 gnus-message.
7318
7319 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7320
7321 * gnus-msg.el (gnus-button-mailto): Remove
7322 save-selected-window-window hackery because it relies on
7323 save-selected-window internals.
7324
7325 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7326
7327 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7328 add-minor-mode.
7329 (gnus-binary-mode): Ditto.
7330
7331 * gnus-topic.el (gnus-topic-mode): Ditto.
7332
7333 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7334
7335 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7336 (gnus-article-prev-page): Take scroll-margin into consideration.
7337
7338 2005-07-04 Lute Kamstra <lute@gnu.org>
7339
7340 Update FSF's address in GPL notices.
7341
7342 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7343
7344 * gnus.el (gnus-exit):
7345 * gnus-group.el (gnus-group-icons):
7346 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7347
7348 * gnus-nocem.el (gnus-nocem):
7349 * message.el (message-various, message-buffers, message-sending)
7350 (message-interface, message-forwarding, message-insertion)
7351 (message-headers, message-news, message-mail):
7352 * pgg-gpg.el (pgg-gpg):
7353 * pgg-parse.el (pgg-parse):
7354 * pgg-pgp.el (pgg-pgp):
7355 * pgg-pgp5.el (pgg-pgp5):
7356 * pop3.el (pop3): Finish `defgroup' description with period.
7357
7358 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7359
7360 * gnus-art.el (article-display-face): Improve the efficiency.
7361 (article-display-x-face): Ditto; remove grey x-face stuff.
7362
7363 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7364
7365 * gnus-art.el (article-display-face): Correct the position in
7366 which Faces are inserted.
7367
7368 2005-06-29 Didier Verna <didier@xemacs.org>
7369
7370 * gnus-art.el (article-display-face): Display faces in correct
7371 order.
7372
7373 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7374
7375 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7376 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7377 (gnus-nocem-check-article): Fetch the Type header.
7378 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7379 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7380 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7381 make sure gnus-nocem-hashtb is initialized.
7382 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7383 (gnus-nocem-unwanted-article-p): Ditto.
7384
7385 * pgg.el (pgg-verify): Return the verification result.
7386
7387 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7388
7389 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7390 is ascii.
7391
7392 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7393
7394 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7395 `show-nonbreak-escape'.
7396
7397 2005-06-23 Lute Kamstra <lute@gnu.org>
7398
7399 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7400
7401 * dig.el (dig-mode):
7402 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7403
7404 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7405
7406 * nnimap.el (nnimap-split-download-body): Fix spellings.
7407
7408 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7409
7410 * gnus-art.el (gnus-article-encrypt-body):
7411 * gnus-cus.el (gnus-score-customize):
7412 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7413 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7414
7415 2005-06-16 Arne Jørgensen <arne@arnested.dk>
7416
7417 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7418 header by looking for magic "MII" at the beginnig.
7419
7420 2005-06-16 Miles Bader <miles@gnu.org>
7421
7422 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7423 (assistant-field-face): New backward-compatibility alias for renamed
7424 face.
7425 (assistant-render-text): Use renamed assistant-field face.
7426
7427 * spam.el (spam): Remove "-face" suffix from face name.
7428 (spam-face): New backward-compatibility alias for renamed face.
7429 (spam-face, spam-initialize): Use renamed spam face.
7430
7431 * message.el (message-header-to, message-header-cc)
7432 (message-header-subject, message-header-newsgroups)
7433 (message-header-other, message-header-name)
7434 (message-header-xheader, message-separator, message-cited-text)
7435 (message-mml): Remove "-face" suffix from face names.
7436 (message-header-to-face, message-header-cc-face)
7437 (message-header-subject-face, message-header-newsgroups-face)
7438 (message-header-other-face, message-header-name-face)
7439 (message-header-xheader-face, message-separator-face)
7440 (message-cited-text-face, message-mml-face):
7441 New backward-compatibility aliases for renamed faces.
7442 (message-font-lock-keywords): Use renamed message faces.
7443
7444 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7445 (sieve-test-commands, sieve-tagged-arguments):
7446 Remove "-face" suffix from face names.
7447 (sieve-control-commands-face, sieve-action-commands-face)
7448 (sieve-test-commands-face, sieve-tagged-arguments-face):
7449 New backward-compatibility aliases for renamed faces.
7450 (sieve-control-commands-face, sieve-action-commands-face)
7451 (sieve-test-commands-face, sieve-tagged-arguments-face):
7452 Use renamed sieve faces.
7453
7454 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7455 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7456 (gnus-group-news-3-empty, gnus-group-news-4)
7457 (gnus-group-news-4-empty, gnus-group-news-5)
7458 (gnus-group-news-5-empty, gnus-group-news-6)
7459 (gnus-group-news-6-empty, gnus-group-news-low)
7460 (gnus-group-news-low-empty, gnus-group-mail-1)
7461 (gnus-group-mail-1-empty, gnus-group-mail-2)
7462 (gnus-group-mail-2-empty, gnus-group-mail-3)
7463 (gnus-group-mail-3-empty, gnus-group-mail-low)
7464 (gnus-group-mail-low-empty, gnus-summary-selected)
7465 (gnus-summary-cancelled, gnus-summary-high-ticked)
7466 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7467 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7468 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7469 (gnus-summary-low-undownloaded)
7470 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7471 (gnus-summary-low-unread, gnus-summary-normal-unread)
7472 (gnus-summary-high-read, gnus-summary-low-read)
7473 (gnus-summary-normal-read, gnus-splash):
7474 Remove "-face" suffix from face names.
7475 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7476 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7477 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7478 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7479 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7480 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7481 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7482 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7483 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7484 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7485 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7486 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7487 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7488 (gnus-summary-normal-ticked-face)
7489 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7490 (gnus-summary-normal-ancient-face)
7491 (gnus-summary-high-undownloaded-face)
7492 (gnus-summary-low-undownloaded-face)
7493 (gnus-summary-normal-undownloaded-face)
7494 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7495 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7496 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7497 (gnus-splash-face):
7498 New backward-compatibility aliases for renamed faces.
7499 (gnus-group-startup-message): Use renamed gnus faces.
7500
7501 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7502 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7503 (gnus-server-agent): Remove "-face" suffix from face names.
7504 (gnus-server-agent-face, gnus-server-opened-face)
7505 (gnus-server-closed-face, gnus-server-denied-face)
7506 (gnus-server-offline-face):
7507 New backward-compatibility aliases for renamed faces.
7508 (gnus-server-agent-face, gnus-server-opened-face)
7509 (gnus-server-closed-face, gnus-server-denied-face)
7510 (gnus-server-offline-face): Use renamed gnus faces.
7511
7512 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7513 Remove "-face" suffix from face names.
7514 (gnus-picon-xbm-face, gnus-picon-face):
7515 New backward-compatibility aliases for renamed faces.
7516
7517 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7518 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7519 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7520 (gnus-cite-11): Remove "-face" suffix from face names.
7521 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7522 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7523 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7524 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7525 New backward-compatibility aliases for renamed faces.
7526 (gnus-cite-attribution-face, gnus-cite-face-list)
7527 (gnus-article-boring-faces): Use renamed gnus faces.
7528
7529 * gnus-art.el (gnus-signature, gnus-header-from)
7530 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7531 (gnus-header-content): Remove "-face" suffix from face names.
7532 (gnus-signature-face, gnus-header-from-face)
7533 (gnus-header-subject-face, gnus-header-newsgroups-face)
7534 (gnus-header-name-face, gnus-header-content-face):
7535 New backward-compatibility aliases for renamed faces.
7536 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7537
7538 * gnus-sum.el (gnus-summary-selected-face)
7539 (gnus-summary-highlight): Use renamed gnus faces.
7540 * gnus-group.el (gnus-group-highlight): Likewise.
7541
7542 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7543
7544 * gnus-sieve.el (gnus-sieve-article-add-rule):
7545 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7546 * spam-stat.el (spam-stat-buffer-change-to-spam)
7547 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7548
7549 * message.el (message-is-yours-p):
7550 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7551
7552 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7553
7554 * mm-view.el (mm-inline-text): Withdraw the last change.
7555
7556 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7557
7558 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7559 executing enriched-decode.
7560
7561 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7562
7563 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7564 charset of tar files.
7565
7566 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7567
7568 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7569
7570 2005-06-04 Lute Kamstra <lute@gnu.org>
7571
7572 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7573 information is never recorded.
7574
7575 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7576
7577 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7578
7579 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7580
7581 * pop3.el (pop3-apop): Run md5 in the binary mode.
7582
7583 * starttls.el (starttls-set-process-query-on-exit-flag):
7584 Use eval-and-compile.
7585
7586 2005-05-31 Simon Josefsson <jas@extundo.com>
7587
7588 * smime.el (smime-replace-in-string): Define.
7589 (smime-cert-by-ldap-1): Use it.
7590
7591 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7592
7593 * gnus-art.el (article-display-x-face): Replace
7594 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7595
7596 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7597 set-process-query-on-exit-flag or process-kill-without-query.
7598
7599 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7600 loop instead of replace-regexp.
7601
7602 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7603 instead of process-kill-without-query if it is available.
7604
7605 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7606 instead of find-file-hooks if it is available.
7607
7608 * mml1991.el: Bind pgg-default-user-id when compiling.
7609
7610 * mml2015.el: Bind pgg-default-user-id when compiling.
7611
7612 * nndraft.el (nndraft-request-associate-buffer):
7613 Use write-contents-functions instead of write-contents-hooks if it is
7614 available.
7615
7616 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7617 instead of find-file-hooks if it is available.
7618
7619 * nntp.el (nntp-open-connection): Replace
7620 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7621 (nntp-open-ssl-stream): Ditto.
7622 (nntp-open-tls-stream): Ditto.
7623
7624 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7625 set-process-query-on-exit-flag or process-kill-without-query.
7626 (starttls-open-stream-gnutls): Use it instead of
7627 process-kill-without-query.
7628 (starttls-open-stream): Ditto.
7629
7630 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7631
7632 * smime.el (smime-cert-by-ldap-1): Don't use
7633 replace-regexp-in-string.
7634
7635 2005-05-31 Arne Jørgensen <arne@arnested.dk>
7636
7637 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7638
7639 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7640 in PEM format. Adjust to the XEmacs compability.
7641
7642 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7643
7644 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7645 by `string-to-number'.
7646 * gnus-agent.el (gnus-agent-regenerate-group)
7647 (gnus-agent-fetch-articles): Ditto.
7648 * gnus-art.el (gnus-button-fetch-group): Ditto.
7649 * gnus-cache.el (gnus-cache-generate-active)
7650 (gnus-cache-articles-in-group): Ditto.
7651 * gnus-group.el (gnus-group-set-current-level)
7652 (gnus-group-insert-group-line): Ditto.
7653 * gnus-score.el (gnus-score-set-expunge-below)
7654 (gnus-score-set-mark-below, gnus-summary-score-effect)
7655 (gnus-summary-score-entry): Ditto.
7656 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7657 (gnus-soup-pack): Ditto.
7658 * gnus-spec.el (gnus-xmas-format): Ditto.
7659 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7660 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7661 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7662 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7663 * nndb.el (nndb-get-remote-expire-response): Ditto.
7664 * nndiary.el (nndiary-parse-schedule-value)
7665 (nndiary-string-to-number, nndiary-request-replace-article)
7666 (nndiary-request-article): Ditto.
7667 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7668 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7669 * nneething.el (nneething-make-head): Ditto.
7670 * nnfolder.el (nnfolder-request-article)
7671 (nnfolder-retrieve-headers): Ditto.
7672 * nnheader.el (nnheader-file-to-number): Ditto.
7673 * nnkiboze.el (nnkiboze-request-article): Ditto.
7674 * nnmail.el (nnmail-process-unix-mail-format)
7675 (nnmail-process-babyl-mail-format): Ditto.
7676 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7677 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7678 (nnmh-request-create-group, nnmh-request-list-1)
7679 (nnmh-request-group, nnmh-request-article): Ditto.
7680 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7681 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7682 * nnsoup.el (nnsoup-make-active): Ditto.
7683 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7684 * nntp.el (nntp-find-group-and-number)
7685 (nntp-retrieve-headers-with-xover): Ditto.
7686 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7687 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7688 (pgg-format-key-identifier): Ditto.
7689 * pop3.el (pop3-last, pop3-stat): Ditto.
7690 * qp.el (quoted-printable-decode-region): Ditto.
7691
7692 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7693 of concat.
7694
7695 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7696
7697 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7698
7699 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7700
7701 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7702
7703 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7704
7705 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7706
7707 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7708
7709 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7710 (gnus-carpal-mode): Ditto.
7711
7712 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7713 (gnus-browse-mode): Ditto.
7714
7715 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7716
7717 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7718
7719 2005-05-29 Richard M. Stallman <rms@gnu.org>
7720
7721 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7722
7723 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7724
7725 * gnus-util.el (gnus-run-mode-hooks): New function.
7726
7727 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7728
7729 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7730
7731 * gnus-agent.el (gnus-agent-make-mode-line-string):
7732 Use mode-line-highlight as mouse-face.
7733
7734 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7735
7736 * canlock.el (canlock): Change the parent group to news.
7737
7738 * deuglify.el (gnus-outlook-deuglify): Add :group.
7739
7740 * dig.el (dig): Add :group.
7741
7742 * dns-mode.el (dns-mode): Add :group.
7743
7744 * encrypt.el (encrypt): Add :group.
7745
7746 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7747 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7748 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7749 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7750 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7751
7752 * gnus-diary.el (gnus-diary): Add :group.
7753
7754 * gnus.el (gnus-group-news-1-face): Add :group.
7755 (gnus-group-news-1-empty-face): Ditto.
7756 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7757 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7758 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7759 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7760 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7761 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7762 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7763 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7764 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7765 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7766 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7767 (gnus-summary-high-ticked-face): Ditto.
7768 (gnus-summary-low-ticked-face): Ditto.
7769 (gnus-summary-normal-ticked-face): Ditto.
7770 (gnus-summary-high-ancient-face): Ditto.
7771 (gnus-summary-low-ancient-face): Ditto.
7772 (gnus-summary-normal-ancient-face): Ditto.
7773 (gnus-summary-high-undownloaded-face): Ditto.
7774 (gnus-summary-low-undownloaded-face): Ditto.
7775 (gnus-summary-normal-undownloaded-face): Ditto.
7776 (gnus-summary-high-unread-face): Ditto.
7777 (gnus-summary-low-unread-face): Ditto.
7778 (gnus-summary-normal-unread-face): Ditto.
7779 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7780 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7781
7782 * hashcash.el (hashcash): New custom group.
7783 (hashcash-default-payment): Add :group.
7784 (hashcash-payment-alist): Ditto.
7785 (hashcash-default-accept-payment): Ditto.
7786 (hashcash-accept-resources): Ditto.
7787 (hashcash-path): Ditto.
7788 (hashcash-extra-generate-parameters): Ditto.
7789 (hashcash-double-spend-database): Ditto.
7790 (hashcash-in-news): Ditto.
7791
7792 * message.el (message-minibuffer-local-map): Add :group.
7793
7794 * netrc.el (netrc): Add :group.
7795
7796 * sieve-manage.el (sieve-manage-log): Add :group.
7797 (sieve-manage-default-user): Diito.
7798 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7799 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7800 (sieve-manage-authenticators): Ditto.
7801 (sieve-manage-authenticator-alist): Ditto.
7802 (sieve-manage-default-port): Ditto.
7803
7804 * sieve-mode.el (sieve-control-commands-face): Add :group.
7805 (sieve-action-commands-face): Ditto.
7806 (sieve-test-commands-face): Ditto.
7807 (sieve-tagged-arguments-face): Ditto.
7808
7809 * smime.el (smime): Add :group.
7810
7811 * spam-report.el (spam-report): Add :group.
7812
7813 * spam.el (spam, spam-face): Add :group.
7814
7815 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7816
7817 * nntp.el (nntp-next-result-arrived-p): Some news servers may
7818 return \n.\n.\n at the end of articles. Protect against that.
7819 (nntp-with-open-group): Allow debugging.
7820
7821 * nnheader.el (mail-header-set-extra): Make into a function
7822 because I just could't understand how to quote the list properly.
7823
7824 * dns.el (query-dns-cached): New function.
7825
7826 2005-05-26 Lute Kamstra <lute@gnu.org>
7827
7828 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7829
7830 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7831
7832 * gnus-art.el: Don't autoload mail-extract-address-components.
7833
7834 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7835 eval-and-compile to evaluate it.
7836
7837 * hashcash.el: Don't autoload executable-find.
7838
7839 * nndb.el: Don't declare the nndb back end two or more times; don't
7840 autoload news-reply-mode, news-setup, cancel-timer and telnet.
7841
7842 * nntp.el: Autoload format-spec instead of format; use
7843 eval-and-compile to evaluate autoload forms.
7844
7845 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
7846
7847 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7848
7849 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7850
7851 * gnus.el (gnus-version-number): Bump version.
7852
7853 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7854
7855 * gnus.el: No Gnus v0.3 is released.
7856
7857 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
7858
7859 * gnus-art.el (gnus-article-edit-part): Disable undo.
7860
7861 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7862
7863 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7864 gnus-article-date-lapsed-new-header is t if date timer is active;
7865 skip headers in which the original date value is empty.
7866 (gnus-article-save-original-date): Redefine it as a macro.
7867 (gnus-display-mime): Use it.
7868
7869 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
7870
7871 * gnus-art.el (article-date-ut): Support converting date in
7872 forwarded parts as well.
7873 (gnus-article-save-original-date): New function.
7874 (gnus-display-mime): Use it.
7875
7876 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
7877
7878 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7879 enclosure element of <item>.
7880
7881 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
7882
7883 * message.el (message-kill-buffer-query): Renamed from
7884 `message-kill-buffer-query-if-modified'. Added :version.
7885
7886 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7887
7888 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
7889 window layout.
7890
7891 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7892
7893 * mml.el: Autoload dnd when compiling.
7894
7895 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
7896
7897 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
7898 x-dnd-*.
7899
7900 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7901
7902 * qp.el (quoted-printable-encode-region): Save excursion.
7903
7904 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
7905
7906 * message.el (message-kill-buffer-query-if-modified): Add new variable
7907 so the user can kill a modified message buffer quickly.
7908 (message-kill-buffer): Use it.
7909
7910 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
7911
7912 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
7913 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
7914
7915 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
7916
7917 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
7918 contained in text because xml.el decodes entities) with LFs.
7919
7920 2005-04-11 Lute Kamstra <lute@gnu.org>
7921
7922 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
7923 differently.
7924
7925 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7926
7927 * mm-util.el (mm-detect-coding-region): Typo.
7928
7929 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
7930
7931 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
7932
7933 2005-04-06 D Goel <deego@gnufans.org>
7934
7935 * spam-stat.el (spam-stat-score-buffer): Add a call to a
7936 user-function allow user modifications of the scores.
7937 (spam-stat-score-buffer-user): New function, to allow
7938 user-computed modifications to the score.
7939 (spam-stat-score-buffer-user-functions): List of additional
7940 scoring functions.
7941 (spam-stat-error-holder): Global temporary error holder.
7942 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
7943 variable.
7944
7945 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
7946
7947 * gnus-registry.el (gnus-registry-clean-empty-function)
7948 (gnus-registry-trim, gnus-registry-fetch-groups)
7949 (gnus-registry-delete-group): Groups that match
7950 `gnus-registry-ignored-groups' are removed from the registry
7951 entries, not just ignored for splitting. This helps clean up the
7952 registry. Also, `gnus-registry-fetch-groups' is a convenient way
7953 to get all the groups a message ID is in.
7954
7955 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
7956 (spam-stat-split-fancy): Change "threshhold" to "threshold"
7957 (spam-stat-score-buffer-user-functions): Add :number custom type.
7958
7959 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7960
7961 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
7962 argument in XEmacs.
7963
7964 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
7965 (nnrss-request-group): Decode group name first.
7966 (nnrss-request-article): Make a text/plain article if mml-to-mime
7967 failed.
7968 (nnrss-get-encoding): Return a compatible encoding according to
7969 nnrss-compatible-encoding-alist.
7970 (nnrss-find-el): Use consp instead of listp.
7971 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
7972
7973 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7974
7975 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
7976 which Emacs 20 doesn't support.
7977 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
7978
7979 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
7980
7981 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
7982 silence the byte compiler inside the defun.
7983
7984 * gnus-demon.el (parse-time-string): Add autoload.
7985
7986 * gnus-delay.el (parse-time-string): Add autoload.
7987
7988 * gnus-art.el (parse-time-string): Add autoload.
7989
7990 * nnultimate.el (parse-time): Require for `parse-time-string'.
7991
7992 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7993
7994 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
7995
7996 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
7997
7998 * smime.el (smime-ldap-host-list): Add :version.
7999
8000 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8001
8002 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8003 pass it to `gnus-browse-read-group'.
8004 (gnus-browse-read-group): Add NUMBER argument and pass it to
8005 `gnus-group-read-ephemeral-group'.
8006
8007 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8008 argument and pass it to `gnus-group-read-group'.
8009
8010 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
8011
8012 * mm-util.el (mm-xemacs-find-mime-charset): Only call
8013 mm-xemacs-find-mime-charset-1 if we have the mule feature
8014 available at runtime.
8015
8016 2005-03-25 Werner Lemberg <wl@gnu.org>
8017
8018 * nnmaildir.el: Replace `illegal' with `invalid'.
8019
8020 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8021
8022 * gnus-start.el (gnus-display-time-event-handler):
8023 Check display-time-timer at runtime rather than only at load time
8024 in case display-time-mode is turned off in the mean time.
8025
8026 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8027
8028 * nnimap.el (nnimap-open-connection): Print which authinfo file is
8029 used.
8030
8031 * nneething.el (nneething-map-file-directory): Derive from
8032 `gnus-directory'.
8033
8034 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8035 the To/Cc button.
8036
8037 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
8038
8039 * nnmaildir.el (nnmaildir-request-accept-article):
8040 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8041
8042 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8043
8044 * gnus-async.el: Require timer-funcs at compile time when in
8045 XEmacs for `run-with-idle-timer'.
8046
8047 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8048
8049 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8050 autoloaded function.
8051
8052 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8053
8054 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8055
8056 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
8057
8058 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8059
8060 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8061
8062 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8063 gnus-expert-user to default.
8064
8065 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
8066
8067 * nnimap.el (nnimap-open-server): Ditto.
8068
8069 * imap.el (imap-authenticate): Fix typo.
8070
8071 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
8072
8073 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8074 buffer (since IMAP server might return FETCH response out of
8075 order, and the nntp buffer must be sorted).
8076
8077 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
8078
8079 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8080 comparison on string.
8081
8082 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8083 (gnus-agent-score): Renamed category keywords to match gnus-cus.
8084 (gnus-agent-summary-fetch-series): Modified to protect against
8085 gnus-agent-summary-fetch-group clearing processable flags.
8086 (gnus-agent-synchronize-group-flags): Update live group buffer as
8087 synchronization may occur due to the user toggle the plugged
8088 status.
8089 (gnus-agent-fetch-group-1): Clear downloadable flag when article
8090 successfully downloaded.
8091 (gnus-agent-expire-group-1): Avoid using markers when the overview
8092 is in ascending order; greatly improves performance.
8093 (gnus-agent-regenerate-group): Use
8094 gnus-agent-synchronize-group-flags to reset read status in both
8095 gnus and server.
8096 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8097
8098 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8099
8100 * message.el: Don't autoload former message-utils variables.
8101 (message-strip-subject-trailing-was): Change doc string.
8102
8103 * nnweb.el: Fixes for `gnus-group-make-web-group'.
8104 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
8105 (nnweb-google-search): Add "hl=en" here.
8106 (nnweb-google-parse-1, nnweb-google-create-mapping):
8107 Don't hardcode URL.
8108
8109 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8110
8111 * message.el (message-get-reply-headers, message-followup):
8112 Mention related variables `message-use-followup-to' and
8113 `message-use-mail-followup-to', in the information buffer.
8114
8115 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8116 of broken groups(-beta).google.com.
8117
8118 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8119
8120 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8121 parameter to invoked gnus-request-move-article; remove the
8122 redundant gnus-sum-hint-move-is-internal variable; apply the marks
8123 all at once instead of once per article.
8124 (gnus-summary-remove-process-mark): Accept a list of articles as
8125 well as a single article for processing.
8126
8127 * gnus-int.el (gnus-request-move-article): Add move-is-internal
8128 parameter.
8129
8130 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8131
8132 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8133
8134 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8135 parameter.
8136
8137 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8138 parameter.
8139
8140 * nnimap.el (nnimap-request-move-article): Add move-is-internal
8141 parameter and remove the gnus-sum-hint-move-is-internal variable.
8142
8143 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8144 parameter.
8145
8146 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8147 parameter.
8148
8149 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8150 parameter.
8151
8152 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8153
8154 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8155 parameter.
8156
8157 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8158 parameter.
8159
8160 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8161
8162 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8163 a more conservative way.
8164
8165 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8166
8167 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8168 buffer, so it moves the window's cursor.
8169
8170 2005-02-26 Arne Jørgensen <arne@arnested.dk>
8171
8172 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8173 `mm-dissect-multipart' and receive the from field as an (optional)
8174 argument from `mm-dissect-multipart'.
8175 (mm-dissect-multipart): Receive the from field as an argument and
8176 pass it on when we call `mm-dissect-buffer' on MIME parts.
8177 Fixes verification/decryption of signed/encrypted MIME parts.
8178
8179 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8180
8181 * gnus-sum.el (gnus-summary-move-article): Set
8182 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8183 whatever it calls (right now, only nnimap-request-move article
8184 respects it).
8185
8186 * nnimap.el (nnimap-request-move-article): When
8187 gnus-sum-hint-move-is-internal is set, don't do the extra
8188 nnimap-request-article.
8189
8190 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8191
8192 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8193
8194 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8195 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8196
8197 * gnus-sum.el (gnus-summary-caesar-message):
8198 Apply `gnus-treat-article' after rotation.
8199
8200 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8201 doc string.
8202
8203 2005-02-22 Simon Josefsson <jas@extundo.com>
8204
8205 * encrypt.el (encrypt-password-cache-expiry): Remove (use
8206 `password-cache-expiry' instead). Reported by Arne Jørgensen
8207 <arne@arnested.dk>.
8208 (encrypt): Add password-cache and password-cache-expiry as group
8209 members.
8210
8211 2005-02-22 Arne Jørgensen <arne@arnested.dk>
8212
8213 * smime.el (smime-ldap-host-list): Doc fix.
8214 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8215 cache) password.
8216 (smime-sign-region): Use it.
8217 (smime-decrypt-region): Use it.
8218 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8219 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8220 fails.
8221 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8222 certificate from DER to PEM format rather than calling openssl.
8223
8224 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8225
8226 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8227 for signing/encryption.
8228
8229 * mml.el (mml-parse-1): Use them.
8230
8231 2005-02-21 Arne Jørgensen <arne@arnested.dk>
8232
8233 * nnrss.el (nnrss-verbose): Removed.
8234 (nnrss-request-group): Use `nnheader-message' instead.
8235
8236 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8237
8238 * nnrss.el (nnrss-verbose): New variable.
8239 (nnrss-request-group): Make it say nnrss is requesting a group.
8240
8241 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8242
8243 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8244 Handle news URL with given port correctly.
8245
8246 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8247
8248 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8249 containing special characters.
8250
8251 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8252
8253 * mml.el (mime-to-mml): Ditto.
8254
8255 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8256 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8257 (rfc2047-decode-region): Quote decoded words containing special
8258 characters when rfc2047-quote-decoded-words-containing-tspecials
8259 is non-nil.
8260
8261 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8262
8263 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8264
8265 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8266
8267 2005-02-15 Simon Josefsson <jas@extundo.com>
8268
8269 * nnimap.el (nnimap-debug): Doc fix.
8270
8271 * imap.el (imap-debug): Doc fix.
8272
8273 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8274
8275 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8276
8277 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8278
8279 * gnus.el (spam-contents): Improve docs for spam-contents
8280 parameter in its variable incarnation.
8281
8282 2005-02-14 Simon Josefsson <jas@extundo.com>
8283
8284 * smime-ldap.el: Use require instead of load-library for ldap.
8285 (smime-ldap-search): Indent.
8286 (smime-ldap-search-internal): Shorten line.
8287
8288 * smime.el (smime-cert-by-dns): Add doc-string.
8289 (smime-cert-by-ldap-1): Indent.
8290
8291 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8292 mml-smime-get-dns-ldap.
8293 (mml-smime-encrypt-query): Use new function. Default to ldap.
8294
8295 2005-02-14 Arne Jørgensen <arne@arnested.dk>
8296
8297 * smime.el: Require smime-ldap.
8298 (smime-ldap-host-list): New variable.
8299 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8300
8301 * mml-smime.el (mml-smime-encrypt-query): New function.
8302 (mml-smime-encrypt-query): Use it.
8303
8304 * smime-ldap.el: New file.
8305
8306 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8307
8308 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8309
8310 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8311
8312 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8313 argument in doc string. Make query for type more clear.
8314
8315 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8316
8317 * gnus.el (gnus-group-startup-message): Search for gnus images in
8318 etc/images/gnus.
8319 * mm-util.el (mm-image-load-path): Likewise.
8320 * smiley.el (smiley-data-directory): Search for smilies in
8321 etc/images/smilies.
8322
8323 2005-02-09 Kim F. Storm <storm@cua.dk>
8324
8325 Change Emacs release version from 21.4 to 22.1 throughout.
8326 Change Emacs development version from 21.3.50 to 22.0.50.
8327
8328 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8329
8330 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8331
8332 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8333 non-Mule XEmacs as well.
8334 (mm-decompress-buffer): Signal an error intentionally if it does
8335 not decompress compressed data because auto-compression-mode is
8336 disabled.
8337
8338 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8339
8340 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8341 an ID in the registry even if it has no groups.
8342
8343 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8344
8345 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8346 merge it into mm-decompress-buffer.
8347 (gnus-mime-copy-part): Use the MIME part charset, the value which
8348 a user specified or gnus-newsgroup-charset for decoding, like
8349 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8350 save-buffer what was used. Suggested by Kevin Ryde
8351 <user42@zip.com.au>.
8352 (gnus-mime-inline-part): Allow the name parameter as well as the
8353 filename parameter; force decompressing of compressed data; always
8354 display contents being not decoded as unibyte.
8355
8356 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8357 as well as the filename parameter.
8358
8359 * mm-util.el (mm-decompress-buffer): Merge
8360 gnus-mime-jka-compr-maybe-uncompress.
8361 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8362 of compressed data.
8363
8364 2005-02-08 Simon Josefsson <jas@extundo.com>
8365
8366 * imap.el (imap-log): Doc fix.
8367
8368 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8369
8370 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8371 the coding cookies; decompress compressed parts.
8372
8373 * mml.el (mml-generate-mime-1): Add the charaset parameter according
8374 to the value which a user specified manually or the coding cookie.
8375
8376 * mm-util.el (mm-string-to-multibyte): New function.
8377 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8378 (mm-coding-system-to-mime-charset): New function.
8379 (mm-decompress-buffer): New function.
8380 (mm-find-buffer-file-coding-system): New function.
8381
8382 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8383 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8384 parts.
8385
8386 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8387
8388 * mm-view.el (mm-display-inline-fontify): Decode a part according
8389 to the charset parameter.
8390
8391 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8392
8393 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8394 prefix arg is neither nil nor a number, as info specifies.
8395
8396 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8397
8398 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8399 timestamps.
8400
8401 2005-02-02 Jari Aalto <jari.aalto@cante.net>
8402
8403 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8404 groups error checking and notify user.
8405
8406 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8407
8408 * message.el (message-send-mail-function): Check existence of
8409 sendmail-program first before using default value
8410 `message-send-mail-with-sendmail'. Otherwise use more generic
8411 `smtpmail-send-it'.
8412
8413 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8414
8415 * nntp.el (nntp-request-update-info): Always return nil.
8416
8417 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8418
8419 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8420
8421 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8422
8423 * message.el (message-beginning-of-line): Change the behavior when
8424 invoked between BOL and : so that it first moves backward.
8425
8426 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8427
8428 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8429 article buffer when editing of the article is discarded.
8430 (gnus-article-prepare): Revert.
8431
8432 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8433
8434 * gnus-art.el (gnus-article-prepare):
8435 Remove message-strip-forbidden-properties from the local hook.
8436
8437 2005-01-27 Simon Josefsson <jas@extundo.com>
8438
8439 * password.el (password-cache-add): Only start one timer per key.
8440 Reported by Derek Atkins <warlord@MIT.EDU>.
8441
8442 2005-01-26 Steve Youngs <steve@sxemacs.org>
8443
8444 * run-at-time.el: Removed. It is no longer needed as
8445 timer-funcs.el in the xemacs-base package has a working version of
8446 `run-at-time'.
8447
8448 * password.el: Require timer-funcs instead of run-at-time in
8449 XEmacs.
8450 Remove `password-run-at-time' macro.
8451 (password-cache-add): Use `run-at-time' instead of
8452 `password-run-at-time'.
8453
8454 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8455 for `run-with-idle-timer'.
8456
8457 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8458 for `run-at-time'.
8459
8460 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8461 for `with-timeout'.
8462
8463 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8464
8465 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8466 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8467
8468 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8469
8470 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8471 sensitively.
8472
8473 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8474
8475 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8476
8477 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8478
8479 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8480 which will be inserted according to the multibyteness of a buffer
8481 rather than the type of contents. Suggested by ARISAWA Akihiro
8482 <ari@mbf.ocn.ne.jp>.
8483
8484 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8485 of string which old xml.el may return rather than a string.
8486
8487 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8488
8489 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8490
8491 2005-01-16 Simon Josefsson <jas@extundo.com>
8492
8493 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8494 idn/idna.el isn't available.
8495 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8496 <michael@waxrat.com>.
8497
8498 * hashcash.el: Remove non-FSF copyright header.
8499
8500 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8501 (hashcash-generate-payment): Use it.
8502 (hashcash-generate-payment-async): Use it.
8503
8504 2005-01-15 Simon Josefsson <jas@extundo.com>
8505
8506 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8507 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8508
8509 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8510 gnus-summary-idna-message.
8511 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8512 (gnus-summary-idna-message): New function.
8513
8514 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8515
8516 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8517 gnus-novice-user.
8518
8519 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8520
8521 * nnrss.el (nnrss-request-delete-group): Delete entries in
8522 nnrss-group-alist as well.
8523 (nnrss-save-server-data): Insert newline.
8524
8525 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8526
8527 * gnus.el (gnus-user-agent): Use list of symbols instead of
8528 symbols. Display full version number for (S)XEmacs. Optionally
8529 display (S)XEmacs codename.
8530
8531 * gnus-util.el (gnus-emacs-version): Update for new
8532 `gnus-user-agent'.
8533
8534 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8535 Gnus version.
8536
8537 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8538
8539 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8540 which is unreadable in some setups.
8541
8542 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8543
8544 * gnus-spec.el (gnus-update-format-specifications): Flush the
8545 group format spec cache if it doesn't support decoded group names.
8546
8547 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8548
8549 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8550 Allow to apply decay on score files matching a regexp.
8551
8552 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8553
8554 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8555 compatibility in %g and %c.
8556
8557 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8558
8559 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8560 name for only %g and %c.
8561 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8562 of gnus-tmp-group to decoded group name.
8563 (gnus-group-make-rss-group): Exclude `/'s from group names.
8564
8565 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8566
8567 * nnrss.el (nnrss-get-encoding): Fix regexp.
8568
8569 2004-12-27 Simon Josefsson <jas@extundo.com>
8570
8571 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8572 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8573 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8574
8575 2004-12-17 Kim F. Storm <storm@cua.dk>
8576
8577 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8578
8579 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8580
8581 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8582
8583 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8584
8585 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8586
8587 * nnrss.el: Require rfc2047 and mml.
8588 (nnrss-file-coding-system): New variable.
8589 (nnrss-format-string): Redefine it as an inline function.
8590 (nnrss-decode-group-name): New function.
8591 (nnrss-string-as-multibyte): Remove.
8592 (nnrss-retrieve-headers): Decode group name; don't use
8593 nnrss-format-string.
8594 (nnrss-request-group): Decode group name.
8595 (nnrss-request-article): Decode group name; allow a Message-ID as
8596 well as an article number; don't use nnrss-format-string; encode a
8597 Message-ID string which may contain non-ASCII characters; use
8598 mml-to-mime to compose a MIME article.
8599 (nnrss-request-expire-articles): Decode group name.
8600 (nnrss-request-delete-group): Decode group name.
8601 (nnrss-fetch): Clarify error message.
8602 (nnrss-read-server-data): Use insert-file-contents instead of load;
8603 bind file-name-coding-system; use multibyte buffer.
8604 (nnrss-save-server-data): Bind coding-system-for-write to the
8605 value of nnrss-file-coding-system; bind file-name-coding-system;
8606 add coding cookie.
8607 (nnrss-read-group-data): Use insert-file-contents instead of load;
8608 bind file-name-coding-system; use multibyte buffer.
8609 (nnrss-save-group-data): Bind coding-system-for-write to the
8610 value of nnrss-file-coding-system; bind file-name-coding-system.
8611 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8612 make it work with non-ASCII text.
8613 (nnrss-find-el): Make it work with old xml.el as well.
8614
8615 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8616
8617 * nnrss.el (nnrss-get-encoding): New function.
8618 (nnrss-fetch): Use unibyte buffer initially; bind
8619 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8620 decode contents according to the encoding attribute.
8621 (nnrss-save-group-data): Add coding cookie.
8622 (nnrss-mime-encode-string): New function.
8623 (nnrss-check-group): Use it to encode subject and author.
8624
8625 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8626
8627 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8628 imaginary variable.
8629
8630 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8631
8632 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8633 correctly even if there are wide characters.
8634
8635 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8636
8637 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8638 downcased symbol names; make a new cache instead of reusing
8639 bbdb-hashtable.
8640
8641 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8642
8643 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8644 concatenating segments rather than before concatenating them.
8645 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8646
8647 * message.el (message-get-reply-headers): Bind `extra'.
8648
8649 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8650
8651 * message.el (message-extra-wide-headers): New variable.
8652 (message-get-reply-headers): Use it.
8653
8654 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8655
8656 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8657 (gnus-agent-group-pathname): Ditto.
8658
8659 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8660
8661 * gnus-group.el (gnus-group-make-group): Decode group name.
8662 (gnus-group-make-rss-group): Register the group data after opening
8663 the nnrss group.
8664
8665 2004-12-17 Paul Jarc <prj@po.cwru.edu>
8666
8667 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8668 by expiry now get marked as read.
8669
8670 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8671
8672 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8673
8674 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8675
8676 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8677 unify Latin characters in XEmacs.
8678 (mm-find-mime-charset-region): Use it.
8679
8680 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8681
8682 * gnus-util.el (gnus-delete-directory): New function.
8683
8684 * gnus-agent.el (gnus-agent-delete-group): Use it.
8685
8686 * gnus-cache.el (gnus-cache-delete-group): Use it.
8687
8688 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8689
8690 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8691 names.
8692
8693 2004-12-16 Simon Josefsson <jas@extundo.com>
8694
8695 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8696
8697 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8698
8699 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8700
8701 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8702 (gnus-group-set-current-level): Decode group name.
8703
8704 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8705
8706 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8707 failed.
8708
8709 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8710
8711 * gnus-group.el (gnus-group-delete-group): Decode group name.
8712 (gnus-group-make-rss-group): Encode group name.
8713 (gnus-group-catchup-current): Decode group name.
8714 (gnus-group-kill-group): Decode group name.
8715
8716 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8717
8718 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8719
8720 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8721
8722 * gnus-group.el (gnus-group-make-rss-group):
8723 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8724
8725 * gnus-start.el (gnus-setup-news): Honor user's setting to
8726 gnus-message-archive-method. Suggested by Lute Kamstra
8727 <lute@gnu.org>.
8728
8729 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8730
8731 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8732 global counterparts of the buffer-local variables.
8733
8734 2004-11-16 Romain Francoise <romain@orebokech.com>
8735
8736 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8737 counterparts of the buffer-local variables.
8738
8739 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8740
8741 * message.el (message-forbidden-properties): Fixed typo in doc
8742 string.
8743
8744 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8745
8746 * gnus-util.el (gnus-replace-in-string): Added doc string.
8747
8748 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8749 to avoid problems when splitting mails with many recipients.
8750
8751 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8752
8753 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8754 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8755
8756 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8757
8758 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8759 if there is no hashtable in memory or file modification time is
8760 newer than cached timestamp.
8761
8762 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8763
8764 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8765 not-matching option.
8766
8767 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8768
8769 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8770 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8771 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8772 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8773 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8774 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8775
8776 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8777
8778 * message.el (message-forward-make-body-mml): Remove headers
8779 according to message-forward-ignored-headers if a message is decoded.
8780
8781 2004-12-02 Romain Francoise <romain@orebokech.com>
8782
8783 * message.el (message-forward-make-body-plain): Always remove
8784 headers according to message-forward-ignored-headers.
8785
8786 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
8787
8788 * spam.el (spam-summary-prepare-exit): Remove the
8789 gnus-summary-limit pop for now, it has problems with ham marks for
8790 me.
8791
8792 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
8793
8794 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8795 correctly.
8796
8797 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
8798
8799 * format-spec.el (format-spec): Message the char.
8800
8801 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8802
8803 * gnus-art.el (gnus-split-methods): Reformat comments.
8804
8805 * spam.el (spam-summary-prepare-exit): Remove article limits
8806 before exiting the summary buffer.
8807
8808 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8809
8810 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8811 order to silence the byte compiler.
8812
8813 * spam.el: Fix the way to silence the byte compiler, which
8814 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8815 bbdb-search-simple, spam-BBDB-register-routine,
8816 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8817 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8818 spam-stat-buffer-is-spam, spam-stat-load,
8819 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8820 spam-stat-save and spam-stat-split-fancy.
8821
8822 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8823
8824 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8825 which may confuse users.
8826 (canlock-password-for-verify): Ditto.
8827
8828 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8829
8830 * gnus-art.el (gnus-emphasis-alist): Ditto.
8831
8832 * gnus-registry.el (gnus-registry-max-entries): Ditto.
8833
8834 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8835
8836 * gnus-start.el (gnus-save-killed-list): Ditto.
8837
8838 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8839 (gnus-sum-thread-tree-root): Ditto.
8840 (gnus-sum-thread-tree-false-root): Ditto.
8841 (gnus-sum-thread-tree-single-indent): Ditto.
8842
8843 * message.el (message-courtesy-message): Ditto.
8844 (message-archive-note): Ditto.
8845 (message-subscribed-address-file): Ditto.
8846 (message-user-fqdn): Ditto.
8847
8848 * spam-report.el (spam-report-gmane-regex): Ditto.
8849
8850 * spam.el (spam-blackhole-good-server-regex): Ditto.
8851
8852 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8853
8854 * mml.el (mml-preview): Widen the message buffer before copying
8855 the contents to the preview buffer; sort headers before previewing.
8856
8857 * message.el (message-hidden-headers): Fix the way to avoid a bug
8858 in the `repeat' widget in Emacs 21.3 or earlier.
8859
8860 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8861
8862 * message.el (message-hidden-headers): Default to "^References:".
8863 Improve customization type. Suggested by Reiner Steib
8864 <Reiner.Steib@gmx.de>.
8865
8866 2004-11-25 Romain Francoise <romain@orebokech.com>
8867
8868 * message.el (message-strip-forbidden-properties): Remove check for
8869 obsolete `message-hidden' text property, hidden headers are not
8870 accessible in the buffer anymore.
8871
8872 2004-11-22 Romain Francoise <romain@orebokech.com>
8873
8874 * message.el (message-header-format-alist): Add `From' in list
8875 so that it can be sorted.
8876 (message-fix-before-sending): Widen and sort headers before
8877 sending.
8878 (message-hide-headers): Use narrowing to hide headers by moving
8879 them to the top of the buffer and narrowing to the region
8880 underneath.
8881
8882 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8883
8884 * message.el (message-strip-forbidden-properties): Bind
8885 buffer-read-only (etc) to nil.
8886
8887 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
8888
8889 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
8890 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8891
8892 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
8893
8894 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
8895
8896 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8897
8898 * dns.el (query-dns): Use sit-for to time instead of
8899 accept-process-output, since that doesn't seem to work on udp
8900 sockets.
8901
8902 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8903
8904 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
8905
8906 2004-11-15 Jesper Harder <harder@ifa.au.dk>
8907
8908 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
8909 doc string. Improve doc string.
8910
8911 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8912
8913 * nntp.el (nntp-request-update-info): Return nil if
8914 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
8915 may not call gnus-activate-group which uselessly issues the GROUP
8916 commands for all nntp groups and wastes time. Reported by Romain
8917 Francoise <romain@orebokech.com>.
8918
8919 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
8920
8921 2004-11-15 Simon Josefsson <jas@extundo.com>
8922
8923 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
8924 headers separately.
8925 (gnus-button-openpgp): New function, inspired by Jochen Küpper
8926 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
8927
8928 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8929
8930 * gnus-start.el (gnus-convert-old-newsrc):
8931 Assign legacy-gnus-agent to 5.10.7.
8932
8933 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8934
8935 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
8936 start of the lines.
8937
8938 2004-11-14 Magnus Henoch <mange@freemail.hu>
8939
8940 * hashcash.el (hashcash-default-payment): Change default to 20
8941 (hashcash-default-accept-payment): Change default to 20
8942 (hashcash-process-alist): New variable
8943 (hashcash-generate-payment-async): Add
8944 (hashcash-already-paid-p): Add
8945 (hashcash-insert-payment): Don't generate payments twice
8946 (hashcash-insert-payment-async): Add
8947 (hashcash-insert-payment-async-2): Add
8948 (hashcash-cancel-async): Add
8949 (hashcash-wait-async): Add
8950 (hashcash-processes-running-p): Add
8951 (hashcash-wait-or-cancel): Add
8952 (mail-add-payment): New optional argument. Conditionally start
8953 asynchronous calculation.
8954 (mail-add-payment-async): Add
8955
8956 * message.el (message-send-mail): Wait for asynchronous hashcash
8957 results. Don't clobber existing X-Hashcash headers.
8958 (message-setup-1): Call mail-add-payment-async when
8959 message-generate-hashcash is non-nil.
8960
8961 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8962
8963 * message.el (message-use-alternative-email-as-from): Examine the
8964 From header as well; use message-make-from in order to include a
8965 user's full name.
8966
8967 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8968
8969 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
8970 default; improve customization type.
8971 (gnus-emphasis-custom-with-format): New macro.
8972 (gnus-emphasis-custom-value-to-external): New function.
8973 (gnus-emphasis-custom-value-to-internal): New function.
8974
8975 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8976
8977 * dns.el (query-dns): Resolve reverse addresses.
8978
8979 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8980
8981 * gnus-group.el (gnus-group-get-new-news): Use it.
8982
8983 * gnus-start.el (gnus-check-reasonable-setup): New function.
8984
8985 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8986
8987 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
8988 "Args out of range" error. Reported by Arnaud Giersch
8989 <arnaud.giersch@free.fr>.
8990
8991 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
8992
8993 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
8994
8995 2004-11-04 Richard M. Stallman <rms@gnu.org>
8996
8997 * spam.el (spam group): Add :version.
8998
8999 * pgg-def.el (pgg group): Add :version.
9000
9001 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9002
9003 * gnus-art.el (gnus-article-edit-article): Don't associate the
9004 article buffer with a draft file. This is a temporary measure
9005 against the 2004-08-22 change to gnus-article-edit-mode.
9006
9007 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9008
9009 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9010 (html2text-format-tags): Remove unused variable `attr'.
9011
9012 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9013
9014 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9015
9016 * spam-stat.el (spam-stat): Add :version.
9017
9018 * sieve.el (sieve): Add :version.
9019
9020 * sha1.el (sha1): Add :version.
9021 (sha1-use-external): Remove redundant version.
9022
9023 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9024 (nnmail-cache-ignore-groups, nnmail-spool-hook)
9025 (nnmail-split-fancy-match-partial-words)
9026 (nnmail-split-lowercase-expanded): Add :version.
9027
9028 * nndiary.el (nndiary): Add :version.
9029
9030 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9031
9032 * mml-sec.el (mml-default-sign-method)
9033 (mml-default-encrypt-method, mml-signencrypt-style-alist):
9034 Add :version.
9035
9036 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9037
9038 * mm-url.el (mm-url-use-external, mm-url-program)
9039 (mm-url-arguments): Add :version.
9040
9041 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9042 (mm-attachment-file-modes, mm-decrypt-option)
9043 (mm-w3m-safe-url-regexp): Add :version.
9044
9045 * message.el (message-cite-prefix-regexp)
9046 (message-sendmail-envelope-from, message-minibuffer-local-map)
9047 (message-user-fqdn, message-completion-alist): Add :version.
9048
9049 * gnus-win.el (gnus-configure-windows-hook)
9050 (gnus-use-frames-on-any-display): Add :version.
9051
9052 * gnus-art.el (gnus-article-address-banner-alist)
9053 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9054 (gnus-treat-from-picon, gnus-treat-mail-picon)
9055 (gnus-treat-x-pgp-sig): Add :version.
9056
9057 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9058 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9059 (gnus-summary-article-delete-hook)
9060 (gnus-summary-display-while-building): Add :version.
9061
9062 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9063 (gnus-get-top-new-news-hook):Add :version.
9064
9065 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9066 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9067
9068 * gnus-registry.el (gnus-registry): Add :version.
9069
9070 * gnus-spec.el (gnus-use-correct-string-widths)
9071 (gnus-make-format-preserve-properties): Add :version.
9072
9073 * gnus.el (gnus-group-charter-alist)
9074 (gnus-group-fetch-control-use-browse-url)
9075 (gnus-install-group-spam-parameters): Add :version.
9076
9077 * gnus-diary.el (gnus-diary): Add :version.
9078
9079 * gnus-delay.el (gnus-delay): Add :version.
9080
9081 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9082 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9083 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9084 Add :version.
9085
9086 * gnus-agent.el (gnus-agent-max-fetch-size)
9087 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9088 (gnus-agent-prompt-send-queue): Add :version.
9089
9090 * deuglify.el (gnus-outlook-deuglify): Add :version.
9091
9092 * html2text.el: Beautify code. Improve doc strings. Some
9093 checkdoc cleanup.
9094 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9095
9096 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9097
9098 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9099
9100 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
9101
9102 * gnus-registry.el (gnus-registry-hashtb): Create the registry
9103 when package is loaded.
9104
9105 * spam.el (spam-summary-score-preferred-header): Add global preference
9106 for people who want to override the default SpamAssassin over
9107 Bogofilter preference (when both are set).
9108 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9109 (spam-user-format-function-S): Check
9110 spam-summary-score-preferred-header.
9111 (spam-extra-header-to-number): Add X-Bogosity header parsing.
9112 (spam-user-format-function-S): Format the score correctly.
9113
9114 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9115
9116 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9117 signature file. Suggested by Manoj Srivastava
9118 <srivasta@golden-gryphon.com>.
9119
9120 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9121 iso-2022-jp even in the Japanese language environment.
9122 Suggested by Jason Rumney <jasonr@gnu.org>.
9123
9124 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
9125
9126 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9127 use the same characters as the dummy marks; make it free from
9128 getting affected by the language environment.
9129 (gnus-summary-read-group-1): Update mark positions only when the
9130 format spec is updated.
9131
9132 * gnus-spec.el (gnus-update-format-specifications): Return a list
9133 of updated types.
9134
9135 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
9136
9137 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9138 of boundp to check if display-warning is available.
9139
9140 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
9141
9142 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9143
9144 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9145
9146 * nnspool.el (nnspool-spool-directory): Use news-path if the
9147 news-directory variable is not bound.
9148
9149 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9150 function instead of display-warning if it is not available.
9151
9152 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9153
9154 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9155 v5-10: Use `point-at-bol'.
9156
9157 2004-10-26 Simon Josefsson <jas@extundo.com>
9158
9159 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9160 <chenggao@gmail.com>.
9161
9162 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9163
9164 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9165 instead.
9166
9167 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9168
9169 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9170 to remove a server from the nnimap-server-buffer-alist.
9171 (nnimap-open-connection, nnimap-close-server): Use it.
9172
9173 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9174
9175 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9176
9177 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9178 running the major-mode function.
9179
9180 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9181
9182 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9183 dummy marks in the right way.
9184
9185 2004-10-18 David Edmondson <dme@dme.org>
9186
9187 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9188 excessively.
9189
9190 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9191
9192 * gnus-util.el (gnus-split-references): Accept a nil references
9193 string and go on blissfully.
9194
9195 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9196 cases where the references string is non-nil but has no references.
9197
9198 * encrypt.el: Add autoload tags.
9199
9200 * spam.el (spam-resolve-registrations-routine): Remove article
9201 from unregistration list too. Reported by David Hanak
9202 <dhanak@isis.vanderbilt.edu>
9203
9204 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9205
9206 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9207 nil. Changed custom type.
9208
9209 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9210
9211 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9212
9213 * gnus-sum.el (gnus-summary-move-article): Use it.
9214
9215 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9216
9217 * encrypt.el: Add autoload cookies.
9218
9219 * spam.el (spam-backend-article-list-property)
9220 (spam-backend-get-article-todo-list)
9221 (spam-backend-put-article-todo-list, )
9222 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9223 Resolve registrations separately.
9224 (spam-register-routine): Format comments.
9225 (spam-unregister-routine, spam-register-routine): Always call with
9226 specific-articles, no default list.
9227 (spam-summary-prepare-exit): Use the spam-classifications function.
9228
9229 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9230 gnus-encrypt.el.
9231
9232 * encrypt.el: Copied from gnus-encrypt.el.
9233
9234 * gnus-encrypt.el: Commented that it's obsolete.
9235
9236 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9237
9238 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9239 (gnus-score-save): Use it.
9240
9241 * message.el (message-bury): Use `window-dedicated-p'.
9242
9243 2004-10-15 Simon Josefsson <jas@extundo.com>
9244
9245 * pop3.el (top-level): Don't require nnheader.
9246 (pop3-read-timeout): Add.
9247 (pop3-accept-process-output): Add.
9248 (pop3-read-response, pop3-retr): Use it.
9249
9250 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9251
9252 * spam.el (spam-register-routine): Move comment.
9253 (spam-verify-bogofilter): Use 'unknown for the initial
9254 spam-bogofilter-valid state, not 'never.
9255
9256 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9257 for netrc-machine.
9258
9259 * nnimap.el (nnimap-open-connection): Use
9260 netrc-machine-user-or-password.
9261
9262 2004-10-17 Richard M. Stallman <rms@gnu.org>
9263
9264 * gnus-registry.el (gnus-registry-unload-hook):
9265 Set as a variable with add-hook.
9266
9267 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9268 of news-path.
9269
9270 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9271
9272 * spam.el: Delete duplicate `provide'.
9273 (spam-unload-hook): Set as a variable with add-hook.
9274
9275 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9276
9277 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9278 in the doc string.
9279
9280 * message.el (message-ignored-news-headers)
9281 (message-ignored-supersedes-headers)
9282 (message-ignored-resent-headers)
9283 (message-forward-ignored-headers): Improve custom type.
9284
9285 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9286
9287 * message.el (message-tokenize-header): Fix 2004-09-06 change
9288 which used point-min in the wrong place.
9289
9290 2004-10-12 Simon Josefsson <jas@extundo.com>
9291
9292 * tls.el (tls-certtool-program): New variable.
9293 (tls-certificate-information): New function, based on
9294 ssl-certificate-information.
9295
9296 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9297
9298 * compface.el: Move the version of ELisp-based uncompface program
9299 to the contrib directory because of the copyright problem.
9300
9301 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9302
9303 * message.el (message-kill-buffer): Raise the current frame.
9304
9305 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9306
9307 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9308
9309 * gnus.el (message-y-or-n-p): Autoload.
9310
9311 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9312 (pop3-password-required, pop3-authentication-scheme)
9313 (pop3-leave-mail-on-server): Made customizable.
9314 (pop3): New custom group.
9315 (pop3-retr): Remove `sleep-for' statements.
9316 Suggested by Dave Love <fx@gnu.org>.
9317
9318 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9319 Windows/DOS.
9320
9321 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9322 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9323 Dave Love <fx@gnu.org>.
9324
9325 * mml.el (mml-minibuffer-read-disposition): Require match.
9326 Suggested by Dave Love <fx@gnu.org>.
9327
9328 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9329
9330 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9331 doc string.
9332
9333 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9334
9335 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9336
9337 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9338
9339 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9340 instead of calling `mm-insert-inline', to decode text/* parts
9341 before displaying them.
9342
9343 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9344
9345 * mm-uu.el (mm-uu-text-plain-type): New variable.
9346 (mm-uu-pgp-signed-extract-1): Use it.
9347 (mm-uu-pgp-encrypted-extract-1): Use it.
9348 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9349 bind mm-uu-text-plain-type with that value.
9350 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9351 mm-uu-dissect.
9352
9353 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9354
9355 * gnus-group.el (gnus-update-group-mark-positions):
9356 * gnus-sum.el (gnus-update-summary-mark-positions):
9357 * message.el (message-check-news-body-syntax):
9358 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9359 of string-as-multibyte.
9360
9361 2004-10-05 Juri Linkov <juri@jurta.org>
9362
9363 * gnus-group.el (gnus-update-group-mark-positions):
9364 * gnus-sum.el (gnus-update-summary-mark-positions):
9365 * message.el (message-check-news-body-syntax):
9366 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9367 8-bit unibyte values to a multibyte string for search functions.
9368
9369 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9370
9371 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9372 (mm-uu-dissect-text-parts): New function.
9373
9374 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9375 dissect text parts.
9376
9377 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9378 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9379
9380 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9381
9382 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9383 gnus-current-topics instead of gnus-current-topic.
9384
9385 2004-10-06 Jesper Harder <harder@ifa.au.dk>
9386
9387 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9388
9389 2004-10-05 Jesper Harder <harder@ifa.au.dk>
9390
9391 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9392 where approriate.
9393
9394 * nnml.el (nnml-generate-active-info): do.
9395
9396 * nndiary.el (nndiary-generate-active-info): do.
9397
9398 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9399 (gnus-topic-move): do.
9400
9401 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9402 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9403
9404 * gnus-srvr.el (gnus-server-prepare)
9405 (gnus-server-open-all-servers): do.
9406
9407 * gnus-msg.el (gnus-summary-cancel-article)
9408 (gnus-summary-resend-message)
9409 (gnus-summary-mail-crosspost-complaint): do.
9410
9411 * gnus-move.el (gnus-change-server): do.
9412
9413 * gnus-group.el (gnus-group-unmark-all-groups)
9414 (gnus-group-set-current-level): do.
9415
9416 2004-10-04 Simon Josefsson <jas@extundo.com>
9417
9418 * message.el (message-generate-hashcash): Doc fix.
9419
9420 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9421
9422 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9423 avoid infinite recursion via gnus-get-function.
9424
9425 2004-10-02 Jesper Harder <harder@ifa.au.dk>
9426
9427 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9428
9429 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9430
9431 * nnmail.el (nnmail-split-history): do.
9432
9433 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9434 (nnml-request-delete-group): do.
9435
9436 * nnslashdot.el (nnslashdot-read-groups): do.
9437
9438 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9439 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9440
9441 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9442 (nnspool-sift-nov-with-sed): Use last
9443 (nnspool-retrieve-headers-with-nov): Use mapc.
9444 (nnspool-request-newgroups): Use dolist.
9445 (nnspool-request-group): Use last.
9446
9447 * nntp.el (nntp-read-server-type): Use dolist.
9448
9449 * nnvirtual.el (nnvirtual-create-mapping)
9450 (nnvirtual-update-read-and-marked): Use dolist.
9451 (nnvirtual-convert-headers): Simplify.
9452
9453 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9454
9455 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9456 support for sync'ing tick marks.
9457
9458 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9459
9460 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9461 there's no visible header.
9462
9463 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9464
9465 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9466 necessary, pass full group name to gnus-request-set-marks.
9467
9468 2004-10-01 Simon Josefsson <jas@extundo.com>
9469
9470 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9471 acroread.
9472
9473 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9474
9475 * spam-report.el (spam-report-gmane): Fix interactive.
9476
9477 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9478
9479 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9480 when writing file.
9481 (gnus-agent-synchronize-flags): Don't default to being
9482 interactive.
9483
9484 2004-09-30 Simon Josefsson <jas@extundo.com>
9485
9486 * message.el (message-generate-hashcash): Add.
9487 (message-send-mail): Use it, call mail-add-payment.
9488
9489 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9490
9491 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9492
9493 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9494
9495 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9496 gnus-requst-update-info with explicit code to sync the in-memory
9497 info read flags with the marks being sync'd to the backend.
9498
9499 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9500
9501 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9502
9503 * spam.el (spam-verify-bogofilter): Add new function.
9504 (spam-check-bogofilter)
9505 (spam-bogofilter-register-with-bogofilter): Use it.
9506 (spam-verify-bogofilter): Add small fixes.
9507
9508 2004-09-28 Simon Josefsson <jas@extundo.com>
9509
9510 * hashcash.el (hashcash-generate-payment): Revert.
9511
9512 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9513
9514 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9515 gnus-extract-references instead of gnus-split-references.
9516
9517 * gnus-util.el (gnus-extract-references): Add new function, analogous
9518 to gnus-split-references but extracts only the message-ID without
9519 anything extra.
9520
9521 * hashcash.el (hashcash-generate-payment)
9522 (hashcash-check-payment): Do the right thing if hashcash-path is
9523 nil (because the hashcash program could not be found).
9524
9525 * spam.el (spam-use-hashcash): Remove comment.
9526
9527 2004-09-27 Jesper Harder <harder@ifa.au.dk>
9528
9529 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9530 (gnus-cache-enter-article, gnus-cache-remove-article)
9531 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9532
9533 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9534
9535 * gnus-art.el (article-hide-boring-headers)
9536 (article-translate-strings, article-display-face)
9537 (gnus-article-mime-match-handle-first)
9538 (gnus-article-highlight-headers)
9539 (gnus-article-add-buttons-to-head): do.
9540
9541 2004-09-27 Simon Josefsson <jas@extundo.com>
9542
9543 * hashcash.el: New version, from
9544 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9545 ../contrib/.
9546
9547 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9548
9549 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9550
9551 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9552
9553 * gnus-dup.el (gnus-dup-open): Use mapc.
9554 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9555
9556 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9557 Reported by Stefan Wiens <s.wi@gmx.net>.
9558
9559 * gnus.el (gnus-shutdown): Use dolist.
9560
9561 * gnus-undo.el (gnus-undo): Use mapc.
9562
9563 * nnrss.el (nnrss-generate-active): do.
9564
9565 * message.el (message-cite-original-without-signature)
9566 (message-cite-original): Use mapc.
9567 (message-do-actions, message-make-forward-subject): Use dolist.
9568
9569 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9570
9571 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9572 deletion to remove entire duplicate line. Fixes merged article
9573 number bug.
9574
9575 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9576
9577 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9578 servers that are offline. Avoids having gnus-agent-toggle-plugged
9579 first ask if you want to open a server and then, even when you
9580 responded with no, asking if you want to synchronize the server's
9581 flags.
9582 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9583 multi-line expressions.
9584 (gnus-agent-synchronize-group-flags): New internal function.
9585 Updates marks in memory (in the info structure) AND in the
9586 backend.
9587
9588 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9589
9590 * nnagent.el (nnagent-request-set-mark): Use
9591 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9592 method, to ensure that synchronization updates marks in the
9593 backend and in the info (in memory) structure.
9594
9595 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9596
9597 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9598 convention fully; don't miss the root article of a thread; make
9599 the X-Draft-From header with correct article numbers.
9600
9601 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9602
9603 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9604 unless plugged. Disable the agent so that an open failure causes
9605 an error.
9606
9607 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9608 Reverted 2004-09-21 change. The backend must be opened while
9609 synchronizing flags even when the backend stores the flags
9610 locally.
9611
9612 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9613
9614 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9615 in `header' match. Reported by Svend Tollak Munkejord.
9616
9617 * message.el (message-cite-original): Fix use of
9618 `message-cite-articles-with-x-no-archive'.
9619
9620 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9621
9622 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9623 (gnus-window-to-buffer): Ditto.
9624
9625 * mml.el (mml-preview-buffer): New variable.
9626 (mml-preview): Manage window layout with gnus-buffer-configuration.
9627
9628 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9629 X-Draft-From header even if those articles aren't quoted.
9630
9631 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9632
9633 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9634 (gnus-request-set-mark, gnus-request-update-mark): Use new
9635 g-s-t-u-l-m to decide to use backend even when unplugged.
9636
9637 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9638
9639 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9640 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9641
9642 2004-09-20 Simon Josefsson <jas@extundo.com>
9643
9644 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9645 "utf-16-le".
9646
9647 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9648
9649 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9650
9651 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9652
9653 * uudecode.el (uudecode-use-external): Add :version.
9654
9655 * smime.el (smime-CA-file, smime-encrypt-cipher)
9656 (smime-dns-server): Add :version.
9657
9658 * smiley.el (gnus-smiley-file-types): Add :version.
9659
9660 * sha1.el (sha1-use-external): Add :version.
9661
9662 * pgg-def.el (pgg-query-keyserver): Add :version.
9663
9664 * nnmail.el (nnmail-fancy-expiry-targets)
9665 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9666 Add :version.
9667
9668 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9669 (nnimap-retrieve-groups-asynchronous): Add :version.
9670 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9671
9672 * mml.el (mml-content-disposition-parameters)
9673 (mml-insert-mime-headers-always): Add :version.
9674
9675 * mm-util.el (mm-coding-system-priorities): Add :version.
9676
9677 * mm-decode.el (mm-inline-text-html-with-images)
9678 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9679 (mm-verify-option): Add :version.
9680 (mm-text-html-renderer): Change :version.
9681
9682 * message.el (message-fcc-externalize-attachments)
9683 (message-required-headers, message-draft-headers)
9684 (message-subject-trailing-was-query)
9685 (message-subject-trailing-was-ask-regexp)
9686 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9687 (message-mark-insert-end, message-archive-header)
9688 (message-archive-note, message-cross-post-default)
9689 (message-cross-post-note, message-followup-to-note)
9690 (message-cross-post-note-function, message-use-mail-followup-to)
9691 (message-subscribed-address-functions)
9692 (message-subscribed-address-file, message-subscribed-addresses)
9693 (message-subscribed-regexps, message-allow-no-recipients)
9694 (message-yank-cited-prefix, message-signature-insert-empty-line)
9695 (message-hidden-headers, message-hierarchical-addresses)
9696 (message-mail-user-agent, message-use-idna)
9697 (message-valid-fqdn-regexp)
9698 (message-strip-special-text-properties, message-header-synonyms)
9699 (message-beginning-of-line, message-tab-body-function): Add :version.
9700 (message-insert-canlock, message-wide-reply-confirm-recipients):
9701 Change :version.
9702
9703 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9704 and :version.
9705 (mail-source-delete-old-incoming-confirm)
9706 (mail-source-movemail-program): Add :version.
9707
9708 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9709 (gnus-agent-cache, gnus-agent): Change :version.
9710
9711 * gnus-util.el (gnus-use-byte-compile): Change :version.
9712
9713 * gnus-sum.el (gnus-summary-make-false-root-always)
9714 (gnus-summary-default-high-score)
9715 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9716 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9717 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9718 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9719 (gnus-sum-thread-tree-single-indent)
9720 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9721 (gnus-sum-thread-tree-leaf-with-other)
9722 (gnus-sum-thread-tree-single-leaf): Add :version.
9723 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9724 (gnus-article-loose-mime): Change :version.
9725
9726 * gnus-start.el (gnus-backup-startup-file)
9727 (gnus-save-startup-file-via-temp-buffer): Add :version.
9728
9729 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9730 (gnus-server-offline-face): Add :version.
9731
9732 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9733
9734 * gnus-msg.el (gnus-gcc-externalize-attachments)
9735 (gnus-debug-files, gnus-debug-exclude-variables)
9736 (gnus-discouraged-post-methods): Change :version.
9737 (gnus-confirm-mail-reply-to-news)
9738 (gnus-confirm-treat-mail-like-news): Add :version.
9739
9740 * gnus-int.el (gnus-server-unopen-status): Add :version.
9741
9742 * gnus-group.el (gnus-group-jump-to-group-prompt)
9743 (gnus-large-ephemeral-newsgroup)
9744 (gnus-fetch-old-ephemeral-headers): Add :version.
9745
9746 * gnus-fun.el (gnus-x-face-directory)
9747 (gnus-convert-pbm-to-x-face-command)
9748 (gnus-convert-image-to-x-face-command)
9749 (gnus-convert-image-to-face-command): Add :version.
9750
9751 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9752
9753 * gnus-cite.el (gnus-cite-blank-line-after-header)
9754 (gnus-article-boring-faces): Add :version.
9755
9756 * gnus-art.el (gnus-buttonized-mime-types)
9757 (gnus-inhibit-mime-unbuttonizing)
9758 (gnus-treat-display-face)
9759 (gnus-treat-body-boundary): Change :version.
9760 (gnus-body-boundary-delimiter, gnus-picon-databases)
9761 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9762 (gnus-treat-date-english, gnus-treat-fold-headers)
9763 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9764 (gnus-treat-mail-picon, gnus-treat-wash-html)
9765 (gnus-article-encrypt-protocol)
9766 (gnus-use-idna, gnus-article-over-scroll)
9767 (gnus-mime-display-multipart-alternative-as-mixed)
9768 (gnus-mime-display-multipart-related-as-mixed)
9769 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9770 (gnus-ctan-url, gnus-button-ctan-handler)
9771 (gnus-button-handle-ctan-bogus-regexp)
9772 (gnus-button-ctan-directory-regexp)
9773 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9774 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9775 (gnus-button-man-level, gnus-button-emacs-level)
9776 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9777
9778 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9779 (gnus-agent-go-online): Change :version.
9780 (gnus-agent-expire-unagentized-dirs)
9781 (gnus-agent-auto-agentize-methods): Add :version.
9782
9783 * flow-fill.el (fill-flowed-display-column)
9784 (fill-flowed-encode-column): Add :version.
9785
9786 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9787 (gnus-outlook-deuglify-unwrap-max)
9788 (gnus-outlook-deuglify-cite-marks)
9789 (gnus-outlook-deuglify-unwrap-stop-chars)
9790 (gnus-outlook-deuglify-no-wrap-chars)
9791 (gnus-outlook-deuglify-attrib-cut-regexp)
9792 (gnus-outlook-deuglify-attrib-verb-regexp)
9793 (gnus-outlook-deuglify-attrib-end-regexp)
9794 (gnus-outlook-display-hook): Add :version.
9795
9796 * binhex.el (binhex-use-external): Add :version.
9797
9798 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
9799
9800 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9801 and `invisible'.
9802
9803 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9804
9805 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9806 in gnus-registry-trim.
9807
9808 2004-09-13 Simon Josefsson <jas@extundo.com>
9809
9810 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9811
9812 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9813
9814 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9815 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9816 <yamaoka@jpl.org>.
9817 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9818 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9819 <yamaoka@jpl.org>.
9820
9821 * sieve.el (sieve-manage-mode): Ditto.
9822
9823 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
9824
9825 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9826
9827 2004-09-11 Simon Josefsson <jas@extundo.com>
9828
9829 * dns-mode.el: Add.
9830
9831 * mm-view.el (mm-display-dns-inline): Add.
9832
9833 * mm-decode.el (mm-inline-media-tests): Add text/dns.
9834 (mm-automatic-display): Ditto.
9835
9836 * mailcap.el (mailcap-mime-data): Add text/dns.
9837 (mailcap-mime-extensions): Map .soa to text/dns.
9838
9839 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
9840
9841 * gnus-art.el (article-decode-mime-words, article-babel)
9842 (gnus-article-highlight-signature, gnus-article-add-buttons)
9843 (gnus-signature-toggle): Remove unnecessary bindings of
9844 `inhibit-read-only' inherited from v5.10 merge.
9845
9846 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9847
9848 * nntp.el (nntp): New customization group.
9849 (nntp-authinfo-file): Add customization group.
9850
9851 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9852
9853 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
9854
9855 * gnus.el (to-address, to-list, subscribed)
9856 (large-newsgroup-initial): Ditto.
9857
9858 * flow-fill.el (fill-flowed-display-column)
9859 (fill-flowed-encode-column): Ditto.
9860
9861 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9862
9863 * message.el (message-tokenize-header, message-send-mail-with-qmail):
9864 Use point-min rather than 1.
9865 (message-send-mail): Use buffer-size rather than point-max.
9866
9867 * gnus-sum.el (gnus-summary-search-article-forward):
9868 Signal a specific `search-failed' rather than a generic `error'.
9869
9870 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
9871 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
9872 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
9873
9874 2004-09-10 Simon Josefsson <jas@extundo.com>
9875
9876 * nndb.el (require): Remove tcp and duplicate cl.
9877
9878 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9879
9880 * gnus-agent.el (directory-files-and-attributes): Move forward.
9881
9882 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9883
9884 * gnus-agent.el (directory-files-and-attributes): Optionally
9885 defined to support XEmacs.
9886
9887 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9888
9889 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
9890 to avoid run-time CL dependencies.
9891 (gnus-agent-unfetch-articles): New function.
9892 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
9893 article numbers even when local .overview file is missing.
9894 (gnus-agent-read-article-number): New function. Only accepts
9895 27-bit article numbers.
9896 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
9897 gnus-agent-read-article-number.
9898 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
9899 from backend while recognizing that article numbers in .overview
9900 must be valid.
9901 (gnus-agent-update-files-total-fetched-for): Use
9902 directory-files-and-attributes to improve performance.
9903 * gnus-int.el (gnus-request-move-article): Use
9904 gnus-agent-unfetch-articles in place of gnus-agent-expire to
9905 improve performance.
9906
9907 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
9908 some users confused by references to .newsrc when they only have a
9909 .newsrc.eld file.
9910 (gnus-convert-mark-converter-prompt)
9911 (gnus-convert-converter-needs-prompt): Fixed use of property list.
9912 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
9913 New function. Used internally to only display 'gnus converting
9914 files' message when actually necessary.
9915
9916 * gnus-sum.el (): Removed (require 'gnus-agent) as required
9917 methods now autoloaded.
9918
9919 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9920
9921 * gnus-sum.el (gnus-summary-insert-subject): Remove list
9922 identifiers.
9923
9924 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
9925
9926 * gnus-picon.el: Fix indentation and closing parenthesis.
9927
9928 2004-09-01 Simon Josefsson <jas@extundo.com>
9929
9930 * message.el (message-canlock-generate): Require sha1, not
9931 sha1-el. (Can we get rid of this require altogether? It is ugly
9932 to require within a function. Sadly, if sha1.el isn't loaded, the
9933 let binding in m-c-g will hide the defcustom definition, which is
9934 bad.)
9935
9936 * canlock.el: Require sha1, not sha1-el.
9937
9938 * message.el: Don't autoload sha1 (there is a autoload cookie in
9939 sha1.el).
9940
9941 * sha1-el.el: Renamed to sha1.el.
9942
9943 2004-08-30 Juanma Barranquero <lektu@terra.es>
9944
9945 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
9946
9947 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9948
9949 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
9950
9951 2004-08-30 Kim F. Storm <storm@cua.dk>
9952
9953 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
9954
9955 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
9956 Add :group 'nnimap.
9957
9958 2004-08-30 Andreas Schwab <schwab@suse.de>
9959
9960 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
9961 ?* and ?\;.
9962
9963 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
9964 and ?\' to symbol instead of whitespace.
9965
9966 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
9967
9968 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
9969
9970 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
9971 instead of re-search-forward.
9972
9973 * gnus-uu.el (gnus-uu-save-article): Ditto.
9974 (gnus-uu-post-encode-uuencode): Ditto.
9975
9976 * html2text.el (html2text-clean-list-items): Ditto.
9977 (html2text-clean-dtdd): Ditto.
9978 (html2text-format-tags): Ditto.
9979
9980 * message.el (message-send-mail-with-sendmail): Fix regexp.
9981 (message-fill-field-general): Use search-forward instead of
9982 re-search-forward.
9983 (unbold-region): Ditto.
9984
9985 * nnrss.el (nnrss-request-article): Ditto.
9986
9987 * nnslashdot.el (nnslashdot-request-article): Ditto.
9988
9989 * nnweb.el (nnweb-gmane-wash-article): Ditto.
9990
9991 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
9992 "Unrecognized menu descriptor" error in XEmacs.
9993
9994 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
9995
9996 * gnus-sum.el (gnus-read-header): Don't remove a header for the
9997 parent article of a sparse article in the thread hashtb.
9998
9999 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
10000
10001 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10002 (nnmail-expand-newtext): Lowercase expanded entries if
10003 nnmail-split-lowercase-expanded is non-nil.
10004
10005 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
10006
10007 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10008
10009 * gnus-group.el (gnus-group-line-format-alist): Convert the value
10010 of gnus-tmp-news-method into string under XEmacs. It will be
10011 passed to gnus-correct-length which takes only a string argument.
10012
10013 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10014
10015 * gnus-util.el (gnus-bind-print-variables): New macro.
10016 (gnus-prin1): Use it.
10017 (gnus-prin1-to-string): Use it.
10018 (gnus-pp): New function.
10019 (gnus-pp-to-string): New function.
10020
10021 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10022 Replace pp-to-string with gnus-pp-to-string.
10023 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10024 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10025 * gnus-msg.el (gnus-debug): Ditto.
10026 * gnus-score.el (gnus-score-save): Ditto.
10027 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10028 gnus-pp-to-string.
10029 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10030 with gnus-pp.
10031 * score-mode.el (gnus-score-pretty-print): Ditto.
10032 * webmail.el (webmail-debug): Ditto.
10033
10034 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10035
10036 * gnus-art.el (article-display-face, article-display-x-face):
10037 Use buffer-read-only.
10038
10039 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
10040
10041 * gnus-art.el (article-hide-list-identifiers):
10042 Bind inhibit-read-only as t.
10043
10044 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10045
10046 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10047
10048 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10049
10050 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10051 (gnus-narrow-to-page): Don't assume point-min == 1.
10052 (gnus-article-edit-mode): Derive from message-mode.
10053
10054 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10055 point-min == 1.
10056
10057 * imap.el (imap-parse-address-list, imap-parse-body-ext):
10058 Disable incorrect use of `assert'.
10059
10060 * message.el (message-mode): Set comment-start-skip.
10061
10062
10063 2004-08-22 Sam Steingold <sds@gnu.org>
10064
10065 * pop3.el (pop3-leave-mail-on-server): New user variable.
10066 (pop3-movemail): Delete mail only when it is nil.
10067
10068 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
10069
10070 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10071
10072 * mml.el (mml-preview): Use `pop-to-buffer'.
10073
10074 * message.el (message-goto-mail-followup-to): Insert after "To".
10075 (message-carefully-insert-headers): Add comment.
10076
10077 * gnus.el: Remove unused variable `gnus-article-check-size'.
10078
10079 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10080
10081 * gnus-art.el (gnus-button-alist): Improve
10082 `gnus-button-handle-library' entry.
10083
10084 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
10085
10086 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10087 downcase, since XEmacs capitalizes error messages differently.
10088
10089 2004-08-18 Jesper Harder <harder@ifa.au.dk>
10090
10091 * nntp.el: Add (require 'gnus) due to reference to
10092 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
10093
10094 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
10095
10096 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10097 `mm-fill-flowed'.
10098
10099 * mm-decode.el (mm-dissect-singlepart): Check it.
10100
10101 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
10102
10103 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10104 'imap' for netrc parsing.
10105
10106 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10107
10108 * mailcap.el (mailcap-mime-data): Mark as risky.
10109
10110 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10111
10112 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10113 may be included in the encoded word.
10114 (rfc2047-encode): Don't append a space if the encoded word
10115 includes close parenthesis.
10116
10117 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10118
10119 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10120 of text within parentheses.
10121
10122 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
10123
10124 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10125 (gnus-encrypt-write-file-contents): Make the password key the file
10126 name PLUS the cipher, not just the cipher. Also remove failed
10127 passwords from the cache.
10128
10129 2004-08-06 Simon Josefsson <jas@extundo.com>
10130
10131 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
10132 fix.
10133
10134 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10135
10136 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10137 LWSP.
10138
10139 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
10140
10141 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10142 to append in-reply-to: data to the references: header.
10143
10144 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10145 (netrc-parse): Use gnus-encrypt.el functions.
10146
10147 * gnus-encrypt.el: Add new file for encryption support; currently
10148 does only a few GPG ciphers and an internal XOR cipher.
10149
10150 * password.el: Add comments on using password-read-and-add.
10151 (password-read-and-add): Add function to read and add the
10152 password to the cache at once.
10153
10154 2004-07-28 Simon Josefsson <jas@extundo.com>
10155
10156 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10157 parameter (but don't use it, for now).
10158
10159 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10160 instead of hard coding to nil.
10161
10162 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10163
10164 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10165 as mm-inline-image-xemacs does.
10166
10167 2004-07-26 Simon Josefsson <jas@extundo.com>
10168
10169 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10170 Revert part of 2004-07-17 change below.
10171
10172 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10173
10174 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10175 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10176
10177 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10178
10179 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10180 quotes that actually start with ">" at the beginning of the
10181 lines.
10182
10183 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10184
10185 * rfc2047.el (rfc2047-encode-region): Fix last change.
10186 (rfc2047-encode-parameter): Remove useless concat.
10187
10188 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10189
10190 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10191 encode special characters; fix some kind of misconfigured headers;
10192 signal a real error if debug-on-quit or debug-on-error is non-nil.
10193 (rfc2047-encode-max-chars): New variable.
10194 (rfc2047-encode-1): Use it.
10195 (rfc2047-encode-parameter): New function.
10196
10197 * mml.el (mml-insert-parameter): Remove an excessive space.
10198
10199 2004-07-17 Simon Josefsson <jas@extundo.com>
10200
10201 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10202 Kai Grossjohann <kai@emptydomain.de>.
10203 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10204 (gnus-group-make-menu-bar): Ditto.
10205
10206 * gnus-util.el (gnus-group-server): Add.
10207
10208 2004-07-16 Jesper Harder <harder@ifa.au.dk>
10209
10210 * message.el (message-clone-locals): Clone sendmail and smtp
10211 variables.
10212
10213 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10214
10215 * rfc2047.el (rfc2047-encode-region): Fix last change.
10216
10217 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10218
10219 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10220 characters as non-special.
10221
10222 2004-07-09 Simon Josefsson <jas@extundo.com>
10223
10224 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10225 Users will lose all flag changes made while unplugged with
10226 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10227 good default. See numerous reports on ding mailing list.
10228
10229 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10230
10231 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10232 add generate-head-function and generate-article-function to the
10233 rfc822-forward entry.
10234 (nndoc-rfc822-forward-generate-article): New function.
10235 (nndoc-rfc822-forward-generate-head): New function.
10236
10237 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10238
10239 2004-07-06 Dan Christensen <jdc@uwo.ca>
10240
10241 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10242 respect display group parameter and gnus-summary-expunge-below.
10243 (gnus-articles-to-read): Remove unused reference to display group
10244 parameter.
10245
10246 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10247
10248 * nnheader.el (nnheader-uniquify-message-id): New experimental
10249 variable.
10250 (nnheader-nov-read-message-id): Use it.
10251
10252 * spam-report.el (spam-report-gmane): Add interactive.
10253
10254 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10255
10256 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10257 qp-or-base64 for the application/* types.
10258
10259 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10260
10261 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10262
10263 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10264
10265 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10266 trim value.
10267
10268 2004-01-25 Paul Jarc <prj@po.cwru.edu>
10269
10270 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10271 New macro and function.
10272 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10273
10274 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10275
10276 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10277 after-load-alist.
10278
10279 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10280
10281 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10282 update info that isn't there.
10283
10284 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10285
10286 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10287 entry.
10288
10289 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10290
10291 * mm-view.el (mm-inline-render-with-function): Use multibyte
10292 buffer; decode html source by charset.
10293
10294 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10295
10296 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10297 Mule-UCS is loaded under XEmacs.
10298 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10299
10300 2004-06-28 Jesper Harder <harder@ifa.au.dk>
10301
10302 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10303
10304 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10305
10306 * mm-util.el (mm-coding-system-p): Return a coding-system.
10307 (mm-mime-mule-charset-alist): Use shift_jis instead of
10308 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10309 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10310 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10311 instead of japanese-shift-jis and iso-latin-1 respectively in
10312 order to share the default value with both Emacs and XEmacs-mule.
10313 (mm-mule-charset-to-mime-charset): Make
10314 mm-coding-system-priorities effective.
10315 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10316 while predicating of candidates upon the priorities.
10317
10318 2004-06-27 Jesper Harder <harder@ifa.au.dk>
10319
10320 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10321 gnus-uu-invert-processable.
10322
10323 * gnus.el: Autoload gnus-uu-invert-processable.
10324
10325 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10326
10327 * mm-util.el (mm-with-multibyte-buffer): New macro.
10328
10329 * rfc2047.el (rfc2047-encode-string): Use it.
10330 (rfc2047-encode-region): Move point to the end of the region after
10331 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10332
10333 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10334
10335 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10336 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10337
10338 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10339
10340 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10341 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10342 Karl Chen <quarl@nospam.quarl.org>.
10343
10344 2004-06-23 Jesper Harder <harder@ifa.au.dk>
10345
10346 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10347 invalid addresses.
10348
10349 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10350
10351 * spam.el: Change section markers, revise TODO list.
10352 (spam-backends): Make new master list of all installed backends.
10353 (spam-summary-exit-behavior): Add new variable to determine how
10354 messages moves are done at summary exit.
10355 (spam-move-spam-nonspam-groups-only)
10356 (spam-process-ham-in-nonham-groups)
10357 (spam-process-ham-in-spam-groups): Remove variables, the
10358 spam-summary-exit-behavior variable should be used to manage this
10359 behavior.
10360 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10361 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10362 and spam-old-spam-articles.
10363 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10364 Add empty variables, placeholders for the backends they represent.
10365 (spam-set-difference): Move, unchanged.
10366 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10367 unless the user has a processor variable.
10368 (spam-classifications, spam-classification-valid-p)
10369 (spam-backend-properties, spam-backend-property-valid-p)
10370 (spam-backend-function-type-valid-p)
10371 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10372 (spam-report-articles-gmane, spam-report-articles-resend):
10373 Remove functions, they are not needed.
10374 (spam-install-backend-super, spam-backend-list)
10375 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10376 (spam-backend-function, spam-backend-ham-registration-function)
10377 (spam-backend-spam-registration-function)
10378 (spam-backend-ham-unregistration-function)
10379 (spam-backend-spam-unregistration-function)
10380 (spam-backend-statistical-p, spam-backend-mover-p)
10381 (spam-install-backend-alias, spam-install-checkonly-backend)
10382 (spam-install-mover-backend, spam-install-nocheck-backend)
10383 (spam-install-backend, spam-install-statistical-backend)
10384 (spam-install-statistical-checkonly-backend): Add backend installation
10385 support.
10386 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10387 (spam-group-processor-p): Use the new backend code and respect the
10388 summary exit behavior.
10389 (spam-mark-spam-as-expired-and-move-routine): Remove.
10390 (spam-summary-prepare): Change to use the new spam-old-articles
10391 variable.
10392 (spam-copy-or-move-routine, spam-copy-spam-routine)
10393 (spam-move-spam-routine, spam-copy-ham-routine)
10394 (spam-move-ham-routine): Add code to copy/move ham or spam.
10395 (spam-fetch-field-fast): Improve doc and code, plus allow the
10396 'number request.
10397 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10398 variables.
10399 (spam-split, spam-find-spam): Use the new backend code.
10400 (spam-registration-functions): Remove variable.
10401 (spam-unregister-routine): Add convenience wrapper.
10402 (spam-log-undo-registration, spam-register-routine)
10403 (spam-log-processing-to-registry)
10404 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10405 where possible.
10406 (spam-check-gmane-xref, spam-check-regex-headers)
10407 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10408 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10409 (spam-check-bogofilter-headers, spam-check-spamoracle)
10410 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10411 (spam-check-crm114-headers): Use the spam-split-group that
10412 spam-split prepares, no need to determine it every time.
10413
10414 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10415 to the nnheader-parse-naked-head call.
10416
10417 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10418
10419 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10420 the nnheader-nov-read-message-id call.
10421
10422 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10423
10424 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10425 gnus-activate-group twice. Suggested by Markus Peter
10426 <warp@spin.de>.
10427
10428 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10429
10430 * gnus-art.el (gnus-article-time-format): Exchange the order of
10431 day and month in the default value; fix customization type.
10432 (article-date-ut): Use add-text-properties.
10433 (article-make-date-line): Use message-make-date instead of
10434 current-time-string.
10435
10436 * message.el (message-fetch-field): Don't use set-text-properties.
10437 (message-make-date): Simplify.
10438
10439 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
10440
10441 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10442 (rfc2047-encode-region): Treat text within parentheses as special;
10443 show the original text when error has occurred.
10444
10445 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10446 already-computed method to gnus-activate-group.
10447
10448 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10449 same select-methods identical Lisp objects.
10450
10451 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10452 object when modifying the info.
10453
10454 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10455
10456 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10457 gnus-opened-servers since it has never been opened with the new
10458 configuration yet.
10459
10460 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10461
10462 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10463 arg to nnheader-generate-fake-message-id.
10464
10465 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
10466
10467 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10468 number and build a fake message ID localized to a group and
10469 article number (so it's repeatable from that point on).
10470 (nnheader-fake-message-id-p): Change regex to accommodate new fake
10471 ID format.
10472
10473 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10474 nnheader-generate-fake-message-id with the article number.
10475
10476 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
10477
10478 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10479 end-of-buffer.
10480
10481 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10482
10483 * message.el (message-ignored-supersedes-headers): Add Approved.
10484
10485 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10486
10487 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10488 goto-char.
10489 (rfc2047-encode): Fold the line before encoding.
10490
10491 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10492
10493 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10494 folding -- not all headers can be folded, and this should be done
10495 by the message composition mode. Probably. I think.
10496
10497 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10498
10499 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10500 fast.
10501
10502 * gnus-ems.el (gnus-remove-image): Don't use
10503 message-text-with-property; remove only the image found first.
10504
10505 2004-06-09 Jesper Harder <harder@ifa.au.dk>
10506
10507 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10508
10509 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10510
10511 * message.el (message-text-with-property): Make it fast and accept
10512 optional arguments.
10513 (message-strip-forbidden-properties): Use it.
10514 (message-fix-before-sending): Follow the m-t-w-p change.
10515
10516 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10517
10518 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10519
10520 * gnus-art.el (article-hide-headers): Don't change the buffer
10521 mistakenly when performing mml-preview even if
10522 gnus-single-article-buffer is nil.
10523
10524 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
10525
10526 * message.el (message-expand-name-databases): New user option.
10527 (message-expand-name): Use it.
10528
10529 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
10530
10531 * spam.el (spam-report-articles-resend)
10532 (spam-report-resend-register-routine): Allow ham reporting.
10533 (spam-report-resend-register-ham-routine): Add wrapper.
10534 (spam-registration-functions): Add ham resending functions.
10535 (spam-list-of-processors): Add ham resend processor.
10536
10537 * gnus.el (ham-resend-to): Add new group parameter.
10538 (spam-process): Add ham resend option.
10539
10540 * spam-report.el (spam-report-resend): Allow reporting ham.
10541 (spam-report-resend-ham): Add wrapper.
10542
10543 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10544
10545 * message.el (message-cite-articles-with-x-no-archive): New
10546 variable.
10547 (message-cite-original): Use it.
10548
10549 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10550
10551 * message.el (message-cite-original): Respect X-No-Archive.
10552
10553 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10554
10555 * gnus-art.el (article-hide-headers): Refer to the values for
10556 gnus-ignored-headers and gnus-visible-headers in the summary
10557 buffer since a user may have set them as group parameters.
10558
10559 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
10560
10561 * assistant.el (assistant-node-name): Add convenience function.
10562 (assistant-render-text, assistant-render-node): Add error handling,
10563 plus handle multiple next nodes.
10564 (assistant-find-next-node): Comment out for now.
10565 (assistant-find-next-nodes): Add function, returns list of next
10566 nodes.
10567
10568 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10569
10570 * mail-source.el (mail-source-directory): Fix doc-string.
10571
10572 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10573
10574 * assistant.el (assistant-render-text, assistant-eval): Add :set
10575 widget type, which is different because it takes and returns a
10576 list. Much hilarity ensues.
10577
10578 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10579
10580 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10581
10582 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10583 doc-string.
10584
10585 * gnus-start.el (gnus-activate-group): Added doc-string.
10586
10587 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10588
10589 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10590
10591 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10592
10593 * assistant.el (assistant-render-text): Try to add a :set
10594 widget, more to come.
10595
10596 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10597 strings.
10598 (spam-report-articles-resend)
10599 (spam-register-routine): Do registration iff any articles warrant
10600 it.
10601 (spam-summary-prepare-exit): Change log message for nil group
10602 destinations.
10603
10604 2004-05-27 Daniel Pittman <daniel@rimspace.net>
10605
10606 * spam.el (spam-report-resend-register-routine): Allow
10607 spam-report-resend-to to be a group parameter or a global value.
10608
10609 2004-05-26 Simon Josefsson <jas@extundo.com>
10610
10611 * starttls.el: Merge with my GNUTLS based starttls.el.
10612 (starttls-gnutls-program, starttls-use-gnutls)
10613 (starttls-extra-arguments, starttls-process-connection-type)
10614 (starttls-connect, starttls-failure, starttls-success): New
10615 variables.
10616 (starttls-program, starttls-extra-args): Doc fix.
10617 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10618 functions.
10619 (starttls-negotiate, starttls-open-stream): Check
10620 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10621 function if it is set.
10622
10623 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10624
10625 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10626 structured fields.
10627
10628 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10629
10630 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10631
10632 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10633
10634 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10635 variable.
10636 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10637 assigning the spam-mark to new messages.
10638
10639 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10640
10641 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10642
10643 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10644
10645 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10646 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10647 default.
10648
10649 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10650
10651 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10652 correct data.
10653
10654 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10655
10656 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10657 (spam-group-processor-p): Fix function.
10658 (spam-group-processor-multiple-p)
10659 (spam-group-spam-processor-report-gmane-p)
10660 (spam-group-spam-processor-report-resend-p)
10661 (spam-group-spam-processor-bogofilter-p)
10662 (spam-group-spam-processor-blacklist-p)
10663 (spam-group-spam-processor-ifile-p)
10664 (spam-group-ham-processor-ifile-p)
10665 (spam-group-spam-processor-spamoracle-p)
10666 (spam-group-spam-processor-crm114-p)
10667 (spam-group-ham-processor-bogofilter-p)
10668 (spam-group-spam-processor-stat-p)
10669 (spam-group-ham-processor-stat-p)
10670 (spam-group-ham-processor-whitelist-p)
10671 (spam-group-ham-processor-BBDB-p)
10672 (spam-group-ham-processor-spamoracle-p)
10673 (spam-group-ham-processor-copy-p): Remove functions with some
10674 prejudice against unneeded code.
10675 (spam-report-articles-resend)
10676 (spam-report-resend-register-routine): Allow the group/topic
10677 spam-resend-to value to override spam-report-resend-to.
10678 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10679 properly now.
10680
10681 * gnus.el (spam-resend-to): Add group/topic parameter.
10682 (spam-process): Move the OBSOLETE processors to the end of the
10683 choices.
10684
10685 2004-05-24 Daniel Pittman <daniel@rimspace.net>
10686
10687 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10688 with resend-to set to nil, and then ask the user if necessary.
10689 (spam-report-resend): spam-report-resend takes a list of articles, not
10690 separate article numbers.
10691
10692 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10693
10694 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10695 addition to emacs-w3m.
10696
10697 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10698
10699 * assistant.el (assistant-authinfo-data): New function.
10700 (assistant-eval): Eval for entire assistant.
10701
10702 * netrc.el (netrc-services-file): New variable.
10703 (netrc-parse-services): New function.
10704 (netrc-find-service-name): New function.
10705 (netrc-find-service-number): New function.
10706 (netrc-port-equal): New function.
10707 (netrc-machine): Use it.
10708
10709 * nnimap.el (nnimap-open-connection): Use netrc.
10710
10711 * gnus-util.el (gnus-netrc-get): Remove aliases.
10712
10713 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10714
10715 * assistant.el (wid-edit): Fix compilation.
10716
10717 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10718
10719 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10720
10721 * gnus-util.el (gnus-set-file-modes): New function. (small
10722 patch).
10723
10724 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10725
10726 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10727
10728 * assistant.el (assistant-render-node): Fix up rendering and
10729 read-only text.
10730 (assistant-render-node): Reset.
10731 (assistant-make-read-only): Not sticky.
10732
10733 2004-05-20 Danny Siu <dsiu@adobe.com>
10734
10735 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10736 centered even when gnus-auto-center-summary is t
10737
10738 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10739
10740 * dns.el (dns-get-txt-answer): New function.
10741 (dns-read-txt): Ditto.
10742 (query-dns): Use it.
10743
10744 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
10745
10746 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10747 active for foreign groups even if the group level is higher than
10748 the specified value.
10749
10750 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10751
10752 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10753 non-active groups.
10754
10755 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10756
10757 2004-05-20 Magnus Henoch <mange@freemail.hu>
10758
10759 * dns.el (dns-read-type): Add support for SVR. (small patch)
10760
10761 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10762
10763 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10764 (spam-crm114-header, spam-crm114-spam-switch)
10765 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10766 (spam-crm114-positive-spam-header)
10767 (spam-crm114-database-directory, spam-list-of-processors)
10768 (spam-group-spam-processor-crm114-p)
10769 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10770 (spam-generic-score, spam-list-of-checks)
10771 (spam-list-of-statistical-checks, spam-registration-functions)
10772 (spam-check-crm114-headers, spam-crm114-score)
10773 (spam-check-crm114, spam-crm114-register-with-crm114)
10774 (spam-crm114-register-spam-routine)
10775 (spam-crm114-unregister-spam-routine)
10776 (spam-crm114-register-ham-routine)
10777 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
10778 asjo@koldfront.dk (Adam Sjøgren).
10779
10780 * gnus.el: Add spam-use-crm114.
10781
10782 * spam.el (spam-list-of-processors, spam-registration-functions):
10783 Add spam-use-resend.
10784 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10785 (spam-report-articles-gmane): Add doc fix.
10786 (spam-report-articles-resend, spam-report-resend-register-routine):
10787 Add wrappers around spam-report-resend-to.
10788
10789 * spam-report.el (spam-report-resend-to, spam-report-resend):
10790 Add support for resending spam.
10791 (spam-report-gmane): Fix line length >80.
10792
10793 * gnus.el (spam-process): Add spam-use-resend.
10794
10795 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10796
10797 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10798 number of processed spam messages.
10799 (spam-ham-copy-or-move-routine): Return the number of processed
10800 ham messages.
10801 (spam-summary-prepare-exit): Use the above values to decide
10802 whether status messages shouled be displayed.
10803
10804 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
10805
10806 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10807 `rfc2047-encoding-function-alist' in order to avoid conflicting
10808 with the old version.
10809 (rfc2047-encode-region): Concatenate words containing non-ASCII
10810 characters in structured fields; don't encode space-delimited
10811 ASCII words even in unstructured fields; don't break words at
10812 char-category boundaries.
10813 (rfc2047-encode-1): New function.
10814 (rfc2047-encode): Use it; encode text so that it occupies the
10815 maximum width within 76-column; work correctly on Q encoding for
10816 iso-2022-* charsets.
10817 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10818 sure not to break a line just after the header name.
10819 (rfc2047-b-encode-region): Removed.
10820 (rfc2047-b-encode-string): New function.
10821 (rfc2047-q-encode-region): Removed.
10822 (rfc2047-q-encode-string): New function.
10823
10824 * mm-util.el (mm-replace-in-string): New function.
10825
10826 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10827
10828 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10829 get it right.
10830 (gnus-inews-make-draft): Really.
10831
10832 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
10833
10834 * nnmh.el (nnmh-request-list-1): Don't check the link count
10835 before descending. (small patch)
10836
10837 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10838
10839 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10840 stuff.
10841
10842 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10843 on real group name.
10844
10845 * gnus-art.el (gnus-signature-limit): Doc fix.
10846
10847 * gnus-msg.el (gnus-inews-make-draft): Quote list.
10848
10849 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10850
10851 * gnus-draft.el (gnus-draft-send): Bind
10852 rfc2047-encode-encoded-words.
10853
10854 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
10855 (rfc2047-encodable-p): Say that =? needs encoding.
10856 (rfc2047-encode-encoded-words): New variable.
10857
10858 * gnus-group.el (gnus-group-select-group): Doc fix.
10859
10860 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
10861
10862 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
10863 to nil.
10864
10865 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
10866
10867 * nnheader.el (nnheader-get-lines-and-char): New function.
10868
10869 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
10870
10871 * gnus-msg.el (gnus-summary-followup-with-original): Document
10872 yanking of region when active.
10873
10874 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
10875
10876 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
10877 groups if the group level is higher than the specified value.
10878
10879 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10880
10881 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
10882 (gnus-group-jump-to-group): Added prefix argument using
10883 `gnus-group-jump-to-group-prompt'. Query before jumping to
10884 non-active group.
10885
10886 * compface.el (uncompface): Be verbose when changing
10887 `uncompface-use-external'.
10888
10889 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
10890 handle manual section.
10891
10892 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10893
10894 * gnus-art.el (gnus-button-alist): Revert previous change.
10895
10896 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10897
10898 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
10899
10900 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10901
10902 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
10903 whether backend can accept message.
10904
10905 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
10906
10907 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
10908
10909 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
10910 Avoid creating directory when nntp-marks-is-evil is true.
10911 Reported by Reiner Steib.
10912
10913 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10914
10915 * gnus-picon.el (gnus-picon-style): New variable.
10916 (gnus-picon-insert-glyph): Added optional `nostring' argument.
10917 (gnus-picon-transform-address): Support `gnus-picon-style'. From
10918 Jesper Harder <harder@ifa.au.dk>.
10919
10920 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10921
10922 * message.el (message-fill-field): Return point.
10923 (message-generate-headers): Go to end of field.
10924
10925 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
10926 stuff for non-living groups.
10927
10928 2004-05-18 Jesper Harder <harder@ifa.au.dk>
10929
10930 * gnus-art.el (gnus-article-followup-with-original)
10931 (gnus-article-reply-with-original): gnus-mark-active-p ->
10932 gnus-region-active-p.
10933
10934 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
10935
10936 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
10937 only when there is spam or ham to be processed.
10938
10939 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10940
10941 * mail-source.el (mail-source-delete-crash-box): Refactor.
10942 (mail-source-fetch): Use it.
10943 (mail-source-fetch-file): Ditto.
10944 (mail-source-fetch-directory): Run postscript in loop.
10945 (mail-source-fetch-pop): Delete.
10946 (mail-source-fetch-maildir): Ditto.
10947 (mail-source-fetch-imap): Ditto.
10948
10949 * imap.el (imap-authenticators): Comment out sasl.
10950
10951 * message.el (message-skip-to-next-address): New function.
10952 (message-fill-header-address): Refactor.
10953 (message-fill-address): Use it.
10954 (message-delete-address): Use it.
10955 (message-fill-header-general): Refactor.
10956 (message-fill-field-address): Rename.
10957 (message-narrow-to-field): Find the start of the header.
10958 (message-header-format-alist): Don't pre-fill.
10959 (message-fill-header): Removed.
10960 (message-insert-header): New function.
10961 (message-shorten-references): Use it.
10962
10963 * rfc2047.el (rfc2047-field-value): Strip props.
10964
10965 * mail-parse.el (mail-header-make-address): New alias.
10966
10967 * ietf-drums.el (ietf-drums-make-address): New function.
10968
10969 * imap.el: Add compiler directives.
10970
10971 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
10972
10973 * gnus-art.el (article-decode-idna-rhs): Don't use
10974 message-idna-inside-rhs-p.
10975
10976 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10977
10978 * message.el (message-idna-inside-rhs-p): Removed.
10979 (message-idna-to-ascii-rhs-1): Use proper address parsing.
10980
10981 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
10982 false positives.
10983
10984 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
10985
10986 * imap.el (imap-sasl-make-mechanisms): Use sasl.
10987
10988 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10989
10990 * nneething.el (nneething-file-name): Don't create spurious
10991 files.
10992
10993 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
10994 (gnus-inews-do-gcc): Remove sleep.
10995
10996 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
10997 part under point.
10998
10999 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11000 (gnus-agent-regenerate-group): Using nil messages aren't valid.
11001
11002 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
11003
11004 * spam.el (spam-summary-prepare-exit): Fixed (length).
11005
11006 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11007
11008 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11009 as expired without moving it" message when there are spam
11010 messages left.
11011
11012 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
11013
11014 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11015 header is not nil.
11016
11017 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
11018
11019 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11020 nntp-possibly-create-directory, not nntp-possibly-change-group.
11021 (nntp-marks-changed-p): New arg SERVER.
11022 (nntp-request-update-info): Adjust caller.
11023
11024 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
11025
11026 * nntp.el (nntp-save-marks): Pass missing arg.
11027
11028 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
11029
11030 * nntp.el: Support marks.
11031 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11032 (nntp-marks-modtime, nntp-marks-directory): New variables.
11033 (nntp-request-set-mark, nntp-request-update-info)
11034 (nntp-possibly-create-directory, nntp-marks-changed-p)
11035 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11036 functions.
11037
11038 2004-05-12 Jesper Harder <harder@ifa.au.dk>
11039
11040 * gnus-score.el (gnus-score-insert-help): Use
11041 gnus-select-lowest-window.
11042
11043 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11044 appt-select-lowest-window and rename to gnus-select-lowest-window.
11045
11046 * gnus.el: do.
11047
11048 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11049
11050 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11051 encodings of MIME-encoded words, in order to improve
11052 interoperability with several broken MUAs.
11053
11054 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11055
11056 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11057 tags, only when charsets are not specified in headers.
11058 (mm-inline-text-html-render-with-w3m): Ditto.
11059
11060 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11061
11062 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11063 instead of MIME-decoded from fields when checking
11064 `gnus-article-address-banner-alist'.
11065
11066 2004-05-03 Jesper Harder <harder@ifa.au.dk>
11067
11068 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11069 description rather than subject.
11070
11071 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11072
11073 * gnus.el (gnus-version-number): Bump.
11074
11075 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11076
11077 * gnus.el: No Gnus v0.2 is released.
11078
11079 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11080
11081 * gnus-agent.el (gnus-agent-read-agentview): Inline
11082 gnus-uncompress-range.
11083
11084 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11085
11086 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11087 `exec-installed-p'.
11088
11089 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11090
11091 * gnus.el (spam-process, spam-autodetect-methods): Add
11092 bsfilter and bsfilter-headers.
11093
11094 * spam.el (spam-bsfilter): New customize group.
11095 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11096 (spam-bsfilter-header, spam-bsfilter-probability-header)
11097 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11098 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11099 (spam-bsfilter-database-directory): New options.
11100 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11101 (spam-list-of-statistical-checks, spam-registration-functions):
11102 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11103 (spam-bsfilter-score): New command.
11104 (spam-check-bsfilter-headers, spam-check-bsfilter)
11105 (spam-bsfilter-register-with-bsfilter)
11106 (spam-bsfilter-register-spam-routine)
11107 (spam-bsfilter-unregister-spam-routine)
11108 (spam-bsfilter-register-ham-routine)
11109 (spam-bsfilter-unregister-ham-routine): New functions.
11110 (spam-generic-score): Support bsfilter; Accept an optional argument
11111 to recalcurate spam score even if scoring header has already been
11112 added.
11113 (spam-bogofilter-score, spam-spamassassin-score): Accept an
11114 optional argument to recalcurate spam score even if scoring header
11115 has already been added.
11116
11117 2004-04-29 Jesper Harder <harder@ifa.au.dk>
11118
11119 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11120 strings! Reported by David D. Smith <davidsmith@acm.org>.
11121 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11122 link is missing.
11123
11124 2004-04-28 Jesper Harder <harder@ifa.au.dk>
11125
11126 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11127 (html2text-get-attr): Rewrite.
11128
11129 * message.el (message-setup-1): Remove redundant put-text-property
11130 on mail-header-separator.
11131
11132 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
11133
11134 * gnus-registry.el (gnus-registry-cache-whitespace)
11135 (gnus-registry-action, gnus-registry-spool-action)
11136 (gnus-registry-split-fancy-with-parent): Change message levels
11137 from 5 to 3 or 7, as needed.
11138
11139 * spam.el (spam-summary-prepare-exit)
11140 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11141 (spam-split, spam-find-spam, spam-log-undo-registration)
11142 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11143 level from 5 to 6.
11144
11145 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11146
11147 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11148 2004-03-04 change).
11149
11150 2004-04-25 Jesper Harder <harder@ifa.au.dk>
11151
11152 * sieve-manage.el (sieve-manage-open):
11153 * nnweb.el (nnweb-insert-html):
11154 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11155 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11156 * nnspool.el (nnspool-request-group):
11157 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11158 * nnml.el (nnml-request-update-info):
11159 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11160 (nnmh-request-create-group, nnmh-update-gnus-unreads):
11161 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11162 (nnimap-request-set-mark):
11163 * nnfolder.el (nnfolder-request-update-info):
11164 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11165 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11166 * gnus-uu.el (gnus-uu-find-articles-matching):
11167 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11168 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11169 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11170 * gnus-nocem.el (gnus-nocem-scan-groups):
11171 * gnus-int.el (gnus-start-news-server):
11172 * gnus-group.el (gnus-group-make-kiboze-group)
11173 (gnus-group-browse-foreign-server):
11174 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11175 Use mapc when appropriate.
11176
11177 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
11178
11179 FIXME: Make separate entries for each person.
11180
11181 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11182 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11183 <shields@msrl.com>:
11184
11185 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11186 may need for spam sorting and scoring.
11187 (spam-user-format-function-S): Add user format function suitable for
11188 general use.
11189 (spam-article-sort-by-spam-status): Add sorting function for summary
11190 sorting.
11191 (spam-extra-header-to-number): Add function to get a score from a
11192 header.
11193 (spam-summary-score): Add function to get a numeric score from the
11194 headers.
11195 (spam-generic-score): Fix function doc, was in wrong place.
11196 (spam-initialize): Take symbols when it's run, and install the
11197 extra headers that spam-necessary-extra-headers thinks we need.
11198
11199 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
11200
11201 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11202 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
11203
11204 2004-04-17 Jesper Harder <harder@ifa.au.dk>
11205
11206 * gnus-sum.el (gnus-set-global-variables)
11207 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11208 (gnus-article-get-xrefs, gnus-summary-best-group)
11209 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11210 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11211 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11212 Use with-current-buffer.
11213
11214 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
11215
11216 * spam.el (spam-summary-prepare-exit): Simplify logic.
11217 (spam-fetch-article-header): Read the article header if it's not
11218 available.
11219 (spam-list-articles): Simplify logic.
11220 (spam-filelist-register-routine): Fix bug with unregister-list.
11221
11222 * gnus-registry.el: Fix comments at beginning.
11223
11224 2004-04-16 Jesper Harder <harder@ifa.au.dk>
11225
11226 * message.el (message-cater-to-broken-inn): Remove.
11227 (message-shorten-references): Make sure the total folded length of
11228 References is shorter than 998 characters to cater to a bug in INN
11229 2.3. Also, don't pretend that references aren't folded -- this
11230 hasn't worked for a while.
11231
11232 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11233
11234 * gnus-agent.el (gnus-agentize):
11235 gnus-agent-send-mail-real-function no longer set to current value
11236 of message-send-mail-function but rather a lambda that calls
11237 message-send-mail-function. The change makes the agent real-time
11238 responsive to user changes to message-send-mail-function.
11239
11240 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11241
11242 * legacy-gnus-agent.el
11243 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11244 help from Florian Weimer <fw@deneb.enyo.de>
11245
11246 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
11247
11248 * nnmail.el (nnmail-cache-insert): Revert last change.
11249
11250 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
11251
11252 * nnmail.el (nnmail-cache-insert): Always check whether
11253 nnmail-cache-ignore-groups matches a group name.
11254
11255 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
11256
11257 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11258 (spam-find-spam, spam-log-processing-to-registry)
11259 (spam-log-registered-p, spam-log-unregistration-needed-p)
11260 (spam-log-undo-registration): Use gnus-message instead of
11261 gnus-error, none of these errors are fatal.
11262
11263 * gnus-registry.el (gnus-registry-clean-empty-function)
11264 (gnus-registry-clean-empty): Remove only empty entries without
11265 extra data.
11266
11267 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
11268
11269 * spam-stat.el (spam-stat-buffer-change-to-spam)
11270 (spam-stat-buffer-change-to-non-spam): Change (error) to
11271 (gnus-message 8) invocation.
11272
11273 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11274
11275 * nntp.el (nntp-via-netcat-command): New variable.
11276 (nntp-via-netcat-switches): New variable.
11277 (nntp-open-via-rlogin-and-netcat): New function.
11278 (nntp-open-connection-function): Doc fix.
11279 (nntp-telnet-command): Doc fix.
11280 (nntp-end-of-line): Doc fix.
11281 (nntp-via-rlogin-command): Doc fix.
11282 (nntp-via-user-name): Doc fix.
11283 (nntp-via-address): Doc fix.
11284
11285 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11286
11287 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11288 error in Emacs 21.1.
11289
11290 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
11291
11292 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11293
11294 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11295 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11296 (gnus-agent-with-refreshed-group): New macro.
11297 (gnus-agent-rename-group): New function.
11298 (gnus-agent-delete-group): New function.
11299 (gnus-agent-save-group-info): Use gnus-command-method when
11300 `method' parameter is nil. Don't write nil entries into the
11301 active file.
11302 (gnus-agent-get-group-info): New function.
11303 (gnus-agent-fetch-articles): Use
11304 gnus-agent-update-files-total-fetched-for to increment disk space
11305 used.
11306 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11307 gnus-agent-update-view-total-fetched-for to increment disk space
11308 used.
11309 (gnus-agent-get-local): Added optional parameters to avoid calling
11310 gnus-group-real-name and gnus-find-method-for-group.
11311 (gnus-agent-set-local): Delete stored entry if either min, or max,
11312 are nil.
11313 (gnus-agent-fetch-session): Reworded error/quit messages. On
11314 quit, use gnus-agent-regenerate-group to record existance of any
11315 articles fetched to disk before the quit occurred.
11316 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11317 gnus-agent-update-view-total-fetched-for, and
11318 gnus-agent-update-files-total-fetched-for to decrement disk space
11319 used.
11320 (gnus-agent-retrieve-headers): Use
11321 gnus-agent-update-view-total-fetched-for to increment disk space
11322 used.
11323 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11324 with gnus-agent-update-files-total-fetched-for to decrement disk
11325 space and fresh group buffer.
11326 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11327 (gnus-agent-need-update-total-fetched-for): New variable.
11328 (gnus-agent-update-files-total-fetched-for): New function.
11329 (gnus-agent-update-view-total-fetched-for): New function.
11330 (gnus-agent-total-fetched-for): New function.
11331
11332 * gnus-cache.el (gnus-cache-save-buffers): Use
11333 gnus-cache-update-overview-total-fetched-for to change disk space
11334 used by this group.
11335 (gnus-cache-possibly-enter-article): Use
11336 gnus-cache-update-file-total-fetched-for to increment disk space
11337 used by this group.
11338 (gnus-cache-possibly-remove-article): Use
11339 gnus-cache-update-file-total-fetched-for to decrement disk space
11340 used by this group.
11341 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11342 (gnus-cache-rename-group): New function.
11343 (gnus-cache-delete-group): New function.
11344 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11345 (gnus-cache-need-update-total-fetched-for): New variable.
11346 (gnus-cache-with-refreshed-group): New macro.
11347 (gnus-cache-update-file-total-fetched-for): New function.
11348 (gnus-cache-update-overview-total-fetched-for): New function.
11349 (gnus-cache-rename-group-total-fetched-for): New function.
11350 (gnus-cache-delete-group-total-fetched-for): New function.
11351 (gnus-cache-total-fetched-for): New function.
11352
11353 * gnus-group.el: Require gnus-sum and autoload functions to
11354 resolve warnings when gnus-group.el compiled alone.
11355 (gnus-group-line-format): Documented new %F
11356 (size of Fetched data) group line format; identifies disk space
11357 used by agent and cache.
11358 (gnus-group-line-format-alist): Defined new F format.
11359 (gnus-total-fetched-for): New function.
11360 (gnus-group-delete-group): No longer update
11361 gnus-cache-active-altered as gnus-request-delete-group now keeps
11362 the cache in sync.
11363 (gnus-group-list-active): Let the agent store a server's active
11364 list if currently plugged.
11365
11366 * gnus-int.el (gnus-request-delete-group):
11367 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11368 local disk in sync with the server.
11369 (gnus-request-rename-group):
11370 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11371 local disk in sync with the server.
11372
11373 * gnus-start.el (gnus-get-unread-articles):
11374 Cosmetic simplification to logic.
11375
11376 * gnus-util.el (gnus-rename-file): New function.
11377
11378 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
11379
11380 * mm-util.el (mm-image-load-path): Handle nil in load-path.
11381
11382 2004-04-07 Jesper Harder <harder@ifa.au.dk>
11383
11384 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11385 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
11386
11387 2004-04-06 Jesper Harder <harder@ifa.au.dk>
11388
11389 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11390 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
11391
11392 2004-04-03 Jesper Harder <harder@ifa.au.dk>
11393
11394 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11395
11396 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
11397
11398 * spam.el (spam-set-difference): Add function to replace
11399 gnus-set-difference in spam.el.
11400 (spam-summary-prepare-exit): Use spam-set-difference.
11401
11402 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11403
11404 * gnus-registry.el (gnus-registry-cache-file): Update to use
11405 gnus-dribble-directory OR gnus-home-directory OR ~.
11406 (gnus-registry-split-fancy-with-parent): Fix doc.
11407
11408 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
11409
11410 * message.el (message-exchange-point-and-mark): Use
11411 message-mark-active-p. Suggested by Jesper Harder
11412 <harder@ifa.au.dk>.
11413
11414 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
11415
11416 * message.el (message-exchange-point-and-mark): Don't activate
11417 region if it was inactive. Suggested by Hiroshi Fujishima
11418 <pooh@nature.tsukuba.ac.jp>.
11419
11420 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
11421
11422 * gnus-art.el (article-display-face): Display Faces in the same
11423 order as X-Faces.
11424
11425 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
11426
11427 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11428
11429 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11430
11431 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11432 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11433 (gnus-article-mime-hierarchy): Remove.
11434 (gnus-article-mime-hierarchy-next): Remove.
11435 (gnus-article-mode): Revert 2004-03-19 change.
11436 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11437 (gnus-insert-mime-button): Revert 2004-03-19 change.
11438 (gnus-mime-accumulate-hierarchy): Remove.
11439 (gnus-mime-enter-multipart): Remove.
11440 (gnus-mime-leave-multipart): Remove.
11441 (gnus-mime-display-part): Revert 2004-03-19 change.
11442 (gnus-mime-display-alternative): Revert 2004-03-19 change.
11443
11444 * mml.el (mml-preview): Revert 2004-03-19 change.
11445
11446 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
11447
11448 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11449
11450 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11451
11452 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11453 t while entering a file name using the mm-with-multibyte macro.
11454 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11455
11456 * mm-util.el (mm-with-multibyte): New macro.
11457
11458 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
11459
11460 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11461 user option.
11462 (gnus-mime-multipart-functions): Doc and customization fix.
11463 (gnus-article-mime-hierarchy): New variable.
11464 (gnus-article-mime-hierarchy-next): New variable.
11465 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11466 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11467 gnus-article-mime-hierarchy-next to nil.
11468 (gnus-insert-mime-button): Show hierarchy numbers.
11469 (gnus-mime-accumulate-hierarchy): New function.
11470 (gnus-mime-enter-multipart): New function.
11471 (gnus-mime-leave-multipart): New function.
11472 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11473 (gnus-mime-display-alternative): Show hierarchy numbers.
11474
11475 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11476 gnus-article-mime-hierarchy-next to nil.
11477
11478 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
11479
11480 * dns.el: Don't require gnus-xmas.
11481
11482 2004-03-17 Jesper Harder <harder@ifa.au.dk>
11483
11484 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11485 inline PGP.
11486 (mml-menu): Disable mml-quote-region if mark is inactive.
11487
11488 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11489
11490 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11491 when the group's active is not available.
11492
11493 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11494
11495 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11496 error.
11497
11498 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
11499
11500 * imap.el (imap-store-password): New variable.
11501 (imap-interactive-login): Use it.
11502 Suggested by Mark Plaksin <happy@mcplaksin.org>.
11503
11504 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11505
11506 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11507 window-start and hscroll to summary window.
11508
11509 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
11510
11511 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11512 conversion message to newsrc-dribble when an actual conversion is
11513 performed.
11514
11515 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
11516
11517 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11518
11519 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11520
11521 * mm-decode.el (mm-complicated-handles): New function reviving
11522 former definition of mm-multiple-handles.
11523
11524 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11525 (gnus-mime-delete-part): Use it.
11526
11527 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
11528
11529 * gnus-agent.el (gnus-agent-read-local): Bind
11530 nnheader-file-coding-system to gnus-agent-file-coding-system to
11531 avoid the implicit assumption that they will always be equal.
11532 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11533 coding-system-for-write, as the with-temp-file macro first prints
11534 to a buffer then saves the buffer.
11535
11536 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
11537
11538 * gnus-art.el (gnus-article-edit-part): New function.
11539 (gnus-mime-save-part-and-strip): Use it; do query instead of
11540 signaling an error; don't use mm-multiple-handles.
11541 (gnus-mime-delete-part): Ditto.
11542
11543 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
11544
11545 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11546 old file versions.
11547 (gnus-group-prepare-hook): Removed function that converted list
11548 form of gnus-agent-expire-days to group properties.
11549
11550 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11551 (gnus-request-accept-article): Re-indented.
11552
11553 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11554 converters to handle old agent file formats. Added logic for a
11555 "backup before upgrading warning".
11556 (gnus-convert-mark-converter-prompt): Developers can mark
11557 functions as needing (default), or not needing,
11558 gnus-convert-old-newsrc's "backup before upgrading warning".
11559 (gnus-convert-converter-needs-prompt): Tests whether the user
11560 should be protected from potentially irreversable changes by the
11561 function.
11562
11563 * legacy-gnus-agent.el: New. Provides converters that are only
11564 loaded when gnus-convert-old-newsrc needs to call them.
11565
11566 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11567
11568 * mail-source.el (mail-source-touch-pop): Doc fix.
11569
11570 * message.el (message-smtpmail-send-it): Doc fix.
11571
11572 2004-03-05 Jesper Harder <harder@ifa.au.dk>
11573
11574 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11575
11576 * nnmail.el (nnmail-split-fancy): do.
11577
11578 * gnus-kill.el (gnus-kill, gnus-execute): do.
11579
11580 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11581
11582 * gnus-sum.el (gnus-widget-reversible-match)
11583 (gnus-widget-reversible-to-internal)
11584 (gnus-widget-reversible-to-external): New functions.
11585 (gnus-widget-reversible): New widget.
11586 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11587
11588 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
11589
11590 * gnus-sum.el (gnus-thread-sort-functions)
11591 (gnus-article-sort-functions): Document `(not F)' items.
11592
11593 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11594
11595 * spam.el (spam-use-gmane-xref): Add new backend.
11596 (spam-gmane-xref-spam-group): Add variable to control the name of the
11597 Gmane spam group.
11598 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11599 (spam-regex-headers-spam, spam-regex-headers-ham)
11600 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11601 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11602 backends and checks.
11603 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11604
11605 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11606 an autodetect method.
11607
11608 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11609
11610 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11611 articles are being added to a group.
11612 (gnus-request-replace-article): Inform the agent that articles
11613 need to be uncached as the cached contents are no longer valid.
11614
11615 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11616
11617 * binhex.el: Don't autoload executable-find.
11618
11619 * canlock.el: Don't autoload mail-fetch-field.
11620
11621 * gnus-ems.el: Don't autoload appt-select-lowest-window.
11622
11623 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11624 rmail-dont-reply-to and rmail-output.
11625
11626 * gnus-score.el: Don't autoload ffap-string-at-point.
11627
11628 * gnus-setup.el: Don't autoload sc-cite-original.
11629
11630 * imap.el: Don't autoload base64-decode-string,
11631 base64-encode-string and md5.
11632
11633 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11634 and rmail-msg-restore-non-pruned-header.
11635
11636 * mm-decode.el: Don't autoload executable-find.
11637
11638 * mm-url.el: Don't autoload executable-find.
11639
11640 * mm-view.el: Don't autoload diff-mode.
11641
11642 * nndb.el: Don't autoload news-reply-mode, news-setup,
11643 cancel-timer and telnet.
11644
11645 * password.el: Don't autoload run-at-time for Emacs.
11646
11647 * sha1-el.el: Don't autoload executable-find.
11648
11649 * sieve-mode.el: Don't autoload c-mode.
11650
11651 * uudecode.el: Don't autoload executable-find.
11652
11653 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11654
11655 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11656 (gnus-agent-possibly-alter-active): Avoid null in numeric
11657 comparison.
11658 (gnus-agent-set-local): Refuse to save null in local object table.
11659 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11660 list of articles that will be marked as unread.
11661
11662 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11663
11664 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11665
11666 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11667
11668 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11669 language tags.
11670
11671 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
11672
11673 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11674 Don't bind "obarray".
11675
11676 * gnus-sum.el (gnus-thread-sort-functions): Added
11677 `gnus-thread-sort-by-most-recent-number' and
11678 `gnus-thread-sort-by-most-recent-date'.
11679 Reported by Kai Grossjohann <kai@emptydomain.de>.
11680
11681 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11682
11683 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11684
11685 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
11686
11687 * gnus-cus.el (gnus-agent-customize-category): Removed
11688 ignore-errors macro reference that required cl to be loaded at
11689 run-time.
11690
11691 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11692 single-interval range of the form (min . max). Previously the
11693 range had to look like ((min . max)). Likewise, return
11694 (min . max) rather than ((min . max)).
11695 (gnus-range-map): Use gnus-range-normalize to accept
11696 single-interval range.
11697
11698 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11699 the cache, but not the agent, now appear with their usual face.
11700
11701 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
11702
11703 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11704 w3m-safe-url-regexp variable buffer-local.
11705
11706 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11707
11708 2004-02-27 Simon Josefsson <jas@extundo.com>
11709
11710 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11711 gnus-group-real-prefix.
11712 (gnus-summary-move-article): Use it, instead of
11713 gnus-group-real-prefix.
11714
11715 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11716
11717 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11718 w3m-safe-url-regexp variable buffer-local and set it as the value
11719 of mm-w3m-safe-url-regexp.
11720
11721 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11722
11723 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11724 parsing gnus-posting-styles when the message is not for replying.
11725
11726 * nnrss.el (nnrss-opml-export): Use
11727 mm-set-buffer-file-coding-system instead of
11728 set-buffer-file-coding-system.
11729
11730 2004-02-27 Jesper Harder <harder@ifa.au.dk>
11731
11732 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11733 of checkdoc.el).
11734 * nnrss.el: do.
11735 * gnus-mlspl.el: do.
11736 * gnus-ml.el: do.
11737 * gnus-srvr.el: do.
11738
11739 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11740
11741 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
11742
11743 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11744 Corrections to custom-manual links.
11745
11746 * gnus-art.el (gnus-article): Ditto.
11747
11748 * mm-decode.el (mime-display, mime-security): Ditto.
11749
11750 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11751
11752 * flow-fill.el: Typo.
11753
11754 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
11755
11756 * spam-wash.el: New file.
11757
11758 2004-02-26 Mark A. Hershberger <mah@everybody.org>
11759
11760 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11761
11762 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11763
11764 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11765 to be run with new-articles as LIST1, not LIST2.
11766 (spam-registration-functions): Add spam-use-ham-copy as a nil
11767 registration backend.
11768
11769 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11770
11771 * spam-stat.el (spam-stat-washing-hook): New option.
11772 (spam-stat-buffer-words): Use it.
11773 (spam-stat-process-directory, spam-stat-test-directory): Use
11774 insert-file-contents-literally.
11775 (spam-stat-coding-system): New variable.
11776 (spam-stat-load, spam-stat-save): Use it.
11777
11778 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11779
11780 * spam-report.el (spam-report-plug-agent): Quote
11781 spam-report-url-to-file and spam-report-url-ping-plain.
11782
11783 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
11784
11785 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11786 / in mailto URLs.
11787
11788 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11789
11790 * spam-report.el (spam-report-process-queue): Fix interactive use.
11791 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11792 (spam-report-unplug-agent): Doc fixes.
11793 (spam-report-url-ping-mm-url, spam-report-url-to-file)
11794 (spam-report-agentize, spam-report-deagentize): Autoload
11795
11796 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
11797
11798 * message.el (message-setup-fill-variables): Add mml tags to
11799 paragraph-start and paragraph-separate. Suggested by Andrew Korty
11800 <ajk@iu.edu>.
11801 (message-mode): Don't modify paragraph-separate there.
11802
11803 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11804
11805 * compface.el (uncompface-use-external): Default to undecided.
11806 (uncompface-use-external-threshold): New variable.
11807 (uncompface-float-time): New macro.
11808 (uncompface): Determine whether to use the external decoder if
11809 uncompface-use-external is undecided.
11810
11811 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11812
11813 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11814 after images.
11815
11816 * gnus-art.el (gnus-mime-display-single): Remove dead code.
11817
11818 2004-02-14 Jesper Harder <harder@ifa.au.dk>
11819
11820 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11821
11822 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
11823
11824 * gnus-sum.el (gnus-summary-limit-to-age)
11825 (gnus-summary-limit-children): do.
11826
11827 * gnus-int.el (gnus-request-scan): do.
11828
11829 * gnus-group.el (gnus-group-suspend): do.
11830
11831 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
11832
11833 * gnus-cite.el (gnus-cite-parse-attributions): do.
11834
11835 * gnus-agent.el (gnus-summary-set-agent-mark)
11836 (gnus-agent-regenerate-group): do.
11837
11838 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
11839
11840 * binhex.el (binhex-decode-region-internal): do.
11841
11842 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
11843
11844 * gnus-fun.el (gnus-face-properties-alist): New user option.
11845 (gnus-display-x-face-in-from): Use it.
11846
11847 * gnus-art.el (article-display-face): Ditto.
11848
11849 * compface.el (uncompface-use-external): Default to nil.
11850
11851 2004-02-12 Jesper Harder <harder@ifa.au.dk>
11852
11853 * nntp.el (nntp-erase-buffer): New function.
11854 (nntp-retrieve-data, nntp-send-command)
11855 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
11856 (nntp-possibly-change-group): Use it.
11857
11858 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
11859 with-current-buffer.
11860
11861 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
11862
11863 * compface.el: Merge the ELisp-based uncompface program.
11864 (compface): New customization group.
11865 (uncompface-use-external): New user option.
11866 (uncompface): Call uncompface-internal if uncompface-use-external
11867 is nil.
11868 (uncompface-internal): New function. Note that there are also
11869 some other functions and variables added for this function.
11870
11871 2004-02-10 Jesper Harder <harder@ifa.au.dk>
11872
11873 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
11874 if necessary.
11875
11876 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
11877
11878 * spam-report.el (spam-report-unplug-agent)
11879 (spam-report-plug-agent, spam-report-deagentize)
11880 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
11881 Add support for the Agent in spam-report: when unplugged, report to a
11882 file; when plugged, submit all the requests.
11883
11884 * spam.el (spam-register-routine): Fix message about
11885 registration.
11886
11887 2004-02-09 Jesper Harder <harder@ifa.au.dk>
11888
11889 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
11890 dependencies.
11891 (rfc2047-encode): Use it.
11892
11893 * gnus-art.el (gnus-button-marker-list): Move before first
11894 reference.
11895
11896 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11897 (imap-parse-body): Fix format string mismatch.
11898
11899 * gnus-score.el (gnus-summary-increase-score): do.
11900
11901 * nnrss.el (nnrss-close): New function.
11902
11903 2004-02-08 Jesper Harder <harder@ifa.au.dk>
11904
11905 * nnrss.el (nnrss-make-filename): New function.
11906 (nnrss-request-delete-group, nnrss-read-server-data)
11907 (nnrss-save-server-data, nnrss-read-group-data)
11908 (nnrss-save-group-data): Use it.
11909 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
11910 (nnrss-read-server-data, nnrss-read-group-data): Use load.
11911 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
11912
11913 2004-02-07 Jesper Harder <harder@ifa.au.dk>
11914
11915 * mml.el (mml-compute-boundary-1): Don't uncompress files.
11916
11917 2004-02-06 Jesper Harder <harder@ifa.au.dk>
11918
11919 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11920 files.
11921
11922 * message.el (message-generate-headers-first): Don't quote nil
11923 and t in docstrings.
11924
11925 * imap.el (imap-id): do.
11926
11927 * gnus-agent.el (gnus-agent-consider-all-articles)
11928 (gnus-agent-queue-mail): do.
11929
11930 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
11931
11932 * spam-report.el (spam-report-process-queue): New function.
11933 Process requests from `spam-report-requests-file'.
11934 (spam-report-process-queue): Doc fix.
11935
11936 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
11937
11938 * spam.el (spam-register-routine)
11939 (spam-log-processing-to-registry, spam-log-registered-p)
11940 (spam-log-unregistration-needed-p, spam-log-undo-registration):
11941 Change "check" to "spam-check" for semi-clarity.
11942
11943 2004-02-05 Jesper Harder <harder@ifa.au.dk>
11944
11945 * pop3.el: Require nnheader.
11946
11947 * mml-smime.el: Require cl. Autoload message-fetch-field.
11948
11949 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
11950
11951 * gnus-picon.el: Require cl.
11952
11953 * gnus-fun.el: Require gnus-ems and gnus-util.
11954
11955 * gnus.el (gnus-method-to-server): Move defsubst before first use.
11956
11957 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
11958
11959 * gnus-art.el (gnus-article-edit-mode): Define before first
11960 reference.
11961
11962 2004-02-04 Jesper Harder <harder@ifa.au.dk>
11963
11964 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
11965 (gnus-uu-post-encoded): Use point-at-bol.
11966
11967 * gnus-topic.el (gnus-group-active-topic-p): do.
11968
11969 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
11970
11971 * gnus-group.el (gnus-group-kill-region): do.
11972
11973 * gnus-art.el (article-date-ut): do.
11974
11975 * message.el (message-fetch-field): Remove redundant
11976 case-fold-search binding.
11977 (message-narrow-to-field): Simplify.
11978
11979 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
11980
11981 * spam.el (spam-directory): Derive from `gnus-directory'.
11982
11983 * spam-report.el (spam-report-url-to-file)
11984 (spam-report-requests-file): New function and variable for offline
11985 reporting.
11986 (spam-report-url-ping-function): Add `spam-report-url-to-file'
11987 and user defined function.
11988 (spam-report-url-ping-mm-url): Remove doubled slash.
11989
11990 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
11991
11992 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
11993
11994 2004-02-03 Jesper Harder <harder@ifa.au.dk>
11995
11996 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
11997 format string mismatch.
11998
11999 * sieve.el (sieve-deactivate-all): do.
12000
12001 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12002
12003 * nnlistserv.el (nnlistserv-kk-wash-article): do.
12004
12005 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12006
12007 * mm-bodies.el (mm-7bit-chars): Don't include \r.
12008
12009 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
12010
12011 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12012 the list of checks.
12013
12014 2004-01-31 Jesper Harder <harder@ifa.au.dk>
12015
12016 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12017 padding.
12018
12019 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
12020
12021 * mm-view.el (mm-fill-flowed): New variable.
12022 (mm-inline-text): Use it.
12023
12024 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
12025
12026 * spam.el (spam-spamassassin-register-ham-routine)
12027 (spam-spamassassin-register-spam-routine): Fix function names.
12028
12029 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
12030
12031 * gnus.el (gnus-tmp-grouplens): Remove.
12032 (gnus-summary-line-format): Remove grouplens.
12033
12034 * gnus-group.el (gnus-group-line-format): Ditto.
12035
12036 * gnus-spec.el (gnus-format-specs): Ditto.
12037 (gnus-update-format-specifications): Flush the group format spec
12038 cache if there's the grouplens stuff.
12039 (gnus-parse-simple-format): Replace %l with the empty string.
12040
12041 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
12042
12043 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12044 omission.
12045
12046 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
12047
12048 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12049 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12050
12051 2004-01-25 Paul Jarc <prj@po.cwru.edu>
12052
12053 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12054 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12055 New macros and functions.
12056 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12057 Handle > NLINK_MAX messages.
12058 * nnmaildir.el (nnmaildir-request-set-mark): Use
12059 nnmaildir--emlink-p and nnmaildir--eexist-p.
12060
12061 2004-01-25 Alex Schroeder <alex@gnu.org>
12062
12063 * spam-stat.el (spam-stat-process-directory-age): New option.
12064 (spam-stat-process-directory): Use it.
12065
12066 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
12067
12068 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12069 (spam-stat-save): Accept prefix argument.
12070
12071 2004-01-23 Paul Jarc <prj@po.cwru.edu>
12072
12073 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12074 links" error.
12075
12076 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12077
12078 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12079 compatibility with old .newsrc.eld files.
12080
12081 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12082
12083 * gnus-start.el (gnus-1): do.
12084
12085 * gnus-group.el (gnus-group-line-format-alist): do.
12086
12087 * gnus.el (gnus-use-grouplens, gnus-visual): do.
12088
12089 * gnus-gl.el: Remove.
12090
12091 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
12092
12093 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12094 marks consisting of a single range {for example, (3 . 5)} rather
12095 than a list of a single range { ((3 . 5)) }.
12096
12097 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12098
12099 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12100 with-current-buffer.
12101 (spam-stat-store-current-buffer): Use insert-buffer-substring to
12102 avoid consing a string.
12103
12104 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12105 Remove obsolete entries for big5 and gb2312.
12106
12107 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
12108
12109 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12110 uncompressed list.
12111
12112 2004-01-22 Jesper Harder <harder@ifa.au.dk>
12113
12114 * spam-stat.el (spam-stat-strip-xref): New function.
12115 (spam-stat-process-directory): Use it.
12116
12117 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12118 here -- it's done in message-fetch-field.
12119
12120 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
12121
12122 * gnus-agent.el (gnus-agent-queue-mail)
12123 (gnus-agent-prompt-send-queue): New variables.
12124 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12125 * gnus-draft.el (gnus-group-send-queue): Pass the group name
12126 "nndraft:queue" along to gnus-draft-send. Use
12127 gnus-agent-prompt-send-queue.
12128 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12129 is "nndraft:queue". Suggested by Gaute Strokkenes
12130 <gs234@srcf.ucam.org>
12131
12132 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12133 (agent-enable-undownloaded-faces): Added
12134 (gnus-agent-cat-groups): Use eval-and-compile, not
12135 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12136 method of gnus-agent-cat-groups even when the buffer has been
12137 evaled.
12138 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12139 delete gnus-agent-save-active-1.
12140 (gnus-agent-save-groups): Deleted. Identical to
12141 gnus-agent-save-active.
12142 (gnus-agent-write-active): No longer adjust agent's copy of active
12143 file as agent's adjustments are now stored in their own
12144 file. Removed optional parameter.
12145 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12146 servers. Add use of min/max range limits from server's local
12147 file.
12148 (gnus-agent-save-alist): Removed unused optional argument.
12149 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12150 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12151 (gnus-agent-set-local): A per-server file that keeps min/max range
12152 limits for articles known to the agent. Provides a fast mechanism
12153 for altering many active ranges.
12154 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12155 active file (local makes it unnecessary).
12156 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12157
12158 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12159 (agent-enable-undownloaded-faces): Added
12160
12161 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12162 disable it when sending to "nndraft:queue".
12163 (gnus-group-send-queue): Add safety check to avoid sending queue
12164 when unplugged.
12165
12166 * gnus-group.el (gnus-group-catchup): Use new
12167 gnus-sequence-of-unread-articles, not
12168 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12169 numbers of articles. Use gnus-range-map to avoid having to
12170 uncompress the unread list.
12171 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12172 Fixed invalid ange-ftp reference.
12173
12174 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12175 (gnus-sorted-range-intersection): Intersection of two ranges
12176 without requiring that they first be uncompressed.
12177
12178 * gnus-start.el (gnus-activate-group): Unless blocked by the
12179 caller, possibly expand the active range to include both cached
12180 and agentized articles.
12181 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12182 multiple version-dependent converters.
12183 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12184 gnus-agent-save-active.
12185 (gnus-save-newsrc-file): Save dirty agent range limits.
12186
12187 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12188 gnus-agent-possibly-alter-active.
12189 (gnus-adjust-marked-articles): Faster handling of simple lists
12190
12191 2004-01-21 Jesper Harder <harder@ifa.au.dk>
12192
12193 * spam-stat.el (spam-stat-test-directory): New optional argument
12194 displays a list of files detected. Suggested by Andrew Cohen
12195 <cohen@andy.bu.edu>.
12196 (spam-stat-buffer-words-with-scores): Don't narrow and change
12197 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12198
12199 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
12200
12201 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12202 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12203 (spam-spamassassin-arguments)
12204 (spam-spamassassin-spam-flag-header)
12205 (spam-spamassassin-positive-spam-flag-header)
12206 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12207 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12208 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12209 (spam-list-of-processors, spam-list-of-checks)
12210 (spam-list-of-statistical-checks, spam-registration-functions)
12211 (spam-check-spamassassin-headers, spam-check-spamassassin)
12212 (spam-spamassassin-score)
12213 (spam-spamassassin-register-with-sa-learn)
12214 (spam-spamassassin-register-spam-routine)
12215 (spam-spamassassin-register-ham-routine)
12216 (spam-assassin-register-spam-routine)
12217 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12218 (spam-bogofilter-score): Fix to show article before scoring.
12219
12220 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12221
12222 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12223 default scoring function.
12224 (spam-generic-score): Call spam-spamassassin-score if
12225 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12226 spam-bogofilter-score otherwise.
12227
12228 * gnus.el (spam-process, spam-autodetect-methods): Add
12229 spamassassin and spamassassin-headers.
12230
12231 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12232
12233 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12234 Suppress unnecessary messages.
12235
12236 2004-01-20 Jesper Harder <harder@ifa.au.dk>
12237
12238 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12239 make-hash-table.
12240
12241 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12242
12243 * canlock.el (base64-encode-string): Don't autoload it.
12244
12245 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12246
12247 * run-at-time.el: Remove useless (require 'itimer),
12248 eval-and-compile and (featurep 'xemacs).
12249
12250 2004-01-16 Jesper Harder <harder@ifa.au.dk>
12251
12252 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12253 GROUP is a virtual group.
12254
12255 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
12256
12257 * gnus.el: Autoload `message-y-or-n-p'.
12258
12259 2004-01-15 Jesper Harder <harder@ifa.au.dk>
12260
12261 * pgg-parse.el: Remove unnecessary (require 'custom).
12262
12263 * pgg-def.el: do.
12264
12265 * nnmail.el: do.
12266
12267 * gnus-undo.el: do.
12268
12269 * gnus-picon.el: do.
12270
12271 * gnus-util.el: do.
12272
12273 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
12274
12275 * gnus-sum.el (gnus-pick-line-number): Add autoload.
12276
12277 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
12278
12279 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12280 handle, as well as a list.
12281
12282 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12283 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12284 (mm-w3m-cid-retrieve): Simplify.
12285
12286 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
12287
12288 * message.el (message-kill-to-signature): Allow prefix arg to
12289 specify number of lines to keep before signature.
12290
12291 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
12292
12293 (message-kill-to-signature): Change docstring.
12294
12295 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12296
12297 * canlock.el: Always require sha1-el.
12298 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12299
12300 * message.el: Autoload sha1 only when compiling.
12301
12302 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12303
12304 * message.el (message-canlock-generate): Require sha1-el.
12305
12306 2004-01-13 Jesper Harder <harder@ifa.au.dk>
12307
12308 * message.el (message-expand-name): Silence the byte compiler.
12309
12310 2004-01-13 Simon Josefsson <jas@extundo.com>
12311
12312 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12313 Invoke gnus-score-mode. Reported by
12314 bojohan+news@dd.chalmers.se (Johan Bockgård).
12315
12316 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12317 Jim Blandy <jimb@redhat.com> (tiny change).
12318
12319 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12320
12321 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12322
12323 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
12324
12325 * spam.el (spam-get-article-as-string): Update to use
12326 gnus-request-article-this-buffer, much simpler.
12327 (spam-get-article-as-buffer): Remove.
12328
12329 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
12330
12331 * message.el (message-expand-name): Use EUDC if the user uses that.
12332
12333 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12334
12335 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12336 character for the encoding to avoid consing a string.
12337
12338 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12339 unnecessarily.
12340
12341 * mm-util.el (mm-replace-chars-in-string): Remove.
12342
12343 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12344 of mm-replace-chars-in-string.
12345
12346 2004-01-11 Jesper Harder <harder@ifa.au.dk>
12347
12348 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12349
12350 * mm-util.el (mm-subst-char-in-string): Support inplace.
12351
12352 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12353 a new string in every iteration. Use shy groups.
12354
12355 2004-01-10 Jesper Harder <harder@ifa.au.dk>
12356
12357 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12358 * gnus-soup.el (gnus-soup-group-brew):
12359 * gnus-msg.el (gnus-put-message):
12360 * gnus-move.el (gnus-group-move-group-to-server):
12361 * gnus-kill.el (gnus-batch-score):
12362 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12363 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12364 (gnus-group-update-group, gnus-group-read-group)
12365 (gnus-group-make-group, gnus-group-make-help-group)
12366 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12367 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12368 (gnus-group-sort-by-unread, gnus-group-catchup)
12369 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12370 (gnus-group-yank-group, gnus-group-set-info)
12371 (gnus-group-list-groups):
12372 * gnus.el (gnus-generate-new-group-name):
12373 * gnus-delay.el (gnus-delay-send-queue):
12374 * nnvirtual.el (nnvirtual-catchup-group):
12375 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12376 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12377 (gnus-group-prepare-topics, gnus-topic-check-topology):
12378 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12379 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12380 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12381 (gnus-group-make-articles-read):
12382 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12383 (gnus-group-change-level, gnus-kill-newsgroup)
12384 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12385 (gnus-get-unread-articles, gnus-make-articles-unread)
12386 (gnus-make-ascending-articles-unread): Use accessor
12387 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12388 to get group information for improved readability.
12389
12390
12391 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12392
12393 * gnus-art.el (article-decode-mime-words, article-babel)
12394 (gnus-article-highlight-signature, gnus-article-add-buttons)
12395 (gnus-signature-toggle): Use gnus-with-article-buffer.
12396
12397 * gnus-art.el (gnus-article-highlight-headers)
12398 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12399
12400 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12401 (gnus-article-set-globals, gnus-request-article-this-buffer)
12402 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12403 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12404 (gnus-mime-display-alternative): Use with-current-buffer.
12405
12406 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12407
12408 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12409 also under 80 char limit, and call gnus-error if needed.
12410 (spam-fetch-article-header): Fix - it was a
12411 buffer-local variable (gnus-newsgroup-data).
12412 (spam-find-spam): Use spam-generate-fake-headers, forget about
12413 spam-insert-fake-headers.
12414 (spam-insert-fake-headers): Remove.
12415
12416 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12417
12418 * deuglify.el (gnus-article-outlook-unwrap-lines)
12419 (gnus-outlook-rearrange-article)
12420 (gnus-outlook-repair-attribution-outlook)
12421 (gnus-outlook-repair-attribution-block)
12422 (gnus-outlook-repair-attribution-other): Remove redundant
12423 save-excursion.
12424
12425 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12426
12427 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12428 (spam-fetch-field-subject-fast)
12429 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12430 (spam-fetch-article-header): Add functions to deal with Gnus
12431 internals for fast retrieval of article header data.
12432 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12433
12434 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12435
12436 * pop3.el (pop3-md5): Remove.
12437 (pop3-apop): Replace pop3-md5 with md5.
12438
12439 * mm-bodies.el: base64 is always built-in.
12440
12441 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12442 with-current-buffer.
12443
12444 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12445
12446 * canlock.el (canlock-insert-header): Remove excessive grouping in
12447 regexp.
12448
12449 * gnus-sum.el (gnus-summary-read-document): Ditto.
12450
12451 * gnus-uu.el (gnus-uu-part-number): Ditto.
12452
12453 * html2text.el (html2text-remove-tags): Ditto.
12454 (html2text-format-tags): Ditto.
12455 (html2text-format-single-elements): Ditto.
12456
12457 * mml.el (mml-parse-1): Ditto.
12458
12459 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12460
12461 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12462
12463 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12464
12465 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12466
12467 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12468
12469 2003-11-15 Simon Josefsson <jas@extundo.com>
12470
12471 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12472 (pgg-gpg-lookup-key): Use regexp match instead of
12473 split-string (split-string is different between emacs 21.2 and
12474 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12475
12476 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12477
12478 * gnus-art.el (gnus-mime-view-all-parts)
12479 (gnus-article-part-wrapper, gnus-article-view-part): Use
12480 with-current-buffer.
12481
12482 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12483
12484 * spam.el (spam-disable-spam-split-during-ham-respool)
12485 (spam-spamoracle-database, spam-cache-lookups)
12486 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12487 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12488 (spam-group-ham-marks, spam-group-spam-marks)
12489 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12490 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12491 also add spam-use-blackholes to the statistical checks.
12492 (spam-fetch-field-fast): Add interface to fetching fields, may
12493 become a macro.
12494 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12495 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12496 (spam-insert-fake-headers): Fake an article when needed.
12497 (spam-find-spam): Fake article when possible.
12498 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12499 (spam-check-bogofilter-headers): Use message-fetch-field instead
12500 of nnmail-fetch-field.
12501
12502 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12503
12504 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12505
12506 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12507
12508 * spam.el (spam-split): Do not require spam-use-CHECK to be
12509 enabled if that check is passed to spam-split explicitly; also
12510 fix so 'spam doesn't get converted to spam-split-group when
12511 spam-split-symbolic-return is t.
12512 (spam-find-spam): Find registrations of the article and use those
12513 instead of re-running spam-split to find the spam/ham
12514 classification of the article.
12515 (spam-log-processing-to-registry, spam-log-registered-p)
12516 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12517 Use gnus-error instead of gnus-message.
12518 (spam-log-registration-type): Add function to determine the
12519 classification of a message based on registry entries; will
12520 return nil if both 'spam and 'ham are found.
12521 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12522 a reasonably fast local cache without the loading errors.
12523 (spam-cache-lookups): Set to t by default.
12524 (spam-find-spam): Don't try to guess spam-cache-lookups.
12525 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12526 spam-caches entry.
12527 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12528 caching of whitelist/blacklist entries.
12529 (spam-check-whitelist, spam-check-blacklist): Invoke
12530 spam-from-listed-p with a type, not a cache variable.
12531 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12532
12533 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12534
12535 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12536
12537 * nnmail.el (nnmail-split-fancy): do.
12538
12539 * mml.el (mml-parse): do.
12540
12541 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12542 (gnus-score-adaptive): do.
12543
12544 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12545
12546 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12547 (gnus-mime-button-map): Don't set keymap parent.
12548 (gnus-button-ctan-directory-regexp): Use shy grouping.
12549 (gnus-prev-page-map): Don't set keymap parent.
12550 (gnus-prev-page-map): Remove duplicated one.
12551 (gnus-next-page-map): Don't set keymap parent.
12552 (gnus-mime-security-button-map): Ditto.
12553
12554 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12555 version number.
12556
12557 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12558
12559 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12560
12561 * canlock.el (canlock-sha1-function): Remove.
12562 (canlock-sha1-function-for-verify): Remove.
12563 (canlock-openssl-program): Remove.
12564 (canlock-openssl-args): Remove.
12565 (canlock-ignore-errors): Remove.
12566 (canlock-sha1-with-openssl): Remove.
12567 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12568 (canlock-verify): Don't use canlock-ignore-errors.
12569
12570 * sha1-el.el (sha1-string-external): Make it can return a string
12571 in binary form.
12572 (sha1-region-external): Ditto.
12573 (sha1-string-internal): Ditto.
12574 (sha1-region-internal): Ditto.
12575 (sha1-region): Ditto.
12576 (sha1-string): Ditto.
12577 (sha1): Ditto.
12578
12579 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12580
12581 * spam.el (spam-report-articles-gmane): New command.
12582
12583 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12584
12585 * gnus.el: Don't make unnecessary *Group* buffer when loading.
12586
12587 * run-at-time.el (run-at-time-saved): Remove.
12588 (run-at-time): Doc fix.
12589
12590 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12591
12592 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12593 (gnus-summary-limit-map): Add it.
12594 (gnus-summary-make-menu-bar): do.
12595
12596 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
12597
12598 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12599 Make attempt at some caching support (done for BBDB only now).
12600 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12601 addresses to be checked.
12602 (spam-clear-cache-BBDB): Add function, to be invoked by
12603 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12604 (spam-check-BBDB): Check and use the caches, if
12605 spam-cache-lookups is on, remove superfluous (provide).
12606
12607 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12608
12609 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12610
12611 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
12612
12613 * run-at-time.el (run-at-time-saved): Move to after the definition
12614 of `run-at-time'.
12615
12616 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12617
12618 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12619 mm-w3m-local-map-property.
12620
12621 * mm-view.el (mm-w3m-mode-map): Remove.
12622 (mm-w3m-local-map-property): Remove.
12623 (mm-inline-text-html-render-with-w3m): Don't use
12624 mm-w3m-local-map-property.
12625
12626 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12627
12628 * run-at-time.el: New file.
12629
12630 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12631 of gnus-set-text-properties.
12632
12633 * gnus-uu.el (gnus-uu-save-article): Ditto.
12634
12635 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12636
12637 * gnus-cite.el (gnus-cite-parse): Ditto.
12638
12639 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12640 of gnus-.
12641
12642 * gnus.el: Changed calls to nnheader-run-at-time and
12643 password-run-at-time throughout to use run-at-time directly.
12644
12645 * password.el: Removed definition of run-at-time.
12646
12647 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
12648
12649 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12650 in prompt.
12651
12652 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12653
12654 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12655 XEmacs version.
12656
12657 * dns.el (dns-make-network-process): Use `open-network-stream'
12658 instead of `gnus-xmas-open-network-stream'.
12659
12660 * .cvsignore: Add auto-autoloads.el, custom-load.el.
12661
12662 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12663
12664 * gnus-art.el (gnus-mime-display-alternative)
12665 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12666 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12667 Don't use gnus-local-map-property.
12668
12669 * gnus-util.el (gnus-local-map-property): Remove.
12670
12671 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12672 gnus-completing-read-maybe-default with completing-read.
12673
12674 * gnus-util.el (gnus-completing-read): do.
12675 (gnus-completing-read-maybe-default): Remove.
12676
12677 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12678
12679 * password.el: Only autoload `run-at-time' if not XEmacs.
12680 Only autoload the itimer functions if XEmacs.
12681
12682 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12683
12684 * gnus-art.el (gnus-read-string): Remove.
12685 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12686 read-string.
12687
12688 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
12689
12690 * netrc.el: Autoload password-read.
12691 (netrc): Add configuration group.
12692 (netrc-encoding-method, netrc-openssl-path): Add
12693 variables for encoding and decoding of files with symmetric
12694 ciphers.
12695 (netrc-encode): Add assistant function to encode a file with
12696 netrc-encoding-method.
12697 (netrc-parse): Add interactive parameter, added optional
12698 decoding if netrc-encoding-method is non-nil but otherwise
12699 behavior is standard.
12700 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12701 Do s/encode/encrypt/ everywhere.
12702
12703 * spam.el: Remove executable-find autoload.
12704
12705 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12706
12707 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12708
12709 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12710
12711 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12712
12713 * gnus-art.el (gnus-treat-ansi-sequences,
12714 (article-treat-ansi-sequences): New variable and function.
12715 Suggested by Dan Jacobson <jidanni@jidanni.org>.
12716
12717 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12718 Use it.
12719
12720 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12721
12722 * mm-util.el (mm-quote-arg): Remove.
12723
12724 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12725 shell-quote-argument.
12726
12727 * gnus-uu.el (gnus-uu-command): do.
12728
12729 * gnus-sum.el (gnus-summary-insert-pseudos): do.
12730
12731 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12732 with make-char.
12733
12734 * mm-util.el (mm-make-char): Remove.
12735
12736 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12737 add-minor-mode.
12738
12739 * gnus-undo.el (gnus-undo-mode): do.
12740
12741 * gnus-topic.el (gnus-topic-mode): do.
12742
12743 * gnus-sum.el (gnus-dead-summary-mode): do.
12744
12745 * gnus-start.el (gnus-slave-mode): do.
12746
12747 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12748
12749 * gnus-ml.el (gnus-mailing-list-mode): do.
12750
12751 * gnus-gl.el (gnus-grouplens-mode): do.
12752
12753 * gnus-draft.el (gnus-draft-mode): do.
12754
12755 * gnus-dired.el (gnus-dired-mode): do.
12756
12757 * gnus-ems.el (gnus-add-minor-mode): Remove.
12758
12759 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12760 Replace gnus-char-width with char-width.
12761
12762 * gnus-ems.el (gnus-char-width): Remove.
12763
12764 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12765 Replace gnus-char-width with char-width.
12766
12767 * gnus-ems.el (gnus-char-width): Remove.
12768
12769 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12770 definition.
12771 Remove Emacs 20 hash table compatibility code.
12772
12773 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12774 20 compatibility code.
12775
12776 * spam.el (spam-point-at-eol): Replace with point-at-eol.
12777
12778 * smime.el (smime-point-at-eol): Replace with point-at-eol.
12779
12780 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12781 with point-at-{eol,bol}.
12782
12783 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12784
12785 * imap.el (imap-point-at-eol): Replace with point-at-eol.
12786
12787 * flow-fill.el (fill-flowed-point-at-bol)
12788 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12789
12790 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12791 Replace with point-at-{eol,bol} throughout all files.
12792
12793 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12794
12795 * ntlm.el (ntlm-string-as-unibyte): New macro.
12796 (ntlm-build-auth-response): Use it.
12797
12798 Remove Emacs 20 stuff:
12799 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12800 of delq and copy-sequence.
12801 * gnus-art.el (popup-menu): Remove the compiler macro.
12802 * nnmail.el (nnmail-split-fancy): Don't support customizing with
12803 Emacs 20.
12804
12805 2004-01-05 Simon Josefsson <jas@extundo.com>
12806
12807 * ntlm.el: Fix namespace. Change smb-passwd-hash into
12808 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12809 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12810 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12811 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12812 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12813 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12814 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12815 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12816 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12817 ntlm-string-permute, string-lshift into ntlm-string-lshift,
12818 string-xor into ntlm-string-xor. Suggested by
12819 Jesper Harder <harder@myrealbox.com>.
12820
12821 * ntlm.el: Don't include poem.
12822
12823 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
12824 Jesper Harder <harder@myrealbox.com>.
12825
12826 * sasl-ntlm.el, ntlm.el, md4.el: New files.
12827
12828 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
12829 probably breaks emacs with DL patch, but do we care? Is anyone
12830 still using the DL stuff?)
12831
12832 * sieve-manage.el: Use the password package.
12833 (sieve-manage-read-passwd): Remove.
12834 (sieve-manage-interactive-login): Use password. Re-add
12835 condition-case around loop.
12836
12837 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12838 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12839 the password package.
12840
12841 2003-02-19 Simon Josefsson <jas@extundo.com>
12842
12843 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12844 token.
12845
12846 2002-08-07 Simon Josefsson <jas@extundo.com>
12847
12848 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12849 (sieve-manage-authenticators):
12850 (sieve-manage-authenticator-alist): Add some SASL mechs.
12851 (sieve-sasl-auth): New function.
12852 (sieve-manage-cram-md5-auth):
12853 (sieve-manage-plain-auth): Rewrite using SASL library.
12854 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
12855 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
12856 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12857 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12858
12859 2004-01-05 Simon Josefsson <jas@extundo.com>
12860
12861 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12862 New files.
12863
12864 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12865
12866 * gnus-group.el (gnus-no-groups-message): Update.
12867
12868 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12869
12870 2003-11-09 Simon Josefsson <jas@extundo.com>
12871
12872 * imap.el: Support for ID IMAP extension (RFC 2971).
12873 (imap-local-variables): Add imap-id.
12874 (imap-id): New variable.
12875 (imap-id): New function.
12876 (imap-parse-response): Parse untagged ID response.
12877 * nnimap.el (nnimap-id): New variable.
12878 (nnimap-open-connection): Use it.
12879
12880 2003-12-28 Simon Josefsson <jas@extundo.com>
12881
12882 * gnus-score.el (gnus-score-edit-all-score): New.
12883 * gnus-group.el (gnus-group-score-map): Bind it to W e.
12884
12885 2004-01-04 Simon Josefsson <jas@extundo.com>
12886
12887 * password.el: Add.
12888
12889 2004-01-04 Mario Lang <lang@zid.tugraz.at>
12890
12891 * dns.el: Add support for AAAA records (see RFC 3596)
12892
12893 * Fix typo PRT -> PTR
12894
12895 * Parse MX, PTR and SOA replies (see RFC 1035)
12896
12897 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12898
12899 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12900
12901 * Moved to Changelog.2.
12902
12903 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12904
12905 * gnus.el (gnus-version-number): Bump version.
12906
12907 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12908
12909 * gnus.el: No Gnus v0.1 is released.
12910
12911 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12912
12913 * gnus.el: No Gnus v0.0 is released.
12914
12915 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12916
12917 * gnus.el (gnus-version-number): Bump.
12918 (gnus-version): No.
12919
12920 See ChangeLog.2 for earlier changes.
12921
12922 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
12923
12924 This file is part of GNU Emacs.
12925
12926 GNU Emacs is free software: you can redistribute it and/or modify
12927 it under the terms of the GNU General Public License as published by
12928 the Free Software Foundation, either version 3 of the License, or
12929 (at your option) any later version.
12930
12931 GNU Emacs is distributed in the hope that it will be useful,
12932 but WITHOUT ANY WARRANTY; without even the implied warranty of
12933 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12934 GNU General Public License for more details.
12935
12936 You should have received a copy of the GNU General Public License
12937 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12938
12939 ;; Local Variables:
12940 ;; coding: utf-8
12941 ;; fill-column: 79
12942 ;; add-log-time-zone-rule: t
12943 ;; End:
12944
12945 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4