Merge changes made in Gnus trunk.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4 (gnus-1): Don't create the nndrafts group twice.
5 (gnus-setup-news): There's no need to read the active file here, since
6 that's done again later on a per-backend basis.
7 (gnus-start-draft-setup): Make sure that the new group is started out
8 empty.
9
10 * gnus-agent.el (gnus-agentize): Don't create the queue group
11 automatically on startup. It'll be created later, if needed.
12
13 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
14 of automatically subscribed groups.
15 (gnus-auto-subscribed-categories): New variable.
16 (gnus-matches-options-n): Use it.
17 (gnus-default-subscribed-newsgroups): Remove unused variable.
18 (gnus-start-draft-setup): Message a bit less.
19
20 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
21
22 * nnir.el (nnir-run-imap): Return article list in order of increasing
23 UID.
24
25 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
26
27 * gnus-sum.el (gnus-summary-enter-digest-group): Mention
28 gnus-auto-select-on-ephemeral-exit.
29
30 * proto-stream.el (proto-stream-open-network-only): Fix the calling
31 convention of the network-only option.
32
33 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
34
35 * proto-stream.el (proto-stream-open-network-only): New function to
36 have a way to specify non-STARTTLS upgrade connections.
37
38 2010-12-10 Julien Danjou <julien@danjou.info>
39
40 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
41 email address is nil.
42
43 * message.el (message-bogus-recipient-p): Set address to "" if nil.
44
45 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
46
47 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
48 deletion.
49 (nnir-run-imap): Only need to parse list once.
50
51 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
52
53 * shr.el (shr-tag-script): Ignore <script>.
54 (shr-tag-label): Add <label> support.
55
56 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
57
58 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
59
60 * shr.el (shr-image-displayer): Work for images lined side by side.
61
62 2010-12-08 Robert Pluim <rpluim@gmail.com>
63
64 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
65 parameter, since XEmacs doesn't accept t as a parameter.
66
67 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
68
69 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
70 ids.
71 (nnir-run-gmane): Simplify groupspec formatting.
72 (nnir-request-expire-articles): New function.
73
74 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
75
76 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
77 overflow, possibly.
78
79 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
80 (shr-render-td): Handle td style="" better.
81 (shr-tag-table): Use the color from the style sheet.
82 (shr-render-td): Make sure we copy over all the overlays, too.
83
84 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
85
86 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
87 (nnir-request-article): Improve article retrieval.
88
89 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
90
91 * mm-util.el (mm-extra-numeric-entities): New variable.
92
93 * mm-url.el (mm-url-decode-entities):
94 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
95
96 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
97
98 * message.el: Use completion-at-point.
99 (message-completion-function): New fun, extracted from message-tab.
100 (message-mode): Use it for completion-at-point-functions.
101 (message-tab): Use it and completion-at-point.
102
103 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
104
105 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
106 character if a non-breakable character follows.
107
108 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
109
110 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
111 any stream.
112
113 * shr.el (shr-tag-font): Colorize the region.
114 (shr-tag-body): Ditto.
115 (shr-tag-font): Actually let the styles be inherited instead of
116 overwriting them.
117 (shr-tag-font): Get the background color right.
118 (shr-tag-style): Ignore all <style> tags for the moment.
119
120 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
121 a Message-ID to avoid having nnimap depend on gnus-sum.
122
123 * shr.el (shr-descend): Only colorize something if we have a node that
124 sets colors.
125
126 2010-12-06 Julien Danjou <julien@danjou.info>
127
128 * shr.el (shr-render-td): Render td content with shr-descend, so style
129 will be applied to <td> too.
130 (shr-colorize-region): Colorize region even if we only have a background.
131 (shr-tag-body): Fix color and background color inheritance.
132 Do not recolorize after shr-generic.
133 (shr-tag-font): Let shr-generic colorize via inheritance.
134
135 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
136
137 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
138
139 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
140
141 * nnir.el (nnir-request-move-article): Remove obsolete code.
142
143 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
144
145 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
146
147 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
148
149 * gnus-sum.el (gnus-summary-respool-article): The completion function
150 expects a list instead of an alist.
151
152 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
153 string as the parameter.
154
155 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
156
157 * shr.el (shr-stylesheet): New dynamic variable for cascading the
158 styles.
159 (shr-colorize-region): New function.
160 (shr-insert-background-overlay): Remove.
161 (shr-render-td): Background setting should be taken care of on a higher
162 level.
163 (shr-tag-body): Use post-hoc colorizations.
164 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
165 (shr-put-color-1): Don't overwrite old colors.
166 (shr-colorize-region): When the background color isn't explicit, use
167 a fixed background.
168
169 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
170 nnmail variables.
171
172 2010-12-05 Bjørn Mork <bjorn@mork.no>
173
174 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
175 unless necessary.
176
177 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
178
179 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
180 server.
181
182 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
183
184 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
185 so that TAB works.
186
187 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
188 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
189
190 * shr.el (shr-urlify): Show the URL before the title to avoid
191 misleading URLs.
192
193 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
194
195 * shr.el (shr-urlify): Display the title in <a> tags.
196
197 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
198
199 * nnir.el (nnir-categorize): Replace mapcar with mapc.
200
201 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
202
203 * nnir.el: Rearrange code to allow macros to be autoloaded by
204 gnus-sum.el.
205 (nnir-retrieve-headers-override-function): Make this variable
206 customizable.
207 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
208
209 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
210 from nnir.el.
211
212 2010-12-03 Julien Danjou <julien@danjou.info>
213
214 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
215
216 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
217
218 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
219 allow optional argument `environment'.
220
221 2010-12-03 Glenn Morris <rgm@gnu.org>
222
223 * mm-extern.el (message-goto-body): Update declaration.
224
225 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
226
227 * gnus-util.el (gnus-macroexpand-all): New function.
228
229 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
230 instead of macroexpand-all that is unavailable in XEmacs.
231
232 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
233
234 * nnir.el (nnir-summary-line-format): New variable.
235 (nnir-mode): Use it.
236 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
237 (nnir-article-ids): Reimplement as defsubst.
238 (nnir-retrieve-headers): Don't mangle the subject header.
239 (nnir-run-imap): Use 100 as RSV score.
240 (nnir-run-find-grep): Fix for full server searching.
241 (nnir-run-gmane): Better restriction to gmane groups.
242
243 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
244 summary buffers.
245
246 2010-12-02 Julien Danjou <julien@danjou.info>
247
248 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
249
250 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
251
252 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
253 support.
254
255 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
256
257 * nnir.el: Update to handle the registry better.
258 (autoload): Silence byte-compiler.
259 (nnir-open-server): Add a hook for nnir groups.
260 (nnir-request-move-article): Don't mangle the header. Better to use
261 formating variables (which will be added in the future).
262 (nnir-registry-action): Update the registry using the original article
263 group name.
264 (nnir-mode): Install nnir-specific hooks for updating the registry.
265
266 * gnus-sum.el
267 (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
268 obsolete variables.
269 (gnus-summary-move-article): Remove use of obsolete variables.
270 (gnus-summary-local-variables): Make move and delete hooks local to
271 summary buffers.
272
273 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
274
275 * rtree.el: New file.
276
277 2010-12-01 Julien Danjou <julien@danjou.info>
278
279 * message.el (message-user-organization): Do not use
280 gnus-local-organization.
281
282 * gnus.el: Remove gnus-local-organization.
283
284 * gnus-msg.el: Remove nastygram thing.
285
286 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
287
288 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
289 funcall.
290
291 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
292
293 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
294 names.
295
296 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
297 characters.
298
299 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
300 to t of inhibit-read-only since it is inside gnus-with-article-headers.
301 Suggested by Štěpán Němec <stepnem@gmail.com>.
302 (gnus-gravatar-transform-address): Use mail-extract-address-components
303 that supports non-ASCII names rather than mail-header-parse-addresses.
304
305 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
306
307 * proto-stream.el (open-protocol-stream): All starttls connections are
308 handled by the network handler.
309
310 2010-11-30 Julien Danjou <julien@danjou.info>
311
312 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
313 (nnimap-open-connection-1): Fix PREAUTH.
314
315 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
316
317 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
318
319 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
320 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
321 (shr-insert): Use them.
322 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
323
324 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
325
326 * nnir.el (nnir-request-move-article): Bail out if original group
327 doesn't support article moves.
328 (nnir-get-active): Improve active list retrieval.
329
330 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
331
332 * shr.el (shr-find-fill-point): Don't break before apostrophes.
333
334 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
335
336 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
337 seem to accept strings-with-numbers as port numbers,
338
339 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
340
341 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
342 change the registry.
343
344 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
345
346 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
347 delete-dups that is not available in XEmacs 21.4.
348
349 * mm-util.el (mm-delete-duplicates): Add comment.
350
351 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
352
353 * nnir.el (nnir-ignored-newsgroups): New variable.
354 (nnir-get-active): Use it.
355
356 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
357
358 * proto-stream.el (proto-stream-open-network): Add some comments.
359
360 * nntp.el (nntp-open-connection): Provide a :success condition.
361
362 * nnimap.el (nnimap-open-connection-1): Ditto.
363
364 * proto-stream.el (proto-stream-open-network): See what the response to
365 the STARTTLS command is.
366
367 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
368 backwards compatibility).
369 (nnimap-open-connection-1): Really respect nnimap-server-port.
370
371 * proto-stream.el (proto-stream-open-network): When doing opportunistic
372 TLS upgrades we don't really care about the identity of the peer.
373 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
374 that what we've checked for.
375 (proto-stream-always-use-starttls): Only default to t if
376 open-gnutls-stream exists.
377 (proto-stream-open-network): If STARTTLS failed, then just open a
378 normal connection.
379 (proto-stream-open-network): Wait until the greeting before doing
380 STARTTLS.
381
382 * nntp.el (nntp-open-connection): Report what the connection error is.
383
384 * proto-stream.el (open-protocol-stream): Renamed from
385 open-proto-stream.
386
387 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
388
389 * nnimap.el (nnimap-stream): Change default to `undecided'.
390 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
391 first, and then network.
392 (nnimap-open-connection-1): Respect nnimap-server-port.
393 (nnimap-open-connection): Be more backwards-compatible.
394
395 * proto-stream.el (proto-stream-always-use-starttls): New variable.
396 (proto-stream-open-starttls): De-duplicate the starttls code.
397 (proto-stream-open-starttls): Folded back into the main function.
398 (proto-stream-open-network): Fix typo in the gnutls path.
399 (proto-stream-command): Refactor out.
400
401 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
402
403 * proto-stream.el (proto-stream-open-starttls): Actually implement the
404 starttls.el STARTTLS.
405
406 * color.el (color-lab->srgb): Fix function call name.
407
408 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
409 if we're using tls.el.
410 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
411 built in, then don't try to establish a STARTTLS connection.
412
413 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
414 servers.
415
416 * proto-stream.el (open-proto-stream): Use network, not stream.
417 (open-proto-stream): Add a way to specify what the end of a command is.
418
419 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
420 connections types.
421 (nntp-open-network-stream): Remove.
422 (nntp-open-ssl-stream): Remove.
423 (nntp-open-tls-stream): Remove.
424 (nntp-ssl-program): Remove.
425
426 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
427
428 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
429
430 * nnir.el: Fix typos.
431 (nnir-retrieve-headers-override-function): Rename variable to reflect
432 new semantics.
433 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
434 macros.
435 (nnir-request-article, nnir-request-move-article): Use them.
436 (nnir-categorize): New function.
437 (nnir-run-query): Use it.
438 (nnir-retrieve-headers): Rewrite to batch header retrieval.
439 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
440 sorted.
441 (nnir-group-full-name): Use gnus-group-full-name instead.
442 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
443 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
444
445 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
446
447 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
448
449 * proto-stream.el: New library to provide protocol-specific
450 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
451 protocols.
452 (open-proto-stream): Complete the documentation.
453 (proto-stream-open-network): Fix some typos.
454
455 * nnimap.el (nnimap-open-connection): Use it.
456
457 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
458
459 * pop3.el (pop3-open-server): Read server greeting before starting TLS
460 negotiation.
461
462 2010-11-26 Julien Danjou <julien@danjou.info>
463
464 * color.el: Rename various rgb functions to srgb.
465
466 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
467
468 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
469 names.
470
471 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
472
473 * shr.el (shr-insert): Revert last change.
474 (shr-find-fill-point): Never leave point being at bol;
475 relax the kinsoku limitation when rendering tables.
476
477 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
478
479 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
480 results from -accept-article.
481
482 * shr-color.el: Require cl when compiling.
483
484 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
485 checkin.
486
487 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
488
489 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
490
491 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
492 'add and 'delete to set backend marks.
493
494 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
495
496 * nnheader.el (nnheader-update-marks-actions): Refactor out.
497
498 * nntp.el (nntp-request-set-mark): Use it.
499
500 * nnfolder.el (nnfolder-request-set-mark): Ditto.
501
502 * nnml.el (nnml-request-set-mark): Ditto.
503
504 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
505 introduces regressions in article selection.
506 (nnimap-find-uid-response): New function.
507 (nnimap-request-accept-article): Use the UID returned, if any.
508 (nnimap-request-move-article): Use the UID returned, if any.
509 (nnimap-get-groups): Reimplement to work with folded lines.
510 (nnimap-find-uid-response): The UID is the last element in the list.
511 (nnimap-request-set-mark): Extend syntax with 'set.
512
513 * nnml.el (nnml-request-set-mark): Ditto.
514
515 * nnfolder.el (nnfolder-request-set-mark): Ditto.
516
517 * nntp.el (nntp-request-set-mark): Ditto.
518
519 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
520
521 * message.el (message-called-interactively-p): A temporary macro.
522 (message-goto-body): Use it temporarily.
523
524 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
525
526 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
527 (nnimap-last-response-string): Unfold quoted lines, if they exist.
528 (nnimap-last-response-string): Fix last unfolding fix.
529
530 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
531
532 * shr.el (shr-insert): Fix the way to fold lines.
533
534 2010-11-25 Julien Danjou <julien@danjou.info>
535
536 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
537
538 * color.el: Rename from color-lab.el
539 (color-rgb->hex): Add.
540 (color-complement): Add.
541 (color-complement-hex): Add.
542
543 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
544
545 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
546
547 * shr-color.el (shr-color-visible): Don't bug out if the colour names
548 don't exist.
549
550 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
551
552 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
553 assuming that article displaying or another mml-preview may be
554 interrupted for an error or for the like.
555
556 * shr.el (shr-get-background): Fix argument name.
557
558 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
559
560 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
561
562 * gnus-sum.el (gnus-summary-include-articles): New function.
563
564 * message.el (message-goto-body): called-interactively-p needs a
565 parameter, so use `any'.
566
567 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
568 clear marks before moving, since they're synced from the Gnus side
569 first.
570
571 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
572 (gnus-summary-move-article): Copy over all marks before moving, so that
573 IMAP doesn't think a new article has arrived.
574
575 2010-11-24 Julien Danjou <julien@danjou.info>
576
577 * shr.el (shr-insert-background-overlay): Fix typo.
578 (shr-render-td): Copy the background before rendering.
579
580 * shr-color.el (shr-color-visible): Fix docstring.
581
582 * shr.el (shr-tag-table): Add bgcolor support.
583 (shr-render-td): Add bgcolor support.
584 (shr-get-background): Add.
585 (shr-insert-foreground-overlay): Use shr-get-background.
586
587 * message.el (message-goto-body): Use called-interactively-p.
588 (message-in-body-p): message-goto-body returns point.
589
590 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
591
592 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
593 Fixes something or other in Emacs 23, and is backwards compatible.
594
595 * message.el (message-goto-body): Remove the <#secure special-casing,
596 which is too special.
597
598 * shr.el (shr-parse-style): Drop !important from styles.
599
600 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
601
602 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
603 this function to return incorrect results when calling it with an
604 explicit article argument different from
605 (gnus-summary-article-number).
606
607 2010-11-24 Julien Danjou <julien@danjou.info>
608
609 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
610 (shr-tag-body): Add background support.
611 (shr-descend): Add background support.
612 (shr-tag-title): Add.
613
614 * shr-color.el (shr-color-visible): Really return original background
615 if fixed.
616
617 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
618
619 * shr.el (shr-color-check): Protect against non-existant colour names.
620
621 2010-11-24 Julien Danjou <julien@danjou.info>
622
623 * color-lab.el: Require 'cl when compiling.
624
625 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
626
627 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
628 matched part.
629
630 * color-lab.el: Fix all expt calls to use float type.
631
632 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
633
634 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
635 expression to shr-color-check as is.
636
637 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
638
639 * color-lab.el: Add coding cookie.
640 (float-pi): Use eval-and-compile.
641
642 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
643
644 * shr.el (shr-insert-color-overlay): Split stuff like
645 "#444444 !important" to find the real colour.
646 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
647 parse <font color="red"> entries.
648
649 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
650
651 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
652 point when parsing headers.
653
654 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
655 is positioned properly when parsing headers.
656
657 2010-11-23 Julien Danjou <julien@danjou.info>
658
659 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
660
661 * shr-color.el (shr-color->hexadecimal): Add support for color names.
662
663 * shr.el (shr-parse-style): Replace \n with space in style parsing.
664
665 * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
666 shr-color-hue-to-rgb.
667 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
668
669 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
670
671 * shr.el (shr-color->hexadecimal): Autoload.
672 (shr-descend): Add color to all tags.
673
674 2010-11-22 Julien Danjou <julien@danjou.info>
675
676 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
677 shr-color->hexadecimal.
678
679 * shr-color.el (shr-color->hexadecimal): Add converting functions for
680 RGB() or HSL() color representation.
681
682 * shr.el (shr-tag-font): Add.
683 (shr-tag-color-check): New function to get better colors.
684 (shr-tag-insert-color-overlay): Factorize code between tag-font and
685 tag-span.
686
687 * shr-color.el: New file.
688
689 * color-lab.el: New file.
690
691 * gnus-art.el (gnus-url-mailto): Do not downcase args.
692
693 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
694
695 * nnir.el: Fix typo in comments.
696 (nnir-run-imap): Simplify code. No need to reverse artlist.
697 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
698
699 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
700
701 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
702
703 * nnimap.el (nnimap-get-capabilities): Refactor out.
704 (nnimap-open-connection): Re-request capabilities after STARTTLS.
705
706 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
707
708 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
709 appearing when `mm-uu-hide-markers' is nil.
710
711 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
712
713 * nnimap.el (nnimap-unselect-group): Make into its own function.
714 (nnimap-request-rename-group): Unselect group before renaming.
715 This had gotten lost somewhere.
716 (nnimap-request-accept-article): Keep track of examined groups, and
717 unselect the group before APPENDing to read-only groups.
718 (nnimap-request-move-article): Clear flags before moving so that they
719 can be re-set later.
720
721 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
722
723 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
724 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
725
726 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
727
728 * gnus-art.el (gnus-mime-display-single)
729 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
730 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
731 parameter.
732
733 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
734
735 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
736 (shr-table-vertical-line): New variable.
737 (shr-insert-table): Use it.
738
739 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
740
741 * gnus-html.el (gnus-html-wash-images): Don't display images if
742 gnus-inhibit-images is non-nil; register displayer for cid images.
743 (gnus-html-display-image): Work for cid image.
744 (gnus-html-insert-image): Allow arguments.
745 (gnus-html-put-image): Inhibit read-only.
746 (gnus-html-prefetch-images): Don't prefetch images if
747 gnus-inhibit-images is non-nil.
748
749 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
750
751 * shr.el (shr-put-image): Break lines when inserting big pictures.
752
753 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
754
755 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
756 sender, thanks Katsumi Yamaoka.
757
758 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
759
760 * nnir.el (nnir-run-imap): Reverse the article list for each group
761 rather than the whole list.
762
763 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
764
765 * shr.el (shr-image-displayer): Protect function against non-existent
766 image source.
767
768 * gnus-art.el (gnus-inhibit-images): New user option.
769 (gnus-mime-display-single): Don't display image if it is non-nil.
770
771 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
772 gnus-inhibit-images.
773
774 * shr.el (shr-image-displayer): New function.
775 (shr-tag-img): Use it.
776
777 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
778
779 * mml2015.el (mml2015-epg-sign): Use From header.
780
781 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
782
783 * gnus-html.el (gnus-html-wash-images): Register a displayer.
784
785 * gnus-util.el (gnus-find-text-property-region): Return markers.
786
787 * shr.el (shr-tag-img): Put a displayer in the text property.
788
789 * gnus-util.el (gnus-find-text-property-region): New utility function.
790
791 * gnus-html.el (gnus-html-display-image): Make the alt optional.
792 (gnus-html-show-images): Remove.
793
794 * gnus-art.el (gnus-article-show-images): New, more general function.
795
796 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
797 image url text properties.
798
799 * shr.el: Ditto.
800
801 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
802 gnus-agent-auto-agentize-methods is set. Which it isn't.
803
804 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
805
806 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
807 work for two or more articles.
808
809 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
810
811 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
812 divide an image that's in an html article to two or more when washing
813 non-ASCII characters in alt text of it.
814
815 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
816
817 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
818 smime-decrypt-region using function argument.
819 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
820
821 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
822
823 * smime.el (smime-decrypt-region): Catch it.
824
825 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
826
827 * smime.el (smime-mode-map): Move initialization into declaration.
828 (gnus-run-mode-hooks): Don't autoload.
829 (smime-mode): Use define-derived-mode.
830
831 2010-11-11 Glenn Morris <rgm@gnu.org>
832
833 * smime.el (from): Restrict declaration to XEmacs.
834
835 * nnir.el (gnus-group-topic-name): Autoload.
836
837 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
838
839 * shr.el (shr-insert): Don't break long line if it is because of
840 kinsoku-bol characters in the line end.
841
842 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
843
844 * nnir.el (nnir-request-move-article): Fix to provide original group
845 and subject.
846 (nnir-warp-to-article): Don't fail on articles whose headers haven't
847 been retrieved.
848
849 * gnus-sum.el (gnus-summary-move-article): Use original group and
850 subject for virtual articles such as those in an nnir summary buffer.
851
852 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
853
854 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
855 least 21.5).
856
857 * smime.el (from): Declare it again for XEmacs.
858
859 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
860
861 * message.el (message-resend): Don't disable encoding unless it's
862 already encoded.
863
864 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
865 low-numbered articles.
866
867 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
868
869 * rfc2047.el (rfc2047-syntax-table): Simplify.
870
871 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
872 set-char-table-range for XEmacs.
873
874 2010-11-10 Glenn Morris <rgm@gnu.org>
875
876 * smime.el (from): Remove unused declaration.
877
878 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
879 (gnus-float-time): On Emacs, always an alias.
880
881 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
882 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
883
884 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
885
886 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
887
888 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
889
890 * shr.el (browse-url-mailto): Autoload.
891
892 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
893
894 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
895 regexp doesn't need quoting.
896
897 2010-11-09 Sven Joachim <svenjoac@gmx.de>
898
899 * message.el (message-subject-trailing-was-ask-regexp)
900 (message-subject-trailing-was-regexp): Match was: in addition to was.
901
902 2010-11-09 Glenn Morris <rgm@gnu.org>
903
904 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
905 (nnbabyl-check-mbox): Use point-at-bol.
906
907 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
908
909 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
910
911 * message.el (message-mailto): New function.
912 (message-mailto): Should accept other parameters.
913 (message-mailto): Remove since it duplicates browse-url-mailto
914 functionality.
915
916 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
917
918 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
919 methods.
920 (gnus-read-active-file): Ditto.
921
922 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
923 ": " from the prompt.
924 (gnus-group-make-group): Ditto.
925
926 2010-11-07 Glenn Morris <rgm@gnu.org>
927
928 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
929 (gnus-bookmark-kill-line): Use point-at-eol.
930
931 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
932
933 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
934 asterisks in From header.
935
936 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
937
938 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
939 string to avoid making the From headers syntactically invalid.
940
941 * message.el (message-send-mail): Don't insert courtesy messages if the
942 message already has List-Post and List-ID messages.
943
944 2010-11-06 Glenn Morris <rgm@gnu.org>
945
946 * gnus-art.el (gnus-treat-article): Give dynamic local variables
947 `condition', `type', `length' a prefix.
948 (gnus-treat-predicate): Update for above name changes.
949
950 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
951
952 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
953 binding. Handled by `gnus-summary-refer-thread' instead.
954 (nnir-warp-to-article): New backend function.
955
956 * nnimap.el (nnimap-request-thread): Force dependency updating.
957
958 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
959 (gnus-summary-refer-thread): Rework to improve thread-referral.
960
961 * gnus-int.el (gnus-warp-to-article): New function.
962
963 * gnus-sum.el (gnus-summary-article-map): Bind it.
964
965 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
966
967 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
968 gnus-summary-refer-thread.
969
970 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
971 headers.
972 (gnus-summary-limit-include-thread): Prevent articles in thread from
973 being cut in gnus-cut-threads.
974 (gnus-summary-refer-thread): Limit retrieved headers to those in
975 thread.
976
977 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
978
979 * message.el (message-send-mail): Use the value of
980 message-courtesy-message from the message buffer.
981
982 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
983
984 * shr.el (shr-browse-url): Implement mailto: URLs.
985
986 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
987 "raw".
988
989 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
990 if it's already selected.
991
992 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
993
994 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
995
996 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
997 to measure the length and truncate alt text.
998
999 2010-11-03 Glenn Morris <rgm@gnu.org>
1000
1001 * nndiary.el (nndiary-generate-nov-databases-1)
1002 (nndiary-generate-active-info): Rename dynamic variable `files' to
1003 something less generic.
1004
1005 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
1006
1007 * nnir.el (nnir-request-move-article): Call the underlying backend to
1008 move articles from nnir.
1009
1010 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1011
1012 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1013
1014 2010-11-02 Julien Danjou <julien@danjou.info>
1015
1016 * nnir.el: Remove wais support.
1017
1018 2010-11-02 Glenn Morris <rgm@gnu.org>
1019
1020 * gnus-html.el: Reorder requirements to quieten compiler.
1021
1022 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1023
1024 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1025 properly for XEmacs as well.
1026 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1027 (gnus-article-natural-long-line-p): Use window-width rather than
1028 frame-width.
1029
1030 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
1031
1032 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
1033 (nnir-read-parms): Don't modify query.
1034 (nnir-run-query): Add ability to search topic on current line.
1035 (nnir-get-active): Clean up.
1036
1037 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1038
1039 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1040 degenerate articles.
1041
1042 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1043 (gnus-print-buffer): Just print the buffer as is, without any copying
1044 to a buffer and then re-highlighting.
1045
1046 * nnimap.el (nnimap-request-group): Store the new updated info.
1047 (nnimap-request-group): Select the group when we don't know whether it
1048 exists or not.
1049
1050 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1051 groups.
1052
1053 * gnus-group.el (gnus-group-find-new-groups): Display all the new
1054 groups.
1055
1056 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1057 groups.
1058
1059 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1060 long-lines case by only filling the long lines.
1061
1062 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1063 (bug #7311).
1064
1065 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1066
1067 * shr.el: No need to declare `declare-function' since shr.el is for
1068 only Emacsen that provide `libxml-parse-html-region'.
1069
1070 2010-11-01 Glenn Morris <rgm@gnu.org>
1071
1072 * mm-util.el (gnus-completing-read): Autoload.
1073 (mm-read-coding-system): Simplify Emacs definition.
1074
1075 * nnmail.el (gnus-activate-group):
1076 * nnimap.el (gnutls-negotiate):
1077 * nntp.el (netrc-parse): Fix declarations.
1078
1079 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1080
1081 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1082 string-match-p in Emacs >=23.
1083
1084 * gnus-msg.el (gnus-configure-posting-styles)
1085 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1086
1087 2010-11-01 Glenn Morris <rgm@gnu.org>
1088
1089 * nnir.el (declare-function): Add compat stub.
1090 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1091 (nnir-run-gmane): Require 'mm-url.
1092
1093 * mm-util.el (mm-string-to-multibyte): Simplify.
1094
1095 * shr.el (declare-function): Add compat stub.
1096 (url-cache-create-filename): Declare.
1097 (mm-disable-multibyte, widget-convert-button): Autoload.
1098
1099 * smime.el (ldap-search): Declare.
1100 (smime-cert-by-ldap-1): Require ldap on Emacs.
1101
1102 * nnimap.el: Require nnmail, and gnus-sum when compiling.
1103 (nnimap-keepalive): Use gnus-float-time.
1104
1105 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1106 (mail-source-delete-crash-box): Use gnus-float-time.
1107
1108 * gnus-dired.el (gnus-completing-read): Autoload.
1109
1110 * mm-view.el (gnus-rescale-image): Autoload.
1111
1112 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1113
1114 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1115
1116 * sieve-manage.el: Require 'cl when compiling.
1117
1118 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1119 (gnus-iswitchb-completing-read): Require iswitchb.
1120 (gnus-select-frame-set-input-focus): Silence compiler.
1121
1122 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1123
1124 * message.el (message-subject-trailing-was-query): Change default to t,
1125 since I think that's what most people want.
1126
1127 * nnimap.el (nnimap-request-accept-article): Erase buffer before
1128 appending for easier debugging.
1129 (nnimap-wait-for-connection): Take a regexp.
1130 (nnimap-request-accept-article): Wait for the continuation line before
1131 sending anything unless we're streaming.
1132
1133 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1134 leave the header washing to take place.
1135
1136 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1137
1138 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1139 regular expression match and replace in posting styles.
1140
1141 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
1142
1143 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1144 an entire server.
1145 (nnir-get-active): New function.
1146 (nnir-run-imap): Use it.
1147 (nnir-run-gmane): Who knew, gmane search returns an article score!
1148
1149 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1150 server on the current line with nnir.
1151
1152 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1153
1154 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1155 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1156 left edge.
1157 (gnus-article-foldable-buffer): Skip past the prefix when determining
1158 raggedness.
1159
1160 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1161 the raw article, and change `C-u g' to show the article without doing
1162 treatments.
1163
1164 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1165 on to `gnus-treat-article'.
1166 (gnus-inhibit-article-treatments): New variable.
1167
1168 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1169
1170 * gnus-art.el (gnus-treatment-function-alist): Have
1171 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1172 (gnus-treat-fill-long-lines): Change default to fill all text/plain
1173 sections.
1174
1175 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1176 parameter.
1177 (gnus-article-fill-cited-long-lines): New function.
1178 (gnus-article-fill-cited-article): Allow filling only long sections.
1179
1180 * shr.el (shr-find-fill-point): Don't break lines between punctuation
1181 and non-punctuation (like after the apostrophe in "'We").
1182
1183 * gnus-sum.el (gnus-summary-select-article): Make sure
1184 gnus-original-article-buffer is alive.
1185
1186 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1187 reflect the order they're in in the digest.
1188
1189 * gnus.el (gnus-group-startup-message): Move point to the start of the
1190 buffer.
1191
1192 * nnimap.el (nnimap-capability): New function.
1193 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1194 is set.
1195
1196 2010-10-31 David Engster <dengste@eml.cc>
1197
1198 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1199 conform with changes to gnus-completing-read.
1200
1201 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1202
1203 * shr.el (shr-tag-img): Output "*" instead of "[img]".
1204
1205 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
1206
1207 * nnir.el: Move defvar, defcustom around to keep file organized
1208 and keep byte-compiler quiet.
1209 (nnir-read-parms): Accept search-engine as arg.
1210 (nnir-run-query): Pass search-engine as arg.
1211 (nnir-search-engine): Remove.
1212
1213 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1214
1215 * shr.el (shr-generic): The text nodes should be text, not :text.
1216
1217 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1218 later in the file.
1219
1220 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
1221
1222 * nnir.el: General clean up. Allow searching with multiple engines.
1223 Allow separate extra-parameters for each engine.
1224 Batch queries when possible.
1225 (nnir-imap-default-search-key,nnir-method-default-engines):
1226 Add customize interface.
1227 (nnir-run-gmane): New engine.
1228 (nnir-engines): Use it. Qualify all prompts with engine name.
1229 (nnir-search-engine): Remove global variable.
1230 (nnir-run-hyrex): Restore for now.
1231 (nnir-extra-parms,nnir-search-history): New variables.
1232 (gnus-group-make-nnir-group): Use them.
1233 (nnir-group-server): Remove in favor of gnus-group-server.
1234 (nnir-request-group): Avoid searching twice.
1235 (nnir-sort-groups-by-server): New function.
1236
1237 2010-10-30 Julien Danjou <julien@danjou.info>
1238
1239 * gnus-group.el: Remove gnus-group-fetch-control.
1240
1241 * gnus-start.el (gnus-find-new-newsgroups):
1242 Remove gnus-check-first-time-used.
1243
1244 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1245
1246 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
1247
1248 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1249 set on groups that don't have \* permanentflags.
1250
1251 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1252
1253 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1254 control the background color.
1255 (shr-tag-img): Ignore very small web bug type images.
1256 (shr-put-image): Add help-echo alt texts to the images.
1257 (shr-tag-video): Show the video poster image.
1258
1259 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1260
1261 * shr.el (shr-table-depth): New variable.
1262 (shr-tag-table-1): Only insert the images after the top-level table.
1263
1264 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1265
1266 * gnus-util.el (gnus-list-memq-of-list): New function.
1267
1268 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1269 selected.
1270 (nnimap-unsplittable-articles): New slot.
1271 (nnimap-new-articles): Use it.
1272
1273 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
1274
1275 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1276 move to the previous line on `M-g'.
1277
1278 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1279
1280 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1281 *-request-group, which seems unnecessary.
1282
1283 * nnimap.el (nnimap-quote-specials): Function copied over from
1284 imap.el.
1285 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1286 they support that. Suggested by Tom Regner.
1287
1288 2010-10-29 Julien Danjou <julien@danjou.info>
1289
1290 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1291 defalias.
1292 (gnus-summary-delete-marked-with): Remove obsolete defalias.
1293
1294 * gnus.el: Remove `gnus-nntp-service' variable.
1295 (gnus-secondary-servers): Make obsolete.
1296 (gnus-nntp-server): Make obsolete.
1297
1298 * gnus-start.el (gnus-1): Remove x-splash calls.
1299
1300 * gnus-ems.el (gnus-x-splash): Remove.
1301
1302 * gnus.el (gnus-group-startup-message): Simplify/update code.
1303
1304 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1305 capability before doing anything.
1306 (gnus-group-insert-group-line): Remove useless
1307 gnus-group-remove-excess-properties.
1308
1309 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
1310
1311 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1312
1313 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1314
1315 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1316 config after reselecting.
1317
1318 2010-10-28 Julien Danjou <julien@danjou.info>
1319
1320 * shr.el (shr-put-image): Use point even if only inserting text.
1321 (shr-put-image): Save excursion when inserting alt text on non-graphic
1322 display, so the behaviour is the same when we are on a graphic display.
1323
1324 * nnir.el (nnir-run-swish-e): Remove hyrex support.
1325
1326 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1327
1328 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1329 (gnus-mime-copy-part): Check coding system, not charset.
1330 (gnus-mime-view-part-externally): Never remove part.
1331 (gnus-mime-view-part-internally): Don't remove part here.
1332 (gnus-article-part-wrapper): Make sure MIME tag is visible.
1333 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1334 multipart/alternative.
1335
1336 * mm-decode.el (mm-display-part): Take optional arg `force'.
1337
1338 2010-10-26 Julien Danjou <julien@danjou.info>
1339
1340 * gnus-group.el (gnus-group-default-list-level): Add this function to
1341 compute the default list level.
1342 (gnus-group-default-list-level): Add possibility to use a function.
1343
1344 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
1345
1346 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1347
1348 * gnus-group.el (gnus-group-completing-read)
1349 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1350 gnus-replace-in-string.
1351
1352 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1353
1354 * shr.el (shr-tag-div): Add.
1355
1356 2010-10-25 Julien Danjou <julien@danjou.info>
1357
1358 * gnus-util.el: Remove `gnus-with-local-quit'.
1359
1360 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1361
1362 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1363
1364 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1365 the original article buffer.
1366
1367 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1368
1369 * nnimap.el (nnimap-request-head): New function.
1370 (nnimap-request-move-article): Try to be slighly faster by not
1371 requesting the entire message when moving.
1372 (nnimap-transform-headers): Don't bug out on bodiless articles.
1373 (nnimap-send-command): Have no outstanding messages if the IMAP server
1374 doesn't support streaming.
1375 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1376
1377 2010-10-24 Julien Danjou <julien@danjou.info>
1378
1379 * message.el (message-default-headers): Fix type.
1380
1381 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1382
1383 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1384 prefetching images.
1385
1386 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1387 backend for unknown groups. This is mainly useful for nnimap groups.
1388
1389 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1390 group isn't covered by the agent.
1391
1392 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
1393
1394 * nnir.el (nnir-method-default-engines): New variable.
1395 (nnir-run-query): Use it.
1396 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1397 (gnus-summary-nnir-goto-thread): Change group if needed.
1398
1399 * gnus-group.el (gnus-group-group-map): Add key binding for
1400 gnus-group-make-nnir-group.
1401
1402 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1403
1404 * shr.el (shr-tag-object): Add.
1405
1406 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1407 original article buffer live.
1408 (gnus-summary-select-article-buffer):
1409 Mention gnus-widen-article-buffer.
1410
1411 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1412
1413 * shr.el (shr-tag-strong): Add.
1414
1415 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1416
1417 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1418 group names. They mess up the group buffer badly.
1419
1420 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1421
1422 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1423 instead of the summary one.
1424
1425 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
1426
1427 * mml.el (mml-preview): Work properly when editing article.
1428
1429 * gnus-start.el (gnus-read-active-file-1): Don't add method to
1430 gnus-have-read-active-file if it's already been in.
1431
1432 2010-10-22 Tom Tromey <tromey@redhat.com>
1433
1434 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1435 gnus-group-completing-read.
1436
1437 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1438
1439 * message.el (message-mode-map): Don't bind M-; to comment region, to
1440 allow the global comment-dwim to work.
1441
1442 2010-10-21 Julien Danjou <julien@danjou.info>
1443
1444 * message.el (message-setup-1): Allow message-default-headers to be a
1445 function.
1446
1447 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1448
1449 * shr.el (shr-tag-table): Simplify.
1450
1451 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1452
1453 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1454 to avoid trying to snarf invalid stuff.
1455
1456 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1457
1458 * gnus.el (gnus-message-archive-group): Quote value.
1459 (gnus-message-archive-group): Mark as changed.
1460
1461 * shr.el (shr-add-font): Don't put the font properties on the newline
1462 or the indentation.
1463
1464 * message.el (message-fix-before-sending): Change options when sending
1465 non-printable characters.
1466
1467 * gnus.el (gnus-message-archive-method): Change the default to
1468 monthly outgoing groups.
1469
1470 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1471 that have gotten new numbers.
1472
1473 * nnimap.el (nnimap-request-replace-article): New function.
1474
1475 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1476
1477 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1478 (nnrss-request-article): Don't use special html washing code.
1479
1480 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1481
1482 * shr.el (shr-tag-table): Remove useless nconc.
1483
1484 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1485
1486 * gnus-art.el (article-wash-html): Simplify and remove the charset
1487 stuff. Use the normal html rendering code instead of the special html
1488 washing code.
1489
1490 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1491 `gnus-w3m' symbols.
1492 (mm-text-html-washer-alist): Remove.
1493
1494 * mm-decode.el (mm-inline-text-html-renderer): Remove.
1495 (mm-inline-media-tests): Remove use.
1496 (mm-text-html-renderer): Change default to the `shr' symbol.
1497
1498 * mm-view.el (mm-inline-text-html): Remove use.
1499
1500 * gnus-art.el (gnus-blocked-images): New function. Allow the
1501 `gnus-blocked-images' to be a function.
1502 (gnus-article-wash-function): Remove.
1503
1504 2010-10-20 Julien Danjou <julien@danjou.info>
1505
1506 * spam.el (spam-list-of-processors): Mark as obsolete.
1507
1508 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1509 (nnimap-insert-partial-structure): Fix boundary detection.
1510
1511 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
1512
1513 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1514 run file-truename on remote files. This can be expensive and even
1515 prevent one from editing drafts if some unrelated buffer has a stale
1516 connection.
1517
1518 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1519
1520 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1521 kinsoku-eol regardless of shr-kinsoku-shorten.
1522 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1523 (shr-tag-table): Support caption, thead, and tfoot.
1524
1525 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1526
1527 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1528 lines.
1529 (shr-save-contents): New command and keystroke.
1530
1531 * nndoc.el (nndoc-type-alist): Add git support.
1532 (nndoc-git-type-p): New function.
1533 (nndoc-transform-git-article): Ditto.
1534 (nndoc-transform-git-headers): Ditto.
1535 (nndoc-transform-git-headers): Generate Subject headers.
1536
1537 * shr.el (shr-parse-style): New function.
1538 (shr-tag-span): Ditto.
1539
1540 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1541 to `G G' to avoid collisions.
1542
1543 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1544
1545 * shr.el: Load kinsoku if necessary.
1546 (shr-kinsoku-shorten): New internal variable.
1547 (shr-find-fill-point): Make kinsoku shorten text line if
1548 shr-kinsoku-shorten is bound to non-nil.
1549 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1550 shr-indentation too when testing if table is wider than frame width.
1551 (shr-insert-table): Use `string-width' instead of `length' to measure
1552 text width.
1553 (shr-insert-table-ruler): Make sure indentation is done at bol.
1554
1555 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1556
1557 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1558 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1559 undecoded network data.
1560
1561 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1562
1563 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1564 name in the mode line spec so that the mode line menu works
1565 (bug #2431).
1566
1567 * message.el (message-get-reply-headers): If we're fed `to-address',
1568 then always use that.
1569
1570 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1571 aren't so wide as to need to switch off the edit menu.
1572
1573 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1574 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1575
1576 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1577 `M-g'.
1578 (nnimap-update-info): Update flags/read marks even if \* isn't part of
1579 the permanent marks.
1580
1581 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
1582
1583 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1584 Splitting according to references/in-reply-to obeys the ignore-groups
1585 variable, while splitting by sender and subject do not.
1586
1587 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1588
1589 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1590 alist, so that we can look for non-Unicode chars.
1591 (article-translate-strings): Allow both character and string maps.
1592
1593 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1594
1595 * shr.el (shr-insert): Don't insert space behind a wide character
1596 categorized as kinsoku-bol, or between characters both categorized as
1597 nospace.
1598
1599 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
1600
1601 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
1602 headers to gnus-newsgroup-headers.
1603
1604 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1605
1606 * shr.el (shr-tag-img): Don't align images -- since we're not
1607 rescaling, this often leads to ugly displays.
1608
1609 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
1610
1611 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1612 duplicates.
1613
1614 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1615
1616 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1617 call.
1618
1619 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1620
1621 * gnus.el: Autoload gnus-html-show-images.
1622
1623 * nnimap.el: Use nnheader-message throughout.
1624
1625 * shr.el (shr-tag-img): Ignore images with no data.
1626
1627 2010-10-15 Julien Danjou <julien@danjou.info>
1628
1629 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1630 a possibility to disable format=flow encoding when using hard newlines.
1631
1632 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1633
1634 * shr.el (shr-insert): Remove space inserted before or after a
1635 breakable character or at the beginning or the end of a line.
1636 (shr-find-fill-point): Do kinsoku; find the second best point or give
1637 it up if there's no breakable point.
1638
1639 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1640
1641 * nnimap.el (nnimap-open-connection): Message when opening connection
1642 for debugging purposes.
1643
1644 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1645 on every setup buffer call to allow this to change from article to
1646 article.
1647
1648 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1649 buffers where we have a wide table.
1650
1651 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
1652
1653 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1654 uses *-request-thread.
1655
1656 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1657
1658 * nnimap.el (nnimap-open-connection): Remove %s from openssl
1659 incantation, which is no longer valid.
1660
1661 2010-10-14 Julien Danjou <julien@danjou.info>
1662
1663 * shr.el: Fix defcustom type (char -> character).
1664
1665 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1666
1667 * nnimap.el (nnimap-open-connection): tls-program should be a list of
1668 programs.
1669
1670 2010-10-14 Julien Danjou <julien@danjou.info>
1671
1672 * shr.el (shr-tag-a): Use url-link as widget type.
1673
1674 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1675 `gnus-group-get-icon'.
1676
1677 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1678
1679 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1680 This should make server editing work better.
1681
1682 * shr.el (shr-find-fill-point): Don't inloop on indented text.
1683
1684 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1685 (nnimap-parse-flags): Fix regexp.
1686
1687 * shr.el (shr-find-fill-point): Use a filling algorithm that should
1688 probably work for CJVK text, too.
1689
1690 * nnimap.el (nnimap-extend-tls-programs): Remove.
1691 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1692
1693 2010-10-13 Julien Danjou <julien@danjou.info>
1694
1695 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1696 responses.
1697
1698 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1699
1700 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1701
1702 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1703 anything in Emacs.
1704
1705 * shr.el (shr-current-column): Remove buggy and unnecessary function.
1706
1707 2010-10-13 Julien Danjou <julien@danjou.info>
1708
1709 * shr.el (shr-width): Make shr-width a defcustom with default to
1710 fill-column.
1711 (shr-tag-img): Use shr-width rather than fill-column.
1712
1713 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
1714
1715 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1716
1717 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1718 position when (X-)Faces exist.
1719 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1720 avatars when called interactively.
1721
1722 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
1723
1724 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1725 gnus-article-x-face-too-ugly is bound.
1726
1727 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1728
1729 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1730
1731 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1732 mailbox that doesn't exist.
1733
1734 2010-10-12 Julien Danjou <julien@danjou.info>
1735
1736 * shr.el (shr-tag-img): Encode URL properly when retrieving.
1737 (shr-get-image-data): Encode URL properly when fetching from cache.
1738 (shr-tag-img): Use aligned-to spaces to align correctly images.
1739
1740 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1741 before inserting the Gravatar.
1742
1743 * shr.el (shr-tag-img): Add align attribute support for <img>.
1744
1745 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1746
1747 * gnus-gravatar.el (gnus-art): Require.
1748
1749 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1750 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1751 Remove long obsoleted functions.
1752
1753 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1754
1755 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1756
1757 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1758 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1759 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
1760 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
1761 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
1762 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
1763 Fix comment for declare-function.
1764
1765 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1766
1767 * nnimap.el (nnimap-request-rename-group): Select group read-only
1768 before renaming it.
1769
1770 * shr.el (shr-insert): Fix up the white space only regexp.
1771
1772 * nnimap.el (nnimap-transform-split-mail): Not all articles have
1773 bodies. Protect against this. Reported by Michael Welsh Duggan.
1774
1775 * shr.el (shr-current-column): New function.
1776 (shr-find-fill-point): New function.
1777
1778 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
1779
1780 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1781 numbers.
1782
1783 2010-10-11 Julien Danjou <julien@danjou.info>
1784
1785 * shr.el (shr-hr-line): Add.
1786 (shr-tag-hr): Use shr-hr-line to specify which character to use to
1787 display hr lines.
1788 (shr-max-columns): Do not change state to nil if we just inserting
1789 spaces.
1790
1791 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1792
1793 * gnus-topic.el (gnus-topic-read-group): If after the last group,
1794 select the last group.
1795
1796 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
1797
1798 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1799
1800 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1801
1802 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1803 for Gnus.
1804 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1805 (nnimap-update-qresync-info): Mark \Seen articles as read.
1806
1807 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1808 non-variable, too.
1809
1810 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1811 available.
1812 (nnimap-update-info): Rely more on the current active than the param
1813 active to avoid marking articles as read too much.
1814
1815 * auth-source.el (auth-source-create): Use (user-login-name) for the
1816 user name default.
1817
1818 * nnimap.el (nnimap-update-info): If the server doesn't return any
1819 useful info, just use the previous info.
1820 (nnimap-update-info): Prefer old info over start-article.
1821 (nnimap-update-qresync-info): Finish implementing QRESYNC.
1822
1823 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
1824
1825 * nnir.el (autoload): Clean up autoloads.
1826 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1827 Use key rather than value.
1828 (nnir-imap-search-other): New variable.
1829 (nnir-read-parm): Use it.
1830 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1831 (gnus-summary-nnir-goto-thread): Modify to work with imap.
1832
1833 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1834
1835 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1836 the process, too.
1837
1838 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1839
1840 * spam.el (gnus-summary-mode-map): Bind to "$".
1841 Suggested by Russ Allbery.
1842
1843 * shr.el: Rework the way things are indented by <li> slightly.
1844
1845 * gnus.el (gnus-group-set-parameter): Fix typo.
1846
1847 * nnimap.el: Start implementing QRESYNC support.
1848
1849 2010-10-09 Julien Danjou <julien@danjou.info>
1850
1851 * nnir.el (nnir-engines): Fix too many arguments.
1852
1853 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1854
1855 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1856 group is the "last", so that the backends like nnfolder actually save
1857 their folders.
1858
1859 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1860 try to use that for the tls stream.
1861 (nnimap-retrieve-group-data-early): Rework the marks code to heed
1862 UIDVALIDITY and find out which groups are read-only and not.
1863 (nnimap-get-flags): Use the same marks parsing code as the rest of
1864 nnimap.
1865
1866 2010-10-09 Julien Danjou <julien@danjou.info>
1867
1868 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1869
1870 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1871 retrieving gravatars.
1872
1873 * shr.el (shr-table-corner): Add.
1874 (shr-table-line): Add.
1875 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1876
1877 2010-10-08 Julien Danjou <julien@danjou.info>
1878
1879 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1880
1881 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
1882
1883 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1884
1885 * gnus-sum.el (gnus-mark-article-as-unread)
1886 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1887 (gnus-summary-set-bookmark): Use it.
1888
1889 * gnus-msg.el (gnus-setup-message): Use it.
1890
1891 * gnus-demon.el (gnus-demon-remove-handler): Use it.
1892
1893 * gnus.el (gnus-group-remove-parameter): Use it.
1894
1895 * gnus-group.el (gnus-group-make-web-group): Use it.
1896
1897 * gnus-demon.el (gnus-demon-remove-handler): Use it.
1898
1899 * nnregistry.el: Update docs to mention manual.
1900
1901 * gnus-registry.el: Update docs to mention nnregistry.el.
1902 (gnus-registry-initialize): Don't install nnregistry refer method
1903 automatically.
1904 (gnus-registry-install-nnregistry): Remove it.
1905
1906 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1907
1908 * shr.el (shr-insert): Don't insert double spaces.
1909
1910 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
1911
1912 * gnus-gravatar.el (gnus-treat-from-gravatar)
1913 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1914 called interactively.
1915
1916 * gnus-art.el (gnus-mime-view-part-externally)
1917 (gnus-mime-view-part-internally): Make predicate function passed to
1918 gnus-mime-view-part-as-type assume argument is a mime type, not a list
1919 of a mime type.
1920
1921 * shr.el (shr-table-widths): Don't use cl function `reduce'.
1922
1923 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1924
1925 * shr.el (require): Require cl when compiling.
1926 (shr-tag-hr): New function.
1927
1928 * nnimap.el (nnimap-update-info): Remove double setting of high.
1929 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1930 This makes nnimap work properly on Courier again.
1931
1932 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1933 the variable for backwards compatability.
1934
1935 * mm-decode.el (mm-save-part): If given a non-directory result, expand
1936 the file name before using to avoid setting mm-default-directory to
1937 nil.
1938
1939 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1940 bidning gnus-agent variables.
1941
1942 * shr.el (shr-render-td): Use a cache for the table rendering function
1943 to avoid getting an exponential rendering behaviour in nested tables.
1944 (shr-insert): Rework the line-breaking algorithm.
1945 (shr-insert): Don't leave trailing spaces.
1946 (shr-insert-table): Also insert empty TDs.
1947 (shr-tag-blockquote): Ensure paragraphs after </ul>.
1948
1949 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1950
1951 * gnus-sum.el (gnus-number): Rename from `number'.
1952 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1953 (gnus-summary-limit-children): Update uses correspondingly.
1954
1955 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
1956
1957 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1958 (gnus-gravatar-transform-address): Don't show avatars of people of
1959 which mail addresses match gnus-gravatar-too-ugly.
1960
1961 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1962
1963 * shr.el (shr-table-widths): Expand TD elements to fill available
1964 space.
1965
1966 2010-10-07 Julien Danjou <julien@danjou.info>
1967
1968 * nnimap.el (nnimap-request-rename-group): Add this method.
1969
1970 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
1971
1972 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1973 name from XEmacs' function-arglist.
1974
1975 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1976 gravatar under XEmacs.
1977
1978 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
1979
1980 * auth-source.el: Update docs with TODO items.
1981
1982 * gnus-sync.el: Update docs to explain state and plans.
1983
1984 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1985 Hooks for mark updates.
1986 (gnus-request-set-mark, gnus-request-update-mark): Use them.
1987
1988 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1989 hooks with arguments, which is needed for mark update hooks.
1990
1991 2010-10-06 Julien Danjou <julien@danjou.info>
1992
1993 * gnus.el (gnus-expand-group-parameter): Only return and act on what
1994 was matched.
1995
1996 * sieve-manage.el: Update example in `Commentary'.
1997
1998 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1999
2000 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2001 not 2000.
2002 (sieve-manage-authenticate): Re-add function.
2003
2004 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2005
2006 * shr.el (shr-insert): Get 'space transition right.
2007 (shr-render-td): Only delete space at the end of the TD.
2008
2009 * nnimap.el (nnimap-open-connection): Prepare to support
2010 open-gnutls-stream.
2011
2012 * shr.el: Rearrange function order to be more logical.
2013
2014 2010-10-06 Julien Danjou <julien@danjou.info>
2015
2016 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2017 (nnrss-discover-feed): Remove 404 URL in docstring.
2018
2019 * nnir.el: Fix Swish-E URL.
2020 Fix Namazu URL.
2021
2022 * message.el (message-change-subject): Remove 404 URL in a comment.
2023
2024 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2025
2026 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2027 called interactively.
2028
2029 * gnus-util.el (gnus-remove-if): Allow hash table.
2030 (gnus-remove-if-not): New function.
2031
2032 * gnus-art.el (gnus-mime-view-part-as-type)
2033 * gnus-score.el (gnus-summary-score-effect)
2034 * gnus-sum.el (gnus-read-move-group-name):
2035 Replace remove-if-not with gnus-remove-if-not.
2036
2037 * gnus-group.el (gnus-group-completing-read):
2038 Regard collection as a hash table if it is not a list.
2039
2040 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2041
2042 * shr.el (shr-render-td): Allow blank/missing <TD>s.
2043
2044 * shr.el: Document the table-rendering algorithm.
2045
2046 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2047 invalid URLs.
2048
2049 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2050 line-broken.
2051 (shr-tag-img): Ignore image fetching errors.
2052 (shr-overlays-in-region): Compute overlay positions correctly.
2053
2054 * mm-decode.el (mm-shr): Require shr.
2055
2056 * gnus-art.el (gnus-blocked-images): Move variable here.
2057
2058 * shr.el (shr-insert-table): Bind free variable.
2059
2060 * mm-decode.el (mm-shr): Bind shr-content-function.
2061
2062 * shr.el (shr-content-function): New variable.
2063
2064 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2065 added for symmetry.
2066
2067 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2068
2069 * gnus-group.el (gnus-group-make-group): Doc fix.
2070
2071 * nnimap.el (nnimap-request-newgroups): Return success.
2072
2073 * shr.el (shr-find-elements): New function.
2074 (shr-tag-table): Put all the images after the table.
2075 (shr-tag-table): Really inhibit images inside the table.
2076 (shr-collect-overlays): Copy over overlays from the TD elements to the
2077 main document.
2078
2079 * mm-decode.el (mm-shr): Bind shr-blocked-images to
2080 gnus-blocked-images.
2081
2082 2010-10-05 Julien Danjou <julien@danjou.info>
2083
2084 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2085
2086 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2087 (gnus-html-maximum-image-size): Add this function.
2088 (gnus-html-put-image): Use gnus-html-maximum-image-size.
2089
2090 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2091 server-value of the capability is nil.
2092
2093 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2094
2095 * shr.el (shr-tag-em): Add <EM> tag.
2096
2097 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
2098
2099 * sieve-manage.el (sieve-manage-default-stream): Make default stream
2100 customizable.
2101
2102 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2103 handing broken links to browse-url.
2104
2105 2010-10-05 Julien Danjou <julien@danjou.info>
2106
2107 * gnus-util.el (gnus-emacs-completing-read)
2108 (gnus-iswitchb-completing-read): Use autoload rather than require.
2109
2110 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
2111
2112 * gnus-util.el (gnus-completing-read-function): Exclude
2113 gnus-icompleting-read and gnus-ido-completing-read from candidates for
2114 XEmacs since iswitchb.el is very old and ido.el is unavailable in
2115 XEmacs.
2116
2117 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2118 not to use `delete-dups' that is unavailable in XEmacs 21.4.
2119
2120 * gnus-html.el: Don't require help-fns under XEmacs.
2121 (gnus-html-schedule-image-fetching): Work for XEmacs.
2122
2123 * mm-decode.el (mm-shr): Decode contents by charset.
2124
2125 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2126
2127 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2128 unknown.
2129
2130 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2131 (shr-get-image-data): Ensure against the cache file missing.
2132
2133 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2134 for data.
2135
2136 * spam-report.el (spam-report-url-ping-plain): Don't query about
2137 killing the process.
2138
2139 * shr.el (shr-render-td): Protect against too-wide text.
2140
2141 2010-10-04 Julien Danjou <julien@danjou.info>
2142
2143 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2144 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2145
2146 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2147 retrieved.
2148
2149 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2150
2151 * shr.el (browse-url): Require.
2152 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2153 lines.
2154 (shr-show-alt-text, shr-browse-image): New commands.
2155 (shr-browse-url, shr-copy-url): New commands.
2156
2157 * gnus-sum.el (gnus-widen-article-window): New variable.
2158 (gnus-summary-select-article-buffer): Use it.
2159
2160 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2161 without @ signs.
2162
2163 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2164
2165 * nnir.el (nnir-run-imap): Remove spurious space in search string.
2166
2167 2010-10-04 Julien Danjou <julien@danjou.info>
2168
2169 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2170 for XEmacs.
2171
2172 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2173
2174 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2175
2176 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2177 (nnimap-close-server): Implement.
2178
2179 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2180 (shr-insert): Tweak line breaking.
2181 (shr-insert): Handle <pre> better.
2182 (shr-tag-li): Get <li> indentation right.
2183 (shr-tag-li): Get <li> indentation even righter.
2184 (shr-tag-blockquote): Ensure paragraph start.
2185 (shr-make-table): Tweak table generation.
2186 (shr-make-table): Fix typo.
2187
2188 * shr.el: Implement table rendering.
2189
2190 2010-10-04 Julien Danjou <julien@danjou.info>
2191
2192 * gnus-html.el (gnus-html-put-image): Fix resize image code.
2193
2194 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2195
2196 * shr.el (shr-insert): Use string anchors instead of line anchors.
2197
2198 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2199
2200 * shr.el: Add headings.
2201 (shr-ensure-paragraph): Actually work.
2202 (shr-tag-li): Make <ul> prettier.
2203 (shr-insert): Get white space at the beginning/end of elements right.
2204 (shr-tag-p): Collapse subsequent <p>s.
2205 (shr-ensure-paragraph): Don't insert double line feeds after blank
2206 lines.
2207 (shr-insert): \t is also space.
2208 (shr-tag-s): Fix "s" tag name function.
2209 (shr-tag-s): Fix face prop name.
2210
2211 2010-10-03 Julien Danjou <julien@danjou.info>
2212
2213 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2214
2215 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2216 gnus-window-inside-pixel-edges.
2217
2218 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2219 gnus-ems.
2220
2221 * mm-view.el (mm-inline-image-emacs): Support image resizing.
2222
2223 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2224 function.
2225
2226 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2227 resize choice.
2228
2229 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2230
2231 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2232 beginning of the buffer.
2233
2234 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2235 article buffer again.
2236
2237 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2238
2239 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2240 when it's at the start of the buffer.
2241
2242 * shr.el (shr-tag-blockquote): Convert name.
2243 (shr-rescale-image): Use the right image-size variant.
2244
2245 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2246 buffer isn't shown, then select the current article first instead of
2247 bugging out.
2248 (gnus-summary-select-article-buffer): Show both the article and summary
2249 buffers again.
2250
2251 * shr.el (shr-fontize-cont): Protect against regions with no text.
2252 Rename tag functions to shr-tag-* for enhanced security.
2253 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2254
2255 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
2256
2257 * shr.el (shr-insert):
2258 * pop3.el (pop3-movemail):
2259 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2260 loaded.
2261
2262 2010-10-03 Glenn Morris <rgm@gnu.org>
2263
2264 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2265
2266 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2267
2268 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2269
2270 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2271
2272 * gnus-util.el (gnus-make-local-hook): Simplify.
2273
2274 2010-10-02 Julien Danjou <julien@danjou.info>
2275
2276 * gnus-util.el (gnus-iswitchb-completing-read): New function.
2277 (gnus-ido-completing-read): New function.
2278 (gnus-emacs-completing-read): New function.
2279 (gnus-completing-read): Use gnus-completing-read-function.
2280 Add gnus-completing-read-function.
2281
2282 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2283
2284 * shr.el (shr-insert-document): Autoload.
2285 (shr-img): Be silent.
2286 (shr-insert): Add a newline after every picture before text.
2287 (shr-add-font): Use overlays for combining faces.
2288 (shr-insert): Pass upwards the text start point.
2289
2290 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2291 possible.
2292 (mm-shr): New function.
2293
2294 2010-10-02 Julien Danjou <julien@danjou.info>
2295
2296 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2297 should go backward.
2298
2299 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
2300
2301 * shr.el (shr): Fix typo in provide call.
2302
2303 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2304
2305 * shr.el: New file.
2306
2307 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2308
2309 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2310 completing read.
2311
2312 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2313
2314 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2315 we're being queried about. Suggested by Dan Jacobson.
2316
2317 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2318 Suggested by Jason Eisner.
2319
2320 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2321 table, too. Suggested by Stefan Wiens.
2322 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2323 the table unnecessary. Suggested by Stefan Wiens.
2324
2325 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2326 longer needed, and probably doesn't work either, as pointed out by
2327 Stefan Wiens.
2328 (gnus-summary-exit): Remove call to the clearing function.
2329 (gnus-summary-exit-no-update): Ditto.
2330
2331 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2332 instead of gnus-eval-in-buffer-window to avoid popping up frames.
2333 Reported by Stefan Monnier.
2334 (gnus-summary-save-in-rmail): Ditto.
2335
2336 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2337 article buffer, instead of both the article buffer and the summary
2338 buffer. Sort of suggested by Dan Jacobson.
2339
2340 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2341
2342 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2343 Suggested by Dan Jacobson.
2344
2345 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2346 documentation clearer.
2347
2348 * message.el (message-shorten-references): Comment on the number "21".
2349 Suggested by Stefan Monnier.
2350
2351 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2352 Suggested by Dan Jacobson.
2353
2354 * gnus.el (gnus-large-newsgroup):
2355 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
2356
2357 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2358 externalize attachments. Bug reported by Steve Wen.
2359
2360 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2361 really message anything to the user.
2362
2363 * nnmail.el (nnmail-article-group): Allow using the fancy split method
2364 directly.
2365
2366 * nnimap.el (nnimap-request-group): Low higher than high to signal no
2367 messages in empty groups.
2368
2369 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
2370
2371 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2372 non-UIDNEXT group.
2373
2374 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2375
2376 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2377 not the value from the collection.
2378
2379 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2380 values. This sometimes happens on some groups that have no info.
2381 (nnimap-request-newgroups): New function.
2382
2383 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
2384
2385 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2386 check into `gnus-registry-initialize'.
2387 (gnus-registry-initialize): Ditto.
2388 Fix and extend header docs.
2389
2390 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2391
2392 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2393 regexp backtrace overflows.
2394
2395 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2396 for starttls that tls.el implements; i.e. openssl.
2397
2398 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
2399
2400 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2401 (gravatar-create-image): New function that's an alias to
2402 gnus-xmas-create-image, gnus-create-image, or create-image.
2403 (gravatar-data->image): Use it.
2404
2405 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2406
2407 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2408 install the nnregistry refer method.
2409 (gnus-registry-install-hooks): Use it.
2410 (gnus-registry-unfollowed-groups): Add nnmairix to the default
2411 unfollowed groups.
2412
2413 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
2414
2415 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2416 expanding threads.
2417
2418 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2419
2420 * nnir.el: Use the server names without suffixes (bug #7009).
2421
2422 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2423 unencrypted to STARTTLS, if possible.
2424
2425 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
2426
2427 * message.el (message-ignored-supersedes-headers): Strip Injection-*
2428 headers before superseding.
2429
2430 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2431
2432 * nnrss.el (nnrss-use-local): Add documentation.
2433
2434 * nnimap.el (nnimap-extend-tls-programs): New function.
2435 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2436 (nnimap-wait-for-connection): Accept the greeting from the stupid
2437 output from openssl s_client -starttls, too.
2438
2439 * nnimap.el (nnimap-find-article-by-message-id): Really return the
2440 article number.
2441 (nnimap-split-fancy): New variable.
2442 (nnimap-split-incoming-mail): Use it.
2443
2444 * nntp.el (nntp-server-list-active-group): Document.
2445
2446 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2447 SELECT to get the message-id.
2448
2449 * mail-source.el (mail-sources): Remove webmail support.
2450 (defvar): Ditto.
2451 (mail-source-fetcher-alist): Ditto.
2452 (mail-source-fetch-webmail): Remove.
2453
2454 * webmail.el: Remove -- doesn't seem relevant any more.
2455
2456 * gnus.el: Fix up make-obsolete-variable declarations throughout.
2457
2458 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2459 the \r.
2460
2461 2010-09-30 Julien Danjou <julien@danjou.info>
2462
2463 * gnus-agent.el (gnus-agent-add-group): Fix call to
2464 gnus-completing-read.
2465
2466 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2467
2468 * nndoc.el (nndoc-retrieve-groups): New function.
2469
2470 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2471 `default', use nnmail-split-methods.
2472 (nnimap-request-article): Downcase the NILs so that they are nil.
2473
2474 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2475 symbol.
2476
2477 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2478 code, since if the user has requested network, that's what they ought
2479 to get.
2480 (nnimap-request-set-mark): Erase the buffer before issuing commands.
2481 (nnimap-split-rule): Mark as obsolete.
2482
2483 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2484 New variable.
2485
2486 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2487 correct slot, too.
2488
2489 2010-09-29 Julien Danjou <julien@danjou.info>
2490
2491 * gnus.el (gnus-local-domain): Declare variable obsolete.
2492
2493 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2494 Fix history computing.
2495 (gnus-ido-completing-read): Require ido.
2496
2497 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2498
2499 * gnus-registry.el: Don't prompt on load, which makes it impossible to
2500 build Gnus.
2501
2502 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2503 when interpreting the structures.
2504 (nnimap-request-accept-article): Add \r\n to the lines to make this
2505 work with Cyrus.
2506
2507 * nndraft.el (nndraft-request-expire-articles): Use the group name
2508 instead if "nndraft". Fix found by Nils Ackermann.
2509
2510 2010-09-29 Ludovic Courtes <ludo@gnu.org>
2511
2512 * nnregistry.el: Add.
2513
2514 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2515
2516 * nnmail.el (group, group-art-list, group-art):
2517 Remove unneeded directives.
2518
2519 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
2520
2521 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2522 (mm-mime-charset)
2523 * rfc2047.el (rfc2047-syntax-table)
2524 * utf7.el (utf7-utf-16-coding-system): Comment fix.
2525
2526 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2527 rather than `insert-file-contents' and `eval-region'.
2528
2529 2010-09-29 Julien Danjou <julien@danjou.info>
2530
2531 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2532 replacement of `gnus-gravatar-relief' to mimic
2533 `gnus-faces-properties-alist'.
2534 Add :version property.
2535
2536 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2537
2538 * mail-source.el (mail-source-report-new-mail)
2539 * message.el (message-default-mail-headers)
2540 * mm-decode.el (mm-valid-image-format-p): Comment fix.
2541
2542 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2543
2544 2010-09-28 Julien Danjou <julien@danjou.info>
2545
2546 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2547 mail-address contains the same string as real-name.
2548
2549 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2550 non-blank in header, otherwise it'll get stripped.
2551
2552 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2553 real-name, and then for mail address rather than doing : or , search.
2554
2555 2010-09-27 Julien Danjou <julien@danjou.info>
2556
2557 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2558 right completing-read function.
2559 (gnus-use-ido): New variable
2560 (gnus-completing-read-with-default): Remove.
2561 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2562 (gnus-agent-add-group):
2563 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2564 * mm-view.el (mm-view-pkcs7-decrypt):
2565 * mm-util.el (mm-codepage-setup):
2566 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2567 * mml-smime.el (mml-smime-openssl-sign-query):
2568 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2569 (mml-insert-multipart):
2570 * gnus-msg.el (gnus-summary-yank-message):
2571 * gnus-int.el (gnus-start-news-server):
2572 * mm-decode.el (mm-interactively-view-part):
2573 * gnus-dired.el (gnus-dired-attach):
2574 * gnus.el (gnus-read-method):
2575 * gnus-bookmark.el (gnus-bookmark-jump):
2576 * gnus-art.el (gnus-mime-view-part-as-type)
2577 (gnus-mime-action-on-part, gnus-article-encrypt-body):
2578 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2579 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2580 * nnmairix.el (nnmairix-create-server-and-default-group)
2581 (nnmairix-update-groups, nnmairix-get-server)
2582 (nnmairix-backend-to-server, nnmairix-goto-original-article)
2583 (nnmairix-get-group-from-file-path):
2584 * nnrss.el (nnrss-find-rss-via-syndic8):
2585 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2586 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2587 (gnus-group-browse-foreign-server):
2588 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2589 (gnus-summary-execute-command, gnus-summary-respool-article)
2590 (gnus-read-move-group-name):
2591 * gnus-score.el (gnus-summary-increase-score)
2592 (gnus-summary-score-effect):
2593 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2594
2595 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2596
2597 * nnimap.el (auth-source-forget-user-or-password)
2598 (auth-source-user-or-password): Autoload.
2599
2600 * message.el (message-from-style, message-interactive)
2601 (message-signature): Remove comment.
2602 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
2603 always.
2604 (message-sendmail-envelope-from): Comment fix.
2605 (message-yank-prefix): Default to mail-yank-prefix always.
2606 (message-indentation-spaces):
2607 Default to mail-indentation-spaces always.
2608 (message-signature-file): Default to mail-signature-file always.
2609
2610 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2611
2612 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2613 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2614 new articles.
2615
2616 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2617 parts.
2618 (nnimap-request-article): Work with the t setting, too.
2619
2620 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2621 that you don't get flashes of other buffers.
2622 (gnus-summary-show-complete-article): Intern before setting.
2623
2624 2010-09-27 David Engster <dengste@eml.cc>
2625
2626 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2627 well as HEADERS.
2628 (nnmairix-retrieve-headers): Provide new argument for the above.
2629
2630 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2631
2632 * gnus-sum.el (gnus-summary-move-article): Don't alter
2633 gnus-newsgroup-active. This makes `/ N' work after copying to the same
2634 group.
2635
2636 * nnimap.el (nnimap-update-info): Don't destructively alter active.
2637
2638 * message.el (message-cite-prefix-regexp): Revert my last edit.
2639
2640 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2641 variable instead of the Gnus variable.
2642
2643 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2644
2645 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2646
2647 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2648 since some servers don't like it.
2649 (nnimap-open-connection): Forget credentials if the server says the
2650 password was wrong.
2651 (nnimap-parse-line): Protect against invalid data.
2652
2653 * gnus-sum.el (gnus-summary-move-article): Add comment.
2654 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2655 nothing alters it while scanning for new messages.
2656
2657 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2658 which may or may not help.
2659 (nnimap-open-connection): If we're doing a stream connection, and then
2660 discover we're on a STARTTLS-capable server, then open a STARTTLS
2661 connection instead.
2662
2663 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2664
2665 * nnimap.el (utf7): Require.
2666
2667 * message.el (message-cite-prefix-regexp): Remove "}" from citation
2668 prefix.
2669
2670 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
2671
2672 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2673
2674 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2675
2676 * nnimap.el (nnimap-request-accept-article): Message the error on
2677 error.
2678
2679 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
2680
2681 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2682
2683 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2684
2685 * nndoc.el (nndoc-request-list): Return success always.
2686
2687 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2688 `fetch-old' -- we only want to fetch the articles we've requested.
2689 The rest are in the agent, probably.
2690 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2691 disappeared server" to something low. It's not important.
2692
2693 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2694 arrived before the FETCH data.
2695
2696 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2697 target here, because we don't know the Gnus name of the group.
2698
2699 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2700 for the correct group.
2701
2702 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2703
2704 * gnus.el (gnus): Give a final warning after startup.
2705
2706 * gnus-util.el (gnus-action-message-log): New variable.
2707 (gnus-message): Use it.
2708 (gnus-final-warning): New function.
2709
2710 * nnimap.el (nnimap-open-connection): Record the greeting.
2711 (nnimap): Add greeting.
2712
2713 2010-09-26 Julien Danjou <julien@danjou.info>
2714
2715 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2716 arguments.
2717 (gnus-html-wash-images): Fix spec computing to include start/end.
2718
2719 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2720
2721 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2722
2723 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2724 deletion.
2725 (nnimap-retrieve-headers): Don't select the group, because that's
2726 already done by nnimap-possibly-change-group.
2727
2728 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2729 (gnus-picon-transform-address): Use it.
2730
2731 * mail-source.el (mail-source-value): Revert previous patch.
2732
2733 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2734 on failure.
2735 (nnimap-open-connection): Look up both virtual and physical server name
2736 credentials.
2737
2738 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2739
2740 2009-02-08 Dave Love <fx@gnu.org>
2741
2742 * gnus-win.el (gnus-window-to-buffer-helper)
2743 (gnus-all-windows-visible-p): Function needn't be a symbol.
2744
2745 * mail-source.el (mail-source-value): Function needn't be a symbol.
2746
2747 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2748
2749 * message.el (message-cite-prefix-regexp): Remove } from the cite
2750 prefix.
2751
2752 * gnus-art.el (gnus-treatment-function-alist): Do picons before
2753 highlight again, so that the highlight is correct.
2754
2755 * gnus-picon.el (gnus-picon): Remove again.
2756 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2757
2758 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2759 doing the header highlightling, so that the background colour of the
2760 picon is correct.
2761
2762 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2763 (gnus-picon): Ditto.
2764 (gnus-picon): Reinstate. The background colour for picons is white.
2765 (gnus-picon-insert-glyph): Make the background white.
2766
2767 * nnml.el (nnml-open-nov): Don't return dead buffers.
2768
2769 * auth-source.el (auth-source-create): Query the user for whether to
2770 store the credentials.
2771
2772 * auth-source.el (auth-source-user-or-password): Use the existing auth
2773 sources, if any, for creation.
2774
2775 * gnus.el (gnus-group-fast-parameter): Return the last matching
2776 parameter instead of the first matching parameter.
2777
2778 2010-09-26 Julien Danjou <julien@danjou.info>
2779
2780 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2781
2782 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2783
2784 * mml2015.el (mml2015-use): Remove gpg support.
2785
2786 * mml1991.el (mml1991-function-alist): Remove gpg function.
2787 (mml1991-gpg-sign): Remove.
2788
2789 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2790
2791 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2792 (gnus-browse-unsubscribe-current-group): Document it.
2793 (gnus-browse-unsubscribe-group): Use it.
2794
2795 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2796
2797 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2798 address to the To list for easier response.
2799
2800 * gnus.el (gnus-play-startup-jingle): Remove.
2801 (gnus-splash): Don't play jingle.
2802 (gnus): Silence gnus-load message.
2803
2804 * gnus-art.el (gnus-treat-play-sounds): Remove.
2805
2806 * gnus.el (gnus-play-jingle): Remove audio support.
2807
2808 * gnus-cus.el (gnus-score-customize): Remove audio reference.
2809
2810 * earcon.el: Remove -- no users.
2811
2812 * gnus-audio.el: Remove -- no users of this package.
2813
2814 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2815
2816 * gnus-start.el (gnus-setup-news): Remove nocem support.
2817
2818 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2819
2820 * gnus.el (gnus-use-nocem): Remove.
2821
2822 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2823 Remove.
2824
2825 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
2826 uses NoCeM any more.
2827
2828 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2829 (gnus-button-ctan-handler): Ditto.
2830 (gnus-button-handle-ctan-bogus-regexp): Ditto.
2831 (gnus-button-ctan-directory-regexp): Ditto.
2832 (gnus-button-handle-ctan): Ditto.
2833 (gnus-button-tex-level): Ditto.
2834 (gnus-button-alist): Remove CTAN stuff.
2835
2836 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2837
2838 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2839 nnimap-streaming test.
2840
2841 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2842 servers twice.
2843
2844 * nnimap.el (nnimap-open-connection): Add more error reporting when
2845 nnimap fails early.
2846
2847 * nnheader.el (nnheader-get-report-string): New function.
2848 (nnheader-get-report): Use it.
2849
2850 * gnus-int.el (gnus-check-server): Say what the error was when opening
2851 failed.
2852
2853 * nnimap.el (nnimap-wait-for-response): Search further when we're not
2854 using streaming.
2855
2856 2010-09-25 Julien Danjou <julien@danjou.info>
2857
2858 * gnus-html.el (gnus-html-rescale-image): Use our defalias
2859 gnus-window-inside-pixel-edges.
2860
2861 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2862
2863 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2864
2865 * mm-decode.el (mm-save-part): Allow saving to other directories the
2866 normal Emacs way.
2867
2868 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2869 Suggested by Jay Berkenbilt.
2870
2871 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2872 there isn't a single byte.
2873
2874 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2875 just do it. It doesn't really seem to matter what the user responds
2876 here, I think, so it's just a confusing question.
2877
2878 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2879 non-streaming case.
2880
2881 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2882 (gnus-article-encrypt-body): Use it.
2883
2884 * gnus-sum.el (gnus-summary-show-complete-article): New command and
2885 keystroke.
2886
2887 * nnimap.el (nnimap-find-wanted-parts-1):
2888 Use gnus-fetch-partial-articles.
2889
2890 * gnus-art.el (gnus-fetch-partial-articles): New variable.
2891
2892 * nnimap.el (nnimap-insert-partial-structure): New function.
2893 (nnimap-get-partial-article): New function.
2894 (nnimap-request-article): Use it.
2895 (nnimap-wait-for-response): Return whether the wait was successful.
2896 (nnimap-finish-retrieve-group-infos): Don't do anything if the
2897 retrieval wasn't successful.
2898 (nnimap-retrieve-group-data-early): Allow throttling servers.
2899 (nnimap-streaming): New variable.
2900 (nnimap-fetch-partial-articles): Remove.
2901
2902 * mm-decode.el (mm-with-part): Protect against killed buffers.
2903
2904 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2905 for prettier summary display.
2906
2907 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
2908
2909 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2910
2911 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2912
2913 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2914 apparently third-party libraries depend on it.
2915
2916 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2917 before starting negotiation.
2918
2919 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2920 privacy reasons.
2921 (gnus-treat-mail-gravatar): Ditto.
2922
2923 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2924 buffer when inserting images. Inserting text into the headers, for
2925 instance, can make them invalid.
2926
2927 2010-09-25 Julien Danjou <julien@danjou.info>
2928
2929 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2930 variables.
2931
2932 * nnheader.el: Remove useless variables news-reply-yank-from and
2933 news-reply-yank-message-id.
2934
2935 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2936 variables.
2937
2938 * mml1991.el: Remove useless mml1991-verbose.
2939
2940 * gnus.el: Remove useless variable gnus-use-generic-from.
2941 Remove obsolete variable gnus-topic-indentation.
2942
2943 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2944
2945 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2946
2947 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2948
2949 * gnus-group.el: Remove useless gnus-group-icon-cache.
2950 Remove useless gnus-ephemeral-group-server.
2951
2952 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2953
2954 * mml2015.el: Remove useless mml2015-verbose.
2955
2956 * mml-smime.el: Remove useless mml-smime-verbose.
2957
2958 * gnus.el: Remove useless gnus-local-domain.
2959
2960 * gnus-gravatar.el (gnus-gravatar-transform-address):
2961 Use gnus-gravatar-size.
2962
2963 * gnus-art.el: Remove useless gnus-treat-translate.
2964
2965 2010-09-24 Julien Danjou <julien@danjou.info>
2966
2967 * gnus-sum.el: Add support for Gravatars.
2968
2969 * gnus-art.el: Add support for Gravatars.
2970
2971 * gnus-gravatar.el: Add this file.
2972
2973 * gravatar.el: Add this file.
2974
2975 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2976
2977 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2978
2979 * gnus-group.el (gnus-group-fetch-faq): Remove.
2980
2981 * gnus.el (gnus-group-faq-directory): Remove.
2982
2983 * gnus-group.el (gnus-group-fetch-charter): Remove.
2984
2985 * gnus.el (gnus-group-charter-alist): Remove.
2986
2987 * gnus-group.el (gnus-group-archive-directory): Remove.
2988 (gnus-group-recent-archive-directory): Ditto.
2989 (gnus-group-make-archive-group): Remove.
2990
2991 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2992
2993 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2994 use the same article number for all the cached articles.
2995
2996 * nnimap.el (nnimap-command): Register the last command time so
2997 that we can use it for idling NOOPs.
2998 (nnimap-open-connection): Start the keeplive timer.
2999 (nnimap-make-process-buffer): Store all the process buffers.
3000 (nnimap-keepalive): New function.
3001
3002 * starttls.el (starttls-open-stream): Add autoload cookie.
3003
3004 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3005
3006 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3007 handling.
3008
3009 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3010
3011 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3012 its data structures.
3013
3014 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3015 instead of the cl.el copy-list.
3016 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3017 equalp.
3018
3019 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3020
3021 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3022 and tool-bar-local-item-from-menu.
3023
3024 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3025 mode-line-highlight face for Emacs.
3026
3027 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3028 loading gnus-sum.elc; fix comment for canlock-verify.
3029 (gnus-article-jump-to-part): Use read-number.
3030 (gnus-insert-mime-button, gnus-insert-mime-security-button):
3031 Remove Emacs pre-21 compatible code for help-echo.
3032 (gnus-article-next-page-1): No need to adjust the number of lines.
3033 (gnus-article-describe-bindings): Always use help-buffer.
3034
3035 * gnus-audio.el (gnus-audio-inline-sound)
3036 * gnus-cus.el (gnus-custom-mode)
3037 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3038
3039 * gnus-sum.el (gnus-remove-overlays): Doc fix.
3040
3041 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3042 compatible code.
3043
3044 2010-09-24 Glenn Morris <rgm@gnu.org>
3045
3046 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3047 visiting the fcc file in rmail-mode.
3048
3049 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3050
3051 * nnir.el: Silence the byte compiler.
3052
3053 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3054 alias to browse-url-url-encode-chars if any.
3055 (gnus-html-encode-url): Use it.
3056
3057 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3058
3059 * gnus-start.el (gnus-use-backend-marks): New variable.
3060 (gnus-get-unread-articles-in-group): Use it.
3061
3062 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3063 makeover.
3064
3065 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3066
3067 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3068
3069 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3070
3071 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3072 Remove.
3073 (gnus-setup-news-hook):
3074 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3075
3076 * gnus-int.el (gnus-request-update-info): Protect against backends not
3077 having the function.
3078
3079 * nnimap.el (nnimap-stream): Mention starttls.
3080 (nnimap-open-connection): Add starttls support.
3081
3082 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3083
3084 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3085
3086 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3087
3088 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3089 BODYSTRUCTUREs.
3090 (nnimap-transform-headers): Unfold quoted {42} headers.
3091
3092 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3093 the info.
3094 (gnus-get-unread-articles): Only call updatep on backends that support
3095 it.
3096
3097 * nnweb.el (nnweb-request-update-info): NOOP.
3098
3099 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3100
3101 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3102 since it only deals with marks.
3103
3104 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3105 gnus-request-marks, and make a new gnus-request-update-info.
3106
3107 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3108 the active instead of the high number, which is usually too low.
3109
3110 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
3111
3112 * encrypt.el: Remove.
3113
3114 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3115
3116 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3117 server in symbolic form.
3118
3119 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3120
3121 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3122
3123 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3124 (nnimap-update-info): Fix up code slightly.
3125
3126 * gnus-int.el (gnus-open-server): Add tracing for performance
3127 debugging.
3128
3129 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3130 (gnus-group-insert-group-line): Pass the real group name so that it
3131 gets the right data.
3132
3133 * gnus-start.el (gnus-get-unread-articles): Don't have
3134 `gnus-get-unread-articles-in-group' update info, since that can be
3135 really slow and doesn't seem to be needed?
3136
3137 2010-09-22 Julien Danjou <julien@danjou.info>
3138
3139 * gnus-group.el (gnus-group-insert-group-line):
3140 Call gnus-group-highlight-line.
3141 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3142 default hook list.
3143 (gnus-group-update-eval-form): Add new function.
3144 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3145 (gnus-group-get-icon): Use gnus-group-update-eval-form.
3146
3147 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3148
3149 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3150 immediate, then expire all articles.
3151 (nnimap-update-info): Fix off-by-one errors.
3152 (nnimap-flags-to-marks): Would return no marks lists for group with no
3153 flags. Instead return the other data.
3154
3155 2010-09-22 Julien Danjou <julien@danjou.info>
3156
3157 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3158 Only return an icon.
3159 (gnus-group-insert-group-line): Compute icon to return.
3160
3161 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3162 (gnus-html-image-fetched): Only cache if
3163 gnus-html-image-automatic-caching is set.
3164 (gnus-html-image-fetched): Check for errors.
3165
3166 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3167
3168 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3169 once per method on `g'. This ensures that backends like nnfolder don't
3170 open all their folders.
3171
3172 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3173 (nnimap-request-list): Nix out group in the correct buffer.
3174 (nnimap-parse-flags): Implement by using `read' instead of
3175 hand-parsing.
3176 (nnimap-flags-to-marks): Pass on permanent-flags.
3177 (nnimap-make-process-buffer): Record the server name.
3178 (nnimap-parse-flags): Fix typo.
3179 (nnimap-request-scan): Run split on the server in general, not just a
3180 single group.
3181
3182 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3183 parameter, and propagate this downwards.
3184
3185 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3186 since EXAMINE changes it on the server.
3187
3188 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3189 this command might take a while.
3190
3191 2010-09-22 Julien Danjou <julien@danjou.info>
3192
3193 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
3194 harmful if you have 2 images side-by-side, they can't be properly
3195 update on text deletion. Using text-property is safer here.
3196 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3197 data.
3198
3199 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3200
3201 * nnimap.el (nnimap-expunge-inbox): Remove.
3202 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3203 (nnimap-expunge): Flip default to t.
3204
3205 * gnus.el (gnus-method-to-server): Don't push things to the cache
3206 unless it's unique.
3207 (gnus-server-to-method): Ditto.
3208
3209 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
3210
3211 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3212
3213 2010-09-22 Julien Danjou <julien@danjou.info>
3214
3215 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3216 get the start of data.
3217 (gnus-html-encode-url): Add this function to encode special chars in
3218 URL.
3219 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3220 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3221
3222 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3223 default.
3224 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3225
3226 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3227 images alt-text.
3228 (gnus-html-put-image): Put alt-text as help-echo.
3229
3230 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3231
3232 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3233 * mm-util.el (mm-decompress-buffer)
3234 * nnir.el (nnir-run-find-grep)
3235 * pop3.el (pop3-list): Use 3rd arg of split-string.
3236
3237 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3238
3239 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3240 outside the active range. Suggested by Dan Christensen.
3241
3242 * gnus-start.el (gnus-get-unread-articles): Get the extended method
3243 slightly later to avoid double-getting it.
3244
3245 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3246 previous patch.
3247
3248 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3249
3250 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
3251
3252 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3253
3254 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3255
3256 * gnus-int.el (gnus-open-server): Give a better error message in the
3257 "go offline" case.
3258
3259 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3260 marks for nnimap, which is seldom the right thing to do.
3261
3262 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3263 (gnus-same-method-different-name): New function.
3264
3265 * nnimap.el (parse-time): Require.
3266
3267 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3268 method in the presence of many similar methods.
3269
3270 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3271
3272 * nnimap.el (nnimap-find-expired-articles): Don't refer to
3273 nnml-inhibit-expiry.
3274
3275 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3276 find out whether methods are equal.
3277
3278 * nnimap.el (nnimap-find-expired-articles): New function.
3279 (nnimap-process-expiry-targets): New function.
3280 (nnimap-request-move-article): Request the article before looking at
3281 what the Message-ID is. Fix found by Andrew Cohen.
3282 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3283
3284 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3285 for oldness in addition to being a predicate.
3286
3287 * nnimap.el (nnimap-request-group): When we have zero articles, return
3288 the right data to Gnus.
3289 (nnimap-request-expire-articles): Only delete articles immediately if
3290 the target is 'delete.
3291
3292 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3293 method, this would bug out.
3294
3295 * gnus-group.el (gnus-group-expunge-group): Rename from
3296 gnus-group-nnimap-expunge, and implemented as a normal interface
3297 function.
3298
3299 * gnus-int.el (gnus-request-expunge-group): New function.
3300
3301 * nnimap.el (nnimap-request-create-group): Implement.
3302 (nnimap-request-expunge-group): New function.
3303
3304 2010-09-21 Julien Danjou <julien@danjou.info>
3305
3306 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3307 (gnus-html-cache-expired): Add new function.
3308 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3309 wethever we should display image for fetch it.
3310 Compute alt-text earlier to pass it to the fetching function too.
3311 (gnus-html-schedule-image-fetching): Change function argument to only
3312 get one image at a time, not a list.
3313 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3314 cache.
3315 (gnus-html-get-image-data): New function to retrieve image data from
3316 cache.
3317 (gnus-html-put-image): Change buffer argument to use image data rather
3318 than file, and place image above region rather than inserting a new
3319 one. Do not take alt-text as argument, since it's useless now: we place
3320 the image above alt-text.
3321 (gnus-html-prune-cache): Remove.
3322 (gnus-html-show-images): Start to fetch image when we find one, do not
3323 push into a temporary list.
3324 (gnus-html-prefetch-images): Only fetch image if they have expired.
3325 (gnus-html-browse-image): Fix, use 'gnus-image-url.
3326 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3327
3328 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3329
3330 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3331
3332 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3333
3334 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3335 spec inser "*" if the group isn't active instead of 0.
3336
3337 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3338 opening the server.
3339 (nnimap-request-delete-group): Implement group deletion.
3340 (nnimap-transform-headers): Return the size of the entire message in
3341 the Bytes header, not just the size of the first part.
3342 (nnimap-request-move-article): When moving an article from nnimap,
3343 request the article first so the accepting form has an article to
3344 accept. Reported by Dan Christensen.
3345 (nnimap-command): Make sure that the error message doesn't error out.
3346
3347 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
3348
3349 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3350 we haven't requested anything.
3351
3352 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3353
3354 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3355 "". Fix found by Andrew Cohen.
3356
3357 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3358 instead of -encode-string.
3359
3360 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3361
3362 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3363
3364 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3365 by mm-subst-char-in-string.
3366
3367 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3368
3369 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3370 waiting for the connection string.
3371
3372 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3373 arriving.
3374
3375 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3376 bogus characters. This allows selecting certain Gmail groups.
3377
3378 * nnimap.el (nnimap-find-wanted-parts-1): New function.
3379 (nnimap-fetch-partial-articles): New variable.
3380 (nnimap-open-connection): When looking for credentials, also use the
3381 nnimap-server-port.
3382 (nnimap-request-article): Return the group/article number, so that Gnus
3383 `^' works as expected.
3384 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3385
3386 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3387 comments.
3388 (gnus-methods-sloppily-equal): New function.
3389 (gnus): When using the development version of Gnus, load the gnus-load
3390 file.
3391
3392 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3393 `gnus-open-server' on each method before trying to scan them etc.
3394 This ensures that all the backend parameters are set correctly.
3395
3396 * nnimap.el (nnimap-authenticator): New variable.
3397 (nnimap-open-connection): Allow anonymous login.
3398 (nnimap-transform-headers): The chars header is called Chars not Bytes.
3399 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3400
3401 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3402 patch, found by Knut Anders Hatlen.
3403
3404 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
3405
3406 * gnus-agent.el (gnus-agent-batch-confirmation)
3407 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3408 to gnus-message.
3409 * gnus-art.el (gnus-article-describe-briefly): Likewise.
3410 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3411 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3412 * gnus-int.el (gnus-open-server): Likewise.
3413 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3414 (gnus-score-check-syntax): Likewise.
3415 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3416 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3417 Likewise.
3418 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3419
3420 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3421
3422 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3423 calling conventions so that prefetch doesn't bug out.
3424
3425 2010-09-19 Julien Danjou <julien@danjou.info>
3426
3427 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3428 rather than `subst-char-in-region' in order to be able to replace ASCII
3429 char by UTF-8 ones.
3430
3431 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3432 than curl.
3433 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3434 the right URL and ALT text on images.
3435 (gnus-html-wash-tags): Fix tag case.
3436 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
3437 (gnus-article-html): Add -o display_ins_del=2 option.
3438 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3439
3440 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3441
3442 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3443 the extra mail headers, which sometimes seem to happen for unknown
3444 reasons.
3445
3446 * mail-parse.el (mail-header-encode-parameter): Define as
3447 rfc2045-encode-string instead of as rfc2231-encode-string, since some
3448 (or most, perhaps?) mail readers don't understand the latter, but do
3449 understand the former.
3450
3451 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3452 to nil, so that no methods are automatically agentized. I think this
3453 is probably what most users want.
3454
3455 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3456 from url-retrieve, for instance about invalid URLs.
3457
3458 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3459 groups that have no articles.
3460 (nnimap-request-article): Check that we really got an article when we
3461 requested one.
3462
3463 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3464 doesn't exist.
3465
3466 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3467 nntp buffer so the agent can save it.
3468 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3469 that CRLF doesn't get translated to \n.
3470 (nnimap-open-connection): Don't make 'shell commands only send \n.
3471
3472 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3473
3474 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3475 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3476 Update var name.
3477 (nnml-generate-nov-file): Use dolist.
3478 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3479 Use with-current-buffer.
3480
3481 2010-09-18 Julien Danjou <julien@danjou.info>
3482
3483 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3484 parallel.
3485
3486 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3487
3488 * nnimap.el (nnimap-update-info): When doing partial marks update, get
3489 the range update right.
3490 (nnimap-request-group): Don't make `M-g' bug out on group with no
3491 marks.
3492 (nnoo): Require, so that other packages can require nnimap.
3493 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3494 command we're looking for. This helps when the server sends more
3495 responses after we've gotten everything we expected.
3496 (nnimap): Add a `newlinep' field to keep track of end-of-line
3497 conventions.
3498 Don't send CRLF to things that don't want it.
3499 (nnimap-request-accept-article): Ditto.
3500
3501 2010-09-18 Julien Danjou <julien@danjou.info>
3502
3503 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3504 than curl to retrieve images.
3505
3506 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3507
3508 * nnimap.el (nnimap-update-info): Extend the info so that we can set
3509 the marks.
3510 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3511 (nnimap-wait-for-connection): New function.
3512 (nnimap-open-connection): If we have PREAUTH, don't query for login
3513 credentials.
3514 (nnimap-update-info): Fix off-by-one error when concatenating ranges
3515 when doing a partial update.
3516
3517 2010-09-18 Julien Danjou <julien@danjou.info>
3518
3519 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3520 tags.
3521
3522 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3523
3524 * nnimap.el (nnimap-credentials): New function.
3525 (nnimap-open-connection): Use the new function to look for credentials
3526 also on the numeric equivalents of "imap" and "imaps".
3527
3528 * gnus-start.el (gnus-activate-group): Send the info to
3529 gnus-request-group.
3530
3531 * nnimap.el (nnimap-request-group): Have the "check" version of the
3532 function parse flags and update the info, so that a `M-g' get a total
3533 resync of all flags from the group.
3534
3535 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3536 to allow backends to alter the info on group selection. Also alter all
3537 the backend -request-group functions to take the parameter.
3538
3539 * nnimap.el (nnimap-store-info): New function.
3540 (nnimap-update-info): Store the info for later usage.
3541 (nnimap-request-group): Use the stored info for the dont-check case, so
3542 that we don't retrieve all marks when we enter a group.
3543
3544 * nnimap.el: Use deffoo instead of defun for interface functions.
3545
3546 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3547 update the group info. This makes the nndraft groups, for instance, go
3548 back to their old behaviour.
3549
3550 * gnus-sum.el (gnus-select-newsgroup): Indent.
3551
3552 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3553 in.
3554 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3555 nothing.
3556
3557 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3558 from methods that are denied.
3559
3560 * gnus-int.el (gnus-method-denied-p): New function.
3561
3562 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3563 store the password instead of netrc.
3564 (nnimap-open-connection): Don't error out when we can't make a
3565 connections.
3566
3567 * auth-source.el (auth-source-create): In the password prompt, say what
3568 we're querying for. Also prompt for user name if that hasn't been
3569 given.
3570
3571 * nnimap.el (nnimap-with-process-buffer): Remove.
3572
3573 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3574
3575 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3576 method when we're reading from the agent.
3577
3578 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3579
3580 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3581 that's probably most useful for users.
3582
3583 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3584 "failed" all the time.
3585
3586 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3587 ...)) with (with-current-buffer ... ).
3588
3589 * nntp.el (nntp-open-server): Return whether the open was successful or
3590 not.
3591
3592 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3593 select an unread unseen article first.
3594
3595 * nnimap.el (nnimap-open-connection): If the user doesn't have a
3596 /etc/services, supply some sensible port defaults.
3597
3598 2010-09-17 Julien Danjou <julien@danjou.info>
3599
3600 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3601
3602 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3603
3604 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3605 doesn't have any parameters.
3606
3607 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3608
3609 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3610 only upcased checks.
3611
3612 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3613
3614 * nnimap.el (nnimap-open-shell-stream): New function.
3615 (nnimap-open-connection): Use it.
3616 (nnimap-transform-headers): Get the number of lines in each message.
3617 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3618 number of lines.
3619 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
3620 problem.
3621
3622 * utf7.el (utf7-encode): Autoload.
3623
3624 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3625 to allow the mail splitting to not return a default group. This is
3626 useful for nnimap, which will leave unmatched mail in the inbox.
3627
3628 * nnimap.el: Rewritten.
3629
3630 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3631 nnimap usage.
3632
3633 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3634 if the move is internal, so that nnimap can do fast internal moves.
3635
3636 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3637 data.
3638 (gnus-read-active-for-groups): Support finishing the early retrieval of
3639 data.
3640
3641 * gnus-range.el (gnus-range-nconcat): New function.
3642
3643 * gnus-int.el (gnus-finish-retrieve-group-infos)
3644 (gnus-retrieve-group-data-early): New functions.
3645
3646 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3647
3648 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3649 (nnrss-retrieve-groups):
3650 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3651 (pop3-quit): Use with-current-buffer.
3652
3653 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
3654
3655 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3656 instead of nnheader-accept-process-output.
3657
3658 * gnus-html.el (gnus-html-schedule-image-fetching)
3659 (gnus-html-prefetch-images): Replace process-kill-without-query by
3660 gnus-set-process-query-on-exit-flag.
3661
3662 2010-09-16 Romain Francoise <romain@orebokech.com>
3663
3664 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3665
3666 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3667
3668 * gnus-registry.el (gnus-registry-install-shortcuts): The second
3669 parameter to unintern is mandatory-ish in Emacs 24.
3670
3671 * gnus-html.el (gnus-html-schedule-image-fetching)
3672 (gnus-html-prefetch-images): Check for curl before using it.
3673
3674 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3675 depend on curl, which isn't essential.
3676
3677 * imap.el: Revert back to version
3678 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3679 seem problematic.
3680
3681 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
3682
3683 * gnus-registry.el (gnus-registry-install-shortcuts):
3684 Explicitly pass `obarray' to `unintern' to avoid a warning.
3685
3686 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3687
3688 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3689 change.
3690
3691 * nnrss.el (nnrss-request-list): Remove this function and related
3692 functions, including the moreover stuff.
3693
3694 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3695
3696 * nnrss.el (nnrss-retrieve-groups): New function.
3697
3698 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
3699
3700 * .dir-locals.el: Add no-byte-compile cookie.
3701
3702 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
3703
3704 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3705 for back end that doesn't support request-scan.
3706
3707 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3708
3709 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3710 then do request scans from the backends.
3711
3712 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3713 avoid running a hook per line, since this takes a lot of time,
3714 profiling shows.
3715 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3716 directly if gnus-visual-p is true.
3717
3718 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
3719
3720 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3721 groups; replace mapcar with dolist which is a bit faster; pass groups
3722 info to gnus-read-active-file-1.
3723 (gnus-read-active-file-1): Scan only specified groups if the new
3724 optional arg `infos' is given.
3725
3726 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3727
3728 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3729
3730 * pop3.el (pop3-movemail): Remove.
3731 (pop3-streaming-movemail): Rename to pop3-movemail.
3732
3733 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3734 don't restrict end-tag searches to the end of the line.
3735
3736 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3737
3738 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3739 articles of every unchecked group to t, which means unknown since the
3740 server has never been opened.
3741
3742 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3743
3744 * gnus-html.el (gnus-html-show-alt-text): New command.
3745 (gnus-html-browse-image): Ditto.
3746 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3747 to browse the image directly.
3748 (gnus-html-wash-tags): Search for images first, so that <a><img> works
3749 better.
3750
3751 * gnus-async.el (gnus-async-article-callback):
3752 Call `gnus-html-prefetch-images' unconditionally.
3753
3754 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3755 before feeding URLs to curl.
3756
3757 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3758
3759 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3760 internal images as deletable by `W D D'.
3761
3762 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3763 (gnus-async-article-callback): Fix typo.
3764
3765 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3766
3767 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3768 current line to work around bugs in the output from w3m.
3769
3770 * gnus-async.el (gnus-async-article-callback): Always prefetch images
3771 for groups that want that.
3772
3773 * nntp.el (nntp-wait-for-string): Supply a timeout for
3774 accept-process-output to ensure progress.
3775
3776 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3777 level to get unread articles from, then use that for foreign groups,
3778 too.
3779
3780 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3781 confuses the rest of the function.
3782
3783 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3784 for the methods that support -retrieve-groups, too.
3785
3786 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3787
3788 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
3789
3790 * pop3.el: Require cl when compiling.
3791 (pop3-number-of-responses): Search for "+OK", not "+OK ".
3792
3793 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3794
3795 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3796 that aren't going to be activated.
3797 (gnus-get-unread-articles): Fix up the last commit.
3798
3799 * gnus-html.el (gnus-article-html): Allow calling without specifying
3800 the handle. In that case, dissect the buffer first.
3801
3802 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3803
3804 * nnimap.el (nnimap-open-connection): Revert the change that would look
3805 into authinfo for imaps instead of imap.
3806
3807 * gnus-start.el (gnus-activate-group): Take an optional parameter to
3808 say that you don't want to call gnus-request-group with don-check, but
3809 do check the reponse. This is for virtual groups only.
3810 (gnus-get-unread-articles): Count the archive groups as secondary, so
3811 that they're activated the same way as before.
3812
3813 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3814 case-insensitively.
3815 (nnimap-debug): Remove.
3816
3817 * mail-source.el (mail-source-fetch): Don't message if we're fetching
3818 mail from a file, and the file doesn't exist.
3819
3820 * pop3.el (pop3-streaming-movemail): Return t for success.
3821
3822 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3823 .authinfo if we're using ssl connection.
3824
3825 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3826 already have if we're in a main Gnus `g' run.
3827
3828 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3829
3830 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
3831
3832 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3833
3834 * nnmh.el (nnmh-request-list-1): Bind `file'.
3835
3836 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3837 alias to set-process-query-on-exit-flag or process-kill-without-query.
3838 (pop3-open-server): Use it.
3839
3840 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3841
3842 * mail-source.el (mail-source-delete-crash-box): Always move the crash
3843 box to the Incoming file. Fixes mistake in previous checkin.
3844
3845 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3846 request loop (for debugging purposes) removed.
3847
3848 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3849 culprit is more visible.
3850 (nnml-save-incremental-nov, nnml-open-incremental-nov)
3851 (nnml-add-incremental-nov): New functions to do "incremental" nov
3852 updates, where we just append to the end of the existing nov files
3853 without reading/writing them in full.
3854
3855 * mail-source.el (mail-source-delete-crash-box): Really only check the
3856 incoming files once in a while.
3857
3858 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3859
3860 * mail-source.el (mail-source-delete-crash-box): Only check the
3861 incoming files for deletion once per day to save a lot of file
3862 accesses.
3863
3864 * pop3.el (pop3-logon): Fix up unbound variable typo.
3865
3866 * mail-source.el (pop3-streaming-movemail): Autoload.
3867
3868 * pop3.el (pop3-streaming-movemail):
3869 Respect pop3-leave-mail-on-server.
3870
3871 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3872 retrieval.
3873
3874 * pop3.el (pop3-process-filter): Remove unused function.
3875 (pop3-streaming-movemail, pop3-send-streaming-command)
3876 (pop3-wait-for-messages, pop3-write-to-file)
3877 (pop3-number-of-responses): New functions for streaming pop3
3878 retrieval.
3879
3880 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3881 come from no known methods.
3882 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3883 list.
3884
3885 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3886 message sizes.
3887 (pop3-movemail): Use erase-buffer instead of looping and deleting
3888 regions, which seems rather odd.
3889
3890 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3891 file once per `g' run.
3892
3893 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3894 directories. This makes the draft queue directory work.
3895
3896 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3897 data from the backends, so that we only request the list of groups from
3898 each method once. This should speed things up considerably.
3899
3900 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3901 detect that it's not implemented.
3902
3903 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3904 we actually do recurse down into the tree, but don't stat all leaf
3905 nodes.
3906
3907 * gnus-html.el (gnus-html-show-images): If there are no images to show,
3908 then say so instead of bugging out.
3909
3910 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3911 files exist before trying to read them.
3912
3913 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3914 around <pre_int>.
3915
3916 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3917
3918 * nnmh.el (nnmh-request-list-1): Optimize for speed.
3919
3920 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3921
3922 * mm-util.el (mm-image-load-path): Just return the image directories,
3923 not all directories in the path in addition to the image directories.
3924 (mm-image-load-path): Maintain a cache of the image directories so that
3925 the `g' command in Gnus doesn't have to stat dozens of directories each
3926 time.
3927
3928 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3929 (gnus-html-wash-tags): Add a new `i' command to insert images.
3930 (gnus-html-insert-image): New command and keystroke.
3931 (gnus-html-redisplay-with-images): New command and keystroke.
3932 (gnus-html-show-images): Rename command.
3933 (gnus-html-wash-tags): Remove more white space before <pre_int> image
3934 spacers.
3935 (gnus-html-wash-tags): Decode entities at the end, so that entities
3936 inside the tags don't mess up the rest of the "parsing".
3937
3938 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3939 so that nnimap methods aren't agentized by default. There's apparently
3940 many problems related to agent/imap behaviour.
3941
3942 * gnus-art.el (gnus-article-copy-string): New command and key binding.
3943
3944 * gnus-html.el: Doc fix.
3945
3946 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
3947
3948 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3949 glyph-width and glyph-height instead of display-graphic-p and
3950 image-size; make avoidance of displaying small images work for XEmacs.
3951
3952 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3953 for XEmacs.
3954
3955 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3956 of symbol that holds plist data.
3957 (gnus-process-plist): Remove plist of process after getting it.
3958
3959 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3960
3961 * message.el (message-generate-hashcash): Change default to
3962 'opportunistic if hashcash is installed.
3963
3964 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3965 (gnus-html-put-image): Only call image-size once, since it's somewhat
3966 time-consuming on remote X servers.
3967
3968 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
3969
3970 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3971 decoded contents.
3972 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3973
3974 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3975
3976 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3977 group line format, since it isn't very interesting.
3978
3979 * gnus-agent.el (gnus-agent-short-article),
3980 (gnus-agent-long-article): Increase values for these two variables,
3981 since most people are likely to have more network connection and
3982 storage than before.
3983
3984 * gnus.el (gnus-refer-article-method): Change default to 'current.
3985 When referring an article, the common behaviour is to refer it from the
3986 current select method, not the native select method. The chances of
3987 the native select method having the message in question is rather slim
3988 these days.
3989
3990 * gnus-sum.el (gnus-auto-select-subject): Change default to
3991 `unseen-or-unread'. I think it's likely that most people want to
3992 select an unseen article over a previously seen, but unread one.
3993
3994 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
3995 means that in the article buffer none of the minor mode elements will
3996 be shown, usually, and this is not desirable in most cases.
3997
3998 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3999 that commands like `d' (and the like) go to the next line in the
4000 buffer, instead of the next unread article. I think this is the
4001 behaviour that is most natural for most users.
4002 (gnus-single-article-buffer): Change default to nil, so that people can
4003 have as many article buffers open as they have summary buffer. I think
4004 this is the most natural way for the groups to behave.
4005
4006 * message.el (message-generate-new-buffers): Change default to
4007 `unsent', so that all new message buffers start their names with the
4008 string "*unsent", and it's easier to find the buffers if you move from
4009 them.
4010
4011 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4012
4013 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4014 small. They're probably tracking images.
4015 (gnus-html-wash-tags): Remove all <pre_int> place holders.
4016 (gnus-html-rescale-image): Yet another try at getting the image sizing
4017 right.
4018
4019 * nntp.el (nntp-request-set-mark): Refuse to do marks if
4020 nntp-marks-file-name is nil.
4021
4022 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4023
4024 * gnus-html.el (gnus-html-wash-tags)
4025 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4026 Better logging.
4027
4028 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4029
4030 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4031
4032 * gnus-html.el (gnus-html-wash-tags): Check the value of
4033 gnus-blocked-images in the summary buffer.
4034
4035 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4036
4037 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4038
4039 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4040
4041 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4042 like "a", it seems like.
4043 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4044 since it needs to be picked from the correct buffer.
4045
4046 * nnwfm.el: Remove.
4047
4048 * nnlistserv.el: Remove.
4049
4050 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4051
4052 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4053 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4054
4055 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4056
4057 * nnkiboze.el: Remove.
4058
4059 * nndb.el: Remove.
4060
4061 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4062 alt text.
4063 (gnus-html-rescale-image): Try to get the rescaling logic right for
4064 images that are just wide and not tall.
4065
4066 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4067 overshadow variable bindings.
4068
4069 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4070
4071 * gnus-html.el (gnus-html-wash-tags)
4072 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4073 Add extra logging.
4074
4075 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4076
4077 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4078 (gnus-max-image-proportion): New variable.
4079 (gnus-html-rescale-image): New function.
4080 (gnus-html-put-image): Rescale images.
4081
4082 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4083
4084 Fix up some byte-compiler warnings.
4085 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4086 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4087 (gnus-article-fill-cited-article, gnus-article-hide-citation)
4088 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4089 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4090 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4091 (gnus-group-update-group): Use save-excursion and with-current-buffer.
4092
4093 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4094
4095 * gnus-html.el (gnus-article-html): Decode contents by charset.
4096
4097 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4098
4099 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4100 (gnus-html-frame-width, gnus-blocked-images)
4101 * message.el (message-prune-recipient-rules): Add custom version.
4102 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4103
4104 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4105 functions.
4106
4107 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4108 gnus-process-get.
4109
4110 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
4111
4112 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4113 instead of lsub directly.
4114
4115 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4116
4117 * nnwarchive.el: Remove.
4118
4119 * gnus-soup.el: Remove.
4120
4121 * nnsoup.el: Remove.
4122
4123 * nnultimate.el: Remove.
4124
4125 * gnus-html.el (gnus-blocked-images): New variable.
4126
4127 * message.el (message-prune-recipients): New function.
4128 (message-prune-recipient-rules): New variable.
4129
4130 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4131 guess whether a long line is natural text or not.
4132
4133 * gnus-html.el (gnus-html-schedule-image-fetching):
4134 Use gnus-process-plist and friends for compatibility.
4135
4136 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4137
4138 * gnus-html.el: Require packages that define macros used in this file.
4139 (gnus-article-mouse-face): Declare to silence byte-compiler.
4140 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4141 process-get.
4142 (gnus-html-put-image): Use plist-get to avoid getf.
4143 (gnus-html-prefetch-images): Use with-current-buffer.
4144
4145 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
4146
4147 * gnus-ems.el: Provide compatibility functions for
4148 gnus-set-process-plist.
4149
4150 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4151 * gnus.el (gnus-valid-select-methods)
4152 * message.el (message-send-mail-partially-limit)
4153 * mm-decode.el (mm-text-html-renderer)
4154 * mml.el (mml-insert-mime-headers-always)
4155 * smiley.el (smiley-regexp-alist): Bump custom version.
4156
4157 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4158
4159 * gnus-html.el: require mm-url.
4160 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4161 with the url to `url'.
4162 (gnus-html-wash-tags): Support cid: URLs/images.
4163
4164 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4165
4166 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4167 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4168 bindings, as they aren't useful at all. `w' is moved to `W w'.
4169
4170 * gnus-move.el: Remove file, since it doesn't really work.
4171
4172 * gnus-html.el (gnus-article-html): Tell w3m that the input is
4173 UTF-8. This seems to fix problems with some German web feeds.
4174
4175 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4176 at the top so that the proper colours are applied.
4177
4178 * gnus-art.el (gnus-article-view-part): Doc fix.
4179
4180 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4181 XEmacs-compatible.
4182 (gnus-html-put-image): Don't do images on non-graphic displays.
4183
4184 * nnslashdot.el: Remove this unused backend.
4185
4186 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4187 actions.
4188 (gnus-undo-register-1): Revert last change.
4189
4190 * gnus-group.el (gnus-group-completing-read): Protect against not
4191 having completion-styles bound.
4192
4193 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4194 make broken recipients happier.
4195
4196 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4197
4198 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4199 point parameter.
4200
4201 * gnus-group.el (gnus-group-completing-read): Add 'substring to
4202 completion-styles for group selection.
4203
4204 2009-02-04 Andreas Schwab <schwab@suse.de>
4205
4206 * gnus-score.el (gnus-score-string): Fix regex for matching extra
4207 headers and regexp-quote the match if necessary.
4208
4209 2009-03-24 Miles Bader <miles@gnu.org>
4210
4211 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4212 the blinking smiley.
4213
4214 2009-03-24 Simon Josefsson <simon@josefsson.org>
4215
4216 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4217 blink smiley.
4218
4219 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4220
4221 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4222 where the dribbel file lives exists.
4223
4224 * message.el (message-send-mail-partially-limit): Change the default to
4225 nil, since most people don't want this.
4226
4227 * mm-url.el (mm-url-decode-entities): Also decode entities like
4228 &#x3212.
4229
4230 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
4231
4232 * gnus-sum.el (gnus-summary-idna-message):
4233 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4234 Hyperlink urls in docstrings with URL `...'.
4235
4236 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
4237
4238 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4239 functions.
4240
4241 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4242
4243 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4244 say what the mouseover text should be.
4245
4246 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4247 version of the mm-w3m-safe-url-regexp variable to only download images
4248 in the groups where we want that to happen.
4249
4250 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4251
4252 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4253 easier debugging.
4254 (gnus-article-beginning-of-window): Add kludge to allow spacing past
4255 big pictures in the article buffer.
4256
4257 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4258 gnus-article-html.
4259 (mm-text-html-renderer): gnus-article-html needs curl in addition to
4260 w3m.
4261
4262 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4263
4264 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4265
4266 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4267 which doesn't exist.
4268
4269 * message.el (message-inhibit-ecomplete): New variable to allow some
4270 function to inhibit ecomplete address storage.
4271 (message-resend): Disable ecomplete message storage when resending
4272 messages.
4273
4274 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4275
4276 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
4277
4278 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4279 Save excursion while copying, moving, and deleting articles in order to
4280 prevent the cursor from jumping to unforeseen place.
4281
4282 2010-08-17 Glenn Morris <rgm@gnu.org>
4283
4284 * gnus-sync.el: Require gnus components whose functions are used.
4285
4286 * gnus-art.el (bookmark-make-record-function):
4287 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4288 Declare for compiler.
4289
4290 * mm-url.el (mml-compute-boundary): Autoload.
4291
4292 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
4293
4294 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4295
4296 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
4297
4298 Typo fix "hoo4a" -> "hook".
4299
4300 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4301
4302 2010-08-14 Glenn Morris <rgm@gnu.org>
4303
4304 * gnus-sync.el (gnus-sync): Fix defgroup version.
4305
4306 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
4307
4308 Doc fixes and keep unknown groups (ammended for nunion bug fix).
4309
4310 * gnus-sync.el: Fix docs.
4311 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4312 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4313
4314 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4315
4316 Optimizations for gnus-sync.el.
4317
4318 * gnus-sync.el: Add docs about gnus-sync-backend
4319 possibilities.
4320 (gnus-sync-save): Remove unnecessary message.
4321 (gnus-sync-read): Optimize and show what groups were skipped.
4322
4323 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4324
4325 Minor bug fixes for gnus-sync.el.
4326
4327 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4328 Don't read the sync on get-new-news.
4329
4330 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4331 quiet.
4332
4333 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4334 (fix typo).
4335
4336 2010-07-30 Lawrence Mitchell <wence@gmx.li>
4337
4338 Make saving and restoring of hidden threads work with overlays.
4339 Patch applied by Ted Zlatanov.
4340
4341 * gnus-sum.el (gnus-hidden-threads-configuration)
4342 (gnus-restore-hidden-threads-configuration): Update to deal with text
4343 properties, rather than searching for a magic character.
4344
4345 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4346
4347 New gnus-sync.el library for synchronization of marks.
4348
4349 * gnus-sync.el: New library for synchronization of marks.
4350
4351 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4352 renamed from `gnus-registry-grep-in-list'.
4353
4354 * gnus-registry.el (gnus-registry-follow-group-p):
4355 Use `gnus-grep-in-list'.
4356
4357 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4358
4359 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
4360
4361 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4362 determining charset of text fails.
4363
4364 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
4365
4366 * nnmail.el (nnmail-get-new-mail-1): Revert.
4367
4368 * nnml.el (nnml-active-number): Make sure names of newly created groups
4369 in nnml-group-alist are encoded.
4370
4371 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
4372
4373 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4374 containing non-ASCII characters in active file for nnml back end.
4375
4376 2010-07-24 David Engster <dengste@eml.cc>
4377
4378 * mml-smime.el (mml-smime-epg-verify): Also accept the older
4379 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4380
4381 2010-07-21 Daiki Ueno <ueno@unixuser.org>
4382
4383 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4384 tag (Bug#6654).
4385
4386 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
4387
4388 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4389 the article buffer, not the summary buffer.
4390
4391 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
4392
4393 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4394 Emacs 23 as well.
4395
4396 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4397
4398 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4399 Patch applied by Karl Fogel.
4400
4401 * gnus-sum.el (gnus-summary-bookmark-make-record):
4402 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4403
4404 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4405
4406 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4407 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
4408 C-w still not working correctly from Article buffers; Thierry's
4409 patch to fix that will be applied after this.
4410
4411 * gnus-art.el (bookmark-make-record-function): New local variable.
4412
4413 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4414 article buffer.
4415 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4416
4417 2010-07-13 Karl Fogel <kfogel@red-bean.com>
4418
4419 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4420 on changes in bookmark.el.
4421
4422 2010-06-22 Mark A. Hershberger <mah@everybody.org>
4423
4424 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4425 the *other* type of HTML form submission.
4426
4427 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
4428
4429 * auth-source.el (auth-source-pick): If choice does not contain a
4430 questioned keyword, set the check to t.
4431
4432 2010-06-12 Romain Francoise <romain@orebokech.com>
4433
4434 * gnus-util.el (gnus-date-get-time): Move up before first use.
4435
4436 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4437
4438 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4439 (gnus-article-edit-part): Bind it to make last part that is substituted
4440 or deleted visible.
4441 (gnus-mime-display-single): Buttonize part of which id equals to
4442 gnus-mime-buttonized-part-id.
4443
4444 2010-06-10 Dan Christensen <jdc@uwo.ca>
4445
4446 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4447 (gnus-dd-mmm): Use gnus-date-get-time.
4448 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4449 simplify logic.
4450 (gnus-summary-limit-to-age): Use gnus-date-get-time.
4451 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4452
4453 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
4454
4455 * auth-source.el (top): Autoload `secrets-list-collections',
4456 `secrets-create-item', `secrets-delete-item'.
4457 (auth-sources): Fix tag string.
4458 (auth-get-source, auth-source-retrieve, auth-source-create)
4459 (auth-source-delete): New defuns.
4460 (auth-source-pick): Rewrite in order to avoid 2 passes.
4461 (auth-source-forget-user-or-password): New parameter USERNAME.
4462 (auth-source-user-or-password): New parameters CREATE-MISSING and
4463 DELETE-EXISTING. Retrieve password interactively, if needed.
4464
4465 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4466
4467 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4468 deleting unused directories when gnus-expert-user is t.
4469
4470 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
4471
4472 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4473 for each temp file when gnus-article-browse-delete-temp is ask.
4474
4475 2010-05-20 Kevin Ryde <user42@zip.com.au>
4476
4477 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
4478
4479 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
4480
4481 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4482 article unless decoding article to be saved.
4483
4484 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4485
4486 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4487 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4488 generated within the mm-with-unibyte-current-buffer macro.
4489
4490 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4491
4492 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4493 to nil when we're in a mml-preview buffer and no group is selected.
4494
4495 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
4496
4497 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4498 when catching the `C-g'. Reported by "Leo".
4499
4500 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4501
4502 * message.el (message-forward-make-body-plain)
4503 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4504 multibyte-string-p.
4505
4506 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4507
4508 * message.el (message-forward-make-body-mml): Assume original message
4509 is multibyte string; error on unibyte.
4510 (message-forward-make-body-plain): Ditto; don't add excessive newline
4511 in body end.
4512
4513 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
4514
4515 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4516 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
4517
4518 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
4519
4520 * mm-extern.el (mm-extern-url): Don't use
4521 mm-with-unibyte-current-buffer.
4522 (mm-extern-cache-contents): Use with-current-buffer instead of
4523 save-excursion + set-buffer.
4524
4525 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4526
4527 * mm-util.el (mm-emacs-mule): Remove.
4528
4529 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
4530
4531 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4532 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4533 change.
4534
4535 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4536
4537 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4538 bind the default value of enable-multibyte-characters to nil.
4539
4540 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4541
4542 * message.el (message-forward-make-body-plain)
4543 (message-forward-make-body-mml):
4544 Don't use mm-with-unibyte-current-buffer.
4545
4546 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
4547
4548 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4549 (Bug#5592).
4550
4551 2010-05-07 Julien Danjou <julien@danjou.info>
4552
4553 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4554 it to mm-pipe-part.
4555
4556 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4557 it is given.
4558
4559 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
4560
4561 * nnweb.el (nnweb-gmane-search)
4562 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4563 XEmacs.
4564
4565 * gnus-art.el (gnus-article-browse-html-parts)
4566 * gnus-group.el (gnus-read-ephemeral-gmane-group)
4567 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4568 make-temp-file.
4569
4570 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4571 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4572 compiling.
4573
4574 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4575 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4576 XEmacs when compiling.
4577
4578 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4579 gnus-pick-mode-off-hook for XEmacs when compiling.
4580 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4581 gnus-binary-mode-off-hook for XEmacs when compiling.
4582
4583 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4584 Return nil if char-charset is not available.
4585
4586 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
4587 macro.
4588
4589 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4590 instead of encode-coding-string.
4591
4592 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4593 'xemacs) instead of mm-emacs-mule to switch function definitions.
4594 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4595
4596 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
4597
4598 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4599
4600 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
4601
4602 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4603 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4604
4605 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
4606
4607 * mm-util.el (mm-decompress-buffer): Use `delete-file';
4608 alias `jka-compr-delete-temp-file' no longer exists.
4609
4610 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 Use define-minor-mode in Gnus where applicable.
4613 * mml.el (mml-mode): Use define-minor-mode.
4614 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4615 (gnus-undo-mode): Use define-minor-mode.
4616 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4617 (gnus-dead-summary-mode): Use define-minor-mode.
4618 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4619 Initialize in declaration.
4620 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4621 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4622 (gnus-mailing-list-mode): Use define-minor-mode.
4623 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4624 (gnus-draft-mode): Use define-minor-mode.
4625 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4626 (gnus-dired-mode): Use define-minor-mode.
4627
4628 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
4629
4630 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4631 handles on recursive mml-to-mime translation and check them for
4632 boundary delimiter collisions. Reported by Greg Troxel.
4633
4634 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4635
4636 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4637
4638 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4639
4640 * mm-util.el (mm-find-buffer-file-coding-system):
4641 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4642
4643 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
4644
4645 * message.el (message-generate-headers): Record insertion of optional
4646 headers as well. Otherwise the check to prevent repeated insertion of
4647 optional headers is a no-op.
4648
4649 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
4650
4651 * smime.el: Don't mention CVS.
4652
4653 * nnrss.el (nnrss-fetch): Don't mention CVS.
4654
4655 * nnir.el: Don't mention CVS.
4656
4657 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4658
4659 * gnus-sum.el (gnus-summary-bookmark-make-record):
4660 Add `location' field.
4661
4662 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4663
4664 * gnus-sum.el: Add bookmark declarations to silence the compiler.
4665 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4666 Use with-current-buffer to silence the byte-compiler.
4667 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4668 bother to require `gnus'.
4669 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
4670
4671 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4672
4673 * gnus-sum.el (gnus-summary-bookmark-make-record)
4674 (gnus-summary-bookmark-jump): New functions.
4675 (gnus-summary-mode): Setup bookmark support.
4676
4677 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
4678
4679 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4680 if set.
4681
4682 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4683
4684 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4685 gnus-article-browse-html-save-cid-image; make it work recursively for
4686 forwarded messages as well.
4687 (gnus-article-browse-html-parts): Work when prefix arg is given.
4688 (gnus-article-browse-html-article): Doc fix.
4689
4690 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
4691
4692 * message.el (message-default-mail-headers):
4693 (message-default-headers): Carry the value mail-default-headers over
4694 into message-default-mail-headers, rather than message-default-headers.
4695
4696 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
4697
4698 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4699 charset.
4700
4701 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4702 charset into the <meta> tag when the article is encoded to utf-8.
4703
4704 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
4705
4706 * gnus-art.el (gnus-article-browse-delete-temp-files):
4707 Delete directories as well.
4708 (gnus-article-browse-html-parts): Work for images that do not specify
4709 file names; delete temp directory when quitting; insert header at the
4710 right place; use file: scheme for image files.
4711
4712 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
4713
4714 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4715 (gnus-article-browse-html-parts): Use it to make temporary cid image
4716 files in addition to html file so that browser may display them.
4717
4718 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
4719
4720 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4721
4722 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4723
4724 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4725
4726 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4727
4728 * auth-source.el (auth-sources): Change default to be simpler.
4729 Explain about Secret Service API sources. Improve Customize options.
4730 (auth-source-pick): Change to accept any number of search parameters.
4731 Implement fallbacks iteratively, not recursively. Add scoring on the
4732 second pass and sort by score. Call Secret Service API when needed.
4733 (auth-source-user-or-password): Use it. Call Secret Service API
4734 directly when needed to get the user name and the password.
4735
4736 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4737
4738 * message.el (message-interactive): Doc fix.
4739 (message-qmail-inject-args): Reflow.
4740 (message-kill-to-signature): Fix typo in docstring.
4741
4742 * smiley.el (smiley-buffer): Fix typo in docstring.
4743
4744 2010-03-24 Glenn Morris <rgm@gnu.org>
4745
4746 * mail-source.el (gnus-message): Declare.
4747 (mail-source-delete-old-incoming): Require gnus-util.
4748
4749 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
4750
4751 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4752
4753 * message.el (ecomplete-setup): Autoload it for Emacs <23.
4754
4755 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4756 password-cache's default if it is not bound.
4757 (mml-secure-passphrase-cache-expiry): Default to 16 that is
4758 password-cache-expiry's default if it is not bound.
4759
4760 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4761 available in Emacs 21.
4762
4763 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
4764
4765 * auth-source.el (auth-sources): Fix up definition so extra parameters
4766 are always inline.
4767
4768 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
4769
4770 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4771 wasn't updated after mismatch. Clear cached mailbox info correctly
4772 when uidvalidity changes.
4773 (nnimap-group-prefixed-name): New function to avoid some code
4774 duplication.
4775 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4776 (nnimap-request-group): Use it.
4777 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4778 (nnimap-update-unseen): Significantly improved speed of Gnus startup
4779 with many imap folders. This is done by caching the group status from
4780 the imap server persistently in a group parameter `imap-status'. (This
4781 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4782 but not persistently, so every Gnus startup was still very slow.)
4783
4784 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4785
4786 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
4787 secrets.el dependency.
4788 (auth-sources): Add optional user name. Add secrets.el configuration
4789 choice (unused right now).
4790
4791 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4792
4793 * gnus-sum.el (gnus-summary-make-menu-bar):
4794 Let `gnus-registry-install-shortcuts' fill in the functions.
4795
4796 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4797 warnings.
4798 (gnus-registry-misc-menus): Variable to hold registry mark menus.
4799 (gnus-registry-install-shortcuts): Populate and use it in a
4800 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4801
4802 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
4803
4804 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4805 In-place substitutions for the group name encoding/decoding.
4806 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4807 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4808 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4809 (nnimap-update-unseen, nnimap-request-list)
4810 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4811 (nnimap-request-set-mark, nnimap-split-to-groups)
4812 (nnimap-split-articles, nnimap-request-newgroups)
4813 (nnimap-request-create-group, nnimap-request-accept-article)
4814 (nnimap-request-delete-group, nnimap-request-rename-group)
4815 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
4816 `encoded-mbx' for consistency.
4817 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4818 variable `imap-current-mailbox'.
4819
4820 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4821 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4822
4823 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
4824
4825 * pop3.el (pop3-display-message-size-flag): Display message size byte
4826 counts during POP3 download.
4827 (pop3-movemail): Use it.
4828 (pop3-list): Implement listing of available messages.
4829
4830 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
4831
4832 * nnir.el (nnir-get-article-nov-override-function): New function to
4833 override the normal NOV retrieval.
4834 (nnir-retrieve-headers): Use it.
4835
4836 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
4837
4838 * auth-source.el (netrc-machine-user-or-password): Autoload.
4839
4840 2010-03-19 Glenn Morris <rgm@gnu.org>
4841
4842 Stop message.el from loading about 40 libraries it doesn't always need.
4843 The general approach is to autoload rather than require, and to
4844 require in the specific functions rather than the file. (Bug#5642)
4845
4846 * gmm-utils.el: Don't require wid-edit.
4847 (widget-create-child-value, widget-convert, widget-default-get):
4848 Autoload.
4849
4850 * gnus-util.el: Don't require time-date, netrc.
4851 (message-fetch-field, gnus-group-name-decode): Declare rather than
4852 autoloading.
4853 (gnus-fetch-field): Require message.
4854 (gnus-decode-newsgroups): Require gnus-group.
4855
4856 * ietf-drums.el: Don't require time-date.
4857
4858 * message.el: Don't require hashcash, canlock, ecomplete.
4859 Do require mail-utils. Require nnheader only when compiling.
4860 (smtpmail-default-smtp-server): Remove declaration.
4861 (message-send-mail-function): Check smtpmail-default-smtp-server
4862 is bound rather than requiring smtpmail.
4863 (message-auto-save-directory, message-insert-signature):
4864 Use expand-file-name rather than nnheader-concat.
4865 (nnheader-insert-file-contents): Autoload.
4866 (hashcash-wait-async): Declare.
4867 (message-send-mail): Only call gnus-setup-posting-charset if
4868 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
4869 (message-send-mail-with-sendmail): Require sendmail.
4870 (canlock-password, canlock-password-for-verify): Declare.
4871 (message-canlock-password): Require canlock.
4872 (nnheader-get-report): Autoload.
4873 (gnus-setup-posting-charset): Declare.
4874 (message-send-news): Require gnus-msg.
4875 (message-make-references, message-make-in-reply-to): Use mail-header-id
4876 rather than the alias mail-header-message-id.
4877 (ecomplete-add-item, ecomplete-save): Declare.
4878 (message-put-addresses-in-ecomplete): Require ecomplete.
4879 (ecomplete-display-matches): Autoload.
4880
4881 * mm-decode.el: Don't require mailcap, gnus-util.
4882 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4883 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4884 Autoload.
4885 (mailcap-mime-extensions): Declare.
4886
4887 * mm-encode.el: Don't require mailcap.
4888 (mailcap-extension-to-mime): Autoload.
4889
4890 * mml-sec.el: Don't require password-cache.
4891
4892 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4893 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4894 (mml-minibuffer-read-type): Require mailcap.
4895 (mml-preview): Require gnus-msg.
4896
4897 * mml1991.el: Require password-cache.
4898 (password-cache-expiry): Remove declaration.
4899
4900 * mml2015.el: Require password-cache.
4901 (password-cache-expiry): Remove declaration.
4902
4903 * nneething.el (mailcap): Require mailcap.
4904
4905 * nnheader.el (declare-function): Add compatibility stub.
4906 (message-remove-header): Declare rather than autoload.
4907 (nnheader-replace-header): Require message.
4908
4909 * nnimap.el (declare-function): Add compatibility stub.
4910 (netrc-parse, netrc-machine-user-or-password): Declare.
4911 (nnimap-open-connection): Require netrc.
4912
4913 * nntp.el (declare-function): Add compatibility stub.
4914 (netrc-parse, netrc-machine, netrc-get): Declare.
4915 (nntp-send-authinfo): Require netrc.
4916
4917 * rfc2047.el: Don't require qp.
4918 (quoted-printable-encode-region, quoted-printable-decode-string):
4919 Autoload.
4920
4921 * sieve-mode.el: Don't require easymenu.
4922 (easy-menu-add-item): Autoload it.
4923
4924 * spam-stat.el (time-to-number-of-days): Autoload it.
4925
4926 2010-03-17 Kevin Ryde <user42@zip.com.au>
4927
4928 * mml.el (mml-read-tag): Unquote values with `read' to reverse
4929 prin1 in mml-insert-tag (just stripping the quotes gave wrong
4930 value if any backslash escapes).
4931
4932 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
4933
4934 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4935 if it is available. (bug#5647)
4936
4937 2010-02-26 Glenn Morris <rgm@gnu.org>
4938
4939 * message.el (message-send-mail-function): Change the default, so that
4940 it inherits from a customized send-mail-function. (Bug#5643)
4941
4942 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4943
4944 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4945 shell-command-to-string signals an error (bug#5299).
4946
4947 2010-02-24 Glenn Morris <rgm@gnu.org>
4948
4949 * message.el (message-smtpmail-send-it)
4950 (message-send-mail-with-mailclient): Doc fixes.
4951
4952 2010-02-16 Glenn Morris <rgm@gnu.org>
4953
4954 * message.el (message-default-mail-headers): Change the default value
4955 to ease the transition from mail-mode to message-mode. (Bug#5555)
4956
4957 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4958
4959 * message.el (message-mail): Just pass yank-action on to message-setup.
4960 (message-setup): Handle (FUN . ARGS) form of yank-action.
4961 (message-with-reply-buffer, message-widen-reply)
4962 (message-yank-original): Handle non-buffer values of
4963 message-reply-buffer (Bug#4080).
4964 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4965
4966 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4967
4968 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4969 Fix typo in docstring.
4970
4971 2010-01-08 Jason Rumney <jasonr@gnu.org>
4972
4973 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4974 response.
4975
4976 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
4977
4978 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4979
4980 * message.el (message-check-news-header-syntax): Protect against a
4981 string that `rfc822-addresses' returns when parsing fails.
4982
4983 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
4984
4985 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4986 (gnus-previous-char-property-change): New functions.
4987
4988 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4989
4990 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
4991
4992 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4993 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
4994
4995 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
4996
4997 * message.el (message-exchange-point-and-mark): Rework last change to
4998 avoid using optional arg of exchange-point-and-mark, for backward
4999 compatibility.
5000
5001 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5002
5003 * message.el (message-exchange-point-and-mark):
5004 Call exchange-point-and-mark with an argument rather than setting
5005 mark-active by hand (Bug#5175).
5006
5007 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5008
5009 * nntp.el (nntp-service-to-port): Work for service expressed with
5010 numeric string; replace [:digit:] with [0-9] for XEmacs.
5011
5012 2009-12-17 Glenn Morris <rgm@gnu.org>
5013
5014 * gnus-group.el (gnus-bug-group-download-format-alist):
5015 Change emacs entry to debbugs.gnu.org. Bump :version.
5016
5017 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5018
5019 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5020
5021 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5022
5023 * message.el (message-info): Explain why we use `Info-goto-node'.
5024
5025 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5026
5027 * message.el (message-completion-in-region): New compatibility function.
5028 (message-expand-group): Use it.
5029
5030 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
5031
5032 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5033 with no unread article should be listed if the 2nd arg `predicate' is
5034 given.
5035
5036 2009-11-29 Juri Linkov <juri@jurta.org>
5037
5038 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5039 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5040 on `gnus-recenter'. (Bug#4698, Bug#4981)
5041
5042 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5043
5044 * message.el (message-from-style, message-interactive)
5045 (message-signature): Always set default values from the corresponding
5046 mail-* variables.
5047 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5048 (message-yank-prefix, message-indentation-spaces)
5049 (message-signature-file, message-default-headers): Use boundp rather
5050 than (featurep 'xemacs) to check if the corresponding mail-* variables
5051 exist.
5052
5053 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5054
5055 * message.el (message-send-mail-with-sendmail): Revert last change.
5056
5057 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5058
5059 * message.el (message-from-style, message-interactive)
5060 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5061 (message-yank-prefix, message-indentation-spaces, message-signature)
5062 (message-signature-file, message-default-headers): For GNU Emacs, set
5063 default values from the corresponding mail-* variables.
5064 (message-send-mail-with-sendmail): Use envelope-from only if
5065 mail-specify-envelope-from is non-nil.
5066
5067 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
5068
5069 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5070 containing tspecial characters if they have been already quoted.
5071
5072 2009-10-24 Glenn Morris <rgm@gnu.org>
5073
5074 * gnus-art.el (help-xref-stack-item): Define for compiler.
5075
5076 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
5077
5078 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5079
5080 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
5081
5082 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5083 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5084
5085 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
5086
5087 * gnus.el (gnus-overlay-get): New alias to overlay-get.
5088 (gnus-overlays-in): New alias to overlays-in.
5089
5090 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5091 gnus-overlay-get, and gnus-delete-overlay.
5092 (gnus-summary-show-thread): Make it work as well for systems in which
5093 next-single-char-property-change is not available.
5094 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5095
5096 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
5097
5098 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5099
5100 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5101
5102 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5103 and XEmacs that don't have `remove-overlays'.
5104
5105 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5106
5107 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5108 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5109 selective display. Use overlays instead.
5110
5111 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5112
5113 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5114
5115 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5116
5117 * spam-stat.el (spam-stat-load): Fix typo in message.
5118
5119 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
5120
5121 * gnus-art.el (gnus-article-encrypt-body):
5122 * message.el (message-check-recipients):
5123 * mm-util.el (mm-codepage-setup):
5124 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5125 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5126
5127 2009-09-22 Daiki Ueno <ueno@unixuser.org>
5128
5129 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5130 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5131 keys from the menu if mm-{sign,encrypt}-option is 'guided.
5132 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5133 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5134
5135 2009-09-18 Glenn Morris <rgm@gnu.org>
5136
5137 * gnus-diary.el (gnus-diary-check-message):
5138 * message.el (message-insert-formatted-citation-line):
5139 * nnbabyl.el (top-level):
5140 * nndiary.el (nndiary-schedule):
5141 Fix typos in condition-case handlers.
5142
5143 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
5144
5145 * gnus-art.el (gnus-article-edit-part): Work for the buffer
5146 configuration that provides the sole article window in a frame;
5147 position point correctly after deleting a part.
5148
5149 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
5150
5151 * spam.el (spam-unregister-on-reregister): Add boolean variable.
5152 (spam-resolve-registrations-routine): Use it to unregister articles
5153 that change status.
5154
5155 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5156
5157 * nnrss.el (nnrss-request-article): Remove binding of
5158 default-enable-multibyte-characters that has gotten needless by
5159 the 2007-07-13 change in rfc2047-encode-message-header.
5160
5161 * mml.el (mml-insert-multipart): Error on the message header.
5162 (mml-insert-part): Error on the message header; position point at
5163 the end of a MIME tag.
5164
5165 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5166
5167 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5168 (gnus-float-time): Alias to float-time if it exists.
5169
5170 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5171 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5172 float-time is available; suppress compile warning for time-to-seconds.
5173
5174 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5175
5176 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5177 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5178 Add the optional argument `encoding' that overrides the default.
5179
5180 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5181 mm-encode-buffer.
5182
5183 2009-09-04 Glenn Morris <rgm@gnu.org>
5184
5185 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5186 mm-disable-multibyte, rather than default-enable-multibyte-characters.
5187 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5188 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5189 * mm-util.el (mm-with-unibyte-current-buffer)
5190 (mm-find-buffer-file-coding-system):
5191 * yenc.el (yenc-decode-region): Use default-value rather than
5192 default-enable-multibyte-characters.
5193
5194 2009-09-03 Glenn Morris <rgm@gnu.org>
5195
5196 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5197 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5198 than default-enable-multibyte-characters.
5199
5200 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
5201
5202 * gnus-art.el (gnus-article-read-summary-keys):
5203 Fix gnus-buffer-configuration's value temporarily used.
5204
5205 2009-09-02 Glenn Morris <rgm@gnu.org>
5206
5207 * gnus-util.el (gnus-float-time): New function.
5208 * gnus-delay.el (gnus-delay-article):
5209 * gnus-sum.el (gnus-thread-latest-date):
5210 * gnus-util.el (gnus-user-date): Use gnus-float-time.
5211 * nnspool.el (nnspool-request-newgroups):
5212 Use gnus-float-time rather than time-to-seconds.
5213 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5214
5215 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5216 (gnus-header-subject-face, gnus-header-newsgroups-face)
5217 (gnus-header-name-face, gnus-header-content-face):
5218 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5219 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5220 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5221 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5222 (gnus-cite-face-11):
5223 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5224 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5225 (gnus-server-closed-face, gnus-server-denied-face)
5226 (gnus-server-offline-face):
5227 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5228 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5229 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5230 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5231 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5232 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5233 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5234 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5235 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5236 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5237 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5238 (gnus-summary-selected-face, gnus-summary-cancelled-face)
5239 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5240 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5241 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5242 (gnus-summary-high-undownloaded-face)
5243 (gnus-summary-low-undownloaded-face)
5244 (gnus-summary-normal-undownloaded-face)
5245 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5246 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5247 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5248 (gnus-splash-face):
5249 * message.el (message-header-to-face, message-header-cc-face)
5250 (message-header-subject-face, message-header-newsgroups-face)
5251 (message-header-other-face, message-header-name-face)
5252 (message-header-xheader-face, message-separator-face)
5253 (message-cited-text-face, message-mml-face):
5254 * sieve-mode.el (sieve-control-commands-face)
5255 (sieve-action-commands-face, sieve-test-commands-face)
5256 (sieve-tagged-arguments-face):
5257 * spam.el (spam-face):
5258 Mark face aliases with "-face" in the name as obsolete.
5259
5260 2009-09-01 Glenn Morris <rgm@gnu.org>
5261
5262 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5263 than goto-line.
5264
5265 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5266
5267 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5268 Don't move point if the command is invoked inside the message header.
5269
5270 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5271
5272 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5273 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5274 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5275 * nnir.el (nnir-swish-e-index-file):
5276 * gnus-sum.el (gnus-summary-delete-marked-as-read)
5277 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5278 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5279 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5280 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5281 (gnus-treat-display-xface): Add Emacs version of obsolescence.
5282
5283 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
5284
5285 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5286 Don't save excursion.
5287
5288 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5289
5290 * nnheader.el (nnheader-find-file-noselect):
5291 * mm-util.el (mm-insert-file-contents):
5292 Use (default-value 'major-mode) instead of default-major-mode.
5293
5294 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5295
5296 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5297
5298 2009-08-25 Glenn Morris <rgm@gnu.org>
5299
5300 * nnir.el (top-level): Don't require cl at run-time.
5301 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5302 Replace cl-function substitute with gnus-replace-in-string.
5303 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5304 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5305 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5306 simplified expansions.
5307
5308 2009-08-22 Glenn Morris <rgm@gnu.org>
5309
5310 * gnus-art.el (gnus-button-patch): Use forward-line rather than
5311 goto-line.
5312
5313 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
5314
5315 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5316
5317 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5318 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5319 (gnus-mm-display-part, gnus-mime-display-single)
5320 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5321 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5322
5323 * gnus-sum.el
5324 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5325 (gnus-summary-move-article): Add expirable mark to articles copied or
5326 moved to group that has auto-expire turned on if the option is non-nil.
5327
5328 2009-07-24 Glenn Morris <rgm@gnu.org>
5329
5330 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5331 Fix typo. (Bug#3903)
5332
5333 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
5334
5335 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5336 gnus-article-read-summary-keys rather than gnus-summary-edit-article
5337 that should not be used for draft articles.
5338 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5339 that has no concern in minor mode keys.
5340 (gnus-article-summary-command, gnus-article-summary-command-nosave):
5341 Abolish.
5342
5343 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
5344
5345 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5346 article without making inquiry to a user for unknown encoding.
5347
5348 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5349 (nnmaildir--scan): Assume i-node and device number that file-attributes
5350 returns might be cons-cell.
5351
5352 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
5353
5354 * auth-source.el: Remove docs now in auth.texi. Don't use
5355 `gnus-message' for logging. Add new variables `auth-source-debug' and
5356 `auth-source-hide-passwords' and use them.
5357
5358 2009-07-15 Glenn Morris <rgm@gnu.org>
5359
5360 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5361
5362 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
5363
5364 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5365 excessive whitespace from the default values of title and description.
5366
5367 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
5368
5369 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5370 mail-fetch-field to fetch Content-Description header in order to
5371 exclude newlines.
5372
5373 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
5374
5375 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5376 to deleted part.
5377
5378 2009-05-30 David Engster <dengste@eml.cc>
5379
5380 * nnmairix.el: Remove old documentation in the commentary block.
5381 (nnmairix-request-group): Do not update active file for nnml back ends.
5382 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5383 end so that overview files are ignored.
5384 (nnmairix-update-groups): Make updating the groups more robust by using
5385 marks.
5386 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5387 with dollar characters in message-id.
5388
5389 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
5390
5391 * spam.el: Use dns-query instead of query-dns. Was renamed on
5392 2008-12-25 in dns.el.
5393
5394 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5395
5396 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5397 could happen if the text is only composed of spaces and/or tabs.
5398
5399 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
5400
5401 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5402 when sending a queued message to avoid extra mml tags.
5403
5404 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5405
5406 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5407
5408 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
5409
5410 * gnus-dired.el: Remove autoload for gnus-setup-message.
5411 (gnus-dired-attach): Fake this-command value to prevent Gnus from
5412 displaying Gnus logo; always use compose-mail.
5413
5414 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5415
5416 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5417
5418 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
5419
5420 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5421 (gnus-nocem-issuers): List currently active issuers; fix custom type.
5422 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5423 available.
5424 (gnus-nocem-epg-verify): New function.
5425
5426 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
5427
5428 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5429
5430 2009-02-15 Glenn Morris <rgm@gnu.org>
5431
5432 * gnus-util.el (rmail-insert-rmail-file-header)
5433 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5434 autoloads.
5435 (rmail-default-rmail-file): Remove unnecessary declaration.
5436 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5437
5438 2009-02-14 Glenn Morris <rgm@gnu.org>
5439
5440 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5441 variable (only used in gnus-util, which declares it anyway).
5442 (rmail-output-to-rmail-file): Remove autoload of deleted function,
5443 which was only needed by gnus-art (changed to not use it any more).
5444 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5445 only used in gnus-util, which autoloads it itself.
5446 (rmail-update-summary): Fix autoload.
5447
5448 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5449 rather than rmail-output-to-rmail-file.
5450
5451 2009-02-07 Glenn Morris <rgm@gnu.org>
5452
5453 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5454 autoload of function that no longer exists.
5455 (rmail-toggle-header): Declare.
5456 (message-forward-rmail-make-body): Handle mbox Rmail.
5457
5458 2009-01-31 Glenn Morris <rgm@gnu.org>
5459
5460 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5461 2009-01-09 change.
5462
5463 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
5464
5465 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5466 (auth-source-forget-all-cached): New convenience function.
5467 (auth-source-user-or-password): Accept list of modes or a single mode.
5468
5469 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5470 auth-source modes.
5471
5472 * nnimap.el (nnimap-open-connection): Use list of
5473 auth-source modes.
5474
5475 * nntp.el (nntp-send-authinfo): Use list of
5476 auth-source modes.
5477
5478 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
5479
5480 * auth-source.el: Update docs to reflect epa-file-enable is to be used
5481 now.
5482
5483 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5484
5485 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5486 coding system in XEmacs; add a workaround for XEmacs.
5487
5488 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
5489
5490 * mm-util.el (mm-coding-system-priorities): Protect against nil value
5491 of current-language-environment.
5492
5493 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
5494
5495 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5496 available at runtime.
5497
5498 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
5499
5500 * gnus-art.el (article-date-ut): Fix end point of narrowing.
5501
5502 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
5503
5504 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5505 the greatest positive fixnum value doesn't work under an XEmacs with
5506 bignum support; use the most-positive-fixnum constant instead,
5507 available since Emacs 21.1 with cl and XEmacs 21.1.
5508
5509 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5510
5511 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5512 XEmacs gets not to work.
5513
5514 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5515
5516 * mm-util.el (mm-coding-system-priorities): Allow the value like
5517 "Japanese (UTF-8)" of current-language-environment.
5518
5519 2009-01-09 Glenn Morris <rgm@gnu.org>
5520
5521 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5522 with last-command-event.
5523
5524 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
5525
5526 * message.el (message-fix-before-sending): Amend comment.
5527
5528 2009-01-07 David Engster <dengste@eml.cc>
5529
5530 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5531 simplified server definitions by converting it via
5532 gnus-server-to-method.
5533
5534 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5535
5536 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5537 parameter's operands.
5538
5539 2009-01-06 David Engster <dengste@eml.cc>
5540
5541 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5542 primary select method (for gnus-group-mark-article-as-read).
5543
5544 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
5545
5546 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5547 `(gnus)Face', not `(gnus)X-Face'.
5548
5549 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
5550
5551 * mm-util.el (mm-ucs-to-char): New function.
5552
5553 * mm-url.el (mm-url-decode-entities): Use it.
5554
5555 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5556
5557 * message.el (message-fix-before-sending): Add `eight-bit' to
5558 illegible-text check.
5559
5560 2009-01-03 Michael Olson <mwolson@gnu.org>
5561
5562 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5563 `headers' is nil. This can occur if the IMAP server does not have
5564 permissions to read messages from a folder, but can write new messages
5565 to the folder.
5566 (nnimap-request-article-part): Do not insert `data' if it is nil.
5567
5568 2009-01-01 Dave Love <fx@gnu.org>
5569
5570 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5571
5572 * nnimap.el: Fix author email.
5573 (nnimap-split-rule): Add FIXME comment.
5574 (nnimap-debug): Fix doc string.
5575
5576 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
5577
5578 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5579 overlay-arrow-position and overlay-arrow-string buffer-local; no need
5580 to check if those variables exist (first appeared in Emacs 18.50).
5581
5582 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
5583
5584 * mm-util.el (mm-line-number-at-pos): New function.
5585
5586 * spam-report.el (spam-report-process-queue): Use it.
5587
5588 2008-12-24 David Engster <dengste@eml.cc>
5589
5590 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5591 parameters that haven't existed as variables as buffer-local variables.
5592
5593 2008-12-23 Dave Love <fx@gnu.org>
5594
5595 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5596 cadar.
5597
5598 * sieve-manage.el (sieve-manage-starttls-p): Rename from
5599 imap-starttls-p.
5600 (sieve-manage-starttls-open): Rename from imap-starttls-open.
5601
5602 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
5603
5604 * spam-report.el (spam-report-gmane-max-requests): New constant.
5605 (spam-report-gmane-wait): New variable.
5606 (spam-report-gmane-ham, spam-report-gmane-spam)
5607 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5608 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5609 the server.
5610
5611 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5612 Add explanations.
5613
5614 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5615 nnheader-accept-process-output and nnheader-read-timeout if available.
5616 (pop3-movemail): Use it.
5617
5618 * message.el (message-check-news-body-syntax): Fix signature check if
5619 there's an attachment.
5620
5621 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
5622
5623 * mm-util.el: Add comments to the mm- emulating functions.
5624
5625 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
5626
5627 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5628 Reported by Stephen Berman <stephen.berman@gmx.net>.
5629
5630 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5631
5632 * mm-util.el (mm-substring-no-properties): New function.
5633 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5634 (mm-special-display-p): Enable those lambda forms to be byte compiled.
5635 (mm-string-to-multibyte): Doc fix.
5636
5637 * mml.el (mml-attach-file): Use mm-substring-no-properties.
5638
5639 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5640
5641 * mml.el (mml-attach-file): Strip text properties from file name.
5642 (Bug#1574)
5643
5644 2008-12-16 Glenn Morris <rgm@gnu.org>
5645
5646 * mm-util.el (mm-charset-override-alist): Declare for compiler.
5647
5648 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
5649
5650 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5651 knows since the charset specified might be a bogus alias that
5652 mm-charset-synonym-alist provides.
5653
5654 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5655
5656 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5657 "ISO_8859-1".
5658
5659 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5660
5661 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
5662
5663 * mm-util.el (mm-charset-eval-alist):
5664 Define it before mm-charset-to-coding-system.
5665 (mm-charset-to-coding-system): Add optional argument `silent';
5666 define it before mm-charset-override-alist.
5667 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5668 default value if it can be used in Emacs currently running;
5669 silence mm-charset-to-coding-system.
5670
5671 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
5672
5673 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5674 `allow-override' which says whether to use `mm-charset-override-alist'.
5675 (rfc2047-decode-encoded-words): Use it.
5676
5677 * mm-util.el (mm-charset-override-alist): Fix custom type;
5678 add `(gb2312 . gbk)' to choices.
5679
5680 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
5681
5682 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5683 fast.
5684
5685 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5686
5687 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
5688
5689 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5690 on links.
5691
5692 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5693
5694 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5695
5696 * message.el (message-idna-to-ascii-rhs-1): Protect against local
5697 users' addresses that don't have domain parts.
5698 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5699 rather than message-narrow-to-head since there will be the message
5700 header separator.
5701
5702 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5703
5704 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5705 since the result is inserted in a unibyte buffer anyway.
5706 (nnimap-demule-use-string-to-multibyte): Remove.
5707 (nnimap-demule): Alias it to mm-string-to-multibyte.
5708
5709 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5710
5711 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5712 variable for debugging bug#464 and bug#1174.
5713 (nnimap-demule): Use it.
5714
5715 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5716
5717 * gnus-score.el (gnus-score-find-trace): Handle default score in total
5718 score calculation correctly.
5719
5720 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5721
5722 * message.el (message-send-mail): Just set the buffer to unibyte
5723 rather than use mm-with-unibyte-current-buffer which does a lot more.
5724 (message-send-mail-partially): Don't bother with
5725 mm-with-unibyte-current-buffer since it's already been made unibyte by
5726 message-send-mail.
5727
5728 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
5729
5730 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5731
5732 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
5733
5734 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5735
5736 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
5737
5738 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5739 require itself and to remove `with-no-warnings'.
5740
5741 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
5742
5743 * starttls.el (starttls-any-program-available): Get the name of the
5744 available TLS layer program.
5745 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5746 well as the host name in the "opening" message.
5747
5748 * auth-source.el (auth-source-cache, auth-source-do-cache)
5749 (auth-source-user-or-password): Cache passwords and logins by default,
5750 allow override with `auth-source-do-cache'.
5751 (auth-source-forget-user-or-password): Allow users to remove cache
5752 entries if needed.
5753
5754 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
5755
5756 * ietf-drums.el (ietf-drums-remove-comments): Localize second
5757 condition-case to only the forward-sexp call.
5758
5759 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
5760
5761 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5762 quotes contained. Make it more robust regardless by an extra
5763 condition-case wrapper.
5764
5765 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
5766
5767 * nnml.el (nnml-request-expire-articles): Check if the function set to
5768 `nnmail-expiry-target' returns the symbol `delete'.
5769
5770 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5771
5772 * nnmail.el (nnmail-expiry-target): Fix custom type.
5773
5774 2008-10-02 Glenn Morris <rgm@gnu.org>
5775
5776 * mm-util.el (mm-codepage-setup): Tweak codepage error.
5777 Silence compiler warning.
5778
5779 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
5780
5781 * mml.el (mml-menu): Don't assume mml2015 is bound.
5782
5783 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
5784
5785 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5786 exists.
5787
5788 2008-09-27 Glenn Morris <rgm@gnu.org>
5789
5790 * gnus-util.el (mail-header-remove-comments): Autoload it.
5791
5792 2008-09-27 Andreas Schwab <schwab@suse.de>
5793
5794 * gnus-util.el (gnus-split-references): Strip comments.
5795 (gnus-parent-id): Likewise.
5796
5797 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
5798
5799 * message.el (message-confirm-send): Fix version.
5800
5801 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
5802
5803 * message.el (message-idna-to-ascii-rhs-1): Use
5804 mail-extract-address-components rather than mail-header-parse-addresses
5805 that is an alias by default to ietf-drums-parse-addresses that does not
5806 support non-ASCII names in headers' contents.
5807
5808 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5809
5810 * message.el (message-confirm-send): Fix variable documentation to
5811 avoid the "y/n" wording.
5812
5813 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
5814
5815 * message.el (message-set-auto-save-file-name): Save to a different
5816 filename so multiple messages (especially drafts) can be recovered.
5817
5818 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
5819
5820 * message.el (message-confirm-send): Add appropriate version.
5821
5822 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
5823
5824 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5825 defvar.
5826
5827 2008-09-22 Daiki Ueno <ueno@unixuser.org>
5828
5829 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5830 (mm-pkcs7-enveloped-magic): Ditto.
5831
5832 2008-09-17 Simon Josefsson <simon@josefsson.org>
5833
5834 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5835 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5836
5837 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
5838
5839 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5840 default, it's better.
5841
5842 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
5843
5844 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5845 summary line gnus-number property and ignore them (with a warning
5846 message).
5847
5848 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5849
5850 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5851 macro caddr in the interactive form since it won't be expanded.
5852
5853 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5854
5855 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5856 `charset'; fix name of function called recursively.
5857 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5858
5859 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5860
5861 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5862 (gnus-mime-set-charset-parameters): New function.
5863 (gnus-mime-view-part-as-charset): Use it to correctly display part
5864 specifying wrong charset.
5865
5866 2008-09-08 David Engster <dengste@eml.cc>
5867
5868 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5869 in completing-read for back end server.
5870
5871 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
5872
5873 * message.el (message-confirm-send): New variable to confirm sending a
5874 message.
5875 (message-send): Use it.
5876
5877 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
5878
5879 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5880
5881 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
5882
5883 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5884
5885 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
5886
5887 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5888 prevent tracking too many groups.
5889 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5890 Use it.
5891
5892 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
5893
5894 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5895 moving point to the bottom of the window in order to avoid recentering.
5896
5897 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
5898
5899 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5900 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5901 (gnus-article-beginning-of-window): Fix calculation.
5902
5903 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
5904
5905 * gnus-msg.el (gnus-summary-supersede-article)
5906 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5907 value of gnus-newsgroup-charset to decode non-MIME encoded text in
5908 message header.
5909
5910 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5911
5912 * message.el:
5913 * gnus-start.el:
5914 * gnus-registry.el: Remove VMS support.
5915
5916 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
5917
5918 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5919 macro.
5920 (rfc2104-hash): Use it.
5921
5922 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
5923
5924 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5925 (gnus-summary-sort-by-most-recent-date): New commands.
5926 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5927 and menu entries.
5928
5929 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
5930
5931 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5932 don't redisplay article for raw contents; remove plural articles stuff.
5933
5934 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5935 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5936 on gnus-summary-save-article; display results properly.
5937
5938 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
5939
5940 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5941
5942 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
5943
5944 * gnus-art.el (gnus-summary-save-in-pipe):
5945 Consider gnus-save-all-headers.
5946
5947 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
5948
5949 * gnus-util.el (ns-focus-frame): Remove declaration.
5950 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
5951 like x.
5952
5953 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
5954
5955 * rfc2104.el (rfc2104-zero): Delete defconst.
5956 (rfc2104-hex-alist): Likewise.
5957 (rfc2104-hex-to-int): Delete func.
5958 (rfc2104-hexstring-to-bitstring): Likewise.
5959 (rfc2104-nybbles): New defconst.
5960 (rfc2104-hash): Rewrite for speed.
5961
5962 2008-07-16 Glenn Morris <rgm@gnu.org>
5963
5964 * gnus-util.el (ns-focus-frame): Declare for compiler.
5965
5966 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
5967
5968 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5969 set as a group parameter.
5970 (gnus-summary-save-in-pipe): Work when it is called independently.
5971 (gnus-summary-pipe-to-muttprint): Don't modify
5972 gnus-summary-pipe-output-default-command.
5973
5974 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5975
5976 * message.el (message-send-mail-with-sendmail):
5977 Display the error message.
5978
5979 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
5980
5981 * gnus-art.el (gnus-default-article-saver):
5982 Add gnus-summary-save-in-pipe to choices.
5983 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5984 gnus-summary-pipe-output-default-command as the default command.
5985 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5986 instead of gnus-last-shell-command.
5987
5988 * gnus-sum.el (gnus-summary-pipe-output-default-command):
5989 New user option.
5990 (gnus-summary-muttprint-program): Mention the value will be changed.
5991 (gnus-summary-save-article): Force showing of all headers.
5992 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5993
5994 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
5995
5996 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5997
5998 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
5999
6000 * nnimap.el (nnimap-id):
6001 * sieve-manage.el (sieve-manage-open): Doc fixes.
6002
6003 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
6004
6005 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6006 if available.
6007
6008 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6009
6010 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6011
6012 * nnkiboze.el (nnkiboze-generate-group):
6013 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6014
6015 * nnmairix.el: Require CL.
6016
6017 2008-06-15 David Engster <dengste@eml.cc>
6018
6019 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6020
6021 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
6022
6023 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6024 New macros that expand to an `aset'/`aref' call under Emacs, and to a
6025 runtime choice under XEmacs.
6026
6027 * gnus-sum.el (gnus-summary-set-display-table):
6028 Use `gnus-put-display-table', `gnus-get-display-table',
6029 `gnus-set-display-table' for the display table, instead of `aset'.
6030
6031 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6032
6033 * nnmairix.el: Add autoloads.
6034
6035 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6036
6037 * nnmairix.el (nnmairix-delete-recreate-group)
6038 (nnmairix-update-and-clear-marks): Fix error messages.
6039
6040 2008-06-14 David Engster <dengste@eml.cc>
6041
6042 * nnmairix.el: Upgrade to version 0.6.
6043 (nnmairix-group-toggle-propmarks-this-group)
6044 (nnmairix-group-toggle-readmarks-this-group)
6045 (nnmairix-group-delete-recreate-this-group)
6046 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6047 (nnmairix-remove-tick-mark-original-article): New commands.
6048 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6049 (nnmairix-propagate-marks-to-nnmairix-groups)
6050 (nnmairix-only-use-registry, nnmairix-allowfast-default)
6051 (nnmairix-marks-cache, nnmairix-version-output): New variables.
6052 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6053 functions needed for marks propagation and manipulation of read marks.
6054 (nnmairix-update-groups): New function.
6055 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6056 (nnmairix-determine-original-group-from-registry)
6057 (nnmairix-determine-original-group-from-path)
6058 (nnmairix-get-group-from-file-path, nnmairix-map-range)
6059 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6060 New helper functions.
6061 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6062 keystrokes for new commands.
6063 (nnmairix-delete-and-create-on-change): Doc string cleanup.
6064 (nnmairix-request-group): Check allow-fast group parameter.
6065 (nnmairix-request-create-group): Set allow-fast group parameter if
6066 nnmairix-allowfast-default is set.
6067 (nnmairix-close-group): Propagate marks upon closing if needed.
6068 (nnmairix-group-toggle-threads-this-group): Use new.
6069 nnmairix-group-toggle-parameter helper function.
6070 (nnmairix-search): Better check for empty search result.
6071 (nnmairix-goto-original-article): Use new helper functions for
6072 determining original article.
6073 (nnmairix-show-original-article): Make sure message-id is in brackets.
6074 (nnmairix-call-mairix-binary): Change variable name.
6075 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6076 helper function.
6077 (nnmairix-widget-toggle-activate): Fix doc string.
6078
6079 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
6080
6081 * nnir.el: Require edmacro when compiling with XEmacs.
6082 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6083 available in Emacs 21.
6084
6085 2008-06-11 Glenn Morris <rgm@gnu.org>
6086
6087 * gnus-util.el (x-focus-frame):
6088 * gnus.el (image-size):
6089 * mm-decode.el (image-size): Declare.
6090
6091 * gnus-picon.el (declare-function): Add compat definition.
6092 (image-size): Declare.
6093
6094 * gnus-group.el (tool-bar-map):
6095 * gnus-sum.el (tool-bar-map): Define for compiler.
6096
6097 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6098
6099 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6100
6101 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6102 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6103 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6104 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6105 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6106 * sieve-manage.el, spam-report.el, spam.el:
6107 Remove unnecessary eval-and-compile of autoloads.
6108
6109 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
6110
6111 * auth-source.el: Precise Tramp doc.
6112
6113 2008-06-07 Glenn Morris <rgm@gnu.org>
6114
6115 * nnmairix.el: Remove unnecessary eval-when-compile.
6116
6117 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
6118
6119 * nnir.el: New file.
6120
6121 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6122
6123 * gnus-util.el (gnus-read-shell-command): New function.
6124 * mm-decode.el (mm-pipe-part):
6125 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6126
6127 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
6128
6129 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6130
6131 2008-06-03 Glenn Morris <rgm@gnu.org>
6132
6133 * pop3.el (nnheader-accept-process-output): Autoload it.
6134
6135 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
6136
6137 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6138 are not 2-digit hexadecimal characters that follow `%'s.
6139
6140 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
6141
6142 * message.el (message-bogus-recipient-p): Fix type in doc string.
6143 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6144 (message-bogus-addresses): Rename from message-bogus-address-regexp.
6145 Improve custom options.
6146 (message-bogus-recipient-p): Adjust accordingly.
6147
6148 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
6149
6150 * nnmairix.el: Require edmacro when compiling with XEmacs.
6151
6152 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6153
6154 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6155 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6156
6157 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
6158
6159 * auth-source.el: Add more docs.
6160
6161 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6162
6163 * nnheader.el (nnheader-read-timeout): Change the default timeout from
6164 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
6165 retrieval faster in some cases, but might make CPU usage larger.
6166 If this has any bad side effects, we might revert this change.
6167
6168 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6169 seems to make mail retrieval much, much faster.
6170 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6171 unconditionally.
6172
6173 * gnus-draft.el (gnus-group-send-queue):
6174 Bind message-send-mail-partially-limit to nil to avoid being prompted.
6175
6176 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
6177
6178 * mml.el (mml-attach-buffer): Prompt for `disposition'.
6179
6180 * message.el (message-bogus-address-regexp): Fix and improve custom
6181 type.
6182 (message-setup-hook): Add message-check-recipients as custom option.
6183
6184 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6185
6186 * message.el (message-cite-function): Remove bogus autoload which crept
6187 in during merge from v5-10.
6188
6189 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
6190
6191 * nnimap.el (nnimap-open-connection): Fix login/password bug.
6192
6193 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6194
6195 * auth-source.el: Preliminary Tramp docs.
6196 (auth-sources): Change the default auth-sources to use
6197 EPA .gpg files.
6198
6199 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
6200
6201 * nntp.el: Autoload `auth-source-user-or-password'.
6202 (nntp-send-authinfo): Use it.
6203
6204 * nnimap.el: Autoload `auth-source-user-or-password'.
6205 (nnimap-open-connection): Use it.
6206
6207 * auth-source.el: Add docs on using with url-auth. Import gnus-util
6208 for the gnus-message function.
6209 (auth-source-user-or-password): Use it.
6210
6211 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6212
6213 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6214 rfc2104-hexstring-to-byte-list. Return a unibyte string.
6215 (rfc2104-hash): Use it.
6216
6217 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
6218
6219 * gnus-art.el (gnus-article-toggle-truncate-lines):
6220 Don't use `iff' in docstring.
6221
6222 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
6223
6224 * gnus-registry.el: Adjusted copyright dates and added a keyword.
6225
6226 * gnus-util.el (gnus-extract-address-component-name)
6227 (gnus-extract-address-component-email): Convenience functions around
6228 `gnus-extract-address-components'.
6229
6230 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6231 Use `gnus-extract-address-component-email' to fix bug of comparing full
6232 sender name to `user-mail-address'.
6233
6234 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
6235
6236 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6237 catch/throw to optimize.
6238 (gnus-registry-find-keywords): Just use member to find a keyword.
6239
6240 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6241
6242 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6243 is current before calling gnus-server-prepare.
6244 (gnus-server-setup-buffer, gnus-server-update-server)
6245 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6246
6247 2008-05-04 Juri Linkov <juri@jurta.org>
6248
6249 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6250 (mailcap-file-default-commands): Use mailcap-replace-in-string
6251 instead of replace-regexp-in-string, and mailcap-delete-duplicates
6252 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
6253
6254 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
6255
6256 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6257
6258 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6259
6260 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6261 hooks.
6262 (gnus-update-read-articles): Speed up non-marks-using users.
6263 (gnus-use-marks): Define gnus-use-marks.
6264 (gnus-propagate-marks): Rename variable to something more sensible.
6265
6266 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6267
6268 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6269 (gmm-image-load-path-for-library): Fix typos in docstrings.
6270 (gmm-message): Reflow docstring.
6271
6272 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
6273
6274 * mail-source.el (mail-source-set-1, mail-source-bind):
6275 Move auth-source code out of the macro to clean it up and fix bugs.
6276
6277 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
6278
6279 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6280 by sender if it's equal to user-mail-address, it's likely to be
6281 useless.
6282
6283 * mail-source.el (mail-source-bind): Don't use user or password if they
6284 are not bound. Unintern them if they are nil. Don't use server unless
6285 it's bound, and default it to empty string otherwise.
6286
6287 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
6288
6289 * mail-source.el: Load auth-source.el.
6290 (mail-source-bind): Add comments. Call auth-source-user-or-password to
6291 get user name or password, if auth-sources is set up.
6292
6293 * gnus-registry.el (gnus-registry-split-strategy): New variable for
6294 strategy of splitting with parent.
6295 (gnus-registry-split-fancy-with-parent)
6296 (gnus-registry-post-process-groups): Use it and fix prior
6297 bug (returning a list as the split result).
6298
6299 * auth-source.el (auth-sources): Remove server parameter.
6300 (auth-source-pick, auth-source-user-or-password)
6301 (auth-source-user-or-password-imap)
6302 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6303 (auth-source-user-or-password-sftp)
6304 (auth-source-user-or-password-smtp): Remove server parameter.
6305
6306 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
6307
6308 * smime.el (smime-sign-region, smime-encrypt-region)
6309 (smime-decrypt-region):
6310 Remove redundant calls to `generate-new-buffer-name'.
6311
6312 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
6313
6314 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6315 Don't use QP for message/rfc822.
6316 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6317
6318 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6319
6320 * sieve-manage.el (sieve-string-bytes): Remove.
6321 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6322 correct byte-length only if the process's coding-system is the same as
6323 the one used internally by Emacs to represent strings.
6324
6325 2008-04-22 Juri Linkov <juri@jurta.org>
6326
6327 * mailcap.el (mailcap-file-default-commands): New function.
6328
6329 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6330
6331 * message.el (message-signature-separator, message-cite-function):
6332 Change custom version.
6333
6334 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6335
6336 * mm-decode.el (mm-display-external): Make temp file read-only.
6337
6338 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6339
6340 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6341 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
6342 `C-c C-f d'.
6343
6344 2008-04-12 Adrian Aichner <adrian@xemacs.org>
6345
6346 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6347
6348 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
6349
6350 * auth-source.el: Add docs.
6351 (auth-sources): Modify format to support server.
6352 (auth-source-pick, auth-source-user-or-password)
6353 (auth-source-user-or-password-imap)
6354 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6355 (auth-source-user-or-password-sftp)
6356 (auth-source-user-or-password-smtp): Add server parameter.
6357
6358 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
6359
6360 * gnus-registry.el: Initialize the registry when gnus-registry-install
6361 is t.
6362
6363 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
6364
6365 * compface.el (uncompface): Make buffer unibyte.
6366
6367 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6368
6369 * mail-source.el (mail-source-value):
6370 Prefer fboundp to functionp so it works with macros as well.
6371
6372 2008-04-05 Glenn Morris <rgm@gnu.org>
6373
6374 * gnus-ems.el (mm-disable-multibyte): Autoload it.
6375
6376 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6377
6378 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6379 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6380
6381 * nnheader.el (nnheader-init-server-buffer): Change buffer's
6382 multibyteness after rather than before erasing it.
6383
6384 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6385 mm-with-multibyte.
6386 (gnus-request-article-this-buffer): Make sure the proper decoding is
6387 used if gnus-original-article-buffer happens to be unibyte.
6388
6389 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6390 default-enable-multibyte-characters.
6391
6392 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6393 default-enable-multibyte-characters.
6394
6395 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6396
6397 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6398
6399 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6402 Fix last change in case the element is not even a symbol.
6403
6404 2008-04-02 Simon Josefsson <simon@josefsson.org>
6405
6406 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6407 imap-enable-exchange-bug-workaround.
6408 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6409
6410 2008-04-01 Simon Josefsson <simon@josefsson.org>
6411
6412 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6413 a 100 byte status-checks into a 2-3MB transfer for each group.
6414 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6415 to enable bug workaround or not.
6416 (nnimap-find-minmax-uid): Only enable workaround conditionally.
6417
6418 2008-03-31 Glenn Morris <rgm@gnu.org>
6419
6420 * message.el (mml2015-use): Declare for compiler.
6421 (message-info): Require mml2015 when appropriate.
6422
6423 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6426 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6427 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6428 (nntp-service-to-port): New function.
6429 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6430 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6431 (nntp-open-netcat-stream): New function.
6432 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6433
6434 2008-03-29 Sven Joachim <svenjoac@gmx.de>
6435
6436 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6437
6438 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6439
6440 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6441
6442 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
6443
6444 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6445
6446 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
6447
6448 * message.el (message-signature-separator): Change default.
6449 Improve custom type.
6450 (message-cite-function): Change default to
6451 message-cite-original-without-signature.
6452
6453 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6454 toggle.
6455
6456 * message.el (message-check-news-body-syntax): Fix signature check.
6457 (message-setup-1): Mark buffer as unmodified _after_ running
6458 message-setup-hook and handling message-alternative-emails.
6459 (message-shorten-references): Be more strict when building list of
6460 valid references to comply with GNKSA.
6461
6462 * gnus-group.el (gnus-read-ephemeral-bug-group)
6463 (gnus-read-ephemeral-debian-bug-group)
6464 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6465
6466 * message.el (message-info): Don't use booleanp which isn't supported
6467 in Emacs 21 and XEmacs.
6468
6469 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6470
6471 * gnus-group.el (gnus-gmane-group-download-format): Rename from
6472 gnus-group-gmane-group-download-format.
6473 (gnus-group-read-ephemeral-gmane-group): Rename from
6474 gnus-group-read-ephemeral-gmane-group.
6475 (gnus-read-ephemeral-gmane-group-url): Rename from
6476 gnus-group-read-ephemeral-gmane-group-url.
6477 (gnus-bug-group-download-format-alist): New variable.
6478 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6479 (gnus-read-ephemeral-emacs-bug-group): New commands.
6480
6481 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6482
6483 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6484 (gnus-visible-headers): Improve custom type.
6485
6486 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6487
6488 * mml.el (mml-menu): Add workarounds for XEmacs.
6489
6490 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6491 X-Boundary header.
6492
6493 * message.el (message-simplify-recipients): Fix previous commit.
6494
6495 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6496
6497 * mm-util.el (mm-set-buffer-multibyte): New function.
6498 * mm-decode.el (mm-copy-to-buffer): Use it.
6499
6500 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6501 Prefer fboundp to functionp so it works with macros as well.
6502
6503 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6504
6505 * message.el (message-alter-recipients-discard-bogus-full-name):
6506 New function.
6507 (message-alter-recipients-function): New variable.
6508 (message-get-reply-headers): Use it.
6509 (message-replace-header): New helper function.
6510 (message-recipients-without-full-name): New variable.
6511 (message-simplify-recipients): New command.
6512
6513 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6514
6515 * message.el (message-info): Handle EasyPG manual.
6516
6517 * mml.el (mml-menu): Add entry for EasyPG.
6518
6519 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
6520
6521 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6522 parameter.
6523
6524 * message.el (message-disassociate-draft): Specify drafts group name
6525 fully.
6526
6527 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
6528
6529 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6530 Eliminate unnecessary duplicates from the match list.
6531
6532 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6533
6534 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6535 args of `how-many' of which the XEmacs version doesn't take; declare
6536 Info-index-next as function.
6537
6538 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6539
6540 * gnus-score.el (gnus-score-headers): Fix handling of
6541 gnus-inhibit-slow-scoring.
6542
6543 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6544 string.
6545 (gnus-button-url-regexp): Improve handling of parenthesis.
6546 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6547 (gnus-button-handle-info-keystrokes): Handle index entries.
6548
6549 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
6550
6551 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6552 Incoming* files.
6553
6554 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
6555
6556 * auth-source.el (auth-sources): Rename from auth-source-choices.
6557 (auth-source-pick): Use it.
6558
6559 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
6560
6561 * auth-source.el (auth-source-protocols)
6562 (auth-source-protocols-customize, auth-source-choices): Add and
6563 modified variable customizations and defaults.
6564 (auth-source-pick, auth-source-user-or-password)
6565 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6566 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6567 (auth-source-user-or-password-sftp)
6568 (auth-source-user-or-password-smtp): Use new variables and provide an
6569 interface to netrc.el.
6570
6571 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
6572
6573 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6574 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6575 Make sure the nntp port to specify is a string.
6576
6577 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6578
6579 * nntp.el: Use with-current-buffer.
6580 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6581 dubious mm-with-unibyte-current-buffer.
6582 (nntp-with-open-group-function): New function extracted from
6583 nntp-with-open-group macro.
6584 (nntp-with-open-group): Use the function, so it's easier to debug.
6585 Add indentation and debugging info.
6586 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6587 Recommend the use of the netcat alternatives.
6588
6589 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6590 Avoid mm-string-as-multibyte as well.
6591
6592 * nnweb.el (nnweb-insert-html):
6593 Remove use of nnheader-string-as-multibyte.
6594
6595 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6596 (nnheader-string-as-multibyte): Remove.
6597
6598 * mm-view.el: Use inhibit-read-only.
6599 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6600 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6601 or unibyte-string.
6602
6603 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6604 (mm-uu-yenc-extract): Use with-current-buffer.
6605
6606 * gnus-soup.el (gnus-soup-send-packet): Don't use
6607 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6608
6609 * nnmh.el: Use with-current-buffer.
6610 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6611 mm-string-as-multibyte on the output of mm-encode-coding-string.
6612
6613 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6614 (nnimap-request-move-article): Use with-current-buffer.
6615
6616 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6617 inserting the handle-buffer's text, so the implicit multibyte->unibyte
6618 conversion uses string-make-unibyte rather than string-as-unibyte.
6619
6620 * gnus-msg.el: Use with-current-buffer.
6621
6622 * message.el (message-ignored-resent-headers): Add "Delivered-To".
6623
6624 2008-03-10 Daiki Ueno <ueno@unixuser.org>
6625
6626 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6627 string for caching if it is 'PIN.
6628
6629 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
6630
6631 * mail-source.el (mail-source-delete-old-incoming-confirm):
6632 Change default to nil.
6633 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6634
6635 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
6636
6637 * gnus-art.el (gnus-narrow-to-page): Position point properly.
6638 (gnus-article-goto-prev-page): Work for articles having ^L's.
6639
6640 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6641
6642 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6643
6644 2008-03-07 Karl Fogel <kfogel@red-bean.com>
6645
6646 * gnus-bookmark.el: Adjust for renames in bookmark.el.
6647 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6648 (gnus-bookmark-jump): Adjust some variable names.
6649
6650 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
6651
6652 * auth-source.el: New package.
6653 (auth-source-choices): Add customization entry point variable.
6654
6655 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6656 bug.
6657
6658 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
6659
6660 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6661 (gnus-registry-initialize, gnus-registry-install-p): Use it.
6662 (gnus-registry-install-shortcuts): Rename from
6663 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
6664 the `gnus-registry-mark-map' keymap dynamically from
6665 `gnus-registry-marks'. The generated functions update the summary line
6666 when a registry mark is added or deleted, and will call
6667 `gnus-registry-install-p' (see the comments in the code).
6668 (gnus-registry-user-format-function-M): Use concat intelligently.
6669
6670 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6671 the registry mark functions.
6672
6673 2008-03-05 Glenn Morris <rgm@gnu.org>
6674
6675 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6676 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6677 gnus-art.
6678 (top-level): No need to load own source when compiling.
6679
6680 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6681
6682 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6683 Suggested by <chris.anderton@zetnet.co.uk>.
6684
6685 2008-03-04 Glenn Morris <rgm@gnu.org>
6686
6687 * gnus-sum.el (top-level): No need to require gnus when compiling,
6688 since unconditionally required near start of file.
6689 (gnus-summary-display-while-building): Move definition before use.
6690
6691 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
6692
6693 * gnus-registry.el (gnus-registry-user-format-function-M):
6694 Add formatting function.
6695
6696 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
6697
6698 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6699 with plists.
6700 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6701 Use new format.
6702
6703 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
6704
6705 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6706 `where-is-internal' that returns a range of key sequences.
6707
6708 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6709
6710 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6711
6712 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6713 (gnus-summary-jump-to-group): Consider windows on other displayed
6714 frames as well. Similar changes might be needed elsewhere, but that's
6715 the one I've bumped into during my use.
6716
6717 * nndoc.el (nndoc-oe-dbx-type-p):
6718 * gnus-msg.el (gnus-debug):
6719 * gnus-group.el (gnus-update-group-mark-positions):
6720 Use mm-string-to-multibyte.
6721
6722 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
6723
6724 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6725 doesn't handle NotDashEscaped.
6726
6727 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
6728 (mml-dnd-attach-options): Fix typo in custom choice.
6729
6730 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6731 Change nndoc-article-type to mbox.
6732 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6733
6734 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
6735 to nil, instead of html2text.
6736
6737 * imap.el (imap-debug): Add `imap-ping-server'.
6738
6739 * gnus-bookmark.el: Add FIXMEs.
6740
6741 * message.el (message-form-letter-separator)
6742 (message-send-form-letter-delay): New variables.
6743 (message-send-form-letter): Use them. New command to send form
6744 letters. Requested by Uwe Siart.
6745 (message-send-mail-function): Doc fix. Add "Other" custom option.
6746
6747 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
6748
6749 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6750 empty author.
6751
6752 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
6753
6754 * gnus-registry.el (gnus-registry-marks): Add variable for
6755 customization of marks and their appearance.
6756 (gnus-registry-read-mark): Use it.
6757 (gnus-registry-do-marks): Add utility function to loop through
6758 `gnus-registry-marks'.
6759 (gnus-registry-install-shortcuts-and-menus): Add function to install
6760 shortcuts and menus.
6761 (gnus-registry-initialize): Use it.
6762 (gnus-registry-default-mark): Clarify documentation.
6763
6764 2008-02-29 Glenn Morris <rgm@gnu.org>
6765
6766 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6767 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6768 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6769 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6770 Change defcustom :version from 23.0 to 23.1.
6771
6772 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
6773
6774 * gnus-registry.el (gnus-registry-follow-group-p)
6775 (gnus-registry-post-process-groups): Add functions to aid registry
6776 splitting and improve logging. Clarify behavior in function
6777 documentation.
6778 (gnus-registry-split-fancy-with-parent): Use them.
6779
6780 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6781
6782 * gnus-art.el: Use with-current-buffer.
6783
6784 2008-02-27 David Engster <dengste@eml.cc>
6785
6786 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6787 Express real group name in the response.
6788
6789 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6790
6791 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6792 (nnmairix-last-server, nnmairix-current-server): Defvar them.
6793 (nnmairix-goto-original-article): Defvar gnus-registry-install and
6794 autoload gnus-registry-fetch-group when compiling.
6795 (nnmairix-request-group-with-article-number-correction):
6796 Remove unreferenced argument passed to nnmairix-call-backend.
6797
6798 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6799
6800 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6801 (mm-uu-extract): Improve face for low color ttys.
6802 Reported by Sascha Wilde.
6803
6804 2008-02-27 Glenn Morris <rgm@gnu.org>
6805
6806 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6807 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6808 variables to defconsts. Convert comments to doc-strings.
6809 (nnmairix-last-server, nnmairix-current-server): Convert from free
6810 variables to defvars. Convert comments to doc-strings.
6811 (gnus-registry-fetch-group): Autoload.
6812 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6813 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6814 (nnmairix-widget-build-editable-fields): Use car cddr rather than
6815 caddr.
6816 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6817 nnmairix-request-group-with-article-number-correction call.
6818 (nnmairix-fast, nnmairix-group): New, less general names, for free
6819 variables passed from nnmairix-request-group to
6820 nnmairix-request-group-with-article-number-correction. Declare.
6821 (nnmairix-request-group-with-article-number-correction):
6822 Use nnmairix-fast, nnmairix-group rather than fast, group.
6823
6824 2008-02-26 David Engster <dengste@eml.cc>
6825
6826 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
6827 version 0.5.
6828
6829 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
6830
6831 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6832 instead of making an extra function call. Don't add the current group
6833 to articles only when they have the group. Use
6834 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6835 Reported by David <de_bb@arcor.de>.
6836
6837 2008-02-24 Miles Bader <miles@gnu.org>
6838
6839 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6840 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6841 (mm-find-mime-charset-region):
6842 * mm-bodies.el (mm-encode-body):
6843 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6844
6845 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
6846
6847 * mail-source.el (mail-source-delete-incoming): Change default.
6848 Supplement doc string.
6849
6850 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6851
6852 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
6853
6854 * nnmail.el (nnmail-message-id-cache-file): Derive from
6855 `gnus-home-directory'.
6856
6857 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
6858
6859 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6860 Document negative prefix.
6861
6862 * gnus-group.el (gnus-group-read-group): Document negative prefix.
6863
6864 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6865
6866 * message.el (message-unsent-separator): Add the Exim bounce
6867 separator.
6868
6869 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6870
6871 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6872 list.
6873 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6874 recipient/signer list.
6875
6876 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
6877
6878 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6879 fbound (Emacs 23 unicode), signal an error.
6880
6881 2008-02-08 Glenn Morris <rgm@gnu.org>
6882
6883 * gnus-art.el (pgg-display-output-buffer): Declare as function.
6884
6885 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
6886
6887 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6888 ports to the calls to `netrc-machine-user-or-password' in addition to
6889 "imap" and "imaps".
6890
6891 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
6892
6893 * gnus.el (gnus-group-startup-message): Add `find-image' call before
6894 image-load-path is let-bound. Reported by Harald Hanche-Olsen
6895 <hanche@math.ntnu.no>.
6896
6897 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
6898
6899 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6900
6901 2008-02-01 Zhang Wei <id.brep@gmail.com>
6902
6903 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6904
6905 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6906
6907 2008-02-01 Miles Bader <miles@gnu.org>
6908
6909 * mml.el (mml-parse-1): Remove apparently vestigial use of
6910 `mm-hack-charsets'.
6911 * mm-bodies.el (mm-encode-body): Likewise.
6912
6913 2008-02-01 Kenichi Handa <handa@m17n.org>
6914
6915 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6916 rfc2104-hexstring-to-bitstring and changed to return a byte list.
6917 (rfc2104-hash): Convert the result of concat to unibyte string.
6918
6919 2008-02-01 Dave Love <fx@gnu.org>
6920
6921 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6922 coding-system-for-read.
6923 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6924
6925 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6926 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
6927 (mm-find-mime-charset-region): Remove hack-charsets stuff.
6928
6929 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
6930
6931 * mail-source.el (mail-sources): Add `group' choice.
6932
6933 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6934 parameter `in-group' to control into which group the articles go.
6935 Add treatment of `group' mail-source.
6936
6937 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
6938
6939 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6940 * message.el (message-beginning-of-line): Use featurep instead of bound
6941 tests in order to resolve conditionals at compile time.
6942
6943 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6944
6945 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6946
6947 * mm-decode.el (mm-dissect-buffer): Decode description.
6948
6949 * mml.el (mml-to-mime): Encode message header first.
6950
6951 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6952
6953 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6954 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6955
6956 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
6957
6958 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6959
6960 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
6961
6962 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6963 prefix keys.
6964 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6965 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6966 gnus-xmas.el.
6967
6968 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
6969
6970 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6971 Add new variables for article mark management.
6972 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6973 list of extra data entries which, when present, will indicate that the
6974 article ID should not be trimmed from the registry.
6975 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6976 functions.
6977 (gnus-registry-read-mark): New function to read a mark name from the
6978 user.
6979 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6980 (gnus-registry-set-article-mark-internal): New functions to add and
6981 remove marks.
6982 (gnus-registry-get-article-marks): New function to show the marks for
6983 an article, or retrieve them for further use.
6984
6985 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6986
6987 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6988 keys when no argument is given.
6989
6990 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6991
6992 * gnus-sum.el (gnus-article-sort-by-random)
6993 (gnus-thread-sort-by-random): Fix doc strings.
6994 Reported by jidanni@jidanni.org.
6995
6996 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
6997
6998 * gnus-art.el (gnus-article-describe-bindings): New function.
6999 (gnus-article-read-summary-keys): Use it.
7000 (gnus-article-mode-map): Bind `C-h b' to it.
7001
7002 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7003
7004 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7005 XEmacs.
7006 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7007 Protect against non-character events.
7008
7009 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
7010
7011 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7012 New command.
7013 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7014 instead of END. Change name of the temp file.
7015 (gnus-group-gmane-group-download-format): Add doc string. Make it
7016 customizable.
7017
7018 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7019
7020 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7021 bind `S W' to gnus-article-wide-reply-with-original; set default
7022 binding to gnus-article-read-summary-send-keys.
7023 (gnus-article-read-summary-keys): Fix the order of keys; display
7024 continuation keys correctly in the echo area; describe bindings
7025 correctly when keys end with `C-h'.
7026 (gnus-article-read-summary-send-keys): New function.
7027 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7028 Work for gnus-article-read-summary-send-keys; display continuation keys
7029 correctly in the echo area.
7030 (gnus-article-reply-with-original): Ignore prefix argument.
7031 (gnus-article-wide-reply-with-original): New function.
7032
7033 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
7034
7035 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7036 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7037
7038 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
7039
7040 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7041 (gnus-group-read-ephemeral-gmane-group): New command.
7042
7043 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7044
7045 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7046
7047 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
7048
7049 * message.el (message-send-mail-function): Increase custom version.
7050
7051 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7052 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
7053
7054 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7055
7056 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7057 html parts correctly; support forwarded messages.
7058 (gnus-article-browse-html-article): Remove work buffers.
7059
7060 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7061 compiling.
7062 (netrc-bound-and-true-p): New macro.
7063 (netrc-parse): Use it instead of bound-and-true-p that is not available
7064 in XEmacs 21.4.
7065
7066 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
7067
7068 * gnus-registry.el (gnus-registry-mark-article)
7069 (gnus-registry-article-marks): Add functionality to mark articles
7070 through the Gnus registry.
7071
7072 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7073 (netrc-parse): Use encrypt-file-alist to determine if
7074 encrypt-find-model or encrypt-insert-file-contents should be used.
7075
7076 2007-12-19 Glenn Morris <rgm@gnu.org>
7077
7078 * mml.el (message-options-set, message-narrow-to-head)
7079 (message-in-body-p, message-mail-p, message-encode-message-body):
7080 Autoload.
7081 (message-remove-header, message-narrow-to-headers-or-head)
7082 (message-subscribed-p, message-make-mail-followup-to)
7083 (message-position-on-field, message-news-p)
7084 (message-options-set-recipient, message-generate-headers)
7085 (message-sort-headers): Declare as functions.
7086
7087 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7088
7089 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7090 convention in doc string.
7091
7092 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7093
7094 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7095 title to html parts.
7096 (gnus-article-browse-html-article): Pass message header to it.
7097
7098 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7099
7100 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
7101
7102 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7103 or password compatible with XEmacs.
7104
7105 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7106
7107 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7108 format document.
7109 (gnus-mime-delete-part): Don't write description line if empty.
7110 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7111
7112 2007-12-14 Johan Bockgård <bojohan@gnu.org>
7113
7114 * gnus-sum.el (gnus-summary-mark-unread-as-read)
7115 (gnus-summary-mark-read-and-unread-as-read)
7116 (gnus-summary-mark-current-read-and-unread-as-read)
7117 (gnus-summary-mark-unread-as-ticked): Doc fix.
7118 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7119
7120 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7121
7122 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7123 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7124
7125 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7126
7127 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7128 yes-or-no-p.
7129
7130 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
7131
7132 * mm-decode.el (mm-add-meta-html-tag): New function.
7133 (mm-save-part-to-file, mm-pipe-part): Use it.
7134
7135 * gnus-art.el (gnus-article-browse-delete-temp-files):
7136 Use gnus-y-or-n-p instead of y-or-n-p.
7137 (gnus-article-browse-html-parts): Work with message/external-body; use
7138 mm-add-meta-html-tag.
7139
7140 2007-12-11 Glenn Morris <rgm@gnu.org>
7141
7142 * gnus-cache.el: Require gnus-sum not just when compiling.
7143
7144 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7145
7146 * gnus-int.el (gnus-server-opened, gnus-status-message):
7147 Move definitions before use.
7148
7149 * mm-decode.el: Require gnus-util.
7150 (mm-remove-part): Only call delete-annotation on XEmacs.
7151
7152 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7153
7154 * nnmail.el: Require gnus-int.
7155
7156 * spam.el: Move `require's before `eval-when-compile's.
7157
7158 * gnus-ems.el (gnus-alive-p):
7159 * gnus-fun.el (message-goto-eoh):
7160 * gnus-util.el (gnus-group-name-decode):
7161 * mail-source.el (gnus-compress-sequence):
7162 * message.el (Info-goto-node, format-spec):
7163 * mm-bodies.el (message-options-get):
7164 * mm-decode.el (mm-view-pkcs7):
7165 * mm-util.el (gmm-write-region):
7166 * mml-smime.el (mml-compute-boundary)
7167 (gnus-completing-read-with-default):
7168 * mml.el (widget-button-press, gnus-make-hashtable):
7169 * mml1991.el (mm-decode-content-transfer-encoding)
7170 (mm-encode-content-transfer-encoding)
7171 (message-options-get, message-options-set):
7172 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7173 * nnfolder.el (gnus-request-group):
7174 * nnheader.el (ietf-drums-unfold-fws):
7175 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7176 * smime.el (gnus-run-mode-hooks):
7177 * spam-stat.el (gnus-message): Autoload.
7178
7179 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7180 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7181 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7182 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7183 Add declare-function compatibility definition.
7184
7185 * gnus-cache.el (nnvirtual-find-group-art):
7186 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7187 (gnus-add-image, gnus-add-wash-type):
7188 * gnus-group.el (nnkiboze-score-file):
7189 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7190 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7191 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7192 (message-tokenize-header, gnus-get-buffer-create)
7193 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7194 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7195 * gnus.el (gnus-group-decoded-name):
7196 * mail-source.el (imap-capability):
7197 * mm-bodies.el (message-options-set):
7198 * mm-decode.el (gnus-configure-windows):
7199 * mm-extern.el (message-goto-body):
7200 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7201 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7202 (epg-sub-key-validity, message-options-set):
7203 * mml.el (widget-event-point, gnus-configure-windows):
7204 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7205 * mml2015.el (epg-check-configuration, epg-configuration)
7206 (message-options-set):
7207 * nndb.el (nndb-request-article):
7208 * nnfolder.el (gnus-request-create-group):
7209 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7210 * nnmaildir.el (gnus-group-mark-article-read):
7211 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7212 * rfc1843.el (message-fetch-field):
7213 * spam.el (gnus-extract-address-components):
7214 Declare as functions.
7215
7216 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7217
7218 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7219
7220 2007-12-09 Glenn Morris <rgm@gnu.org>
7221
7222 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7223
7224 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7225 * message.el, mm-view.el, sieve-manage.el, smime.el:
7226 Add declare-function compatibility definition.
7227
7228 * gnus-art.el (w3-region, w3m-region, Info-menu):
7229 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7230 * gnus-sum.el (gnus-get-predicate):
7231 * gnus-util.el (mm-append-to-file, w32-focus-frame):
7232 * message.el (mail-abbrev-in-expansion-header-p):
7233 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7234 (w3m-detect-meta-charset, w3m-region):
7235 * sieve-manage.el (password-read, password-cache-add)
7236 (password-cache-remove):
7237 * smime.el (password-read-and-add): Declare as functions.
7238
7239 2007-12-08 David Kastrup <dak@gnu.org>
7240
7241 * gnus-sum.el (gnus-summary-simplify-subject-query):
7242 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7243 `message'.
7244
7245 2007-12-07 Glenn Morris <rgm@gnu.org>
7246
7247 * gnus-art.el (article-make-date-line): Revert previous change.
7248
7249 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
7250
7251 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7252
7253 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
7254
7255 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7256 Call gnus-add-to-range ranges only once with a prepared article-list.
7257
7258 2007-12-06 Paul Jarc <prj@po.cwru.edu>
7259
7260 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7261 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7262 group names with backslashes.
7263 Reported by Tassilo Horn <tassilo@member.fsf.org>.
7264
7265 2007-12-06 Deepak Goel <deego3@gmail.com>
7266
7267 * gnus-art.el (article-make-date-line):
7268 * gnus-start.el (gnus-load):
7269 * pop3.el (pop3-read-response): Fix buggy call to `error'.
7270
7271 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7272
7273 * gnus-art.el (gnus-use-idna)
7274 * gnus-start.el (gnus-site-init-file)
7275 * message.el (message-use-idna)
7276 * mm-uu.el (mm-uu-hide-markers)
7277 * smiley.el (smiley-style): Revert changes that suppress warnings.
7278
7279 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7280
7281 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7282 specify charset to html source.
7283 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7284
7285 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7286
7287 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7288 idna-program in order to suppress byte compile warning issued by XEmacs
7289 that came to byte compile the default value section of defcustom forms
7290 recently.
7291
7292 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7293 value of installation-directory.
7294
7295 * message.el (message-use-idna): Don't directly refer to the value of
7296 idna-program.
7297
7298 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7299
7300 * smiley.el (smiley-style): Don't directly call face-attribute.
7301
7302 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
7303
7304 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7305
7306 * gnus-dired.el: Reduce Gnus dependencies.
7307 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7308 Don't require. Use autoloads instead.
7309 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7310 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7311 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7312 (gnus-dired-mode): Adjust doc string.
7313 (gnus-dired-mail-mode): New variable.
7314 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7315 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7316 (gnus-dired-mail-buffers): New function. Return mail or message
7317 composition buffers.
7318 (gnus-dired-attach): Use it.
7319 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7320 NO-DECODE.
7321 (gnus-dired-print): Use `gnus-print-buffer' depending on
7322 `gnus-dired-mail-mode'.
7323
7324 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7325
7326 * rfc2047.el (rfc2047-encoded-word-regexp)
7327 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7328 explaining what regexp patterns are for.
7329
7330 2007-12-04 Glenn Morris <rgm@gnu.org>
7331
7332 * password.el: Move to ../password-cache.el.
7333
7334 * mml1991.el (password-read, password-cache-add, password-cache-remove):
7335 * mml2015.el (password-read, password-cache-add, password-cache-remove):
7336 * mml-smime.el (password-read, password-cache-add)
7337 (password-cache-remove):
7338 No need to autoload, since mml-sec requires password.
7339
7340 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7341 * message.el (gnus-extract-address-components):
7342 * mml-smime.el (gnus-extract-address-components): Define for compiler.
7343
7344 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7345 password.
7346
7347 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
7348
7349 * mailcap.el: Reduce dependencies.
7350 (mail-header-parse-content-type): Autoload.
7351 (mailcap-delete-duplicates): New alias.
7352 (mailcap-mime-info): Add optional argument NO-DECODE.
7353 (mailcap-mime-types): Use mailcap-delete-duplicates.
7354
7355 * message.el (message-ignored-supersedes-headers): Add "X-ID".
7356
7357 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7358
7359 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7360 function.
7361
7362 * gnus-uu.el (gnus-uu-decode-yenc): New command.
7363 (gnus-uu-yenc-article): New function.
7364
7365 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7366
7367 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7368
7369 2007-12-02 Glenn Morris <rgm@gnu.org>
7370
7371 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
7372 Move to ../net.
7373
7374 * binhex.el, uudecode.el: Move to ../mail.
7375
7376 * encrypt.el: Remove file.
7377
7378 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
7379
7380 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7381 matches on patches.
7382
7383 * gnus-art.el (gnus-article-browse-html-article):
7384 Mention `mm-text-html-renderer' in the doc string.
7385
7386 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7387 string. Add comments.
7388
7389 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7390 if rhs is ASCII.
7391
7392 2007-12-01 Glenn Morris <rgm@gnu.org>
7393
7394 * dig.el, dns.el: Move to ../net.
7395 * format-spec.el, hex-util.el, sha1.el: Move to ../.
7396
7397 * mail-source.el (top-level): Require format-spec before
7398 eval-when-compile.
7399
7400 2007-11-30 Glenn Morris <rgm@gnu.org>
7401
7402 * encrypt.el: Require password, rather than autoloading password-read.
7403
7404 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
7405
7406 * gnus.el (gnus-method-to-server): Add an optional parameter so the
7407 caller can indicate whether the cache should be disregarded for this
7408 call. This way the result of the call is reproducible at all times and
7409 can be considered a canonical server name for the supplied method.
7410 (gnus-agent-method-p): Canonicalize server names by pushing their
7411 method through `gnus-method-to-server' using the no-cache argument.
7412
7413 * gnus-srvr.el (gnus-server-insert-server-line):
7414 Call `gnus-method-to-server' with `no-cache' argument.
7415
7416 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7417 gnus-agent-possibly-synchronize-flags as this should be called when the
7418 server is actually being opened.
7419 (gnus-agent-possibly-synchronize-flags)
7420 (gnus-agent-possibly-synchronize-flags-server): Move check for the
7421 flags file of an agentized server to the latter function.
7422
7423 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7424 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7425 after a connection has been established successfully.
7426
7427 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
7428
7429 * gnus-art.el (article-display-face): Force to display face if called
7430 interactively; check if gnus-article-x-face-too-ugly matches author.
7431 (article-display-x-face): Display face even if From header is missing
7432 as article-display-face does.
7433
7434 2007-11-28 Richard Stallman <rms@gnu.org>
7435
7436 * md4.el: Move to ../.
7437 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
7438
7439 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
7440
7441 * mail-source.el (mail-sources): Default to fetch from file for
7442 compatibility with default of nnmail-spool-file.
7443
7444 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
7445
7446 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7447 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7448 to look for encoded word that should be encoded again.
7449 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7450 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7451 encoding pattern.
7452 (rfc2047-decode-region): Switch strict regexp and loose one according
7453 to rfc2047-allow-irregular-q-encoded-words.
7454
7455 2007-11-26 Simon Josefsson <simon@josefsson.org>
7456
7457 * imap.el: Move to ../net directory.
7458
7459 2007-11-25 Romain Francoise <romain@orebokech.com>
7460
7461 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7462
7463 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7464
7465 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7466 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7467
7468 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7469 `nnmail-spool-file'.
7470
7471 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7472 `nnmail-spool-file'.
7473
7474 * gnus-move.el (gnus-change-server): Ditto.
7475
7476 * gnus-kill.el (gnus-batch-score): Ditto.
7477
7478 * gnus-cache.el (gnus-jog-cache): Ditto.
7479
7480 * gnus-msg.el (gnus-summary-reply):
7481 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7482
7483 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7484
7485 * gnus-cache.el (gnus-cache-generate-nov-databases):
7486 Use nnml-generate-nov-databases-directory instead of
7487 nnml-generate-nov-databases-1.
7488
7489 2007-11-24 Glenn Morris <rgm@gnu.org>
7490
7491 * message.el (message-tool-bar-retro): Update for rename
7492 mail_send.xpm->mail-send.xpm.
7493
7494 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7495
7496 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7497 `smime-ldap-search' for Emacs 22 and up.
7498
7499 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7500
7501 * hashcash.el: Move to ../mail directory.
7502
7503 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
7504
7505 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7506 `smime-ldap-search' for Emacs 22 and up.
7507
7508 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7509
7510 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7511
7512 * message.el (message-send-mail-function): Fix error convention.
7513 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7514 (message-widen-reply, message-send-mail, message-talkative-question)
7515 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7516 (message-clone-locals, message-send-news): Use with-current-buffer.
7517 (message-insert-or-toggle-importance): Remove unused var `valid'.
7518 (message-make-references): Remove unused var `new-references'.
7519 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7520
7521 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
7522
7523 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7524 (spam-split-symbolic-return-positive): Reflow docstring.
7525 (spam-backends, spam-summary-exit-behavior)
7526 (spam-mark-ham-unread-before-move-from-spam-group)
7527 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7528 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7529 (spam-clear-cache, spam-backend-check, spam-install-backend)
7530 (spam-install-statistical-backend, spam-list-of-processors)
7531 (spam-group-processor-p, spam-split, spam-bogofilter-score)
7532 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7533 (spam-check-crm114, spam-initialize, spam-unload-hook):
7534 Fix typos in docstrings.
7535
7536 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7537
7538 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7539 been checked if they have never been read and those group levels are
7540 higher than the one that a user specified.
7541
7542 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7543
7544 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7545 foreign groups unless a group level is specified by a user.
7546 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7547
7548 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
7549
7550 * message.el (message-send-mail-function): Require sendmail.
7551
7552 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
7553
7554 * message.el (message-send-mail-function): Check for smtpmail too.
7555
7556 * utf7.el (utf7-encode, utf7-decode): Use coding system
7557 `utf-7'/`utf-7-imap' from utf-7.el' if available.
7558
7559 * message.el (message-send-mail-function): New function.
7560 (message-send-mail-function): Set default using
7561 message-send-mail-function. Adjust doc string.
7562 (message-send-mail-with-mailclient): New function.
7563
7564 2007-11-17 Richard Stallman <rms@gnu.org>
7565
7566 * assistant.el: Remove file.
7567
7568 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
7569
7570 * smime.el (from):
7571 * rfc2047.el (message-posting-charset):
7572 * qp.el (mm-use-ultra-safe-encoding):
7573 * pop3.el (parse-time-months):
7574 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7575 * nnml.el (files):
7576 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7577 (jka-compr-compression-info-list, ange-ftp-path-format)
7578 (efs-path-regexp):
7579 * nndiary.el (files):
7580 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7581 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7582 (epg-digest-algorithm-alist, inhibit-redisplay)
7583 (password-cache-expiry):
7584 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7585 (pgg-output-buffer, password-cache-expiry):
7586 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7587 (efs-path-regexp):
7588 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7589 (inhibit-redisplay):
7590 * mm-uu.el (file-name, start-point, end-point, entry)
7591 (gnus-newsgroup-name, gnus-newsgroup-charset):
7592 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7593 (latin-unity-ucs-list):
7594 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7595 (mm-uu-binhex-decode-function):
7596 * message.el (gnus-message-group-art, gnus-list-identifiers)
7597 (rmail-enable-mime-composing, gnus-local-organization)
7598 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7599 (gnus-read-active-file, facemenu-add-face-function)
7600 (facemenu-remove-face-function, gnus-article-decoded-p)
7601 (tool-bar-mode):
7602 * mail-source.el (display-time-mail-function):
7603 * gnus-util.el (nnmail-pathname-coding-system)
7604 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7605 (gnus-original-article-buffer, gnus-user-agent)
7606 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7607 (xemacs-codename, sxemacs-codename, emacs-program-version):
7608 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7609 * gnus-start.el (gnus-agent-covered-methods)
7610 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7611 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7612 (gnus-newsgroup-headers, gnus-group-list-mode)
7613 (gnus-group-mark-positions, gnus-newsgroup-data)
7614 (gnus-newsgroup-unreads, nnoo-state-alist)
7615 (gnus-current-select-method, mail-sources)
7616 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7617 (nnmail-spool-file, gnus-cache-active-hashtb):
7618 * gnus-mh.el (mh-lib-progs):
7619 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7620 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7621 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7622 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7623 (gnus-group-buffer):
7624 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7625 (font-lock-set-defaults):
7626 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7627 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7628 (gnus-summary-post-menu, total-parts, type, condition, length):
7629 * gnus-agent.el (gnus-agent-read-agentview):
7630 * flow-fill.el (show-trailing-whitespace):
7631 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7632 eval-and-compile wrappers for byte compiler pacifiers.
7633
7634 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7635 (mm-display-inline-fontify): Check for featurep 'xemacs not
7636 extent-list.
7637
7638 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7639 itimer-list.
7640 (mm-create-image-xemacs): Only do something for XEmacs.
7641 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7642
7643 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7644
7645 * gnus-registry.el (gnus-adaptive-word-syntax-table):
7646 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7647
7648 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
7649
7650 * nnimap.el (nnimap-split-download-body):
7651 * gnus-demon.el (gnus-demon):
7652 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7653
7654 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7655
7656 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7657 New macros.
7658 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7659 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7660 copy data from unibyte buffer to multibyte current buffer.
7661 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7662 to copy data from unibyte current buffer to multibyte buffer.
7663 (nntp-make-process-buffer): Make process buffer unibyte.
7664
7665 * pop3.el (pop3-open-server): Fix typo in Lisp code.
7666
7667 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
7668
7669 * pop3.el (pop3-open-server): Accept and process data more robustly at
7670 connexion start to avoid spurious "POP SSL connexion failed" errors.
7671
7672 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7673
7674 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7675 read group names.
7676
7677 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
7678
7679 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7680
7681 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7682
7683 * nnmail.el (nnmail-parse-active): Make group names unibyte.
7684 (nnmail-save-active): Use a unibyte buffer when saving active file,
7685 which may contain non-ASCII group names.
7686
7687 * nnml.el (nnml-request-group): Decode group names in messages.
7688
7689 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7690
7691 * message.el (message-citation-line-function)
7692 (message-insert-formatted-citation-line): Fix spelling of
7693 `message-insert-formated-citation-line'.
7694
7695 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
7696
7697 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7698
7699 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7700
7701 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7702 nnmail-pathname-coding-system.
7703
7704 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7705 that a user enters; decode group names in messages.
7706
7707 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7708
7709 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
7710
7711 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7712
7713 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7714
7715 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7716 risky local variable.
7717
7718 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7719
7720 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
7721
7722 * encrypt.el: Improve documentation to fix function name typo.
7723 Reported by Daiki Ueno <ueno@unixuser.org>.
7724
7725 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7726
7727 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7728 even if the point is not in the last page of an article.
7729 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7730 back to the previous page.
7731
7732 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
7733
7734 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7735
7736 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
7737
7738 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7739
7740 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7741
7742 * message.el (message-check-news-body-syntax):
7743 Avoid mm-string-as-multibyte.
7744 (message-hide-headers): Don't assume (point-min)==1.
7745
7746 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7747
7748 * message.el (message-remove-blank-cited-lines): Fix if remove is
7749 given.
7750 (message-bogus-address-regexp): New variable.
7751 (message-bogus-recipient-p): New function.
7752 (message-check-recipients): New command.
7753 (message-syntax-checks): Add `bogus-recipient'.
7754 (message-fix-before-sending): Add `bogus-recipient'.
7755
7756 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7757 (gnus-treat-body-boundary): Don't test window-system.
7758
7759 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
7760
7761 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7762
7763 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7764
7765 * gnus.el: Bump version to Gnus v5.13.
7766
7767 2007-10-28 Miles Bader <miles@gnu.org>
7768
7769 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7770 at compile-time too.
7771
7772 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7773
7774 * gnus-msg.el (gnus-message-setup-hook):
7775 Add `message-remove-blank-cited-lines' to options.
7776
7777 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
7778
7779 * message.el (message-remove-blank-cited-lines): New function.
7780 Suggested by Karl Plästerer.
7781
7782 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
7783
7784 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7785 mapc.
7786
7787 * imap.el (imap-open): Replace mapcar called for effect with mapc.
7788 (top-level): Use mapc to set functions to be traced for debugging.
7789
7790 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7791 called for effect with while loop.
7792
7793 * message.el (message-talkative-question): Replace mapcar called for
7794 effect with mapc.
7795
7796 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7797 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7798 called for effect with dolist.
7799
7800 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7801
7802 * nndiary.el: Use dolist instead of mapcar to add diary headers to
7803 gnus-extra-headers and nnmail-extra-headers.
7804
7805 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7806 called for effect with dolist.
7807 (top-level): Use mapc to set functions to be traced for debugging.
7808
7809 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7810 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7811 dolist.
7812
7813 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7814 Replace mapcar called for effect with mapc.
7815 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7816 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7817 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7818 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7819
7820 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7821 remove-if that's a cl function.
7822
7823 * webmail.el (webmail-debug): Replace mapcar called for effect with
7824 dolist.
7825
7826 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
7827
7828 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7829 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7830 with while loop.
7831
7832 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7833 functions from article-* functions.
7834 (gnus-multi-decode-header): Replace mapcar called for effect with
7835 dolist.
7836
7837 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7838 (gnus-bookmark-show-details): Replace mapcar called for effect with
7839 while loop.
7840
7841 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7842 called for effect with while loop.
7843
7844 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7845 with dolist.
7846
7847 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7848 Replace mapcar called for effect with dolist.
7849
7850 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7851
7852 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7853 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7854 Replace mapcar called for effect with dolist.
7855 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7856 mapc.
7857
7858 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7859 Replace mapcar called for effect with dolist.
7860 (gnus-topic-list): Replace mapcar called for effect with mapc.
7861
7862 * gnus.el: Use mapc instead of mapcar to add autoloads.
7863
7864 2007-10-23 Richard Stallman <rms@gnu.org>
7865
7866 * gnus-group.el (gnus-group-highlight): Mark as risky.
7867
7868 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
7869
7870 * gnus.el (gnus-server-to-method): Return method found first in
7871 gnus-newsrc-alist.
7872
7873 * gnus-art.el (gnus-article-highlight-signature)
7874 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7875 button overlay without the front stickiness.
7876
7877 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
7878
7879 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7880 overview buffer needed a catch to receive its throw.
7881 (gnus-agent-flush-cache): Declare as interactive to make this function
7882 easier to use.
7883
7884 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
7885
7886 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7887 `next-line'.
7888
7889 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
7890
7891 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7892 exclude address matching message-dont-reply-to-names.
7893
7894 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7895
7896 * gnus-util.el (gnus-string<): New function.
7897
7898 * gnus-sum.el (gnus-article-sort-by-author)
7899 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7900
7901 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7902
7903 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7904 the frame-focus tag is set in gnus-buffer-configuration.
7905
7906 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7907
7908 * gnus-art.el (gnus-article-add-button): Make a button overlay without
7909 the front stickiness.
7910
7911 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7912
7913 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7914 url pattern; remove duplicate one.
7915 (gnus-article-extend-url-button): New function.
7916 (gnus-article-add-buttons): Use it.
7917 (gnus-button-push): Use concatenated url that it makes.
7918
7919 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
7920
7921 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7922 (sieve-manage-open): Use `mapc' instead of `mapcar'.
7923
7924 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7925
7926 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7927 Don't hardcode point-min==1.
7928
7929 2007-09-30 David Kastrup <dak@gnu.org>
7930
7931 * gnus-art.el (gnus-article-reply-with-original)
7932 (gnus-article-followup-with-original): When `transient-mark-mode' is
7933 off, refrain from active-region behavior for followups.
7934
7935 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
7936
7937 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7938 Fix comment about "iso8859-1".
7939
7940 2007-10-08 Daiki Ueno <ueno@unixuser.org>
7941
7942 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7943 ones returned from the verify-function.
7944
7945 * mm-uu.el (mm-uu-pgp-signed-extract-1):
7946 Call mml2015-extract-cleartext-signature if extraction failed.
7947
7948 2007-10-07 Daiki Ueno <ueno@unixuser.org>
7949
7950 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7951 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7952 failed.
7953
7954 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
7955
7956 * Relicense "GPLv2 or later" files to "GPLv3 or later".
7957
7958 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7959
7960 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7961 to mark a thread as expirable. Add variable `hide' to handle hiding of
7962 thread for both the null and zero (kill/expire thread) universal prefix
7963 cases.
7964 (gnus-summary-expire-thread): Add new function to expire a thread,
7965 using gnus-summary-kill-thread.
7966 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7967 shortcuts for gnus-summary-expire-thread.
7968 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7969 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
7970
7971 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7972
7973 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7974 extras value, so an extras entry can be deleted.
7975 (gnus-registry-delete-extra-entry): Use it.
7976 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7977 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7978 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7979 storage through the gnus-registry, and provide an appropriate API for
7980 it.
7981
7982 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7983
7984 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7985 Suggested by Leo <sdl.web@gmail.com>.
7986
7987 * gnus.el: Do.
7988
7989 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7990
7991 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7992 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
7993
7994 * gnus-agent.el (gnus-agent-fetch-headers): Do.
7995
7996 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7997 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7998
7999 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8000
8001 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8002 newline.
8003 (nnmbox-request-accept-article): Don't change article in source buffer;
8004 narrow to header to use message-fetch-field rather than
8005 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8006 (nnmbox-request-replace-article): Quote lines that'll be misidentified
8007 as delimiters; make sure article ends with newline.
8008 (nnmbox-delete-mail): Correct last position of article to be deleted;
8009 ignore X-Gnus-Newsgroup header in article body.
8010 (nnmbox-save-mail): Quote lines looking like delimiters at the right
8011 positions; make sure article ends with newline.
8012
8013 * message.el (message-display-abbrev): Don't infloop when a user
8014 inserts SPC in the beginning of header.
8015
8016 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
8017
8018 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8019 list of groups not followed by default. Fix type to be regexp.
8020 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8021
8022 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
8023
8024 * hmac-def.el (define-hmac-function): Switch from old-style to
8025 new-style backquotes.
8026
8027 * md4.el (md4-make-step): Likewise.
8028
8029 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8030
8031 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8032 raw-text coding system when saving .newsrc file, which may contain
8033 non-ASCII group names.
8034
8035 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
8036
8037 * gnus-cus.el (gnus-score-extra): New widget.
8038 (gnus-score-extra-convert): New function.
8039 (gnus-score-customize): Use it for Extra.
8040
8041 2007-08-31 Daiki Ueno <ueno@unixuser.org>
8042
8043 * mml2015.el (mml2015-extract-cleartext-signature): New function.
8044 (mml2015-mailcrypt-clear-verify): Use it.
8045 (mml2015-gpg-clear-verify): Use it.
8046 (mml2015-pgg-clear-verify): Use it.
8047 (mml2015-epg-clear-verify): Replace the current part with the output
8048 from GnuPG; don't extract the plaintext by itself.
8049
8050 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8051 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8052 mml2015-clear-verify-function; don't touch the armor headers or
8053 dash-escaped text here.
8054
8055 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
8056
8057 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8058 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8059 parts, or application/octet-stream as a last resort.
8060 (gnus-mime-view-part-as-type): Don't toggle display.
8061 (gnus-mime-view-part-as-charset): Don't turn off display before
8062 querying charset.
8063
8064 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8065 stuff to undisplayer function in Emacs.
8066 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8067
8068 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8069 text/calendar parts.
8070
8071 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
8072
8073 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8074 decoding text/calendar parts.
8075
8076 * message.el (message-forward-make-body-mime): Always mark body as
8077 having no illegible text; remove signed-or-encrypted argument.
8078 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8079
8080 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8081 (mml-generate-mime-1): Don't encode body if it is specified to be in
8082 raw form; don't make buffer be unibyte when inserting multibyte string.
8083
8084 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8085
8086 * sha1.el: Fix up comment style.
8087 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8088 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8089
8090 * hex-util.el: Fix up comment style.
8091 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8092
8093 * gnus-salt.el: Use with-current-buffer.
8094 (gnus-pick-setup-message): Fix long-standing typo.
8095
8096 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
8097
8098 * imap.el (imap-logout-timeout): New variable.
8099 (imap-logout, imap-logout-wait): New functions.
8100 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8101
8102 * nnimap.el (nnimap-logout-timeout): New server variable.
8103 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8104 nnimap-logout-timeout.
8105
8106 * gnus-art.el (gnus-article-summary-command-nosave)
8107 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8108
8109 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
8110
8111 * gnus.el (gnus-maximum-newsgroup): New variable.
8112
8113 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8114 according to gnus-maximum-newsgroup.
8115
8116 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8117 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8118 Limit the range of articles according to gnus-maximum-newsgroup.
8119
8120 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
8121
8122 * gnus-art.el (gnus-sticky-article): Fix problems described in
8123 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
8124 Don't perform gnus-configure-windows here; reuse existing sticky
8125 article buffer.
8126
8127 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8128 it doesn't exist in gnus-article-mode.
8129
8130 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
8131
8132 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8133 (gnus-agent-decoded-group-name): New function.
8134 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8135 (gnus-agent-expire-group-1): Use it; decode group name in messages.
8136
8137 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
8138
8139 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8140 Add binding for gnus-sticky-article.
8141 (gnus-summary-exit): Don't kill sticky article buffers.
8142
8143 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8144 article buffer.
8145 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8146 (gnus-kill-sticky-article-buffers): New commands.
8147
8148 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
8149
8150 * nntp.el (nntp-xref-number-is-evil): New server variable.
8151 (nntp-find-group-and-number): If it is non-nil, don't trust article
8152 numbers in the Xref header.
8153
8154 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8155
8156 * gnus-agent.el (gnus-agent-read-group): New function.
8157 (gnus-agent-flush-group, gnus-agent-expire-group)
8158 (gnus-agent-regenerate-group): Use it.
8159 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8160 nnmail-pathname-coding-system.
8161
8162 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
8163
8164 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8165
8166 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8167 that are unread as unread, and also as selected so that information of
8168 marks having been changed by a user may be updated when exiting group.
8169
8170 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
8171
8172 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8173
8174 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
8175
8176 * gnus-art.el (gnus-mime-display-single): Pass part number that is
8177 calculated ignoring signature parts to gnus-treat-article.
8178
8179 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
8180
8181 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8182 a point here in order to keep the window start.
8183 (gnus-insert-mime-security-button): Make a button overlay without the
8184 front stickiness.
8185 (gnus-mime-display-security): Goto the end of a button.
8186
8187 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8188
8189 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
8190
8191 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8192 group-name-at-point.
8193 (gnus-group-completing-read): New function that offers decoded
8194 non-ASCII group names for completion.
8195 (gnus-fetch-group, gnus-group-read-ephemeral-group)
8196 (gnus-group-jump-to-group, gnus-group-make-group-simple)
8197 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8198 (gnus-group-fetch-control): Use it.
8199 (gnus-fetch-group): Use group-name-at-point for the initial value
8200 rather than the default value; use gnus-alive-p.
8201
8202 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8203 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8204 (gnus-summary-post-news): Use gnus-group-completing-read.
8205
8206 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8207 (gnus-read-move-group-name): Decode group name for completion.
8208
8209 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
8210
8211 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8212 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8213 Yamaoka slightly modified the code).
8214
8215 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8216
8217 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8218 (nnmail-split-incoming): Bind it.
8219
8220 * nnml.el (nnml-group-name-charset): New function.
8221 (nnml-decoded-group-name): Use it; don't decode group name if
8222 nnmail-group-names-not-encoded-p is non-nil.
8223 (nnml-encoded-group-name): New function.
8224 (nnml-group-pathname): Inline nnml-decoded-group-name.
8225 (nnml-request-expire-articles): Decode group name in message.
8226 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8227 nnmail-pathname-coding-system.
8228 (nnml-save-mail, nnml-active-number): Work with decoded group names and
8229 not decoded ones according to nnmail-group-names-not-encoded-p.
8230 (nnml-generate-active-info): Use nnml-encoded-group-name.
8231
8232 2007-08-08 Glenn Morris <rgm@gnu.org>
8233
8234 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8235 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8236 doc-strings and comments.
8237
8238 2007-07-25 Glenn Morris <rgm@gnu.org>
8239
8240 * Relicense all FSF files to GPLv3 or later.
8241
8242 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
8243
8244 * gnus-sum.el (gnus-summary-move-article):
8245 Make gnus-summary-respool-article work.
8246
8247 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
8248
8249 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8250 string.
8251
8252 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
8253
8254 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
8255 that should be ignored when comparing distant RSS articles with local
8256 ones.
8257 (nnrss-make-hash-index): New function. Create a hash index according
8258 to the ignored fields.
8259 (nnrss-check-group): Use it.
8260
8261 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
8262
8263 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8264
8265 * gnus-art.el (article-decode-group-name): Decode Xref header too.
8266
8267 * gnus-group.el (gnus-group-make-group): Encode group name here unless
8268 the new optional argument ENCODED is non-nil.
8269 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8270 coding system for encoding group name.
8271 (gnus-group-make-rss-group): Pass un-encoded group name to
8272 gnus-group-make-group.
8273 (gnus-group-set-info): Tell gnus-group-make-group that group name is
8274 encoded.
8275
8276 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8277 Encode group name to which articles are moved or copied.
8278 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8279 coding system for encoding Newsgroup, Followup-To and Xref headers.
8280
8281 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8282 marks; use nnheader-file-coding-system to write a file.
8283 (nnagent-retrieve-headers): Bind file-name-coding-system to
8284 nnmail-pathname-coding-system.
8285
8286 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8287
8288 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8289 (nnml-request-article, nnml-request-create-group)
8290 (nnml-request-rename-group, nnml-find-id)
8291 (nnml-possibly-change-directory, nnml-possibly-create-directory)
8292 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8293 (nnml-save-marks): Use nnml-group-pathname instead of
8294 nnmail-group-pathname.
8295
8296 (nnml-request-create-group, nnml-request-expire-articles)
8297 (nnml-request-move-article, nnml-request-delete-group)
8298 (nnml-deletable-article-p, nnml-possibly-create-directory)
8299 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8300 (nnml-open-marks): Bind file-name-coding-system to
8301 nnmail-pathname-coding-system.
8302
8303 (nnml-request-article): Pass server argument to nnml-find-group-number.
8304 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8305 Pass server argument to nnml-possibly-create-directory.
8306 (nnml-request-accept-article): Pass server argument to
8307 nnml-active-number and nnml-save-mail.
8308 (nnml-find-group-number): Pass server argument to nnml-find-id.
8309 (nnml-request-update-info): Pass server argument to
8310 nnml-marks-changed-p.
8311
8312 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8313 (nnml-save-mail, nnml-active-number): Add server argument.
8314
8315 (nnml-request-delete-group): Warn if group is missing.
8316 (nnml-get-nov-buffer): Decode group name.
8317 (nnml-generate-active-info): Encode group name.
8318 (nnml-open-marks): Decode group name in messages.
8319
8320 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
8321
8322 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8323 if it is not specified.
8324 (gnus-article-pipe-part, gnus-article-save-part)
8325 (gnus-article-interactively-view-part, gnus-article-copy-part)
8326 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8327 (gnus-article-inline-part, gnus-article-save-part-and-strip)
8328 (gnus-article-replace-part, gnus-article-delete-part)
8329 (gnus-article-view-part-as-type): Pass raw prefix argument to
8330 gnus-article-part-wrapper.
8331
8332 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
8333
8334 * gnus-agent.el (gnus-agent-save-active):
8335 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8336
8337 * gnus-cache.el (gnus-cache-save-buffers)
8338 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8339 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8340 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8341 (gnus-cache-braid-nov, gnus-cache-braid-heads)
8342 (gnus-cache-generate-active, gnus-cache-rename-group)
8343 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8344 (gnus-cache-update-overview-total-fetched-for):
8345 Bind file-name-coding-system to nnmail-pathname-coding-system.
8346 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8347 New variables.
8348 (gnus-cache-decoded-group-name): New function.
8349 (gnus-cache-file-name): Use it.
8350 (gnus-cache-generate-active): Use non-decoded group name for active.
8351
8352 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8353 right place.
8354 (gnus-write-active-file): Don't break non-ASCII group names.
8355
8356 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8357 nnmail-pathname-coding-system.
8358
8359 * gnus-uu.el (gnus-uu-decode-save): Typo.
8360
8361 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
8362
8363 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8364
8365 2007-07-14 David Kastrup <dak@gnu.org>
8366
8367 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8368 finishing actions if we did not edit the article.
8369
8370 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
8371
8372 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8373 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8374 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8375 (gnus-agent-flush-group, gnus-agent-flush-cache)
8376 (gnus-agent-fetch-headers, gnus-agent-load-alist)
8377 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8378 (gnus-agent-retrieve-headers, gnus-agent-request-article)
8379 (gnus-agent-regenerate-group)
8380 (gnus-agent-update-files-total-fetched-for)
8381 (gnus-agent-update-view-total-fetched-for):
8382 Bind file-name-coding-system to nnmail-pathname-coding-system.
8383 (gnus-agent-group-pathname): Don't encode file names by
8384 nnmail-pathname-coding-system.
8385 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8386 coding-system-for-write instead of buffer-file-coding-system to
8387 gnus-agent-file-coding-system.
8388
8389 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8390 Decode group name.
8391
8392 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8393
8394 * gnus-start.el (gnus-update-active-hashtb-from-killed)
8395 (gnus-read-newsrc-el-file): Make group names unibyte.
8396
8397 * nnmail.el (nnmail-group-pathname): Don't encode file names by
8398 nnmail-pathname-coding-system.
8399
8400 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8401 (nnrss-request-delete-group): Bind file-name-coding-system to
8402 nnmail-pathname-coding-system.
8403 (nnrss-read-server-data, nnrss-read-group-data):
8404 Bind file-name-coding-system correctly.
8405 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8406
8407 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8408 (nntp-server-to-method-cache): New variable.
8409 (nntp-group-pathname): New function that decodes non-ASCII group names.
8410 (nntp-possibly-create-directory, nntp-marks-changed-p)
8411 (nntp-save-marks, nntp-open-marks): Use it.
8412 (nntp-possibly-create-directory, nntp-open-marks):
8413 Bind file-name-coding-system to nnmail-pathname-coding-system.
8414 (nntp-open-marks): Decode group names when bootstrapping marks.
8415
8416 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8417 Newsgroups and Folowup-To headers.
8418
8419 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
8420
8421 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8422 (gnus-server-closed-face, gnus-server-denied-face)
8423 (gnus-server-offline-face): Remove variable.
8424 (gnus-server-font-lock-keywords): Use faces that are not aliases.
8425
8426 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8427 of modifying message-stack directly for XEmacs.
8428
8429 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8430 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8431 if the coding-system argument is nil for XEmacs.
8432
8433 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8434 mm-charset-override-alist.
8435
8436 * rfc2047.el: Don't require base64; require rfc2045 for the function
8437 rfc2045-encode-string.
8438 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8439 to quote the parameter value.
8440
8441 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
8442
8443 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8444 form in gnus-group-name-charset-method-alist.
8445
8446 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8447 overrides the default layout edit-form.
8448
8449 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8450
8451 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8452
8453 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
8454
8455 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8456 as unfetched articles.
8457
8458 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
8459
8460 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8461
8462 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8463
8464 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8465 original back end that keeps marks in the local system.
8466
8467 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
8468
8469 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8470 arg of pop-to-buffer for XEmacs.
8471 (gnus-article-read-summary-keys): Ditto; don't restore window
8472 configuration if summary command ends up with neither article buffer
8473 nor summary buffer; describe bindings if summary keys end with C-h.
8474
8475 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
8476
8477 * message.el (message-fix-before-sending): Skip raw message part to be
8478 forwarded while checking illegible text.
8479 (message-forward-make-body-mime, message-forward-make-body):
8480 Mark signed or encrypted raw message as having no illegible text.
8481
8482 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8483
8484 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8485 (gnus-message-with-timestamp-1): New macro.
8486 (gnus-message-with-timestamp): New function.
8487 (gnus-message): Use them.
8488
8489 * nnheader.el (nnheader-message): Use them.
8490
8491 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
8492
8493 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8494 .newsrc.eld file.
8495
8496 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
8497
8498 * gnus-agent.el (gnus-agent-fetch-headers)
8499 (gnus-agent-retrieve-headers):
8500 Bind gnus-decode-encoded-address-function to identity.
8501
8502 * nntp.el (nntp-send-xover-command): Recognize an xover command is
8503 available also when the server returns simply a dot.
8504
8505 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8506
8507 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
8508
8509 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8510
8511 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
8512
8513 * gnus-ems.el (gnus-x-splash): Make it work.
8514
8515 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8516 from being used.
8517
8518 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8519
8520 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8521 the front stickiness.
8522 (gnus-article-summary-command-nosave): Correct the order of the
8523 arguments passed to pop-to-buffer.
8524 (gnus-article-read-summary-keys): Ditto; make it work properly when the
8525 summary command ends up with the article buffer.
8526
8527 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8528 the same faces.
8529
8530 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8531
8532 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8533
8534 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8535
8536 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8537 * gnus-sum.el (gnus-summary-highlight):
8538 * mail-source.el (mail-source-delete-old-incoming-confirm):
8539 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8540
8541 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
8542
8543 * gnus-art.el (gnus-mime-view-part-externally)
8544 (gnus-mime-view-part-internally): Fix predicate function passed to
8545 completing-read.
8546
8547 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8548
8549 * gnus.el (gnus-update-message-archive-method): Add :version.
8550
8551 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
8552
8553 * gnus.el (gnus-update-message-archive-method): New variable.
8554
8555 * gnus-start.el (gnus-setup-news): Update saved "archive" method
8556 according to gnus-message-archive-method if
8557 gnus-update-message-archive-method is non-nil.
8558
8559 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
8560
8561 * gnus-sum.el (gnus-summary-limit-to-address): New function.
8562 Suggested by Loic Dachary <loic@dachary.org>.
8563 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8564
8565 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
8566
8567 * message.el (message-pop-to-buffer): Add switch-function argument.
8568 (message-mail): Pass switch-function argument to it.
8569
8570 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
8571
8572 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8573 Improve doc string.
8574
8575 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
8576
8577 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8578 (gnus-header-content)
8579 * gnus-cite.el (gnus-cite-10)
8580 * gnus-srvr.el (gnus-server-closed)
8581 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8582 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8583 (gnus-group-mail-3-empty, gnus-group-mail-low)
8584 (gnus-group-mail-low-empty, gnus-splash)
8585 * message.el (message-header-to, message-header-cc)
8586 (message-header-subject, message-header-other, message-header-name)
8587 (message-header-xheader, message-separator, message-cited-text)
8588 (message-mml): Lighten colors of faces used for dark background.
8589
8590 2007-05-24 Simon Josefsson <simon@josefsson.org>
8591
8592 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8593 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
8594
8595 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
8596
8597 * message.el (message-narrow-to-headers-or-head):
8598 Ignore mail-header-separator in the body.
8599
8600 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
8601
8602 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8603 same as window size.
8604
8605 2007-05-22 Kevin Ryde <user42@zip.com.au>
8606
8607 * message.el (message-font-lock-keywords): Use message-header-xheader
8608 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
8609 ahead of the anything pattern, to get it recognised.
8610
8611 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
8612
8613 * gnus-sum.el (gnus-articles-to-read)
8614 (gnus-summary-insert-old-articles): Don't truncate group name for
8615 `read-string'.
8616
8617 * gnus-util.el (gnus-limit-string): Delete this function.
8618
8619 * gnus-sum.el (gnus-simplify-subject-fully):
8620 Use `truncate-string-to-width' instead.
8621
8622 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
8623
8624 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8625 Tell if, on summary exit, the next group has to be selected.
8626 (gnus-summary-exit): Use it.
8627
8628 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8629
8630 * gnus-art.el (gnus-article-mode): Fix comment about displaying
8631 non-break space.
8632
8633 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
8634
8635 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8636 Check if group is not a directory.
8637 (nnfolder-request-expire-articles): Don't delete articles if the target
8638 group is not available.
8639
8640 * nnml.el (nnml-request-create-group): Properly check if group is not a
8641 file.
8642 (nnml-request-expire-articles): Don't delete articles if the target
8643 group is not available.
8644
8645 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8646 Don't quote characters that are within parentheses.
8647
8648 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
8649
8650 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8651 (gnus-handle-ephemeral-exit): Select article according to it.
8652
8653 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
8654
8655 * message.el (message-insert-formated-citation-line): Remove newline.
8656 (message-citation-line-format): Add final \n here so that the user can
8657 avoid a blank line.
8658
8659 2007-05-03 Dan Christensen <jdc@uwo.ca>
8660
8661 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8662 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8663 Update lanl/arXiv support.
8664
8665 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
8666
8667 * gnus.el: Bump version number.
8668
8669 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8670
8671 * gnus.el (gnus-version-number): Bump version.
8672
8673 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8674
8675 * gnus.el: No Gnus v0.6 is released.
8676
8677 2007-04-27 Didier Verna <didier@xemacs.org>
8678
8679 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8680 * gmm-utils.el (gmm-regexp-concat): ... here.
8681 * message.el: Don't require 'gnus-util.
8682 (message-dont-reply-to-names): Handle name change above.
8683 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8684
8685 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
8686
8687 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8688 since the initial value varies according to the system.
8689
8690 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8691
8692 * mm-util.el (mm-charset-synonym-alist): Defcustom.
8693
8694 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
8695
8696 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8697
8698 2007-04-24 Didier Verna <didier@xemacs.org>
8699
8700 Improve the type of gnus-ignored-from-addresses.
8701 * gnus-util.el (gnus-orify-regexp): New function.
8702 * message.el (gnus-util): Require it.
8703 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8704 * gnus-sum.el (gnus-ignored-from-addresses): New function.
8705 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8706
8707 2007-04-24 Didier Verna <didier@xemacs.org>
8708
8709 * gnus-sum.el:
8710 * gnus-utils.el: Fix some trailing whitespaces.
8711
8712 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
8713
8714 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8715 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8716 article's Message-ID; refer parent article in summary buffer.
8717
8718 * message.el (message-bounce): Call mime-to-mml.
8719
8720 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
8721
8722 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8723
8724 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8725
8726 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8727 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8728 displayed of multipart/alternative part if it is invoked from summary
8729 buffer.
8730
8731 * mm-view.el (mm-inline-text-html-render-with-w3m)
8732 (mm-inline-text-html-render-with-w3m-standalone)
8733 (mm-inline-render-with-function): Use mail-parse-charset by default.
8734
8735 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
8736
8737 * parse-time.el (parse-time-string-chars): Check if CHAR
8738 is less than the length of parse-time-syntax.
8739
8740 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
8741
8742 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8743 from gnus-newsgroup-processable.
8744
8745 2007-04-16 Didier Verna <didier@xemacs.org>
8746
8747 * gnus-msg.el (gnus-configure-posting-styles):
8748 Handle message-signature-directory properly with :file syntax.
8749 Reported by "Leo".
8750
8751 2007-04-11 Didier Verna <didier@xemacs.org>
8752
8753 New user option: message-signature-directory.
8754 * gnus-msg.el (gnus-configure-posting-styles): Support it.
8755 * message.el (message-insert-signature): Ditto.
8756 * message.el (message-signature-file): Doc update.
8757 * message.el (message-signature-directory): New.
8758
8759 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
8760
8761 * gnus-msg.el (gnus-inews-yank-articles):
8762 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8763
8764 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
8765
8766 * message.el (message-yank-original): Make sure cited text ends with
8767 newline; don't exchange point and mark.
8768
8769 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
8770
8771 * tls.el (open-tls-stream): Properly handle case where there
8772 is no associated buffer.
8773
8774 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
8775
8776 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8777 message-yank-original, make sure (< mark TEXT point).
8778
8779 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8780
8781 * message.el (message-fill-column): New variable.
8782 (message-mode): Use it. Add comment on a possible new hook.
8783
8784 * nnmail.el (nnmail-spool-file): Mark as obsolete.
8785 (nnmail-get-new-mail): Reformat.
8786
8787 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8788
8789 * gmm-utils.el: Fix Commentary.
8790 (gmm-tool-bar-from-list): Fix typo in doc string.
8791
8792 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
8793
8794 * message.el (message-yank-original): Don't switch point and mark
8795 unnecessarily to put point and mark as documented.
8796
8797 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8798
8799 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8800 from the message heads.
8801
8802 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
8803
8804 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8805 article buffer does not have a window. This may not be the best
8806 solution but is certainly better than setting the start of the null,
8807 that is the current, window.
8808
8809 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8810
8811 * gnus-draft.el (gnus-draft-setup-hook): New hook.
8812 (gnus-draft-setup): Run it.
8813
8814 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8815 gnus-score-fast-scoring. Allow regexp.
8816 (gnus-score-headers): Use it.
8817
8818 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8819 XEmacs.
8820
8821 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8822 string.
8823 (gnus-button-alist): Also catch `<f1> k ...'.
8824 (gnus-treat-display-x-face): Fix doc string.
8825
8826 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8827
8828 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8829 evaluation of gnus-extended-version to ensure correct generation of the
8830 User-Agent header when message-generate-headers-first is used.
8831
8832 2007-03-24 Simon Josefsson <simon@josefsson.org>
8833
8834 * hashcash.el (hashcash-generate-payment-async): Don't crash if
8835 hashcash-path is nil. Don't call callback with incorrect number of
8836 parameters if val is 0.
8837
8838 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8839
8840 * message.el (message-required-news-headers):
8841 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8842
8843 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
8844
8845 * message.el (message-generate-new-buffers): Change the meaning of the
8846 nil value; add `standard' to the choices; treat t as `unique'; improve
8847 doc string.
8848 (gnus-select-frame-set-input-focus): Autoload.
8849 (message-buffer-name): Search for the existing message buffer if
8850 message-generate-new-buffers is nil or `standard'; treat the value t of
8851 message-generate-new-buffers as `unique'.
8852 (message-pop-to-buffer): Raise the frame already displaying the message
8853 buffer; clear the echo area after querying.
8854 (message-setup): Pass the `continue' argument to compose-mail.
8855 (message-mail): Prefer `switch-function' if it is given; search for the
8856 existing message buffer if the `continue' argument is non-nil; pass
8857 continue and switch-function arguments to compose-mail by way of
8858 message-setup.
8859 (message-mail-other-window): Adjust argument of message-setup.
8860 (message-mail-other-frame): Ditto.
8861
8862 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
8863
8864 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8865 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8866 to turn font-lock on when turning gnus-message-citation-mode on.
8867
8868 2007-03-06 Daiki Ueno <ueno@unixuser.org>
8869
8870 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8871 (mml-smime-function-alist): New variable; add epg as the backend.
8872 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8873 mml-smime- functions instead.
8874 * mm-view.el: Require smime.
8875
8876 2007-03-05 Didier Verna <didier@xemacs.org>
8877
8878 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8879 instead of just inheritance for posting styles.
8880 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8881
8882 2007-02-24 John Paul Wallington <jpw@pobox.com>
8883
8884 * tls.el (tls-certtool-program): Fix custom type.
8885
8886 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
8887
8888 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8889 and point-at-eol instead of line-(beginning|end)-position.
8890
8891 * assistant.el (assistant-parse-buffer): Ditto.
8892
8893 2007-02-28 Daiki Ueno <ueno@unixuser.org>
8894
8895 * mml2015.el (mml2015-epg-find-usable-key): New function.
8896 (mml2015-epg-sign): Use it.
8897 (mml2015-epg-encrypt): Use it.
8898
8899 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
8900
8901 * message.el (message-make-in-reply-to): Quote name containing
8902 non-ASCII characters. It will make the RFC2047 encoder cause an error
8903 if there are special characters. Reported by NAKAJI Hiroyuki
8904 <nakaji@jp.freebsd.org>.
8905
8906 2007-02-27 Didier Verna <didier@xemacs.org>
8907
8908 Include the group parameters as well as the topic ones in the
8909 inheritance filter process.
8910 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8911 argument GROUP-PARAMS-LIST.
8912 * gnus-topic.el (gnus-group-topic-parameters): Use it.
8913
8914 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8915
8916 * nntp.el (nntp-never-echoes-commands)
8917 (nntp-open-connection-functions-never-echo-commands): New variables.
8918 (nntp-send-command): Use them.
8919
8920 2007-02-20 Daiki Ueno <ueno@unixuser.org>
8921
8922 * mml2015.el (mml2015-epg-verify): Simplify.
8923
8924 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8925
8926 * mml.el (mml-content-disposition-alist): New user option.
8927 (mml-content-disposition): New function.
8928 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8929 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8930
8931 2007-02-19 Daiki Ueno <ueno@unixuser.org>
8932
8933 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8934 verification.
8935
8936 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8937
8938 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8939 articles posted in the last 24 hours.
8940
8941 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
8942
8943 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8944
8945 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
8946
8947 * nntp.el (nntp-send-command): Don't wait for echoes when
8948 nntp-open-ssl-stream is used.
8949
8950 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8951
8952 * gnus-cite.el (gnus-test-font-lock-add-keywords)
8953 (gnus-message-add-citation-keywords)
8954 (gnus-message-remove-citation-keywords): Remove.
8955 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8956 directly, make the variables in font-lock-defaults buffer-local, add
8957 gnus-message-citation-keywords to them and then update the value of
8958 font-lock-keywords.
8959
8960 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
8961
8962 * message.el (message-cite-original-1): Don't call
8963 gnus-article-highlight-citation.
8964
8965 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8966 citations; fix line count.
8967
8968 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
8969
8970 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8971 (gnus-message-add-citation-keywords)
8972 (gnus-message-remove-citation-keywords): Use it; fix the emulating
8973 versions of font-lock-add-keywords and font-lock-remove-keywords to
8974 work with XEmacs correctly.
8975
8976 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8977
8978 * gnus-cite.el (gnus-cite-face-list): Set the values of
8979 gnus-message-max-citation-depth and gnus-message-citation-keywords.
8980 (gnus-message-max-citation-depth): Use defvar rather than defconst.
8981 (gnus-message-cite-prefix-regexp): New variable.
8982 (gnus-message-search-citation-line): Use it; protect against long
8983 citation prefix; fill match data with nil rather than 0 for XEmacs; set
8984 the 0th match data for Emacs.
8985 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8986 (gnus-message-add-citation-keywords): Append keywords rather than
8987 prepending; emulate font-lock-add-keywords if it is not available.
8988 (gnus-message-remove-citation-keywords):
8989 Emulate font-lock-remove-keywords if it is not available.
8990
8991 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8992
8993 * message.el (message-cite-prefix-regexp): Set the value of
8994 gnus-message-cite-prefix-regexp.
8995
8996 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8997
8998 * nnweb.el (nnweb-google-parse-1): Update parser.
8999
9000 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
9001
9002 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9003
9004 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9005
9006 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9007 regexp.
9008
9009 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9010
9011 * uudecode.el (uudecode-string-to-multibyte): New function emulating
9012 string-to-multibyte.
9013 (uudecode-decode-region-internal): Use it.
9014
9015 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
9016
9017 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9018 Fix custom choice.
9019
9020 * gnus-art.el (gnus-signature-limit): Fix custom choice.
9021
9022 2007-01-22 Daiki Ueno <ueno@unixuser.org>
9023
9024 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9025
9026 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9027 `write-region' to respect `mm-inhibit-file-name-handlers'.
9028
9029 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
9030
9031 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9032 Use gnus-home-directory instead of "~/" or "$HOME".
9033
9034 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
9035
9036 * encrypt.el (encrypt-insert-file-contents): Add better prompt
9037 to mention filename.
9038 Add comments at beginning regarding usage.
9039 (encrypt-write-file-contents): Change interactive so a string is
9040 acceptable. If the file has no associated model, show an error instead
9041 of a nonsense prompt.
9042
9043 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9044
9045 * spam.el (spam-bsfilter-ham-switch): Fix typo.
9046 Thanks to Yoshihiko Yamada for kind notification of this typo.
9047
9048 2007-01-12 Kenichi Handa <handa@m17n.org>
9049
9050 * uudecode.el (uudecode-decode-region-internal): Make it work in a
9051 multibyte buffer.
9052
9053 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
9054
9055 * gnus-score.el (gnus-score-fast-scoring): New variable.
9056 (gnus-score-headers): Use it.
9057
9058 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9059
9060 * message.el (message-cite-original-1):
9061 Call gnus-article-highlight-citation if requested.
9062 (message-make-from): Allow name and address as optional arguments.
9063
9064 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9065
9066 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9067 bugs to doc string.
9068 (gnus-button-alist): Add mid\\|message-id.
9069 (gnus-button-fetch-group): Extend for use in
9070 `browse-url-browser-function'.
9071 (gnus-button-url-regexp): Try to catch paired parentheses like in
9072 Wikipedia URLs.
9073
9074 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9075 Suggested by Simon Krahnke <overlord@gmx.li>.
9076
9077 2007-01-13 Romain Francoise <romain@orebokech.com>
9078
9079 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9080 Update copyright.
9081
9082 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
9083
9084 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9085
9086 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
9087
9088 * gnus-registry.el (gnus-registry-unfollowed-groups)
9089 (gnus-registry-split-fancy-with-parent): Fix documentation.
9090
9091 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9092
9093 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9094 from nnweb groups.
9095
9096 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9097
9098 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9099 Xref urls. Erase buffer before requesting head.
9100
9101 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9102
9103 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
9104
9105 * gnus-soup.el (gnus-soup): New custom group. Make user variables
9106 customizable.
9107
9108 2007-01-05 Daiki Ueno <ueno@unixuser.org>
9109
9110 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9111 no signing key is found.
9112 (mml2015-epg-encrypt): Ask user whether to skip or abort if
9113 no encrypting and/or signing key is found.
9114
9115 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
9116
9117 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9118
9119 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9120
9121 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9122 headers read from disk with the ones newly found in the current search.
9123 This should no longer cause problems, because the article numbers in
9124 Gmane's `nov.php' output are ignored since the previous change.
9125
9126 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9127
9128 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9129
9130 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
9131
9132 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9133
9134 2007-01-01 Romain Francoise <romain@orebokech.com>
9135
9136 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9137
9138 2006-12-31 Steve Youngs <steve@sxemacs.org>
9139
9140 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9141 `define-minor-mode' macro definition expanded properly.
9142 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9143 exclude it there.
9144
9145 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9146 of 2006-12-30. The default is nil on (S)XEmacs already because of the
9147 `fboundp' test.
9148 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9149 This is OK to autoload in (S)XEmacs now.
9150
9151 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9152
9153 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9154 keystroke.
9155 (gnus-summary-limit-to-singletons): Fix typo.
9156
9157 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9158 else fails.
9159
9160 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9161
9162 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9163 docstring.
9164
9165 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9166 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9167 (gnus-summary-insert-dormant-articles): Fix typo in message.
9168
9169 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
9170
9171 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9172 nil for XEmacs.
9173 (gnus-message-citation-mode): Don't autoload in XEmacs.
9174
9175 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9176
9177 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
9178
9179 * nnimap.el (nnimap-expunge-search-string):
9180 Mention nnimap-search-uids-not-since-is-evil in docstring.
9181
9182 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9183
9184 * spam.el: Revert to make-obsolete-variable because
9185 define-obsolete-variable-alias is not supported in Emacs 21.
9186
9187 * spam.el (spam-ifile-path, spam-ifile-database-path)
9188 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9189 make-obsolete-variable.
9190 (spam-bsfilter-path, spam-bsfilter-program)
9191 (spam-spamassassin-path, spam-spamassassin-program)
9192 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9193 Don't use "path" inappropriately.
9194 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9195 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9196 variable names.
9197
9198 2006-12-28 Daiki Ueno <ueno@unixuser.org>
9199
9200 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9201 summary buffer.
9202
9203 * password.el (password-cache-remove): Use clear-string to burn
9204 password, if available.
9205
9206 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
9207
9208 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9209
9210 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9211
9212 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9213 (gnus-message-highlight-citation): Move defcustom here from
9214 gnus-cite.el.
9215 (gnus-message-citation-mode): Autoload.
9216
9217 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
9218 checks to make it compile with XEmacs.
9219 (gnus-message-citation-mode): New minor mode.
9220 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9221 (gnus-message-highlight-citation): New variables.
9222 (gnus-message-search-citation-line)
9223 (gnus-message-add-citation-keywords)
9224 (gnus-message-remove-citation-keywords)
9225 (turn-on-gnus-message-citation-mode)
9226 (turn-off-gnus-message-citation-mode): New functions.
9227
9228 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
9229
9230 * gnus-cite.el: Enable highlighting of different citation levels in
9231 message-mode.
9232
9233 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
9234
9235 * message.el (message-make-fqdn): Fix comment.
9236 (message-bogus-system-names): Add ".local".
9237
9238 * spam.el (spam-ifile-path, spam-ifile-program)
9239 (spam-ifile-database-path, spam-ifile-database)
9240 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9241 Don't use "path" inappropriately.
9242 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9243 strings.
9244 (spam-check-ifile, spam-ifile-register-with-ifile)
9245 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9246 Use new variable names.
9247
9248 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9249 (gnus-treat-display-smileys): Simplify using
9250 gnus-image-type-available-p.
9251
9252 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9253 available.
9254
9255 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9256
9257 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9258 one after turning on the buffer's multibyteness instead of decoding
9259 them directly in the unibyte buffer that causes unexpected conversion
9260 in Emacs 23 (unicode).
9261
9262 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9263
9264 * message.el (message-generate-hashcash): Fix custom type.
9265
9266 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
9267
9268 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9269
9270 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
9271
9272 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9273 disconnect icons. Add help text.
9274
9275 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
9276
9277 * spam.el (spam-extra-header-to-number): CRM114 spam score is
9278 negated to be consistent with the others we handle.
9279
9280 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9281
9282 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9283 version of gnus-summary-buffer to something, so that we can use two
9284 article buffers at the same time.
9285
9286 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
9287
9288 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9289 trigger all the extra headers.
9290 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9291 sorting.
9292
9293 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9294
9295 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9296 solid groups.
9297
9298 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
9299
9300 * legacy-gnus-agent.el: Add Copyright notice.
9301
9302 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
9303
9304 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9305
9306 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9307
9308 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9309
9310 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9311 to make it work reliably in CVS Emacs.
9312 (gnus-summary-limit-strange-charsets-predicate)
9313 (gnus-summary-limit-to-predicate): New functions.
9314
9315 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
9316
9317 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9318 specifying array size.
9319 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9320 array if it is too small.
9321 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9322 (gnus-sort-threads-loop): New function.
9323
9324 2006-12-06 Chris Moore <dooglus@gmail.com>
9325
9326 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9327 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9328
9329 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
9330
9331 * mm-url.el (mm-url-predefined-programs): Call curl with correct
9332 options.
9333
9334 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9335
9336 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9337 DOS-ing the recipient.
9338
9339 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9340 the headers when creating the mapping to avoid mismappings.
9341 (nnweb-gmane-create-mapping): Always nix out old mapping.
9342
9343 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9344
9345 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9346 and mm-verify-option to never.
9347
9348 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9349
9350 * message.el (message-signed-or-encrypted-p): New function.
9351 (message-forward-make-body): Use it.
9352
9353 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9354 Replace encode-coding-string with mm-encode-coding-string.
9355
9356 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9357
9358 * nneething.el (nneething-decode-file-name):
9359 Replace decode-coding-string with mm-decode-coding-string.
9360
9361 * gnus-int.el (gnus-open-server): Say failed server's name.
9362
9363 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
9364
9365 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9366 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9367
9368 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9369 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9370 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9371 (gnus-group-make-directory-group, gnus-group-transpose-groups):
9372 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9373 (gnus-subscribe-newsgroup, gnus-1):
9374 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9375 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9376 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9377 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9378
9379 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9380
9381 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9382 keystroke.
9383 (gnus-summary-limit-to-bodies): Implement headersp.
9384
9385 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9386
9387 * dns.el (query-dns): Protect against "Process dns deleted" strings.
9388
9389 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9390
9391 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9392
9393 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9394
9395 * message.el (message-generate-hashcash): Expand range of values to
9396 include `opportunistic'.
9397 (message-send-mail): Use it.
9398
9399 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9400
9401 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9402 and comment it.
9403
9404 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9405
9406 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
9407
9408 * gnus-util.el (gnus-extract-address-components): Improve comment.
9409
9410 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9411
9412 * gnus-util.el (gnus-extract-address-components): Work with address in
9413 which the name portion contains @.
9414
9415 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9416
9417 * gnus.el (gnus-start): Move custom group up.
9418 (gnus-select-method): Don't autoload, but make it available for
9419 `customize-variable'.
9420 (gnus-getenv-nntpserver): Don't autoload.
9421
9422 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
9423
9424 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9425
9426 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9427
9428 * message.el (message-sendmail-extra-arguments): New variable.
9429 (message-send-mail-with-sendmail): Use it.
9430
9431 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9432
9433 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9434 mm-with-unibyte-current-buffer to make string unibyte.
9435
9436 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9437 mm-string-as-multibyte.
9438
9439 2006-11-14 Daiki Ueno <ueno@unixuser.org>
9440
9441 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9442 Reported by Werner Koch <wk@gnupg.org>.
9443
9444 2006-11-14 Daiki Ueno <ueno@p360>
9445
9446 * mml2015.el: Autoload epa-select-keys when compiling.
9447
9448 2006-11-13 Daiki Ueno <ueno@unixuser.org>
9449
9450 * mml2015.el (mml2015-epg-sign): Save the signing keys in
9451 message-options.
9452 (mml2015-epg-encrypt): Save the recipient keys in message-options.
9453
9454 2006-11-13 Daiki Ueno <ueno@unixuser.org>
9455
9456 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9457 EasyPG (< 0.0.6).
9458 (mml2015-always-trust): New user option.
9459 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9460 prompt.
9461
9462 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9463
9464 * nntp.el (nntp-authinfo-force): New variable.
9465 (nntp-send-authinfo): Use it.
9466
9467 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
9468
9469 * message.el (message-strip-subject-encoded-words): Allow _not_ to
9470 decode encoded words. Improve prompt. Add comment about forwarding.
9471 (message-replacement-char): Move up.
9472
9473 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9474
9475 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9476 instead of gnus-intersection because arguments of gnus-sorted-nunion
9477 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
9478
9479 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
9480
9481 * message.el (message-strip-subject-encoded-words): Reformat prompt.
9482 (message-simplify-subject-functions):
9483 Enable message-strip-subject-encoded-words by default.
9484
9485 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
9486
9487 * message.el (message-strip-subject-encoded-words): New function.
9488 (message-simplify-subject-functions): New variable.
9489 (message-simplify-subject): Use it. Fix typo in doc string.
9490 Support message-strip-subject-encoded-words.
9491
9492 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
9493
9494 * gnus-diary.el (gnus-diary-delay-format-function):
9495 * nndiary.el (nndiary-reminders):
9496 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9497
9498 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9499
9500 * gnus-art.el (article-hide-boring-headers): Fetch date from
9501 gnus-original-article-buffer to avoid problems with localized date
9502 strings.
9503
9504 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9505
9506 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9507
9508 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
9509
9510 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9511 New variables.
9512 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9513 (mm-charset-synonym-alist): Move some entries to
9514 mm-codepage-iso-8859-list.
9515 (mm-charset-synonym-alist, mm-charset-override-alist):
9516 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9517
9518 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9519
9520 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9521
9522 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9523
9524 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9525 with Emacs 21 and XEmacs.
9526
9527 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
9528
9529 * spam.el (spam-parse-address): New function for better parsing,
9530 catching errors, etc.
9531 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9532
9533 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9534
9535 * mm-view.el: Add interactive arg to html2text autoload.
9536
9537 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9538
9539 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9540
9541 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
9542
9543 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9544 New variables.
9545 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9546 (mm-charset-synonym-alist): Move some entries to
9547 mm-codepage-iso-8859-list.
9548
9549 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9550
9551 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
9552
9553 * message.el (message-citation-line-format)
9554 (message-insert-formated-citation-line): Fix implementation of %E, %N
9555 and %n according to the doc string.
9556
9557 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
9558
9559 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9560 Use car-safe to avoid bad parses.
9561
9562 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9563
9564 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9565 names.
9566
9567 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9568
9569 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9570
9571 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9572 header.
9573
9574 * message.el (message-draft-headers): Add Date.
9575 (message-headers-to-generate): Fix typo in docstring.
9576
9577 * nndraft.el (nndraft-required-headers): New variable.
9578 (nndraft-generate-headers): Use it.
9579
9580 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9581
9582 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
9583
9584 * gnus-registry.el (gnus-registry-wash-for-keywords)
9585 (gnus-registry-find-keywords): New functions to allow easy searching of
9586 articles that are in the registry.
9587
9588 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
9589
9590 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9591 Use ietf-drums-parse-address instead of gnus-extract-address-components.
9592 Reported by Damien Elmes <damien@repose.cx>.
9593
9594 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
9595
9596 * gnus.el (gnus-mime): Remove unused custom group.
9597
9598 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9599
9600 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9601 "blank line" when searching for end of armor headers.
9602
9603 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9604
9605 * gmm-utils.el (gmm-write-region): Fix variable name.
9606
9607 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9608
9609 * gmm-utils.el (gmm-write-region): New function based on compatibility
9610 code from `mm-make-temp-file'.
9611
9612 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9613
9614 * nnmaildir.el (nnmaildir--update-nov)
9615 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9616 Use `gmm-write-region'.
9617
9618 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9619
9620 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9621 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9622
9623 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9624
9625 * message.el (message-replacement-char): New variable.
9626 (message-fix-before-sending): Use it.
9627 (message-simplify-subject): New function to remove duplicate code.
9628 (message-reply, message-followup): Use it.
9629
9630 * gnus-sum.el (gnus-summary-make-menu-bar):
9631 Clarify gnus-summary-limit-to-articles.
9632
9633 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
9634
9635 * gnus-util.el (gnus-with-local-quit): New macro.
9636
9637 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9638
9639 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
9640
9641 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9642 ignore non-string data.
9643
9644 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9645
9646 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9647 non-string data (needs to be done in the registry too).
9648
9649 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9650
9651 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9652 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9653 (gnus-registry-split-fancy-with-parent)
9654 (gnus-registry-fetch-simplified-message-subject-fast)
9655 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9656 Remove text properties on ingress into the registry and when it's saved.
9657 (gnus-registry-clean-empty-function): Fix bug with cleaning the
9658 registry from entries with no groups.
9659
9660 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9661
9662 * gnus-util.el (gnus-string-remove-all-properties): Add utility
9663 function to remove string properties.
9664
9665 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
9666
9667 * gmm-utils.el (gmm): Adjust custom version.
9668
9669 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9670 Adjust custom version.
9671
9672 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9673
9674 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
9675
9676 * gnus-art.el (gnus-insert-prev-page-button)
9677 (gnus-insert-next-page-button): Simplify. Reformat.
9678
9679 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
9680
9681 * gnus-art.el (gnus-insert-prev-page-button)
9682 (gnus-insert-next-page-button): Apply gnus-article-button-face.
9683
9684 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
9685
9686 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9687
9688 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
9689
9690 * gnus-art.el (gnus-insert-mime-button)
9691 (gnus-insert-mime-security-button):
9692 Apply gnus-article-button-face to MIME and security buttons.
9693
9694 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
9695
9696 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9697 readable.
9698
9699 2006-09-20 Steve Youngs <steve@sxemacs.org>
9700
9701 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9702 `browse-url-of-file' instead of `browse-url'.
9703
9704 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9705
9706 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9707 regexp. Articles containing quotation were cut prematurely.
9708
9709 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
9710
9711 * message.el (message-cite-original-1): Use nobody by default for the
9712 value of From header.
9713 (message-reply): Ditto.
9714
9715 2006-09-11 Daiki Ueno <ueno@unixuser.org>
9716
9717 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9718 to the gnus-info. This fixes a bug of inline-PGP message verification.
9719 Reported by Michael Piotrowski <mxp@dynalabs.de>.
9720
9721 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
9722
9723 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9724 mails in the doc string. Add some URLs in comment.
9725 (pop3-movemail): Warn about pop3-leave-mail-on-server.
9726
9727 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
9728
9729 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9730 backslashes handling and the way to find boundaries of quoted strings.
9731
9732 2006-09-07 Daiki Ueno <ueno@unixuser.org>
9733
9734 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9735 mml1991-encrypt-to-self is set and mml1991-signers is not set.
9736 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9737 mml2015-encrypt-to-self is set and mml2015-signers is not set.
9738
9739 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
9740
9741 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
9742 doc string.
9743 (gnus-button-regexp, gnus-button-last): Remove unused variables.
9744
9745 2006-09-06 Simon Josefsson <jas@extundo.com>
9746
9747 * mml2015.el (mml2015-use): Doc fix, mention epg.
9748
9749 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9750
9751 * mml2015.el (mml2015-use): Default to epg, if available.
9752
9753 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9754
9755 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9756 message-sender.
9757 (mml1991-epg-encrypt): Ditto.
9758 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9759 message-sender.
9760 (mml2015-epg-encrypt): Ditto.
9761
9762 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
9763
9764 * message.el (message-send-mail-with-sendmail): Look for sendmail in
9765 several common directories.
9766
9767 2006-09-05 Daiki Ueno <ueno@unixuser.org>
9768
9769 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9770 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9771
9772 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
9773
9774 * gnus-art.el (article-decode-encoded-words): Make it fast.
9775
9776 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
9777
9778 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9779
9780 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9781 in quoted string into `\'.
9782
9783 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9784
9785 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9786 Use standard-syntax-table.
9787
9788 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9789
9790 * gnus-art.el (gnus-decode-address-function): New variable.
9791 (article-decode-encoded-words): Use it to decode headers which are
9792 assumed to contain addresses.
9793 (gnus-mime-delete-part): Remove useless `or'.
9794
9795 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9796 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9797 (gnus-nov-parse-line): Use it to decode From header.
9798 (gnus-get-newsgroup-headers): Ditto.
9799 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9800
9801 * mail-parse.el (mail-decode-encoded-address-region): New alias.
9802 (mail-decode-encoded-address-string): New alias.
9803
9804 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9805 New function.
9806 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9807 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9808 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9809 (rfc2047-decode-string): Ditto.
9810 (rfc2047-decode-address-region): New function.
9811 (rfc2047-decode-address-string): New function.
9812
9813 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
9814
9815 * message.el (message-caesar-buffer-body): Allow rotating headers.
9816
9817 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9818
9819 * message.el (message-insert-formated-citation-line): Fix %f.
9820 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9821
9822 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
9823
9824 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9825 (gnus-bookmark-mouse-available-p): New macro.
9826 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9827 (gnus-bookmark-bmenu-show-infos): Use it.
9828 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9829 (gnus-bookmark-bmenu-hide-infos): Ditto.
9830 (gnus-bookmark-remove-properties): New function.
9831 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9832 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9833 (gnus-bookmark-write-file): Bind coding-system-for-write.
9834 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9835 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9836 group before selecting it.
9837 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9838 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9839 quit-window if it is not available; use gnus-mouse-2 and bind it to
9840 gnus-bookmark-bmenu-select-by-mouse.
9841 (gnus-bookmark-show-details): Remove unused variable `details-list'.
9842 (gnus-bookmark-bmenu-select-by-mouse): New function.
9843
9844 2006-08-13 Romain Francoise <romain@orebokech.com>
9845
9846 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9847 space.
9848
9849 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9850
9851 * compface.el (uncompface): Use binary rather than raw-text-unix.
9852
9853 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9854
9855 * compface.el (uncompface): Make sure the eol conversion doesn't take
9856 place when communicating with the external programs.
9857 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9858
9859 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
9860
9861 * nnheader.el (nnheader-insert-head): Fix typo in comment.
9862
9863 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9864
9865 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9866 Make it more robust by parsing author and date independently.
9867
9868 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
9869
9870 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9871
9872 2006-07-28 Daiki Ueno <ueno@unixuser.org>
9873
9874 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9875 first matching secret key.
9876 (mml2015-epg-encrypt): Ditto.
9877
9878 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9879 first matching secret key.
9880 (mml1991-epg-encrypt): Ditto.
9881
9882 * mml2015.el (mml2015-encrypt-to-self): New user option.
9883 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9884 mml2015-epg-encrypt-to-self is set.
9885
9886 * mml1991.el (mml1991-encrypt-to-self): New variable.
9887 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9888 mml1991-epg-encrypt-to-self is set.
9889
9890 * mml2015.el (mml2015-signers): New user option.
9891 (mml2015-epg-sign): Reflect the value of mml2015-signers.
9892 (mml2015-epg-encrypt): Allow to select signing keys.
9893
9894 * mml1991.el (mml1991-signers): New variable.
9895 (mml1991-epg-sign): Reflect the value of mml1991-signers.
9896 (mml1991-epg-encrypt): Allow to select signing keys.
9897
9898 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
9899
9900 * nnheader.el (nnheader-insert-head): Make it work even if the file
9901 uses CRLF for the line-break code.
9902
9903 2006-07-25 Daiki Ueno <ueno@unixuser.org>
9904
9905 * mml2015.el: Require mml-sec instead of password.
9906 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9907 (mml2015-cache-passphrase): Inherit the default value from
9908 mml-secure-cache-passphrase.
9909 (mml2015-passphrase-cache-expiry): Inherit the default value from
9910 mml-secure-passphrase-cache-expiry.
9911
9912 * mml1991.el: Require mml-sec instead of password.
9913 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9914 (mml1991-cache-passphrase): Inherit the default value from
9915 mml-secure-cache-passphrase.
9916 (mml1991-passphrase-cache-expiry): Inherit the default value from
9917 mml-secure-passphrase-cache-expiry.
9918
9919 * mml-sec.el: Require password.
9920 (mml-secure-verbose): New user option.
9921 (mml-secure-cache-passphrase): New user option.
9922 (mml-secure-passphrase-cache-expiry): New user option.
9923
9924 2006-07-24 Daiki Ueno <ueno@unixuser.org>
9925
9926 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9927 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
9928 andreas@altroot.de (Andreas Vögele).
9929
9930 FIXME: Use `tiny change'?
9931
9932 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9933
9934 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9935 workaround for the url package included with Emacs.
9936
9937 * nnweb.el (nnweb-google-create-mapping): Update regexp.
9938
9939 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
9940
9941 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9942 correctly. This fixes a bug caused by the 2006-05-12 change.
9943
9944 2006-07-18 Karl Fogel <kfogel@red-bean.com>
9945
9946 * nnmail.el (nnmail-article-group): If splitting raises an error, give
9947 some information about the error when saying that the `bogus' mail
9948 group will be used.
9949
9950 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
9951
9952 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9953 string.
9954
9955 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
9956
9957 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9958
9959 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9960
9961 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9962
9963 2006-07-10 Daiki Ueno <ueno@unixuser.org>
9964
9965 * mml1991.el (mml1991-function-alist): Add epg.
9966 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9967 (mml1991-epg-encrypt): New functions.
9968
9969 2006-07-10 Daiki Ueno <ueno@unixuser.org>
9970
9971 * mml2015.el (mml2015-verbose): New variable.
9972 (mml2015-cache-passphrase): Ditto.
9973 (mml2015-passphrase-cache-expiry): Ditto.
9974 (mml2015-function-alist): Add epg.
9975 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9976 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9977 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
9978 New functions.
9979
9980 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9981
9982 * message.el (message-cite-original-1): Preserve region when removing
9983 quoted text due to X-No-Archive in order to avoid bogus attribution
9984 when citing multiple messages.
9985
9986 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9987
9988 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
9989 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
9990
9991 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
9992
9993 * gnus-diary.el (gnus-user-format-function-d)
9994 (gnus-user-format-function-D): Autoload.
9995
9996 * imap.el (Commentary): Fix typo.
9997
9998 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9999 2006-04-22 contribution.
10000
10001 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10002
10003 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10004 It didn't really fix the bogosity I'm seeing with solid web groups.
10005
10006 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10007
10008 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10009 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10010 created using server names. If we use the feature without declaring
10011 it, Gnus does not properly manage server and group state.
10012
10013 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10014 bound.
10015
10016 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10017
10018 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10019 looking up the method using GROUP's prefix before inventing a new one.
10020 It is used on killed/unknown groups in various places where returning
10021 an all-new method isn't expected by the caller.
10022
10023 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10024 and match semantics of gnus-group-real-prefix.
10025
10026 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
10027
10028 * nnmail.el (nnmail-broken-references-mailers): New variable.
10029 (nnmail-ignore-broken-references): New function generalizing
10030 nnmail-fix-eudora-headers.
10031 (nnmail-fix-eudora-headers): Now obsolete.
10032
10033 * gnus-art.el (gnus-button-handle-custom):
10034 Support `customize-apropos*'.
10035
10036 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10037
10038 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10039
10040 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10041 articles.
10042
10043 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
10044
10045 * message.el (message-cite-reply-above): New variable.
10046 (message-yank-original): Use it.
10047
10048 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
10049
10050 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10051
10052 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
10053
10054 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10055 as read.
10056
10057 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10058
10059 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
10060
10061 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10062 (gnus-bookmark-default-file): Use gnus-directory.
10063 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10064 Remove "*" in doc string.
10065 (gnus-bookmark-write-file): Simplify.
10066 (gnus-bookmark-maybe-sort-alist): Use `when'.
10067 (gnus-bookmark-get-bookmark): Fix typo in doc string.
10068 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10069 Add FIXME about Emacs 21 and XEmacs compatibility.
10070 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10071 compatibility.
10072 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10073 compatibility.
10074 (gnus-bookmark-menu-heading): Fix version.
10075
10076 2006-06-19 Bastien Guerry <bzg@altern.org>
10077
10078 * gnus-bookmark.el: New file.
10079
10080 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10081
10082 * message.el (message-syntax-checks): Doc fix.
10083
10084 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10085
10086 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10087 unsubscribed groups as if they were killed ones. It causes duplicate
10088 entries in gnus-newsrc-alist.
10089
10090 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10091
10092 * message.el (message-syntax-checks): Doc fix.
10093 (message-send-mail): Add check for continuation headers.
10094 (message-check-news-header-syntax): Fix regexp used to check for
10095 continuation headers.
10096
10097 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10098
10099 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10100
10101 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
10102
10103 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10104
10105 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10106
10107 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10108 default-truncate-lines.
10109
10110 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
10111
10112 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10113 to fill the utf-8 entry.
10114
10115 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10116
10117 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10118
10119 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
10120
10121 * gnus-agent.el (directory-files-and-attributes): Move all the way
10122 forward (the third and final move).
10123 (gnus-agent-read-agentview): Trap reconstruction errors due to
10124 nonexistent directory. Handle by returning nil.
10125
10126 2006-05-30 Didier Verna <didier@xemacs.org>
10127
10128 * message.el (message-dont-reply-to-names): Update the custom type.
10129 * message.el (message-dont-reply-to-names): New defsubst: potentially
10130 convert a list of regexps into a single one.
10131 * message.el (message-get-reply-headers): Use it.
10132 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10133
10134 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
10135
10136 * gnus-agent.el (directory-files-and-attributes): Move forward.
10137
10138 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10139
10140 * gnus-ml.el (gnus-mailing-list-subscribe)
10141 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10142 (gnus-mailing-list-message): Fix doc strings.
10143
10144 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10145
10146 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10147 of doing it manually.
10148
10149 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10150
10151 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10152 comment.
10153
10154 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
10155
10156 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10157 (gnus-agent-read-agentview): Fix handling of end-of-file error.
10158 (gnus-agent-read-local): All symbols allocated in my-obarray.
10159 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10160 (gnus-agent-regenerate-group): Check numeric names to see if they are
10161 messages or groups.
10162 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10163 better way of do this...)
10164
10165 * gnus-cache.el (gnus-agent-total-fetched-for):
10166 Ignore 'dummy.group' (there should be a better way of do this...)
10167
10168 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10169
10170 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10171 (gnus-saved-headers): Ditto.
10172 (gnus-default-article-saver): Mention functions may have properties.
10173 (gnus-article-save): Override gnus-save-all-headers and
10174 gnus-saved-headers by :headers property which saver function may have.
10175 (gnus-summary-save-in-file): Add :headers property.
10176 (gnus-summary-write-to-file): Ditto.
10177
10178 * gnus-sum.el (gnus-summary-save-article): Bind
10179 gnus-prompt-before-saving to t when saving many articles in a file;
10180 always show all headers.
10181
10182 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10183
10184 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10185 marks.
10186
10187 * message.el (message-indent-citation): Add optional arguments to allow
10188 using it outside of message buffers.
10189
10190 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10191 (gnus-article-treat-unfold-headers): Use it.
10192 (gnus-article-truncate-lines): New variable.
10193 (gnus-article-mode): Use it.
10194 (gnus-article-toggle-truncate-lines): New function.
10195
10196 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10197 Add gnus-article-toggle-truncate-lines.
10198
10199 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10200 coding system in XEmacs, use binary.
10201
10202 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10203
10204 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10205 after-load-alist.
10206
10207 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10208 this function should save decoded articles.
10209 (gnus-summary-write-to-file): Use property to specify this function
10210 should save decoded articles and specify gnus-summary-save-in-file
10211 should be used to save articles other than the first one when saving
10212 many articles.
10213 (gnus-summary-save-body-in-file): Use property to specify this
10214 function should save decoded articles.
10215 (gnus-summary-write-body-to-file): Use property to specify this
10216 function should save decoded articles and specify
10217 gnus-summary-save-body-in-file should be used to save articles other
10218 than the first one when saving many articles.
10219
10220 * gnus-sum.el (gnus-summary-save-article): Simplify.
10221
10222 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10223
10224 * gnus-art.el (gnus-default-article-saver):
10225 Add gnus-summary-write-body-to-file.
10226 (gnus-article-save-coding-system): Don't use coding system object
10227 in XEmacs.
10228 (gnus-read-save-file-name): Add optional `dir-var' argument which
10229 specifies directory in which files are saved; work even if optional
10230 `variable' argument is not specified.
10231 (gnus-summary-write-to-file): Read file name.
10232 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10233 (gnus-summary-write-body-to-file): New function.
10234
10235 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10236 (gnus-summary-local-variables): Add it.
10237 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10238 (gnus-summary-save-article): Remove optional `decode' argument;
10239 determine whether to decode articles by the value of
10240 gnus-default-article-saver; when saving many files using
10241 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10242 it first and use gnus-summary-save-in-file or
10243 gnus-summary-save-body-in-file thereafter unless
10244 gnus-prompt-before-saving is always; move point to article which
10245 will be saved.
10246 (gnus-summary-save-article-file): Revert.
10247 (gnus-summary-write-article-file): Revert.
10248 (gnus-summary-save-article-body-file): Revert.
10249 (gnus-summary-write-article-body-file): New function.
10250
10251 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10252
10253 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10254
10255 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10256
10257 * gnus-art.el (gnus-default-article-saver): Doc fix.
10258 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10259 from gnus-summary-save-article-coding-system, and default to a
10260 certain coding system.
10261 (gnus-output-to-file): Add coding cookie and encode text according
10262 to gnus-article-save-coding-system; don't use mm-append-to-file.
10263
10264 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10265 gnus-art.el and rename to gnus-article-save-coding-system.
10266 (gnus-summary-save-article): Require gnus-art; don't show all
10267 headers if it decodes articles; don't add coding cookie here;
10268 don't bind mm-text-coding-system-for-write.
10269 (gnus-summary-save-article-file): Save decoded articles.
10270 (gnus-summary-write-article-file): When saving many files, use
10271 gnus-summary-write-to-file first and gnus-summary-save-in-file
10272 thereafter unless gnus-prompt-before-saving is always.
10273 (gnus-summary-save-article-body-file): Save decoded articles.
10274
10275 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10276
10277 * nnrss.el (nnrss-check-group): Bind hash-index.
10278
10279 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
10280
10281 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10282 its hash index. Store this hash in `nnrss-group-data'.
10283 (nnrss-read-group-data): Update accordingly.
10284
10285 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10286
10287 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10288 entry.
10289
10290 * gnus-sum.el (gnus-summary-make-menu-bar):
10291 Add gnus-article-browse-html-article.
10292
10293 2006-05-23 Hynek Schlawack <hynek@ularx.de>
10294
10295 * gnus-sum.el (gnus-summary-mime-map):
10296 Add gnus-article-browse-html-article.
10297
10298 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10299
10300 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10301 suitable coding systems in customize.
10302
10303 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
10304
10305 * mail-source.el (mail-sources): Fix custom type.
10306
10307 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10308
10309 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10310 (gnus-summary-expire-articles-now): Shorten prompt.
10311
10312 * gmm-utils.el (wid-edit): Require.
10313 (defun-gmm): Rename from `gmm-defun-compat'.
10314 (gmm-image-search-load-path): Use it.
10315 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
10316
10317 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
10318
10319 * gnus-sum.el (gnus-summary-save-article-coding-system):
10320 New variable.
10321 (gnus-summary-save-article): Add optional `decode' argument.
10322 If it is set and gnus-summary-save-article-coding-system is non-nil,
10323 save decoded article.
10324 (gnus-summary-write-article-file): Save decoded article if
10325 gnus-summary-save-article-coding-system is non-nil.
10326
10327 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10328 type.
10329
10330 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
10331
10332 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10333
10334 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10335
10336 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10337 first to test gnus-single-article-buffer which may be buffer-local.
10338
10339 * gnus-sum.el (gnus-summary-setup-buffer):
10340 Make gnus-single-article-buffer buffer-local and nil in ephemeral
10341 group; make gnus-article-buffer, gnus-article-current, and
10342 gnus-original-article-buffer always buffer-local.
10343 (gnus-summary-exit): Kill article buffer belonging to ephemeral
10344 group.
10345 (gnus-handle-ephemeral-exit): Don't move to next summary line.
10346
10347 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10348
10349 * nnml.el (nnml-request-compact-group): Compressed files might not
10350 have .gz extension.
10351
10352 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10353
10354 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10355 (mm-copy-to-buffer): Use with-current-buffer.
10356 (mm-display-part): Simplify.
10357 (mm-inlinable-p): Add optional arg `type'.
10358
10359 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10360
10361 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10362 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10363 Try harder to show the attachment internally or externally using
10364 gnus-mime-view-part-as-type.
10365
10366 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10367
10368 * message.el (message-from-style, message-signature-separator)
10369 (message-user-organization-file, message-send-mail-function)
10370 (message-citation-line-function, message-yank-prefix)
10371 (message-indent-citation-function, message-signature)
10372 (message-signature-file, message-signature-insert-empty-line):
10373 Remove autoloads.
10374
10375 * gnus-art.el (gnus-buttonized-mime-types):
10376 Remove "multipart/signed". Revert 2006-04-26 change.
10377
10378 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10379
10380 * gnus.el (gnus-version-number): Bump version.
10381
10382 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10383
10384 * gnus.el: No Gnus v0.5 is released.
10385
10386 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10387
10388 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10389 fetching articles by message-id.
10390
10391 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10392
10393 * message.el (hashcash): Require hashcash as normal.
10394
10395 * ecomplete.el (ecomplete-highlight-match-line):
10396 Use point-at-eol.
10397 (ecomplete-highlight-match-line): Use `highlight', because that
10398 face exists in both Emacs and XEmacs.
10399
10400 * message.el (message-display-abbrev): Use point-at-bol.
10401
10402 * mail-source.el: Don't require timer/timer-funcs.
10403
10404 * gnus-async.el: Ditto.
10405
10406 * password.el: Ditto.
10407
10408 * mm-url.el: Ditto.
10409
10410 * mm-util.el: Require timer/timer-funcs.
10411
10412 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10413
10414 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10415 Close.
10416
10417 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
10418
10419 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10420 unibyte after clear-decrypt function runs.
10421
10422 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10423 returns as a unibyte string.
10424
10425 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
10426
10427 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10428 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10429 (mml1991-pgg-encrypt): Ditto.
10430
10431 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
10432
10433 * message.el (message-user-organization-file): Check several
10434 locations of the organization file.
10435
10436 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10437 Add gnus-article-view-part-as-type.
10438
10439 * gnus-art.el (gnus-article-view-part-as-type): New function.
10440
10441 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10442 .mobi and .travel. Remove .nato, .bitnet and .uucp.
10443
10444 * mml.el: Simplify autoload.
10445 (mml-mode): defvar dnd-protocol-alist instead of using
10446 symbol-value.
10447 (mml-default-directory): New variable.
10448 (mml-minibuffer-read-file): Use it.
10449 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10450
10451 * message.el (message-citation-line-format): New variable.
10452 (message-insert-formated-citation-line): New function.
10453 (message-citation-line-function):
10454 Add `message-insert-formated-citation-line' to custom type.
10455
10456 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10457 to doc string.
10458
10459 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10460 depending on mm-verify-option.
10461
10462 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10463
10464 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10465 binding pgg-* variables; reimplement the section which prevents
10466 MIME header from being signed.
10467 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10468 pgg-text-mode; remove a blank line at the top of body.
10469
10470 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10471 lines at the top of body; use gnus-newsgroup-charset if there's no
10472 Charset header.
10473
10474 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10475
10476 * message.el (message-self-insert-commands): Doc fix.
10477
10478 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10479 (mm-uu-pgp-encrypted-test): Ditto.
10480 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10481 between header and body; return application/pgp-encrypted handle
10482 if decryption failed; decode decrypted body by charset.
10483
10484 * mm-decode.el (mm-automatic-display): Don't make application/pgp
10485 element match to application/pgp-*.
10486
10487 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10488
10489 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10490 HTML.
10491
10492 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10493
10494 * mail-source.el (mail-source-call-script): Message the error
10495 string.
10496
10497 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10498
10499 * gnus-util.el (gnus-byte-compile): Use it.
10500
10501 2006-04-22 xyblor <fake@invalid.email> (tiny change)
10502
10503 * gnus-util.el (kill-empty-logs): New function.
10504
10505 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10506
10507 * message.el (message-mail-alias-type): Doc fix.
10508 (message-mail-alias-type-p): New function.
10509 (message-send): Use it.
10510 (message-mode): Ditto.
10511 (message-strip-forbidden-properties): Ditto.
10512
10513 * ecomplete.el (ecomplete-database-file-coding-system):
10514 New variable.
10515 (ecomplete-save): Use it.
10516 (ecomplete-setup): Use it.
10517
10518 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
10519
10520 * message.el (message-self-insert-commands): New variable.
10521 (message-strip-forbidden-properties): Use it.
10522
10523 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10524
10525 * message.el (message-put-addresses-in-ecomplete): Use a regexp
10526 that doesn't make XEmacs choke.
10527
10528 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
10529
10530 * gnus-util.el (gnus-replace-in-string):
10531 Prefer replace-regexp-in-string over of replace-in-string.
10532
10533 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10534
10535 * gnus-util.el (gnus-select-frame-set-input-focus):
10536 Use select-frame-set-input-focus if it is available in XEmacs; use
10537 definition defined in Emacs 22 for old Emacsen.
10538
10539 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10540
10541 * mm-view.el (mm-inline-text): Use equal instead of equalp.
10542
10543 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
10544
10545 * gnus-registry.el (gnus-registry-cache-save): Remove text
10546 properties when saving via the temp buffer.
10547
10548 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
10549
10550 * message.el (message-generate-hashcash): Honor custom type.
10551
10552 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10553
10554 * message.el (message-generate-hashcash): Default to non-nil when
10555 hashcash is found.
10556
10557 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10558 (gnus-refer-thread-limit): Increase default to 500.
10559
10560 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10561
10562 * flow-fill.el (fill-flowed): Allow delete-space.
10563
10564 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
10565
10566 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10567 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10568 Remove autoloads.
10569
10570 2006-04-18 Simon Josefsson <jas@extundo.com>
10571
10572 * message.el (message-generate-hashcash): Default to.
10573
10574 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
10575
10576 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10577 concatenating segments rather than before concatenating them.
10578
10579 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
10580
10581 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10582
10583 * imap.el (imap-quote-specials): New function.
10584 (imap-login-auth): Quote specials.
10585
10586 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10587
10588 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10589
10590 * message.el (message-forward-make-body-plain):
10591 Allow message-forward-ignored-headers to be a list.
10592 (message-remove-ignored-headers): Factor out into function.
10593 (message-forward-make-body-mml): Use it.
10594 * rfc2231.el (rfc2231-parse-string): Remove dead code.
10595 (rfc2231-parse-string): Allow concatanation of parameters that
10596 aren't contiguous. The test case is
10597 (mail-header-parse-content-type "message/external-body;
10598 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10599 access-type=LOCAL-FILE;
10600 name*1*=plugh%2fhello-sailor%2fbing.pdf")
10601
10602 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10603
10604 * nntp.el (nntp-accept-process-output): Return the value of
10605 `nnheader-accept-process-output'.
10606
10607 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10608
10609 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10610 (gnus-button-alist): Recognize more diff formats.
10611 (gnus-button-patch): Strip directory.
10612
10613 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
10614
10615 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10616 Emacs 22 when setting focus.
10617
10618 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10619
10620 * gnus-art.el (gnus-article-treat-types): Do treatment of
10621 text/x-verbatim parts.
10622 (gnus-button-patch): New command.
10623
10624 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10625 addresses that contain invalid characters.
10626
10627 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10628
10629 * message.el (message-put-addresses-in-ecomplete):
10630 Use gnus-replace-in-string.
10631 (message-is-yours-p): Use the more correct
10632 mail-header-parse-address instead of
10633 mail-extract-address-components.
10634 (message-put-addresses-in-ecomplete): Fix typo.
10635
10636 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10637 keystroke.
10638
10639 * gnus-art.el (gnus-treatment-function-alist): Change order of
10640 newsgroups/generic header folding to avoid double-folding.
10641
10642 * message.el (message-hidden-headers): Add X-Draft-From.
10643
10644 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10645 New command.
10646 (gnus-summary-repeat-search-article-backward): New command.
10647
10648 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10649 groups in the parent topic.
10650
10651 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
10652
10653 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10654 (spam-extra-header-to-number): Return the CRM114 number as a
10655 number instead of a string.
10656
10657 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10658
10659 * gnus-art.el (gnus-face-properties-alist): Move here from
10660 gnus-fun.
10661
10662 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10663
10664 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10665
10666 * message.el (message-strip-forbidden-properties): Only display on
10667 self-insert-command.
10668
10669 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10670 reindent.
10671 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10672
10673 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
10674
10675 * smiley.el (smiley-style): Fix typo.
10676
10677 2006-03-23 Kenichi Handa <handa@m17n.org>
10678
10679 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10680 instead of set-buffer-multibyte.
10681
10682 2006-03-23 Kenichi Handa <handa@m17n.org>
10683
10684 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10685 buffer and then decode the buffer text if necessary.
10686 (rfc2231-encode-string): Be sure to work on multibyte buffer at
10687 first, and after mm-encode-body, change the buffer to unibyte.
10688
10689 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10690
10691 * hashcash.el (hashcash-insert-payment-async-2):
10692 Use message-goto-eoh instead of doing it manually.
10693 (mail-add-payment): Use message-narrow-to-header instead of trying
10694 to do the same itself.
10695
10696 * message.el (message-hidden-headers): Add Face.
10697
10698 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10699 reparenting code.
10700 (gnus-summary-reparent-children): Refactored out code.
10701 (gnus-summary-thread-map): New keystroke.
10702 (gnus-summary-reparent-children): Make into command.
10703
10704 * smiley.el (smiley-style): Default to `medium' if using a large
10705 font.
10706
10707 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10708 does it itself.
10709
10710 * message.el (message-point-in-header-p): Simplify definition.
10711
10712 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10713
10714 * nnagent.el (nnagent-request-set-mark): Silence log file
10715 writing.
10716 (nnagent-request-set-mark): Use write-region instead of
10717 append-to-file.
10718
10719 * gnus-sum.el (gnus-read-header): Fudge article number if using a
10720 strange select method.
10721
10722 * ecomplete.el (ecomplete-display-matches): Get highlightling
10723 right.
10724 (ecomplete-display-matches): Use literals.
10725 (ecomplete-display-matches): Disable message logging.
10726
10727 * message.el (message-display-abbrev): Small optimization.
10728
10729 * ecomplete.el (ecomplete-display-matches): Allow automatic
10730 display.
10731
10732 * message.el (message-strip-forbidden-properties):
10733 Display abbrevs.
10734 (message-display-abbrev): Get automatic display right.
10735
10736 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10737 keystrokes.
10738
10739 2006-04-13 Romain Francoise <romain@orebokech.com>
10740
10741 TODO: Backport to v5-10!
10742
10743 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10744 Move here (and rename) from gnus-registry.el.
10745
10746 * gnus-registry.el: Require gnus-util.
10747 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10748
10749 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10750
10751 * gnus-group.el (gnus-group-catchup-current):
10752 Change if-then-else-if-then-else into cond.
10753 (gnus-group-catchup): Indent.
10754 (group-name-at-point): New function.
10755 (gnus-fetch-group): Provide default from thing at point.
10756
10757 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10758
10759 * message.el (message-display-abbrev): Fix regexp.
10760
10761 * ecomplete.el (ecomplete-highlight-match-line):
10762 Reimplement choosing.
10763 (ecomplete-highlight-match-line): Fix up code rewrite, remove
10764 dead variables.
10765
10766 * message.el (message-newline-and-indent): Remove debugging.
10767 (message-display-abbrev): Use new implementation.
10768
10769 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
10770
10771 * gnus-art.el (gnus-article-mode):
10772 Set cursor-in-non-selected-windows to nil.
10773
10774 * smiley.el: Revert previous change.
10775 (smiley-data-directory): defvar it before using it in the
10776 defcustom of `smiley-style'.
10777
10778 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10779
10780 * message.el (message-newline-and-indent): New function.
10781
10782 * ecomplete.el: Implement more bits.
10783
10784 * message.el (message-put-addresses-in-ecomplete): Clean up the
10785 string.
10786
10787 * ecomplete.el (ecomplete-add-item): Chop off decimals.
10788
10789 * gnus-sum.el (gnus-summary-save-parts):
10790 Bind gnus-summary-save-parts-counter and use it to make unique file
10791 names.
10792
10793 * gnus-art.el (gnus-ignored-headers): Add some more headers.
10794
10795 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10796 parameter to say whether to actually parse the individual
10797 addresses.
10798
10799 * message.el (message-put-addresses-in-ecomplete): New function.
10800 (ecomplete): Require.
10801 (message-mail-alias-type): Add ecomplete as an option.
10802
10803 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
10804
10805 * flow-fill.el (fill-flowed): Remove trailing space from blank
10806 quoted lines.
10807
10808 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10809
10810 * smiley.el (smiley-style): Move definition later to avoid a
10811 compilation warning.
10812
10813 2006-04-12 Kenichi Handa <handa@m17n.org>
10814
10815 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10816 buffer and then decode the buffer text if necessary.
10817 (rfc2231-encode-string): Be sure to work on multibyte buffer at
10818 first, and after mm-encode-body, change the buffer to unibyte.
10819 Use mm-disable-multibyte instead of set-buffer-multibyte.
10820
10821 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
10822
10823 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10824 Content-Type header instead of Content-Disposition header.
10825 (gnus-mime-inline-part): Ditto.
10826 (gnus-mime-view-part-as-charset): Ignore charset that the part
10827 specifies.
10828
10829 * mm-decode.el (mm-display-part): Work with external parts and
10830 usual parts similarly.
10831
10832 * mm-extern.el (mm-inline-external-body): Use mm-display-part
10833 instead of gnus-display-mime.
10834
10835 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10836 instead of with-temp-buffer.
10837
10838 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10839 tag to summarized topics part in order to encode non-ASCII text.
10840
10841 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
10842
10843 * smiley.el (smiley-style): New variable.
10844 (smiley-directory): New function.
10845 (smiley-data-directory): Derive from `smiley-style' using
10846 `smiley-directory'.
10847 (smiley-regexp-alist): Add new entries.
10848
10849 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10850 (gnus-article-browse-delete-temp): Add :version.
10851
10852 2006-04-11 Arne Jørgensen <arne@arnested.dk>
10853
10854 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10855 the sieve region.
10856
10857 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10858
10859 * gnus.el (gnus-version-number): Bump version.
10860
10861 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
10862
10863 * gnus.el: No Gnus v0.4 is released.
10864
10865 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10866
10867 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10868 layout.
10869
10870 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10871 unknown charset.
10872
10873 * message.el (message-header-synonyms): Add Original-To to the
10874 default.
10875
10876 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10877 optional parameter.
10878
10879 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
10880
10881 * gnus-fun.el (gnus): Require it for gnus-directory.
10882
10883 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10884
10885 * gnus-fun.el (gnus-face-properties-alist): Add :version.
10886
10887 2006-04-05 Daiki Ueno <ueno@unixuser.org>
10888
10889 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10890
10891 2006-04-05 Simon Josefsson <jas@extundo.com>
10892
10893 * password.el (password-reset): New function.
10894
10895 2006-04-05 Daiki Ueno <ueno@unixuser.org>
10896
10897 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10898 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10899
10900 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10901
10902 * nnweb.el (nnweb-google-create-mapping): Update regexp.
10903 Some whitespace was matched into the url, which broke browsing hits
10904 > 100 when mm-url-use-external was nil.
10905
10906 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
10907
10908 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10909 Check gnus-extra-headers for 'Newsgroups.
10910
10911 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10912 bound.
10913
10914 2006-04-04 Daiki Ueno <ueno@unixuser.org>
10915
10916 * pgg-gpg.el: Clean up process buffers every time gpg processes
10917 complete.
10918
10919 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
10920
10921 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10922 doc string.
10923
10924 2006-04-03 Daiki Ueno <ueno@unixuser.org>
10925
10926 * pgg-gpg.el (pgg-gpg-process-filter)
10927 (pgg-gpg-wait-for-completion): Check if buffer is alive.
10928
10929 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10930 lines, temporary fix.
10931
10932 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10933
10934 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10935
10936 2006-03-29 Daiki Ueno <ueno@unixuser.org>
10937
10938 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10939 default-enable-multibyte-characters. This reverts the change from
10940 revision 6.17 which is no longer necessary because the passphrase
10941 is sent separately now. GnuPG messages are unreadable under
10942 multibyte locales with default-enable-multibyte-characters set to
10943 nil.
10944
10945 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
10946
10947 * message.el (message-tool-bar-gnome): Move "spell".
10948
10949 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
10950
10951 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10952 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
10953 instead.
10954
10955 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
10956
10957 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10958 Improve newsgroups handling for NNTP overviews which don't include
10959 Newsgroups.
10960
10961 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10962
10963 * message.el (message-resend): Bind message-generate-hashcash to nil.
10964
10965 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10966
10967 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10968 when searching for already-paid recipients.
10969
10970 2006-03-27 Daiki Ueno <ueno@unixuser.org>
10971
10972 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10973 passphrases when it is not needed.
10974 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10975 passphrase stuff from gpg, should only be necessary when you use
10976 gpg with a smartcard.
10977
10978 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
10979
10980 * mml.el (mml-insert-mime): Ignore cached contents of
10981 message/external-body part.
10982
10983 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10984 (mm-insert-part): Ditto.
10985
10986 2006-03-23 Simon Josefsson <jas@extundo.com>
10987
10988 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10989 Reiner.
10990 (pgg-gpg-use-agent-p): Use it again.
10991
10992 2006-03-23 Simon Josefsson <jas@extundo.com>
10993
10994 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10995 older emacsen.
10996 (pgg-gpg-use-agent-p): Don't use it.
10997
10998 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
10999
11000 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11001 if we can.
11002
11003 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11004
11005 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11006 (pgg-gpg-update-agent): New function.
11007 (pgg-gpg-use-agent-p): New function.
11008 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11009 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11010 (pgg-gpg-sign-region): Use it.
11011
11012 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11013
11014 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11015 Reported by Ralf Wachinger <rwachinger@gmx.de>.
11016
11017 2006-03-21 Simon Josefsson <jas@extundo.com>
11018
11019 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11020 <wilde@sha-bang.de>.
11021 (pgg-gpg-use-agent): New variable.
11022 (pgg-gpg-process-region): Use it.
11023 (pgg-gpg-encrypt-region): Likewise.
11024 (pgg-gpg-encrypt-symmetric-region): Likewise.
11025 (pgg-gpg-decrypt-region): Likewise.
11026 (pgg-gpg-sign-region): Likewise.
11027 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11028
11029 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
11030
11031 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11032
11033 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11034 Add comment on version.
11035
11036 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
11037
11038 * smiley.el: Add missing test smiley.
11039
11040 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11041
11042 * mm-decode.el (mm-with-part): New macro.
11043 (mm-get-part): Use it; work with message/external-body as well.
11044 (mm-save-part): Treat name and filename equally.
11045
11046 * mm-extern.el (mm-extern-cache-contents): New function.
11047 (mm-inline-external-body): Use it; force the part to be displayed;
11048 move undisplayer added to the cached handle to the parent.
11049
11050 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11051 (gnus-mime-view-part-as-type): Work with message/external-body.
11052
11053 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11054
11055 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
11056
11057 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11058 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
11059 Emacs.]
11060
11061 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
11062
11063 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11064 path rather than symbol. Always return list of directories.
11065 Guarantee that image directory comes first. [Sync with image.el,
11066 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
11067
11068 * message.el (message-make-tool-bar): Adjust to new API of
11069 `gmm-image-load-path-for-library'.
11070
11071 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11072
11073 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11074
11075 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11076
11077 * gnus-art.el (gnus-article-only-boring-p):
11078 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11079 intangible text.
11080 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11081
11082 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
11083
11084 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11085 Use `defun' instead of `gmm-defun-compat'.
11086
11087 2006-03-14 Simon Josefsson <jas@extundo.com>
11088
11089 * message.el (message-unique-id): Don't use message-number-base36
11090 if (user-uid) is a float.
11091 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11092
11093 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11094
11095 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11096
11097 * gnus-art.el (gnus-mime-display-single): Make sure there is an
11098 empty line between a part and a message part.
11099
11100 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
11101
11102 * smiley.el: Add more test smileys.
11103 (smiley-data-directory, smiley-regexp-alist)
11104 (gnus-smiley-file-types): Fix doc strings.
11105 (smiley-update-cache): Clear smiley-cached-regexp-alist before
11106 adding new elements.
11107 (smiley-mouse-map): Unused code. Make it a comment.
11108
11109 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11110
11111 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11112 scan latest NoCeM messages instead of old ones.
11113 (gnus-nocem-check-article): Fix regexps so as to match to PGP
11114 delimiters that are recently used.
11115 (gnus-nocem-load-cache): Add autoload cookie.
11116
11117 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11118
11119 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11120 level which is larger than gnus-use-nocem is specified.
11121
11122 * gnus-group.el (gnus-group-get-new-news): Ditto.
11123
11124 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
11125
11126 * gnus-util.el (gnus-tool-bar-update): New function.
11127
11128 * gnus-group.el (gnus-group-update-tool-bar): New variable.
11129 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11130
11131 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11132
11133 * gnus-group.el (gnus-group-redraw-when-idle)
11134 (gnus-group-redraw-check): Remove.
11135 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11136
11137 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11138
11139 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11140 if optional last element is specified in splits (FIELD VALUE...).
11141
11142 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
11143
11144 * message.el (message-make-tool-bar): Rename gmm-image-load-path
11145 to gmm-image-load-path-for-library. Call with no-error argument.
11146 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11147
11148 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11149
11150 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11151
11152 * gmm-utils.el (gmm-image-load-path): Remove alias.
11153
11154 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
11155
11156 * gmm-utils.el (gmm-image-load-path): Add alias.
11157
11158 * nnml.el (nnml-generate-nov-databases-directory): Rename from
11159 nnml-generate-nov-databases-1.
11160 (nnml-generate-nov-databases): Use it.
11161 (nnml-generate-nov-databases-directory): Document no-active
11162 argument.
11163
11164 * gmm-utils.el (gmm-image-load-path-for-library): Return single
11165 directory if path is t. Add no-error.
11166
11167 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11168 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11169
11170 * gnus-art.el (gnus-article-browse-delete-temp-files):
11171 Simplify resetting gnus-article-browse-html-temp-list.
11172
11173 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11174 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
11175 Add example to docstring. Rename local variables. Move error
11176 checks to default case in cond and simplify.
11177
11178 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
11179
11180 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11181 handle is multipart when calling it recursively.
11182 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11183
11184 2006-03-03 Daniel Pittman <daniel@rimspace.net>
11185
11186 * nnimap.el (nnimap-request-update-info-internal): Optimize.
11187 Don't `gnus-uncompress-range' to avoid excessive memory usage.
11188
11189 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11190
11191 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11192 is loaded.
11193
11194 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11195 loaded.
11196
11197 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
11198
11199 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11200 to "Emacs 23 (unicode)" in doc string.
11201
11202 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11203 "Emacs 23 (unicode)" in comment.
11204
11205 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11206
11207 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11208
11209 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11210 characters 160 through 255 in Emacs 23.
11211
11212 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11213
11214 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11215 gnus-article-browse-html-temp.
11216 (gnus-article-browse-delete-temp): Make it customizable.
11217 Add `file'. Adjust doc string.
11218 (gnus-article-browse-delete-temp-files): Add argument.
11219 Allow query for each file. Adjust doc string.
11220 (gnus-article-browse-html-parts):
11221 Add `gnus-article-browse-delete-temp-files' to
11222 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11223
11224 2006-03-02 Hynek Schlawack <hynek@ularx.de>
11225
11226 * gnus-art.el (gnus-article-browse-html-temp)
11227 (gnus-article-browse-delete-temp): New variables.
11228 (gnus-article-browse-delete-temp-files): New function.
11229 (gnus-article-browse-html-parts): Use it.
11230
11231 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11232
11233 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11234
11235 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11236 string.
11237
11238 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11239 gnus-summary-insert-new-articles when unplugged.
11240 Remove gnus-summary-search-article-forward.
11241
11242 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11243 display-visual-class instead of display-color-cells.
11244
11245 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
11246
11247 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11248 message/* containing non-ASCII text properly.
11249
11250 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
11251
11252 * message.el: Require gmm-utils, remove autoloads.
11253 (message-tool-bar): Set default based on
11254 gmm-tool-bar-style.
11255 (message-tool-bar-gnome): Add gmm-customize-mode.
11256
11257 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11258 gmm-tool-bar-style.
11259 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11260
11261 * gnus-group.el (gnus-group-tool-bar): Set default based on
11262 gmm-tool-bar-style.
11263 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11264
11265 * gmm-utils.el (gmm-image-directory): Rename variable from
11266 gmm-image-load-path.
11267 (gmm-image-load-path): Use gmm-image-directory.
11268 (gmm-customize-mode): New function.
11269 (gmm-tool-bar-style): New variable.
11270
11271 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11272 gnus-group-redraw-line-number.
11273 (gnus-group-redraw-check): Simplify.
11274 (gnus-group-tool-bar-update): Remove redraw check.
11275 (gnus-group-make-tool-bar): Add redraw check.
11276
11277 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
11278
11279 * gnus-art.el (gnus-button): Add missing parentheses.
11280
11281 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11282
11283 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11284
11285 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
11286
11287 * gnus-art.el (gnus-button): New face.
11288 (gnus-article-button-face): Use it.
11289
11290 * gnus-sum.el (gnus-summary-tool-bar-gnome):
11291 Add gnus-summary-next-page. Re-order.
11292
11293 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11294 next-node are now included.
11295 (gnus-group-redraw-line-number): New internal variable.
11296 (gnus-group-redraw-check): Helper function for updating the tool
11297 bar.
11298 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11299
11300 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11301
11302 * spam.el (spam-spamassassin-score-regexp): New internal variable.
11303 (spam-extra-header-to-number, spam-check-spamassassin-headers):
11304 Use it to match format of Spamassassin 3.0 and later.
11305 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11306 (spam-check-bogofilter)
11307 (spam-bogofilter-register-with-bogofilter): Fix args of
11308 `gnus-error' calls.
11309
11310 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
11311
11312 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11313 unnecessary interaction when sending queued mails.
11314 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11315
11316 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
11317
11318 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11319 first or last are nil.
11320
11321 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11322
11323 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11324
11325 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11326
11327 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11328
11329 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11330
11331 * dns.el (query-dns): Protect more against buggy tcp output.
11332
11333 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11334
11335 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11336 nov.php.
11337
11338 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11339
11340 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11341 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11342 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
11343 output on the server side.
11344 (nnweb-google-create-mapping): Update regexps and add some
11345 progress indication.
11346
11347 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
11348
11349 * gnus-group.el (gnus-group-tool-bar-gnome):
11350 Fix gnus-agent-toggle-plugged. Re-order icons.
11351 (gnus-group-tool-bar-gnome):
11352 Add gnus-group-{prev,next}-unread-group.
11353 (gnus-group-tool-bar-gnome): Re-order icons.
11354
11355 * gnus-sum.el (gnus-summary-tool-bar-gnome):
11356 Move gnus-summary-insert-new-articles.
11357
11358 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11359 Fix comments.
11360
11361 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
11362 also available in Emacs 21.3.
11363
11364 * message.el (message-fix-before-sending): Change "Emacs 22" to
11365 "Emacs 23 (unicode)" in comment.
11366
11367 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11368 "Emacs 23 (unicode)" in comment.
11369
11370 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11371 comment.
11372 (mm-coding-system-p): Add comment about no-MULE XEmacs.
11373
11374 * mm-view.el (mm-fill-flowed): Add :version.
11375
11376 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
11377
11378 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11379 and load-path.
11380
11381 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
11382
11383 * message.el: Autoload gmm-image-load-path.
11384 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11385 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
11386 consitency.
11387
11388 * gmm-utils.el (gmm-image-load-path): Also search in
11389 "../etc/images". Don't set gmm-image-load-path if we don't find
11390 the image.
11391
11392 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
11393
11394 * gmm-utils.el (gmm-image-load-path): Don't make
11395 `gmm-image-load-path' include subdirectories which the second arg
11396 `image' might specify.
11397
11398 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11399 subdirectory to icon file names.
11400
11401 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11402
11403 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
11404
11405 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11406 gmm-image-load-path calls.
11407
11408 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11409
11410 * message.el (message-make-tool-bar): Ditto.
11411
11412 * mml.el (mml-preview): Add comment concerning tool bar icons.
11413
11414 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11415 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11416
11417 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11418 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11419
11420 * message.el (message-tool-bar-gnome): Use new icon names.
11421 (message-make-tool-bar): Use `gmm-image-load-path'.
11422
11423 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11424 New functions from MH-E.
11425 (gmm-image-load-path): New variable from MH-E.
11426 (gmm-image-load-path): New function from MH-E. Add arguments
11427 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
11428 *-image-load-path-called-flag.
11429
11430 2006-02-21 Milan Zamazal <pdm@brailcom.org>
11431
11432 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11433
11434 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
11435
11436 * nnimap.el (nnimap-request-move-article): Change folder back to
11437 source group before deleting.
11438
11439 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
11440
11441 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11442
11443 * gnus-art.el (mm-url-insert-file-contents-external):
11444 Autoload mm-url.
11445
11446 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11447
11448 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
11449
11450 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11451 coding system which mm-charset-to-coding-system returns for a
11452 given charset is valid.
11453
11454 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
11455
11456 * html2text.el (html2text-remove-tag-list):
11457 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11458
11459 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
11460
11461 * gnus-cus.el: Revert 2005-10-17 change.
11462
11463 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11464
11465 * gnus-art.el (article-strip-banner):
11466 Call article-really-strip-banner only when the regexp match is made.
11467
11468 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
11469
11470 * gnus-art.el (article-strip-banner):
11471 Use gnus-extract-address-components instead of
11472 mail-header-parse-addresses to make it work with non-ASCII text;
11473 remove mail-encode-encoded-word-string.
11474
11475 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11476 values which are surrounded with \"...\"; make it never cause a
11477 Lisp error; give up parsing of parameters if it failed in
11478 extracting type.
11479
11480 2006-02-14 Arne Jørgensen <arne@arnested.dk>
11481
11482 * smime.el (smime-cert-by-ldap-1): Fix bug where
11483 `smime-ldap-search' returns results without userCertificates.
11484
11485 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
11486
11487 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11488
11489 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
11490
11491 * spam.el (spam-check-spamassassin-headers): Adapt format for
11492 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
11493 <ari@mbf.ocn.ne.jp>.
11494 (spam-list-of-processors): Add spam-use-gmane.
11495
11496 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
11497
11498 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11499 make-temp-file; make it work with XEmacs as well.
11500
11501 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11502 mm-make-temp-file.
11503
11504 * mm-decode.el (mm-display-external): Use the 3rd arg of
11505 mm-make-temp-file.
11506 (mm-create-image-xemacs): Ditto.
11507
11508 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
11509
11510 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11511 with message-narrow-to-headers.
11512 (gnus-draft-setup): Narrow to header to run message-fetch-field.
11513 (gnus-draft-check-draft-articles): New function.
11514 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11515
11516 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
11517
11518 * gnus-art.el (gnus-article-browse-html-parts):
11519 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11520 Don't use suffix argument for mm-make-temp-file for Emacs 21
11521 compatibility. Remove useless `format'.
11522
11523 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11524
11525 * nnweb.el (nnweb-google-wash-article): Update regexps.
11526 (nnweb-group-alist): Use defvoo instead of defvar.
11527
11528 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11529
11530 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11531 re-loading nn* modules.
11532
11533 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
11534
11535 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11536 for `tool-bar-mode' and don't check it's default-value.
11537
11538 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11539
11540 * message.el (message-make-tool-bar): Ditto.
11541
11542 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11543 `substring'. Shorten tmp-file name.
11544
11545 * gnus.el: Remove bogus comment.
11546
11547 2006-02-10 Hynek Schlawack <hynek@ularx.de>
11548
11549 * gnus-art.el (gnus-article-browse-html-parts): New function.
11550 (gnus-article-browse-html-article): New function for viewing html
11551 articles with a browser.
11552
11553 2006-02-09 Daiki Ueno <ueno@unixuser.org>
11554
11555 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11556 (mml2015-pgg-encrypt): Ditto.
11557
11558 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11559 (mml1991-pgg-encrypt): Ditto.
11560
11561 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11562
11563 * nnfolder.el (nnfolder-insert-newsgroup-line):
11564 Use message-make-date instead of current-time-string.
11565
11566 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11567 to gnus-decoded which mm-uu might set.
11568
11569 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11570
11571 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11572 don't decode quoted parameters; remove misimported Emacs code.
11573 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11574 (rfc2231-decode-encoded-string): Don't use split-string which
11575 behaves differently according to Emacs version; use
11576 mm-decode-coding-region to convert charset to coding-system.
11577 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11578 (rfc2231-encode-string): Remove misimported Emacs code.
11579
11580 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11581
11582 * gnus-art.el (article-decode-charset): Don't use ignore-errors
11583 when calling mail-header-parse-content-type.
11584 (article-de-quoted-unreadable): Ditto.
11585 (article-de-base64-unreadable): Ditto.
11586 (article-wash-html): Ditto.
11587
11588 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11589 calling mail-header-parse-content-type and
11590 mail-header-parse-content-disposition.
11591 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11592 mail-header-parse-content-type.
11593
11594 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11595 insert charset and format parameters; encode description after
11596 inserting it to buffer.
11597 (mml-insert-parameter): Fold lines properly even if a parameter is
11598 segmented into two or more lines; change the max column to 76.
11599
11600 * rfc1843.el (rfc1843-decode-article-body): Don't use
11601 ignore-errors when calling mail-header-parse-content-type.
11602
11603 * rfc2231.el (rfc2231-parse-string): Return at least type if
11604 possible; don't cause an error even if it fails in parsing of
11605 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11606 (rfc2231-encode-string): Don't break lines at the beginning, leave
11607 it to mml-insert-parameter.
11608
11609 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11610 calling mail-header-parse-content-type.
11611
11612 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
11613
11614 * spam-report.el (spam-report-gmane-use-article-number):
11615 Improve doc string.
11616 (spam-report-gmane-internal): Check if a suitable header was found
11617 in the article.
11618
11619 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
11620
11621 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11622 (rfc2231-encode-string): Make param*=value always begin with LWSP.
11623
11624 2006-02-05 Romain Francoise <romain@orebokech.com>
11625
11626 Update copyright notices of all files in the gnus directory.
11627
11628 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11629
11630 * nnweb.el (nnweb-request-group): Avoid growing overview files.
11631
11632 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
11633
11634 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11635 segmented lines of parameter value to cope with Thunderbird 1.5
11636 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11637 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11638 (rfc2231-encode-string): Don't make lines exceeding 76 column.
11639
11640 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
11641
11642 * mml.el (mml-generate-mime-1): Correct the order of inline signed
11643 parts.
11644
11645 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11646
11647 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11648 there's only one active file for all servers.
11649 (nnweb-request-scan): Make sure nnweb-articles is initialized on
11650 solid groups. Gnus might have used a FAST request to select the group.
11651 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11652 and nnweb-search redundantly in the active file.
11653 (nnweb-request-list): Don't list bogus groups. There can only be one.
11654 (nnweb-request-create-group): Don't use ARGS.
11655 (nnweb-possibly-change-server, nnweb-request-group): Remove some
11656 initialisations. Let nnoo do the work.
11657
11658 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
11659
11660 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11661 Say the part has been decoded.
11662
11663 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11664
11665 2006-01-31 Kevin Ryde <user42@zip.com.au>
11666
11667 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11668 mailcap-viewer-test-cache when there's no 'test clause, since that
11669 will invert the meaning of a "nil" test previously determined by
11670 mailcap-mailcap-entry-passes-test.
11671
11672 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
11673
11674 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11675 compiling.
11676
11677 * gnus-sum.el: Ditto.
11678
11679 * message.el: Don't bind tool-bar-map when compiling.
11680
11681 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
11682
11683 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11684
11685 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11686
11687 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11688 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11689 current Google Groups.
11690
11691 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
11692
11693 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11694 and tool-bar-mode.
11695
11696 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11697 and tool-bar-mode.
11698
11699 * message.el (message-tool-bar-update): Simplify.
11700 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11701
11702 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11703 gnus-summary-buffer.
11704 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11705 gnus-summary-reply.
11706
11707 * gmm-utils.el (gmm): Add :version.
11708
11709 2006-01-26 Steve Youngs <steve@sxemacs.org>
11710
11711 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11712 Don't autoload.
11713
11714 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
11715
11716 * gmm-utils.el (gmm-verbose): Add :group.
11717
11718 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
11719
11720 * message.el: Change some comments WRT tool-bars.
11721
11722 * gnus-sum.el (gnus-summary-tool-bar)
11723 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11724 (gnus-summary-tool-bar-zap-list): New variables.
11725 (gnus-summary-make-tool-bar): Complete rewrite using
11726 `gmm-tool-bar-from-list'.
11727
11728 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11729 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11730 New variables.
11731 (gnus-group-make-tool-bar): Complete rewrite using
11732 `gmm-tool-bar-from-list'.
11733 (gnus-group-tool-bar-update): New function.
11734
11735 * message.el (message-mode-field-menu): Add "Show hidden Headers".
11736
11737 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
11738
11739 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11740 is dissected into a single part of which the type is the same as
11741 the given one; decode charset.
11742
11743 2006-01-21 Kevin Ryde <user42@zip.com.au>
11744
11745 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11746 into alists as symbol not string, since that's what
11747 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11748 look for.
11749
11750 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
11751
11752 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11753 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11754
11755 * message.el (message-tool-bar-gnome): Use gmm-ignore.
11756
11757 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11758
11759 * gnus-art.el (gnus-mime-security-button-commands): New variable.
11760 (gnus-mime-security-button-menu): New definition.
11761 (gnus-mime-security-button-map): Use them.
11762 (gnus-mime-security-button-menu): New function.
11763 (gnus-insert-mime-security-button): Addition to help echo.
11764 (gnus-mime-security-run-function, gnus-mime-security-save-part)
11765 (gnus-mime-security-pipe-part): New functions.
11766
11767 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11768 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11769
11770 * mm-decode.el (mm-handle-set-disposition): Remove.
11771 (mm-handle-set-description): Remove.
11772
11773 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11774
11775 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11776 (mm-w3m-standalone-supports-m17n-p): New function.
11777 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11778 w3m usage.
11779
11780 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
11781 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11782
11783 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
11784
11785 * message.el (message-tool-bar-zap-list):
11786 Use gmm-tool-bar-zap-list as custom type.
11787 (message-tool-bar-update): New function.
11788 (message-tool-bar, message-tool-bar-gnome)
11789 (message-tool-bar-retro): Add message-tool-bar-update.
11790 (message-tool-bar-gnome): Add flyspell-buffer.
11791
11792 * gnus-util.el (gnus-error): Describe `args'.
11793
11794 * gmm-utils.el (gmm-error): Describe `args'.
11795 (gmm-tool-bar-zap-list): New widget.
11796 (gmm-tool-bar-from-list): Improve description of `zap-list'.
11797
11798 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
11799
11800 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11801 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11802 the number of recursive calls.
11803
11804 * mm-decode.el (mm-handle-set-disposition): New macro.
11805 (mm-handle-set-description): New macro.
11806
11807 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
11808
11809 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11810 encoding.
11811
11812 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
11813
11814 * message.el (message-tool-bar-zap-list, message-tool-bar)
11815 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11816 (message-tool-bar-local-item-from-menu): Remove.
11817 (message-tool-bar-map): Replace by `message-make-tool-bar'.
11818 (message-make-tool-bar): New function.
11819 (message-mode): Use `message-make-tool-bar'.
11820
11821 * gmm-utils.el: New file.
11822 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11823 (gmm-lazy): New widget copied from `nnmail.el'.
11824 (gmm-tool-bar-from-list): New function for creating customizable
11825 tool bars.
11826 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
11827 output.
11828 (gmm): Add :prefix to defgroup.
11829
11830 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
11831
11832 * gmm-utils.el (gmm-widget-p): New function.
11833
11834 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
11835
11836 * mml.el (mml-attach-file): Describe `description' in doc string.
11837 (mml-menu): Add Emacs MIME manual and PGG manual.
11838
11839 2006-01-20 Richard M. Stallman <rms@gnu.org>
11840
11841 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11842
11843 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
11844
11845 * nntp.el (nntp-end-of-line): Doc fix.
11846
11847 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
11848
11849 * imap.el (imap-open): Handle case where buffer is a buffer
11850 object.
11851
11852 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
11853
11854 * gnus-delay.el (gnus-delay): Don't autoload.
11855 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11856 to be re-loaded when customizing the `gnus-delay' group.
11857
11858 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
11859
11860 * message.el (message-insert-citation-line): Use newlines.
11861
11862 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
11863
11864 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11865
11866 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11867
11868 2006-01-19 Mark D. Baushke <mdb@gnu.org>
11869
11870 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11871
11872 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
11873
11874 * mm-decode.el (mm-inlined-types): Add application/pgp.
11875 (mm-automatic-display): Ditto.
11876
11877 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11878 part as text.
11879
11880 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11881
11882 * nnrss.el: Update copyright.
11883 (nnrss-opml-import): Query whether to subscribe to each entry.
11884
11885 * gnus-art.el:
11886 * gnus-sum.el:
11887 * mm-uu.el:
11888 * mm-view.el: Update copyright.
11889
11890 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
11891
11892 * message.el (message-info): New function.
11893 (message-mode-menu): Add it.
11894 Update copyright.
11895
11896 * ChangeLog: Fix and update copyright.
11897
11898 2006-01-13 Romain Francoise <romain@orebokech.com>
11899
11900 * message.el (message-forward-subject-name-subject): Prefer the
11901 address to 'nowhere' if the sender has no name.
11902 Fix typo. Update copyright year.
11903
11904 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
11905
11906 * gnus-art.el (article-wash-html):
11907 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
11908 (gnus-article-wash-html-with-w3m-standalone): New function.
11909
11910 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11911 mm-inline-text-html-render-with-w3m-standalone.
11912 (mm-text-html-washer-alist): Map w3m-standalone to
11913 gnus-article-wash-html-with-w3m-standalone.
11914 (mm-inline-text-html-render-with-w3m-standalone): New function.
11915
11916 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
11917
11918 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11919 Improve LaTeX.
11920
11921 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
11922
11923 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11924 (nnrss-request-article): Render text/plain parts as HTML.
11925
11926 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11927 the buffer.
11928
11929 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
11930
11931 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11932 custom definition of `gnus-posting-styles'.
11933
11934 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
11935 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11936
11937 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
11938
11939 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11940 Use nntp for bug archive.
11941
11942 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
11943
11944 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11945 parts.
11946 (nnrss-normalize-date): New function converts ISO 8601 date into
11947 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
11948 (nnrss-check-group): Use it.
11949
11950 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
11951
11952 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11953
11954 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11955 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
11956 (nnrss-insert-w3): Ditto.
11957
11958 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11959
11960 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11961 the articles to be forwarded including the case where neither a
11962 number of articles nor a region is specified.
11963
11964 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
11965
11966 * nnrss.el (nnrss-request-article): Fix last change; fill
11967 text/plain parts.
11968
11969 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
11970
11971 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11972 in text/plain part.
11973 (nnrss-check-group): Don't add excessive newline to dc:subject.
11974
11975 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
11976
11977 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11978 article.
11979
11980 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
11981
11982 * nnml.el: Don't require gnus-bcklg. Autoload it.
11983 (nnml-use-compressed-files, nnml-save-mail): Support other
11984 comression programs such as bzip2.
11985
11986 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11987
11988 * dns.el (query-dns): Make sure we check the buffer size before
11989 removing tcp headers.
11990
11991 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
11992
11993 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11994 remove MIME buttons associated with multipart/alternative parts.
11995 (gnus-mime-display-alternative): Tag buttons using `article-type'
11996 text property.
11997
11998 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11999 associated with multipart/alternative parts.
12000
12001 * gnus-art.el (gnus-signature-separator): Fix custom type.
12002
12003 * mm-decode.el (mm-inlined-types): Fix custom type.
12004 (mm-keep-viewer-alive-types): Ditto.
12005 (mm-automatic-display): Ditto.
12006 (mm-attachment-override-types): Ditto.
12007 (mm-inline-override-types): Ditto.
12008 (mm-automatic-external-display): Ditto.
12009
12010 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12011
12012 * spam-report.el (spam-report-user-mail-address)
12013 (spam-report-user-agent): New variables.
12014 (spam-report-url-ping-plain): Use spam-report-user-agent.
12015
12016 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
12017
12018 * gnus-art.el (gnus-button-handle-custom): Do not just use
12019 `customize-apropos' for any "M-x customize-*" button but the
12020 function called for. Accept both the function name and its
12021 argument in order to achieve this.
12022 (gnus-button-alist): Remove support for "custom:" URL's.
12023 Pass function name to `gnus-button-handle-custom' in case of "M-x
12024 customize-*" buttons.
12025
12026 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
12027
12028 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12029 multipart/alternative and add xref to mm-discouraged-alternatives
12030 in doc string.
12031
12032 * mm-decode.el (mm-discouraged-alternatives): Add xref to
12033 gnus-buttonized-mime-types in doc string.
12034
12035 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
12036
12037 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12038 Suggest image/.* in the doc string.
12039
12040 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
12041
12042 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12043 message-marks (Debian bug #342521).
12044
12045 2005-12-12 Simon Josefsson <jas@extundo.com>
12046
12047 * password.el (password-read-from-cache): Add.
12048 (password-read): Use it.
12049
12050 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
12051
12052 * rfc2047.el (rfc2047-charset-to-coding-system):
12053 Recognize us-ascii as a MIME charset.
12054
12055 * mm-bodies.el (mm-decode-content-transfer-encoding):
12056 Protect against the case where the 2nd arg TYPE is nil.
12057
12058 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12059
12060 * pop3.el (pop3-stream-type): Fix custom version.
12061
12062 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12063
12064 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12065
12066 * mm-decode.el (mm-display-external): Add missing cdr.
12067
12068 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
12069
12070 * mm-decode.el (mm-display-external): Use nametemplate (defined in
12071 RFC1524) if it is in mailcap or add a suffix according to
12072 mailcap-mime-extensions when generating a temp filename; postpone
12073 deleting a temp file for 2 seconds for some wrappers, shell
12074 scripts, and so on, which might exit right after having started a
12075 viewer command as a background job.
12076
12077 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12078
12079 * nntp.el (nntp-marks-directory): Fix custom group.
12080
12081 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12082 steps when < 10.
12083
12084 * gnus-start.el (gnus-no-server-1):
12085 Mention `gnus-level-default-subscribed' in doc string.
12086
12087 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12088
12089 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12090 parens.
12091
12092 2005-11-26 Dave Love <fx@gnu.org>
12093
12094 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12095 (tls-program, tls-success): Provide openssl alternative.
12096
12097 * starttls.el: Doc fixes.
12098 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12099 SERVICE to PORT.
12100
12101 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
12102 port null or service name.
12103 (starttls-negotiate): Autoload.
12104
12105 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
12106
12107 * message.el (message-kill-to-signature): Fix interactive spec.
12108
12109 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
12110
12111 * pop3.el (pop3-open-server): Recognize a string as a service name.
12112
12113 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
12114
12115 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12116
12117 2005-11-23 Dave Love <fx@gnu.org>
12118
12119 Add pop3s, pop3/starttls.
12120
12121 * pop3.el (pop3-authentication-scheme): Clarify doc.
12122 (open-tls-stream, starttls-open-stream): Autoload.
12123 (pop3-stream-type): New.
12124 (pop3-open-server): Use it.
12125
12126 * mail-source.el (mail-sources): Fix some :types. Add stream type
12127 for POP.
12128 (mail-source-keyword-map): Add :stream for POP.
12129 (mail-source-fetch-pop): Use pop3-stream-type.
12130
12131 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
12132
12133 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12134 of current-time-string.
12135
12136 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
12137
12138 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12139 date header.
12140
12141 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12142
12143 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12144 it can seriously impact performance as it bypasses the agent's
12145 local caches.
12146
12147 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12148
12149 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12150 must be explicitly online rather than "not explicitly offline" for
12151 its flags to be synchronized.
12152
12153 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12154 that gnus-uu-unmark-thread will function correctly.
12155
12156 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12157 1024K is instead displayed as 1M.
12158
12159 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12160
12161 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12162
12163 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
12164
12165 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12166
12167 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
12168
12169 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12170 error message to display actual error condition.
12171 (gnus-agent-save-local): Avoid saving symbols that are bound to
12172 nil as they simply result in a warning message in
12173 gnus-agent-read-local.
12174
12175 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
12176
12177 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12178 rather than make-variable-buffer-local for file-precious-flag.
12179
12180 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
12181
12182 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12183 for duplicates which are removed. The invalid sort check then
12184 triggers a rescan after the sort as sorting may have moved
12185 duplicate entries such that they can be cheaply detected.
12186
12187 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
12188
12189 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12190
12191 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
12192
12193 * gnus-agent.el (gnus-agent-article-alist-save-format):
12194 Change internal variable to a custom variable. Change default value
12195 from compressed(2) to uncompressed(1).
12196 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12197 support for uncompressed agentview files. Taken together, reading
12198 the agentview file should now be 6-7 times faster.
12199
12200 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
12201
12202 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12203 as a buffer-local variable. This avoids creating truncated
12204 dribble files as a result of a hang up, eg.
12205
12206 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12207
12208 * gnus-start.el (gnus-start-draft-setup):
12209 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12210
12211 * gnus.el (gnus-splash): Change custom group.
12212 (gnus-group-get-parameter, gnus-group-parameter-value):
12213 Describe allow-list argument.
12214
12215 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12216 string.
12217
12218 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12219
12220 * gnus-art.el (gnus-default-article-saver): Add user-defined
12221 `function' to custom type.
12222
12223 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12224
12225 * imap.el (imap-open): Handle case where buffer is a buffer
12226 object.
12227
12228 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12229
12230 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12231 long lines.
12232 (gnus-cache-delete-group): Wrap doc strings.
12233
12234 * gnus-agent.el (gnus-agent-rename-group)
12235 (gnus-agent-delete-group): Wrap doc strings.
12236
12237 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12238
12239 * gnus-start.el (gnus-1): Add "native" to
12240 gnus-predefined-server-alist.
12241
12242 * gnus.el (gnus-method-to-server): Don't add "native" to the
12243 lists here, because that leads to problems when
12244 gnus-select-method is bound.
12245
12246 2005-11-09 Simon Josefsson <jas@extundo.com>
12247
12248 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12249 use (not sort-by-date) instead.
12250
12251 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12252
12253 * gnus-delay.el (gnus-delay-group): Don't autoload.
12254 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12255 to be re-loaded when customizing the `gnus-delay' group.
12256
12257 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
12258
12259 * message.el: Revert last changes.
12260 (message-insert-citation-line): Use newlines.
12261
12262 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
12263
12264 * message.el (message-courtesy-message)
12265 (message-mark-insert-begin, message-mark-insert-end)
12266 (message-elide-ellipsis, message-cancel-message)
12267 (message-add-header, message-change-subject)
12268 (message-cross-post-followup-to-header)
12269 (message-cross-post-insert-note, message-reduce-to-to-cc)
12270 (message-widen-reply, message-delete-not-region)
12271 (message-kill-to-signature, message-insert-signature)
12272 (message-insert-importance-high, message-insert-importance-low)
12273 (message-insert-or-toggle-importance)
12274 (message-insert-disposition-notification-to)
12275 (message-indent-citation, message-yank-original)
12276 (message-cite-original-without-signature, message-cite-original)
12277 (message-insert-citation-line, message-position-on-field)
12278 (message-fix-before-sending, message-send-mail-partially)
12279 (message-send-mail, message-send-mail-with-sendmail)
12280 (message-send-mail-with-qmail, message-send-news)
12281 (message-check-news-header-syntax, message-generate-headers)
12282 (message-insert-courtesy-copy, message-fill-address)
12283 (message-fill-header, message-shorten-references)
12284 (message-setup-1, message-cancel-news)
12285 (message-forward-make-body-plain, message-forward-make-body-mime)
12286 (message-forward-make-body-mml, message-encode-message-body)
12287 (message-forward-make-body-digest-plain)
12288 (message-forward-make-body-digest-mime)
12289 (message-use-alternative-email-as-from): Insert `hard-newline'
12290 instead of ordinary newlines.
12291
12292 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
12293
12294 * message.el (message-generate-headers): Downcase the argument
12295 given to message-check-element.
12296
12297 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
12298
12299 * nntp.el (nntp-authinfo-rejected): New error condition.
12300 (nntp-wait-for): Use new error condition to signal authentication
12301 error.
12302 (nntp-retrieve-data): Rethrow new error condition to break out of
12303 recursive call to nntp-send-authinfo.
12304
12305 2005-11-08 Romain Francoise <romain@orebokech.com>
12306
12307 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12308 (gnus-summary-exit-map): Bind to `Z p'.
12309 (gnus-summary-make-menu-bar): Add menu item.
12310
12311 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
12312
12313 * gnus-art.el (gnus-article-treat-custom): Add `first'.
12314 (gnus-treat-*): Add `first' in all doc strings.
12315
12316 * gnus-group.el (gnus-group-compact-group): Fix typo.
12317
12318 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
12319
12320 * gnus.el (gnus-parameters-case-fold-search): New variable.
12321 (gnus-parameters-get-parameter): Use it.
12322
12323 * gnus-score.el (gnus-home-score-file): Doc fix.
12324
12325 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
12326
12327 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12328
12329 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
12330
12331 * mm-util.el (mm-special-display-p): New function.
12332
12333 * mml.el (mml-preview): Use it; doc fix.
12334
12335 2005-10-29 Romain Francoise <romain@orebokech.com>
12336
12337 * message.el (message-fix-before-sending): Fix comment.
12338
12339 2005-10-29 Jari Aalto <jari.aalto@cante.net>
12340
12341 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12342
12343 2005-10-29 Jari Aalto <jari.aalto@cante.net>
12344
12345 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12346 Used in gnus-score.el.
12347
12348 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12349
12350 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12351
12352 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
12353
12354 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12355 whitespace removed in revision 7.8. Use concatenated string to
12356 protect trailing whitespace.
12357
12358 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
12359
12360 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12361 (nnimap-request-expire-articles): Use it to avoid sending 'UID
12362 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12363 Courier IMAP ("some version from 2004"). Mostly based on similar
12364 code in the same function.
12365
12366 2005-10-26 Didier Verna <didier@xemacs.org>
12367
12368 * gnus-group.el (gnus-group-compact-group): Invalidate original
12369 article buffer.
12370 * gnus-srvr.el (gnus-server-compact-server): Ditto.
12371 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12372 NOV database and in article itself.
12373 Invalidate article backlog.
12374
12375 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12376
12377 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12378
12379 2005-10-26 Simon Josefsson <jas@extundo.com>
12380
12381 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12382 part of 2004-07-25 change.
12383
12384 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
12385
12386 * message.el (message-display-completion-list): New function.
12387 (message-expand-group): Use it; make sure the Completions buffer
12388 is modifiable.
12389
12390 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12391
12392 * imap.el (imap-open): Handle case where buffer is a buffer object.
12393
12394 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12395
12396 * pgg-def.el:
12397 * pgg-gpg.el:
12398 * pgg-parse.el:
12399 * pgg-pgp.el:
12400 * pgg-pgp5.el:
12401 * pgg.el: Move to the parent lisp directory.
12402
12403 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12404
12405 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12406 user-mail-name is an empty string.
12407
12408 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12409
12410 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12411 depending on gnus-score-decay-constant.
12412
12413 * encrypt.el (encrypt-insert-file-contents)
12414 (encrypt-write-file-contents): Don't use `gnus-message'.
12415
12416 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12417 arguments.
12418 (mm-uu-type-alist): Add message-marks and insert-marks.
12419 Pass arguments to mm-uu-verbatim-marks-extract.
12420 (mm-uu-hide-markers): New variable.
12421 (mm-uu-extract): Use face similar to `gnus-cite-3'.
12422
12423 * gnus-fun.el (gnus-convert-image-to-x-face-command)
12424 (gnus-convert-image-to-face-command): Use "convert" by default to
12425 allow other input image formats.
12426 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12427 accordingly.
12428
12429 2005-10-23 Simon Josefsson <jas@extundo.com>
12430
12431 * imap.el (imap-gssapi-program): Align command line parameters
12432 with latest GNU SASL.
12433 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12434
12435 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12436
12437 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12438 HTML.
12439 (nnslashdot-request-article): Ditto.
12440
12441 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
12442
12443 * mail-source.el (mail-source-fetch-pop): Require pop3.
12444 (mail-source-check-pop): Ditto.
12445
12446 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12447
12448 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12449 errors.
12450
12451 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
12452
12453 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12454 (gnus-treat-strip-leading-blank-lines): Improve doc string.
12455
12456 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12457
12458 * mm-bodies.el (mm-decode-string):
12459 Call `mm-charset-to-coding-system' with allow-override argument.
12460
12461 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12462
12463 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12464 (rfc2047-charset-to-coding-system): New function.
12465 (rfc2047-decode-encoded-words): New function.
12466 (rfc2047-decode-region): Use them.
12467 (rfc2047-decode-cte): Remove.
12468 (rfc2047-parse-and-decode): Remove.
12469 (rfc2047-decode): Remove.
12470
12471 2005-10-15 Kenichi Handa <handa@m17n.org>
12472
12473 * rfc2047.el (rfc2047-decode-cte): New function.
12474 (rfc2047-decode-region): Change the way to decode successive
12475 encoded-words: decode B- or Q-encoding in each encoded-word,
12476 concatenate them, and decode it as charset.
12477
12478 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12479
12480 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
12481 widget-move-and-invoke.
12482 (gnus-custom-mode): Use gnus-custom-map.
12483
12484 2005-10-15 Bill Wohler <wohler@newt.com>
12485
12486 * message.el (message-tool-bar-map): Rename image file from
12487 mail_send to mail/send.
12488
12489 2005-10-16 Masatake YAMATO <jet@gyve.org>
12490
12491 * message.el (message-expand-group): Pass the common
12492 prefix substring of completion to `display-completion-list'.
12493
12494 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
12495
12496 * mml-sec.el (mml-secure-method): New internal variable.
12497 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12498 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12499 New functions using mml-secure-method.
12500
12501 * mml.el (mml-mode-map): Add key bindings for those functions.
12502 (mml-menu): Simplify security menu entries. Suggested by Jesper
12503 Harder <harder@myrealbox.com>.
12504 (mml-attach-file, mml-attach-buffer, mml-attach-external):
12505 Goto end of message if point is the headers of the message.
12506
12507 * message.el (message-in-body-p): New function.
12508
12509 * assistant.el: Autoload gnus-util and netrc.
12510
12511 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12512 Use `mm-charset-override-alist' only when decoding.
12513
12514 * mm-bodies.el (mm-decode-body):
12515 Call `mm-charset-to-coding-system' with allow-override argument.
12516
12517 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12518 `filename' from Content-Disposition if Content-Type doesn't
12519 provide `name'.
12520 (gnus-mime-view-part-as-type): Set default instead of
12521 initial-input.
12522
12523 2005-10-09 Daniel Brockman <daniel@brockman.se>
12524
12525 * format-spec.el (format-spec): Propagate text properties of % spec.
12526
12527 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12528
12529 * gnus-art.el (gnus-treat-predicate): Add `first'.
12530
12531 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
12532
12533 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12534 (mm-charset-override-alist): New variable.
12535 (mm-charset-to-coding-system): Use it.
12536 (mm-codepage-setup): New helper function.
12537 (mm-charset-eval-alist): New variable.
12538 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12539 Warn about unknown charsets.
12540
12541 2005-10-04 David Hansen <david.hansen@gmx.net>
12542
12543 * nnrss.el (nnrss-request-article): Add support for the comments tag.
12544 (nnrss-check-group): Ditto.
12545
12546 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12547
12548 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12549 Rename x-gnus-verbatim to x-verbatim.
12550 (mm-uu-type-alist): Fix regexp for verbatim-marks.
12551
12552 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12553 x-verbatim.
12554
12555 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12556
12557 * gnus-util.el (gnus-remove-duplicates): Remove.
12558
12559 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12560 instead of gnus-remove-duplicates.
12561
12562 * message.el (message-remove-duplicates): Remove.
12563 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12564 message-remove-duplicates.
12565
12566 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12567 available, else use implementation from `delete-dups'.
12568
12569 * message.el (message-insert-expires): New function.
12570 (message-mode-map): Add key binding.
12571 (message-mode-field-menu): Add menu entry.
12572 (message-mode): Document it.
12573 (message-make-expires-date): Use `message-make-date'.
12574
12575 2005-10-04 Josh Huber <huber@alum.wpi.edu>
12576
12577 * message.el (message-make-expires-date): New function.
12578
12579 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
12580
12581 * time-date.el: Autoload parse-time-string, XEmacs needs it.
12582
12583 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12584
12585 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12586 function rather than the diff-mode.el package.
12587 (mm-display-external): Use with-current-buffer.
12588 (mm-viewer-completion-map, mm-viewer-completion-map):
12589 Move initialization inside declaration.
12590
12591 2005-09-29 Simon Josefsson <jas@extundo.com>
12592
12593 * spam.el: Load hashcash when compiling, to avoid warnings.
12594 Don't autoload mail-check-payment.
12595 (spam-check-hashcash): Define unconditionally, since hashcash.el
12596 is part of Gnus now. Ignore errors from payment checking.
12597
12598 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
12599
12600 * message.el (message-bold-region, message-unbold-region):
12601 Rename from `bold-region' and `unbold-region'.
12602
12603 * message.el: Remove useless autoloads.
12604
12605 2005-09-28 Simon Josefsson <jas@extundo.com>
12606
12607 * message.el (message-use-idna): Default to t.
12608 (message-use-idna): Test whether encoding works too. Doc fix.
12609
12610 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
12611
12612 * nntp.el (nntp-warn-about-losing-connection): Remove.
12613
12614 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
12615
12616 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12617 customizable. Change default value.
12618 (mm-uu-diff-groups-regexp): Change default value.
12619 (mm-uu-type-alist): Add doc string.
12620 (mm-uu-configure): Add doc string. Make it interactive.
12621 (mm-uu-tex-groups-regexp): New variable.
12622 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12623 (mm-uu-type-alist): Add LaTeX documents.
12624 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12625 of "text/verbatim".
12626 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12627
12628 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12629 instead of "text/verbatim".
12630
12631 * message.el (message-mark-inserted-region)
12632 (message-mark-insert-file): Use slrn style marks when called with
12633 prefix argument.
12634
12635 2005-09-27 Simon Josefsson <jas@extundo.com>
12636
12637 * message.el (message-idna-to-ascii-rhs-1): Reformat.
12638
12639 2005-09-27 Arne Jørgensen <arne@arnested.dk>
12640
12641 * message.el (message-remove-duplicates): New function.
12642 Implementation borrowed from `gnus-remove-duplicates'.
12643 (message-idna-to-ascii-rhs): Also encode idna addresses in
12644 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12645 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12646 only ask about the same idna domain once per header and also tell
12647 in what header to replace the idna domain.
12648
12649 * gnus-art.el (article-decode-idna-rhs): Also decode idna
12650 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12651 (article-decode-idna-rhs): Fix regexp so that all idna-address in
12652 a header is decoded and not just the last one.
12653
12654 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
12655
12656 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12657 has been decoded.
12658
12659 * mm-decode.el (mm-automatic-display): Add text/verbatim.
12660 (mm-insert-part): Don't modify text if it has been decoded.
12661
12662 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12663 decoded.
12664
12665 * mm-view.el (mm-inline-text): Don't strip text props unless
12666 decoding enriched or richtext parts.
12667
12668 2005-09-25 Romain Francoise <romain@orebokech.com>
12669
12670 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12671 * gnus-start.el (gnus-subscribe-interactively):
12672 * gnus-uu.el (gnus-uu-grab-articles):
12673 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12674 space.
12675
12676 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
12677
12678 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12679 * mm-view.el (mm-view-pkcs7-decrypt):
12680 * gnus-sum.el (gnus-summary-limit-to-extra)
12681 (gnus-summary-respool-article, gnus-read-move-group-name):
12682 * gnus-score.el (gnus-summary-increase-score):
12683 * gnus-util.el (gnus-completing-read-with-default):
12684 * gnus-art.el (gnus-read-save-file-name)
12685 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12686 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12687 * message.el (message-check-news-header-syntax):
12688 Follow convention for reading with the minibuffer.
12689
12690 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
12691
12692 * spam-report.el (spam-report-url-ping-plain):
12693 Use gnus-extended-version as User-Agent.
12694
12695 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12696 default value is nil.
12697
12698 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
12699 (mm-uu-verbatim-marks-extract): New function.
12700 (mm-uu-extract): New face.
12701 (mm-uu-copy-to-buffer): Use it.
12702
12703 * spam-report.el (spam-report-gmane-ham): Rename from
12704 `spam-report-gmane-unspam'.
12705 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
12706 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
12707
12708 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12709 Autoload.
12710 (spam-report-gmane-unregister-routine):
12711 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12712
12713 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
12714
12715 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12716 (spam-report-gmane-unregister-routine): Add support for gmane
12717 unregistration.
12718
12719 * spam-report.el (spam-report-gmane-unspam)
12720 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12721 (spam-report-gmane): Change to take a single article and do unspam
12722 registration.
12723
12724 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
12725
12726 * mm-url.el (mm-url-decode-entities): Fix regexp.
12727
12728 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
12729
12730 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12731 default to nil, to be able to use Gnus at all. If the default
12732 switches to something else, then the function should be fixed not
12733 be exceedingly slow.
12734
12735 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
12736
12737 * gnus-start.el (gnus-activate-group): If the server is nil, don't
12738 fail hard.
12739
12740 * spam-report.el: Add better Keywords line.
12741
12742 * spam.el: Add Maintainer and better Keywords line.
12743
12744 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
12745
12746 * gnus-art.el (gnus-article-replace-part)
12747 (gnus-mime-replace-part): New functions.
12748 (gnus-mime-action-alist, gnus-mime-button-commands)
12749 (gnus-mime-save-part-and-strip): Add file argument.
12750 (gnus-article-part-wrapper): Add interactive argument.
12751
12752 * gnus-sum.el (gnus-summary-mime-map):
12753 Add `gnus-article-replace-part'.
12754
12755 2005-09-19 Didier Verna <didier@xemacs.org>
12756
12757 The nnml compaction feature:
12758 * nnml.el (nnml-request-compact-group): New function.
12759 * nnml.el (nnml-request-compact): New function.
12760 * gnus-int.el (gnus-request-compact-group): New function.
12761 * gnus-int.el (gnus-request-compact): New function.
12762 * gnus-group.el (gnus-group-compact-group): New function.
12763 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12764 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12765 * gnus-srvr.el (gnus-server-compact-server): New function.
12766 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12767 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12768
12769 2005-09-18 Deepak Goel <deego@gnufans.org>
12770
12771 * sieve.el (sieve-help): Fix `message' call: first arg should be a
12772 format spec.
12773
12774 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
12775
12776 * gnus.el (gnus-group-startup-message): Bind image-load-path.
12777
12778 2005-09-15 Romain Francoise <romain@orebokech.com>
12779
12780 * message.el (message-fill-paragraph): Clarify docstring.
12781
12782 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
12783
12784 * gnus-art.el (gnus-mime-display-part): Protect against broken
12785 MIME messages.
12786
12787 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
12788
12789 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12790 before parsing header.
12791
12792 2005-09-11 Jari Aalto <jari.aalto@cante.net>
12793
12794 * html2text.el (html2text-replace-list): Add new entities.
12795
12796 2005-09-11 Romain Francoise <romain@orebokech.com>
12797
12798 * message.el (message-alternative-emails): Improve docstring.
12799 (message-setup-1): Call `message-use-alternative-email-as-from'
12800 after `message-setup-hook' to give it precedence over posting
12801 styles, etc.
12802 (message-use-alternative-email-as-from): Add docstring.
12803 Remove the original From header if present.
12804
12805 * nnml.el (nnml-compressed-files-size-threshold): New variable.
12806 (nnml-save-mail): Use it.
12807
12808 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12809 articles. Add new argument `silent'.
12810 (gnus-uu-mark-all): Report the total number of marked articles.
12811
12812 2005-09-10 Romain Francoise <romain@orebokech.com>
12813
12814 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12815 (gnus-uu-mark-series): Likewise.
12816
12817 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
12818
12819 * spam-report.el (spam-report-gmane): Fix generation of spam
12820 report URL.
12821
12822 2005-09-10 Simon Josefsson <jas@extundo.com>
12823
12824 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12825 t, based on discussion on the ding list with Robert Epprecht
12826 <epprecht@solnet.ch>.
12827
12828 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
12829
12830 * spam-report.el (spam-report-gmane): Make it work without
12831 X-Report-Spam header. Gmane now only provides Archived-At.
12832 This is only used if `spam-report-gmane-use-article-number' is nil.
12833 (spam-report-gmane-spam-header): Remove. Not used anymore.
12834
12835 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12836 make `gnus-summary-sort-by-recipient' work with threading.
12837
12838 * nnweb.el (nnweb-google-wash-article): Print a message if article
12839 is not available.
12840
12841 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12842
12843 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12844 change. Decode text/* parts content before displaying.
12845
12846 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
12847
12848 * mml-smime.el: Remove defvar of gnus-extract-address-components.
12849
12850 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
12851
12852 * mm-view.el (mm-display-inline-fontify): Disable support modes.
12853
12854 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
12855
12856 * message.el (message-tab-body-function): Fix mismatched custom type.
12857
12858 * gnus.el (gnus-group-change-level-function): Ditto.
12859
12860 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12861
12862 * gnus-art.el (gnus-signature-limit)
12863 (gnus-article-mime-part-function): Ditto.
12864
12865 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
12866
12867 * mml.el (mml-mode): Silence the byte compiler.
12868
12869 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12870 using `(sit-for 0)' before moving the point to the specified part;
12871 skip unbuttonized parts.
12872 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12873 return to the summary window if gnus-auto-select-part is non-nil.
12874
12875 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
12876
12877 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
12878 New variables.
12879 (mml-dnd-attach-file, mml-mode): Use them.
12880
12881 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12882 Make fetching article by MID work again for Google Groups.
12883 Add FIXME concerning gnus-group-make-web-group.
12884
12885 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12886 Don't depend on Gnus by using mail-extract-address-components if
12887 gnus-extract-address-components is not bound.
12888
12889 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12890
12891 * gnus-art.el (gnus-mime-display-security): Don't display the
12892 signature, but only the signed part.
12893
12894 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
12895
12896 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12897
12898 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12899 list, not listp.
12900
12901 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
12902
12903 * mm-encode.el (mm-encode-content-transfer-encoding):
12904 Likewise when encoding.
12905
12906 * mm-bodies.el (mm-decode-content-transfer-encoding):
12907 De-canonicalize CRLF for all text content types, not just
12908 text/plain.
12909
12910 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12911
12912 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12913 valid article; point arrow and cursor at the MIME button.
12914
12915 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
12916
12917 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12918 Suggested by Dan Christensen <jdc@uwo.ca>.
12919
12920 * mm-decode.el (mm-save-part): Enable change of prompt.
12921
12922 2005-08-29 Jari Aalto <jari.aalto@cante.net>
12923
12924 * gnus-msg.el (gnus-inews-add-send-actions):
12925 Make `message-post-method' lambda parameter ARG `&optional'.
12926
12927 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
12928
12929 * gnus-sum.el (gnus-summary-mime-map):
12930 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
12931 gnus-article-jump-to-part.
12932
12933 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
12934 (gnus-article-edit-part): Use it.
12935 (gnus-article-part-wrapper): Add no-handle argument.
12936 (gnus-article-save-part-and-strip, gnus-article-delete-part):
12937 New functions.
12938
12939 2005-08-29 Romain Francoise <romain@orebokech.com>
12940
12941 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12942 docstring.
12943 (gnus-face-from-file): Likewise.
12944
12945 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
12946
12947 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12948 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12949 non-nil.
12950 (gnus-auto-select-part): New variable.
12951 (gnus-article-jump-to-part): New function.
12952 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12953 (gnus-mime-delete-part): Allow selecting specified part after
12954 deleting or stripping parts.
12955 (gnus-article-jump-to-part): Don't use `read-number'. Use last
12956 part if argument is bogus.
12957
12958 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
12959
12960 * gnus-art.el (w3m-minor-mode-map):
12961 * gnus-spec.el (gnus-newsrc-file-version):
12962 * gnus-util.el (nnmail-active-file-coding-system)
12963 (gnus-original-article-buffer, gnus-user-agent):
12964 * gnus.el (gnus-ham-process-destinations)
12965 (gnus-parameter-ham-marks-alist)
12966 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12967 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12968 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12969 * mm-decode.el (gnus-current-window-configuration):
12970 * mm-extern.el (gnus-article-mime-handles):
12971 * mm-url.el (url-current-object, url-package-name)
12972 (url-package-version):
12973 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12974 (smime-keys, w3m-cid-retrieve-function-alist)
12975 (w3m-current-buffer, w3m-display-inline-images)
12976 (w3m-minor-mode-map):
12977 * mml-smime.el (gnus-extract-address-components):
12978 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12979 (gnus-newsrc-hashtb, message-default-charset)
12980 (message-deletable-headers, message-options)
12981 (message-posting-charset, message-required-mail-headers)
12982 (message-required-news-headers):
12983 * mml1991.el (mc-pgp-always-sign):
12984 * mml2015.el (mc-pgp-always-sign):
12985 * nnheader.el (nnmail-extra-headers):
12986 * rfc1843.el (gnus-decode-encoded-word-function)
12987 (gnus-decode-header-function, gnus-newsgroup-name):
12988 * spam-stat.el (gnus-original-article-buffer): Add defvars.
12989
12990 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
12991
12992 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12993 the end of the date treatments.
12994
12995 2005-08-15 Simon Josefsson <jas@extundo.com>
12996
12997 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12998 it in url-handlers.el and XEmacs in url.el. Reported by Luca
12999 Capello and Romain Francoise.
13000 (pgg-fetch-key-function): Remove, not used?
13001 (pgg-insert-url-with-w3): Require url, to get
13002 url-insert-file-contents regardless of where it is defined.
13003
13004 2005-08-13 Romain Francoise <romain@orebokech.com>
13005
13006 * message.el (message-cite-original-1): New function.
13007 (message-cite-original): Use it.
13008 (message-cite-original-without-signature): Ditto.
13009
13010 2005-08-08 Romain Francoise <romain@orebokech.com>
13011
13012 * message.el (message-yank-empty-prefix): New variable.
13013 (message-indent-citation): Use it.
13014 (message-cite-original-without-signature): Respect X-No-Archive.
13015
13016 2005-08-08 Simon Josefsson <jas@extundo.com>
13017
13018 * pgg.el: Autoload url-insert-file-contents instead of loading
13019 w3/url.
13020 (pgg-insert-url-with-w3): Don't load url here.
13021
13022 2005-08-07 Jesper Harder <harder@phys.au.dk>
13023
13024 * message.el (message-kill-to-signature): Don't insert newline at
13025 bol.
13026 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13027
13028 2005-08-06 Romain Francoise <romain@orebokech.com>
13029
13030 * message.el (message-user-fqdn): Fix typo in docstring.
13031
13032 2005-08-05 Daiki Ueno <ueno@unixuser.org>
13033
13034 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13035
13036 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13037
13038 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
13039
13040 * mm-bodies.el (mm-encode-body): Use coding system rather than
13041 charset to encode text.
13042
13043 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13044 number of charsets if utf-8 is available (XEmacs).
13045
13046 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
13047
13048 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13049 taken from `gnus-button-mid-or-mail-regexp'.
13050 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13051 (gnus-button-alist): Improve regexp for domain part of the MIDs
13052 for news:localpart@domain buttons.
13053 (gnus-button-ctan-directory-regexp): Update.
13054
13055 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
13056
13057 * sieve-manage.el (sieve-manage-interactive-login):
13058 Use make-local-variable rather than make-variable-buffer-local.
13059 (sieve-manage-open): Ditto.
13060 (sieve-manage-authenticate): Ditto.
13061
13062 * mml.el (mml-generate-mime-1): Make the content type default to
13063 text/plain if the filename is not specified.
13064
13065 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
13066
13067 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13068 instead of insert-buffer.
13069
13070 * message.el (message-yank-original): Ditto; set the mark at the
13071 end of the yanked message.
13072
13073 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
13074
13075 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13076 lines to scroll rather than to stop it.
13077
13078 * mml.el (mml-generate-default-type): Add doc string.
13079 (mml-generate-mime-1): Use mm-default-file-encoding or make it
13080 default to application/octet-stream when determining the content
13081 type if it is not specified for the part or the mml contents; add
13082 a comment about mml-generate-default-type.
13083
13084 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
13085
13086 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13087 make it default to application/octet-stream when determining the
13088 content type if it is not specified for the external contents.
13089
13090 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
13091
13092 * rfc2231.el (rfc2231-parse-string): Take care that not only a
13093 segmented parameter but also other parameters might be there.
13094
13095 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
13096
13097 * mm-decode.el (mm-display-external): Delete temp file, directory
13098 and buffer immediately if the external process is exited.
13099
13100 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
13101
13102 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13103 fewer lines than that of scroll-margin.
13104 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13105
13106 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
13107
13108 * gnus-art.el (gnus-article-next-page): Revert.
13109 (gnus-article-beginning-of-window): New macro.
13110 (gnus-article-next-page-1): Use it.
13111 (gnus-article-prev-page): Ditto.
13112 (gnus-article-edit-part): Use insert-buffer-substring instead of
13113 insert-buffer.
13114 (gnus-article-edit-exit): Ditto.
13115
13116 * gnus-util.el (gnus-beginning-of-window): Remove.
13117 (gnus-end-of-window): Remove.
13118
13119 2005-07-25 Simon Josefsson <jas@extundo.com>
13120
13121 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13122 to have the url package without w3. Reported by Daiki Ueno
13123 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13124
13125 2005-07-20 Didier Verna <didier@xemacs.org>
13126
13127 * gnus-diary.el: Remove the description comment (nndiary is now
13128 properly documented in the Gnus manual).
13129 Fix the spelling of "Back End".
13130 * nndiary.el: Ditto.
13131 Fix the copyright notice.
13132
13133 2005-07-18 Romain Francoise <romain@orebokech.com>
13134
13135 * gnus-sum.el (gnus-summary-to-prefix)
13136 (gnus-summary-newsgroup-prefix): New variables.
13137 (gnus-summary-from-or-to-or-newsgroups): Use them.
13138
13139 2005-07-17 Romain Francoise <romain@orebokech.com>
13140
13141 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13142 space as it's generally not especially interesting to the user.
13143
13144 2005-07-16 Romain Francoise <romain@orebokech.com>
13145
13146 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13147 nil to avoid prompting and file modification if one of the
13148 messages at the top of the nnfolder file contains a copyright
13149 notice.
13150 Update copyright notice.
13151
13152 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13153 instead of `current-time-string' as the latter creates a time
13154 string that is not RFC 2822 compliant (it lacks the zone).
13155 Update copyright notice.
13156
13157 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
13158
13159 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13160 for text/rtf. Display default in prompt. Pass default for M-n.
13161
13162 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13163
13164 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13165
13166 * gnus-msg.el (gnus-button-mailto):
13167 Remove save-selected-window-window hackery because it relies on
13168 save-selected-window internals.
13169
13170 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
13171
13172 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13173 (gnus-article-next-page-1): Use gnus-beginning-of-window.
13174 (gnus-article-prev-page): Ditto.
13175
13176 * gnus-util.el (gnus-beginning-of-window): New function.
13177 (gnus-end-of-window): New function.
13178
13179 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
13180
13181 * gnus-score.el (gnus-score-edit-all-score):
13182 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13183 gnus-message.
13184
13185 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13186
13187 * gnus-msg.el (gnus-button-mailto):
13188 Remove save-selected-window-window hackery because it relies on
13189 save-selected-window internals.
13190
13191 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13192
13193 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13194 add-minor-mode.
13195 (gnus-binary-mode): Ditto.
13196
13197 * gnus-topic.el (gnus-topic-mode): Ditto.
13198
13199 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
13200
13201 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13202 (gnus-article-prev-page): Take scroll-margin into consideration.
13203
13204 2005-07-04 Lute Kamstra <lute@gnu.org>
13205
13206 Update FSF's address in GPL notices.
13207
13208 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
13209
13210 * gnus.el (gnus-exit):
13211 * gnus-group.el (gnus-group-icons):
13212 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13213
13214 * gnus-nocem.el (gnus-nocem):
13215 * message.el (message-various, message-buffers, message-sending)
13216 (message-interface, message-forwarding, message-insertion)
13217 (message-headers, message-news, message-mail):
13218 * pgg-gpg.el (pgg-gpg):
13219 * pgg-parse.el (pgg-parse):
13220 * pgg-pgp.el (pgg-pgp):
13221 * pgg-pgp5.el (pgg-pgp5):
13222 * pop3.el (pop3): Finish `defgroup' description with period.
13223
13224 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
13225
13226 * gnus-art.el (article-display-face): Improve the efficiency.
13227 (article-display-x-face): Ditto; remove grey x-face stuff.
13228
13229 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
13230
13231 * gnus-art.el (article-display-face): Correct the position in
13232 which Faces are inserted.
13233
13234 2005-06-29 Didier Verna <didier@xemacs.org>
13235
13236 * gnus-art.el (article-display-face): Display faces in correct
13237 order.
13238
13239 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
13240
13241 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13242 (gnus-fill-real-hashtb): Use hash table instead of obarray.
13243 (gnus-nocem-check-article): Fetch the Type header.
13244 (gnus-nocem-message-wanted-p): Fix the way to examine types.
13245 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13246 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13247 make sure gnus-nocem-hashtb is initialized.
13248 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13249 (gnus-nocem-unwanted-article-p): Ditto.
13250
13251 * pgg.el (pgg-verify): Return the verification result.
13252
13253 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13254
13255 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13256 is ascii.
13257
13258 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
13259
13260 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13261 `show-nonbreak-escape'.
13262
13263 2005-06-23 Lute Kamstra <lute@gnu.org>
13264
13265 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13266
13267 * dig.el (dig-mode):
13268 * smime.el (smime-mode): Use gnus-run-mode-hooks.
13269
13270 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
13271
13272 * nnimap.el (nnimap-split-download-body): Fix spellings.
13273
13274 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
13275
13276 * gnus-art.el (gnus-article-encrypt-body):
13277 * gnus-cus.el (gnus-score-customize):
13278 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13279 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13280
13281 2005-06-16 Arne Jørgensen <arne@arnested.dk>
13282
13283 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13284 header by looking for magic "MII" at the beginnig.
13285
13286 2005-06-16 Miles Bader <miles@gnu.org>
13287
13288 * assistant.el (assistant-field): Remove "-face" suffix from face name.
13289 (assistant-field-face): New backward-compatibility alias for renamed
13290 face.
13291 (assistant-render-text): Use renamed assistant-field face.
13292
13293 * spam.el (spam): Remove "-face" suffix from face name.
13294 (spam-face): New backward-compatibility alias for renamed face.
13295 (spam-face, spam-initialize): Use renamed spam face.
13296
13297 * message.el (message-header-to, message-header-cc)
13298 (message-header-subject, message-header-newsgroups)
13299 (message-header-other, message-header-name)
13300 (message-header-xheader, message-separator, message-cited-text)
13301 (message-mml): Remove "-face" suffix from face names.
13302 (message-header-to-face, message-header-cc-face)
13303 (message-header-subject-face, message-header-newsgroups-face)
13304 (message-header-other-face, message-header-name-face)
13305 (message-header-xheader-face, message-separator-face)
13306 (message-cited-text-face, message-mml-face):
13307 New backward-compatibility aliases for renamed faces.
13308 (message-font-lock-keywords): Use renamed message faces.
13309
13310 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13311 (sieve-test-commands, sieve-tagged-arguments):
13312 Remove "-face" suffix from face names.
13313 (sieve-control-commands-face, sieve-action-commands-face)
13314 (sieve-test-commands-face, sieve-tagged-arguments-face):
13315 New backward-compatibility aliases for renamed faces.
13316 (sieve-control-commands-face, sieve-action-commands-face)
13317 (sieve-test-commands-face, sieve-tagged-arguments-face):
13318 Use renamed sieve faces.
13319
13320 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13321 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13322 (gnus-group-news-3-empty, gnus-group-news-4)
13323 (gnus-group-news-4-empty, gnus-group-news-5)
13324 (gnus-group-news-5-empty, gnus-group-news-6)
13325 (gnus-group-news-6-empty, gnus-group-news-low)
13326 (gnus-group-news-low-empty, gnus-group-mail-1)
13327 (gnus-group-mail-1-empty, gnus-group-mail-2)
13328 (gnus-group-mail-2-empty, gnus-group-mail-3)
13329 (gnus-group-mail-3-empty, gnus-group-mail-low)
13330 (gnus-group-mail-low-empty, gnus-summary-selected)
13331 (gnus-summary-cancelled, gnus-summary-high-ticked)
13332 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13333 (gnus-summary-high-ancient, gnus-summary-low-ancient)
13334 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13335 (gnus-summary-low-undownloaded)
13336 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13337 (gnus-summary-low-unread, gnus-summary-normal-unread)
13338 (gnus-summary-high-read, gnus-summary-low-read)
13339 (gnus-summary-normal-read, gnus-splash):
13340 Remove "-face" suffix from face names.
13341 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13342 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13343 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13344 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13345 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13346 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13347 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13348 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13349 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13350 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13351 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13352 (gnus-summary-selected-face, gnus-summary-cancelled-face)
13353 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13354 (gnus-summary-normal-ticked-face)
13355 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13356 (gnus-summary-normal-ancient-face)
13357 (gnus-summary-high-undownloaded-face)
13358 (gnus-summary-low-undownloaded-face)
13359 (gnus-summary-normal-undownloaded-face)
13360 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13361 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13362 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13363 (gnus-splash-face):
13364 New backward-compatibility aliases for renamed faces.
13365 (gnus-group-startup-message): Use renamed gnus faces.
13366
13367 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13368 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13369 (gnus-server-agent): Remove "-face" suffix from face names.
13370 (gnus-server-agent-face, gnus-server-opened-face)
13371 (gnus-server-closed-face, gnus-server-denied-face)
13372 (gnus-server-offline-face):
13373 New backward-compatibility aliases for renamed faces.
13374 (gnus-server-agent-face, gnus-server-opened-face)
13375 (gnus-server-closed-face, gnus-server-denied-face)
13376 (gnus-server-offline-face): Use renamed gnus faces.
13377
13378 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13379 Remove "-face" suffix from face names.
13380 (gnus-picon-xbm-face, gnus-picon-face):
13381 New backward-compatibility aliases for renamed faces.
13382
13383 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13384 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13385 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13386 (gnus-cite-11): Remove "-face" suffix from face names.
13387 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13388 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13389 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13390 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13391 New backward-compatibility aliases for renamed faces.
13392 (gnus-cite-attribution-face, gnus-cite-face-list)
13393 (gnus-article-boring-faces): Use renamed gnus faces.
13394
13395 * gnus-art.el (gnus-signature, gnus-header-from)
13396 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13397 (gnus-header-content): Remove "-face" suffix from face names.
13398 (gnus-signature-face, gnus-header-from-face)
13399 (gnus-header-subject-face, gnus-header-newsgroups-face)
13400 (gnus-header-name-face, gnus-header-content-face):
13401 New backward-compatibility aliases for renamed faces.
13402 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13403
13404 * gnus-sum.el (gnus-summary-selected-face)
13405 (gnus-summary-highlight): Use renamed gnus faces.
13406 * gnus-group.el (gnus-group-highlight): Likewise.
13407
13408 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
13409
13410 * gnus-sieve.el (gnus-sieve-article-add-rule):
13411 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13412 * spam-stat.el (spam-stat-buffer-change-to-spam)
13413 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13414
13415 * message.el (message-is-yours-p):
13416 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13417
13418 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13419
13420 * mm-view.el (mm-inline-text): Withdraw the last change.
13421
13422 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
13423
13424 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13425 executing enriched-decode.
13426
13427 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
13428
13429 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13430 charset of tar files.
13431
13432 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
13433
13434 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13435
13436 2005-06-04 Lute Kamstra <lute@gnu.org>
13437
13438 * nnfolder.el (nnfolder-read-folder): Make sure that undo
13439 information is never recorded.
13440
13441 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13442
13443 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13444
13445 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
13446
13447 * pop3.el (pop3-apop): Run md5 in the binary mode.
13448
13449 * starttls.el (starttls-set-process-query-on-exit-flag):
13450 Use eval-and-compile.
13451
13452 2005-05-31 Simon Josefsson <jas@extundo.com>
13453
13454 * smime.el (smime-replace-in-string): Define.
13455 (smime-cert-by-ldap-1): Use it.
13456
13457 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
13458
13459 * gnus-art.el (article-display-x-face): Replace
13460 process-kill-without-query by gnus-set-process-query-on-exit-flag.
13461
13462 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13463 set-process-query-on-exit-flag or process-kill-without-query.
13464
13465 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13466 loop instead of replace-regexp.
13467
13468 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13469 instead of process-kill-without-query if it is available.
13470
13471 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13472 instead of find-file-hooks if it is available.
13473
13474 * mml1991.el: Bind pgg-default-user-id when compiling.
13475
13476 * mml2015.el: Bind pgg-default-user-id when compiling.
13477
13478 * nndraft.el (nndraft-request-associate-buffer):
13479 Use write-contents-functions instead of write-contents-hooks if it is
13480 available.
13481
13482 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13483 instead of find-file-hooks if it is available.
13484
13485 * nntp.el (nntp-open-connection): Replace
13486 process-kill-without-query by gnus-set-process-query-on-exit-flag.
13487 (nntp-open-ssl-stream): Ditto.
13488 (nntp-open-tls-stream): Ditto.
13489
13490 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13491 set-process-query-on-exit-flag or process-kill-without-query.
13492 (starttls-open-stream-gnutls): Use it instead of
13493 process-kill-without-query.
13494 (starttls-open-stream): Ditto.
13495
13496 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
13497
13498 * smime.el (smime-cert-by-ldap-1): Don't use
13499 replace-regexp-in-string.
13500
13501 2005-05-31 Arne Jørgensen <arne@arnested.dk>
13502
13503 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13504
13505 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13506 in PEM format. Adjust to the XEmacs compability.
13507
13508 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
13509
13510 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13511 by `string-to-number'.
13512 * gnus-agent.el (gnus-agent-regenerate-group)
13513 (gnus-agent-fetch-articles): Ditto.
13514 * gnus-art.el (gnus-button-fetch-group): Ditto.
13515 * gnus-cache.el (gnus-cache-generate-active)
13516 (gnus-cache-articles-in-group): Ditto.
13517 * gnus-group.el (gnus-group-set-current-level)
13518 (gnus-group-insert-group-line): Ditto.
13519 * gnus-score.el (gnus-score-set-expunge-below)
13520 (gnus-score-set-mark-below, gnus-summary-score-effect)
13521 (gnus-summary-score-entry): Ditto.
13522 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13523 (gnus-soup-pack): Ditto.
13524 * gnus-spec.el (gnus-xmas-format): Ditto.
13525 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13526 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13527 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13528 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13529 * nndb.el (nndb-get-remote-expire-response): Ditto.
13530 * nndiary.el (nndiary-parse-schedule-value)
13531 (nndiary-string-to-number, nndiary-request-replace-article)
13532 (nndiary-request-article): Ditto.
13533 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13534 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13535 * nneething.el (nneething-make-head): Ditto.
13536 * nnfolder.el (nnfolder-request-article)
13537 (nnfolder-retrieve-headers): Ditto.
13538 * nnheader.el (nnheader-file-to-number): Ditto.
13539 * nnkiboze.el (nnkiboze-request-article): Ditto.
13540 * nnmail.el (nnmail-process-unix-mail-format)
13541 (nnmail-process-babyl-mail-format): Ditto.
13542 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13543 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13544 (nnmh-request-create-group, nnmh-request-list-1)
13545 (nnmh-request-group, nnmh-request-article): Ditto.
13546 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13547 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13548 * nnsoup.el (nnsoup-make-active): Ditto.
13549 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13550 * nntp.el (nntp-find-group-and-number)
13551 (nntp-retrieve-headers-with-xover): Ditto.
13552 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13553 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13554 (pgg-format-key-identifier): Ditto.
13555 * pop3.el (pop3-last, pop3-stat): Ditto.
13556 * qp.el (quoted-printable-decode-region): Ditto.
13557
13558 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13559 of concat.
13560
13561 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13562
13563 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13564
13565 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13566
13567 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13568
13569 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13570
13571 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13572
13573 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13574
13575 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13576 (gnus-carpal-mode): Ditto.
13577
13578 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13579 (gnus-browse-mode): Ditto.
13580
13581 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13582
13583 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13584
13585 2005-05-29 Richard M. Stallman <rms@gnu.org>
13586
13587 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13588
13589 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
13590
13591 * gnus-util.el (gnus-run-mode-hooks): New function.
13592
13593 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13594
13595 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
13596
13597 * gnus-agent.el (gnus-agent-make-mode-line-string):
13598 Use mode-line-highlight as mouse-face.
13599
13600 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
13601
13602 * canlock.el (canlock): Change the parent group to news.
13603
13604 * deuglify.el (gnus-outlook-deuglify): Add :group.
13605
13606 * dig.el (dig): Add :group.
13607
13608 * dns-mode.el (dns-mode): Add :group.
13609
13610 * encrypt.el (encrypt): Add :group.
13611
13612 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13613 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13614 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13615 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13616 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13617
13618 * gnus-diary.el (gnus-diary): Add :group.
13619
13620 * gnus.el (gnus-group-news-1-face): Add :group.
13621 (gnus-group-news-1-empty-face): Ditto.
13622 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13623 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13624 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13625 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13626 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13627 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13628 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13629 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13630 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13631 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13632 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13633 (gnus-summary-high-ticked-face): Ditto.
13634 (gnus-summary-low-ticked-face): Ditto.
13635 (gnus-summary-normal-ticked-face): Ditto.
13636 (gnus-summary-high-ancient-face): Ditto.
13637 (gnus-summary-low-ancient-face): Ditto.
13638 (gnus-summary-normal-ancient-face): Ditto.
13639 (gnus-summary-high-undownloaded-face): Ditto.
13640 (gnus-summary-low-undownloaded-face): Ditto.
13641 (gnus-summary-normal-undownloaded-face): Ditto.
13642 (gnus-summary-high-unread-face): Ditto.
13643 (gnus-summary-low-unread-face): Ditto.
13644 (gnus-summary-normal-unread-face): Ditto.
13645 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13646 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13647
13648 * hashcash.el (hashcash): New custom group.
13649 (hashcash-default-payment): Add :group.
13650 (hashcash-payment-alist): Ditto.
13651 (hashcash-default-accept-payment): Ditto.
13652 (hashcash-accept-resources): Ditto.
13653 (hashcash-path): Ditto.
13654 (hashcash-extra-generate-parameters): Ditto.
13655 (hashcash-double-spend-database): Ditto.
13656 (hashcash-in-news): Ditto.
13657
13658 * message.el (message-minibuffer-local-map): Add :group.
13659
13660 * netrc.el (netrc): Add :group.
13661
13662 * sieve-manage.el (sieve-manage-log): Add :group.
13663 (sieve-manage-default-user): Diito.
13664 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13665 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13666 (sieve-manage-authenticators): Ditto.
13667 (sieve-manage-authenticator-alist): Ditto.
13668 (sieve-manage-default-port): Ditto.
13669
13670 * sieve-mode.el (sieve-control-commands-face): Add :group.
13671 (sieve-action-commands-face): Ditto.
13672 (sieve-test-commands-face): Ditto.
13673 (sieve-tagged-arguments-face): Ditto.
13674
13675 * smime.el (smime): Add :group.
13676
13677 * spam-report.el (spam-report): Add :group.
13678
13679 * spam.el (spam, spam-face): Add :group.
13680
13681 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13682
13683 * nntp.el (nntp-next-result-arrived-p): Some news servers may
13684 return \n.\n.\n at the end of articles. Protect against that.
13685 (nntp-with-open-group): Allow debugging.
13686
13687 * nnheader.el (mail-header-set-extra): Make into a function
13688 because I just could't understand how to quote the list properly.
13689
13690 * dns.el (query-dns-cached): New function.
13691
13692 2005-05-26 Lute Kamstra <lute@gnu.org>
13693
13694 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13695
13696 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
13697
13698 * gnus-art.el: Don't autoload mail-extract-address-components.
13699
13700 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13701 eval-and-compile to evaluate it.
13702
13703 * hashcash.el: Don't autoload executable-find.
13704
13705 * nndb.el: Don't declare the nndb back end two or more times; don't
13706 autoload news-reply-mode, news-setup, cancel-timer and telnet.
13707
13708 * nntp.el: Autoload format-spec instead of format; use
13709 eval-and-compile to evaluate autoload forms.
13710
13711 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
13712
13713 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13714
13715 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13716
13717 * gnus.el (gnus-version-number): Bump version.
13718
13719 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13720
13721 * gnus.el: No Gnus v0.3 is released.
13722
13723 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
13724
13725 * gnus-art.el (gnus-article-edit-part): Disable undo.
13726
13727 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13728
13729 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13730 gnus-article-date-lapsed-new-header is t if date timer is active;
13731 skip headers in which the original date value is empty.
13732 (gnus-article-save-original-date): Redefine it as a macro.
13733 (gnus-display-mime): Use it.
13734
13735 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
13736
13737 * gnus-art.el (article-date-ut): Support converting date in
13738 forwarded parts as well.
13739 (gnus-article-save-original-date): New function.
13740 (gnus-display-mime): Use it.
13741
13742 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
13743
13744 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13745 enclosure element of <item>.
13746
13747 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
13748
13749 * message.el (message-kill-buffer-query): Rename from
13750 `message-kill-buffer-query-if-modified'. Add :version.
13751
13752 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13753
13754 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13755 window layout.
13756
13757 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13758
13759 * mml.el: Autoload dnd when compiling.
13760
13761 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13762
13763 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13764 x-dnd-*.
13765
13766 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13767
13768 * qp.el (quoted-printable-encode-region): Save excursion.
13769
13770 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
13771
13772 * message.el (message-kill-buffer-query-if-modified): Add new variable
13773 so the user can kill a modified message buffer quickly.
13774 (message-kill-buffer): Use it.
13775
13776 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
13777
13778 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
13779 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13780
13781 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
13782
13783 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13784 contained in text because xml.el decodes entities) with LFs.
13785
13786 2005-04-11 Lute Kamstra <lute@gnu.org>
13787
13788 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13789 differently.
13790
13791 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13792
13793 * mm-util.el (mm-detect-coding-region): Typo.
13794
13795 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
13796
13797 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13798
13799 2005-04-06 Deepak Goel <deego@gnufans.org>
13800
13801 * spam-stat.el (spam-stat-score-buffer): Add a call to a
13802 user-function allow user modifications of the scores.
13803 (spam-stat-score-buffer-user): New function, to allow
13804 user-computed modifications to the score.
13805 (spam-stat-score-buffer-user-functions): List of additional
13806 scoring functions.
13807 (spam-stat-error-holder): Global temporary error holder.
13808 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13809 variable.
13810
13811 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
13812
13813 * gnus-registry.el (gnus-registry-clean-empty-function)
13814 (gnus-registry-trim, gnus-registry-fetch-groups)
13815 (gnus-registry-delete-group): Groups that match
13816 `gnus-registry-ignored-groups' are removed from the registry
13817 entries, not just ignored for splitting. This helps clean up the
13818 registry. Also, `gnus-registry-fetch-groups' is a convenient way
13819 to get all the groups a message ID is in.
13820
13821 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13822 (spam-stat-split-fancy): Change "threshhold" to "threshold".
13823 (spam-stat-score-buffer-user-functions): Add :number custom type.
13824
13825 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
13826
13827 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13828 argument in XEmacs.
13829
13830 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13831 (nnrss-request-group): Decode group name first.
13832 (nnrss-request-article): Make a text/plain article if mml-to-mime
13833 failed.
13834 (nnrss-get-encoding): Return a compatible encoding according to
13835 nnrss-compatible-encoding-alist.
13836 (nnrss-find-el): Use consp instead of listp.
13837 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13838
13839 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
13840
13841 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13842 which Emacs 20 doesn't support.
13843 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13844
13845 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
13846
13847 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13848 silence the byte compiler inside the defun.
13849
13850 * gnus-demon.el (parse-time-string): Add autoload.
13851
13852 * gnus-delay.el (parse-time-string): Add autoload.
13853
13854 * gnus-art.el (parse-time-string): Add autoload.
13855
13856 * nnultimate.el (parse-time): Require for `parse-time-string'.
13857
13858 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13859
13860 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13861
13862 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13863
13864 * smime.el (smime-ldap-host-list): Add :version.
13865
13866 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13867
13868 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13869 pass it to `gnus-browse-read-group'.
13870 (gnus-browse-read-group): Add NUMBER argument and pass it to
13871 `gnus-group-read-ephemeral-group'.
13872
13873 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13874 argument and pass it to `gnus-group-read-group'.
13875
13876 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
13877
13878 * mm-util.el (mm-xemacs-find-mime-charset): Only call
13879 mm-xemacs-find-mime-charset-1 if we have the mule feature
13880 available at runtime.
13881
13882 2005-03-25 Werner Lemberg <wl@gnu.org>
13883
13884 * nnmaildir.el: Replace `illegal' with `invalid'.
13885
13886 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13887
13888 * gnus-start.el (gnus-display-time-event-handler):
13889 Check display-time-timer at runtime rather than only at load time
13890 in case display-time-mode is turned off in the mean time.
13891
13892 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13893
13894 * nnimap.el (nnimap-open-connection): Print which authinfo file is
13895 used.
13896
13897 * nneething.el (nneething-map-file-directory): Derive from
13898 `gnus-directory'.
13899
13900 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13901 the To/Cc button.
13902
13903 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
13904
13905 * nnmaildir.el (nnmaildir-request-accept-article):
13906 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13907
13908 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
13909
13910 * gnus-async.el: Require timer-funcs at compile time when in
13911 XEmacs for `run-with-idle-timer'.
13912
13913 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
13914
13915 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13916 autoloaded function.
13917
13918 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13919
13920 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13921
13922 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
13923
13924 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13925
13926 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
13927
13928 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
13929 Add gnus-expert-user to default.
13930
13931 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
13932
13933 * nnimap.el (nnimap-open-server): Ditto.
13934
13935 * imap.el (imap-authenticate): Fix typo.
13936
13937 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
13938
13939 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13940 buffer (since IMAP server might return FETCH response out of
13941 order, and the nntp buffer must be sorted).
13942
13943 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
13944
13945 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
13946 comparison on string.
13947
13948 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13949 (gnus-agent-score): Rename category keywords to match gnus-cus.
13950 (gnus-agent-summary-fetch-series): Modify to protect against
13951 gnus-agent-summary-fetch-group clearing processable flags.
13952 (gnus-agent-synchronize-group-flags): Update live group buffer as
13953 synchronization may occur due to the user toggle the plugged
13954 status.
13955 (gnus-agent-fetch-group-1): Clear downloadable flag when article
13956 successfully downloaded.
13957 (gnus-agent-expire-group-1): Avoid using markers when the overview
13958 is in ascending order; greatly improves performance.
13959 (gnus-agent-regenerate-group):
13960 Use gnus-agent-synchronize-group-flags to reset read status in both
13961 gnus and server.
13962 (gnus-agent-update-files-total-fetched-for): Fix initial size.
13963
13964 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13965
13966 * message.el: Don't autoload former message-utils variables.
13967 (message-strip-subject-trailing-was): Change doc string.
13968
13969 * nnweb.el: Fixes for `gnus-group-make-web-group'.
13970 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
13971 (nnweb-google-search): Add "hl=en" here.
13972 (nnweb-google-parse-1, nnweb-google-create-mapping):
13973 Don't hardcode URL.
13974
13975 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
13976
13977 * message.el (message-get-reply-headers, message-followup):
13978 Mention related variables `message-use-followup-to' and
13979 `message-use-mail-followup-to', in the information buffer.
13980
13981 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13982 of broken groups(-beta).google.com.
13983
13984 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
13985
13986 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13987 parameter to invoked gnus-request-move-article; remove the
13988 redundant gnus-sum-hint-move-is-internal variable; apply the marks
13989 all at once instead of once per article.
13990 (gnus-summary-remove-process-mark): Accept a list of articles as
13991 well as a single article for processing.
13992
13993 * gnus-int.el (gnus-request-move-article): Add move-is-internal
13994 parameter.
13995
13996 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13997
13998 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13999
14000 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14001 parameter.
14002
14003 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14004 parameter.
14005
14006 * nnimap.el (nnimap-request-move-article): Add move-is-internal
14007 parameter and remove the gnus-sum-hint-move-is-internal variable.
14008
14009 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14010 parameter.
14011
14012 * nndraft.el (nndraft-request-move-article): Add move-is-internal
14013 parameter.
14014
14015 * nndiary.el (nndiary-request-move-article): Add move-is-internal
14016 parameter.
14017
14018 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14019
14020 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14021 parameter.
14022
14023 * nnagent.el (nnagent-request-move-article): Add move-is-internal
14024 parameter.
14025
14026 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
14027
14028 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14029 a more conservative way.
14030
14031 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14032
14033 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14034 buffer, so it moves the window's cursor.
14035
14036 2005-02-26 Arne Jørgensen <arne@arnested.dk>
14037
14038 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14039 `mm-dissect-multipart' and receive the from field as an (optional)
14040 argument from `mm-dissect-multipart'.
14041 (mm-dissect-multipart): Receive the from field as an argument and
14042 pass it on when we call `mm-dissect-buffer' on MIME parts.
14043 Fixes verification/decryption of signed/encrypted MIME parts.
14044
14045 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
14046
14047 * gnus-sum.el (gnus-summary-move-article):
14048 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14049 whatever it calls (right now, only nnimap-request-move article
14050 respects it).
14051
14052 * nnimap.el (nnimap-request-move-article):
14053 When gnus-sum-hint-move-is-internal is set, don't do the extra
14054 nnimap-request-article.
14055
14056 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14057
14058 * nnheader.el (nnheader-find-file-noselect): Add doc string.
14059
14060 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14061 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14062
14063 * gnus-sum.el (gnus-summary-caesar-message):
14064 Apply `gnus-treat-article' after rotation.
14065
14066 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14067 doc string.
14068
14069 2005-02-22 Simon Josefsson <jas@extundo.com>
14070
14071 * encrypt.el (encrypt-password-cache-expiry): Remove (use
14072 `password-cache-expiry' instead). Reported by Arne Jørgensen
14073 <arne@arnested.dk>.
14074 (encrypt): Add password-cache and password-cache-expiry as group
14075 members.
14076
14077 2005-02-22 Arne Jørgensen <arne@arnested.dk>
14078
14079 * smime.el (smime-ldap-host-list): Doc fix.
14080 (smime-ask-passphrase): Use `password-read-and-add' to read (and
14081 cache) password.
14082 (smime-sign-region): Use it.
14083 (smime-decrypt-region): Use it.
14084 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14085 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14086 fails.
14087 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14088 certificate from DER to PEM format rather than calling openssl.
14089
14090 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14091
14092 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14093 for signing/encryption.
14094
14095 * mml.el (mml-parse-1): Use them.
14096
14097 2005-02-21 Arne Jørgensen <arne@arnested.dk>
14098
14099 * nnrss.el (nnrss-verbose): Remove.
14100 (nnrss-request-group): Use `nnheader-message' instead.
14101
14102 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
14103
14104 * nnrss.el (nnrss-verbose): New variable.
14105 (nnrss-request-group): Make it say nnrss is requesting a group.
14106
14107 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
14108
14109 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14110 Handle news URL with given port correctly.
14111
14112 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
14113
14114 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14115 containing special characters.
14116
14117 * gnus-sum.el (gnus-summary-edit-article): Ditto.
14118
14119 * mml.el (mime-to-mml): Ditto.
14120
14121 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14122 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14123 (rfc2047-decode-region): Quote decoded words containing special
14124 characters when rfc2047-quote-decoded-words-containing-tspecials
14125 is non-nil.
14126
14127 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
14128
14129 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14130
14131 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14132
14133 2005-02-15 Simon Josefsson <jas@extundo.com>
14134
14135 * nnimap.el (nnimap-debug): Doc fix.
14136
14137 * imap.el (imap-debug): Doc fix.
14138
14139 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
14140
14141 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14142
14143 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
14144
14145 * gnus.el (spam-contents): Improve docs for spam-contents
14146 parameter in its variable incarnation.
14147
14148 2005-02-14 Simon Josefsson <jas@extundo.com>
14149
14150 * smime-ldap.el: Use require instead of load-library for ldap.
14151 (smime-ldap-search): Indent.
14152 (smime-ldap-search-internal): Shorten line.
14153
14154 * smime.el (smime-cert-by-dns): Add doc-string.
14155 (smime-cert-by-ldap-1): Indent.
14156
14157 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14158 mml-smime-get-dns-ldap.
14159 (mml-smime-encrypt-query): Use new function. Default to ldap.
14160
14161 2005-02-14 Arne Jørgensen <arne@arnested.dk>
14162
14163 * smime.el: Require smime-ldap.
14164 (smime-ldap-host-list): New variable.
14165 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14166
14167 * mml-smime.el (mml-smime-encrypt-query): New function.
14168 (mml-smime-encrypt-query): Use it.
14169
14170 * smime-ldap.el: New file.
14171
14172 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14173
14174 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14175
14176 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14177
14178 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14179 argument in doc string. Make query for type more clear.
14180
14181 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
14182
14183 * gnus.el (gnus-group-startup-message): Search for gnus images in
14184 etc/images/gnus.
14185 * mm-util.el (mm-image-load-path): Likewise.
14186 * smiley.el (smiley-data-directory): Search for smilies in
14187 etc/images/smilies.
14188
14189 2005-02-09 Kim F. Storm <storm@cua.dk>
14190
14191 Change Emacs release version from 21.4 to 22.1 throughout.
14192 Change Emacs development version from 21.3.50 to 22.0.50.
14193
14194 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
14195
14196 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14197
14198 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14199 non-Mule XEmacs as well.
14200 (mm-decompress-buffer): Signal an error intentionally if it does
14201 not decompress compressed data because auto-compression-mode is
14202 disabled.
14203
14204 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
14205
14206 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14207 an ID in the registry even if it has no groups.
14208
14209 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
14210
14211 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14212 merge it into mm-decompress-buffer.
14213 (gnus-mime-copy-part): Use the MIME part charset, the value which
14214 a user specified or gnus-newsgroup-charset for decoding, like
14215 gnus-mime-inline-part does; set buffer-file-coding-system to tell
14216 save-buffer what was used. Suggested by Kevin Ryde
14217 <user42@zip.com.au>.
14218 (gnus-mime-inline-part): Allow the name parameter as well as the
14219 filename parameter; force decompressing of compressed data; always
14220 display contents being not decoded as unibyte.
14221
14222 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14223 as well as the filename parameter.
14224
14225 * mm-util.el (mm-decompress-buffer):
14226 Merge gnus-mime-jka-compr-maybe-uncompress.
14227 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14228 of compressed data.
14229
14230 2005-02-08 Simon Josefsson <jas@extundo.com>
14231
14232 * imap.el (imap-log): Doc fix.
14233
14234 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14235
14236 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14237 the coding cookies; decompress compressed parts.
14238
14239 * mml.el (mml-generate-mime-1): Add the charset parameter according
14240 to the value which a user specified manually or the coding cookie.
14241
14242 * mm-util.el (mm-string-to-multibyte): New function.
14243 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14244 (mm-coding-system-to-mime-charset): New function.
14245 (mm-decompress-buffer): New function.
14246 (mm-find-buffer-file-coding-system): New function.
14247
14248 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14249 (mm-display-inline-fontify): Rewrite for decoding and decompressing
14250 parts.
14251
14252 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14253
14254 * mm-view.el (mm-display-inline-fontify): Decode a part according
14255 to the charset parameter.
14256
14257 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
14258
14259 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14260 prefix arg is neither nil nor a number, as info specifies.
14261
14262 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
14263
14264 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14265 timestamps.
14266
14267 2005-02-02 Jari Aalto <jari.aalto@cante.net>
14268
14269 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14270 groups error checking and notify user.
14271
14272 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
14273
14274 * message.el (message-send-mail-function): Check existence of
14275 sendmail-program first before using default value
14276 `message-send-mail-with-sendmail'. Otherwise use more generic
14277 `smtpmail-send-it'.
14278
14279 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
14280
14281 * nntp.el (nntp-request-update-info): Always return nil.
14282
14283 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
14284
14285 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14286
14287 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14288
14289 * message.el (message-beginning-of-line): Change the behavior when
14290 invoked between BOL and : so that it first moves backward.
14291
14292 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
14293
14294 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14295 article buffer when editing of the article is discarded.
14296 (gnus-article-prepare): Revert.
14297
14298 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
14299
14300 * gnus-art.el (gnus-article-prepare):
14301 Remove message-strip-forbidden-properties from the local hook.
14302
14303 2005-01-27 Simon Josefsson <jas@extundo.com>
14304
14305 * password.el (password-cache-add): Only start one timer per key.
14306 Reported by Derek Atkins <warlord@MIT.EDU>.
14307
14308 2005-01-26 Steve Youngs <steve@sxemacs.org>
14309
14310 * run-at-time.el: Remove. It is no longer needed as
14311 timer-funcs.el in the xemacs-base package has a working version of
14312 `run-at-time'.
14313
14314 * password.el: Require timer-funcs instead of run-at-time in
14315 XEmacs.
14316 Remove `password-run-at-time' macro.
14317 (password-cache-add): Use `run-at-time' instead of
14318 `password-run-at-time'.
14319
14320 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14321 for `run-with-idle-timer'.
14322
14323 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14324 for `run-at-time'.
14325
14326 * mm-url.el: Require timer-funcs at compile time when in XEmacs
14327 for `with-timeout'.
14328
14329 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14330
14331 * mml.el (mml-generate-mime-1): Convert string into unibyte when
14332 inserting " *mml*" buffer's contents into a unibyte temp buffer.
14333
14334 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
14335
14336 * mail-source.el (mail-source-fetch-imap): Search for ^From case
14337 sensitively.
14338
14339 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
14340
14341 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14342
14343 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
14344
14345 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14346 which will be inserted according to the multibyteness of a buffer
14347 rather than the type of contents. Suggested by ARISAWA Akihiro
14348 <ari@mbf.ocn.ne.jp>.
14349
14350 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14351 of string which old xml.el may return rather than a string.
14352
14353 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14354
14355 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14356
14357 2005-01-16 Simon Josefsson <jas@extundo.com>
14358
14359 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14360 idn/idna.el isn't available.
14361 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
14362 <michael@waxrat.com>.
14363
14364 * hashcash.el: Remove non-FSF copyright header.
14365
14366 * hashcash.el (hashcash-extra-generate-parameters): New variable.
14367 (hashcash-generate-payment): Use it.
14368 (hashcash-generate-payment-async): Use it.
14369
14370 2005-01-15 Simon Josefsson <jas@extundo.com>
14371
14372 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14373 Suggested by Raymond Scholz <ray-2005@zonix.de>.
14374
14375 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14376 gnus-summary-idna-message.
14377 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14378 (gnus-summary-idna-message): New function.
14379
14380 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
14381
14382 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14383 gnus-novice-user.
14384
14385 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
14386
14387 * nnrss.el (nnrss-request-delete-group): Delete entries in
14388 nnrss-group-alist as well.
14389 (nnrss-save-server-data): Insert newline.
14390
14391 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
14392
14393 * gnus.el (gnus-user-agent): Use list of symbols instead of
14394 symbols. Display full version number for (S)XEmacs.
14395 Optionally display (S)XEmacs codename.
14396
14397 * gnus-util.el (gnus-emacs-version): Update for new
14398 `gnus-user-agent'.
14399
14400 * gnus-msg.el (gnus-extended-version): Make it possible to omit
14401 Gnus version.
14402
14403 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14404
14405 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
14406 which is unreadable in some setups.
14407
14408 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
14409
14410 * gnus-spec.el (gnus-update-format-specifications): Flush the
14411 group format spec cache if it doesn't support decoded group names.
14412
14413 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
14414
14415 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14416 Allow to apply decay on score files matching a regexp.
14417
14418 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
14419
14420 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14421 compatibility in %g and %c.
14422
14423 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
14424
14425 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14426 name for only %g and %c.
14427 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14428 of gnus-tmp-group to decoded group name.
14429 (gnus-group-make-rss-group): Exclude `/'s from group names.
14430
14431 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
14432
14433 * nnrss.el (nnrss-get-encoding): Fix regexp.
14434
14435 2004-12-27 Simon Josefsson <jas@extundo.com>
14436
14437 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14438 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14439 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
14440
14441 2004-12-17 Kim F. Storm <storm@cua.dk>
14442
14443 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14444
14445 * gnus-sum.el (gnus-summary-mode-map): Likewise.
14446
14447 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
14448
14449 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14450
14451 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
14452
14453 * nnrss.el: Require rfc2047 and mml.
14454 (nnrss-file-coding-system): New variable.
14455 (nnrss-format-string): Redefine it as an inline function.
14456 (nnrss-decode-group-name): New function.
14457 (nnrss-string-as-multibyte): Remove.
14458 (nnrss-retrieve-headers): Decode group name; don't use
14459 nnrss-format-string.
14460 (nnrss-request-group): Decode group name.
14461 (nnrss-request-article): Decode group name; allow a Message-ID as
14462 well as an article number; don't use nnrss-format-string; encode a
14463 Message-ID string which may contain non-ASCII characters; use
14464 mml-to-mime to compose a MIME article.
14465 (nnrss-request-expire-articles): Decode group name.
14466 (nnrss-request-delete-group): Decode group name.
14467 (nnrss-fetch): Clarify error message.
14468 (nnrss-read-server-data): Use insert-file-contents instead of load;
14469 bind file-name-coding-system; use multibyte buffer.
14470 (nnrss-save-server-data): Bind coding-system-for-write to the
14471 value of nnrss-file-coding-system; bind file-name-coding-system;
14472 add coding cookie.
14473 (nnrss-read-group-data): Use insert-file-contents instead of load;
14474 bind file-name-coding-system; use multibyte buffer.
14475 (nnrss-save-group-data): Bind coding-system-for-write to the
14476 value of nnrss-file-coding-system; bind file-name-coding-system.
14477 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14478 make it work with non-ASCII text.
14479 (nnrss-find-el): Make it work with old xml.el as well.
14480
14481 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
14482
14483 * nnrss.el (nnrss-get-encoding): New function.
14484 (nnrss-fetch): Use unibyte buffer initially; bind
14485 coding-system-for-read while performing mm-url-insert; remove ^Ms;
14486 decode contents according to the encoding attribute.
14487 (nnrss-save-group-data): Add coding cookie.
14488 (nnrss-mime-encode-string): New function.
14489 (nnrss-check-group): Use it to encode subject and author.
14490
14491 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
14492
14493 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14494 imaginary variable.
14495
14496 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14497
14498 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14499 correctly even if there are wide characters.
14500
14501 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
14502
14503 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14504 downcased symbol names; make a new cache instead of reusing
14505 bbdb-hashtable.
14506
14507 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
14508
14509 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14510 concatenating segments rather than before concatenating them.
14511 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14512
14513 * message.el (message-get-reply-headers): Bind `extra'.
14514
14515 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14516
14517 * message.el (message-extra-wide-headers): New variable.
14518 (message-get-reply-headers): Use it.
14519
14520 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
14521
14522 * gnus-agent.el (gnus-agent-group-path): Decode group name.
14523 (gnus-agent-group-pathname): Ditto.
14524
14525 * gnus-cache.el (gnus-cache-file-name): Decode group name.
14526
14527 * gnus-group.el (gnus-group-make-group): Decode group name.
14528 (gnus-group-make-rss-group): Register the group data after opening
14529 the nnrss group.
14530
14531 2004-12-17 Paul Jarc <prj@po.cwru.edu>
14532
14533 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14534 by expiry now get marked as read.
14535
14536 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14537
14538 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14539
14540 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
14541
14542 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14543 unify Latin characters in XEmacs.
14544 (mm-find-mime-charset-region): Use it.
14545
14546 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14547
14548 * gnus-util.el (gnus-delete-directory): New function.
14549
14550 * gnus-agent.el (gnus-agent-delete-group): Use it.
14551
14552 * gnus-cache.el (gnus-cache-delete-group): Use it.
14553
14554 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14555
14556 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14557 names.
14558
14559 2004-12-16 Simon Josefsson <jas@extundo.com>
14560
14561 * hashcash.el (hashcash-payment-alist): Fix custom :type.
14562
14563 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
14564
14565 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14566
14567 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14568 (gnus-group-set-current-level): Decode group name.
14569
14570 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
14571
14572 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14573 failed.
14574
14575 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
14576
14577 * gnus-group.el (gnus-group-delete-group): Decode group name.
14578 (gnus-group-make-rss-group): Encode group name.
14579 (gnus-group-catchup-current): Decode group name.
14580 (gnus-group-kill-group): Decode group name.
14581
14582 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14583
14584 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14585
14586 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
14587
14588 * gnus-group.el (gnus-group-make-rss-group):
14589 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14590
14591 * gnus-start.el (gnus-setup-news): Honor user's setting to
14592 gnus-message-archive-method. Suggested by Lute Kamstra
14593 <lute@gnu.org>.
14594
14595 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
14596
14597 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14598 global counterparts of the buffer-local variables.
14599
14600 2004-11-16 Romain Francoise <romain@orebokech.com>
14601
14602 * gnus-sum.el (gnus-summary-exit): Don't clear the global
14603 counterparts of the buffer-local variables.
14604
14605 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14606
14607 * message.el (message-forbidden-properties): Fix typo in doc
14608 string.
14609
14610 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14611
14612 * gnus-util.el (gnus-replace-in-string): Add doc string.
14613
14614 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14615 to avoid problems when splitting mails with many recipients.
14616
14617 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14618
14619 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14620 pop-to-buffer, covered by the subsequent gnus-configure-windows.
14621
14622 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
14623
14624 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14625 if there is no hashtable in memory or file modification time is
14626 newer than cached timestamp.
14627
14628 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14629
14630 * gnus-sum.el (gnus-summary-limit-to-recipient):
14631 Implement not-matching option.
14632
14633 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
14634
14635 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14636 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14637 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14638 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14639 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
14640 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14641
14642 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
14643
14644 * message.el (message-forward-make-body-mml): Remove headers
14645 according to message-forward-ignored-headers if a message is decoded.
14646
14647 2004-12-02 Romain Francoise <romain@orebokech.com>
14648
14649 * message.el (message-forward-make-body-plain): Always remove
14650 headers according to message-forward-ignored-headers.
14651
14652 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
14653
14654 * spam.el (spam-summary-prepare-exit): Remove the
14655 gnus-summary-limit pop for now, it has problems with ham marks for
14656 me.
14657
14658 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
14659
14660 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14661 correctly.
14662
14663 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
14664
14665 * format-spec.el (format-spec): Message the char.
14666
14667 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
14668
14669 * gnus-art.el (gnus-split-methods): Reformat comments.
14670
14671 * spam.el (spam-summary-prepare-exit): Remove article limits
14672 before exiting the summary buffer.
14673
14674 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
14675
14676 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14677 order to silence the byte compiler.
14678
14679 * spam.el: Fix the way to silence the byte compiler, which
14680 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14681 bbdb-search-simple, spam-BBDB-register-routine,
14682 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14683 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14684 spam-stat-buffer-is-spam, spam-stat-load,
14685 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14686 spam-stat-save and spam-stat-split-fancy.
14687
14688 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
14689
14690 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14691 which may confuse users.
14692 (canlock-password-for-verify): Ditto.
14693
14694 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14695
14696 * gnus-art.el (gnus-emphasis-alist): Ditto.
14697
14698 * gnus-registry.el (gnus-registry-max-entries): Ditto.
14699
14700 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14701
14702 * gnus-start.el (gnus-save-killed-list): Ditto.
14703
14704 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14705 (gnus-sum-thread-tree-root): Ditto.
14706 (gnus-sum-thread-tree-false-root): Ditto.
14707 (gnus-sum-thread-tree-single-indent): Ditto.
14708
14709 * message.el (message-courtesy-message): Ditto.
14710 (message-archive-note): Ditto.
14711 (message-subscribed-address-file): Ditto.
14712 (message-user-fqdn): Ditto.
14713
14714 * spam-report.el (spam-report-gmane-regex): Ditto.
14715
14716 * spam.el (spam-blackhole-good-server-regex): Ditto.
14717
14718 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14719
14720 * mml.el (mml-preview): Widen the message buffer before copying
14721 the contents to the preview buffer; sort headers before previewing.
14722
14723 * message.el (message-hidden-headers): Fix the way to avoid a bug
14724 in the `repeat' widget in Emacs 21.3 or earlier.
14725
14726 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14727
14728 * message.el (message-hidden-headers): Default to "^References:".
14729 Improve customization type. Suggested by Reiner Steib
14730 <Reiner.Steib@gmx.de>.
14731
14732 2004-11-25 Romain Francoise <romain@orebokech.com>
14733
14734 * message.el (message-strip-forbidden-properties): Remove check for
14735 obsolete `message-hidden' text property, hidden headers are not
14736 accessible in the buffer anymore.
14737
14738 2004-11-22 Romain Francoise <romain@orebokech.com>
14739
14740 * message.el (message-header-format-alist): Add `From' in list
14741 so that it can be sorted.
14742 (message-fix-before-sending): Widen and sort headers before
14743 sending.
14744 (message-hide-headers): Use narrowing to hide headers by moving
14745 them to the top of the buffer and narrowing to the region
14746 underneath.
14747
14748 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14749
14750 * message.el (message-strip-forbidden-properties):
14751 Bind buffer-read-only (etc) to nil.
14752
14753 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
14754
14755 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14756 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14757
14758 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
14759
14760 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14761
14762 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14763
14764 * dns.el (query-dns): Use sit-for to time instead of
14765 accept-process-output, since that doesn't seem to work on udp
14766 sockets.
14767
14768 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
14769
14770 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14771
14772 2004-11-15 Jesper Harder <harder@ifa.au.dk>
14773
14774 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14775 doc string. Improve doc string.
14776
14777 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
14778
14779 * nntp.el (nntp-request-update-info): Return nil if
14780 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14781 may not call gnus-activate-group which uselessly issues the GROUP
14782 commands for all nntp groups and wastes time. Reported by Romain
14783 Francoise <romain@orebokech.com>.
14784
14785 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14786
14787 2004-11-15 Simon Josefsson <jas@extundo.com>
14788
14789 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14790 headers separately.
14791 (gnus-button-openpgp): New function, inspired by Jochen Küpper
14792 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14793
14794 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14795
14796 * gnus-start.el (gnus-convert-old-newsrc):
14797 Assign legacy-gnus-agent to 5.10.7.
14798
14799 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14800
14801 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14802 start of the lines.
14803
14804 2004-11-14 Magnus Henoch <mange@freemail.hu>
14805
14806 * hashcash.el (hashcash-default-payment): Change default to 20.
14807 (hashcash-default-accept-payment): Change default to 20.
14808 (hashcash-process-alist): New variable.
14809 (hashcash-generate-payment-async): Add.
14810 (hashcash-already-paid-p): Add.
14811 (hashcash-insert-payment): Don't generate payments twice.
14812 (hashcash-insert-payment-async): Add.
14813 (hashcash-insert-payment-async-2): Add.
14814 (hashcash-cancel-async): Add.
14815 (hashcash-wait-async): Add.
14816 (hashcash-processes-running-p): Add.
14817 (hashcash-wait-or-cancel): Add.
14818 (mail-add-payment): New optional argument. Conditionally start
14819 asynchronous calculation.
14820 (mail-add-payment-async): Add.
14821
14822 * message.el (message-send-mail): Wait for asynchronous hashcash
14823 results. Don't clobber existing X-Hashcash headers.
14824 (message-setup-1): Call mail-add-payment-async when
14825 message-generate-hashcash is non-nil.
14826
14827 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14828
14829 * message.el (message-use-alternative-email-as-from): Examine the
14830 From header as well; use message-make-from in order to include a
14831 user's full name.
14832
14833 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
14834
14835 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14836 default; improve customization type.
14837 (gnus-emphasis-custom-with-format): New macro.
14838 (gnus-emphasis-custom-value-to-external): New function.
14839 (gnus-emphasis-custom-value-to-internal): New function.
14840
14841 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
14842
14843 * dns.el (query-dns): Resolve reverse addresses.
14844
14845 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14846
14847 * gnus-group.el (gnus-group-get-new-news): Use it.
14848
14849 * gnus-start.el (gnus-check-reasonable-setup): New function.
14850
14851 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
14852
14853 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14854 "Args out of range" error. Reported by Arnaud Giersch
14855 <arnaud.giersch@free.fr>.
14856
14857 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
14858
14859 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14860
14861 2004-11-04 Richard M. Stallman <rms@gnu.org>
14862
14863 * spam.el (spam group): Add :version.
14864
14865 * pgg-def.el (pgg group): Add :version.
14866
14867 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
14868
14869 * gnus-art.el (gnus-article-edit-article): Don't associate the
14870 article buffer with a draft file. This is a temporary measure
14871 against the 2004-08-22 change to gnus-article-edit-mode.
14872
14873 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
14874
14875 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14876 (html2text-format-tags): Remove unused variable `attr'.
14877
14878 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14879
14880 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14881
14882 * spam-stat.el (spam-stat): Add :version.
14883
14884 * sieve.el (sieve): Add :version.
14885
14886 * sha1.el (sha1): Add :version.
14887 (sha1-use-external): Remove redundant version.
14888
14889 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14890 (nnmail-cache-ignore-groups, nnmail-spool-hook)
14891 (nnmail-split-fancy-match-partial-words)
14892 (nnmail-split-lowercase-expanded): Add :version.
14893
14894 * nndiary.el (nndiary): Add :version.
14895
14896 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14897
14898 * mml-sec.el (mml-default-sign-method)
14899 (mml-default-encrypt-method, mml-signencrypt-style-alist):
14900 Add :version.
14901
14902 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14903
14904 * mm-url.el (mm-url-use-external, mm-url-program)
14905 (mm-url-arguments): Add :version.
14906
14907 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14908 (mm-attachment-file-modes, mm-decrypt-option)
14909 (mm-w3m-safe-url-regexp): Add :version.
14910
14911 * message.el (message-cite-prefix-regexp)
14912 (message-sendmail-envelope-from, message-minibuffer-local-map)
14913 (message-user-fqdn, message-completion-alist): Add :version.
14914
14915 * gnus-win.el (gnus-configure-windows-hook)
14916 (gnus-use-frames-on-any-display): Add :version.
14917
14918 * gnus-art.el (gnus-article-address-banner-alist)
14919 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14920 (gnus-treat-from-picon, gnus-treat-mail-picon)
14921 (gnus-treat-x-pgp-sig): Add :version.
14922
14923 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14924 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14925 (gnus-summary-article-delete-hook)
14926 (gnus-summary-display-while-building): Add :version.
14927
14928 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14929 (gnus-get-top-new-news-hook): Add :version.
14930
14931 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14932 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14933
14934 * gnus-registry.el (gnus-registry): Add :version.
14935
14936 * gnus-spec.el (gnus-use-correct-string-widths)
14937 (gnus-make-format-preserve-properties): Add :version.
14938
14939 * gnus.el (gnus-group-charter-alist)
14940 (gnus-group-fetch-control-use-browse-url)
14941 (gnus-install-group-spam-parameters): Add :version.
14942
14943 * gnus-diary.el (gnus-diary): Add :version.
14944
14945 * gnus-delay.el (gnus-delay): Add :version.
14946
14947 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14948 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14949 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14950 Add :version.
14951
14952 * gnus-agent.el (gnus-agent-max-fetch-size)
14953 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14954 (gnus-agent-prompt-send-queue): Add :version.
14955
14956 * deuglify.el (gnus-outlook-deuglify): Add :version.
14957
14958 * html2text.el: Beautify code. Improve doc strings.
14959 Some checkdoc cleanup.
14960 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14961
14962 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
14963
14964 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14965
14966 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
14967
14968 * gnus-registry.el (gnus-registry-hashtb): Create the registry
14969 when package is loaded.
14970
14971 * spam.el (spam-summary-score-preferred-header): Add global preference
14972 for people who want to override the default SpamAssassin over
14973 Bogofilter preference (when both are set).
14974 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14975 (spam-user-format-function-S):
14976 Check spam-summary-score-preferred-header.
14977 (spam-extra-header-to-number): Add X-Bogosity header parsing.
14978 (spam-user-format-function-S): Format the score correctly.
14979
14980 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
14981
14982 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14983 signature file. Suggested by Manoj Srivastava
14984 <srivasta@golden-gryphon.com>.
14985
14986 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14987 iso-2022-jp even in the Japanese language environment.
14988 Suggested by Jason Rumney <jasonr@gnu.org>.
14989
14990 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
14991
14992 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14993 use the same characters as the dummy marks; make it free from
14994 getting affected by the language environment.
14995 (gnus-summary-read-group-1): Update mark positions only when the
14996 format spec is updated.
14997
14998 * gnus-spec.el (gnus-update-format-specifications): Return a list
14999 of updated types.
15000
15001 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
15002
15003 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15004 of boundp to check if display-warning is available.
15005
15006 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
15007
15008 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15009
15010 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
15011
15012 * nnspool.el (nnspool-spool-directory): Use news-path if the
15013 news-directory variable is not bound.
15014
15015 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15016 function instead of display-warning if it is not available.
15017
15018 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15019
15020 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15021 v5-10: Use `point-at-bol'.
15022
15023 2004-10-26 Simon Josefsson <jas@extundo.com>
15024
15025 * hashcash.el: Fix URL in comment, reported by Cheng Gao
15026 <chenggao@gmail.com>.
15027
15028 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15029
15030 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
15031 instead.
15032
15033 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
15034
15035 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15036 to remove a server from the nnimap-server-buffer-alist.
15037 (nnimap-open-connection, nnimap-close-server): Use it.
15038
15039 * gnus-encrypt.el: Remove file in favor of encrypt.el.
15040
15041 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
15042
15043 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15044 running the major-mode function.
15045
15046 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15047
15048 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15049 dummy marks in the right way.
15050
15051 2004-10-18 David Edmondson <dme@dme.org>
15052
15053 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15054 excessively.
15055
15056 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
15057
15058 * gnus-util.el (gnus-split-references): Accept a nil references
15059 string and go on blissfully.
15060
15061 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15062 cases where the references string is non-nil but has no references.
15063
15064 * encrypt.el: Add autoload tags.
15065
15066 * spam.el (spam-resolve-registrations-routine): Remove article
15067 from unregistration list too. Reported by David Hanak
15068 <dhanak@isis.vanderbilt.edu>
15069
15070 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15071
15072 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15073 nil. Change custom type.
15074
15075 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
15076
15077 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15078
15079 * gnus-sum.el (gnus-summary-move-article): Use it.
15080
15081 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
15082
15083 * encrypt.el: Add autoload cookies.
15084
15085 * spam.el (spam-backend-article-list-property)
15086 (spam-backend-get-article-todo-list)
15087 (spam-backend-put-article-todo-list)
15088 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15089 Resolve registrations separately.
15090 (spam-register-routine): Format comments.
15091 (spam-unregister-routine, spam-register-routine): Always call with
15092 specific-articles, no default list.
15093 (spam-summary-prepare-exit): Use the spam-classifications function.
15094
15095 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15096 gnus-encrypt.el.
15097
15098 * encrypt.el: Copied from gnus-encrypt.el.
15099
15100 * gnus-encrypt.el: Commented that it's obsolete.
15101
15102 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15103
15104 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15105 (gnus-score-save): Use it.
15106
15107 * message.el (message-bury): Use `window-dedicated-p'.
15108
15109 2004-10-15 Simon Josefsson <jas@extundo.com>
15110
15111 * pop3.el (top-level): Don't require nnheader.
15112 (pop3-read-timeout): Add.
15113 (pop3-accept-process-output): Add.
15114 (pop3-read-response, pop3-retr): Use it.
15115
15116 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
15117
15118 * spam.el (spam-register-routine): Move comment.
15119 (spam-verify-bogofilter): Use 'unknown for the initial
15120 spam-bogofilter-valid state, not 'never.
15121
15122 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15123 for netrc-machine.
15124
15125 * nnimap.el (nnimap-open-connection):
15126 Use netrc-machine-user-or-password.
15127
15128 2004-10-17 Richard M. Stallman <rms@gnu.org>
15129
15130 * gnus-registry.el (gnus-registry-unload-hook):
15131 Set as a variable with add-hook.
15132
15133 * nnspool.el (nnspool-spool-directory): Use news-directory instead
15134 of news-path.
15135
15136 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15137
15138 * spam.el: Delete duplicate `provide'.
15139 (spam-unload-hook): Set as a variable with add-hook.
15140
15141 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15142
15143 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15144 in the doc string.
15145
15146 * message.el (message-ignored-news-headers)
15147 (message-ignored-supersedes-headers)
15148 (message-ignored-resent-headers)
15149 (message-forward-ignored-headers): Improve custom type.
15150
15151 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
15152
15153 * message.el (message-tokenize-header): Fix 2004-09-06 change
15154 which used point-min in the wrong place.
15155
15156 2004-10-12 Simon Josefsson <jas@extundo.com>
15157
15158 * tls.el (tls-certtool-program): New variable.
15159 (tls-certificate-information): New function, based on
15160 ssl-certificate-information.
15161
15162 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
15163
15164 * compface.el: Move the version of ELisp-based uncompface program
15165 to the contrib directory because of the copyright problem.
15166
15167 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15168
15169 * message.el (message-kill-buffer): Raise the current frame.
15170
15171 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
15172
15173 * gnus-sum.el: Mention that multibyte characters don't work as marks.
15174
15175 * gnus.el (message-y-or-n-p): Autoload.
15176
15177 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15178 (pop3-password-required, pop3-authentication-scheme)
15179 (pop3-leave-mail-on-server): Make customizable.
15180 (pop3): New custom group.
15181 (pop3-retr): Remove `sleep-for' statements.
15182 Suggested by Dave Love <fx@gnu.org>.
15183
15184 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15185 Windows/DOS.
15186
15187 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15188 (imap-parse-body): Fix incorrect use of `assert'.
15189 Suggested by Dave Love <fx@gnu.org>.
15190
15191 * mml.el (mml-minibuffer-read-disposition): Require match.
15192 Suggested by Dave Love <fx@gnu.org>.
15193
15194 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
15195
15196 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
15197 doc string.
15198
15199 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
15200
15201 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15202
15203 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15204
15205 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15206 instead of calling `mm-insert-inline', to decode text/* parts
15207 before displaying them.
15208
15209 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
15210
15211 * mm-uu.el (mm-uu-text-plain-type): New variable.
15212 (mm-uu-pgp-signed-extract-1): Use it.
15213 (mm-uu-pgp-encrypted-extract-1): Use it.
15214 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15215 bind mm-uu-text-plain-type with that value.
15216 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15217 mm-uu-dissect.
15218
15219 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
15220
15221 * gnus-group.el (gnus-update-group-mark-positions):
15222 * gnus-sum.el (gnus-update-summary-mark-positions):
15223 * message.el (message-check-news-body-syntax):
15224 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15225 of string-as-multibyte.
15226
15227 2004-10-05 Juri Linkov <juri@jurta.org>
15228
15229 * gnus-group.el (gnus-update-group-mark-positions):
15230 * gnus-sum.el (gnus-update-summary-mark-positions):
15231 * message.el (message-check-news-body-syntax):
15232 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15233 8-bit unibyte values to a multibyte string for search functions.
15234
15235 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
15236
15237 * mm-uu.el (mm-uu-dissect): Allow optional arg.
15238 (mm-uu-dissect-text-parts): New function.
15239
15240 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15241 dissect text parts.
15242
15243 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15244 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15245
15246 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15247
15248 * gnus-topic.el (gnus-topic-hierarchical-parameters):
15249 Use gnus-current-topics instead of gnus-current-topic.
15250
15251 2004-10-06 Jesper Harder <harder@ifa.au.dk>
15252
15253 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15254
15255 2004-10-05 Jesper Harder <harder@ifa.au.dk>
15256
15257 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15258 where approriate.
15259
15260 * nnml.el (nnml-generate-active-info): do.
15261
15262 * nndiary.el (nndiary-generate-active-info): do.
15263
15264 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15265 (gnus-topic-move): do.
15266
15267 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15268 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15269
15270 * gnus-srvr.el (gnus-server-prepare)
15271 (gnus-server-open-all-servers): do.
15272
15273 * gnus-msg.el (gnus-summary-cancel-article)
15274 (gnus-summary-resend-message)
15275 (gnus-summary-mail-crosspost-complaint): do.
15276
15277 * gnus-move.el (gnus-change-server): do.
15278
15279 * gnus-group.el (gnus-group-unmark-all-groups)
15280 (gnus-group-set-current-level): do.
15281
15282 2004-10-04 Simon Josefsson <jas@extundo.com>
15283
15284 * message.el (message-generate-hashcash): Doc fix.
15285
15286 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
15287
15288 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15289 avoid infinite recursion via gnus-get-function.
15290
15291 2004-10-02 Jesper Harder <harder@ifa.au.dk>
15292
15293 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15294
15295 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15296
15297 * nnmail.el (nnmail-split-history): do.
15298
15299 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15300 (nnml-request-delete-group): do.
15301
15302 * nnslashdot.el (nnslashdot-read-groups): do.
15303
15304 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15305 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15306
15307 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15308 (nnspool-sift-nov-with-sed): Use last.
15309 (nnspool-retrieve-headers-with-nov): Use mapc.
15310 (nnspool-request-newgroups): Use dolist.
15311 (nnspool-request-group): Use last.
15312
15313 * nntp.el (nntp-read-server-type): Use dolist.
15314
15315 * nnvirtual.el (nnvirtual-create-mapping)
15316 (nnvirtual-update-read-and-marked): Use dolist.
15317 (nnvirtual-convert-headers): Simplify.
15318
15319 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
15320
15321 * gnus-agent.el (gnus-agent-synchronize-group-flags):
15322 Add support for sync'ing tick marks.
15323
15324 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
15325
15326 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15327 there's no visible header.
15328
15329 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
15330
15331 * gnus-agent.el (gnus-agent-synchronize-group-flags):
15332 When necessary, pass full group name to gnus-request-set-marks.
15333
15334 2004-10-01 Simon Josefsson <jas@extundo.com>
15335
15336 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
15337 acroread.
15338
15339 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15340
15341 * spam-report.el (spam-report-gmane): Fix interactive.
15342
15343 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15344
15345 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15346 when writing file.
15347 (gnus-agent-synchronize-flags): Don't default to being
15348 interactive.
15349
15350 2004-09-30 Simon Josefsson <jas@extundo.com>
15351
15352 * message.el (message-generate-hashcash): Add.
15353 (message-send-mail): Use it, call mail-add-payment.
15354
15355 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
15356
15357 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15358
15359 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
15360
15361 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15362 gnus-requst-update-info with explicit code to sync the in-memory
15363 info read flags with the marks being sync'd to the backend.
15364
15365 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15366
15367 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15368
15369 * spam.el (spam-verify-bogofilter): Add new function.
15370 (spam-check-bogofilter)
15371 (spam-bogofilter-register-with-bogofilter): Use it.
15372 (spam-verify-bogofilter): Add small fixes.
15373
15374 2004-09-28 Simon Josefsson <jas@extundo.com>
15375
15376 * hashcash.el (hashcash-generate-payment): Revert.
15377
15378 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15379
15380 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15381 Use gnus-extract-references instead of gnus-split-references.
15382
15383 * gnus-util.el (gnus-extract-references): Add new function, analogous
15384 to gnus-split-references but extracts only the message-ID without
15385 anything extra.
15386
15387 * hashcash.el (hashcash-generate-payment)
15388 (hashcash-check-payment): Do the right thing if hashcash-path is
15389 nil (because the hashcash program could not be found).
15390
15391 * spam.el (spam-use-hashcash): Remove comment.
15392
15393 2004-09-27 Jesper Harder <harder@ifa.au.dk>
15394
15395 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15396 (gnus-cache-enter-article, gnus-cache-remove-article)
15397 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15398
15399 * gnus-async.el (gnus-async-prefetch-remove-group): do.
15400
15401 * gnus-art.el (article-hide-boring-headers)
15402 (article-translate-strings, article-display-face)
15403 (gnus-article-mime-match-handle-first)
15404 (gnus-article-highlight-headers)
15405 (gnus-article-add-buttons-to-head): do.
15406
15407 2004-09-27 Simon Josefsson <jas@extundo.com>
15408
15409 * hashcash.el: New version, from
15410 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
15411 ../contrib/.
15412
15413 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
15414
15415 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15416
15417 2004-09-26 Jesper Harder <harder@ifa.au.dk>
15418
15419 * gnus-dup.el (gnus-dup-open): Use mapc.
15420 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15421
15422 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15423 Reported by Stefan Wiens <s.wi@gmx.net>.
15424
15425 * gnus.el (gnus-shutdown): Use dolist.
15426
15427 * gnus-undo.el (gnus-undo): Use mapc.
15428
15429 * nnrss.el (nnrss-generate-active): do.
15430
15431 * message.el (message-cite-original-without-signature)
15432 (message-cite-original): Use mapc.
15433 (message-do-actions, message-make-forward-subject): Use dolist.
15434
15435 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
15436
15437 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15438 deletion to remove entire duplicate line. Fixes merged article
15439 number bug.
15440
15441 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
15442
15443 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15444 servers that are offline. Avoids having gnus-agent-toggle-plugged
15445 first ask if you want to open a server and then, even when you
15446 responded with no, asking if you want to synchronize the server's
15447 flags.
15448 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15449 multi-line expressions.
15450 (gnus-agent-synchronize-group-flags): New internal function.
15451 Updates marks in memory (in the info structure) AND in the
15452 backend.
15453
15454 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15455
15456 * nnagent.el (nnagent-request-set-mark):
15457 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15458 method, to ensure that synchronization updates marks in the
15459 backend and in the info (in memory) structure.
15460
15461 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
15462
15463 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15464 convention fully; don't miss the root article of a thread; make
15465 the X-Draft-From header with correct article numbers.
15466
15467 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
15468
15469 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15470 unless plugged. Disable the agent so that an open failure causes
15471 an error.
15472
15473 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15474 Revert 2004-09-21 change. The backend must be opened while
15475 synchronizing flags even when the backend stores the flags
15476 locally.
15477
15478 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
15479
15480 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15481 in `header' match. Reported by Svend Tollak Munkejord.
15482
15483 * message.el (message-cite-original): Fix use of
15484 `message-cite-articles-with-x-no-archive'.
15485
15486 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
15487
15488 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15489 (gnus-window-to-buffer): Ditto.
15490
15491 * mml.el (mml-preview-buffer): New variable.
15492 (mml-preview): Manage window layout with gnus-buffer-configuration.
15493
15494 * gnus-msg.el (gnus-setup-message): Put article numbers into the
15495 X-Draft-From header even if those articles aren't quoted.
15496
15497 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
15498
15499 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15500 (gnus-request-set-mark, gnus-request-update-mark): Use new
15501 g-s-t-u-l-m to decide to use backend even when unplugged.
15502
15503 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
15504
15505 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15506 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
15507
15508 2004-09-20 Simon Josefsson <jas@extundo.com>
15509
15510 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15511 "utf-16-le".
15512
15513 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
15514
15515 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15516
15517 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15518
15519 * uudecode.el (uudecode-use-external): Add :version.
15520
15521 * smime.el (smime-CA-file, smime-encrypt-cipher)
15522 (smime-dns-server): Add :version.
15523
15524 * smiley.el (gnus-smiley-file-types): Add :version.
15525
15526 * sha1.el (sha1-use-external): Add :version.
15527
15528 * pgg-def.el (pgg-query-keyserver): Add :version.
15529
15530 * nnmail.el (nnmail-fancy-expiry-targets)
15531 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15532 Add :version.
15533
15534 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15535 (nnimap-retrieve-groups-asynchronous): Add :version.
15536 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
15537
15538 * mml.el (mml-content-disposition-parameters)
15539 (mml-insert-mime-headers-always): Add :version.
15540
15541 * mm-util.el (mm-coding-system-priorities): Add :version.
15542
15543 * mm-decode.el (mm-inline-text-html-with-images)
15544 (mm-keep-viewer-alive-types, mm-external-terminal-program)
15545 (mm-verify-option): Add :version.
15546 (mm-text-html-renderer): Change :version.
15547
15548 * message.el (message-fcc-externalize-attachments)
15549 (message-required-headers, message-draft-headers)
15550 (message-subject-trailing-was-query)
15551 (message-subject-trailing-was-ask-regexp)
15552 (message-subject-trailing-was-regexp, message-mark-insert-begin)
15553 (message-mark-insert-end, message-archive-header)
15554 (message-archive-note, message-cross-post-default)
15555 (message-cross-post-note, message-followup-to-note)
15556 (message-cross-post-note-function, message-use-mail-followup-to)
15557 (message-subscribed-address-functions)
15558 (message-subscribed-address-file, message-subscribed-addresses)
15559 (message-subscribed-regexps, message-allow-no-recipients)
15560 (message-yank-cited-prefix, message-signature-insert-empty-line)
15561 (message-hidden-headers, message-hierarchical-addresses)
15562 (message-mail-user-agent, message-use-idna)
15563 (message-valid-fqdn-regexp)
15564 (message-strip-special-text-properties, message-header-synonyms)
15565 (message-beginning-of-line, message-tab-body-function): Add :version.
15566 (message-insert-canlock, message-wide-reply-confirm-recipients):
15567 Change :version.
15568
15569 * mail-source.el (mail-source-ignore-errors): Add :group, :type
15570 and :version.
15571 (mail-source-delete-old-incoming-confirm)
15572 (mail-source-movemail-program): Add :version.
15573
15574 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15575 (gnus-agent-cache, gnus-agent): Change :version.
15576
15577 * gnus-util.el (gnus-use-byte-compile): Change :version.
15578
15579 * gnus-sum.el (gnus-summary-make-false-root-always)
15580 (gnus-summary-default-high-score)
15581 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15582 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15583 (gnus-read-all-available-headers, gnus-article-emulate-mime)
15584 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15585 (gnus-sum-thread-tree-single-indent)
15586 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15587 (gnus-sum-thread-tree-leaf-with-other)
15588 (gnus-sum-thread-tree-single-leaf): Add :version.
15589 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15590 (gnus-article-loose-mime): Change :version.
15591
15592 * gnus-start.el (gnus-backup-startup-file)
15593 (gnus-save-startup-file-via-temp-buffer): Add :version.
15594
15595 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15596 (gnus-server-offline-face): Add :version.
15597
15598 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15599
15600 * gnus-msg.el (gnus-gcc-externalize-attachments)
15601 (gnus-debug-files, gnus-debug-exclude-variables)
15602 (gnus-discouraged-post-methods): Change :version.
15603 (gnus-confirm-mail-reply-to-news)
15604 (gnus-confirm-treat-mail-like-news): Add :version.
15605
15606 * gnus-int.el (gnus-server-unopen-status): Add :version.
15607
15608 * gnus-group.el (gnus-group-jump-to-group-prompt)
15609 (gnus-large-ephemeral-newsgroup)
15610 (gnus-fetch-old-ephemeral-headers): Add :version.
15611
15612 * gnus-fun.el (gnus-x-face-directory)
15613 (gnus-convert-pbm-to-x-face-command)
15614 (gnus-convert-image-to-x-face-command)
15615 (gnus-convert-image-to-face-command): Add :version.
15616
15617 * gnus-delay.el (gnus-delay-default-hour): Add :version.
15618
15619 * gnus-cite.el (gnus-cite-blank-line-after-header)
15620 (gnus-article-boring-faces): Add :version.
15621
15622 * gnus-art.el (gnus-buttonized-mime-types)
15623 (gnus-inhibit-mime-unbuttonizing)
15624 (gnus-treat-display-face)
15625 (gnus-treat-body-boundary): Change :version.
15626 (gnus-body-boundary-delimiter, gnus-picon-databases)
15627 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15628 (gnus-treat-date-english, gnus-treat-fold-headers)
15629 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15630 (gnus-treat-mail-picon, gnus-treat-wash-html)
15631 (gnus-article-encrypt-protocol)
15632 (gnus-use-idna, gnus-article-over-scroll)
15633 (gnus-mime-display-multipart-alternative-as-mixed)
15634 (gnus-mime-display-multipart-related-as-mixed)
15635 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15636 (gnus-ctan-url, gnus-button-ctan-handler)
15637 (gnus-button-handle-ctan-bogus-regexp)
15638 (gnus-button-ctan-directory-regexp)
15639 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15640 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15641 (gnus-button-man-level, gnus-button-emacs-level)
15642 (gnus-button-message-level, gnus-button-browse-level): Add :version.
15643
15644 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15645 (gnus-agent-go-online): Change :version.
15646 (gnus-agent-expire-unagentized-dirs)
15647 (gnus-agent-auto-agentize-methods): Add :version.
15648
15649 * flow-fill.el (fill-flowed-display-column)
15650 (fill-flowed-encode-column): Add :version.
15651
15652 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15653 (gnus-outlook-deuglify-unwrap-max)
15654 (gnus-outlook-deuglify-cite-marks)
15655 (gnus-outlook-deuglify-unwrap-stop-chars)
15656 (gnus-outlook-deuglify-no-wrap-chars)
15657 (gnus-outlook-deuglify-attrib-cut-regexp)
15658 (gnus-outlook-deuglify-attrib-verb-regexp)
15659 (gnus-outlook-deuglify-attrib-end-regexp)
15660 (gnus-outlook-display-hook): Add :version.
15661
15662 * binhex.el (binhex-use-external): Add :version.
15663
15664 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
15665
15666 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15667 and `invisible'.
15668
15669 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
15670
15671 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15672 in gnus-registry-trim.
15673
15674 2004-09-13 Simon Josefsson <jas@extundo.com>
15675
15676 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15677
15678 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15679
15680 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15681 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15682 <yamaoka@jpl.org>.
15683 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15684 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15685 <yamaoka@jpl.org>.
15686
15687 * sieve.el (sieve-manage-mode): Ditto.
15688
15689 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
15690
15691 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15692
15693 2004-09-11 Simon Josefsson <jas@extundo.com>
15694
15695 * dns-mode.el: Add.
15696
15697 * mm-view.el (mm-display-dns-inline): Add.
15698
15699 * mm-decode.el (mm-inline-media-tests): Add text/dns.
15700 (mm-automatic-display): Ditto.
15701
15702 * mailcap.el (mailcap-mime-data): Add text/dns.
15703 (mailcap-mime-extensions): Map .soa to text/dns.
15704
15705 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
15706
15707 * gnus-art.el (article-decode-mime-words, article-babel)
15708 (gnus-article-highlight-signature, gnus-article-add-buttons)
15709 (gnus-signature-toggle): Remove unnecessary bindings of
15710 `inhibit-read-only' inherited from v5.10 merge.
15711
15712 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
15713
15714 * nntp.el (nntp): New customization group.
15715 (nntp-authinfo-file): Add customization group.
15716
15717 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15718
15719 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15720
15721 * gnus.el (to-address, to-list, subscribed)
15722 (large-newsgroup-initial): Ditto.
15723
15724 * flow-fill.el (fill-flowed-display-column)
15725 (fill-flowed-encode-column): Ditto.
15726
15727 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15728
15729 * message.el (message-tokenize-header, message-send-mail-with-qmail):
15730 Use point-min rather than 1.
15731 (message-send-mail): Use buffer-size rather than point-max.
15732
15733 * gnus-sum.el (gnus-summary-search-article-forward):
15734 Signal a specific `search-failed' rather than a generic `error'.
15735
15736 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15737 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15738 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15739
15740 2004-09-10 Simon Josefsson <jas@extundo.com>
15741
15742 * nndb.el (require): Remove tcp and duplicate cl.
15743
15744 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
15745
15746 * gnus-agent.el (directory-files-and-attributes): Move forward.
15747
15748 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
15749
15750 * gnus-agent.el (directory-files-and-attributes):
15751 Optionally defined to support XEmacs.
15752
15753 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
15754
15755 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15756 to avoid run-time CL dependencies.
15757 (gnus-agent-unfetch-articles): New function.
15758 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15759 article numbers even when local .overview file is missing.
15760 (gnus-agent-read-article-number): New function. Only accepts
15761 27-bit article numbers.
15762 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
15763 Use gnus-agent-read-article-number.
15764 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15765 from backend while recognizing that article numbers in .overview
15766 must be valid.
15767 (gnus-agent-update-files-total-fetched-for):
15768 Use directory-files-and-attributes to improve performance.
15769 * gnus-int.el (gnus-request-move-article):
15770 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
15771 improve performance.
15772
15773 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
15774 some users confused by references to .newsrc when they only have a
15775 .newsrc.eld file.
15776 (gnus-convert-mark-converter-prompt)
15777 (gnus-convert-converter-needs-prompt): Fix use of property list.
15778 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15779 New function. Used internally to only display 'gnus converting
15780 files' message when actually necessary.
15781
15782 * gnus-sum.el (): Remove (require 'gnus-agent) as required
15783 methods now autoloaded.
15784
15785 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
15786
15787 * gnus-sum.el (gnus-summary-insert-subject): Remove list
15788 identifiers.
15789
15790 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
15791
15792 * gnus-picon.el: Fix indentation and closing parenthesis.
15793
15794 2004-09-01 Simon Josefsson <jas@extundo.com>
15795
15796 * message.el (message-canlock-generate): Require sha1, not
15797 sha1-el. (Can we get rid of this require altogether? It is ugly
15798 to require within a function. Sadly, if sha1.el isn't loaded, the
15799 let binding in m-c-g will hide the defcustom definition, which is
15800 bad.)
15801
15802 * canlock.el: Require sha1, not sha1-el.
15803
15804 * message.el: Don't autoload sha1 (there is a autoload cookie in
15805 sha1.el).
15806
15807 * sha1-el.el: Rename to sha1.el.
15808
15809 2004-08-30 Juanma Barranquero <lektu@terra.es>
15810
15811 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15812
15813 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15814
15815 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15816
15817 2004-08-30 Kim F. Storm <storm@cua.dk>
15818
15819 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15820
15821 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15822 Add :group 'nnimap.
15823
15824 2004-08-30 Andreas Schwab <schwab@suse.de>
15825
15826 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15827 ?* and ?\;.
15828
15829 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15830 and ?\' to symbol instead of whitespace.
15831
15832 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
15833
15834 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15835
15836 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15837 instead of re-search-forward.
15838
15839 * gnus-uu.el (gnus-uu-save-article): Ditto.
15840 (gnus-uu-post-encode-uuencode): Ditto.
15841
15842 * html2text.el (html2text-clean-list-items): Ditto.
15843 (html2text-clean-dtdd): Ditto.
15844 (html2text-format-tags): Ditto.
15845
15846 * message.el (message-send-mail-with-sendmail): Fix regexp.
15847 (message-fill-field-general): Use search-forward instead of
15848 re-search-forward.
15849 (unbold-region): Ditto.
15850
15851 * nnrss.el (nnrss-request-article): Ditto.
15852
15853 * nnslashdot.el (nnslashdot-request-article): Ditto.
15854
15855 * nnweb.el (nnweb-gmane-wash-article): Ditto.
15856
15857 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15858 "Unrecognized menu descriptor" error in XEmacs.
15859
15860 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
15861
15862 * gnus-sum.el (gnus-read-header): Don't remove a header for the
15863 parent article of a sparse article in the thread hashtb.
15864
15865 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
15866
15867 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15868 (nnmail-expand-newtext): Lowercase expanded entries if
15869 nnmail-split-lowercase-expanded is non-nil.
15870
15871 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
15872
15873 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15874
15875 * gnus-group.el (gnus-group-line-format-alist): Convert the value
15876 of gnus-tmp-news-method into string under XEmacs. It will be
15877 passed to gnus-correct-length which takes only a string argument.
15878
15879 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
15880
15881 * gnus-util.el (gnus-bind-print-variables): New macro.
15882 (gnus-prin1): Use it.
15883 (gnus-prin1-to-string): Use it.
15884 (gnus-pp): New function.
15885 (gnus-pp-to-string): New function.
15886
15887 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15888 Replace pp-to-string with gnus-pp-to-string.
15889 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15890 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15891 * gnus-msg.el (gnus-debug): Ditto.
15892 * gnus-score.el (gnus-score-save): Ditto.
15893 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15894 gnus-pp-to-string.
15895 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15896 with gnus-pp.
15897 * score-mode.el (gnus-score-pretty-print): Ditto.
15898 * webmail.el (webmail-debug): Ditto.
15899
15900 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
15901
15902 * gnus-art.el (article-display-face, article-display-x-face):
15903 Use buffer-read-only.
15904
15905 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
15906
15907 * gnus-art.el (article-hide-list-identifiers):
15908 Bind inhibit-read-only as t.
15909
15910 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
15911
15912 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15913
15914 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15915
15916 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15917 (gnus-narrow-to-page): Don't assume point-min == 1.
15918 (gnus-article-edit-mode): Derive from message-mode.
15919
15920 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15921 point-min == 1.
15922
15923 * imap.el (imap-parse-address-list, imap-parse-body-ext):
15924 Disable incorrect use of `assert'.
15925
15926 * message.el (message-mode): Set comment-start-skip.
15927
15928 2004-08-22 Sam Steingold <sds@gnu.org>
15929
15930 * pop3.el (pop3-leave-mail-on-server): New user variable.
15931 (pop3-movemail): Delete mail only when it is nil.
15932
15933 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
15934
15935 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15936
15937 * mml.el (mml-preview): Use `pop-to-buffer'.
15938
15939 * message.el (message-goto-mail-followup-to): Insert after "To".
15940 (message-carefully-insert-headers): Add comment.
15941
15942 * gnus.el: Remove unused variable `gnus-article-check-size'.
15943
15944 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15945
15946 * gnus-art.el (gnus-button-alist):
15947 Improve `gnus-button-handle-library' entry.
15948
15949 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
15950
15951 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
15952 Use downcase, since XEmacs capitalizes error messages differently.
15953
15954 2004-08-18 Jesper Harder <harder@ifa.au.dk>
15955
15956 * nntp.el: Add (require 'gnus) due to reference to
15957 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
15958
15959 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
15960
15961 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
15962 Bind `mm-fill-flowed'.
15963
15964 * mm-decode.el (mm-dissect-singlepart): Check it.
15965
15966 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
15967
15968 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15969 'imap' for netrc parsing.
15970
15971 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
15972
15973 * mailcap.el (mailcap-mime-data): Mark as risky.
15974
15975 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
15976
15977 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15978 may be included in the encoded word.
15979 (rfc2047-encode): Don't append a space if the encoded word
15980 includes close parenthesis.
15981
15982 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
15983
15984 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15985 of text within parentheses.
15986
15987 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
15988
15989 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15990 (gnus-encrypt-write-file-contents): Make the password key the file
15991 name PLUS the cipher, not just the cipher. Also remove failed
15992 passwords from the cache.
15993
15994 2004-08-06 Simon Josefsson <jas@extundo.com>
15995
15996 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
15997 Doc fix.
15998
15999 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
16000
16001 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16002 LWSP.
16003
16004 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
16005
16006 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16007 Try to append in-reply-to: data to the references: header.
16008
16009 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16010 (netrc-parse): Use gnus-encrypt.el functions.
16011
16012 * gnus-encrypt.el: Add new file for encryption support; currently
16013 does only a few GPG ciphers and an internal XOR cipher.
16014
16015 * password.el: Add comments on using password-read-and-add.
16016 (password-read-and-add): Add function to read and add the
16017 password to the cache at once.
16018
16019 2004-07-28 Simon Josefsson <jas@extundo.com>
16020
16021 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16022 parameter (but don't use it, for now).
16023
16024 * imap.el (imap-ssl-open): Use imap-process-connection-type,
16025 instead of hard coding to nil.
16026
16027 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16028
16029 * mm-view.el (mm-inline-image-emacs): Open lines under an image
16030 as mm-inline-image-xemacs does.
16031
16032 2004-07-26 Simon Josefsson <jas@extundo.com>
16033
16034 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16035 Revert part of 2004-07-17 change below.
16036
16037 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
16038
16039 * rfc2047.el (rfc2047-encode-region): Don't infloop.
16040 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16041
16042 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16043
16044 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16045 quotes that actually start with ">" at the beginning of the
16046 lines.
16047
16048 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
16049
16050 * rfc2047.el (rfc2047-encode-region): Fix last change.
16051 (rfc2047-encode-parameter): Remove useless concat.
16052
16053 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
16054
16055 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16056 encode special characters; fix some kind of misconfigured headers;
16057 signal a real error if debug-on-quit or debug-on-error is non-nil.
16058 (rfc2047-encode-max-chars): New variable.
16059 (rfc2047-encode-1): Use it.
16060 (rfc2047-encode-parameter): New function.
16061
16062 * mml.el (mml-insert-parameter): Remove an excessive space.
16063
16064 2004-07-17 Simon Josefsson <jas@extundo.com>
16065
16066 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16067 Kai Grossjohann <kai@emptydomain.de>.
16068 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16069 (gnus-group-make-menu-bar): Ditto.
16070
16071 * gnus-util.el (gnus-group-server): Add.
16072
16073 2004-07-16 Jesper Harder <harder@ifa.au.dk>
16074
16075 * message.el (message-clone-locals): Clone sendmail and smtp
16076 variables.
16077
16078 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16079
16080 * rfc2047.el (rfc2047-encode-region): Fix last change.
16081
16082 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16083
16084 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16085 characters as non-special.
16086
16087 2004-07-09 Simon Josefsson <jas@extundo.com>
16088
16089 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16090 Users will lose all flag changes made while unplugged with
16091 e.g. nntp unless flag synchronization happens, thus `nil' is not a
16092 good default. See numerous reports on ding mailing list.
16093
16094 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
16095
16096 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16097 add generate-head-function and generate-article-function to the
16098 rfc822-forward entry.
16099 (nndoc-rfc822-forward-generate-article): New function.
16100 (nndoc-rfc822-forward-generate-head): New function.
16101
16102 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16103
16104 2004-07-06 Dan Christensen <jdc@uwo.ca>
16105
16106 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16107 respect display group parameter and gnus-summary-expunge-below.
16108 (gnus-articles-to-read): Remove unused reference to display group
16109 parameter.
16110
16111 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16112
16113 * nnheader.el (nnheader-uniquify-message-id): New experimental
16114 variable.
16115 (nnheader-nov-read-message-id): Use it.
16116
16117 * spam-report.el (spam-report-gmane): Add interactive.
16118
16119 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
16120
16121 * mm-encode.el (mm-content-transfer-encoding-defaults):
16122 Use qp-or-base64 for the application/* types.
16123
16124 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
16125
16126 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16127
16128 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
16129
16130 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16131 trim value.
16132
16133 2004-01-25 Paul Jarc <prj@po.cwru.edu>
16134
16135 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16136 New macro and function.
16137 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16138
16139 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16140
16141 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16142 after-load-alist.
16143
16144 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16145
16146 * gnus-group.el (gnus-group-get-new-news-this-group):
16147 Don't update info that isn't there.
16148
16149 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
16150
16151 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16152 entry.
16153
16154 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16155
16156 * mm-view.el (mm-inline-render-with-function): Use multibyte
16157 buffer; decode html source by charset.
16158
16159 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16160
16161 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16162 Mule-UCS is loaded under XEmacs.
16163 (mm-mime-mule-charset-alist): Avoid duplicated entries.
16164
16165 2004-06-28 Jesper Harder <harder@ifa.au.dk>
16166
16167 * nnheader.el (nnheader-max-head-length): Increase to 8192.
16168
16169 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
16170
16171 * mm-util.el (mm-coding-system-p): Return a coding-system.
16172 (mm-mime-mule-charset-alist): Use shift_jis instead of
16173 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16174 entries for the mime charsets iso-2022-jp-3 and shift_jis.
16175 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16176 instead of japanese-shift-jis and iso-latin-1 respectively in
16177 order to share the default value with both Emacs and XEmacs-mule.
16178 (mm-mule-charset-to-mime-charset):
16179 Make mm-coding-system-priorities effective.
16180 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16181 while predicating of candidates upon the priorities.
16182
16183 2004-06-27 Jesper Harder <harder@ifa.au.dk>
16184
16185 * gnus-sum.el (gnus-summary-make-menu-bar):
16186 Add gnus-uu-invert-processable.
16187
16188 * gnus.el: Autoload gnus-uu-invert-processable.
16189
16190 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
16191
16192 * mm-util.el (mm-with-multibyte-buffer): New macro.
16193
16194 * rfc2047.el (rfc2047-encode-string): Use it.
16195 (rfc2047-encode-region): Move point to the end of the region after
16196 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16197
16198 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
16199
16200 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16201 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16202
16203 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
16204
16205 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16206 (gnus-cite-parse): Ignore quoted envelope From_.
16207 Suggested by Karl Chen <quarl@nospam.quarl.org>.
16208
16209 2004-06-23 Jesper Harder <harder@ifa.au.dk>
16210
16211 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16212 invalid addresses.
16213
16214 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
16215
16216 * spam.el: Change section markers, revise TODO list.
16217 (spam-backends): Make new master list of all installed backends.
16218 (spam-summary-exit-behavior): Add new variable to determine how
16219 messages moves are done at summary exit.
16220 (spam-move-spam-nonspam-groups-only)
16221 (spam-process-ham-in-nonham-groups)
16222 (spam-process-ham-in-spam-groups): Remove variables, the
16223 spam-summary-exit-behavior variable should be used to manage this
16224 behavior.
16225 (spam-old-ham-articles, spam-old-spam-articles): Remove.
16226 (spam-old-articles): Add variable, replacing spam-old-ham-articles
16227 and spam-old-spam-articles.
16228 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16229 Add empty variables, placeholders for the backends they represent.
16230 (spam-set-difference): Move, unchanged.
16231 (spam-list-of-processors): Declare OBSOLETE, not used anymore
16232 unless the user has a processor variable.
16233 (spam-classifications, spam-classification-valid-p)
16234 (spam-backend-properties, spam-backend-property-valid-p)
16235 (spam-backend-function-type-valid-p)
16236 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16237 (spam-report-articles-gmane, spam-report-articles-resend):
16238 Remove functions, they are not needed.
16239 (spam-install-backend-super, spam-backend-list)
16240 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16241 (spam-backend-function, spam-backend-ham-registration-function)
16242 (spam-backend-spam-registration-function)
16243 (spam-backend-ham-unregistration-function)
16244 (spam-backend-spam-unregistration-function)
16245 (spam-backend-statistical-p, spam-backend-mover-p)
16246 (spam-install-backend-alias, spam-install-checkonly-backend)
16247 (spam-install-mover-backend, spam-install-nocheck-backend)
16248 (spam-install-backend, spam-install-statistical-backend)
16249 (spam-install-statistical-checkonly-backend): Add backend installation
16250 support.
16251 (spam-summary-prepare-exit): Rewrite to use the new backend code.
16252 (spam-group-processor-p): Use the new backend code and respect the
16253 summary exit behavior.
16254 (spam-mark-spam-as-expired-and-move-routine): Remove.
16255 (spam-summary-prepare): Change to use the new spam-old-articles
16256 variable.
16257 (spam-copy-or-move-routine, spam-copy-spam-routine)
16258 (spam-move-spam-routine, spam-copy-ham-routine)
16259 (spam-move-ham-routine): Add code to copy/move ham or spam.
16260 (spam-fetch-field-fast): Improve doc and code, plus allow the
16261 'number request.
16262 (spam-list-of-checks, spam-list-of-statistical-checks):
16263 Remove variables.
16264 (spam-split, spam-find-spam): Use the new backend code.
16265 (spam-registration-functions): Remove variable.
16266 (spam-unregister-routine): Add convenience wrapper.
16267 (spam-log-undo-registration, spam-register-routine)
16268 (spam-log-processing-to-registry)
16269 (spam-log-unregistration-needed-p): Rename "check" to "backend"
16270 where possible.
16271 (spam-check-gmane-xref, spam-check-regex-headers)
16272 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16273 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16274 (spam-check-bogofilter-headers, spam-check-spamoracle)
16275 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16276 (spam-check-crm114-headers): Use the spam-split-group that
16277 spam-split prepares, no need to determine it every time.
16278
16279 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16280 to the nnheader-parse-naked-head call.
16281
16282 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16283
16284 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16285 the nnheader-nov-read-message-id call.
16286
16287 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
16288
16289 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16290 gnus-activate-group twice. Suggested by Markus Peter
16291 <warp@spin.de>.
16292
16293 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
16294
16295 * gnus-art.el (gnus-article-time-format): Exchange the order of
16296 day and month in the default value; fix customization type.
16297 (article-date-ut): Use add-text-properties.
16298 (article-make-date-line): Use message-make-date instead of
16299 current-time-string.
16300
16301 * message.el (message-fetch-field): Don't use set-text-properties.
16302 (message-make-date): Simplify.
16303
16304 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
16305
16306 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16307 (rfc2047-encode-region): Treat text within parentheses as special;
16308 show the original text when error has occurred.
16309
16310 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16311 already-computed method to gnus-activate-group.
16312
16313 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16314 same select-methods identical Lisp objects.
16315
16316 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16317 object when modifying the info.
16318
16319 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16320
16321 * gnus-srvr.el (gnus-server-set-info): Remove the server from
16322 gnus-opened-servers since it has never been opened with the new
16323 configuration yet.
16324
16325 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
16326
16327 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16328 arg to nnheader-generate-fake-message-id.
16329
16330 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
16331
16332 * nnheader.el (nnheader-generate-fake-message-id): Accept a
16333 number and build a fake message ID localized to a group and
16334 article number (so it's repeatable from that point on).
16335 (nnheader-fake-message-id-p): Change regex to accommodate new fake
16336 ID format.
16337
16338 * gnus-sum.el (gnus-get-newsgroup-headers):
16339 Call nnheader-generate-fake-message-id with the article number.
16340
16341 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
16342
16343 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16344 end-of-buffer.
16345
16346 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16347
16348 * message.el (message-ignored-supersedes-headers): Add Approved.
16349
16350 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
16351
16352 * rfc2047.el (rfc2047-encode-message-header): Remove useless
16353 goto-char.
16354 (rfc2047-encode): Fold the line before encoding.
16355
16356 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16357
16358 * rfc2047.el (rfc2047-encode-message-header): Disabled header
16359 folding -- not all headers can be folded, and this should be done
16360 by the message composition mode. Probably. I think.
16361
16362 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
16363
16364 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16365 fast.
16366
16367 * gnus-ems.el (gnus-remove-image): Don't use
16368 message-text-with-property; remove only the image found first.
16369
16370 2004-06-09 Jesper Harder <harder@ifa.au.dk>
16371
16372 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16373
16374 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
16375
16376 * message.el (message-text-with-property): Make it fast and accept
16377 optional arguments.
16378 (message-strip-forbidden-properties): Use it.
16379 (message-fix-before-sending): Follow the m-t-w-p change.
16380
16381 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16382
16383 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
16384
16385 * gnus-art.el (article-hide-headers): Don't change the buffer
16386 mistakenly when performing mml-preview even if
16387 gnus-single-article-buffer is nil.
16388
16389 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
16390
16391 * message.el (message-expand-name-databases): New user option.
16392 (message-expand-name): Use it.
16393
16394 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
16395
16396 * spam.el (spam-report-articles-resend)
16397 (spam-report-resend-register-routine): Allow ham reporting.
16398 (spam-report-resend-register-ham-routine): Add wrapper.
16399 (spam-registration-functions): Add ham resending functions.
16400 (spam-list-of-processors): Add ham resend processor.
16401
16402 * gnus.el (ham-resend-to): Add new group parameter.
16403 (spam-process): Add ham resend option.
16404
16405 * spam-report.el (spam-report-resend): Allow reporting ham.
16406 (spam-report-resend-ham): Add wrapper.
16407
16408 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16409
16410 * message.el (message-cite-articles-with-x-no-archive):
16411 New variable.
16412 (message-cite-original): Use it.
16413
16414 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16415
16416 * message.el (message-cite-original): Respect X-No-Archive.
16417
16418 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
16419
16420 * gnus-art.el (article-hide-headers): Refer to the values for
16421 gnus-ignored-headers and gnus-visible-headers in the summary
16422 buffer since a user may have set them as group parameters.
16423
16424 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
16425
16426 * assistant.el (assistant-node-name): Add convenience function.
16427 (assistant-render-text, assistant-render-node): Add error handling,
16428 plus handle multiple next nodes.
16429 (assistant-find-next-node): Comment out for now.
16430 (assistant-find-next-nodes): Add function, returns list of next
16431 nodes.
16432
16433 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
16434
16435 * mail-source.el (mail-source-directory): Fix doc-string.
16436
16437 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
16438
16439 * assistant.el (assistant-render-text, assistant-eval): Add :set
16440 widget type, which is different because it takes and returns a
16441 list. Much hilarity ensues.
16442
16443 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
16444
16445 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16446
16447 * gnus-group.el (gnus-group-get-new-news-this-group):
16448 Add doc-string.
16449
16450 * gnus-start.el (gnus-activate-group): Add doc-string.
16451
16452 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
16453
16454 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16455
16456 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
16457
16458 * assistant.el (assistant-render-text): Try to add a :set
16459 widget, more to come.
16460
16461 * spam.el (spam-group-spam-contents-p): Handle empty groupname
16462 strings.
16463 (spam-report-articles-resend)
16464 (spam-register-routine): Do registration iff any articles warrant
16465 it.
16466 (spam-summary-prepare-exit): Change log message for nil group
16467 destinations.
16468
16469 2004-05-27 Daniel Pittman <daniel@rimspace.net>
16470
16471 * spam.el (spam-report-resend-register-routine):
16472 Allow spam-report-resend-to to be a group parameter or a global value.
16473
16474 2004-05-26 Simon Josefsson <jas@extundo.com>
16475
16476 * starttls.el: Merge with my GNUTLS based starttls.el.
16477 (starttls-gnutls-program, starttls-use-gnutls)
16478 (starttls-extra-arguments, starttls-process-connection-type)
16479 (starttls-connect, starttls-failure, starttls-success):
16480 New variables.
16481 (starttls-program, starttls-extra-args): Doc fix.
16482 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16483 New functions.
16484 (starttls-negotiate, starttls-open-stream):
16485 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16486 function if it is set.
16487
16488 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
16489
16490 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16491 structured fields.
16492
16493 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16494
16495 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16496
16497 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
16498
16499 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16500 Add variable.
16501 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
16502 assigning the spam-mark to new messages.
16503
16504 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
16505
16506 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16507
16508 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16509
16510 * rfc2047.el (rfc2047-encodable-p): Don't move point.
16511 (rfc2047-decode): Treat the ascii coding-system as raw-text by
16512 default.
16513
16514 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
16515
16516 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16517 correct data.
16518
16519 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
16520
16521 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16522 (spam-group-processor-p): Fix function.
16523 (spam-group-processor-multiple-p)
16524 (spam-group-spam-processor-report-gmane-p)
16525 (spam-group-spam-processor-report-resend-p)
16526 (spam-group-spam-processor-bogofilter-p)
16527 (spam-group-spam-processor-blacklist-p)
16528 (spam-group-spam-processor-ifile-p)
16529 (spam-group-ham-processor-ifile-p)
16530 (spam-group-spam-processor-spamoracle-p)
16531 (spam-group-spam-processor-crm114-p)
16532 (spam-group-ham-processor-bogofilter-p)
16533 (spam-group-spam-processor-stat-p)
16534 (spam-group-ham-processor-stat-p)
16535 (spam-group-ham-processor-whitelist-p)
16536 (spam-group-ham-processor-BBDB-p)
16537 (spam-group-ham-processor-spamoracle-p)
16538 (spam-group-ham-processor-copy-p): Remove functions with some
16539 prejudice against unneeded code.
16540 (spam-report-articles-resend)
16541 (spam-report-resend-register-routine): Allow the group/topic
16542 spam-resend-to value to override spam-report-resend-to.
16543 (spam-summary-prepare-exit): Invoke spam-group-processor-p
16544 properly now.
16545
16546 * gnus.el (spam-resend-to): Add group/topic parameter.
16547 (spam-process): Move the OBSOLETE processors to the end of the
16548 choices.
16549
16550 2004-05-24 Daniel Pittman <daniel@rimspace.net>
16551
16552 * spam-report.el (spam-report-resend-to, spam-report-resend):
16553 Start with resend-to set to nil, and then ask the user if necessary.
16554 (spam-report-resend): spam-report-resend takes a list of articles, not
16555 separate article numbers.
16556
16557 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
16558
16559 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16560 addition to emacs-w3m.
16561
16562 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16563
16564 * assistant.el (assistant-authinfo-data): New function.
16565 (assistant-eval): Eval for entire assistant.
16566
16567 * netrc.el (netrc-services-file): New variable.
16568 (netrc-parse-services): New function.
16569 (netrc-find-service-name): New function.
16570 (netrc-find-service-number): New function.
16571 (netrc-port-equal): New function.
16572 (netrc-machine): Use it.
16573
16574 * nnimap.el (nnimap-open-connection): Use netrc.
16575
16576 * gnus-util.el (gnus-netrc-get): Remove aliases.
16577
16578 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16579
16580 * assistant.el (wid-edit): Fix compilation.
16581
16582 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16583
16584 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
16585
16586 * gnus-util.el (gnus-set-file-modes): New function. (small
16587 patch).
16588
16589 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16590
16591 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16592
16593 * assistant.el (assistant-render-node): Fix up rendering and
16594 read-only text.
16595 (assistant-render-node): Reset.
16596 (assistant-make-read-only): Not sticky.
16597
16598 2004-05-20 Danny Siu <dsiu@adobe.com>
16599
16600 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16601 centered even when gnus-auto-center-summary is t
16602
16603 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16604
16605 * dns.el (dns-get-txt-answer): New function.
16606 (dns-read-txt): Ditto.
16607 (query-dns): Use it.
16608
16609 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
16610
16611 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16612 active for foreign groups even if the group level is higher than
16613 the specified value.
16614
16615 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16616
16617 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16618 non-active groups.
16619
16620 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16621
16622 2004-05-20 Magnus Henoch <mange@freemail.hu>
16623
16624 * dns.el (dns-read-type): Add support for SVR. (small patch)
16625
16626 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
16627
16628 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16629 (spam-crm114-header, spam-crm114-spam-switch)
16630 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16631 (spam-crm114-positive-spam-header)
16632 (spam-crm114-database-directory, spam-list-of-processors)
16633 (spam-group-spam-processor-crm114-p)
16634 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16635 (spam-generic-score, spam-list-of-checks)
16636 (spam-list-of-statistical-checks, spam-registration-functions)
16637 (spam-check-crm114-headers, spam-crm114-score)
16638 (spam-check-crm114, spam-crm114-register-with-crm114)
16639 (spam-crm114-register-spam-routine)
16640 (spam-crm114-unregister-spam-routine)
16641 (spam-crm114-register-ham-routine)
16642 (spam-crm114-unregister-ham-routine): Add CRM114 support.
16643 From asjo@koldfront.dk (Adam Sjøgren).
16644
16645 * gnus.el: Add spam-use-crm114.
16646
16647 * spam.el (spam-list-of-processors, spam-registration-functions):
16648 Add spam-use-resend.
16649 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16650 (spam-report-articles-gmane): Add doc fix.
16651 (spam-report-articles-resend, spam-report-resend-register-routine):
16652 Add wrappers around spam-report-resend-to.
16653
16654 * spam-report.el (spam-report-resend-to, spam-report-resend):
16655 Add support for resending spam.
16656 (spam-report-gmane): Fix line length >80.
16657
16658 * gnus.el (spam-process): Add spam-use-resend.
16659
16660 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16661
16662 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16663 number of processed spam messages.
16664 (spam-ham-copy-or-move-routine): Return the number of processed
16665 ham messages.
16666 (spam-summary-prepare-exit): Use the above values to decide
16667 whether status messages shouled be displayed.
16668
16669 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
16670
16671 * rfc2047.el (rfc2047-encode-function-alist): Rename from
16672 `rfc2047-encoding-function-alist' in order to avoid conflicting
16673 with the old version.
16674 (rfc2047-encode-region): Concatenate words containing non-ASCII
16675 characters in structured fields; don't encode space-delimited
16676 ASCII words even in unstructured fields; don't break words at
16677 char-category boundaries.
16678 (rfc2047-encode-1): New function.
16679 (rfc2047-encode): Use it; encode text so that it occupies the
16680 maximum width within 76-column; work correctly on Q encoding for
16681 iso-2022-* charsets.
16682 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16683 sure not to break a line just after the header name.
16684 (rfc2047-b-encode-region): Remove.
16685 (rfc2047-b-encode-string): New function.
16686 (rfc2047-q-encode-region): Remove.
16687 (rfc2047-q-encode-string): New function.
16688
16689 * mm-util.el (mm-replace-in-string): New function.
16690
16691 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16692
16693 * gnus-msg.el (gnus-inews-make-draft-meta-information):
16694 Really get it right.
16695 (gnus-inews-make-draft): Really.
16696
16697 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
16698
16699 * nnmh.el (nnmh-request-list-1): Don't check the link count
16700 before descending. (small patch)
16701
16702 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16703
16704 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16705 stuff.
16706
16707 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
16708 Match on real group name.
16709
16710 * gnus-art.el (gnus-signature-limit): Doc fix.
16711
16712 * gnus-msg.el (gnus-inews-make-draft): Quote list.
16713
16714 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16715
16716 * gnus-draft.el (gnus-draft-send):
16717 Bind rfc2047-encode-encoded-words.
16718
16719 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16720 (rfc2047-encodable-p): Say that =? needs encoding.
16721 (rfc2047-encode-encoded-words): New variable.
16722
16723 * gnus-group.el (gnus-group-select-group): Doc fix.
16724
16725 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16726
16727 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16728 to nil.
16729
16730 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16731
16732 * nnheader.el (nnheader-get-lines-and-char): New function.
16733
16734 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
16735
16736 * gnus-msg.el (gnus-summary-followup-with-original):
16737 Document yanking of region when active.
16738
16739 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
16740
16741 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16742 groups if the group level is higher than the specified value.
16743
16744 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16745
16746 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16747 (gnus-group-jump-to-group): Add prefix argument using
16748 `gnus-group-jump-to-group-prompt'. Query before jumping to
16749 non-active group.
16750
16751 * compface.el (uncompface): Be verbose when changing
16752 `uncompface-use-external'.
16753
16754 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16755 handle manual section.
16756
16757 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16758
16759 * gnus-art.el (gnus-button-alist): Revert previous change.
16760
16761 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16762
16763 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16764
16765 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16766
16767 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16768 whether backend can accept message.
16769
16770 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16771
16772 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
16773
16774 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16775 Avoid creating directory when nntp-marks-is-evil is true.
16776 Reported by Reiner Steib.
16777
16778 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16779
16780 * gnus-picon.el (gnus-picon-style): New variable.
16781 (gnus-picon-insert-glyph): Add optional `nostring' argument.
16782 (gnus-picon-transform-address): Support `gnus-picon-style'.
16783 From Jesper Harder <harder@ifa.au.dk>.
16784
16785 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16786
16787 * message.el (message-fill-field): Return point.
16788 (message-generate-headers): Go to end of field.
16789
16790 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16791 stuff for non-living groups.
16792
16793 2004-05-18 Jesper Harder <harder@ifa.au.dk>
16794
16795 * gnus-art.el (gnus-article-followup-with-original)
16796 (gnus-article-reply-with-original): gnus-mark-active-p ->
16797 gnus-region-active-p.
16798
16799 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
16800
16801 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16802 only when there is spam or ham to be processed.
16803
16804 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16805
16806 * mail-source.el (mail-source-delete-crash-box): Refactor.
16807 (mail-source-fetch): Use it.
16808 (mail-source-fetch-file): Ditto.
16809 (mail-source-fetch-directory): Run postscript in loop.
16810 (mail-source-fetch-pop): Delete.
16811 (mail-source-fetch-maildir): Ditto.
16812 (mail-source-fetch-imap): Ditto.
16813
16814 * imap.el (imap-authenticators): Comment out sasl.
16815
16816 * message.el (message-skip-to-next-address): New function.
16817 (message-fill-header-address): Refactor.
16818 (message-fill-address): Use it.
16819 (message-delete-address): Use it.
16820 (message-fill-header-general): Refactor.
16821 (message-fill-field-address): Rename.
16822 (message-narrow-to-field): Find the start of the header.
16823 (message-header-format-alist): Don't pre-fill.
16824 (message-fill-header): Remove.
16825 (message-insert-header): New function.
16826 (message-shorten-references): Use it.
16827
16828 * rfc2047.el (rfc2047-field-value): Strip props.
16829
16830 * mail-parse.el (mail-header-make-address): New alias.
16831
16832 * ietf-drums.el (ietf-drums-make-address): New function.
16833
16834 * imap.el: Add compiler directives.
16835
16836 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16837
16838 * gnus-art.el (article-decode-idna-rhs): Don't use
16839 message-idna-inside-rhs-p.
16840
16841 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16842
16843 * message.el (message-idna-inside-rhs-p): Remove.
16844 (message-idna-to-ascii-rhs-1): Use proper address parsing.
16845
16846 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
16847 false positives.
16848
16849 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16850
16851 * imap.el (imap-sasl-make-mechanisms): Use sasl.
16852
16853 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16854
16855 * nneething.el (nneething-file-name): Don't create spurious
16856 files.
16857
16858 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16859 (gnus-inews-do-gcc): Remove sleep.
16860
16861 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16862 part under point.
16863
16864 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16865 (gnus-agent-regenerate-group): Using nil messages aren't valid.
16866
16867 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
16868
16869 * spam.el (spam-summary-prepare-exit): Fix (length).
16870
16871 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
16872
16873 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16874 as expired without moving it" message when there are spam
16875 messages left.
16876
16877 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
16878
16879 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16880 header is not nil.
16881
16882 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
16883
16884 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16885 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
16886 (nntp-marks-changed-p): New arg SERVER.
16887 (nntp-request-update-info): Adjust caller.
16888
16889 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
16890
16891 * nntp.el (nntp-save-marks): Pass missing arg.
16892
16893 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
16894
16895 * nntp.el: Support marks.
16896 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16897 (nntp-marks-modtime, nntp-marks-directory): New variables.
16898 (nntp-request-set-mark, nntp-request-update-info)
16899 (nntp-possibly-create-directory, nntp-marks-changed-p)
16900 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
16901 New functions.
16902
16903 2004-05-12 Jesper Harder <harder@ifa.au.dk>
16904
16905 * gnus-score.el (gnus-score-insert-help):
16906 Use gnus-select-lowest-window.
16907
16908 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16909 appt-select-lowest-window and rename to gnus-select-lowest-window.
16910
16911 * gnus.el: do.
16912
16913 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16914
16915 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16916 encodings of MIME-encoded words, in order to improve
16917 interoperability with several broken MUAs.
16918
16919 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16920
16921 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16922 tags, only when charsets are not specified in headers.
16923 (mm-inline-text-html-render-with-w3m): Ditto.
16924
16925 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16926
16927 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16928 instead of MIME-decoded from fields when checking
16929 `gnus-article-address-banner-alist'.
16930
16931 2004-05-03 Jesper Harder <harder@ifa.au.dk>
16932
16933 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16934 description rather than subject.
16935
16936 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16937
16938 * gnus.el (gnus-version-number): Bump.
16939
16940 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16941
16942 * gnus.el: No Gnus v0.2 is released.
16943
16944 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16945
16946 * gnus-agent.el (gnus-agent-read-agentview):
16947 Inline gnus-uncompress-range.
16948
16949 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16950
16951 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16952 `exec-installed-p'.
16953
16954 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16955
16956 * gnus.el (spam-process, spam-autodetect-methods):
16957 Add bsfilter and bsfilter-headers.
16958
16959 * spam.el (spam-bsfilter): New customize group.
16960 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16961 (spam-bsfilter-header, spam-bsfilter-probability-header)
16962 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16963 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16964 (spam-bsfilter-database-directory): New options.
16965 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16966 (spam-list-of-statistical-checks, spam-registration-functions):
16967 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16968 (spam-bsfilter-score): New command.
16969 (spam-check-bsfilter-headers, spam-check-bsfilter)
16970 (spam-bsfilter-register-with-bsfilter)
16971 (spam-bsfilter-register-spam-routine)
16972 (spam-bsfilter-unregister-spam-routine)
16973 (spam-bsfilter-register-ham-routine)
16974 (spam-bsfilter-unregister-ham-routine): New functions.
16975 (spam-generic-score): Support bsfilter; Accept an optional argument
16976 to recalcurate spam score even if scoring header has already been
16977 added.
16978 (spam-bogofilter-score, spam-spamassassin-score): Accept an
16979 optional argument to recalcurate spam score even if scoring header
16980 has already been added.
16981
16982 2004-04-29 Jesper Harder <harder@ifa.au.dk>
16983
16984 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16985 strings! Reported by David D. Smith <davidsmith@acm.org>.
16986 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16987 link is missing.
16988
16989 2004-04-28 Jesper Harder <harder@ifa.au.dk>
16990
16991 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16992 (html2text-get-attr): Rewrite.
16993
16994 * message.el (message-setup-1): Remove redundant put-text-property
16995 on mail-header-separator.
16996
16997 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
16998
16999 * gnus-registry.el (gnus-registry-cache-whitespace)
17000 (gnus-registry-action, gnus-registry-spool-action)
17001 (gnus-registry-split-fancy-with-parent): Change message levels
17002 from 5 to 3 or 7, as needed.
17003
17004 * spam.el (spam-summary-prepare-exit)
17005 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17006 (spam-split, spam-find-spam, spam-log-undo-registration)
17007 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17008 level from 5 to 6.
17009
17010 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17011
17012 * gnus-ems.el: Autoload appt-select-lowest-window (revert
17013 2004-03-04 change).
17014
17015 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17016
17017 * sieve-manage.el (sieve-manage-open):
17018 * nnweb.el (nnweb-insert-html):
17019 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17020 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17021 * nnspool.el (nnspool-request-group):
17022 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17023 * nnml.el (nnml-request-update-info):
17024 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17025 (nnmh-request-create-group, nnmh-update-gnus-unreads):
17026 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17027 (nnimap-request-set-mark):
17028 * nnfolder.el (nnfolder-request-update-info):
17029 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17030 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17031 * gnus-uu.el (gnus-uu-find-articles-matching):
17032 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17033 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17034 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17035 * gnus-nocem.el (gnus-nocem-scan-groups):
17036 * gnus-int.el (gnus-start-news-server):
17037 * gnus-group.el (gnus-group-make-kiboze-group)
17038 (gnus-group-browse-foreign-server):
17039 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17040 Use mapc when appropriate.
17041
17042 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
17043
17044 FIXME: Make separate entries for each person.
17045
17046 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17047 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17048 <shields@msrl.com>:
17049
17050 * spam.el (spam-necessary-extra-headers): Get the extra headers we
17051 may need for spam sorting and scoring.
17052 (spam-user-format-function-S): Add user format function suitable for
17053 general use.
17054 (spam-article-sort-by-spam-status): Add sorting function for summary
17055 sorting.
17056 (spam-extra-header-to-number): Add function to get a score from a
17057 header.
17058 (spam-summary-score): Add function to get a numeric score from the
17059 headers.
17060 (spam-generic-score): Fix function doc, was in wrong place.
17061 (spam-initialize): Take symbols when it's run, and install the
17062 extra headers that spam-necessary-extra-headers thinks we need.
17063
17064 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
17065
17066 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17067 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17068
17069 2004-04-17 Jesper Harder <harder@ifa.au.dk>
17070
17071 * gnus-sum.el (gnus-set-global-variables)
17072 (gnus-build-all-threads, gnus-get-newsgroup-headers)
17073 (gnus-article-get-xrefs, gnus-summary-best-group)
17074 (gnus-summary-next-article, gnus-summary-enter-digest-group)
17075 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17076 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17077 Use with-current-buffer.
17078
17079 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
17080
17081 * spam.el (spam-summary-prepare-exit): Simplify logic.
17082 (spam-fetch-article-header): Read the article header if it's not
17083 available.
17084 (spam-list-articles): Simplify logic.
17085 (spam-filelist-register-routine): Fix bug with unregister-list.
17086
17087 * gnus-registry.el: Fix comments at beginning.
17088
17089 2004-04-16 Jesper Harder <harder@ifa.au.dk>
17090
17091 * message.el (message-cater-to-broken-inn): Remove.
17092 (message-shorten-references): Make sure the total folded length of
17093 References is shorter than 998 characters to cater to a bug in INN
17094 2.3. Also, don't pretend that references aren't folded -- this
17095 hasn't worked for a while.
17096
17097 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
17098
17099 * gnus-agent.el (gnus-agentize):
17100 gnus-agent-send-mail-real-function no longer set to current value
17101 of message-send-mail-function but rather a lambda that calls
17102 message-send-mail-function. The change makes the agent real-time
17103 responsive to user changes to message-send-mail-function.
17104
17105 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
17106
17107 * legacy-gnus-agent.el
17108 (gnus-agent-convert-to-compressed-agentview): Fix typos with
17109 help from Florian Weimer <fw@deneb.enyo.de>
17110
17111 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
17112
17113 * nnmail.el (nnmail-cache-insert): Revert last change.
17114
17115 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
17116
17117 * nnmail.el (nnmail-cache-insert): Always check whether
17118 nnmail-cache-ignore-groups matches a group name.
17119
17120 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
17121
17122 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17123 (spam-find-spam, spam-log-processing-to-registry)
17124 (spam-log-registered-p, spam-log-unregistration-needed-p)
17125 (spam-log-undo-registration): Use gnus-message instead of
17126 gnus-error, none of these errors are fatal.
17127
17128 * gnus-registry.el (gnus-registry-clean-empty-function)
17129 (gnus-registry-clean-empty): Remove only empty entries without
17130 extra data.
17131
17132 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
17133
17134 * spam-stat.el (spam-stat-buffer-change-to-spam)
17135 (spam-stat-buffer-change-to-non-spam): Change (error) to
17136 (gnus-message 8) invocation.
17137
17138 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17139
17140 * nntp.el (nntp-via-netcat-command): New variable.
17141 (nntp-via-netcat-switches): New variable.
17142 (nntp-open-via-rlogin-and-netcat): New function.
17143 (nntp-open-connection-function): Doc fix.
17144 (nntp-telnet-command): Doc fix.
17145 (nntp-end-of-line): Doc fix.
17146 (nntp-via-rlogin-command): Doc fix.
17147 (nntp-via-user-name): Doc fix.
17148 (nntp-via-address): Doc fix.
17149
17150 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
17151
17152 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17153 error in Emacs 21.1.
17154
17155 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
17156
17157 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17158
17159 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
17160
17161 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17162 (gnus-agent-with-refreshed-group): New macro.
17163 (gnus-agent-rename-group): New function.
17164 (gnus-agent-delete-group): New function.
17165 (gnus-agent-save-group-info): Use gnus-command-method when
17166 `method' parameter is nil. Don't write nil entries into the
17167 active file.
17168 (gnus-agent-get-group-info): New function.
17169 (gnus-agent-fetch-articles):
17170 Use gnus-agent-update-files-total-fetched-for to increment disk space
17171 used.
17172 (gnus-agent-fetch-headers, gnus-agent-save-alist):
17173 Use gnus-agent-update-view-total-fetched-for to increment disk space
17174 used.
17175 (gnus-agent-get-local): Add optional parameters to avoid calling
17176 gnus-group-real-name and gnus-find-method-for-group.
17177 (gnus-agent-set-local): Delete stored entry if either min, or max,
17178 are nil.
17179 (gnus-agent-fetch-session): Reworded error/quit messages.
17180 On quit, use gnus-agent-regenerate-group to record existence of any
17181 articles fetched to disk before the quit occurred.
17182 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17183 gnus-agent-update-view-total-fetched-for, and
17184 gnus-agent-update-files-total-fetched-for to decrement disk space
17185 used.
17186 (gnus-agent-retrieve-headers):
17187 Use gnus-agent-update-view-total-fetched-for to increment disk space
17188 used.
17189 (gnus-agent-regenerate-group): Replace gnus-group-update-group
17190 with gnus-agent-update-files-total-fetched-for to decrement disk
17191 space and fresh group buffer.
17192 (gnus-agent-inhibit-update-total-fetched-for): New variable.
17193 (gnus-agent-need-update-total-fetched-for): New variable.
17194 (gnus-agent-update-files-total-fetched-for): New function.
17195 (gnus-agent-update-view-total-fetched-for): New function.
17196 (gnus-agent-total-fetched-for): New function.
17197
17198 * gnus-cache.el (gnus-cache-save-buffers):
17199 Use gnus-cache-update-overview-total-fetched-for to change disk space
17200 used by this group.
17201 (gnus-cache-possibly-enter-article):
17202 Use gnus-cache-update-file-total-fetched-for to increment disk space
17203 used by this group.
17204 (gnus-cache-possibly-remove-article):
17205 Use gnus-cache-update-file-total-fetched-for to decrement disk space
17206 used by this group.
17207 (gnus-cache-generate-nov-databases): Purge total fetched cache.
17208 (gnus-cache-rename-group): New function.
17209 (gnus-cache-delete-group): New function.
17210 (gnus-cache-inhibit-update-total-fetched-for): New variable.
17211 (gnus-cache-need-update-total-fetched-for): New variable.
17212 (gnus-cache-with-refreshed-group): New macro.
17213 (gnus-cache-update-file-total-fetched-for): New function.
17214 (gnus-cache-update-overview-total-fetched-for): New function.
17215 (gnus-cache-rename-group-total-fetched-for): New function.
17216 (gnus-cache-delete-group-total-fetched-for): New function.
17217 (gnus-cache-total-fetched-for): New function.
17218
17219 * gnus-group.el: Require gnus-sum and autoload functions to
17220 resolve warnings when gnus-group.el compiled alone.
17221 (gnus-group-line-format): Documented new %F.
17222 (size of Fetched data) group line format; identifies disk space
17223 used by agent and cache.
17224 (gnus-group-line-format-alist): Defined new F format.
17225 (gnus-total-fetched-for): New function.
17226 (gnus-group-delete-group): No longer update
17227 gnus-cache-active-altered as gnus-request-delete-group now keeps
17228 the cache in sync.
17229 (gnus-group-list-active): Let the agent store a server's active
17230 list if currently plugged.
17231
17232 * gnus-int.el (gnus-request-delete-group):
17233 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17234 local disk in sync with the server.
17235 (gnus-request-rename-group):
17236 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17237 local disk in sync with the server.
17238
17239 * gnus-start.el (gnus-get-unread-articles):
17240 Cosmetic simplification to logic.
17241
17242 * gnus-util.el (gnus-rename-file): New function.
17243
17244 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
17245
17246 * mm-util.el (mm-image-load-path): Handle nil in load-path.
17247
17248 2004-04-07 Jesper Harder <harder@ifa.au.dk>
17249
17250 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17251 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
17252
17253 2004-04-06 Jesper Harder <harder@ifa.au.dk>
17254
17255 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17256 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
17257
17258 2004-04-03 Jesper Harder <harder@ifa.au.dk>
17259
17260 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17261
17262 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
17263
17264 * spam.el (spam-set-difference): Add function to replace
17265 gnus-set-difference in spam.el.
17266 (spam-summary-prepare-exit): Use spam-set-difference.
17267
17268 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
17269
17270 * gnus-registry.el (gnus-registry-cache-file): Update to use
17271 gnus-dribble-directory OR gnus-home-directory OR ~.
17272 (gnus-registry-split-fancy-with-parent): Fix doc.
17273
17274 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
17275
17276 * message.el (message-exchange-point-and-mark):
17277 Use message-mark-active-p. Suggested by Jesper Harder
17278 <harder@ifa.au.dk>.
17279
17280 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
17281
17282 * message.el (message-exchange-point-and-mark): Don't activate
17283 region if it was inactive. Suggested by Hiroshi Fujishima
17284 <pooh@nature.tsukuba.ac.jp>.
17285
17286 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
17287
17288 * gnus-art.el (article-display-face): Display Faces in the same
17289 order as X-Faces.
17290
17291 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
17292
17293 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17294
17295 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17296
17297 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17298 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17299 (gnus-article-mime-hierarchy): Remove.
17300 (gnus-article-mime-hierarchy-next): Remove.
17301 (gnus-article-mode): Revert 2004-03-19 change.
17302 (gnus-article-setup-buffer): Revert 2004-03-19 change.
17303 (gnus-insert-mime-button): Revert 2004-03-19 change.
17304 (gnus-mime-accumulate-hierarchy): Remove.
17305 (gnus-mime-enter-multipart): Remove.
17306 (gnus-mime-leave-multipart): Remove.
17307 (gnus-mime-display-part): Revert 2004-03-19 change.
17308 (gnus-mime-display-alternative): Revert 2004-03-19 change.
17309
17310 * mml.el (mml-preview): Revert 2004-03-19 change.
17311
17312 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
17313
17314 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17315
17316 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17317
17318 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17319 t while entering a file name using the mm-with-multibyte macro.
17320 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17321
17322 * mm-util.el (mm-with-multibyte): New macro.
17323
17324 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
17325
17326 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17327 New user option.
17328 (gnus-mime-multipart-functions): Doc and customization fix.
17329 (gnus-article-mime-hierarchy): New variable.
17330 (gnus-article-mime-hierarchy-next): New variable.
17331 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17332 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17333 gnus-article-mime-hierarchy-next to nil.
17334 (gnus-insert-mime-button): Show hierarchy numbers.
17335 (gnus-mime-accumulate-hierarchy): New function.
17336 (gnus-mime-enter-multipart): New function.
17337 (gnus-mime-leave-multipart): New function.
17338 (gnus-mime-display-part): Recompute hierarchical MIME structure.
17339 (gnus-mime-display-alternative): Show hierarchy numbers.
17340
17341 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17342 gnus-article-mime-hierarchy-next to nil.
17343
17344 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
17345
17346 * dns.el: Don't require gnus-xmas.
17347
17348 2004-03-17 Jesper Harder <harder@ifa.au.dk>
17349
17350 * mml.el (mml-generate-mime-1): Don't use format=flowed with
17351 inline PGP.
17352 (mml-menu): Disable mml-quote-region if mark is inactive.
17353
17354 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17355
17356 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17357 when the group's active is not available.
17358
17359 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
17360
17361 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17362 error.
17363
17364 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
17365
17366 * imap.el (imap-store-password): New variable.
17367 (imap-interactive-login): Use it.
17368 Suggested by Mark Plaksin <happy@mcplaksin.org>.
17369
17370 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
17371
17372 * gnus-art.el (gnus-article-read-summary-keys): Restore new
17373 window-start and hscroll to summary window.
17374
17375 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
17376
17377 * gnus-start.el (gnus-convert-old-newsrc): Only write the
17378 conversion message to newsrc-dribble when an actual conversion is
17379 performed.
17380
17381 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
17382
17383 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17384
17385 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
17386
17387 * mm-decode.el (mm-complicated-handles): New function reviving
17388 former definition of mm-multiple-handles.
17389
17390 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17391 (gnus-mime-delete-part): Use it.
17392
17393 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
17394
17395 * gnus-agent.el (gnus-agent-read-local):
17396 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17397 avoid the implicit assumption that they will always be equal.
17398 (gnus-agent-save-local): Bind buffer-file-coding-system, not
17399 coding-system-for-write, as the with-temp-file macro first prints
17400 to a buffer then saves the buffer.
17401
17402 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
17403
17404 * gnus-art.el (gnus-article-edit-part): New function.
17405 (gnus-mime-save-part-and-strip): Use it; do query instead of
17406 signaling an error; don't use mm-multiple-handles.
17407 (gnus-mime-delete-part): Ditto.
17408
17409 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
17410
17411 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17412 old file versions.
17413 (gnus-group-prepare-hook): Remove function that converted list
17414 form of gnus-agent-expire-days to group properties.
17415
17416 * gnus-int.el: Autoload gnus-agent-regenerate-group.
17417 (gnus-request-accept-article): Re-indented.
17418
17419 * gnus-start.el (gnus-convert-old-newsrc): Registered new
17420 converters to handle old agent file formats. Add logic for a
17421 "backup before upgrading warning".
17422 (gnus-convert-mark-converter-prompt): Developers can mark
17423 functions as needing (default), or not needing,
17424 gnus-convert-old-newsrc's "backup before upgrading warning".
17425 (gnus-convert-converter-needs-prompt): Tests whether the user
17426 should be protected from potentially irreversable changes by the
17427 function.
17428
17429 * legacy-gnus-agent.el: New. Provides converters that are only
17430 loaded when gnus-convert-old-newsrc needs to call them.
17431
17432 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17433
17434 * mail-source.el (mail-source-touch-pop): Doc fix.
17435
17436 * message.el (message-smtpmail-send-it): Doc fix.
17437
17438 2004-03-05 Jesper Harder <harder@ifa.au.dk>
17439
17440 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17441
17442 * nnmail.el (nnmail-split-fancy): do.
17443
17444 * gnus-kill.el (gnus-kill, gnus-execute): do.
17445
17446 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
17447
17448 * gnus-sum.el (gnus-widget-reversible-match)
17449 (gnus-widget-reversible-to-internal)
17450 (gnus-widget-reversible-to-external): New functions.
17451 (gnus-widget-reversible): New widget.
17452 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17453
17454 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
17455
17456 * gnus-sum.el (gnus-thread-sort-functions)
17457 (gnus-article-sort-functions): Document `(not F)' items.
17458
17459 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
17460
17461 * spam.el (spam-use-gmane-xref): Add new backend.
17462 (spam-gmane-xref-spam-group): Add variable to control the name of the
17463 Gmane spam group.
17464 (spam-blackhole-servers, spam-blackhole-good-server-regex)
17465 (spam-regex-headers-spam, spam-regex-headers-ham)
17466 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17467 (spam-list-of-checks): Add spam-use-gmane-xref to list of
17468 backends and checks.
17469 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17470
17471 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17472 an autodetect method.
17473
17474 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
17475
17476 * gnus-int.el (gnus-request-accept-article): Inform the agent that
17477 articles are being added to a group.
17478 (gnus-request-replace-article): Inform the agent that articles
17479 need to be uncached as the cached contents are no longer valid.
17480
17481 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
17482
17483 * binhex.el: Don't autoload executable-find.
17484
17485 * canlock.el: Don't autoload mail-fetch-field.
17486
17487 * gnus-ems.el: Don't autoload appt-select-lowest-window.
17488
17489 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17490 rmail-dont-reply-to and rmail-output.
17491
17492 * gnus-score.el: Don't autoload ffap-string-at-point.
17493
17494 * gnus-setup.el: Don't autoload sc-cite-original.
17495
17496 * imap.el: Don't autoload base64-decode-string,
17497 base64-encode-string and md5.
17498
17499 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17500 and rmail-msg-restore-non-pruned-header.
17501
17502 * mm-decode.el: Don't autoload executable-find.
17503
17504 * mm-url.el: Don't autoload executable-find.
17505
17506 * mm-view.el: Don't autoload diff-mode.
17507
17508 * nndb.el: Don't autoload news-reply-mode, news-setup,
17509 cancel-timer and telnet.
17510
17511 * password.el: Don't autoload run-at-time for Emacs.
17512
17513 * sha1-el.el: Don't autoload executable-find.
17514
17515 * sieve-mode.el: Don't autoload c-mode.
17516
17517 * uudecode.el: Don't autoload executable-find.
17518
17519 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
17520
17521 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17522 (gnus-agent-possibly-alter-active): Avoid null in numeric
17523 comparison.
17524 (gnus-agent-set-local): Refuse to save null in local object table.
17525 (gnus-agent-regenerate-group): The REREAD parameter can now be a
17526 list of articles that will be marked as unread.
17527
17528 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
17529
17530 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17531
17532 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17533
17534 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17535 language tags.
17536
17537 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
17538
17539 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17540 Don't bind "obarray".
17541
17542 * gnus-sum.el (gnus-thread-sort-functions):
17543 Add `gnus-thread-sort-by-most-recent-number' and
17544 `gnus-thread-sort-by-most-recent-date'.
17545 Reported by Kai Grossjohann <kai@emptydomain.de>.
17546
17547 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17548
17549 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17550
17551 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
17552
17553 * gnus-cus.el (gnus-agent-customize-category):
17554 Remove ignore-errors macro reference that required cl to be loaded at
17555 run-time.
17556
17557 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17558 single-interval range of the form (min . max). Previously the
17559 range had to look like ((min . max)). Likewise, return
17560 (min . max) rather than ((min . max)).
17561 (gnus-range-map): Use gnus-range-normalize to accept
17562 single-interval range.
17563
17564 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17565 the cache, but not the agent, now appear with their usual face.
17566
17567 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
17568
17569 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17570 w3m-safe-url-regexp variable buffer-local.
17571
17572 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17573
17574 2004-02-27 Simon Josefsson <jas@extundo.com>
17575
17576 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17577 gnus-group-real-prefix.
17578 (gnus-summary-move-article): Use it, instead of
17579 gnus-group-real-prefix.
17580
17581 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
17582
17583 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17584 w3m-safe-url-regexp variable buffer-local and set it as the value
17585 of mm-w3m-safe-url-regexp.
17586
17587 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17588
17589 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17590 parsing gnus-posting-styles when the message is not for replying.
17591
17592 * nnrss.el (nnrss-opml-export):
17593 Use mm-set-buffer-file-coding-system instead of
17594 set-buffer-file-coding-system.
17595
17596 2004-02-27 Jesper Harder <harder@ifa.au.dk>
17597
17598 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17599 of checkdoc.el).
17600 * nnrss.el: do.
17601 * gnus-mlspl.el: do.
17602 * gnus-ml.el: do.
17603 * gnus-srvr.el: do.
17604
17605 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17606
17607 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
17608
17609 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17610 Corrections to custom-manual links.
17611
17612 * gnus-art.el (gnus-article): Ditto.
17613
17614 * mm-decode.el (mime-display, mime-security): Ditto.
17615
17616 2004-02-26 Jesper Harder <harder@ifa.au.dk>
17617
17618 * flow-fill.el: Typo.
17619
17620 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
17621
17622 * spam-wash.el: New file.
17623
17624 2004-02-26 Mark A. Hershberger <mah@everybody.org>
17625
17626 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17627
17628 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
17629
17630 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17631 to be run with new-articles as LIST1, not LIST2.
17632 (spam-registration-functions): Add spam-use-ham-copy as a nil
17633 registration backend.
17634
17635 2004-02-26 Jesper Harder <harder@ifa.au.dk>
17636
17637 * spam-stat.el (spam-stat-washing-hook): New option.
17638 (spam-stat-buffer-words): Use it.
17639 (spam-stat-process-directory, spam-stat-test-directory):
17640 Use insert-file-contents-literally.
17641 (spam-stat-coding-system): New variable.
17642 (spam-stat-load, spam-stat-save): Use it.
17643
17644 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
17645
17646 * spam-report.el (spam-report-plug-agent):
17647 Quote spam-report-url-to-file and spam-report-url-ping-plain.
17648
17649 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
17650
17651 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
17652 Allow / in mailto URLs.
17653
17654 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17655
17656 * spam-report.el (spam-report-process-queue): Fix interactive use.
17657 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17658 (spam-report-unplug-agent): Doc fixes.
17659 (spam-report-url-ping-mm-url, spam-report-url-to-file)
17660 (spam-report-agentize, spam-report-deagentize):
17661 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
17662
17663 * message.el (message-setup-fill-variables): Add mml tags to
17664 paragraph-start and paragraph-separate. Suggested by Andrew Korty
17665 <ajk@iu.edu>.
17666 (message-mode): Don't modify paragraph-separate there.
17667
17668 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
17669
17670 * compface.el (uncompface-use-external): Default to undecided.
17671 (uncompface-use-external-threshold): New variable.
17672 (uncompface-float-time): New macro.
17673 (uncompface): Determine whether to use the external decoder if
17674 uncompface-use-external is undecided.
17675
17676 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17677
17678 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17679 after images.
17680
17681 * gnus-art.el (gnus-mime-display-single): Remove dead code.
17682
17683 2004-02-14 Jesper Harder <harder@ifa.au.dk>
17684
17685 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17686
17687 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17688
17689 * gnus-sum.el (gnus-summary-limit-to-age)
17690 (gnus-summary-limit-children): do.
17691
17692 * gnus-int.el (gnus-request-scan): do.
17693
17694 * gnus-group.el (gnus-group-suspend): do.
17695
17696 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17697
17698 * gnus-cite.el (gnus-cite-parse-attributions): do.
17699
17700 * gnus-agent.el (gnus-summary-set-agent-mark)
17701 (gnus-agent-regenerate-group): do.
17702
17703 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17704
17705 * binhex.el (binhex-decode-region-internal): do.
17706
17707 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
17708
17709 * gnus-fun.el (gnus-face-properties-alist): New user option.
17710 (gnus-display-x-face-in-from): Use it.
17711
17712 * gnus-art.el (article-display-face): Ditto.
17713
17714 * compface.el (uncompface-use-external): Default to nil.
17715
17716 2004-02-12 Jesper Harder <harder@ifa.au.dk>
17717
17718 * nntp.el (nntp-erase-buffer): New function.
17719 (nntp-retrieve-data, nntp-send-command)
17720 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17721 (nntp-possibly-change-group): Use it.
17722
17723 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
17724 Use with-current-buffer.
17725
17726 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
17727
17728 * compface.el: Merge the ELisp-based uncompface program.
17729 (compface): New customization group.
17730 (uncompface-use-external): New user option.
17731 (uncompface): Call uncompface-internal if uncompface-use-external
17732 is nil.
17733 (uncompface-internal): New function. Note that there are also
17734 some other functions and variables added for this function.
17735
17736 2004-02-10 Jesper Harder <harder@ifa.au.dk>
17737
17738 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17739 if necessary.
17740
17741 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
17742
17743 * spam-report.el (spam-report-unplug-agent)
17744 (spam-report-plug-agent, spam-report-deagentize)
17745 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17746 Add support for the Agent in spam-report: when unplugged, report to a
17747 file; when plugged, submit all the requests.
17748
17749 * spam.el (spam-register-routine): Fix message about
17750 registration.
17751
17752 2004-02-09 Jesper Harder <harder@ifa.au.dk>
17753
17754 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17755 dependencies.
17756 (rfc2047-encode): Use it.
17757
17758 * gnus-art.el (gnus-button-marker-list): Move before first
17759 reference.
17760
17761 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17762 (imap-parse-body): Fix format string mismatch.
17763
17764 * gnus-score.el (gnus-summary-increase-score): do.
17765
17766 * nnrss.el (nnrss-close): New function.
17767
17768 2004-02-08 Jesper Harder <harder@ifa.au.dk>
17769
17770 * nnrss.el (nnrss-make-filename): New function.
17771 (nnrss-request-delete-group, nnrss-read-server-data)
17772 (nnrss-save-server-data, nnrss-read-group-data)
17773 (nnrss-save-group-data): Use it.
17774 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17775 (nnrss-read-server-data, nnrss-read-group-data): Use load.
17776 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17777
17778 2004-02-07 Jesper Harder <harder@ifa.au.dk>
17779
17780 * mml.el (mml-compute-boundary-1): Don't uncompress files.
17781
17782 2004-02-06 Jesper Harder <harder@ifa.au.dk>
17783
17784 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17785 files.
17786
17787 * message.el (message-generate-headers-first): Don't quote nil
17788 and t in docstrings.
17789
17790 * imap.el (imap-id): do.
17791
17792 * gnus-agent.el (gnus-agent-consider-all-articles)
17793 (gnus-agent-queue-mail): do.
17794
17795 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
17796
17797 * spam-report.el (spam-report-process-queue): New function.
17798 Process requests from `spam-report-requests-file'.
17799 (spam-report-process-queue): Doc fix.
17800
17801 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
17802
17803 * spam.el (spam-register-routine)
17804 (spam-log-processing-to-registry, spam-log-registered-p)
17805 (spam-log-unregistration-needed-p, spam-log-undo-registration):
17806 Change "check" to "spam-check" for semi-clarity.
17807
17808 2004-02-05 Jesper Harder <harder@ifa.au.dk>
17809
17810 * pop3.el: Require nnheader.
17811
17812 * mml-smime.el: Require cl. Autoload message-fetch-field.
17813
17814 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17815
17816 * gnus-picon.el: Require cl.
17817
17818 * gnus-fun.el: Require gnus-ems and gnus-util.
17819
17820 * gnus.el (gnus-method-to-server): Move defsubst before first use.
17821
17822 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17823
17824 * gnus-art.el (gnus-article-edit-mode): Define before first
17825 reference.
17826
17827 2004-02-04 Jesper Harder <harder@ifa.au.dk>
17828
17829 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17830 (gnus-uu-post-encoded): Use point-at-bol.
17831
17832 * gnus-topic.el (gnus-group-active-topic-p): do.
17833
17834 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17835
17836 * gnus-group.el (gnus-group-kill-region): do.
17837
17838 * gnus-art.el (article-date-ut): do.
17839
17840 * message.el (message-fetch-field): Remove redundant
17841 case-fold-search binding.
17842 (message-narrow-to-field): Simplify.
17843
17844 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
17845
17846 * spam.el (spam-directory): Derive from `gnus-directory'.
17847
17848 * spam-report.el (spam-report-url-to-file)
17849 (spam-report-requests-file): New function and variable for offline
17850 reporting.
17851 (spam-report-url-ping-function): Add `spam-report-url-to-file'
17852 and user defined function.
17853 (spam-report-url-ping-mm-url): Remove doubled slash.
17854
17855 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
17856
17857 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17858
17859 2004-02-03 Jesper Harder <harder@ifa.au.dk>
17860
17861 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
17862 Fix format string mismatch.
17863
17864 * sieve.el (sieve-deactivate-all): do.
17865
17866 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17867
17868 * nnlistserv.el (nnlistserv-kk-wash-article): do.
17869
17870 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17871
17872 * mm-bodies.el (mm-7bit-chars): Don't include \r.
17873
17874 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
17875
17876 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17877 the list of checks.
17878
17879 2004-01-31 Jesper Harder <harder@ifa.au.dk>
17880
17881 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17882 padding.
17883
17884 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
17885
17886 * mm-view.el (mm-fill-flowed): New variable.
17887 (mm-inline-text): Use it.
17888
17889 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
17890
17891 * spam.el (spam-spamassassin-register-ham-routine)
17892 (spam-spamassassin-register-spam-routine): Fix function names.
17893
17894 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
17895
17896 * gnus.el (gnus-tmp-grouplens): Remove.
17897 (gnus-summary-line-format): Remove grouplens.
17898
17899 * gnus-group.el (gnus-group-line-format): Ditto.
17900
17901 * gnus-spec.el (gnus-format-specs): Ditto.
17902 (gnus-update-format-specifications): Flush the group format spec
17903 cache if there's the grouplens stuff.
17904 (gnus-parse-simple-format): Replace %l with the empty string.
17905
17906 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
17907
17908 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17909 omission.
17910
17911 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
17912
17913 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17914 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17915
17916 2004-01-25 Paul Jarc <prj@po.cwru.edu>
17917
17918 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17919 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17920 New macros and functions.
17921 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17922 Handle > NLINK_MAX messages.
17923 * nnmaildir.el (nnmaildir-request-set-mark):
17924 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
17925
17926 2004-01-25 Alex Schroeder <alex@gnu.org>
17927
17928 * spam-stat.el (spam-stat-process-directory-age): New option.
17929 (spam-stat-process-directory): Use it.
17930
17931 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
17932
17933 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17934 (spam-stat-save): Accept prefix argument.
17935
17936 2004-01-23 Paul Jarc <prj@po.cwru.edu>
17937
17938 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17939 links" error.
17940
17941 2004-01-23 Jesper Harder <harder@ifa.au.dk>
17942
17943 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17944 compatibility with old .newsrc.eld files.
17945
17946 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17947
17948 * gnus-start.el (gnus-1): do.
17949
17950 * gnus-group.el (gnus-group-line-format-alist): do.
17951
17952 * gnus.el (gnus-use-grouplens, gnus-visual): do.
17953
17954 * gnus-gl.el: Remove.
17955
17956 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
17957
17958 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17959 marks consisting of a single range {for example, (3 . 5)} rather
17960 than a list of a single range { ((3 . 5)) }.
17961
17962 2004-01-23 Jesper Harder <harder@ifa.au.dk>
17963
17964 * spam-stat.el (spam-stat-store-gnus-article-buffer):
17965 Use with-current-buffer.
17966 (spam-stat-store-current-buffer): Use insert-buffer-substring to
17967 avoid consing a string.
17968
17969 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17970 Remove obsolete entries for big5 and gb2312.
17971
17972 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
17973
17974 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17975 uncompressed list.
17976
17977 2004-01-22 Jesper Harder <harder@ifa.au.dk>
17978
17979 * spam-stat.el (spam-stat-strip-xref): New function.
17980 (spam-stat-process-directory): Use it.
17981
17982 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17983 here -- it's done in message-fetch-field.
17984
17985 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
17986
17987 * gnus-agent.el (gnus-agent-queue-mail)
17988 (gnus-agent-prompt-send-queue): New variables.
17989 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17990 * gnus-draft.el (gnus-group-send-queue): Pass the group name
17991 "nndraft:queue" along to gnus-draft-send.
17992 Use gnus-agent-prompt-send-queue.
17993 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17994 is "nndraft:queue". Suggested by Gaute Strokkenes
17995 <gs234@srcf.ucam.org>
17996
17997 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
17998 (agent-enable-undownloaded-faces): Add.
17999 (gnus-agent-cat-groups): Use eval-and-compile, not
18000 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18001 method of gnus-agent-cat-groups even when the buffer has been
18002 evaled.
18003 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18004 delete gnus-agent-save-active-1.
18005 (gnus-agent-save-groups): Delete. Identical to
18006 gnus-agent-save-active.
18007 (gnus-agent-write-active): No longer adjust agent's copy of active
18008 file as agent's adjustments are now stored in their own
18009 file. Remove optional parameter.
18010 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18011 servers. Add use of min/max range limits from server's local
18012 file.
18013 (gnus-agent-save-alist): Remove unused optional argument.
18014 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18015 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18016 (gnus-agent-set-local): A per-server file that keeps min/max range
18017 limits for articles known to the agent. Provides a fast mechanism
18018 for altering many active ranges.
18019 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18020 active file (local makes it unnecessary).
18021 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18022
18023 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18024 (agent-enable-undownloaded-faces): Add.
18025
18026 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18027 disable it when sending to "nndraft:queue".
18028 (gnus-group-send-queue): Add safety check to avoid sending queue
18029 when unplugged.
18030
18031 * gnus-group.el (gnus-group-catchup): Use new
18032 gnus-sequence-of-unread-articles, not
18033 gnus-list-of-unread-articles, to avoid exhausting memory with huge
18034 numbers of articles. Use gnus-range-map to avoid having to
18035 uncompress the unread list.
18036 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18037 Fix invalid ange-ftp reference.
18038
18039 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18040 (gnus-sorted-range-intersection): Intersection of two ranges
18041 without requiring that they first be uncompressed.
18042
18043 * gnus-start.el (gnus-activate-group): Unless blocked by the
18044 caller, possibly expand the active range to include both cached
18045 and agentized articles.
18046 (gnus-convert-old-newsrc): Rewrote in anticipation of having
18047 multiple version-dependent converters.
18048 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18049 gnus-agent-save-active.
18050 (gnus-save-newsrc-file): Save dirty agent range limits.
18051
18052 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18053 gnus-agent-possibly-alter-active.
18054 (gnus-adjust-marked-articles): Faster handling of simple lists
18055
18056 2004-01-21 Jesper Harder <harder@ifa.au.dk>
18057
18058 * spam-stat.el (spam-stat-test-directory): New optional argument
18059 displays a list of files detected. Suggested by Andrew Cohen
18060 <cohen@andy.bu.edu>.
18061 (spam-stat-buffer-words-with-scores): Don't narrow and change
18062 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
18063
18064 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
18065
18066 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18067 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18068 (spam-spamassassin-arguments)
18069 (spam-spamassassin-spam-flag-header)
18070 (spam-spamassassin-positive-spam-flag-header)
18071 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18072 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18073 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18074 (spam-list-of-processors, spam-list-of-checks)
18075 (spam-list-of-statistical-checks, spam-registration-functions)
18076 (spam-check-spamassassin-headers, spam-check-spamassassin)
18077 (spam-spamassassin-score)
18078 (spam-spamassassin-register-with-sa-learn)
18079 (spam-spamassassin-register-spam-routine)
18080 (spam-spamassassin-register-ham-routine)
18081 (spam-assassin-register-spam-routine)
18082 (spam-assassin-register-ham-routine): Add SpamAssassin support.
18083 (spam-bogofilter-score): Fix to show article before scoring.
18084
18085 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
18086
18087 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18088 default scoring function.
18089 (spam-generic-score): Call spam-spamassassin-score if
18090 spam-use-spamassassin or spam-use-spamassassin-headers is on;
18091 spam-bogofilter-score otherwise.
18092
18093 * gnus.el (spam-process, spam-autodetect-methods):
18094 Add spamassassin and spamassassin-headers.
18095
18096 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
18097
18098 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18099 Suppress unnecessary messages.
18100
18101 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18102
18103 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18104 make-hash-table.
18105
18106 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18107
18108 * canlock.el (base64-encode-string): Don't autoload it.
18109
18110 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18111
18112 * run-at-time.el: Remove useless (require 'itimer),
18113 eval-and-compile and (featurep 'xemacs).
18114
18115 2004-01-16 Jesper Harder <harder@ifa.au.dk>
18116
18117 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18118 GROUP is a virtual group.
18119
18120 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
18121
18122 * gnus.el: Autoload `message-y-or-n-p'.
18123
18124 2004-01-15 Jesper Harder <harder@ifa.au.dk>
18125
18126 * pgg-parse.el: Remove unnecessary (require 'custom).
18127
18128 * pgg-def.el: do.
18129
18130 * nnmail.el: do.
18131
18132 * gnus-undo.el: do.
18133
18134 * gnus-picon.el: do.
18135
18136 * gnus-util.el: do.
18137
18138 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
18139
18140 * gnus-sum.el (gnus-pick-line-number): Add autoload.
18141
18142 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
18143
18144 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18145 handle, as well as a list.
18146
18147 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18148 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18149 (mm-w3m-cid-retrieve): Simplify.
18150
18151 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
18152
18153 * message.el (message-kill-to-signature): Allow prefix arg to
18154 specify number of lines to keep before signature.
18155
18156 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
18157
18158 * message.el (message-kill-to-signature): Change docstring.
18159
18160 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
18161
18162 * canlock.el: Always require sha1-el.
18163 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18164
18165 * message.el: Autoload sha1 only when compiling.
18166
18167 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18168
18169 * message.el (message-canlock-generate): Require sha1-el.
18170
18171 2004-01-13 Jesper Harder <harder@ifa.au.dk>
18172
18173 * message.el (message-expand-name): Silence the byte compiler.
18174
18175 2004-01-13 Simon Josefsson <jas@extundo.com>
18176
18177 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18178 Invoke gnus-score-mode.
18179 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18180
18181 * gnus-range.el (gnus-compress-sequence): Doc fix.
18182 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18183
18184 2004-01-12 Jesper Harder <harder@ifa.au.dk>
18185
18186 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18187
18188 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
18189
18190 * spam.el (spam-get-article-as-string): Update to use
18191 gnus-request-article-this-buffer, much simpler.
18192 (spam-get-article-as-buffer): Remove.
18193
18194 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
18195
18196 * message.el (message-expand-name): Use EUDC if the user uses that.
18197
18198 2004-01-12 Jesper Harder <harder@ifa.au.dk>
18199
18200 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18201 character for the encoding to avoid consing a string.
18202
18203 * rfc2047.el (rfc2047-decode-string): Don't cons a string
18204 unnecessarily.
18205
18206 * mm-util.el (mm-replace-chars-in-string): Remove.
18207
18208 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18209 of mm-replace-chars-in-string.
18210
18211 2004-01-11 Jesper Harder <harder@ifa.au.dk>
18212
18213 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18214
18215 * mm-util.el (mm-subst-char-in-string): Support inplace.
18216
18217 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18218 a new string in every iteration. Use shy groups.
18219
18220 2004-01-10 Jesper Harder <harder@ifa.au.dk>
18221
18222 * gnus-srvr.el (gnus-browse-unsubscribe-group):
18223 * gnus-soup.el (gnus-soup-group-brew):
18224 * gnus-msg.el (gnus-put-message):
18225 * gnus-move.el (gnus-group-move-group-to-server):
18226 * gnus-kill.el (gnus-batch-score):
18227 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18228 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18229 (gnus-group-update-group, gnus-group-read-group)
18230 (gnus-group-make-group, gnus-group-make-help-group)
18231 (gnus-group-make-archive-group, gnus-group-make-directory-group)
18232 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18233 (gnus-group-sort-by-unread, gnus-group-catchup)
18234 (gnus-group-unsubscribe-group, gnus-group-kill-group)
18235 (gnus-group-yank-group, gnus-group-set-info)
18236 (gnus-group-list-groups):
18237 * gnus.el (gnus-generate-new-group-name):
18238 * gnus-delay.el (gnus-delay-send-queue):
18239 * nnvirtual.el (nnvirtual-catchup-group):
18240 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18241 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18242 (gnus-group-prepare-topics, gnus-topic-check-topology):
18243 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18244 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18245 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18246 (gnus-group-make-articles-read):
18247 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18248 (gnus-group-change-level, gnus-kill-newsgroup)
18249 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18250 (gnus-get-unread-articles, gnus-make-articles-unread)
18251 (gnus-make-ascending-articles-unread): Use accessor
18252 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18253 to get group information for improved readability.
18254
18255 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18256
18257 * gnus-art.el (article-decode-mime-words, article-babel)
18258 (gnus-article-highlight-signature, gnus-article-add-buttons)
18259 (gnus-signature-toggle): Use gnus-with-article-buffer.
18260
18261 * gnus-art.el (gnus-article-highlight-headers)
18262 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18263
18264 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18265 (gnus-article-set-globals, gnus-request-article-this-buffer)
18266 (gnus-button-message-id, gnus-article-maybe-hide-headers)
18267 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18268 (gnus-mime-display-alternative): Use with-current-buffer.
18269
18270 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
18271
18272 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18273 also under 80 char limit, and call gnus-error if needed.
18274 (spam-fetch-article-header): Fix - it was a
18275 buffer-local variable (gnus-newsgroup-data).
18276 (spam-find-spam): Use spam-generate-fake-headers, forget about
18277 spam-insert-fake-headers.
18278 (spam-insert-fake-headers): Remove.
18279
18280 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18281
18282 * deuglify.el (gnus-article-outlook-unwrap-lines)
18283 (gnus-outlook-rearrange-article)
18284 (gnus-outlook-repair-attribution-outlook)
18285 (gnus-outlook-repair-attribution-block)
18286 (gnus-outlook-repair-attribution-other): Remove redundant
18287 save-excursion.
18288
18289 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
18290
18291 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18292 (spam-fetch-field-subject-fast)
18293 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18294 (spam-fetch-article-header): Add functions to deal with Gnus
18295 internals for fast retrieval of article header data.
18296 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18297
18298 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18299
18300 * pop3.el (pop3-md5): Remove.
18301 (pop3-apop): Replace pop3-md5 with md5.
18302
18303 * mm-bodies.el: base64 is always built-in.
18304
18305 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18306 Use with-current-buffer.
18307
18308 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
18309
18310 * canlock.el (canlock-insert-header): Remove excessive grouping in
18311 regexp.
18312
18313 * gnus-sum.el (gnus-summary-read-document): Ditto.
18314
18315 * gnus-uu.el (gnus-uu-part-number): Ditto.
18316
18317 * html2text.el (html2text-remove-tags): Ditto.
18318 (html2text-format-tags): Ditto.
18319 (html2text-format-single-elements): Ditto.
18320
18321 * mml.el (mml-parse-1): Ditto.
18322
18323 2004-01-08 Jesper Harder <harder@ifa.au.dk>
18324
18325 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18326
18327 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18328
18329 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18330
18331 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18332
18333 2003-11-15 Simon Josefsson <jas@extundo.com>
18334
18335 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18336 (pgg-gpg-lookup-key): Use regexp match instead of
18337 split-string (split-string is different between emacs 21.2 and
18338 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
18339
18340 2004-01-08 Jesper Harder <harder@ifa.au.dk>
18341
18342 * gnus-art.el (gnus-mime-view-all-parts)
18343 (gnus-article-part-wrapper, gnus-article-view-part):
18344 Use with-current-buffer.
18345
18346 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
18347
18348 * spam.el (spam-disable-spam-split-during-ham-respool)
18349 (spam-spamoracle-database, spam-cache-lookups)
18350 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18351 (spam-group-ham-mark-p, spam-group-spam-mark-p)
18352 (spam-group-ham-marks, spam-group-spam-marks)
18353 (spam-group-spam-contents-p, spam-group-ham-contents-p)
18354 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18355 also add spam-use-blackholes to the statistical checks.
18356 (spam-fetch-field-fast): Add interface to fetching fields, may
18357 become a macro.
18358 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18359 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18360 (spam-insert-fake-headers): Fake an article when needed.
18361 (spam-find-spam): Fake article when possible.
18362 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18363 (spam-check-bogofilter-headers): Use message-fetch-field instead
18364 of nnmail-fetch-field.
18365
18366 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
18367
18368 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18369
18370 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
18371
18372 * spam.el (spam-split): Do not require spam-use-CHECK to be
18373 enabled if that check is passed to spam-split explicitly; also
18374 fix so 'spam doesn't get converted to spam-split-group when
18375 spam-split-symbolic-return is t.
18376 (spam-find-spam): Find registrations of the article and use those
18377 instead of re-running spam-split to find the spam/ham
18378 classification of the article.
18379 (spam-log-processing-to-registry, spam-log-registered-p)
18380 (spam-log-unregistration-needed-p, spam-log-undo-registration):
18381 Use gnus-error instead of gnus-message.
18382 (spam-log-registration-type): Add function to determine the
18383 classification of a message based on registry entries; will
18384 return nil if both 'spam and 'ham are found.
18385 (spam-check-BBDB): Expand all the BBDB macros here so we can have
18386 a reasonably fast local cache without the loading errors.
18387 (spam-cache-lookups): Set to t by default.
18388 (spam-find-spam): Don't try to guess spam-cache-lookups.
18389 (spam-enter-whitelist, spam-enter-blacklist): Clear the
18390 spam-caches entry.
18391 (spam-filelist-build-cache, spam-filelist-check-cache):
18392 Fix caching of whitelist/blacklist entries.
18393 (spam-check-whitelist, spam-check-blacklist):
18394 Invoke spam-from-listed-p with a type, not a cache variable.
18395 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18396
18397 2004-01-07 Jesper Harder <harder@ifa.au.dk>
18398
18399 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18400
18401 * nnmail.el (nnmail-split-fancy): do.
18402
18403 * mml.el (mml-parse): do.
18404
18405 * gnus-score.el (gnus-enter-score-words-into-hashtb)
18406 (gnus-score-adaptive): do.
18407
18408 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18409
18410 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18411 (gnus-mime-button-map): Don't set keymap parent.
18412 (gnus-button-ctan-directory-regexp): Use shy grouping.
18413 (gnus-prev-page-map): Don't set keymap parent.
18414 (gnus-prev-page-map): Remove duplicated one.
18415 (gnus-next-page-map): Don't set keymap parent.
18416 (gnus-mime-security-button-map): Ditto.
18417
18418 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18419 version number.
18420
18421 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18422
18423 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18424
18425 * canlock.el (canlock-sha1-function): Remove.
18426 (canlock-sha1-function-for-verify): Remove.
18427 (canlock-openssl-program): Remove.
18428 (canlock-openssl-args): Remove.
18429 (canlock-ignore-errors): Remove.
18430 (canlock-sha1-with-openssl): Remove.
18431 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18432 (canlock-verify): Don't use canlock-ignore-errors.
18433
18434 * sha1-el.el (sha1-string-external): Make it can return a string
18435 in binary form.
18436 (sha1-region-external): Ditto.
18437 (sha1-string-internal): Ditto.
18438 (sha1-region-internal): Ditto.
18439 (sha1-region): Ditto.
18440 (sha1-string): Ditto.
18441 (sha1): Ditto.
18442
18443 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18444
18445 * spam.el (spam-report-articles-gmane): New command.
18446
18447 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18448
18449 * gnus.el: Don't make unnecessary *Group* buffer when loading.
18450
18451 * run-at-time.el (run-at-time-saved): Remove.
18452 (run-at-time): Doc fix.
18453
18454 2004-01-07 Jesper Harder <harder@ifa.au.dk>
18455
18456 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18457 (gnus-summary-limit-map): Add it.
18458 (gnus-summary-make-menu-bar): do.
18459
18460 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
18461
18462 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18463 Make attempt at some caching support (done for BBDB only now).
18464 (spam-find-spam): Set spam-cache-lookups if there are more than 2
18465 addresses to be checked.
18466 (spam-clear-cache-BBDB): Add function, to be invoked by
18467 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18468 (spam-check-BBDB): Check and use the caches, if
18469 spam-cache-lookups is on, remove superfluous (provide).
18470
18471 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
18472
18473 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18474
18475 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
18476
18477 * run-at-time.el (run-at-time-saved): Move to after the definition
18478 of `run-at-time'.
18479
18480 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
18481
18482 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18483 mm-w3m-local-map-property.
18484
18485 * mm-view.el (mm-w3m-mode-map): Remove.
18486 (mm-w3m-local-map-property): Remove.
18487 (mm-inline-text-html-render-with-w3m): Don't use
18488 mm-w3m-local-map-property.
18489
18490 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18491
18492 * run-at-time.el: New file.
18493
18494 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18495 of gnus-set-text-properties.
18496
18497 * gnus-uu.el (gnus-uu-save-article): Ditto.
18498
18499 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18500
18501 * gnus-cite.el (gnus-cite-parse): Ditto.
18502
18503 * gnus-art.el (gnus-button-push): Use set-text-properties instead
18504 of gnus-.
18505
18506 * gnus.el: Change calls to nnheader-run-at-time and
18507 password-run-at-time throughout to use run-at-time directly.
18508
18509 * password.el: Remove definition of run-at-time.
18510
18511 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
18512
18513 * mml.el (mml-minibuffer-read-disposition): Show attachment type
18514 in prompt.
18515
18516 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
18517
18518 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18519 XEmacs version.
18520
18521 * dns.el (dns-make-network-process): Use `open-network-stream'
18522 instead of `gnus-xmas-open-network-stream'.
18523
18524 * .cvsignore: Add auto-autoloads.el, custom-load.el.
18525
18526 2004-01-06 Jesper Harder <harder@ifa.au.dk>
18527
18528 * gnus-art.el (gnus-mime-display-alternative)
18529 (gnus-insert-mime-button, gnus-insert-mime-security-button)
18530 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18531 Don't use gnus-local-map-property.
18532
18533 * gnus-util.el (gnus-local-map-property): Remove.
18534
18535 * mm-view.el (mm-view-pkcs7-decrypt):
18536 Replace gnus-completing-read-maybe-default with completing-read.
18537
18538 * gnus-util.el (gnus-completing-read): do.
18539 (gnus-completing-read-maybe-default): Remove.
18540
18541 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
18542
18543 * password.el: Only autoload `run-at-time' if not XEmacs.
18544 Only autoload the itimer functions if XEmacs.
18545
18546 2004-01-06 Jesper Harder <harder@ifa.au.dk>
18547
18548 * gnus-art.el (gnus-read-string): Remove.
18549 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18550 read-string.
18551
18552 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
18553
18554 * netrc.el: Autoload password-read.
18555 (netrc): Add configuration group.
18556 (netrc-encoding-method, netrc-openssl-path):
18557 Add variables for encoding and decoding of files with symmetric
18558 ciphers.
18559 (netrc-encode): Add assistant function to encode a file with
18560 netrc-encoding-method.
18561 (netrc-parse): Add interactive parameter, added optional
18562 decoding if netrc-encoding-method is non-nil but otherwise
18563 behavior is standard.
18564 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18565 Do s/encode/encrypt/ everywhere.
18566
18567 * spam.el: Remove executable-find autoload.
18568
18569 2004-01-05 Jesper Harder <harder@ifa.au.dk>
18570
18571 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18572
18573 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18574
18575 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18576
18577 * gnus-art.el (gnus-treat-ansi-sequences)
18578 (article-treat-ansi-sequences): New variable and function.
18579 Suggested by Dan Jacobson <jidanni@jidanni.org>.
18580
18581 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18582 Use it.
18583
18584 2004-01-05 Jesper Harder <harder@ifa.au.dk>
18585
18586 * mm-util.el (mm-quote-arg): Remove.
18587
18588 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18589 shell-quote-argument.
18590
18591 * gnus-uu.el (gnus-uu-command): do.
18592
18593 * gnus-sum.el (gnus-summary-insert-pseudos): do.
18594
18595 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18596 with make-char.
18597
18598 * mm-util.el (mm-make-char): Remove.
18599
18600 * mml.el (mml-mode): Replace gnus-add-minor-mode with
18601 add-minor-mode.
18602
18603 * gnus-undo.el (gnus-undo-mode): do.
18604
18605 * gnus-topic.el (gnus-topic-mode): do.
18606
18607 * gnus-sum.el (gnus-dead-summary-mode): do.
18608
18609 * gnus-start.el (gnus-slave-mode): do.
18610
18611 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18612
18613 * gnus-ml.el (gnus-mailing-list-mode): do.
18614
18615 * gnus-gl.el (gnus-grouplens-mode): do.
18616
18617 * gnus-draft.el (gnus-draft-mode): do.
18618
18619 * gnus-dired.el (gnus-dired-mode): do.
18620
18621 * gnus-ems.el (gnus-add-minor-mode): Remove.
18622
18623 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18624 Replace gnus-char-width with char-width.
18625
18626 * gnus-ems.el (gnus-char-width): Remove.
18627
18628 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18629 Replace gnus-char-width with char-width.
18630
18631 * gnus-ems.el (gnus-char-width): Remove.
18632
18633 * spam-stat.el (with-syntax-table): Remove with-syntax-table
18634 definition.
18635 Remove Emacs 20 hash table compatibility code.
18636
18637 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18638 20 compatibility code.
18639
18640 * spam.el (spam-point-at-eol): Replace with point-at-eol.
18641
18642 * smime.el (smime-point-at-eol): Replace with point-at-eol.
18643
18644 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
18645 Replace with point-at-{eol,bol}.
18646
18647 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18648
18649 * imap.el (imap-point-at-eol): Replace with point-at-eol.
18650
18651 * flow-fill.el (fill-flowed-point-at-bol)
18652 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18653
18654 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18655 Replace with point-at-{eol,bol} throughout all files.
18656
18657 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
18658
18659 * ntlm.el (ntlm-string-as-unibyte): New macro.
18660 (ntlm-build-auth-response): Use it.
18661
18662 Remove Emacs 20 stuff:
18663 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18664 of delq and copy-sequence.
18665 * gnus-art.el (popup-menu): Remove the compiler macro.
18666 * nnmail.el (nnmail-split-fancy): Don't support customizing with
18667 Emacs 20.
18668
18669 2004-01-05 Simon Josefsson <jas@extundo.com>
18670
18671 * ntlm.el: Fix namespace. Change smb-passwd-hash into
18672 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18673 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18674 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18675 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18676 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18677 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18678 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18679 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18680 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18681 ntlm-string-permute, string-lshift into ntlm-string-lshift,
18682 string-xor into ntlm-string-xor.
18683 Suggested by Jesper Harder <harder@myrealbox.com>.
18684
18685 * ntlm.el: Don't include poem.
18686
18687 * md4.el (print-int32, print-string-hexa): Remove.
18688 Suggested by Jesper Harder <harder@myrealbox.com>.
18689
18690 * sasl-ntlm.el, ntlm.el, md4.el: New files.
18691
18692 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
18693 probably breaks emacs with DL patch, but do we care? Is anyone
18694 still using the DL stuff?)
18695
18696 * sieve-manage.el: Use the password package.
18697 (sieve-manage-read-passwd): Remove.
18698 (sieve-manage-interactive-login): Use password. Re-add
18699 condition-case around loop.
18700
18701 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18702 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18703 Use the password package.
18704
18705 2003-02-19 Simon Josefsson <jas@extundo.com>
18706
18707 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18708 token.
18709
18710 2002-08-07 Simon Josefsson <jas@extundo.com>
18711
18712 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18713 (sieve-manage-authenticators):
18714 (sieve-manage-authenticator-alist): Add some SASL mechs.
18715 (sieve-sasl-auth): New function.
18716 (sieve-manage-cram-md5-auth):
18717 (sieve-manage-plain-auth): Rewrite using SASL library.
18718 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18719 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18720 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18721 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18722
18723 2004-01-05 Simon Josefsson <jas@extundo.com>
18724
18725 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18726 New files.
18727
18728 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18729
18730 * gnus-group.el (gnus-no-groups-message): Update.
18731
18732 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18733
18734 2003-11-09 Simon Josefsson <jas@extundo.com>
18735
18736 * imap.el: Support for ID IMAP extension (RFC 2971).
18737 (imap-local-variables): Add imap-id.
18738 (imap-id): New variable.
18739 (imap-id): New function.
18740 (imap-parse-response): Parse untagged ID response.
18741 * nnimap.el (nnimap-id): New variable.
18742 (nnimap-open-connection): Use it.
18743
18744 2003-12-28 Simon Josefsson <jas@extundo.com>
18745
18746 * gnus-score.el (gnus-score-edit-all-score): New.
18747 * gnus-group.el (gnus-group-score-map): Bind it to W e.
18748
18749 2004-01-04 Simon Josefsson <jas@extundo.com>
18750
18751 * password.el: Add.
18752
18753 2004-01-04 Mario Lang <lang@zid.tugraz.at>
18754
18755 * dns.el (dns-query-types): Fix typo.
18756 (dns-query-types): New function.
18757 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
18758 PTR and SOA replies, see RFC 1035.
18759
18760 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18761
18762 * gnus.el (gnus-logo-color-style): Change colors to `no'.
18763
18764 * Move to Changelog.2.
18765
18766 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18767
18768 * gnus.el (gnus-version-number): Bump version.
18769
18770 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18771
18772 * gnus.el: No Gnus v0.1 is released.
18773
18774 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18775
18776 * gnus.el: No Gnus v0.0 is released.
18777
18778 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18779
18780 * gnus.el (gnus-version-number): Bump.
18781 (gnus-version): No.
18782
18783 See ChangeLog.2 for earlier changes.
18784
18785 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18786 Free Software Foundation, Inc.
18787
18788 This file is part of GNU Emacs.
18789
18790 GNU Emacs is free software: you can redistribute it and/or modify
18791 it under the terms of the GNU General Public License as published by
18792 the Free Software Foundation, either version 3 of the License, or
18793 (at your option) any later version.
18794
18795 GNU Emacs is distributed in the hope that it will be useful,
18796 but WITHOUT ANY WARRANTY; without even the implied warranty of
18797 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18798 GNU General Public License for more details.
18799
18800 You should have received a copy of the GNU General Public License
18801 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
18802
18803 ;; Local Variables:
18804 ;; coding: utf-8
18805 ;; fill-column: 79
18806 ;; add-log-time-zone-rule: t
18807 ;; End: