gnus-sum.el (gnus-update-marks): Reinstate the code to not alter marks on non-selecte...
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4 marks on non-selected articles.
5
6 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
7
8 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
9
10 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
11 parameter to open-protocol-stream.
12
13 2011-04-01 Julien Danjou <julien@danjou.info>
14
15 * mm-view.el (mm-display-inline-fontify): Do not fontify with
16 fundamental-mode.
17
18 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19
20 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
21 servers.
22
23 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
24
25 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
26 made marks not propagate, again.
27
28 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
29
30 * proto-stream.el (open-protocol-stream): Bring back `network' type.
31 Make this the default type.
32 (proto-stream-open-plain): Rename from proto-stream-open-default.
33 (open-protocol-stream, proto-stream-open-starttls)
34 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
35 with `plain'.
36
37 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
38 value.
39
40 * nntp.el (nntp-open-connection-function): Document the fact that some
41 values are not functions but are instead handled specially. Recognize
42 nntp-open-plain-stream value.
43 (nntp-open-connection): Recognize that value.
44
45 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
46
47 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
48 stuff.
49
50 * gnus-score.el (gnus-score-string): Fix calling convention of
51 `gnus-simplify-buffer-fuzzy' after last patches.
52
53 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
54 server for articles we didn't get any headers for. This is a sanity
55 check.
56
57 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
58
59 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
60 new CAPABILITY, use it.
61
62 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
63
64 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
65 downloading anything.
66
67 * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
68
69 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
70
71 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
72 colors.
73 (gnus-splash-svg-color-symbols): New function.
74
75 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
76
77 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
78 instead of using the global gnus-simplify-subject-fuzzy-regexp.
79 (gnus-simplify-subject-fuzzy): Use the local
80 gnus-simplify-subject-fuzzy-regex instead of the global one. This
81 makes using this variable in group parameters work.
82
83 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
84
85 * gnus-registry.el (gnus-registry-unfollowed-groups): Add
86 "archive:sent" to the unfollowed group regex (for the recent Gnus
87 archive:sent-YYYY-MM-DD groups).
88 (gnus-registry-split-fancy-with-parent): Bail out early in sender
89 tracking if there are more than `gnus-registry-max-track-groups'
90 matches.
91
92 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * message.el (message--yank-original-internal): New function to do the
95 insertion cleanly inside eval in `message-yank-original'.
96 (message-yank-original): Use it.
97
98 2011-03-29 Julien Danjou <julien@danjou.info>
99
100 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
101 local variables disabled rather than `normal-mode'.
102
103 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
104
105 * proto-stream.el: Changes preparatory to merging open-protocol-stream
106 with open-network-stream.
107 (proto-stream-always-use-starttls): Option removed.
108 (open-protocol-stream): Return a process object by default. Provide a
109 new parameter :return-list specifying a list-type return value, which
110 now has the form (PROP . PLIST) instead of a fixed-length list. Change
111 :type `network' to `try-starttls', and `network-only' to `default'.
112 Make `default' the default, for compatibility with open-network-stream.
113 Handle the no-parameter case exactly as open-network-stream, with no
114 additional stream processing. Search plists using plist-get.
115 Explicitly add :end-of-commend parameter if it is missing.
116 (proto-stream-open-default): Renamed from
117 proto-stream-open-network-only. Return 'default as the type.
118 (proto-stream-open-starttls): Rename from proto-stream-open-network.
119 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
120 failed. Always return a list with a (possibly dead) process as the
121 first element, for compatibility with open-network-stream.
122 (proto-stream-open-tls): Use plist-get. Always return a list.
123 (proto-stream-open-shell): Return `default' as connection type.
124 (proto-stream-capability-open): Use plist-get.
125 (proto-stream-eoc): Function deleted.
126
127 * nnimap.el (nnimap-stream, nnimap-open-connection)
128 (nnimap-open-connection-1): Handle renaming of :type parameter for
129 open-protocol-stream.
130 (nnimap-open-connection-1): Pass a :return-list parameter
131 open-protocol-stream to obtain a list return value. Parse this list
132 using plist-get.
133
134 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
135 for open-protocol-stream. Accept open-protocol-stream return value
136 that is a subprocess object instead of a list. Handle the case of a
137 dead returned process.
138
139 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
140
141 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
142
143 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
144
145 2011-03-21 Julien Danjou <julien@danjou.info>
146
147 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
148 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
149 query.
150 (mm-inline-text): Render normal text with fontification whenever
151 possible.
152
153 * gnus-sum.el (gnus-summary-save-parts-1):
154 * gnus-art.el (gnus-article-browse-html-save-cid-content)
155 (gnus-article-browse-html-parts, gnus-mime-delete-part)
156 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
157 Use `mm-handle-filename'.
158
159 * mm-util.el (mm-handle-filename): New function, return the filename of
160 an handle.
161
162 2011-03-18 Julien Danjou <julien@danjou.info>
163
164 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
165 (gnus-buffer-live-p): Check that buffer is not nil.
166
167 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
168
169 * gnus-art.el: Require mouse, which the build bot seems to say is
170 needed.
171
172 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
173 XEmacs, since it doesn't have url-retrieve-synchronously.
174
175 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
176
177 * gnus-group.el (gnus-group-list-ticked): New function.
178 (gnus-group-make-menu-bar): Provide a menu entry for it.
179 (gnus-group-list-map): Provide a binding for it.
180
181 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
182
183 * shr.el (shr-visit-file): New command.
184
185 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
186
187 2011-03-17 Bjørn Mork <bjorn@mork.no>
188
189 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
190 servers.
191
192 2011-03-16 Julien Danjou <julien@danjou.info>
193
194 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
195 inline.
196
197 * gnus-art.el (article-hide-list-identifiers): Use
198 gnus-group-get-list-identifiers.
199
200 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
201 (gnus-summary-remove-list-identifiers): Use
202 gnus-group-get-list-identifiers to get regexp.
203 (gnus-select-newsgroup, gnus-summary-insert-subject)
204 (gnus-summary-insert-articles): Call
205 gnus-summary-remove-list-identifiers unconditionally.
206
207 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
208
209 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
210 we're selecting a group with unread articles.
211
212 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
213
214 * gssapi.el: New file separated out from imap.el to provide a general
215 Kerberos 5 connection facility for Emacs.
216
217 * message.el (message-elide-ellipsis): Document the format spec
218 ellipsis.
219
220 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
221
222 * message.el (message-elide-region): Allow the ellipsis to say how many
223 lines were removed.
224
225 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
226
227 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
228 window configurations containing buffers that are now dead.
229
230 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
231 parsing to avoid integer overflows.
232 (nnimap-parse-flags): Simplify the last change.
233 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
234 too large for 32-bit Emacsen.
235
236 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
237
238 * auth-source.el (auth-source-netrc-create):
239 * message.el (message-yank-original): Fix use of `case'.
240
241 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
242
243 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
244 XEmacs, which was one character too wide.
245
246 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
247
248 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
249 default number of articles to display.
250 (gnus-articles-to-read): Use pretty names for prompt.
251
252 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
253
254 * gnus-int.el (gnus-open-server): Ditto.
255
256 * gnus-start.el (gnus-activate-group): Give a backtrace if
257 debug-on-quit is set and the user hits `C-g'.
258 (gnus-read-active-file): Ditto.
259
260 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
261
262 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
263
264 * message.el (message-yank-original): Use cond instead of CL case.
265
266 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * auth-source.el (auth-source-netrc-create): Use usual format for the
269 default in prompts.
270
271 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
272
273 * auth-source.el (auth-source-netrc-create): Show the default in the
274 prompt when prompting for token creation.
275
276 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
277
278 * auth-source.el (auth-source-format-prompt): Always convert the value
279 to a string to avoid evaluating non-string arguments.
280 (auth-source-netrc-create): Offer default properly, not as initial
281 content in `read-string'.
282 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
283 of line to determine if we've been run before. If so, don't run again,
284 but print a trivial message to indicate the cache was hit instead.
285
286 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
287
288 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
289 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
290 The user will have to run `gnus-sync-read' manually and wait for Cloudy
291 Gnus.
292
293 2011-03-11 Julien Danjou <julien@danjou.info>
294
295 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
296 modified file".
297
298 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
299
300 * auth-source.el (auth-source-read-char-choice): New function to read a
301 character choice using `dropdown-list', `read-char-choice', or
302 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
303 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
304 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
305 (auth-source-netrc-saver): Use it.
306 (auth-source-pick-first-password): New convenience function.
307
308 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
309
310 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
311 parameter in the credentials.
312 (nnimap-open-connection-1): Use it after a successful login.
313 (nnimap-credentials): Add IMAP-specific user and password prompt.
314
315 * auth-source.el (auth-source-search): Add :require parameter, taking a
316 list. Document it and the :save-function return token. Pass :require
317 down. Change the CREATED message from a warning to a debug statement.
318 (auth-source-search-backends): Pass :require down.
319 (auth-source-netrc-search): Pass :require down.
320 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
321 Change save prompt to indicate all modifications saved here are
322 deletions.
323 (auth-source-netrc-create): Take user login name as default in user
324 prompt. Move all the save functionality to a lexically bound function
325 under the :save-function token in the returned list. Set up clearer
326 default prompts for user, host, port, and secret.
327 (auth-source-netrc-saver): New function, intended to be wrapped for
328 :save-function.
329
330 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
331
332 * shr.el (shr-table-horizontal-line): Change the defaults for the table
333 lines to be spaces instead.
334
335 2011-03-07 Julien Danjou <julien@danjou.info>
336
337 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
338 (sieve-sasl-auth): Check that auth-source-search did return something,
339 or just return an empty string.
340
341 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
342
343 * gnus.el (gnus-interactive): Use read-directory-name.
344
345 * gnus-uu.el (gnus-uu-decode-uu-and-save)
346 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
347 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
348 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
349 Likewise.
350
351 * gnus-group.el (gnus-group-make-directory-group): Likewise.
352
353 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
354
355 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
356 onto the list of killed groups, too. This makes killed nnimap groups,
357 for instance, more reliably not reappear.
358
359 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
360 the parent.
361
362 * gnus-sum.el (gnus-update-read-articles): Fix typo.
363
364 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
365 really have server-side marks.
366
367 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
368 since most backends do not usefully have server-side marks.
369 (gnus-update-read-articles): Propagate marks to all backends that
370 really have server-side marks.
371
372 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
373
374 * message.el (message-cite-reply-position, message-cite-style):
375 New variables.
376 (message-yank-original): Use the new citation styles.
377
378 2011-03-04 Daiki Ueno <ueno@unixuser.org>
379
380 * message.el (message-options): Revert the change that's a workaround
381 for XEmacs buffer-local issue; don't mark it buffer-local when running
382 under XEmacs.
383
384 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
385
386 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
387 numbers too big to be `read'.
388
389 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
390
391 * message.el (message-options): Make buffer-local two ways to attempt
392 to fix a XEmacs bug.
393
394 2011-03-02 Julien Danjou <julien@danjou.info>
395
396 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
397
398 2011-03-01 Julien Danjou <julien@danjou.info>
399
400 * gnus-art.el (list-identifier): Add list-identifier as a parameter
401 group.
402 (article-hide-list-identifiers): Use list-identifier group parameter.
403
404 2011-02-28 Julien Danjou <julien@danjou.info>
405
406 * sieve.el (sieve-buffer-script-name): New local variable to store
407 sieve script name.
408 (sieve-edit-script): Store sieve script name.
409 (sieve-upload): Use sieve script name when uploading.
410 (sieve-upload): Use substitute-command-keys.
411 (sieve-edit-script): Use substitute-command-keys.
412 (sieve-refresh-scriptlist): Use substitute-command-keys.
413 (sieve-manage-mode-map): Define keymap properly.
414 (sieve-manage-mode): Do not set mode name manually, change mode-name to
415 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
416 Remove commented code about cvs.
417 (sieve-manage-quit): New function.
418 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
419
420 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
421
422 * gnus-group.el (gnus-import-other-newsrc-file): New function.
423
424 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
425
426 * auth-source.el (auth-source-search): Cache empty result sets.
427
428 * auth-source.el (auth-source-save-behavior): New variable to replace
429 `auth-source-never-create'.
430 (auth-source-netrc-create): Use it.
431 (auth-source-never-save): Remove.
432
433 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
434
435 * nnimap.el (nnimap-stream): Doc fix.
436 (nnimap-open-connection-1): Reverse the order of the ports to that the
437 prompted-for port is first.
438
439 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
440 retrieval by the no-group selection.
441
442 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
443 numerical parameters.
444
445 2011-02-25 Julien Danjou <julien@danjou.info>
446
447 * gnus-gravatar.el: Use gnus-with-article-buffer.
448
449 * gnus-art.el (gnus-with-article-buffer): Check that the
450 gnus-article-buffer is alive.
451
452 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
453
454 * auth-source.el (auth-source-creation-prompts): New variable to manage
455 creation-time prompts.
456 (auth-source-search): Document it.
457 (auth-source-format-prompt): Add utility function.
458 (auth-source-netrc-create): Don't default the user name to
459 user-login-name. Use `auth-source-creation-prompts' and some default
460 prompts for user, host, port, and password (the default generic prompt
461 remains ugly).
462 (auth-source-never-save): Add customizable option to never save info.
463 (auth-source-netrc-create): Use it and improve save prompts. Fix help
464 mode excursion.
465
466 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
467
468 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
469 argument that XEmacs doesn't support.
470
471 2011-02-23 Julien Danjou <julien@danjou.info>
472
473 * gnus-art.el (article-make-date-line): Ignore errors if time is
474 invalid and not convertible.
475 (article-make-date-line): Only add lapsed time if time is not nil.
476
477 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
478
479 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
480 `read-char-choice' for backwards compatibility.
481 (auth-source-netrc-element-or-first): New function to DTRT for
482 parameter extraction.
483 (auth-source-netrc-create): Use it and fix multiple parameter print
484 bug. Use the default passed from above (given-default) or the
485 built-in (user-login-name for :user).
486
487 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
488
489 * gnus-start.el (gnus-dribble-read-file):
490 Set buffer-save-without-query, since we always want to save the dribble
491 file, probably.
492
493 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
494 nnimap.
495
496 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
497 -summary- since it's a user-visible variable.
498
499 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
500 first time you use the new Gnus.
501
502 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
503
504 * auth-source.el: Don't load netrc.el.
505 (auth-sources): Search ~/.netrc as well by default.
506 (auth-source-debug): Add 'trivia option for extra output.
507 (auth-source-do-trivia): Use it.
508 (auth-source-search): Simplify logic to use
509 `auth-source-search-backends'. Use `auth-source-do-trivia' where
510 appropriate. Don't keep a running count at this level. Layer :create
511 and :delete options appropriately on the first and second passes.
512 Don't track the backend with the search results.
513 (auth-source-search-backends): New function to search a list of
514 backends for a processed spec.
515 (auth-source-netrc-parse): Cache all netrc files, making
516 auth-source-netrc-cache an alist keyed by the file name and using the
517 file mtime as the caching criterion. Keep the obfuscated data secret
518 with a lexical bind.
519 (auth-source-netrc-search): Don't calculate the length of the results
520 unnecessarily.
521 (auth-source-search-backends): Fix bug.
522 (auth-source-netrc-create): Rework prompts.
523
524 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
525
526 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
527 Lower case names of search constraints.
528 (nnir-run-query): Cache and reuse search constraints for all imap
529 servers.
530
531 2011-02-22 Sam Steingold <sds@gnu.org>
532
533 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
534
535 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
536
537 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
538 after exit.
539 (gnus-setup-message): Define missing variable from last checkin.
540
541 * gnus-sum.el (gnus-summary-show-article): When called with t as the
542 value, show the raw article.
543
544 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
545
546 * nnimap.el (nnimap-open-connection-1): Revert last change, since
547 auth-source now accepts numbers.
548
549 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
550 spec, too.
551 (auth-source-ensure-strings): New function.
552
553 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
554 (gnus-article-setup-buffer): Always restart the date timer so that user
555 changes to the frequency is respected.
556
557 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
558 port numbers, so make sure it gets that if nnimap-server-port is
559 explicit.
560
561 2011-02-21 Simon Josefsson <simon@josefsson.org>
562
563 * nnimap.el (nnimap-inbox): Doc fix.
564
565 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
566
567 * shr-color.el (shr-color->hexadecimal): Use renamed function names
568 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
569 color-lab-to-srgb.
570
571 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
572
573 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
574 given method as in the group name if we're using an extended method.
575 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
576 command, if we're using that, instead of waiting for the beginning.
577
578 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
579 we're sure to get unique server names, and we don't output two async
580 commands in the same buffer. This fixes an NNTP hang for some users.
581
582 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
583
584 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
585 summary buffer before reading going to the next buffer. This avoids
586 putting the point in the group buffer if you `C-g' the command.
587
588 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
589 cache (for now) to make ~/.authinfo.gpg files usable.
590
591 * nnfolder.el (copyright-update): Define for the compiler.
592
593 * auth-source.el (auth-source-search): Fix unbound variable.
594
595 2011-02-19 Glenn Morris <rgm@gnu.org>
596
597 * gnus.el (gnus-meta): Doc fix.
598
599 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
600
601 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
602 in case it's not yet loaded.
603
604 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
605
606 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
607 line we're waiting for.
608
609 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
610
611 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
612 face with line-width greater than zero will cause RET in gnus summary
613 buffer to scroll down article page-wise because auto vscroll happens,
614 it should be temporalily disabled when doing a scroll-up.
615
616 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
617
618 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
619 outputs from the server.
620
621 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
622
623 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
624 later so that bbdb can hook in easier.
625
626 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
627
628 * auth-source.el (auth-source-search): Don't try to create credentials
629 if the caller doesn't want that.
630 (auth-source-search): If we don't find a match, don't bug out on
631 non-bound variables.
632 (auth-source-search): Only ask a single backend to create the
633 credentials.
634
635 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
636 logging.
637 (nnimap-credentials): Protect against auth-source-search returning nil.
638 (nnimap-request-list): Protect against not being able to open the
639 server.
640
641 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
642
643 * auth-source.el (auth-source-search): Do a two-phase search, one with
644 no :create to get the responses from all backends.
645
646 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
647 when getting credentials.
648
649 * gnus-util.el (gnus-delete-duplicates): New function.
650
651 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
652
653 * nnimap.el (nnimap-credentials): Instead of picking the first port as
654 a creation default, pass the whole port list down. It will be
655 completed.
656
657 * auth-source.el (auth-source-search): Updated docs to talk about
658 multiple creation choices.
659 (auth-source-netrc-create): Accept a list as a value (from the search
660 parameters) and do completion on that list. Keep a separate netrc line
661 with the password obscured for showing the user.
662
663 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
664 first choice to `auth-source-search' so it will be used for entry
665 creation instead of the server's Gnus-specific name.
666 (nnimap-credentials): Rely on the auth-source library to select which
667 port is actually wanted in the new netrc entry, so don't override
668 `auth-source-creation-defaults'.
669
670 * auth-source.el (auth-source-netrc-parse): Use :port instead of
671 :protocol and accept a missing user, host, or port as a wildcard match.
672 (auth-source-debug): Default to off.
673
674 (auth-source-netrc-search, auth-source-netrc-create)
675 (auth-source-secrets-search, auth-source-secrets-create)
676 (auth-source-user-or-password, auth-source-backend, auth-sources)
677 (auth-source-backend-parse-parameters, auth-source-search): Use :port
678 instead of :protocol.
679
680 * nnimap.el (nnimap-credentials): Pass a port default to
681 `auth-source-search' in case an entry needs to be created.
682 (nnimap-open-connection-1): Use :port instead of :protocol.
683
684 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
685
686 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
687 instead of delete-dups that is not available in XEmacs 21.4.
688
689 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
690
691 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
692 nil means that nnimap doesn't get updated.
693
694 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
695
696 * auth-source.el (auth-source-netrc-create): Return a synthetic search
697 result when the user doesn't want to write to the file.
698 (auth-source-netrc-search): Expect a synthetic result and proceed
699 accordingly.
700 (auth-source-cache-expiry): New variable to override
701 `password-cache-expiry'.
702 (auth-source-remember): Use it.
703
704 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
705 parameter. Create entry if necessary by using :create t.
706 (nnimap-open-connection-1): Don't pass `inhibit-create'.
707
708 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
709
710 * auth-source.el (auth-source-debug): Enable by default and don't
711 mention the obsolete `auth-source-hide-passwords'.
712 (auth-source-do-warn): New function to debug unconditionally.
713 (auth-source-do-debug): Use it.
714 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
715 and for Secrets API entries when the secrets.el library is not
716 available.
717
718 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
719
720 * gnus-sum.el (gnus-propagate-marks): Default to nil.
721 (gnus-summary-exit): Kill the correct article buffer on exit from a
722 `C-d' group.
723
724 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
725 gnus-propagate-marks.
726
727 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
728 before killing the buffers so that a non-full window conf gets handled
729 correctly.
730 (gnus-summary-exit): Ditto.
731 (gnus-summary-read-group-1): Ditto.
732
733 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
734 async code again so that we can debug it properly.
735
736 * message.el (message-reply): Take an optional switch-buffer parameter
737 so that Gnus window confs are respected better.
738
739 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
740
741 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
742 `plist-get' to accept non-list parameters (XEmacs issue).
743 Fix docstring.
744 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
745 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
746 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
747 Login collection is "Login" and not "login".
748
749 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
750
751 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
752 multiple headers.
753
754 * nnimap.el (nnimap-inhibit-logging): New variable.
755 (nnimap-log-command): Don't log login commands.
756
757 * auth-source.el (auth-source-netrc-search): The asserts seem to want
758 to have more parameters.
759
760 * nnimap.el (nnimap-send-command): Mark the command time for each
761 command, so that we don't get NOOPs stepping on our toes.
762
763 * gnus-art.el (article-date-ut): Get the date from the Date header on
764 `t'.
765
766 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
767
768 * auth-source.el (auth-source-search): Use copy-sequence instead of
769 the cl.el copy-list.
770
771 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
772
773 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
774 Improve prompt.
775
776 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
777
778 * gnus-art.el (gnus-article-mode-line-format): Remove the article
779 washing status from the default format. It isn't very informative.
780
781 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
782
783 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
784 Fix Gcc processing on imap.
785
786 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
787
788 * message.el (message-bury): Don't pop up a new window when selected
789 window is dedicated.
790
791 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
792
793 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
794
795 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
796
797 * sieve-manage.el: Autoload `auth-source-search'.
798 (sieve-sasl-auth): Use it.
799
800 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
801
802 * nnimap.el: Autoload `auth-source-forget+'.
803 (nnimap-open-connection-1): Use it if the connection fails.
804
805 * auth-source.el: Require `password-cache'.
806 (auth-source-hide-passwords, auth-source-cache): Remove and mark
807 obsolete.
808 (auth-source-magic): Marker for `password-cache' keys.
809 (auth-source-do-cache): Update docstring.
810 (auth-source-search): Use and check cache.
811 (auth-source-forget-all-cached, auth-source-remember)
812 (auth-source-recall, auth-source-forget, auth-source-forget+)
813 (auth-source-specmatchp): Caching support functions.
814 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
815 Remove and obsolete.
816 (auth-source-user-or-password): Remove caching to further discourage
817 using it. Always hide passwords.
818
819 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
820
821 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
822 code for now, since it doesn't work for all users.
823
824 2011-02-09 Julien Danjou <julien@danjou.info>
825
826 * message.el (message-options): Make message-options really buffer
827 local.
828
829 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
830
831 * mail-source.el: Autoload `auth-source-search'.
832 (mail-source-keyword-map): Note order matters.
833 (mail-source-set-1): Get all the mail-source source values and
834 defaults and search auth-source on those if needed. This can all
835 probably be simplified.
836
837 * nnimap.el: Autoload `auth-source-search'.
838 (nnimap-credentials): Use it.
839 (nnimap-open-connection-1): Ask for the virtual server and physical
840 address in one shot.
841
842 * nntp.el: Autoload `auth-source-search'.
843 (nntp-send-authinfo): Use it. Note TODO.
844
845 2011-02-08 Julien Danjou <julien@danjou.info>
846
847 * shr.el (shr-tag-body): Add support for text attribute in body
848 markups.
849
850 * message.el (message-options): Make message-options a local variable.
851
852 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
853
854 * auth-source.el (auth-source-secrets-search)
855 (auth-source-user-or-password): Use `append' instead of `nconc'.
856 (auth-source-user-or-password): Build return list better and protect
857 against nil :secret.
858
859 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
860
861 * nnimap.el (nnimap-update-info): Refactor slightly.
862 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
863 (nnimap-update-info): Clean up slightly.
864 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
865 characters.
866 (nnimap-process-quirk): Rename function to avoid collision.
867 (nnimap-update-info): Fix macrology bug-out.
868 (nnimap-update-info): Simplify split history test.
869
870 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
871
872 * auth-source.el (top): Require 'eieio unconditionally.
873 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
874 (auth-source-secrets-search): Limit search when `max' is greater than
875 number of results.
876
877 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
878
879 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
880 part not returning any data.
881
882 * proto-stream.el (open-protocol-stream): Document the return value.
883
884 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
885
886 * auth-source.el (auth-source-secrets-search): Add examples.
887
888 2011-02-06 Julien Danjou <julien@danjou.info>
889
890 * message.el (message-setup-1): Handle message-generate-headers-first
891 set to t.
892
893 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
894
895 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
896 API with a string "secrets:collection-name" and with 'default.
897 (auth-source-backend-parse): Parse "secrets:collection-name" and
898 'default. Recurse on parses instead of repeating code. Use the
899 Secrets API is the source is not nil and 'ignore otherwise. Emit a
900 message when ignoring a source.
901 (auth-source-search): List ignored search keys at the top level.
902 (auth-source-netrc-create): Use `case' instead of `cond'.
903 (auth-source-secrets-search): Created with TODOs.
904 (auth-source-secrets-create): Created with TODOs.
905 (auth-source-retrieve, auth-source-create, auth-source-delete)
906 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
907 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
908 (auth-source-user-or-password-sftp)
909 (auth-source-user-or-password-smtp): Remove.
910 (auth-source-user-or-password): Deprecated and modified to be a wrapper
911 around `auth-source-search'. Not tested thoroughly.
912
913 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
914
915 * auth-source.el: Bring in assoc and eioeio libraries.
916 (secrets-enabled): New variable to track the status of the Secrets API.
917 (auth-source-backend): New EIOEIO class to represent a backend.
918 (auth-source-creation-defaults): New variable to set prompt defaults
919 during token creation (see the `auth-source-search' docstring for
920 details).
921 (auth-sources): Simplify to allow a simple string as a netrc backend
922 spec.
923 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
924 (auth-source-backend-parse-parameters): Fill in the backend parameters.
925 (auth-source-search): Main auth-source API entry point.
926 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
927 (auth-source-search-collection): Helper function for searching.
928 (auth-source-netrc-parse, auth-source-netrc-normalize)
929 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
930 Supports search, create, and delete.
931 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
932 backend stubs.
933 (auth-source-user-or-password): Call `auth-source-search' but it's not
934 ready yet.
935
936 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
937
938 * message.el (message-setup-1): Remove the read-only stuff, since it
939 doesn't work under XEmacs, for some reason.
940
941 * gnus-sum.el (gnus-user-date): Rename back from
942 gnus-summary-user-date since user code refers to it.
943
944 * shr.el (shr-render-td): Store the actual background colour used.
945
946 * message.el (message-setup-1): Don't bind the constant
947 -forbidden-properties.
948 (message-setup-1): Revert previous change, since it needs to bind the
949 props to insert them.
950 (message-resend): Allow removing the read-only separator line.
951
952 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
953
954 * nnimap.el (nnimap-request-accept-article): Give an error message if
955 the APPEND wasn't successful.
956
957 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
958
959 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
960 that have no groups.
961
962 2011-02-03 Julien Danjou <julien@danjou.info>
963
964 * gnus-draft.el: Remove progn around gnus-draft-setup.
965
966 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
967
968 * gnus-start.el (gnus-read-active-for-groups): This function is never
969 called with a nil `infos', so clean that up.
970 (gnus-get-unread-articles): Request active files from primary/secondary
971 methods that have no groups (yet).
972
973 2011-02-03 Julien Danjou <julien@danjou.info>
974
975 * message.el (message-setup-1): Always generate References first.
976 (message-mail): Return the return value of message-setup, not always t.
977 (message-setup-1): Insert mail-header-separator with read-only and
978 intangible properties set.
979
980 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
981 user-date in docstring.
982
983 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
984
985 * gnus.el (gnus-summary-line-format): Mention &user-date format in
986 docstring.
987
988 * gnus.el (gnus-user-date-format-alist): Change default value. Use
989 defcustom, with type and group. Move from gnus-util.el. Rename to
990 gnus-summary-user-date-format-alist.
991
992 2011-02-03 Glenn Morris <rgm@gnu.org>
993
994 * nnimap.el (gnus-fetch-headers): Declare.
995
996 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
997
998 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
999
1000 * message.el (message-forward-make-body-digest-plain)
1001 (message-followup, message-reply): Clean up things noted by Stefan.
1002
1003 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1004 gnus-article-update-date-headers is nil.
1005 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1006 it didn't really work with defcustom.
1007 (article-update-date-lapsed): Make sure the window start doesn't move,
1008 either.
1009
1010 2011-02-01 Julien Danjou <julien@danjou.info>
1011
1012 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1013 format.
1014
1015 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1016 standard in Emacs nowadays.
1017
1018 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * message.el (message-expand-name): Don't trust the return value of
1021 bbdb-complete-name.
1022 (message-check-news-header-syntax): Remove unused var `start'.
1023 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1024 (message-inhibit-body-encoding): Move to before first use.
1025 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1026 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1027 (Organization, Message-ID, Date, mh-previous-window-config):
1028 Defvar the vars using dynamic scoping.
1029
1030 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1031
1032 * shr.el (shr-render-td): Only do colours at the final rendering.
1033 Should be slightly faster.
1034 (shr-insert-table): Fix up TD background colours when doing the
1035 vertical padding.
1036
1037 * gnus-art.el (article-date-ut): Protect against articles with no Date
1038 header.
1039 (article-update-date-lapsed): Don't use current-column to find the
1040 horizontal position. It's fragile in the presence of \003 characters.
1041
1042 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1043
1044 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1045
1046 * gnus-art.el (article-transform-date): Rewrite to still work when
1047 there are several rfc2822 parts.
1048 (article-transform-date): Fix infinite recursion.
1049 (article-date-ut): Replace infinitely many Date headers with a single
1050 one when called interactively.
1051
1052 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1053 secure manner.
1054
1055 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1056 move around by not using save-window-excursion. It seems to work...
1057
1058 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
1059
1060 * gnus-art.el (article-make-date-line): Work for user-defined format.
1061
1062 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1063
1064 * nntp.el (nntp-retrieve-group-data-early)
1065 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1066 fetching functions.
1067
1068 * gnus-start.el (gnus-read-active-for-groups): Read the active files
1069 thoroughly for all backends that have no known groups. This should
1070 allow new nnml methods to retrieve mail.
1071
1072 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1073 that Gnus doesn't know exists again.
1074
1075 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1076 (gnus-treat-date-ut): Ditto.
1077 (gnus-article-update-date-header): Rename.
1078 (gnus-treat-date-local): Remove.
1079 (gnus-treat-date-english): Remove.
1080 (gnus-treat-date-lapsed): Remove.
1081 (gnus-treat-date-combined-lapsed): Remove.
1082 (gnus-treat-date-original): Remove.
1083 (gnus-treat-date-iso8601): Remove.
1084 (gnus-treat-date-user-defined): Remove.
1085 (gnus-article-date-headers): New variable to control all the date
1086 header options.
1087 (article-date-ut): Rewrite to allow using the new way to format date
1088 headers(s).
1089
1090 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1091
1092 * nnmail.el (nnmail-article-group): Check for a direct fancy split
1093 method.
1094 (nnmail-article-group): A better test for fanciness.
1095
1096 * nnimap.el (nnimap-request-head): Protect against not finding the
1097 article by Message-ID.
1098
1099 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
1100
1101 * gnus-art.el (article-update-date-lapsed): Try a better way to really
1102 keep point at the "same place".
1103
1104 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1105
1106 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1107 data if the group is unactivated.
1108
1109 2011-01-28 Julien Danjou <julien@danjou.info>
1110
1111 * gnus-win.el: Remove dead function gnus-window-configuration-element.
1112 (gnus-all-windows-visible-p): Remove old compatibility code.
1113 (gnus-window-top-edge): Add docstring.
1114
1115 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1116
1117 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1118
1119 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1120 older request-update-info.
1121
1122 * gnus-art.el (article-make-date-line): Limit the length a bit more.
1123
1124 2011-01-28 Daiki Ueno <ueno@unixuser.org>
1125
1126 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1127 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1128
1129 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1130
1131 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1132 groups. This makes the nndraft:queue group pop up if it's not already
1133 there.
1134
1135 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1136 messages" logic, which was reversed.
1137
1138 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1139 the "same place" even if point is on the line being replaced.
1140 (article-update-date-lapsed): Allow updating both the combined lapsed
1141 and the lapsed headers.
1142 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1143 (article-make-date-line): Limit the number of segments dynamically to
1144 avoid too-long lines.
1145
1146 2011-01-27 Julien Danjou <julien@danjou.info>
1147
1148 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1149 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1150
1151 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1152
1153 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1154 Use plist-get instead of the cl function getf.
1155
1156 2011-01-27 Glenn Morris <rgm@gnu.org>
1157
1158 * gnus-util.el (float-time): Get rid of compiler warning, again.
1159
1160 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1161
1162 * shr.el (shr-put-color): Special-case background colours: Do put them
1163 at the blank parts at the front of the lines.
1164
1165 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1166 exit hook to nix out all data on readedness on group exit.
1167
1168 * gnus-util.el (float-time): If float-time is bound, always use it on
1169 all Emacsen. It's unclear why the subrp check was there.
1170 (time-date): Require to make some autoload issues on XEmacs go away.
1171
1172 * shr.el (shr-put-color): Don't do the box padding in tables, since
1173 they're already padded.
1174
1175 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1176
1177 * gnus-art.el (gnus-article-next-page): When the last line of the
1178 article is displayed, scroll down once more instead of going to the
1179 next article at once.
1180 (article-lapsed-string): Refactor out and allow specifying how many
1181 segments you want.
1182 (gnus-article-setup-buffer): Start updating the lapsed header directly.
1183 (gnus-article-update-lapsed-header): New variable.
1184
1185 * shr.el: Revert change that made headings use different-sized faces.
1186 The Emacs display engine isn't advanced enough that, for instance,
1187 tables can comfortably use differently-sized faces.
1188
1189 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1190
1191 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1192 used.
1193 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1194 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1195 we're using an encrypted connection.
1196
1197 * proto-stream.el: Alter the interface functions to also return the
1198 actual stream type used: network or tls.
1199
1200 2011-01-25 Julien Danjou <julien@danjou.info>
1201
1202 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1203 (mm-display-javascript-inline): New function.
1204
1205 * mm-decode.el (mm-inline-media-tests): Add application/javascript
1206 viewing function.
1207
1208 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
1209
1210 * shr.el (shr-expand-newlines): Fix variable name.
1211
1212 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1213
1214 * shr.el (shr-expand-newlines): Make nested boxes work.
1215
1216 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1217
1218 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1219 backgrounds.
1220 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1221 in a more sensible manner.
1222
1223 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1224
1225 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1226 if EPG is loaded.
1227
1228 2011-01-24 Julien Danjou <julien@danjou.info>
1229
1230 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1231 tags.
1232
1233 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1234
1235 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1236 commands.
1237
1238 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1239 in the article buffer.
1240 (gnus-gravatar-insert): Use blank space from the current buffer to
1241 avoid breaking text properties. This makes X-Sent updating work again.
1242
1243 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1244
1245 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
1246
1247 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1248 fix the bug in url-http.el instead.
1249
1250 * shr.el (shr-image-fetched): Ditto.
1251
1252 * shr.el (shr-image-fetched): Avoid having point move in the article
1253 buffer.
1254
1255 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1256 buffer after being called. It's apparently being killed by url.el, and
1257 killing it made point move to end-of-buffer in a random buffer.
1258
1259 * shr.el (shr-image-fetched): Ditto.
1260
1261 2011-01-23 Julien Danjou <julien@danjou.info>
1262
1263 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1264
1265 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1266 text/x-org.
1267
1268 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1269
1270 * gnus-sum.el (gnus-summary-move-article): Protect against backends
1271 (i.e., nnimap) returning nil as the article number.
1272
1273 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1274
1275 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1276 "DelSp" parameter in RFC3676.
1277
1278 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1279
1280 * message.el (message-check-recipients): Display the encoded version of
1281 the bogus address if they differ.
1282
1283 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1284 after sending.
1285
1286 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1287
1288 * gnus-group.el (gnus-group-refresh-group): New convenience function.
1289
1290 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1291 group buffer after sending the queue.
1292
1293 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1294
1295 2011-01-22 Julien Danjou <julien@danjou.info>
1296
1297 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1298
1299 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1300
1301 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1302 nested related parts.
1303
1304 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1305 unexpired articles. This fixes the regression that led expiry marks to
1306 disappear from nnfolder groups.
1307
1308 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1309
1310 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1311 Don't confuse the "ret" of "retrograde" with RET.
1312
1313 2011-01-21 Julien Danjou <julien@danjou.info>
1314
1315 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1316 than mm-insert-inline.
1317
1318 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
1319
1320 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1321 Widen article buffer.
1322
1323 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1324
1325 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1326 the temp buffer.
1327 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1328
1329 2011-01-20 Julien Danjou <julien@danjou.info>
1330
1331 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1332
1333 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1334 than mm-insert-inline to insert inline part: this respect
1335 mm-inline-media-tests displayers.
1336
1337 * mm-view.el (mm-display-shell-script-inline): New function.
1338
1339 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1340
1341 * mm-uu.el (mm-uu-type-alist): Add org block.
1342 (mm-uu-org-src-code-block-extract): New function.
1343
1344 * mm-view.el (mm-display-org-inline): New function.
1345
1346 * mm-decode.el (mm-automatic-display): Add text/org.
1347
1348 * mailcap.el (mailcap-mime-extensions): Add .org.
1349
1350 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
1351
1352 * gnus-art.el (gnus-article-highlight): Remove argument passed to
1353 gnus-article-add-buttons.
1354
1355 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
1356
1357 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1358 From header with a date and "nobody" as the sender.
1359
1360 2011-01-19 Julien Danjou <julien@danjou.info>
1361
1362 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1363 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1364 if you have the same regexp several times.
1365 (gnus-button-push): Fix matching when regexp is symbol.
1366
1367 2011-01-15 Glenn Morris <rgm@gnu.org>
1368
1369 * message.el (message-mail): A compose-mail function should
1370 accept headers as strings.
1371
1372 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
1373
1374 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1375 Add :vert-only tags.
1376 (message-mail): New arg RETURN-ACTION.
1377 (message-return-action): New var.
1378 (message-bury): Use it.
1379 (message-mode): Make it buffer-local.
1380 (message-send-and-exit): Always call message-bury.
1381
1382 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
1383 message-mail.
1384
1385 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1386
1387 * nnimap.el (nnimap-convert-partial-article): Protect against
1388 zero-length body parts.
1389
1390 * mm-decode.el (mm-preferred-alternative-precedence):
1391 Discourage showing empty parts.
1392
1393 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1394 and stuff if the backend didn't return the article number. This fixes
1395 an Exchange-related nnimap bug.
1396
1397 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1398 group window, because it does the wrong thing when a separate frame
1399 displays the group buffer.
1400
1401 * proto-stream.el (open-protocol-stream): Protect against the low-level
1402 transport functions returning nil.
1403
1404 2011-01-07 Daiki Ueno <ueno@unixuser.org>
1405
1406 * mml2015.el (epg-sub-key-fingerprint): Autoload.
1407 (mml2015-epg-find-usable-secret-key): New function.
1408 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1409 mml2015-epg-find-usable-key (Bug#7797).
1410 (mml2015-epg-encrypt): Ditto.
1411
1412 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1413
1414 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1415
1416 2011-01-03 Glenn Morris <rgm@gnu.org>
1417
1418 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1419
1420 * sieve.el (sieve-open-server): Give a more explicit error if
1421 sieve-manage-open returns nil. (Bug#7720)
1422
1423 2011-01-02 Karl Fogel <kfogel@red-bean.com>
1424
1425 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1426
1427 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1428
1429 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1430 This avoids sending passwords in plain text over non-encrypted
1431 channels.
1432
1433 * shr.el (shr-rescale-image): Display all GIF images as animated images.
1434
1435 * nnimap.el (nnimap-login): Refactored out into own function, and
1436 implement CRAM-MD5.
1437 (nnimap-wait-for-line): Refactored out.
1438
1439 * mm-view.el (mml-smime): Require.
1440
1441 2010-12-20 David Engster <deng@eml.cc>
1442
1443 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1444 use EPG to decrypt S/MIME messages instead of openssl.
1445
1446 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1447
1448 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1449
1450 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1451 status is the group clearly is unreachable.
1452
1453 * auth-source.el (auth-source-create): Add the optional second
1454 parameter to `local-variable-p' to be compatible with XEmacs.
1455
1456 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
1457
1458 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1459 work when using a compressed nnml folder.
1460
1461 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1462
1463 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1464 backends after sanitising on entry, because this never makes sense:
1465 If the articles have gone missing, then the data no longer exists on
1466 the backend, and if they haven't, then Gnus is wrong, and shouldn't
1467 overwrite anything anyway.
1468
1469 * shr.el (shr-insert-document): Bind shr-width dynamically to
1470 window-width if it's nil.
1471
1472 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1473
1474 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1475 with the meaning of using the full emacs window width for rendering.
1476
1477 2010-12-27 Daiki Ueno <ueno@unixuser.org>
1478
1479 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1480 case when sender is not given.
1481
1482 2010-12-23 Julien Danjou <julien@danjou.info>
1483
1484 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1485 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1486 the addresses, otherwise we might misplaced the gravatar.
1487
1488 2010-12-21 Daiki Ueno <ueno@unixuser.org>
1489
1490 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1491 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1492 obsolete in Emacs.
1493
1494 2010-12-20 Julien Danjou <julien@danjou.info>
1495
1496 * gnus-util.el (gnus-rescale-image): Revert last change.
1497
1498 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1499
1500 * gnus-group.el (gnus-group-delete-articles): New command.
1501
1502 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1503
1504 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1505
1506 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1507
1508 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1509 here, since it's up to the backends to do CRLF removal if their
1510 protocol has it.
1511
1512 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1513
1514 2010-12-17 Julien Danjou <julien@danjou.info>
1515
1516 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1517 they are from file. Can also scale up.
1518
1519 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1520
1521 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1522 gnus-use-agent.
1523 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1524
1525 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1526
1527 2010-12-17 Julien Danjou <julien@danjou.info>
1528
1529 * gravatar.el (gravatar-retrieve-synchronously): New function.
1530 (gravatar-get-data): Make more robust.
1531
1532 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1533
1534 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1535 to really consider the last line.
1536
1537 2010-12-16 Daiki Ueno <ueno@unixuser.org>
1538
1539 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1540 list of recipient keys, or use symmetric encryption if not a list.
1541 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1542 EPA override, replacing the call to `netrc-store-data'.
1543
1544 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
1545
1546 * gnus-srvr.el: Avoid passing nil regexp argument to
1547 delete-matching-lines.
1548
1549 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1550
1551 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1552 fetching stops when Gnus exits.
1553
1554 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1555 function.
1556 (nnfolder-request-expire-articles): Save all the buffers after doing
1557 expiry.
1558
1559 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1560 the last article", since that led to serious performance regressions
1561 when expiring nnml groups.
1562
1563 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
1564
1565 * nnir.el: Improve customizations.
1566
1567 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1568
1569 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1570
1571 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1572 group has been killed.
1573 (gnus-group-yank-group): Ditto.
1574
1575 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1576
1577 * nnimap.el (nnimap-request-update-group-status): New function.
1578
1579 * gnus-int.el (gnus-request-update-group-status): New interface
1580 function.
1581
1582 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1583 copying read-ness to the backends.
1584
1585 * nnimap.el (nnimap-quirk): New function.
1586 (nnimap-retrieve-group-data-early): Use it.
1587 (nnimap-quirks): New alist.
1588
1589 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
1590
1591 * shr.el (shr-insert): Set shr-start after deleting trailing space;
1592 don't delete it within indentation.
1593
1594 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1595
1596 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1597 previous line.
1598
1599 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1600
1601 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1602 QRESYNC command by deleting a superfluous space which broke Cyrus
1603 servers. This change will break other servers that are buggy the other
1604 way around.
1605
1606 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
1607
1608 * spam.el: Reindent and fix long lines.
1609 (spam-copy-or-move-routine): Exclude invalid move destinations.
1610
1611 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
1612
1613 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1614 installed the registry.
1615
1616 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1617
1618 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1619 groupname doesn't contain "gmane".
1620
1621 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1622
1623 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1624 (gnus-1): Don't create the nndrafts group twice.
1625 (gnus-setup-news): There's no need to read the active file here, since
1626 that's done again later on a per-backend basis.
1627 (gnus-start-draft-setup): Make sure that the new group is started out
1628 empty.
1629
1630 * gnus-agent.el (gnus-agentize): Don't create the queue group
1631 automatically on startup. It'll be created later, if needed.
1632
1633 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1634 of automatically subscribed groups.
1635 (gnus-auto-subscribed-categories): New variable.
1636 (gnus-matches-options-n): Use it.
1637 (gnus-default-subscribed-newsgroups): Remove unused variable.
1638 (gnus-start-draft-setup): Message a bit less.
1639
1640 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1641
1642 * nnir.el (nnir-run-imap): Return article list in order of increasing
1643 UID.
1644
1645 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1646
1647 * gnus-sum.el (gnus-summary-enter-digest-group):
1648 Mention gnus-auto-select-on-ephemeral-exit.
1649
1650 * proto-stream.el (proto-stream-open-network-only): Fix the calling
1651 convention of the network-only option.
1652
1653 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1654
1655 * proto-stream.el (proto-stream-open-network-only): New function to
1656 have a way to specify non-STARTTLS upgrade connections.
1657
1658 2010-12-10 Julien Danjou <julien@danjou.info>
1659
1660 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1661 email address is nil.
1662
1663 * message.el (message-bogus-recipient-p): Set address to "" if nil.
1664
1665 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
1666
1667 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1668 deletion.
1669 (nnir-run-imap): Only need to parse list once.
1670
1671 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1672
1673 * shr.el (shr-tag-script): Ignore <script>.
1674 (shr-tag-label): Add <label> support.
1675
1676 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
1677
1678 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1679
1680 * shr.el (shr-image-displayer): Work for images lined side by side.
1681
1682 2010-12-08 Robert Pluim <rpluim@gmail.com>
1683
1684 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1685 parameter, since XEmacs doesn't accept t as a parameter.
1686
1687 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
1688
1689 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1690 ids.
1691 (nnir-run-gmane): Simplify groupspec formatting.
1692 (nnir-request-expire-articles): New function.
1693
1694 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1695
1696 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1697 overflow, possibly.
1698
1699 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1700 (shr-render-td): Handle td style="" better.
1701 (shr-tag-table): Use the color from the style sheet.
1702 (shr-render-td): Make sure we copy over all the overlays, too.
1703
1704 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
1705
1706 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1707 (nnir-request-article): Improve article retrieval.
1708
1709 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1710
1711 * mm-util.el (mm-extra-numeric-entities): New variable.
1712
1713 * mm-url.el (mm-url-decode-entities):
1714 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1715
1716 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * message.el: Use completion-at-point.
1719 (message-completion-function): New fun, extracted from message-tab.
1720 (message-mode): Use it for completion-at-point-functions.
1721 (message-tab): Use it and completion-at-point.
1722
1723 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1724
1725 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1726 character if a non-breakable character follows.
1727
1728 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1729
1730 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1731 any stream.
1732
1733 * shr.el (shr-tag-font): Colorize the region.
1734 (shr-tag-body): Ditto.
1735 (shr-tag-font): Actually let the styles be inherited instead of
1736 overwriting them.
1737 (shr-tag-font): Get the background color right.
1738 (shr-tag-style): Ignore all <style> tags for the moment.
1739
1740 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1741 a Message-ID to avoid having nnimap depend on gnus-sum.
1742
1743 * shr.el (shr-descend): Only colorize something if we have a node that
1744 sets colors.
1745
1746 2010-12-06 Julien Danjou <julien@danjou.info>
1747
1748 * shr.el (shr-render-td): Render td content with shr-descend, so style
1749 will be applied to <td> too.
1750 (shr-colorize-region): Colorize region even if we only have a background.
1751 (shr-tag-body): Fix color and background color inheritance.
1752 Do not recolorize after shr-generic.
1753 (shr-tag-font): Let shr-generic colorize via inheritance.
1754
1755 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1756
1757 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1758
1759 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
1760
1761 * nnir.el (nnir-request-move-article): Remove obsolete code.
1762
1763 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1764
1765 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1766
1767 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1768
1769 * gnus-sum.el (gnus-summary-respool-article): The completion function
1770 expects a list instead of an alist.
1771
1772 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1773 string as the parameter.
1774
1775 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1776
1777 * shr.el (shr-stylesheet): New dynamic variable for cascading the
1778 styles.
1779 (shr-colorize-region): New function.
1780 (shr-insert-background-overlay): Remove.
1781 (shr-render-td): Background setting should be taken care of on a higher
1782 level.
1783 (shr-tag-body): Use post-hoc colorizations.
1784 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1785 (shr-put-color-1): Don't overwrite old colors.
1786 (shr-colorize-region): When the background color isn't explicit, use
1787 a fixed background.
1788
1789 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1790 nnmail variables.
1791
1792 2010-12-05 Bjørn Mork <bjorn@mork.no>
1793
1794 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1795 unless necessary.
1796
1797 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
1798
1799 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1800 server.
1801
1802 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1803
1804 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1805 so that TAB works.
1806
1807 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1808 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1809
1810 * shr.el (shr-urlify): Show the URL before the title to avoid
1811 misleading URLs.
1812
1813 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
1814
1815 * shr.el (shr-urlify): Display the title in <a> tags.
1816
1817 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
1818
1819 * nnir.el (nnir-categorize): Replace mapcar with mapc.
1820
1821 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
1822
1823 * nnir.el: Rearrange code to allow macros to be autoloaded by
1824 gnus-sum.el.
1825 (nnir-retrieve-headers-override-function): Make this variable
1826 customizable.
1827 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1828
1829 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1830 from nnir.el.
1831
1832 2010-12-03 Julien Danjou <julien@danjou.info>
1833
1834 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1835
1836 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1837
1838 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1839 allow optional argument `environment'.
1840
1841 2010-12-03 Glenn Morris <rgm@gnu.org>
1842
1843 * mm-extern.el (message-goto-body): Update declaration.
1844
1845 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1846
1847 * gnus-util.el (gnus-macroexpand-all): New function.
1848
1849 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1850 instead of macroexpand-all that is unavailable in XEmacs.
1851
1852 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
1853
1854 * nnir.el (nnir-summary-line-format): New variable.
1855 (nnir-mode): Use it.
1856 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1857 (nnir-article-ids): Reimplement as defsubst.
1858 (nnir-retrieve-headers): Don't mangle the subject header.
1859 (nnir-run-imap): Use 100 as RSV score.
1860 (nnir-run-find-grep): Fix for full server searching.
1861 (nnir-run-gmane): Better restriction to gmane groups.
1862
1863 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1864 summary buffers.
1865
1866 2010-12-02 Julien Danjou <julien@danjou.info>
1867
1868 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1869
1870 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1871
1872 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1873 support.
1874
1875 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
1876
1877 * nnir.el: Update to handle the registry better.
1878 (autoload): Silence byte-compiler.
1879 (nnir-open-server): Add a hook for nnir groups.
1880 (nnir-request-move-article): Don't mangle the header. Better to use
1881 formating variables (which will be added in the future).
1882 (nnir-registry-action): Update the registry using the original article
1883 group name.
1884 (nnir-mode): Install nnir-specific hooks for updating the registry.
1885
1886 * gnus-sum.el
1887 (gnus-article-original-subject,gnus-newsgroup-original-name):
1888 Remove obsolete variables.
1889 (gnus-summary-move-article): Remove use of obsolete variables.
1890 (gnus-summary-local-variables): Make move and delete hooks local to
1891 summary buffers.
1892
1893 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1894
1895 * rtree.el: New file.
1896
1897 2010-12-01 Julien Danjou <julien@danjou.info>
1898
1899 * message.el (message-user-organization): Do not use
1900 gnus-local-organization.
1901
1902 * gnus.el: Remove gnus-local-organization.
1903
1904 * gnus-msg.el: Remove nastygram thing.
1905
1906 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
1907
1908 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1909 funcall.
1910
1911 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
1912
1913 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1914 names.
1915
1916 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1917 characters.
1918
1919 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1920 to t of inhibit-read-only since it is inside gnus-with-article-headers.
1921 Suggested by Štěpán Němec <stepnem@gmail.com>.
1922 (gnus-gravatar-transform-address): Use mail-extract-address-components
1923 that supports non-ASCII names rather than mail-header-parse-addresses.
1924
1925 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1926
1927 * proto-stream.el (open-protocol-stream): All starttls connections are
1928 handled by the network handler.
1929
1930 2010-11-30 Julien Danjou <julien@danjou.info>
1931
1932 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1933 (nnimap-open-connection-1): Fix PREAUTH.
1934
1935 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1936
1937 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1938
1939 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1940 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1941 (shr-insert): Use them.
1942 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1943
1944 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
1945
1946 * nnir.el (nnir-request-move-article): Bail out if original group
1947 doesn't support article moves.
1948 (nnir-get-active): Improve active list retrieval.
1949
1950 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1951
1952 * shr.el (shr-find-fill-point): Don't break before apostrophes.
1953
1954 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
1955
1956 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1957 seem to accept strings-with-numbers as port numbers,
1958
1959 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
1960
1961 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1962 change the registry.
1963
1964 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
1965
1966 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1967 delete-dups that is not available in XEmacs 21.4.
1968
1969 * mm-util.el (mm-delete-duplicates): Add comment.
1970
1971 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
1972
1973 * nnir.el (nnir-ignored-newsgroups): New variable.
1974 (nnir-get-active): Use it.
1975
1976 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1977
1978 * proto-stream.el (proto-stream-open-network): Add some comments.
1979
1980 * nntp.el (nntp-open-connection): Provide a :success condition.
1981
1982 * nnimap.el (nnimap-open-connection-1): Ditto.
1983
1984 * proto-stream.el (proto-stream-open-network): See what the response to
1985 the STARTTLS command is.
1986
1987 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1988 backwards compatibility).
1989 (nnimap-open-connection-1): Really respect nnimap-server-port.
1990
1991 * proto-stream.el (proto-stream-open-network): When doing opportunistic
1992 TLS upgrades we don't really care about the identity of the peer.
1993 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1994 that what we've checked for.
1995 (proto-stream-always-use-starttls): Only default to t if
1996 open-gnutls-stream exists.
1997 (proto-stream-open-network): If STARTTLS failed, then just open a
1998 normal connection.
1999 (proto-stream-open-network): Wait until the greeting before doing
2000 STARTTLS.
2001
2002 * nntp.el (nntp-open-connection): Report what the connection error is.
2003
2004 * proto-stream.el (open-protocol-stream): Rename from
2005 open-proto-stream.
2006
2007 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2008
2009 * nnimap.el (nnimap-stream): Change default to `undecided'.
2010 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2011 first, and then network.
2012 (nnimap-open-connection-1): Respect nnimap-server-port.
2013 (nnimap-open-connection): Be more backwards-compatible.
2014
2015 * proto-stream.el (proto-stream-always-use-starttls): New variable.
2016 (proto-stream-open-starttls): De-duplicate the starttls code.
2017 (proto-stream-open-starttls): Folded back into the main function.
2018 (proto-stream-open-network): Fix typo in the gnutls path.
2019 (proto-stream-command): Refactor out.
2020
2021 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2022
2023 * proto-stream.el (proto-stream-open-starttls): Actually implement the
2024 starttls.el STARTTLS.
2025
2026 * color.el (color-lab->srgb): Fix function call name.
2027
2028 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2029 if we're using tls.el.
2030 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2031 built in, then don't try to establish a STARTTLS connection.
2032
2033 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2034 servers.
2035
2036 * proto-stream.el (open-proto-stream): Use network, not stream.
2037 (open-proto-stream): Add a way to specify what the end of a command is.
2038
2039 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2040 connections types.
2041 (nntp-open-network-stream): Remove.
2042 (nntp-open-ssl-stream): Remove.
2043 (nntp-open-tls-stream): Remove.
2044 (nntp-ssl-program): Remove.
2045
2046 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2047
2048 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
2049
2050 * nnir.el: Fix typos.
2051 (nnir-retrieve-headers-override-function): Rename variable to reflect
2052 new semantics.
2053 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2054 macros.
2055 (nnir-request-article, nnir-request-move-article): Use them.
2056 (nnir-categorize): New function.
2057 (nnir-run-query): Use it.
2058 (nnir-retrieve-headers): Rewrite to batch header retrieval.
2059 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2060 sorted.
2061 (nnir-group-full-name): Use gnus-group-full-name instead.
2062 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2063 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2064
2065 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2066
2067 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2068
2069 * proto-stream.el: New library to provide protocol-specific
2070 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2071 protocols.
2072 (open-proto-stream): Complete the documentation.
2073 (proto-stream-open-network): Fix some typos.
2074
2075 * nnimap.el (nnimap-open-connection): Use it.
2076
2077 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
2078
2079 * pop3.el (pop3-open-server): Read server greeting before starting TLS
2080 negotiation.
2081
2082 2010-11-26 Julien Danjou <julien@danjou.info>
2083
2084 * color.el: Rename various rgb functions to srgb.
2085
2086 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2087
2088 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2089 names.
2090
2091 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
2092
2093 * shr.el (shr-insert): Revert last change.
2094 (shr-find-fill-point): Never leave point being at bol;
2095 relax the kinsoku limitation when rendering tables.
2096
2097 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2098
2099 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2100 results from -accept-article.
2101
2102 * shr-color.el: Require cl when compiling.
2103
2104 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2105 checkin.
2106
2107 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2108
2109 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2110
2111 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2112 'add and 'delete to set backend marks.
2113
2114 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2115
2116 * nnheader.el (nnheader-update-marks-actions): Refactor out.
2117
2118 * nntp.el (nntp-request-set-mark): Use it.
2119
2120 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2121
2122 * nnml.el (nnml-request-set-mark): Ditto.
2123
2124 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2125 introduces regressions in article selection.
2126 (nnimap-find-uid-response): New function.
2127 (nnimap-request-accept-article): Use the UID returned, if any.
2128 (nnimap-request-move-article): Use the UID returned, if any.
2129 (nnimap-get-groups): Reimplement to work with folded lines.
2130 (nnimap-find-uid-response): The UID is the last element in the list.
2131 (nnimap-request-set-mark): Extend syntax with 'set.
2132
2133 * nnml.el (nnml-request-set-mark): Ditto.
2134
2135 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2136
2137 * nntp.el (nntp-request-set-mark): Ditto.
2138
2139 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2140
2141 * message.el (message-called-interactively-p): A temporary macro.
2142 (message-goto-body): Use it temporarily.
2143
2144 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2145
2146 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2147 (nnimap-last-response-string): Unfold quoted lines, if they exist.
2148 (nnimap-last-response-string): Fix last unfolding fix.
2149
2150 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2151
2152 * shr.el (shr-insert): Fix the way to fold lines.
2153
2154 2010-11-25 Julien Danjou <julien@danjou.info>
2155
2156 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2157
2158 * color.el: Rename from color-lab.el
2159 (color-rgb->hex): Add.
2160 (color-complement): Add.
2161 (color-complement-hex): Add.
2162
2163 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2164
2165 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2166
2167 * shr-color.el (shr-color-visible): Don't bug out if the colour names
2168 don't exist.
2169
2170 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2171
2172 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2173 assuming that article displaying or another mml-preview may be
2174 interrupted for an error or for the like.
2175
2176 * shr.el (shr-get-background): Fix argument name.
2177
2178 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2179
2180 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2181
2182 * gnus-sum.el (gnus-summary-include-articles): New function.
2183
2184 * message.el (message-goto-body): called-interactively-p needs a
2185 parameter, so use `any'.
2186
2187 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2188 clear marks before moving, since they're synced from the Gnus side
2189 first.
2190
2191 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2192 (gnus-summary-move-article): Copy over all marks before moving, so that
2193 IMAP doesn't think a new article has arrived.
2194
2195 2010-11-24 Julien Danjou <julien@danjou.info>
2196
2197 * shr.el (shr-insert-background-overlay): Fix typo.
2198 (shr-render-td): Copy the background before rendering.
2199
2200 * shr-color.el (shr-color-visible): Fix docstring.
2201
2202 * shr.el (shr-tag-table): Add bgcolor support.
2203 (shr-render-td): Add bgcolor support.
2204 (shr-get-background): Add.
2205 (shr-insert-foreground-overlay): Use shr-get-background.
2206
2207 * message.el (message-goto-body): Use called-interactively-p.
2208 (message-in-body-p): message-goto-body returns point.
2209
2210 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2211
2212 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
2213 Fixes something or other in Emacs 23, and is backwards compatible.
2214
2215 * message.el (message-goto-body): Remove the <#secure special-casing,
2216 which is too special.
2217
2218 * shr.el (shr-parse-style): Drop !important from styles.
2219
2220 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
2221
2222 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2223 this function to return incorrect results when calling it with an
2224 explicit article argument different from
2225 (gnus-summary-article-number).
2226
2227 2010-11-24 Julien Danjou <julien@danjou.info>
2228
2229 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2230 (shr-tag-body): Add background support.
2231 (shr-descend): Add background support.
2232 (shr-tag-title): Add.
2233
2234 * shr-color.el (shr-color-visible): Really return original background
2235 if fixed.
2236
2237 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2238
2239 * shr.el (shr-color-check): Protect against non-existent colour names.
2240
2241 2010-11-24 Julien Danjou <julien@danjou.info>
2242
2243 * color-lab.el: Require 'cl when compiling.
2244
2245 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2246
2247 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2248 matched part.
2249
2250 * color-lab.el: Fix all expt calls to use float type.
2251
2252 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
2253
2254 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2255 expression to shr-color-check as is.
2256
2257 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2258
2259 * color-lab.el: Add coding cookie.
2260 (float-pi): Use eval-and-compile.
2261
2262 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2263
2264 * shr.el (shr-insert-color-overlay): Split stuff like
2265 "#444444 !important" to find the real colour.
2266 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2267 parse <font color="red"> entries.
2268
2269 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
2270
2271 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
2272 point when parsing headers.
2273
2274 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
2275 is positioned properly when parsing headers.
2276
2277 2010-11-23 Julien Danjou <julien@danjou.info>
2278
2279 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2280
2281 * shr-color.el (shr-color->hexadecimal): Add support for color names.
2282
2283 * shr.el (shr-parse-style): Replace \n with space in style parsing.
2284
2285 * shr-color.el (shr-color-hsl-to-rgb-fractions):
2286 Use shr-color-hue-to-rgb.
2287 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2288
2289 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2290
2291 * shr.el (shr-color->hexadecimal): Autoload.
2292 (shr-descend): Add color to all tags.
2293
2294 2010-11-22 Julien Danjou <julien@danjou.info>
2295
2296 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2297 shr-color->hexadecimal.
2298
2299 * shr-color.el (shr-color->hexadecimal): Add converting functions for
2300 RGB() or HSL() color representation.
2301
2302 * shr.el (shr-tag-font): Add.
2303 (shr-tag-color-check): New function to get better colors.
2304 (shr-tag-insert-color-overlay): Factorize code between tag-font and
2305 tag-span.
2306
2307 * shr-color.el: New file.
2308
2309 * color-lab.el: New file.
2310
2311 * gnus-art.el (gnus-url-mailto): Do not downcase args.
2312
2313 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
2314
2315 * nnir.el: Fix typo in comments.
2316 (nnir-run-imap): Simplify code. No need to reverse artlist.
2317 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2318
2319 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2320
2321 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2322
2323 * nnimap.el (nnimap-get-capabilities): Refactor out.
2324 (nnimap-open-connection): Re-request capabilities after STARTTLS.
2325
2326 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
2327
2328 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2329 appearing when `mm-uu-hide-markers' is nil.
2330
2331 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2332
2333 * nnimap.el (nnimap-unselect-group): Make into its own function.
2334 (nnimap-request-rename-group): Unselect group before renaming.
2335 This had gotten lost somewhere.
2336 (nnimap-request-accept-article): Keep track of examined groups, and
2337 unselect the group before APPENDing to read-only groups.
2338 (nnimap-request-move-article): Clear flags before moving so that they
2339 can be re-set later.
2340
2341 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
2342
2343 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2344 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2345
2346 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2347
2348 * gnus-art.el (gnus-mime-display-single)
2349 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2350 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2351 parameter.
2352
2353 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2354
2355 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2356 (shr-table-vertical-line): New variable.
2357 (shr-insert-table): Use it.
2358
2359 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2360
2361 * gnus-html.el (gnus-html-wash-images): Don't display images if
2362 gnus-inhibit-images is non-nil; register displayer for cid images.
2363 (gnus-html-display-image): Work for cid image.
2364 (gnus-html-insert-image): Allow arguments.
2365 (gnus-html-put-image): Inhibit read-only.
2366 (gnus-html-prefetch-images): Don't prefetch images if
2367 gnus-inhibit-images is non-nil.
2368
2369 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2370
2371 * shr.el (shr-put-image): Break lines when inserting big pictures.
2372
2373 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2374
2375 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2376 sender, thanks Katsumi Yamaoka.
2377
2378 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
2379
2380 * nnir.el (nnir-run-imap): Reverse the article list for each group
2381 rather than the whole list.
2382
2383 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
2384
2385 * shr.el (shr-image-displayer): Protect function against non-existent
2386 image source.
2387
2388 * gnus-art.el (gnus-inhibit-images): New user option.
2389 (gnus-mime-display-single): Don't display image if it is non-nil.
2390
2391 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2392 gnus-inhibit-images.
2393
2394 * shr.el (shr-image-displayer): New function.
2395 (shr-tag-img): Use it.
2396
2397 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2398
2399 * mml2015.el (mml2015-epg-sign): Use From header.
2400
2401 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2402
2403 * gnus-html.el (gnus-html-wash-images): Register a displayer.
2404
2405 * gnus-util.el (gnus-find-text-property-region): Return markers.
2406
2407 * shr.el (shr-tag-img): Put a displayer in the text property.
2408
2409 * gnus-util.el (gnus-find-text-property-region): New utility function.
2410
2411 * gnus-html.el (gnus-html-display-image): Make the alt optional.
2412 (gnus-html-show-images): Remove.
2413
2414 * gnus-art.el (gnus-article-show-images): New, more general function.
2415
2416 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2417 image url text properties.
2418
2419 * shr.el: Ditto.
2420
2421 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2422 gnus-agent-auto-agentize-methods is set. Which it isn't.
2423
2424 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2425
2426 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2427 work for two or more articles.
2428
2429 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2430
2431 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2432 divide an image that's in an html article to two or more when washing
2433 non-ASCII characters in alt text of it.
2434
2435 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2436
2437 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2438 smime-decrypt-region using function argument.
2439 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2440
2441 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2442
2443 * smime.el (smime-decrypt-region): Catch it.
2444
2445 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 * smime.el (smime-mode-map): Move initialization into declaration.
2448 (gnus-run-mode-hooks): Don't autoload.
2449 (smime-mode): Use define-derived-mode.
2450
2451 2010-11-11 Glenn Morris <rgm@gnu.org>
2452
2453 * smime.el (from): Restrict declaration to XEmacs.
2454
2455 * nnir.el (gnus-group-topic-name): Autoload.
2456
2457 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2458
2459 * shr.el (shr-insert): Don't break long line if it is because of
2460 kinsoku-bol characters in the line end.
2461
2462 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
2463
2464 * nnir.el (nnir-request-move-article): Fix to provide original group
2465 and subject.
2466 (nnir-warp-to-article): Don't fail on articles whose headers haven't
2467 been retrieved.
2468
2469 * gnus-sum.el (gnus-summary-move-article): Use original group and
2470 subject for virtual articles such as those in an nnir summary buffer.
2471
2472 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2473
2474 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2475 least 21.5).
2476
2477 * smime.el (from): Declare it again for XEmacs.
2478
2479 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2480
2481 * message.el (message-resend): Don't disable encoding unless it's
2482 already encoded.
2483
2484 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2485 low-numbered articles.
2486
2487 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2488
2489 * rfc2047.el (rfc2047-syntax-table): Simplify.
2490
2491 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2492 set-char-table-range for XEmacs.
2493
2494 2010-11-10 Glenn Morris <rgm@gnu.org>
2495
2496 * smime.el (from): Remove unused declaration.
2497
2498 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2499 (gnus-float-time): On Emacs, always an alias.
2500
2501 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2502 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2503
2504 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2505
2506 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2507
2508 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2509
2510 * shr.el (browse-url-mailto): Autoload.
2511
2512 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2513
2514 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2515 regexp doesn't need quoting.
2516
2517 2010-11-09 Sven Joachim <svenjoac@gmx.de>
2518
2519 * message.el (message-subject-trailing-was-ask-regexp)
2520 (message-subject-trailing-was-regexp): Match was: in addition to was.
2521
2522 2010-11-09 Glenn Morris <rgm@gnu.org>
2523
2524 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2525 (nnbabyl-check-mbox): Use point-at-bol.
2526
2527 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2528
2529 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2530
2531 * message.el (message-mailto): New function.
2532 (message-mailto): Should accept other parameters.
2533 (message-mailto): Remove since it duplicates browse-url-mailto
2534 functionality.
2535
2536 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2537
2538 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2539 methods.
2540 (gnus-read-active-file): Ditto.
2541
2542 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2543 ": " from the prompt.
2544 (gnus-group-make-group): Ditto.
2545
2546 2010-11-07 Glenn Morris <rgm@gnu.org>
2547
2548 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2549 (gnus-bookmark-kill-line): Use point-at-eol.
2550
2551 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
2552
2553 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2554 asterisks in From header.
2555
2556 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2557
2558 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2559 string to avoid making the From headers syntactically invalid.
2560
2561 * message.el (message-send-mail): Don't insert courtesy messages if the
2562 message already has List-Post and List-ID messages.
2563
2564 2010-11-06 Glenn Morris <rgm@gnu.org>
2565
2566 * gnus-art.el (gnus-treat-article): Give dynamic local variables
2567 `condition', `type', `length' a prefix.
2568 (gnus-treat-predicate): Update for above name changes.
2569
2570 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
2571
2572 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2573 binding. Handled by `gnus-summary-refer-thread' instead.
2574 (nnir-warp-to-article): New backend function.
2575
2576 * nnimap.el (nnimap-request-thread): Force dependency updating.
2577
2578 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2579 (gnus-summary-refer-thread): Rework to improve thread-referral.
2580
2581 * gnus-int.el (gnus-warp-to-article): New function.
2582
2583 * gnus-sum.el (gnus-summary-article-map): Bind it.
2584
2585 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
2586
2587 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2588 gnus-summary-refer-thread.
2589
2590 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2591 headers.
2592 (gnus-summary-limit-include-thread): Prevent articles in thread from
2593 being cut in gnus-cut-threads.
2594 (gnus-summary-refer-thread): Limit retrieved headers to those in
2595 thread.
2596
2597 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2598
2599 * message.el (message-send-mail): Use the value of
2600 message-courtesy-message from the message buffer.
2601
2602 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2603
2604 * shr.el (shr-browse-url): Implement mailto: URLs.
2605
2606 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2607 "raw".
2608
2609 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2610 if it's already selected.
2611
2612 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2613
2614 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
2615
2616 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2617 to measure the length and truncate alt text.
2618
2619 2010-11-03 Glenn Morris <rgm@gnu.org>
2620
2621 * nndiary.el (nndiary-generate-nov-databases-1)
2622 (nndiary-generate-active-info): Rename dynamic variable `files' to
2623 something less generic.
2624
2625 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
2626
2627 * nnir.el (nnir-request-move-article): Call the underlying backend to
2628 move articles from nnir.
2629
2630 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2631
2632 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2633
2634 2010-11-02 Julien Danjou <julien@danjou.info>
2635
2636 * nnir.el: Remove wais support.
2637
2638 2010-11-02 Glenn Morris <rgm@gnu.org>
2639
2640 * gnus-html.el: Reorder requirements to quieten compiler.
2641
2642 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2643
2644 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2645 properly for XEmacs as well.
2646 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2647 (gnus-article-natural-long-line-p): Use window-width rather than
2648 frame-width.
2649
2650 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
2651
2652 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
2653 (nnir-read-parms): Don't modify query.
2654 (nnir-run-query): Add ability to search topic on current line.
2655 (nnir-get-active): Clean up.
2656
2657 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2658
2659 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2660 degenerate articles.
2661
2662 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2663 (gnus-print-buffer): Just print the buffer as is, without any copying
2664 to a buffer and then re-highlighting.
2665
2666 * nnimap.el (nnimap-request-group): Store the new updated info.
2667 (nnimap-request-group): Select the group when we don't know whether it
2668 exists or not.
2669
2670 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2671 groups.
2672
2673 * gnus-group.el (gnus-group-find-new-groups): Display all the new
2674 groups.
2675
2676 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2677 groups.
2678
2679 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2680 long-lines case by only filling the long lines.
2681
2682 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2683 (bug #7311).
2684
2685 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2686
2687 * shr.el: No need to declare `declare-function' since shr.el is for
2688 only Emacsen that provide `libxml-parse-html-region'.
2689
2690 2010-11-01 Glenn Morris <rgm@gnu.org>
2691
2692 * mm-util.el (gnus-completing-read): Autoload.
2693 (mm-read-coding-system): Simplify Emacs definition.
2694
2695 * nnmail.el (gnus-activate-group):
2696 * nnimap.el (gnutls-negotiate):
2697 * nntp.el (netrc-parse): Fix declarations.
2698
2699 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2700
2701 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2702 string-match-p in Emacs >=23.
2703
2704 * gnus-msg.el (gnus-configure-posting-styles)
2705 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2706
2707 2010-11-01 Glenn Morris <rgm@gnu.org>
2708
2709 * nnir.el (declare-function): Add compat stub.
2710 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2711 (nnir-run-gmane): Require 'mm-url.
2712
2713 * mm-util.el (mm-string-to-multibyte): Simplify.
2714
2715 * shr.el (declare-function): Add compat stub.
2716 (url-cache-create-filename): Declare.
2717 (mm-disable-multibyte, widget-convert-button): Autoload.
2718
2719 * smime.el (ldap-search): Declare.
2720 (smime-cert-by-ldap-1): Require ldap on Emacs.
2721
2722 * nnimap.el: Require nnmail, and gnus-sum when compiling.
2723 (nnimap-keepalive): Use gnus-float-time.
2724
2725 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2726 (mail-source-delete-crash-box): Use gnus-float-time.
2727
2728 * gnus-dired.el (gnus-completing-read): Autoload.
2729
2730 * mm-view.el (gnus-rescale-image): Autoload.
2731
2732 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2733
2734 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2735
2736 * sieve-manage.el: Require 'cl when compiling.
2737
2738 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2739 (gnus-iswitchb-completing-read): Require iswitchb.
2740 (gnus-select-frame-set-input-focus): Silence compiler.
2741
2742 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2743
2744 * message.el (message-subject-trailing-was-query): Change default to t,
2745 since I think that's what most people want.
2746
2747 * nnimap.el (nnimap-request-accept-article): Erase buffer before
2748 appending for easier debugging.
2749 (nnimap-wait-for-connection): Take a regexp.
2750 (nnimap-request-accept-article): Wait for the continuation line before
2751 sending anything unless we're streaming.
2752
2753 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2754 leave the header washing to take place.
2755
2756 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2757
2758 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2759 regular expression match and replace in posting styles.
2760
2761 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
2762
2763 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2764 an entire server.
2765 (nnir-get-active): New function.
2766 (nnir-run-imap): Use it.
2767 (nnir-run-gmane): Who knew, gmane search returns an article score!
2768
2769 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2770 server on the current line with nnir.
2771
2772 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2773
2774 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2775 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2776 left edge.
2777 (gnus-article-foldable-buffer): Skip past the prefix when determining
2778 raggedness.
2779
2780 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2781 the raw article, and change `C-u g' to show the article without doing
2782 treatments.
2783
2784 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2785 on to `gnus-treat-article'.
2786 (gnus-inhibit-article-treatments): New variable.
2787
2788 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2789
2790 * gnus-art.el (gnus-treatment-function-alist): Have
2791 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2792 (gnus-treat-fill-long-lines): Change default to fill all text/plain
2793 sections.
2794
2795 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2796 parameter.
2797 (gnus-article-fill-cited-long-lines): New function.
2798 (gnus-article-fill-cited-article): Allow filling only long sections.
2799
2800 * shr.el (shr-find-fill-point): Don't break lines between punctuation
2801 and non-punctuation (like after the apostrophe in "'We").
2802
2803 * gnus-sum.el (gnus-summary-select-article): Make sure
2804 gnus-original-article-buffer is alive.
2805
2806 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2807 reflect the order they're in in the digest.
2808
2809 * gnus.el (gnus-group-startup-message): Move point to the start of the
2810 buffer.
2811
2812 * nnimap.el (nnimap-capability): New function.
2813 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2814 is set.
2815
2816 2010-10-31 David Engster <dengste@eml.cc>
2817
2818 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2819 conform with changes to gnus-completing-read.
2820
2821 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2822
2823 * shr.el (shr-tag-img): Output "*" instead of "[img]".
2824
2825 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
2826
2827 * nnir.el: Move defvar, defcustom around to keep file organized
2828 and keep byte-compiler quiet.
2829 (nnir-read-parms): Accept search-engine as arg.
2830 (nnir-run-query): Pass search-engine as arg.
2831 (nnir-search-engine): Remove.
2832
2833 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2834
2835 * shr.el (shr-generic): The text nodes should be text, not :text.
2836
2837 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2838 later in the file.
2839
2840 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
2841
2842 * nnir.el: General clean up. Allow searching with multiple engines.
2843 Allow separate extra-parameters for each engine.
2844 Batch queries when possible.
2845 (nnir-imap-default-search-key,nnir-method-default-engines):
2846 Add customize interface.
2847 (nnir-run-gmane): New engine.
2848 (nnir-engines): Use it. Qualify all prompts with engine name.
2849 (nnir-search-engine): Remove global variable.
2850 (nnir-run-hyrex): Restore for now.
2851 (nnir-extra-parms,nnir-search-history): New variables.
2852 (gnus-group-make-nnir-group): Use them.
2853 (nnir-group-server): Remove in favor of gnus-group-server.
2854 (nnir-request-group): Avoid searching twice.
2855 (nnir-sort-groups-by-server): New function.
2856
2857 2010-10-30 Julien Danjou <julien@danjou.info>
2858
2859 * gnus-group.el: Remove gnus-group-fetch-control.
2860
2861 * gnus-start.el (gnus-find-new-newsgroups):
2862 Remove gnus-check-first-time-used.
2863
2864 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2865
2866 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
2867
2868 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2869 set on groups that don't have \* permanentflags.
2870
2871 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2872
2873 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2874 control the background color.
2875 (shr-tag-img): Ignore very small web bug type images.
2876 (shr-put-image): Add help-echo alt texts to the images.
2877 (shr-tag-video): Show the video poster image.
2878
2879 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2880
2881 * shr.el (shr-table-depth): New variable.
2882 (shr-tag-table-1): Only insert the images after the top-level table.
2883
2884 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2885
2886 * gnus-util.el (gnus-list-memq-of-list): New function.
2887
2888 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2889 selected.
2890 (nnimap-unsplittable-articles): New slot.
2891 (nnimap-new-articles): Use it.
2892
2893 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
2894
2895 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2896 move to the previous line on `M-g'.
2897
2898 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2899
2900 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2901 *-request-group, which seems unnecessary.
2902
2903 * nnimap.el (nnimap-quote-specials): Function copied over from
2904 imap.el.
2905 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2906 they support that. Suggested by Tom Regner.
2907
2908 2010-10-29 Julien Danjou <julien@danjou.info>
2909
2910 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2911 defalias.
2912 (gnus-summary-delete-marked-with): Remove obsolete defalias.
2913
2914 * gnus.el: Remove `gnus-nntp-service' variable.
2915 (gnus-secondary-servers): Make obsolete.
2916 (gnus-nntp-server): Make obsolete.
2917
2918 * gnus-start.el (gnus-1): Remove x-splash calls.
2919
2920 * gnus-ems.el (gnus-x-splash): Remove.
2921
2922 * gnus.el (gnus-group-startup-message): Simplify/update code.
2923
2924 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2925 capability before doing anything.
2926 (gnus-group-insert-group-line): Remove useless
2927 gnus-group-remove-excess-properties.
2928
2929 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
2930
2931 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2932
2933 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2934
2935 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2936 config after reselecting.
2937
2938 2010-10-28 Julien Danjou <julien@danjou.info>
2939
2940 * shr.el (shr-put-image): Use point even if only inserting text.
2941 (shr-put-image): Save excursion when inserting alt text on non-graphic
2942 display, so the behaviour is the same when we are on a graphic display.
2943
2944 * nnir.el (nnir-run-swish-e): Remove hyrex support.
2945
2946 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2947
2948 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2949 (gnus-mime-copy-part): Check coding system, not charset.
2950 (gnus-mime-view-part-externally): Never remove part.
2951 (gnus-mime-view-part-internally): Don't remove part here.
2952 (gnus-article-part-wrapper): Make sure MIME tag is visible.
2953 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2954 multipart/alternative.
2955
2956 * mm-decode.el (mm-display-part): Take optional arg `force'.
2957
2958 2010-10-26 Julien Danjou <julien@danjou.info>
2959
2960 * gnus-group.el (gnus-group-default-list-level): Add this function to
2961 compute the default list level.
2962 (gnus-group-default-list-level): Add possibility to use a function.
2963
2964 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
2965
2966 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2967
2968 * gnus-group.el (gnus-group-completing-read)
2969 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2970 gnus-replace-in-string.
2971
2972 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
2973
2974 * shr.el (shr-tag-div): Add.
2975
2976 2010-10-25 Julien Danjou <julien@danjou.info>
2977
2978 * gnus-util.el: Remove `gnus-with-local-quit'.
2979
2980 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2981
2982 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2983
2984 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2985 the original article buffer.
2986
2987 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2988
2989 * nnimap.el (nnimap-request-head): New function.
2990 (nnimap-request-move-article): Try to be slighly faster by not
2991 requesting the entire message when moving.
2992 (nnimap-transform-headers): Don't bug out on bodiless articles.
2993 (nnimap-send-command): Have no outstanding messages if the IMAP server
2994 doesn't support streaming.
2995 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2996
2997 2010-10-24 Julien Danjou <julien@danjou.info>
2998
2999 * message.el (message-default-headers): Fix type.
3000
3001 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3002
3003 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3004 prefetching images.
3005
3006 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3007 backend for unknown groups. This is mainly useful for nnimap groups.
3008
3009 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3010 group isn't covered by the agent.
3011
3012 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
3013
3014 * nnir.el (nnir-method-default-engines): New variable.
3015 (nnir-run-query): Use it.
3016 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3017 (gnus-summary-nnir-goto-thread): Change group if needed.
3018
3019 * gnus-group.el (gnus-group-group-map): Add key binding for
3020 gnus-group-make-nnir-group.
3021
3022 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3023
3024 * shr.el (shr-tag-object): Add.
3025
3026 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3027 original article buffer live.
3028 (gnus-summary-select-article-buffer):
3029 Mention gnus-widen-article-buffer.
3030
3031 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3032
3033 * shr.el (shr-tag-strong): Add.
3034
3035 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3036
3037 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3038 group names. They mess up the group buffer badly.
3039
3040 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3041
3042 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3043 instead of the summary one.
3044
3045 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
3046
3047 * mml.el (mml-preview): Work properly when editing article.
3048
3049 * gnus-start.el (gnus-read-active-file-1): Don't add method to
3050 gnus-have-read-active-file if it's already been in.
3051
3052 2010-10-22 Tom Tromey <tromey@redhat.com>
3053
3054 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3055 gnus-group-completing-read.
3056
3057 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3058
3059 * message.el (message-mode-map): Don't bind M-; to comment region, to
3060 allow the global comment-dwim to work.
3061
3062 2010-10-21 Julien Danjou <julien@danjou.info>
3063
3064 * message.el (message-setup-1): Allow message-default-headers to be a
3065 function.
3066
3067 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3068
3069 * shr.el (shr-tag-table): Simplify.
3070
3071 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3072
3073 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3074 to avoid trying to snarf invalid stuff.
3075
3076 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3077
3078 * gnus.el (gnus-message-archive-group): Quote value.
3079 (gnus-message-archive-group): Mark as changed.
3080
3081 * shr.el (shr-add-font): Don't put the font properties on the newline
3082 or the indentation.
3083
3084 * message.el (message-fix-before-sending): Change options when sending
3085 non-printable characters.
3086
3087 * gnus.el (gnus-message-archive-method): Change the default to
3088 monthly outgoing groups.
3089
3090 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3091 that have gotten new numbers.
3092
3093 * nnimap.el (nnimap-request-replace-article): New function.
3094
3095 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3096
3097 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3098 (nnrss-request-article): Don't use special html washing code.
3099
3100 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3101
3102 * shr.el (shr-tag-table): Remove useless nconc.
3103
3104 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3105
3106 * gnus-art.el (article-wash-html): Simplify and remove the charset
3107 stuff. Use the normal html rendering code instead of the special html
3108 washing code.
3109
3110 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3111 `gnus-w3m' symbols.
3112 (mm-text-html-washer-alist): Remove.
3113
3114 * mm-decode.el (mm-inline-text-html-renderer): Remove.
3115 (mm-inline-media-tests): Remove use.
3116 (mm-text-html-renderer): Change default to the `shr' symbol.
3117
3118 * mm-view.el (mm-inline-text-html): Remove use.
3119
3120 * gnus-art.el (gnus-blocked-images): New function. Allow the
3121 `gnus-blocked-images' to be a function.
3122 (gnus-article-wash-function): Remove.
3123
3124 2010-10-20 Julien Danjou <julien@danjou.info>
3125
3126 * spam.el (spam-list-of-processors): Mark as obsolete.
3127
3128 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3129 (nnimap-insert-partial-structure): Fix boundary detection.
3130
3131 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
3132
3133 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3134 run file-truename on remote files. This can be expensive and even
3135 prevent one from editing drafts if some unrelated buffer has a stale
3136 connection.
3137
3138 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3139
3140 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3141 kinsoku-eol regardless of shr-kinsoku-shorten.
3142 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3143 (shr-tag-table): Support caption, thead, and tfoot.
3144
3145 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3146
3147 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3148 lines.
3149 (shr-save-contents): New command and keystroke.
3150
3151 * nndoc.el (nndoc-type-alist): Add git support.
3152 (nndoc-git-type-p): New function.
3153 (nndoc-transform-git-article): Ditto.
3154 (nndoc-transform-git-headers): Ditto.
3155 (nndoc-transform-git-headers): Generate Subject headers.
3156
3157 * shr.el (shr-parse-style): New function.
3158 (shr-tag-span): Ditto.
3159
3160 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3161 to `G G' to avoid collisions.
3162
3163 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3164
3165 * shr.el: Load kinsoku if necessary.
3166 (shr-kinsoku-shorten): New internal variable.
3167 (shr-find-fill-point): Make kinsoku shorten text line if
3168 shr-kinsoku-shorten is bound to non-nil.
3169 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3170 shr-indentation too when testing if table is wider than frame width.
3171 (shr-insert-table): Use `string-width' instead of `length' to measure
3172 text width.
3173 (shr-insert-table-ruler): Make sure indentation is done at bol.
3174
3175 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3176
3177 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3178 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3179 undecoded network data.
3180
3181 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3182
3183 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3184 name in the mode line spec so that the mode line menu works
3185 (bug #2431).
3186
3187 * message.el (message-get-reply-headers): If we're fed `to-address',
3188 then always use that.
3189
3190 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3191 aren't so wide as to need to switch off the edit menu.
3192
3193 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3194 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3195
3196 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3197 `M-g'.
3198 (nnimap-update-info): Update flags/read marks even if \* isn't part of
3199 the permanent marks.
3200
3201 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
3202
3203 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3204 Splitting according to references/in-reply-to obeys the ignore-groups
3205 variable, while splitting by sender and subject do not.
3206
3207 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3208
3209 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3210 alist, so that we can look for non-Unicode chars.
3211 (article-translate-strings): Allow both character and string maps.
3212
3213 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3214
3215 * shr.el (shr-insert): Don't insert space behind a wide character
3216 categorized as kinsoku-bol, or between characters both categorized as
3217 nospace.
3218
3219 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
3220
3221 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
3222 headers to gnus-newsgroup-headers.
3223
3224 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3225
3226 * shr.el (shr-tag-img): Don't align images -- since we're not
3227 rescaling, this often leads to ugly displays.
3228
3229 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
3230
3231 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3232 duplicates.
3233
3234 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3235
3236 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3237 call.
3238
3239 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3240
3241 * gnus.el: Autoload gnus-html-show-images.
3242
3243 * nnimap.el: Use nnheader-message throughout.
3244
3245 * shr.el (shr-tag-img): Ignore images with no data.
3246
3247 2010-10-15 Julien Danjou <julien@danjou.info>
3248
3249 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3250 a possibility to disable format=flow encoding when using hard newlines.
3251
3252 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3253
3254 * shr.el (shr-insert): Remove space inserted before or after a
3255 breakable character or at the beginning or the end of a line.
3256 (shr-find-fill-point): Do kinsoku; find the second best point or give
3257 it up if there's no breakable point.
3258
3259 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3260
3261 * nnimap.el (nnimap-open-connection): Message when opening connection
3262 for debugging purposes.
3263
3264 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3265 on every setup buffer call to allow this to change from article to
3266 article.
3267
3268 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3269 buffers where we have a wide table.
3270
3271 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
3272
3273 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3274 uses *-request-thread.
3275
3276 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3277
3278 * nnimap.el (nnimap-open-connection): Remove %s from openssl
3279 incantation, which is no longer valid.
3280
3281 2010-10-14 Julien Danjou <julien@danjou.info>
3282
3283 * shr.el: Fix defcustom type (char -> character).
3284
3285 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3286
3287 * nnimap.el (nnimap-open-connection): tls-program should be a list of
3288 programs.
3289
3290 2010-10-14 Julien Danjou <julien@danjou.info>
3291
3292 * shr.el (shr-tag-a): Use url-link as widget type.
3293
3294 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3295 `gnus-group-get-icon'.
3296
3297 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3298
3299 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3300 This should make server editing work better.
3301
3302 * shr.el (shr-find-fill-point): Don't inloop on indented text.
3303
3304 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3305 (nnimap-parse-flags): Fix regexp.
3306
3307 * shr.el (shr-find-fill-point): Use a filling algorithm that should
3308 probably work for CJVK text, too.
3309
3310 * nnimap.el (nnimap-extend-tls-programs): Remove.
3311 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3312
3313 2010-10-13 Julien Danjou <julien@danjou.info>
3314
3315 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3316 responses.
3317
3318 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3319
3320 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3321
3322 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3323 anything in Emacs.
3324
3325 * shr.el (shr-current-column): Remove buggy and unnecessary function.
3326
3327 2010-10-13 Julien Danjou <julien@danjou.info>
3328
3329 * shr.el (shr-width): Make shr-width a defcustom with default to
3330 fill-column.
3331 (shr-tag-img): Use shr-width rather than fill-column.
3332
3333 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
3334
3335 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3336
3337 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3338 position when (X-)Faces exist.
3339 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3340 avatars when called interactively.
3341
3342 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3343
3344 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3345 gnus-article-x-face-too-ugly is bound.
3346
3347 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3348
3349 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3350
3351 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3352 mailbox that doesn't exist.
3353
3354 2010-10-12 Julien Danjou <julien@danjou.info>
3355
3356 * shr.el (shr-tag-img): Encode URL properly when retrieving.
3357 (shr-get-image-data): Encode URL properly when fetching from cache.
3358 (shr-tag-img): Use aligned-to spaces to align correctly images.
3359
3360 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3361 before inserting the Gravatar.
3362
3363 * shr.el (shr-tag-img): Add align attribute support for <img>.
3364
3365 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3366
3367 * gnus-gravatar.el (gnus-art): Require.
3368
3369 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3370 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3371 Remove long obsoleted functions.
3372
3373 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3374
3375 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3376
3377 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3378 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3379 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3380 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3381 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3382 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
3383 Fix comment for declare-function.
3384
3385 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3386
3387 * nnimap.el (nnimap-request-rename-group): Select group read-only
3388 before renaming it.
3389
3390 * shr.el (shr-insert): Fix up the white space only regexp.
3391
3392 * nnimap.el (nnimap-transform-split-mail): Not all articles have
3393 bodies. Protect against this. Reported by Michael Welsh Duggan.
3394
3395 * shr.el (shr-current-column): New function.
3396 (shr-find-fill-point): New function.
3397
3398 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3399
3400 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3401 numbers.
3402
3403 2010-10-11 Julien Danjou <julien@danjou.info>
3404
3405 * shr.el (shr-hr-line): Add.
3406 (shr-tag-hr): Use shr-hr-line to specify which character to use to
3407 display hr lines.
3408 (shr-max-columns): Do not change state to nil if we just inserting
3409 spaces.
3410
3411 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3412
3413 * gnus-topic.el (gnus-topic-read-group): If after the last group,
3414 select the last group.
3415
3416 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3417
3418 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3419
3420 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3421
3422 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3423 for Gnus.
3424 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3425 (nnimap-update-qresync-info): Mark \Seen articles as read.
3426
3427 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3428 non-variable, too.
3429
3430 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3431 available.
3432 (nnimap-update-info): Rely more on the current active than the param
3433 active to avoid marking articles as read too much.
3434
3435 * auth-source.el (auth-source-create): Use (user-login-name) for the
3436 user name default.
3437
3438 * nnimap.el (nnimap-update-info): If the server doesn't return any
3439 useful info, just use the previous info.
3440 (nnimap-update-info): Prefer old info over start-article.
3441 (nnimap-update-qresync-info): Finish implementing QRESYNC.
3442
3443 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
3444
3445 * nnir.el (autoload): Clean up autoloads.
3446 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3447 Use key rather than value.
3448 (nnir-imap-search-other): New variable.
3449 (nnir-read-parm): Use it.
3450 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3451 (gnus-summary-nnir-goto-thread): Modify to work with imap.
3452
3453 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3454
3455 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3456 the process, too.
3457
3458 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3459
3460 * spam.el (gnus-summary-mode-map): Bind to "$".
3461 Suggested by Russ Allbery.
3462
3463 * shr.el: Rework the way things are indented by <li> slightly.
3464
3465 * gnus.el (gnus-group-set-parameter): Fix typo.
3466
3467 * nnimap.el: Start implementing QRESYNC support.
3468
3469 2010-10-09 Julien Danjou <julien@danjou.info>
3470
3471 * nnir.el (nnir-engines): Fix too many arguments.
3472
3473 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3474
3475 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3476 group is the "last", so that the backends like nnfolder actually save
3477 their folders.
3478
3479 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3480 try to use that for the tls stream.
3481 (nnimap-retrieve-group-data-early): Rework the marks code to heed
3482 UIDVALIDITY and find out which groups are read-only and not.
3483 (nnimap-get-flags): Use the same marks parsing code as the rest of
3484 nnimap.
3485
3486 2010-10-09 Julien Danjou <julien@danjou.info>
3487
3488 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3489
3490 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3491 retrieving gravatars.
3492
3493 * shr.el (shr-table-corner): Add.
3494 (shr-table-line): Add.
3495 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3496
3497 2010-10-08 Julien Danjou <julien@danjou.info>
3498
3499 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3500
3501 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
3502
3503 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3504
3505 * gnus-sum.el (gnus-mark-article-as-unread)
3506 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3507 (gnus-summary-set-bookmark): Use it.
3508
3509 * gnus-msg.el (gnus-setup-message): Use it.
3510
3511 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3512
3513 * gnus.el (gnus-group-remove-parameter): Use it.
3514
3515 * gnus-group.el (gnus-group-make-web-group): Use it.
3516
3517 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3518
3519 * nnregistry.el: Update docs to mention manual.
3520
3521 * gnus-registry.el: Update docs to mention nnregistry.el.
3522 (gnus-registry-initialize): Don't install nnregistry refer method
3523 automatically.
3524 (gnus-registry-install-nnregistry): Remove it.
3525
3526 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3527
3528 * shr.el (shr-insert): Don't insert double spaces.
3529
3530 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
3531
3532 * gnus-gravatar.el (gnus-treat-from-gravatar)
3533 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3534 called interactively.
3535
3536 * gnus-art.el (gnus-mime-view-part-externally)
3537 (gnus-mime-view-part-internally): Make predicate function passed to
3538 gnus-mime-view-part-as-type assume argument is a mime type, not a list
3539 of a mime type.
3540
3541 * shr.el (shr-table-widths): Don't use cl function `reduce'.
3542
3543 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3544
3545 * shr.el (require): Require cl when compiling.
3546 (shr-tag-hr): New function.
3547
3548 * nnimap.el (nnimap-update-info): Remove double setting of high.
3549 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3550 This makes nnimap work properly on Courier again.
3551
3552 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3553 the variable for backwards compatibility.
3554
3555 * mm-decode.el (mm-save-part): If given a non-directory result, expand
3556 the file name before using to avoid setting mm-default-directory to
3557 nil.
3558
3559 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3560 bidning gnus-agent variables.
3561
3562 * shr.el (shr-render-td): Use a cache for the table rendering function
3563 to avoid getting an exponential rendering behaviour in nested tables.
3564 (shr-insert): Rework the line-breaking algorithm.
3565 (shr-insert): Don't leave trailing spaces.
3566 (shr-insert-table): Also insert empty TDs.
3567 (shr-tag-blockquote): Ensure paragraphs after </ul>.
3568
3569 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3570
3571 * gnus-sum.el (gnus-number): Rename from `number'.
3572 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3573 (gnus-summary-limit-children): Update uses correspondingly.
3574
3575 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3576
3577 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3578 (gnus-gravatar-transform-address): Don't show avatars of people of
3579 which mail addresses match gnus-gravatar-too-ugly.
3580
3581 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3582
3583 * shr.el (shr-table-widths): Expand TD elements to fill available
3584 space.
3585
3586 2010-10-07 Julien Danjou <julien@danjou.info>
3587
3588 * nnimap.el (nnimap-request-rename-group): Add this method.
3589
3590 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3591
3592 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3593 name from XEmacs' function-arglist.
3594
3595 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3596 gravatar under XEmacs.
3597
3598 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
3599
3600 * auth-source.el: Update docs with TODO items.
3601
3602 * gnus-sync.el: Update docs to explain state and plans.
3603
3604 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3605 Hooks for mark updates.
3606 (gnus-request-set-mark, gnus-request-update-mark): Use them.
3607
3608 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3609 hooks with arguments, which is needed for mark update hooks.
3610
3611 2010-10-06 Julien Danjou <julien@danjou.info>
3612
3613 * gnus.el (gnus-expand-group-parameter): Only return and act on what
3614 was matched.
3615
3616 * sieve-manage.el: Update example in `Commentary'.
3617
3618 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3619
3620 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3621 not 2000.
3622 (sieve-manage-authenticate): Re-add function.
3623
3624 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3625
3626 * shr.el (shr-insert): Get 'space transition right.
3627 (shr-render-td): Only delete space at the end of the TD.
3628
3629 * nnimap.el (nnimap-open-connection): Prepare to support
3630 open-gnutls-stream.
3631
3632 * shr.el: Rearrange function order to be more logical.
3633
3634 2010-10-06 Julien Danjou <julien@danjou.info>
3635
3636 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3637 (nnrss-discover-feed): Remove 404 URL in docstring.
3638
3639 * nnir.el: Fix Swish-E URL.
3640 Fix Namazu URL.
3641
3642 * message.el (message-change-subject): Remove 404 URL in a comment.
3643
3644 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3645
3646 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3647 called interactively.
3648
3649 * gnus-util.el (gnus-remove-if): Allow hash table.
3650 (gnus-remove-if-not): New function.
3651
3652 * gnus-art.el (gnus-mime-view-part-as-type)
3653 * gnus-score.el (gnus-summary-score-effect)
3654 * gnus-sum.el (gnus-read-move-group-name):
3655 Replace remove-if-not with gnus-remove-if-not.
3656
3657 * gnus-group.el (gnus-group-completing-read):
3658 Regard collection as a hash table if it is not a list.
3659
3660 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3661
3662 * shr.el (shr-render-td): Allow blank/missing <TD>s.
3663
3664 * shr.el: Document the table-rendering algorithm.
3665
3666 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3667 invalid URLs.
3668
3669 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3670 line-broken.
3671 (shr-tag-img): Ignore image fetching errors.
3672 (shr-overlays-in-region): Compute overlay positions correctly.
3673
3674 * mm-decode.el (mm-shr): Require shr.
3675
3676 * gnus-art.el (gnus-blocked-images): Move variable here.
3677
3678 * shr.el (shr-insert-table): Bind free variable.
3679
3680 * mm-decode.el (mm-shr): Bind shr-content-function.
3681
3682 * shr.el (shr-content-function): New variable.
3683
3684 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3685 added for symmetry.
3686
3687 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3688
3689 * gnus-group.el (gnus-group-make-group): Doc fix.
3690
3691 * nnimap.el (nnimap-request-newgroups): Return success.
3692
3693 * shr.el (shr-find-elements): New function.
3694 (shr-tag-table): Put all the images after the table.
3695 (shr-tag-table): Really inhibit images inside the table.
3696 (shr-collect-overlays): Copy over overlays from the TD elements to the
3697 main document.
3698
3699 * mm-decode.el (mm-shr): Bind shr-blocked-images to
3700 gnus-blocked-images.
3701
3702 2010-10-05 Julien Danjou <julien@danjou.info>
3703
3704 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3705
3706 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3707 (gnus-html-maximum-image-size): Add this function.
3708 (gnus-html-put-image): Use gnus-html-maximum-image-size.
3709
3710 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3711 server-value of the capability is nil.
3712
3713 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3714
3715 * shr.el (shr-tag-em): Add <EM> tag.
3716
3717 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
3718
3719 * sieve-manage.el (sieve-manage-default-stream): Make default stream
3720 customizable.
3721
3722 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3723 handing broken links to browse-url.
3724
3725 2010-10-05 Julien Danjou <julien@danjou.info>
3726
3727 * gnus-util.el (gnus-emacs-completing-read)
3728 (gnus-iswitchb-completing-read): Use autoload rather than require.
3729
3730 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
3731
3732 * gnus-util.el (gnus-completing-read-function): Exclude
3733 gnus-icompleting-read and gnus-ido-completing-read from candidates for
3734 XEmacs since iswitchb.el is very old and ido.el is unavailable in
3735 XEmacs.
3736
3737 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3738 not to use `delete-dups' that is unavailable in XEmacs 21.4.
3739
3740 * gnus-html.el: Don't require help-fns under XEmacs.
3741 (gnus-html-schedule-image-fetching): Work for XEmacs.
3742
3743 * mm-decode.el (mm-shr): Decode contents by charset.
3744
3745 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3746
3747 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3748 unknown.
3749
3750 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3751 (shr-get-image-data): Ensure against the cache file missing.
3752
3753 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3754 for data.
3755
3756 * spam-report.el (spam-report-url-ping-plain): Don't query about
3757 killing the process.
3758
3759 * shr.el (shr-render-td): Protect against too-wide text.
3760
3761 2010-10-04 Julien Danjou <julien@danjou.info>
3762
3763 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3764 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3765
3766 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3767 retrieved.
3768
3769 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3770
3771 * shr.el (browse-url): Require.
3772 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3773 lines.
3774 (shr-show-alt-text, shr-browse-image): New commands.
3775 (shr-browse-url, shr-copy-url): New commands.
3776
3777 * gnus-sum.el (gnus-widen-article-window): New variable.
3778 (gnus-summary-select-article-buffer): Use it.
3779
3780 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3781 without @ signs.
3782
3783 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3784
3785 * nnir.el (nnir-run-imap): Remove spurious space in search string.
3786
3787 2010-10-04 Julien Danjou <julien@danjou.info>
3788
3789 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3790 for XEmacs.
3791
3792 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3793
3794 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3795
3796 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3797 (nnimap-close-server): Implement.
3798
3799 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3800 (shr-insert): Tweak line breaking.
3801 (shr-insert): Handle <pre> better.
3802 (shr-tag-li): Get <li> indentation right.
3803 (shr-tag-li): Get <li> indentation even righter.
3804 (shr-tag-blockquote): Ensure paragraph start.
3805 (shr-make-table): Tweak table generation.
3806 (shr-make-table): Fix typo.
3807
3808 * shr.el: Implement table rendering.
3809
3810 2010-10-04 Julien Danjou <julien@danjou.info>
3811
3812 * gnus-html.el (gnus-html-put-image): Fix resize image code.
3813
3814 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3815
3816 * shr.el (shr-insert): Use string anchors instead of line anchors.
3817
3818 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3819
3820 * shr.el: Add headings.
3821 (shr-ensure-paragraph): Actually work.
3822 (shr-tag-li): Make <ul> prettier.
3823 (shr-insert): Get white space at the beginning/end of elements right.
3824 (shr-tag-p): Collapse subsequent <p>s.
3825 (shr-ensure-paragraph): Don't insert double line feeds after blank
3826 lines.
3827 (shr-insert): \t is also space.
3828 (shr-tag-s): Fix "s" tag name function.
3829 (shr-tag-s): Fix face prop name.
3830
3831 2010-10-03 Julien Danjou <julien@danjou.info>
3832
3833 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3834
3835 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3836 gnus-window-inside-pixel-edges.
3837
3838 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3839 gnus-ems.
3840
3841 * mm-view.el (mm-inline-image-emacs): Support image resizing.
3842
3843 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3844 function.
3845
3846 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3847 resize choice.
3848
3849 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3850
3851 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3852 beginning of the buffer.
3853
3854 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3855 article buffer again.
3856
3857 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3858
3859 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3860 when it's at the start of the buffer.
3861
3862 * shr.el (shr-tag-blockquote): Convert name.
3863 (shr-rescale-image): Use the right image-size variant.
3864
3865 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3866 buffer isn't shown, then select the current article first instead of
3867 bugging out.
3868 (gnus-summary-select-article-buffer): Show both the article and summary
3869 buffers again.
3870
3871 * shr.el (shr-fontize-cont): Protect against regions with no text.
3872 Rename tag functions to shr-tag-* for enhanced security.
3873 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3874
3875 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
3876
3877 * shr.el (shr-insert):
3878 * pop3.el (pop3-movemail):
3879 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3880 loaded.
3881
3882 2010-10-03 Glenn Morris <rgm@gnu.org>
3883
3884 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3885
3886 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3887
3888 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3889
3890 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3891
3892 * gnus-util.el (gnus-make-local-hook): Simplify.
3893
3894 2010-10-02 Julien Danjou <julien@danjou.info>
3895
3896 * gnus-util.el (gnus-iswitchb-completing-read): New function.
3897 (gnus-ido-completing-read): New function.
3898 (gnus-emacs-completing-read): New function.
3899 (gnus-completing-read): Use gnus-completing-read-function.
3900 Add gnus-completing-read-function.
3901
3902 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3903
3904 * shr.el (shr-insert-document): Autoload.
3905 (shr-img): Be silent.
3906 (shr-insert): Add a newline after every picture before text.
3907 (shr-add-font): Use overlays for combining faces.
3908 (shr-insert): Pass upwards the text start point.
3909
3910 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3911 possible.
3912 (mm-shr): New function.
3913
3914 2010-10-02 Julien Danjou <julien@danjou.info>
3915
3916 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3917 should go backward.
3918
3919 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
3920
3921 * shr.el (shr): Fix typo in provide call.
3922
3923 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3924
3925 * shr.el: New file.
3926
3927 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3928
3929 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3930 completing read.
3931
3932 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3933
3934 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3935 we're being queried about. Suggested by Dan Jacobson.
3936
3937 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3938 Suggested by Jason Eisner.
3939
3940 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3941 table, too. Suggested by Stefan Wiens.
3942 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3943 the table unnecessary. Suggested by Stefan Wiens.
3944
3945 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3946 longer needed, and probably doesn't work either, as pointed out by
3947 Stefan Wiens.
3948 (gnus-summary-exit): Remove call to the clearing function.
3949 (gnus-summary-exit-no-update): Ditto.
3950
3951 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3952 instead of gnus-eval-in-buffer-window to avoid popping up frames.
3953 Reported by Stefan Monnier.
3954 (gnus-summary-save-in-rmail): Ditto.
3955
3956 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3957 article buffer, instead of both the article buffer and the summary
3958 buffer. Sort of suggested by Dan Jacobson.
3959
3960 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3961
3962 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3963 Suggested by Dan Jacobson.
3964
3965 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3966 documentation clearer.
3967
3968 * message.el (message-shorten-references): Comment on the number "21".
3969 Suggested by Stefan Monnier.
3970
3971 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3972 Suggested by Dan Jacobson.
3973
3974 * gnus.el (gnus-large-newsgroup):
3975 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
3976
3977 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3978 externalize attachments. Bug reported by Steve Wen.
3979
3980 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3981 really message anything to the user.
3982
3983 * nnmail.el (nnmail-article-group): Allow using the fancy split method
3984 directly.
3985
3986 * nnimap.el (nnimap-request-group): Low higher than high to signal no
3987 messages in empty groups.
3988
3989 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
3990
3991 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3992 non-UIDNEXT group.
3993
3994 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3995
3996 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3997 not the value from the collection.
3998
3999 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4000 values. This sometimes happens on some groups that have no info.
4001 (nnimap-request-newgroups): New function.
4002
4003 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
4004
4005 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4006 check into `gnus-registry-initialize'.
4007 (gnus-registry-initialize): Ditto.
4008 Fix and extend header docs.
4009
4010 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4011
4012 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4013 regexp backtrace overflows.
4014
4015 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4016 for starttls that tls.el implements; i.e. openssl.
4017
4018 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
4019
4020 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4021 (gravatar-create-image): New function that's an alias to
4022 gnus-xmas-create-image, gnus-create-image, or create-image.
4023 (gravatar-data->image): Use it.
4024
4025 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4026
4027 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4028 install the nnregistry refer method.
4029 (gnus-registry-install-hooks): Use it.
4030 (gnus-registry-unfollowed-groups): Add nnmairix to the default
4031 unfollowed groups.
4032
4033 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
4034
4035 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4036 expanding threads.
4037
4038 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4039
4040 * nnir.el: Use the server names without suffixes (bug #7009).
4041
4042 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4043 unencrypted to STARTTLS, if possible.
4044
4045 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4046
4047 * message.el (message-ignored-supersedes-headers): Strip Injection-*
4048 headers before superseding.
4049
4050 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4051
4052 * nnrss.el (nnrss-use-local): Add documentation.
4053
4054 * nnimap.el (nnimap-extend-tls-programs): New function.
4055 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4056 (nnimap-wait-for-connection): Accept the greeting from the stupid
4057 output from openssl s_client -starttls, too.
4058
4059 * nnimap.el (nnimap-find-article-by-message-id): Really return the
4060 article number.
4061 (nnimap-split-fancy): New variable.
4062 (nnimap-split-incoming-mail): Use it.
4063
4064 * nntp.el (nntp-server-list-active-group): Document.
4065
4066 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4067 SELECT to get the message-id.
4068
4069 * mail-source.el (mail-sources): Remove webmail support.
4070 (defvar): Ditto.
4071 (mail-source-fetcher-alist): Ditto.
4072 (mail-source-fetch-webmail): Remove.
4073
4074 * webmail.el: Remove -- doesn't seem relevant any more.
4075
4076 * gnus.el: Fix up make-obsolete-variable declarations throughout.
4077
4078 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4079 the \r.
4080
4081 2010-09-30 Julien Danjou <julien@danjou.info>
4082
4083 * gnus-agent.el (gnus-agent-add-group): Fix call to
4084 gnus-completing-read.
4085
4086 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4087
4088 * nndoc.el (nndoc-retrieve-groups): New function.
4089
4090 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4091 `default', use nnmail-split-methods.
4092 (nnimap-request-article): Downcase the NILs so that they are nil.
4093
4094 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4095 symbol.
4096
4097 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4098 code, since if the user has requested network, that's what they ought
4099 to get.
4100 (nnimap-request-set-mark): Erase the buffer before issuing commands.
4101 (nnimap-split-rule): Mark as obsolete.
4102
4103 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4104 New variable.
4105
4106 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4107 correct slot, too.
4108
4109 2010-09-29 Julien Danjou <julien@danjou.info>
4110
4111 * gnus.el (gnus-local-domain): Declare variable obsolete.
4112
4113 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4114 Fix history computing.
4115 (gnus-ido-completing-read): Require ido.
4116
4117 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4118
4119 * gnus-registry.el: Don't prompt on load, which makes it impossible to
4120 build Gnus.
4121
4122 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4123 when interpreting the structures.
4124 (nnimap-request-accept-article): Add \r\n to the lines to make this
4125 work with Cyrus.
4126
4127 * nndraft.el (nndraft-request-expire-articles): Use the group name
4128 instead if "nndraft". Fix found by Nils Ackermann.
4129
4130 2010-09-29 Ludovic Courtes <ludo@gnu.org>
4131
4132 * nnregistry.el: Add.
4133
4134 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4135
4136 * nnmail.el (group, group-art-list, group-art):
4137 Remove unneeded directives.
4138
4139 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4140
4141 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4142 (mm-mime-charset)
4143 * rfc2047.el (rfc2047-syntax-table)
4144 * utf7.el (utf7-utf-16-coding-system): Comment fix.
4145
4146 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4147 rather than `insert-file-contents' and `eval-region'.
4148
4149 2010-09-29 Julien Danjou <julien@danjou.info>
4150
4151 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4152 replacement of `gnus-gravatar-relief' to mimic
4153 `gnus-faces-properties-alist'.
4154 Add :version property.
4155
4156 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4157
4158 * mail-source.el (mail-source-report-new-mail)
4159 * message.el (message-default-mail-headers)
4160 * mm-decode.el (mm-valid-image-format-p): Comment fix.
4161
4162 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4163
4164 2010-09-28 Julien Danjou <julien@danjou.info>
4165
4166 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4167 mail-address contains the same string as real-name.
4168
4169 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4170 non-blank in header, otherwise it'll get stripped.
4171
4172 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4173 real-name, and then for mail address rather than doing : or , search.
4174
4175 2010-09-27 Julien Danjou <julien@danjou.info>
4176
4177 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4178 right completing-read function.
4179 (gnus-use-ido): New variable
4180 (gnus-completing-read-with-default): Remove.
4181 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4182 (gnus-agent-add-group):
4183 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4184 * mm-view.el (mm-view-pkcs7-decrypt):
4185 * mm-util.el (mm-codepage-setup):
4186 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4187 * mml-smime.el (mml-smime-openssl-sign-query):
4188 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4189 (mml-insert-multipart):
4190 * gnus-msg.el (gnus-summary-yank-message):
4191 * gnus-int.el (gnus-start-news-server):
4192 * mm-decode.el (mm-interactively-view-part):
4193 * gnus-dired.el (gnus-dired-attach):
4194 * gnus.el (gnus-read-method):
4195 * gnus-bookmark.el (gnus-bookmark-jump):
4196 * gnus-art.el (gnus-mime-view-part-as-type)
4197 (gnus-mime-action-on-part, gnus-article-encrypt-body):
4198 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4199 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4200 * nnmairix.el (nnmairix-create-server-and-default-group)
4201 (nnmairix-update-groups, nnmairix-get-server)
4202 (nnmairix-backend-to-server, nnmairix-goto-original-article)
4203 (nnmairix-get-group-from-file-path):
4204 * nnrss.el (nnrss-find-rss-via-syndic8):
4205 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4206 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4207 (gnus-group-browse-foreign-server):
4208 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4209 (gnus-summary-execute-command, gnus-summary-respool-article)
4210 (gnus-read-move-group-name):
4211 * gnus-score.el (gnus-summary-increase-score)
4212 (gnus-summary-score-effect):
4213 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4214
4215 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4216
4217 * nnimap.el (auth-source-forget-user-or-password)
4218 (auth-source-user-or-password): Autoload.
4219
4220 * message.el (message-from-style, message-interactive)
4221 (message-signature): Remove comment.
4222 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4223 always.
4224 (message-sendmail-envelope-from): Comment fix.
4225 (message-yank-prefix): Default to mail-yank-prefix always.
4226 (message-indentation-spaces):
4227 Default to mail-indentation-spaces always.
4228 (message-signature-file): Default to mail-signature-file always.
4229
4230 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4231
4232 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4233 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4234 new articles.
4235
4236 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4237 parts.
4238 (nnimap-request-article): Work with the t setting, too.
4239
4240 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4241 that you don't get flashes of other buffers.
4242 (gnus-summary-show-complete-article): Intern before setting.
4243
4244 2010-09-27 David Engster <dengste@eml.cc>
4245
4246 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4247 well as HEADERS.
4248 (nnmairix-retrieve-headers): Provide new argument for the above.
4249
4250 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4251
4252 * gnus-sum.el (gnus-summary-move-article): Don't alter
4253 gnus-newsgroup-active. This makes `/ N' work after copying to the same
4254 group.
4255
4256 * nnimap.el (nnimap-update-info): Don't destructively alter active.
4257
4258 * message.el (message-cite-prefix-regexp): Revert my last edit.
4259
4260 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4261 variable instead of the Gnus variable.
4262
4263 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4264
4265 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4266
4267 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4268 since some servers don't like it.
4269 (nnimap-open-connection): Forget credentials if the server says the
4270 password was wrong.
4271 (nnimap-parse-line): Protect against invalid data.
4272
4273 * gnus-sum.el (gnus-summary-move-article): Add comment.
4274 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4275 nothing alters it while scanning for new messages.
4276
4277 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4278 which may or may not help.
4279 (nnimap-open-connection): If we're doing a stream connection, and then
4280 discover we're on a STARTTLS-capable server, then open a STARTTLS
4281 connection instead.
4282
4283 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4284
4285 * nnimap.el (utf7): Require.
4286
4287 * message.el (message-cite-prefix-regexp): Remove "}" from citation
4288 prefix.
4289
4290 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
4291
4292 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4293
4294 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4295
4296 * nnimap.el (nnimap-request-accept-article): Message the error on
4297 error.
4298
4299 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
4300
4301 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4302
4303 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4304
4305 * nndoc.el (nndoc-request-list): Return success always.
4306
4307 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4308 `fetch-old' -- we only want to fetch the articles we've requested.
4309 The rest are in the agent, probably.
4310 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4311 disappeared server" to something low. It's not important.
4312
4313 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4314 arrived before the FETCH data.
4315
4316 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4317 target here, because we don't know the Gnus name of the group.
4318
4319 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4320 for the correct group.
4321
4322 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4323
4324 * gnus.el (gnus): Give a final warning after startup.
4325
4326 * gnus-util.el (gnus-action-message-log): New variable.
4327 (gnus-message): Use it.
4328 (gnus-final-warning): New function.
4329
4330 * nnimap.el (nnimap-open-connection): Record the greeting.
4331 (nnimap): Add greeting.
4332
4333 2010-09-26 Julien Danjou <julien@danjou.info>
4334
4335 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4336 arguments.
4337 (gnus-html-wash-images): Fix spec computing to include start/end.
4338
4339 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4340
4341 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4342
4343 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4344 deletion.
4345 (nnimap-retrieve-headers): Don't select the group, because that's
4346 already done by nnimap-possibly-change-group.
4347
4348 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4349 (gnus-picon-transform-address): Use it.
4350
4351 * mail-source.el (mail-source-value): Revert previous patch.
4352
4353 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4354 on failure.
4355 (nnimap-open-connection): Look up both virtual and physical server name
4356 credentials.
4357
4358 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4359
4360 2009-02-08 Dave Love <fx@gnu.org>
4361
4362 * gnus-win.el (gnus-window-to-buffer-helper)
4363 (gnus-all-windows-visible-p): Function needn't be a symbol.
4364
4365 * mail-source.el (mail-source-value): Function needn't be a symbol.
4366
4367 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4368
4369 * message.el (message-cite-prefix-regexp): Remove } from the cite
4370 prefix.
4371
4372 * gnus-art.el (gnus-treatment-function-alist): Do picons before
4373 highlight again, so that the highlight is correct.
4374
4375 * gnus-picon.el (gnus-picon): Remove again.
4376 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4377
4378 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4379 doing the header highlightling, so that the background colour of the
4380 picon is correct.
4381
4382 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4383 (gnus-picon): Ditto.
4384 (gnus-picon): Reinstate. The background colour for picons is white.
4385 (gnus-picon-insert-glyph): Make the background white.
4386
4387 * nnml.el (nnml-open-nov): Don't return dead buffers.
4388
4389 * auth-source.el (auth-source-create): Query the user for whether to
4390 store the credentials.
4391
4392 * auth-source.el (auth-source-user-or-password): Use the existing auth
4393 sources, if any, for creation.
4394
4395 * gnus.el (gnus-group-fast-parameter): Return the last matching
4396 parameter instead of the first matching parameter.
4397
4398 2010-09-26 Julien Danjou <julien@danjou.info>
4399
4400 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4401
4402 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4403
4404 * mml2015.el (mml2015-use): Remove gpg support.
4405
4406 * mml1991.el (mml1991-function-alist): Remove gpg function.
4407 (mml1991-gpg-sign): Remove.
4408
4409 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4410
4411 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4412 (gnus-browse-unsubscribe-current-group): Document it.
4413 (gnus-browse-unsubscribe-group): Use it.
4414
4415 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4416
4417 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4418 address to the To list for easier response.
4419
4420 * gnus.el (gnus-play-startup-jingle): Remove.
4421 (gnus-splash): Don't play jingle.
4422 (gnus): Silence gnus-load message.
4423
4424 * gnus-art.el (gnus-treat-play-sounds): Remove.
4425
4426 * gnus.el (gnus-play-jingle): Remove audio support.
4427
4428 * gnus-cus.el (gnus-score-customize): Remove audio reference.
4429
4430 * earcon.el: Remove -- no users.
4431
4432 * gnus-audio.el: Remove -- no users of this package.
4433
4434 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4435
4436 * gnus-start.el (gnus-setup-news): Remove nocem support.
4437
4438 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4439
4440 * gnus.el (gnus-use-nocem): Remove.
4441
4442 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4443 Remove.
4444
4445 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
4446 uses NoCeM any more.
4447
4448 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4449 (gnus-button-ctan-handler): Ditto.
4450 (gnus-button-handle-ctan-bogus-regexp): Ditto.
4451 (gnus-button-ctan-directory-regexp): Ditto.
4452 (gnus-button-handle-ctan): Ditto.
4453 (gnus-button-tex-level): Ditto.
4454 (gnus-button-alist): Remove CTAN stuff.
4455
4456 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4457
4458 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4459 nnimap-streaming test.
4460
4461 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4462 servers twice.
4463
4464 * nnimap.el (nnimap-open-connection): Add more error reporting when
4465 nnimap fails early.
4466
4467 * nnheader.el (nnheader-get-report-string): New function.
4468 (nnheader-get-report): Use it.
4469
4470 * gnus-int.el (gnus-check-server): Say what the error was when opening
4471 failed.
4472
4473 * nnimap.el (nnimap-wait-for-response): Search further when we're not
4474 using streaming.
4475
4476 2010-09-25 Julien Danjou <julien@danjou.info>
4477
4478 * gnus-html.el (gnus-html-rescale-image): Use our defalias
4479 gnus-window-inside-pixel-edges.
4480
4481 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4482
4483 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4484
4485 * mm-decode.el (mm-save-part): Allow saving to other directories the
4486 normal Emacs way.
4487
4488 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4489 Suggested by Jay Berkenbilt.
4490
4491 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4492 there isn't a single byte.
4493
4494 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4495 just do it. It doesn't really seem to matter what the user responds
4496 here, I think, so it's just a confusing question.
4497
4498 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4499 non-streaming case.
4500
4501 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4502 (gnus-article-encrypt-body): Use it.
4503
4504 * gnus-sum.el (gnus-summary-show-complete-article): New command and
4505 keystroke.
4506
4507 * nnimap.el (nnimap-find-wanted-parts-1):
4508 Use gnus-fetch-partial-articles.
4509
4510 * gnus-art.el (gnus-fetch-partial-articles): New variable.
4511
4512 * nnimap.el (nnimap-insert-partial-structure): New function.
4513 (nnimap-get-partial-article): New function.
4514 (nnimap-request-article): Use it.
4515 (nnimap-wait-for-response): Return whether the wait was successful.
4516 (nnimap-finish-retrieve-group-infos): Don't do anything if the
4517 retrieval wasn't successful.
4518 (nnimap-retrieve-group-data-early): Allow throttling servers.
4519 (nnimap-streaming): New variable.
4520 (nnimap-fetch-partial-articles): Remove.
4521
4522 * mm-decode.el (mm-with-part): Protect against killed buffers.
4523
4524 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4525 for prettier summary display.
4526
4527 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
4528
4529 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4530
4531 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4532
4533 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4534 apparently third-party libraries depend on it.
4535
4536 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4537 before starting negotiation.
4538
4539 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4540 privacy reasons.
4541 (gnus-treat-mail-gravatar): Ditto.
4542
4543 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4544 buffer when inserting images. Inserting text into the headers, for
4545 instance, can make them invalid.
4546
4547 2010-09-25 Julien Danjou <julien@danjou.info>
4548
4549 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4550 variables.
4551
4552 * nnheader.el: Remove useless variables news-reply-yank-from and
4553 news-reply-yank-message-id.
4554
4555 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4556 variables.
4557
4558 * mml1991.el: Remove useless mml1991-verbose.
4559
4560 * gnus.el: Remove useless variable gnus-use-generic-from.
4561 Remove obsolete variable gnus-topic-indentation.
4562
4563 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4564
4565 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4566
4567 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4568
4569 * gnus-group.el: Remove useless gnus-group-icon-cache.
4570 Remove useless gnus-ephemeral-group-server.
4571
4572 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4573
4574 * mml2015.el: Remove useless mml2015-verbose.
4575
4576 * mml-smime.el: Remove useless mml-smime-verbose.
4577
4578 * gnus.el: Remove useless gnus-local-domain.
4579
4580 * gnus-gravatar.el (gnus-gravatar-transform-address):
4581 Use gnus-gravatar-size.
4582
4583 * gnus-art.el: Remove useless gnus-treat-translate.
4584
4585 2010-09-24 Julien Danjou <julien@danjou.info>
4586
4587 * gnus-sum.el: Add support for Gravatars.
4588
4589 * gnus-art.el: Add support for Gravatars.
4590
4591 * gnus-gravatar.el: Add this file.
4592
4593 * gravatar.el: Add this file.
4594
4595 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4596
4597 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4598
4599 * gnus-group.el (gnus-group-fetch-faq): Remove.
4600
4601 * gnus.el (gnus-group-faq-directory): Remove.
4602
4603 * gnus-group.el (gnus-group-fetch-charter): Remove.
4604
4605 * gnus.el (gnus-group-charter-alist): Remove.
4606
4607 * gnus-group.el (gnus-group-archive-directory): Remove.
4608 (gnus-group-recent-archive-directory): Ditto.
4609 (gnus-group-make-archive-group): Remove.
4610
4611 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4612
4613 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4614 use the same article number for all the cached articles.
4615
4616 * nnimap.el (nnimap-command): Register the last command time so
4617 that we can use it for idling NOOPs.
4618 (nnimap-open-connection): Start the keeplive timer.
4619 (nnimap-make-process-buffer): Store all the process buffers.
4620 (nnimap-keepalive): New function.
4621
4622 * starttls.el (starttls-open-stream): Add autoload cookie.
4623
4624 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4625
4626 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4627 handling.
4628
4629 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4630
4631 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4632 its data structures.
4633
4634 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4635 instead of the cl.el copy-list.
4636 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4637 equalp.
4638
4639 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4640
4641 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4642 and tool-bar-local-item-from-menu.
4643
4644 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4645 mode-line-highlight face for Emacs.
4646
4647 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4648 loading gnus-sum.elc; fix comment for canlock-verify.
4649 (gnus-article-jump-to-part): Use read-number.
4650 (gnus-insert-mime-button, gnus-insert-mime-security-button):
4651 Remove Emacs pre-21 compatible code for help-echo.
4652 (gnus-article-next-page-1): No need to adjust the number of lines.
4653 (gnus-article-describe-bindings): Always use help-buffer.
4654
4655 * gnus-audio.el (gnus-audio-inline-sound)
4656 * gnus-cus.el (gnus-custom-mode)
4657 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4658
4659 * gnus-sum.el (gnus-remove-overlays): Doc fix.
4660
4661 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4662 compatible code.
4663
4664 2010-09-24 Glenn Morris <rgm@gnu.org>
4665
4666 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4667 visiting the fcc file in rmail-mode.
4668
4669 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4670
4671 * nnir.el: Silence the byte compiler.
4672
4673 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4674 alias to browse-url-url-encode-chars if any.
4675 (gnus-html-encode-url): Use it.
4676
4677 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4678
4679 * gnus-start.el (gnus-use-backend-marks): New variable.
4680 (gnus-get-unread-articles-in-group): Use it.
4681
4682 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4683 makeover.
4684
4685 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
4686
4687 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4688
4689 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4690
4691 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4692 Remove.
4693 (gnus-setup-news-hook):
4694 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4695
4696 * gnus-int.el (gnus-request-update-info): Protect against backends not
4697 having the function.
4698
4699 * nnimap.el (nnimap-stream): Mention starttls.
4700 (nnimap-open-connection): Add starttls support.
4701
4702 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
4703
4704 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4705
4706 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4707
4708 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4709 BODYSTRUCTUREs.
4710 (nnimap-transform-headers): Unfold quoted {42} headers.
4711
4712 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4713 the info.
4714 (gnus-get-unread-articles): Only call updatep on backends that support
4715 it.
4716
4717 * nnweb.el (nnweb-request-update-info): NOOP.
4718
4719 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4720
4721 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4722 since it only deals with marks.
4723
4724 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4725 gnus-request-marks, and make a new gnus-request-update-info.
4726
4727 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4728 the active instead of the high number, which is usually too low.
4729
4730 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
4731
4732 * encrypt.el: Remove.
4733
4734 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4735
4736 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4737 server in symbolic form.
4738
4739 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4740
4741 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4742
4743 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4744 (nnimap-update-info): Fix up code slightly.
4745
4746 * gnus-int.el (gnus-open-server): Add tracing for performance
4747 debugging.
4748
4749 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4750 (gnus-group-insert-group-line): Pass the real group name so that it
4751 gets the right data.
4752
4753 * gnus-start.el (gnus-get-unread-articles): Don't have
4754 `gnus-get-unread-articles-in-group' update info, since that can be
4755 really slow and doesn't seem to be needed?
4756
4757 2010-09-22 Julien Danjou <julien@danjou.info>
4758
4759 * gnus-group.el (gnus-group-insert-group-line):
4760 Call gnus-group-highlight-line.
4761 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4762 default hook list.
4763 (gnus-group-update-eval-form): Add new function.
4764 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4765 (gnus-group-get-icon): Use gnus-group-update-eval-form.
4766
4767 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4768
4769 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4770 immediate, then expire all articles.
4771 (nnimap-update-info): Fix off-by-one errors.
4772 (nnimap-flags-to-marks): Would return no marks lists for group with no
4773 flags. Instead return the other data.
4774
4775 2010-09-22 Julien Danjou <julien@danjou.info>
4776
4777 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4778 Only return an icon.
4779 (gnus-group-insert-group-line): Compute icon to return.
4780
4781 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4782 (gnus-html-image-fetched): Only cache if
4783 gnus-html-image-automatic-caching is set.
4784 (gnus-html-image-fetched): Check for errors.
4785
4786 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4787
4788 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4789 once per method on `g'. This ensures that backends like nnfolder don't
4790 open all their folders.
4791
4792 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4793 (nnimap-request-list): Nix out group in the correct buffer.
4794 (nnimap-parse-flags): Implement by using `read' instead of
4795 hand-parsing.
4796 (nnimap-flags-to-marks): Pass on permanent-flags.
4797 (nnimap-make-process-buffer): Record the server name.
4798 (nnimap-parse-flags): Fix typo.
4799 (nnimap-request-scan): Run split on the server in general, not just a
4800 single group.
4801
4802 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4803 parameter, and propagate this downwards.
4804
4805 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4806 since EXAMINE changes it on the server.
4807
4808 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4809 this command might take a while.
4810
4811 2010-09-22 Julien Danjou <julien@danjou.info>
4812
4813 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
4814 harmful if you have 2 images side-by-side, they can't be properly
4815 update on text deletion. Using text-property is safer here.
4816 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4817 data.
4818
4819 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4820
4821 * nnimap.el (nnimap-expunge-inbox): Remove.
4822 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4823 (nnimap-expunge): Flip default to t.
4824
4825 * gnus.el (gnus-method-to-server): Don't push things to the cache
4826 unless it's unique.
4827 (gnus-server-to-method): Ditto.
4828
4829 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
4830
4831 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4832
4833 2010-09-22 Julien Danjou <julien@danjou.info>
4834
4835 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4836 get the start of data.
4837 (gnus-html-encode-url): Add this function to encode special chars in
4838 URL.
4839 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4840 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4841
4842 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4843 default.
4844 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4845
4846 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4847 images alt-text.
4848 (gnus-html-put-image): Put alt-text as help-echo.
4849
4850 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4851
4852 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4853 * mm-util.el (mm-decompress-buffer)
4854 * nnir.el (nnir-run-find-grep)
4855 * pop3.el (pop3-list): Use 3rd arg of split-string.
4856
4857 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4858
4859 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4860 outside the active range. Suggested by Dan Christensen.
4861
4862 * gnus-start.el (gnus-get-unread-articles): Get the extended method
4863 slightly later to avoid double-getting it.
4864
4865 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4866 previous patch.
4867
4868 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4869
4870 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
4871
4872 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4873
4874 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4875
4876 * gnus-int.el (gnus-open-server): Give a better error message in the
4877 "go offline" case.
4878
4879 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4880 marks for nnimap, which is seldom the right thing to do.
4881
4882 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4883 (gnus-same-method-different-name): New function.
4884
4885 * nnimap.el (parse-time): Require.
4886
4887 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4888 method in the presence of many similar methods.
4889
4890 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4891
4892 * nnimap.el (nnimap-find-expired-articles): Don't refer to
4893 nnml-inhibit-expiry.
4894
4895 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4896 find out whether methods are equal.
4897
4898 * nnimap.el (nnimap-find-expired-articles): New function.
4899 (nnimap-process-expiry-targets): New function.
4900 (nnimap-request-move-article): Request the article before looking at
4901 what the Message-ID is. Fix found by Andrew Cohen.
4902 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4903
4904 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4905 for oldness in addition to being a predicate.
4906
4907 * nnimap.el (nnimap-request-group): When we have zero articles, return
4908 the right data to Gnus.
4909 (nnimap-request-expire-articles): Only delete articles immediately if
4910 the target is 'delete.
4911
4912 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4913 method, this would bug out.
4914
4915 * gnus-group.el (gnus-group-expunge-group): Rename from
4916 gnus-group-nnimap-expunge, and implemented as a normal interface
4917 function.
4918
4919 * gnus-int.el (gnus-request-expunge-group): New function.
4920
4921 * nnimap.el (nnimap-request-create-group): Implement.
4922 (nnimap-request-expunge-group): New function.
4923
4924 2010-09-21 Julien Danjou <julien@danjou.info>
4925
4926 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4927 (gnus-html-cache-expired): Add new function.
4928 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4929 wethever we should display image for fetch it.
4930 Compute alt-text earlier to pass it to the fetching function too.
4931 (gnus-html-schedule-image-fetching): Change function argument to only
4932 get one image at a time, not a list.
4933 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4934 cache.
4935 (gnus-html-get-image-data): New function to retrieve image data from
4936 cache.
4937 (gnus-html-put-image): Change buffer argument to use image data rather
4938 than file, and place image above region rather than inserting a new
4939 one. Do not take alt-text as argument, since it's useless now: we place
4940 the image above alt-text.
4941 (gnus-html-prune-cache): Remove.
4942 (gnus-html-show-images): Start to fetch image when we find one, do not
4943 push into a temporary list.
4944 (gnus-html-prefetch-images): Only fetch image if they have expired.
4945 (gnus-html-browse-image): Fix, use 'gnus-image-url.
4946 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4947
4948 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4949
4950 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4951
4952 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4953
4954 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4955 spec inser "*" if the group isn't active instead of 0.
4956
4957 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4958 opening the server.
4959 (nnimap-request-delete-group): Implement group deletion.
4960 (nnimap-transform-headers): Return the size of the entire message in
4961 the Bytes header, not just the size of the first part.
4962 (nnimap-request-move-article): When moving an article from nnimap,
4963 request the article first so the accepting form has an article to
4964 accept. Reported by Dan Christensen.
4965 (nnimap-command): Make sure that the error message doesn't error out.
4966
4967 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
4968
4969 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4970 we haven't requested anything.
4971
4972 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4973
4974 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4975 "". Fix found by Andrew Cohen.
4976
4977 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4978 instead of -encode-string.
4979
4980 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4981
4982 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4983
4984 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4985 by mm-subst-char-in-string.
4986
4987 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4988
4989 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4990 waiting for the connection string.
4991
4992 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4993 arriving.
4994
4995 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4996 bogus characters. This allows selecting certain Gmail groups.
4997
4998 * nnimap.el (nnimap-find-wanted-parts-1): New function.
4999 (nnimap-fetch-partial-articles): New variable.
5000 (nnimap-open-connection): When looking for credentials, also use the
5001 nnimap-server-port.
5002 (nnimap-request-article): Return the group/article number, so that Gnus
5003 `^' works as expected.
5004 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5005
5006 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5007 comments.
5008 (gnus-methods-sloppily-equal): New function.
5009 (gnus): When using the development version of Gnus, load the gnus-load
5010 file.
5011
5012 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5013 `gnus-open-server' on each method before trying to scan them etc.
5014 This ensures that all the backend parameters are set correctly.
5015
5016 * nnimap.el (nnimap-authenticator): New variable.
5017 (nnimap-open-connection): Allow anonymous login.
5018 (nnimap-transform-headers): The chars header is called Chars not Bytes.
5019 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5020
5021 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5022 patch, found by Knut Anders Hatlen.
5023
5024 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
5025
5026 * gnus-agent.el (gnus-agent-batch-confirmation)
5027 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5028 to gnus-message.
5029 * gnus-art.el (gnus-article-describe-briefly): Likewise.
5030 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5031 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5032 * gnus-int.el (gnus-open-server): Likewise.
5033 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5034 (gnus-score-check-syntax): Likewise.
5035 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5036 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5037 Likewise.
5038 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5039
5040 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5041
5042 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5043 calling conventions so that prefetch doesn't bug out.
5044
5045 2010-09-19 Julien Danjou <julien@danjou.info>
5046
5047 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5048 rather than `subst-char-in-region' in order to be able to replace ASCII
5049 char by UTF-8 ones.
5050
5051 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5052 than curl.
5053 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5054 the right URL and ALT text on images.
5055 (gnus-html-wash-tags): Fix tag case.
5056 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
5057 (gnus-article-html): Add -o display_ins_del=2 option.
5058 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5059
5060 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5061
5062 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5063 the extra mail headers, which sometimes seem to happen for unknown
5064 reasons.
5065
5066 * mail-parse.el (mail-header-encode-parameter): Define as
5067 rfc2045-encode-string instead of as rfc2231-encode-string, since some
5068 (or most, perhaps?) mail readers don't understand the latter, but do
5069 understand the former.
5070
5071 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5072 to nil, so that no methods are automatically agentized. I think this
5073 is probably what most users want.
5074
5075 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5076 from url-retrieve, for instance about invalid URLs.
5077
5078 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5079 groups that have no articles.
5080 (nnimap-request-article): Check that we really got an article when we
5081 requested one.
5082
5083 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5084 doesn't exist.
5085
5086 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5087 nntp buffer so the agent can save it.
5088 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5089 that CRLF doesn't get translated to \n.
5090 (nnimap-open-connection): Don't make 'shell commands only send \n.
5091
5092 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5093
5094 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5095 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5096 Update var name.
5097 (nnml-generate-nov-file): Use dolist.
5098 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5099 Use with-current-buffer.
5100
5101 2010-09-18 Julien Danjou <julien@danjou.info>
5102
5103 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5104 parallel.
5105
5106 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5107
5108 * nnimap.el (nnimap-update-info): When doing partial marks update, get
5109 the range update right.
5110 (nnimap-request-group): Don't make `M-g' bug out on group with no
5111 marks.
5112 (nnoo): Require, so that other packages can require nnimap.
5113 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5114 command we're looking for. This helps when the server sends more
5115 responses after we've gotten everything we expected.
5116 (nnimap): Add a `newlinep' field to keep track of end-of-line
5117 conventions.
5118 Don't send CRLF to things that don't want it.
5119 (nnimap-request-accept-article): Ditto.
5120
5121 2010-09-18 Julien Danjou <julien@danjou.info>
5122
5123 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5124 than curl to retrieve images.
5125
5126 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5127
5128 * nnimap.el (nnimap-update-info): Extend the info so that we can set
5129 the marks.
5130 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5131 (nnimap-wait-for-connection): New function.
5132 (nnimap-open-connection): If we have PREAUTH, don't query for login
5133 credentials.
5134 (nnimap-update-info): Fix off-by-one error when concatenating ranges
5135 when doing a partial update.
5136
5137 2010-09-18 Julien Danjou <julien@danjou.info>
5138
5139 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5140 tags.
5141
5142 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5143
5144 * nnimap.el (nnimap-credentials): New function.
5145 (nnimap-open-connection): Use the new function to look for credentials
5146 also on the numeric equivalents of "imap" and "imaps".
5147
5148 * gnus-start.el (gnus-activate-group): Send the info to
5149 gnus-request-group.
5150
5151 * nnimap.el (nnimap-request-group): Have the "check" version of the
5152 function parse flags and update the info, so that a `M-g' get a total
5153 resync of all flags from the group.
5154
5155 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5156 to allow backends to alter the info on group selection. Also alter all
5157 the backend -request-group functions to take the parameter.
5158
5159 * nnimap.el (nnimap-store-info): New function.
5160 (nnimap-update-info): Store the info for later usage.
5161 (nnimap-request-group): Use the stored info for the dont-check case, so
5162 that we don't retrieve all marks when we enter a group.
5163
5164 * nnimap.el: Use deffoo instead of defun for interface functions.
5165
5166 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5167 update the group info. This makes the nndraft groups, for instance, go
5168 back to their old behaviour.
5169
5170 * gnus-sum.el (gnus-select-newsgroup): Indent.
5171
5172 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5173 in.
5174 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5175 nothing.
5176
5177 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5178 from methods that are denied.
5179
5180 * gnus-int.el (gnus-method-denied-p): New function.
5181
5182 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5183 store the password instead of netrc.
5184 (nnimap-open-connection): Don't error out when we can't make a
5185 connections.
5186
5187 * auth-source.el (auth-source-create): In the password prompt, say what
5188 we're querying for. Also prompt for user name if that hasn't been
5189 given.
5190
5191 * nnimap.el (nnimap-with-process-buffer): Remove.
5192
5193 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5194
5195 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5196 method when we're reading from the agent.
5197
5198 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5199
5200 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5201 that's probably most useful for users.
5202
5203 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5204 "failed" all the time.
5205
5206 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5207 ...)) with (with-current-buffer ... ).
5208
5209 * nntp.el (nntp-open-server): Return whether the open was successful or
5210 not.
5211
5212 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5213 select an unread unseen article first.
5214
5215 * nnimap.el (nnimap-open-connection): If the user doesn't have a
5216 /etc/services, supply some sensible port defaults.
5217
5218 2010-09-17 Julien Danjou <julien@danjou.info>
5219
5220 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5221
5222 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5223
5224 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5225 doesn't have any parameters.
5226
5227 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5228
5229 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5230 only upcased checks.
5231
5232 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5233
5234 * nnimap.el (nnimap-open-shell-stream): New function.
5235 (nnimap-open-connection): Use it.
5236 (nnimap-transform-headers): Get the number of lines in each message.
5237 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5238 number of lines.
5239 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
5240 problem.
5241
5242 * utf7.el (utf7-encode): Autoload.
5243
5244 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5245 to allow the mail splitting to not return a default group. This is
5246 useful for nnimap, which will leave unmatched mail in the inbox.
5247
5248 * nnimap.el: Rewritten.
5249
5250 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5251 nnimap usage.
5252
5253 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5254 if the move is internal, so that nnimap can do fast internal moves.
5255
5256 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5257 data.
5258 (gnus-read-active-for-groups): Support finishing the early retrieval of
5259 data.
5260
5261 * gnus-range.el (gnus-range-nconcat): New function.
5262
5263 * gnus-int.el (gnus-finish-retrieve-group-infos)
5264 (gnus-retrieve-group-data-early): New functions.
5265
5266 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5267
5268 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5269 (nnrss-retrieve-groups):
5270 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5271 (pop3-quit): Use with-current-buffer.
5272
5273 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
5274
5275 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5276 instead of nnheader-accept-process-output.
5277
5278 * gnus-html.el (gnus-html-schedule-image-fetching)
5279 (gnus-html-prefetch-images): Replace process-kill-without-query by
5280 gnus-set-process-query-on-exit-flag.
5281
5282 2010-09-16 Romain Francoise <romain@orebokech.com>
5283
5284 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5285
5286 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5287
5288 * gnus-registry.el (gnus-registry-install-shortcuts): The second
5289 parameter to unintern is mandatory-ish in Emacs 24.
5290
5291 * gnus-html.el (gnus-html-schedule-image-fetching)
5292 (gnus-html-prefetch-images): Check for curl before using it.
5293
5294 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5295 depend on curl, which isn't essential.
5296
5297 * imap.el: Revert back to version
5298 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5299 seem problematic.
5300
5301 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5302
5303 * gnus-registry.el (gnus-registry-install-shortcuts):
5304 Explicitly pass `obarray' to `unintern' to avoid a warning.
5305
5306 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5307
5308 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5309 change.
5310
5311 * nnrss.el (nnrss-request-list): Remove this function and related
5312 functions, including the moreover stuff.
5313
5314 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5315
5316 * nnrss.el (nnrss-retrieve-groups): New function.
5317
5318 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5319
5320 * .dir-locals.el: Add no-byte-compile cookie.
5321
5322 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
5323
5324 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5325 for back end that doesn't support request-scan.
5326
5327 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5328
5329 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5330 then do request scans from the backends.
5331
5332 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5333 avoid running a hook per line, since this takes a lot of time,
5334 profiling shows.
5335 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5336 directly if gnus-visual-p is true.
5337
5338 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5339
5340 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5341 groups; replace mapcar with dolist which is a bit faster; pass groups
5342 info to gnus-read-active-file-1.
5343 (gnus-read-active-file-1): Scan only specified groups if the new
5344 optional arg `infos' is given.
5345
5346 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5347
5348 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5349
5350 * pop3.el (pop3-movemail): Remove.
5351 (pop3-streaming-movemail): Rename to pop3-movemail.
5352
5353 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5354 don't restrict end-tag searches to the end of the line.
5355
5356 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5357
5358 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5359 articles of every unchecked group to t, which means unknown since the
5360 server has never been opened.
5361
5362 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5363
5364 * gnus-html.el (gnus-html-show-alt-text): New command.
5365 (gnus-html-browse-image): Ditto.
5366 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5367 to browse the image directly.
5368 (gnus-html-wash-tags): Search for images first, so that <a><img> works
5369 better.
5370
5371 * gnus-async.el (gnus-async-article-callback):
5372 Call `gnus-html-prefetch-images' unconditionally.
5373
5374 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5375 before feeding URLs to curl.
5376
5377 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5378
5379 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5380 internal images as deletable by `W D D'.
5381
5382 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5383 (gnus-async-article-callback): Fix typo.
5384
5385 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5386
5387 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5388 current line to work around bugs in the output from w3m.
5389
5390 * gnus-async.el (gnus-async-article-callback): Always prefetch images
5391 for groups that want that.
5392
5393 * nntp.el (nntp-wait-for-string): Supply a timeout for
5394 accept-process-output to ensure progress.
5395
5396 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5397 level to get unread articles from, then use that for foreign groups,
5398 too.
5399
5400 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5401 confuses the rest of the function.
5402
5403 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5404 for the methods that support -retrieve-groups, too.
5405
5406 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5407
5408 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
5409
5410 * pop3.el: Require cl when compiling.
5411 (pop3-number-of-responses): Search for "+OK", not "+OK ".
5412
5413 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5414
5415 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5416 that aren't going to be activated.
5417 (gnus-get-unread-articles): Fix up the last commit.
5418
5419 * gnus-html.el (gnus-article-html): Allow calling without specifying
5420 the handle. In that case, dissect the buffer first.
5421
5422 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5423
5424 * nnimap.el (nnimap-open-connection): Revert the change that would look
5425 into authinfo for imaps instead of imap.
5426
5427 * gnus-start.el (gnus-activate-group): Take an optional parameter to
5428 say that you don't want to call gnus-request-group with don-check, but
5429 do check the reponse. This is for virtual groups only.
5430 (gnus-get-unread-articles): Count the archive groups as secondary, so
5431 that they're activated the same way as before.
5432
5433 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5434 case-insensitively.
5435 (nnimap-debug): Remove.
5436
5437 * mail-source.el (mail-source-fetch): Don't message if we're fetching
5438 mail from a file, and the file doesn't exist.
5439
5440 * pop3.el (pop3-streaming-movemail): Return t for success.
5441
5442 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5443 .authinfo if we're using ssl connection.
5444
5445 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5446 already have if we're in a main Gnus `g' run.
5447
5448 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5449
5450 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
5451
5452 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5453
5454 * nnmh.el (nnmh-request-list-1): Bind `file'.
5455
5456 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5457 alias to set-process-query-on-exit-flag or process-kill-without-query.
5458 (pop3-open-server): Use it.
5459
5460 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5461
5462 * mail-source.el (mail-source-delete-crash-box): Always move the crash
5463 box to the Incoming file. Fixes mistake in previous checkin.
5464
5465 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5466 request loop (for debugging purposes) removed.
5467
5468 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5469 culprit is more visible.
5470 (nnml-save-incremental-nov, nnml-open-incremental-nov)
5471 (nnml-add-incremental-nov): New functions to do "incremental" nov
5472 updates, where we just append to the end of the existing nov files
5473 without reading/writing them in full.
5474
5475 * mail-source.el (mail-source-delete-crash-box): Really only check the
5476 incoming files once in a while.
5477
5478 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5479
5480 * mail-source.el (mail-source-delete-crash-box): Only check the
5481 incoming files for deletion once per day to save a lot of file
5482 accesses.
5483
5484 * pop3.el (pop3-logon): Fix up unbound variable typo.
5485
5486 * mail-source.el (pop3-streaming-movemail): Autoload.
5487
5488 * pop3.el (pop3-streaming-movemail):
5489 Respect pop3-leave-mail-on-server.
5490
5491 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5492 retrieval.
5493
5494 * pop3.el (pop3-process-filter): Remove unused function.
5495 (pop3-streaming-movemail, pop3-send-streaming-command)
5496 (pop3-wait-for-messages, pop3-write-to-file)
5497 (pop3-number-of-responses): New functions for streaming pop3
5498 retrieval.
5499
5500 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5501 come from no known methods.
5502 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5503 list.
5504
5505 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5506 message sizes.
5507 (pop3-movemail): Use erase-buffer instead of looping and deleting
5508 regions, which seems rather odd.
5509
5510 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5511 file once per `g' run.
5512
5513 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5514 directories. This makes the draft queue directory work.
5515
5516 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5517 data from the backends, so that we only request the list of groups from
5518 each method once. This should speed things up considerably.
5519
5520 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5521 detect that it's not implemented.
5522
5523 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5524 we actually do recurse down into the tree, but don't stat all leaf
5525 nodes.
5526
5527 * gnus-html.el (gnus-html-show-images): If there are no images to show,
5528 then say so instead of bugging out.
5529
5530 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5531 files exist before trying to read them.
5532
5533 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5534 around <pre_int>.
5535
5536 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5537
5538 * nnmh.el (nnmh-request-list-1): Optimize for speed.
5539
5540 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5541
5542 * mm-util.el (mm-image-load-path): Just return the image directories,
5543 not all directories in the path in addition to the image directories.
5544 (mm-image-load-path): Maintain a cache of the image directories so that
5545 the `g' command in Gnus doesn't have to stat dozens of directories each
5546 time.
5547
5548 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5549 (gnus-html-wash-tags): Add a new `i' command to insert images.
5550 (gnus-html-insert-image): New command and keystroke.
5551 (gnus-html-redisplay-with-images): New command and keystroke.
5552 (gnus-html-show-images): Rename command.
5553 (gnus-html-wash-tags): Remove more white space before <pre_int> image
5554 spacers.
5555 (gnus-html-wash-tags): Decode entities at the end, so that entities
5556 inside the tags don't mess up the rest of the "parsing".
5557
5558 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5559 so that nnimap methods aren't agentized by default. There's apparently
5560 many problems related to agent/imap behaviour.
5561
5562 * gnus-art.el (gnus-article-copy-string): New command and key binding.
5563
5564 * gnus-html.el: Doc fix.
5565
5566 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
5567
5568 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5569 glyph-width and glyph-height instead of display-graphic-p and
5570 image-size; make avoidance of displaying small images work for XEmacs.
5571
5572 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5573 for XEmacs.
5574
5575 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5576 of symbol that holds plist data.
5577 (gnus-process-plist): Remove plist of process after getting it.
5578
5579 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5580
5581 * message.el (message-generate-hashcash): Change default to
5582 'opportunistic if hashcash is installed.
5583
5584 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5585 (gnus-html-put-image): Only call image-size once, since it's somewhat
5586 time-consuming on remote X servers.
5587
5588 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
5589
5590 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5591 decoded contents.
5592 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5593
5594 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5595
5596 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5597 group line format, since it isn't very interesting.
5598
5599 * gnus-agent.el (gnus-agent-short-article),
5600 (gnus-agent-long-article): Increase values for these two variables,
5601 since most people are likely to have more network connection and
5602 storage than before.
5603
5604 * gnus.el (gnus-refer-article-method): Change default to 'current.
5605 When referring an article, the common behaviour is to refer it from the
5606 current select method, not the native select method. The chances of
5607 the native select method having the message in question is rather slim
5608 these days.
5609
5610 * gnus-sum.el (gnus-auto-select-subject): Change default to
5611 `unseen-or-unread'. I think it's likely that most people want to
5612 select an unseen article over a previously seen, but unread one.
5613
5614 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
5615 means that in the article buffer none of the minor mode elements will
5616 be shown, usually, and this is not desirable in most cases.
5617
5618 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5619 that commands like `d' (and the like) go to the next line in the
5620 buffer, instead of the next unread article. I think this is the
5621 behaviour that is most natural for most users.
5622 (gnus-single-article-buffer): Change default to nil, so that people can
5623 have as many article buffers open as they have summary buffer. I think
5624 this is the most natural way for the groups to behave.
5625
5626 * message.el (message-generate-new-buffers): Change default to
5627 `unsent', so that all new message buffers start their names with the
5628 string "*unsent", and it's easier to find the buffers if you move from
5629 them.
5630
5631 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5632
5633 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5634 small. They're probably tracking images.
5635 (gnus-html-wash-tags): Remove all <pre_int> place holders.
5636 (gnus-html-rescale-image): Yet another try at getting the image sizing
5637 right.
5638
5639 * nntp.el (nntp-request-set-mark): Refuse to do marks if
5640 nntp-marks-file-name is nil.
5641
5642 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5643
5644 * gnus-html.el (gnus-html-wash-tags)
5645 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5646 Better logging.
5647
5648 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5649
5650 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5651
5652 * gnus-html.el (gnus-html-wash-tags): Check the value of
5653 gnus-blocked-images in the summary buffer.
5654
5655 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5656
5657 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5658
5659 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5660
5661 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5662 like "a", it seems like.
5663 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5664 since it needs to be picked from the correct buffer.
5665
5666 * nnwfm.el: Remove.
5667
5668 * nnlistserv.el: Remove.
5669
5670 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5671
5672 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5673 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5674
5675 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5676
5677 * nnkiboze.el: Remove.
5678
5679 * nndb.el: Remove.
5680
5681 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5682 alt text.
5683 (gnus-html-rescale-image): Try to get the rescaling logic right for
5684 images that are just wide and not tall.
5685
5686 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5687 overshadow variable bindings.
5688
5689 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5690
5691 * gnus-html.el (gnus-html-wash-tags)
5692 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5693 Add extra logging.
5694
5695 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5696
5697 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5698 (gnus-max-image-proportion): New variable.
5699 (gnus-html-rescale-image): New function.
5700 (gnus-html-put-image): Rescale images.
5701
5702 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5703
5704 Fix up some byte-compiler warnings.
5705 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5706 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5707 (gnus-article-fill-cited-article, gnus-article-hide-citation)
5708 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5709 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5710 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5711 (gnus-group-update-group): Use save-excursion and with-current-buffer.
5712
5713 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5714
5715 * gnus-html.el (gnus-article-html): Decode contents by charset.
5716
5717 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5718
5719 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5720 (gnus-html-frame-width, gnus-blocked-images)
5721 * message.el (message-prune-recipient-rules): Add custom version.
5722 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5723
5724 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5725 functions.
5726
5727 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5728 gnus-process-get.
5729
5730 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
5731
5732 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5733 instead of lsub directly.
5734
5735 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5736
5737 * nnwarchive.el: Remove.
5738
5739 * gnus-soup.el: Remove.
5740
5741 * nnsoup.el: Remove.
5742
5743 * nnultimate.el: Remove.
5744
5745 * gnus-html.el (gnus-blocked-images): New variable.
5746
5747 * message.el (message-prune-recipients): New function.
5748 (message-prune-recipient-rules): New variable.
5749
5750 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5751 guess whether a long line is natural text or not.
5752
5753 * gnus-html.el (gnus-html-schedule-image-fetching):
5754 Use gnus-process-plist and friends for compatibility.
5755
5756 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5757
5758 * gnus-html.el: Require packages that define macros used in this file.
5759 (gnus-article-mouse-face): Declare to silence byte-compiler.
5760 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5761 process-get.
5762 (gnus-html-put-image): Use plist-get to avoid getf.
5763 (gnus-html-prefetch-images): Use with-current-buffer.
5764
5765 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5766
5767 * gnus-ems.el: Provide compatibility functions for
5768 gnus-set-process-plist.
5769
5770 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5771 * gnus.el (gnus-valid-select-methods)
5772 * message.el (message-send-mail-partially-limit)
5773 * mm-decode.el (mm-text-html-renderer)
5774 * mml.el (mml-insert-mime-headers-always)
5775 * smiley.el (smiley-regexp-alist): Bump custom version.
5776
5777 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5778
5779 * gnus-html.el: require mm-url.
5780 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5781 with the url to `url'.
5782 (gnus-html-wash-tags): Support cid: URLs/images.
5783
5784 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5785
5786 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5787 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5788 bindings, as they aren't useful at all. `w' is moved to `W w'.
5789
5790 * gnus-move.el: Remove file, since it doesn't really work.
5791
5792 * gnus-html.el (gnus-article-html): Tell w3m that the input is
5793 UTF-8. This seems to fix problems with some German web feeds.
5794
5795 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5796 at the top so that the proper colours are applied.
5797
5798 * gnus-art.el (gnus-article-view-part): Doc fix.
5799
5800 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5801 XEmacs-compatible.
5802 (gnus-html-put-image): Don't do images on non-graphic displays.
5803
5804 * nnslashdot.el: Remove this unused backend.
5805
5806 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5807 actions.
5808 (gnus-undo-register-1): Revert last change.
5809
5810 * gnus-group.el (gnus-group-completing-read): Protect against not
5811 having completion-styles bound.
5812
5813 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5814 make broken recipients happier.
5815
5816 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5817
5818 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5819 point parameter.
5820
5821 * gnus-group.el (gnus-group-completing-read): Add 'substring to
5822 completion-styles for group selection.
5823
5824 2009-02-04 Andreas Schwab <schwab@suse.de>
5825
5826 * gnus-score.el (gnus-score-string): Fix regex for matching extra
5827 headers and regexp-quote the match if necessary.
5828
5829 2009-03-24 Miles Bader <miles@gnu.org>
5830
5831 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5832 the blinking smiley.
5833
5834 2009-03-24 Simon Josefsson <simon@josefsson.org>
5835
5836 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5837 blink smiley.
5838
5839 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5840
5841 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5842 where the dribbel file lives exists.
5843
5844 * message.el (message-send-mail-partially-limit): Change the default to
5845 nil, since most people don't want this.
5846
5847 * mm-url.el (mm-url-decode-entities): Also decode entities like
5848 &#x3212.
5849
5850 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
5851
5852 * gnus-sum.el (gnus-summary-idna-message):
5853 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5854 Hyperlink urls in docstrings with URL `...'.
5855
5856 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
5857
5858 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5859 functions.
5860
5861 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5862
5863 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5864 say what the mouseover text should be.
5865
5866 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5867 version of the mm-w3m-safe-url-regexp variable to only download images
5868 in the groups where we want that to happen.
5869
5870 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5871
5872 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5873 easier debugging.
5874 (gnus-article-beginning-of-window): Add kludge to allow spacing past
5875 big pictures in the article buffer.
5876
5877 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5878 gnus-article-html.
5879 (mm-text-html-renderer): gnus-article-html needs curl in addition to
5880 w3m.
5881
5882 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5883
5884 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5885
5886 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5887 which doesn't exist.
5888
5889 * message.el (message-inhibit-ecomplete): New variable to allow some
5890 function to inhibit ecomplete address storage.
5891 (message-resend): Disable ecomplete message storage when resending
5892 messages.
5893
5894 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5895
5896 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
5897
5898 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5899 Save excursion while copying, moving, and deleting articles in order to
5900 prevent the cursor from jumping to unforeseen place.
5901
5902 2010-08-17 Glenn Morris <rgm@gnu.org>
5903
5904 * gnus-sync.el: Require gnus components whose functions are used.
5905
5906 * gnus-art.el (bookmark-make-record-function):
5907 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5908 Declare for compiler.
5909
5910 * mm-url.el (mml-compute-boundary): Autoload.
5911
5912 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
5913
5914 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5915
5916 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
5917
5918 Typo fix "hoo4a" -> "hook".
5919
5920 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5921
5922 2010-08-14 Glenn Morris <rgm@gnu.org>
5923
5924 * gnus-sync.el (gnus-sync): Fix defgroup version.
5925
5926 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
5927
5928 Doc fixes and keep unknown groups (ammended for nunion bug fix).
5929
5930 * gnus-sync.el: Fix docs.
5931 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5932 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5933
5934 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5935
5936 Optimizations for gnus-sync.el.
5937
5938 * gnus-sync.el: Add docs about gnus-sync-backend
5939 possibilities.
5940 (gnus-sync-save): Remove unnecessary message.
5941 (gnus-sync-read): Optimize and show what groups were skipped.
5942
5943 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5944
5945 Minor bug fixes for gnus-sync.el.
5946
5947 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5948 Don't read the sync on get-new-news.
5949
5950 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5951 quiet.
5952
5953 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5954 (fix typo).
5955
5956 2010-07-30 Lawrence Mitchell <wence@gmx.li>
5957
5958 Make saving and restoring of hidden threads work with overlays.
5959 Patch applied by Ted Zlatanov.
5960
5961 * gnus-sum.el (gnus-hidden-threads-configuration)
5962 (gnus-restore-hidden-threads-configuration): Update to deal with text
5963 properties, rather than searching for a magic character.
5964
5965 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5966
5967 New gnus-sync.el library for synchronization of marks.
5968
5969 * gnus-sync.el: New library for synchronization of marks.
5970
5971 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5972 renamed from `gnus-registry-grep-in-list'.
5973
5974 * gnus-registry.el (gnus-registry-follow-group-p):
5975 Use `gnus-grep-in-list'.
5976
5977 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5978
5979 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
5980
5981 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5982 determining charset of text fails.
5983
5984 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
5985
5986 * nnmail.el (nnmail-get-new-mail-1): Revert.
5987
5988 * nnml.el (nnml-active-number): Make sure names of newly created groups
5989 in nnml-group-alist are encoded.
5990
5991 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
5992
5993 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5994 containing non-ASCII characters in active file for nnml back end.
5995
5996 2010-07-24 David Engster <dengste@eml.cc>
5997
5998 * mml-smime.el (mml-smime-epg-verify): Also accept the older
5999 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6000
6001 2010-07-21 Daiki Ueno <ueno@unixuser.org>
6002
6003 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6004 tag (Bug#6654).
6005
6006 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6007
6008 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6009 the article buffer, not the summary buffer.
6010
6011 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6012
6013 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6014 Emacs 23 as well.
6015
6016 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6017
6018 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6019 Patch applied by Karl Fogel.
6020
6021 * gnus-sum.el (gnus-summary-bookmark-make-record):
6022 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6023
6024 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6025
6026 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6027 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
6028 C-w still not working correctly from Article buffers; Thierry's
6029 patch to fix that will be applied after this.
6030
6031 * gnus-art.el (bookmark-make-record-function): New local variable.
6032
6033 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6034 article buffer.
6035 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6036
6037 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6038
6039 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6040 on changes in bookmark.el.
6041
6042 2010-06-22 Mark A. Hershberger <mah@everybody.org>
6043
6044 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6045 the *other* type of HTML form submission.
6046
6047 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
6048
6049 * auth-source.el (auth-source-pick): If choice does not contain a
6050 questioned keyword, set the check to t.
6051
6052 2010-06-12 Romain Francoise <romain@orebokech.com>
6053
6054 * gnus-util.el (gnus-date-get-time): Move up before first use.
6055
6056 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
6057
6058 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6059 (gnus-article-edit-part): Bind it to make last part that is substituted
6060 or deleted visible.
6061 (gnus-mime-display-single): Buttonize part of which id equals to
6062 gnus-mime-buttonized-part-id.
6063
6064 2010-06-10 Dan Christensen <jdc@uwo.ca>
6065
6066 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6067 (gnus-dd-mmm): Use gnus-date-get-time.
6068 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6069 simplify logic.
6070 (gnus-summary-limit-to-age): Use gnus-date-get-time.
6071 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6072
6073 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
6074
6075 * auth-source.el (top): Autoload `secrets-list-collections',
6076 `secrets-create-item', `secrets-delete-item'.
6077 (auth-sources): Fix tag string.
6078 (auth-get-source, auth-source-retrieve, auth-source-create)
6079 (auth-source-delete): New defuns.
6080 (auth-source-pick): Rewrite in order to avoid 2 passes.
6081 (auth-source-forget-user-or-password): New parameter USERNAME.
6082 (auth-source-user-or-password): New parameters CREATE-MISSING and
6083 DELETE-EXISTING. Retrieve password interactively, if needed.
6084
6085 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6086
6087 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6088 deleting unused directories when gnus-expert-user is t.
6089
6090 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
6091
6092 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6093 for each temp file when gnus-article-browse-delete-temp is ask.
6094
6095 2010-05-20 Kevin Ryde <user42@zip.com.au>
6096
6097 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
6098
6099 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
6100
6101 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6102 article unless decoding article to be saved.
6103
6104 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6105
6106 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6107 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6108 generated within the mm-with-unibyte-current-buffer macro.
6109
6110 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6111
6112 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6113 to nil when we're in a mml-preview buffer and no group is selected.
6114
6115 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
6116
6117 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6118 when catching the `C-g'. Reported by "Leo".
6119
6120 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6121
6122 * message.el (message-forward-make-body-plain)
6123 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6124 multibyte-string-p.
6125
6126 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6127
6128 * message.el (message-forward-make-body-mml): Assume original message
6129 is multibyte string; error on unibyte.
6130 (message-forward-make-body-plain): Ditto; don't add excessive newline
6131 in body end.
6132
6133 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
6134
6135 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6136 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
6137
6138 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
6139
6140 * mm-extern.el (mm-extern-url): Don't use
6141 mm-with-unibyte-current-buffer.
6142 (mm-extern-cache-contents): Use with-current-buffer instead of
6143 save-excursion + set-buffer.
6144
6145 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6146
6147 * mm-util.el (mm-emacs-mule): Remove.
6148
6149 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
6150
6151 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6152 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6153 change.
6154
6155 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6156
6157 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6158 bind the default value of enable-multibyte-characters to nil.
6159
6160 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6161
6162 * message.el (message-forward-make-body-plain)
6163 (message-forward-make-body-mml):
6164 Don't use mm-with-unibyte-current-buffer.
6165
6166 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
6167
6168 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6169 (Bug#5592).
6170
6171 2010-05-07 Julien Danjou <julien@danjou.info>
6172
6173 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6174 it to mm-pipe-part.
6175
6176 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6177 it is given.
6178
6179 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
6180
6181 * nnweb.el (nnweb-gmane-search)
6182 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6183 XEmacs.
6184
6185 * gnus-art.el (gnus-article-browse-html-parts)
6186 * gnus-group.el (gnus-read-ephemeral-gmane-group)
6187 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6188 make-temp-file.
6189
6190 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6191 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6192 compiling.
6193
6194 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6195 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6196 XEmacs when compiling.
6197
6198 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6199 gnus-pick-mode-off-hook for XEmacs when compiling.
6200 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6201 gnus-binary-mode-off-hook for XEmacs when compiling.
6202
6203 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6204 Return nil if char-charset is not available.
6205
6206 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6207 macro.
6208
6209 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6210 instead of encode-coding-string.
6211
6212 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6213 'xemacs) instead of mm-emacs-mule to switch function definitions.
6214 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6215
6216 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
6217
6218 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6219
6220 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
6221
6222 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6223 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6224
6225 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
6226
6227 * mm-util.el (mm-decompress-buffer): Use `delete-file';
6228 alias `jka-compr-delete-temp-file' no longer exists.
6229
6230 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6231
6232 Use define-minor-mode in Gnus where applicable.
6233 * mml.el (mml-mode): Use define-minor-mode.
6234 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6235 (gnus-undo-mode): Use define-minor-mode.
6236 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6237 (gnus-dead-summary-mode): Use define-minor-mode.
6238 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6239 Initialize in declaration.
6240 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6241 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6242 (gnus-mailing-list-mode): Use define-minor-mode.
6243 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6244 (gnus-draft-mode): Use define-minor-mode.
6245 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6246 (gnus-dired-mode): Use define-minor-mode.
6247
6248 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
6249
6250 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6251 handles on recursive mml-to-mime translation and check them for
6252 boundary delimiter collisions. Reported by Greg Troxel.
6253
6254 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6255
6256 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6257
6258 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6259
6260 * mm-util.el (mm-find-buffer-file-coding-system):
6261 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6262
6263 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
6264
6265 * message.el (message-generate-headers): Record insertion of optional
6266 headers as well. Otherwise the check to prevent repeated insertion of
6267 optional headers is a no-op.
6268
6269 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
6270
6271 * smime.el: Don't mention CVS.
6272
6273 * nnrss.el (nnrss-fetch): Don't mention CVS.
6274
6275 * nnir.el: Don't mention CVS.
6276
6277 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6278
6279 * gnus-sum.el (gnus-summary-bookmark-make-record):
6280 Add `location' field.
6281
6282 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6283
6284 * gnus-sum.el: Add bookmark declarations to silence the compiler.
6285 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6286 Use with-current-buffer to silence the byte-compiler.
6287 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6288 bother to require `gnus'.
6289 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
6290
6291 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6292
6293 * gnus-sum.el (gnus-summary-bookmark-make-record)
6294 (gnus-summary-bookmark-jump): New functions.
6295 (gnus-summary-mode): Setup bookmark support.
6296
6297 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
6298
6299 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6300 if set.
6301
6302 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6303
6304 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6305 gnus-article-browse-html-save-cid-image; make it work recursively for
6306 forwarded messages as well.
6307 (gnus-article-browse-html-parts): Work when prefix arg is given.
6308 (gnus-article-browse-html-article): Doc fix.
6309
6310 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
6311
6312 * message.el (message-default-mail-headers):
6313 (message-default-headers): Carry the value mail-default-headers over
6314 into message-default-mail-headers, rather than message-default-headers.
6315
6316 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
6317
6318 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6319 charset.
6320
6321 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6322 charset into the <meta> tag when the article is encoded to utf-8.
6323
6324 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
6325
6326 * gnus-art.el (gnus-article-browse-delete-temp-files):
6327 Delete directories as well.
6328 (gnus-article-browse-html-parts): Work for images that do not specify
6329 file names; delete temp directory when quitting; insert header at the
6330 right place; use file: scheme for image files.
6331
6332 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
6333
6334 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6335 (gnus-article-browse-html-parts): Use it to make temporary cid image
6336 files in addition to html file so that browser may display them.
6337
6338 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
6339
6340 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6341
6342 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6343
6344 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6345
6346 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
6347
6348 * auth-source.el (auth-sources): Change default to be simpler.
6349 Explain about Secret Service API sources. Improve Customize options.
6350 (auth-source-pick): Change to accept any number of search parameters.
6351 Implement fallbacks iteratively, not recursively. Add scoring on the
6352 second pass and sort by score. Call Secret Service API when needed.
6353 (auth-source-user-or-password): Use it. Call Secret Service API
6354 directly when needed to get the user name and the password.
6355
6356 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6357
6358 * message.el (message-interactive): Doc fix.
6359 (message-qmail-inject-args): Reflow.
6360 (message-kill-to-signature): Fix typo in docstring.
6361
6362 * smiley.el (smiley-buffer): Fix typo in docstring.
6363
6364 2010-03-24 Glenn Morris <rgm@gnu.org>
6365
6366 * mail-source.el (gnus-message): Declare.
6367 (mail-source-delete-old-incoming): Require gnus-util.
6368
6369 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
6370
6371 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6372
6373 * message.el (ecomplete-setup): Autoload it for Emacs <23.
6374
6375 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6376 password-cache's default if it is not bound.
6377 (mml-secure-passphrase-cache-expiry): Default to 16 that is
6378 password-cache-expiry's default if it is not bound.
6379
6380 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6381 available in Emacs 21.
6382
6383 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
6384
6385 * auth-source.el (auth-sources): Fix up definition so extra parameters
6386 are always inline.
6387
6388 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
6389
6390 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6391 wasn't updated after mismatch. Clear cached mailbox info correctly
6392 when uidvalidity changes.
6393 (nnimap-group-prefixed-name): New function to avoid some code
6394 duplication.
6395 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6396 (nnimap-request-group): Use it.
6397 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6398 (nnimap-update-unseen): Significantly improved speed of Gnus startup
6399 with many imap folders. This is done by caching the group status from
6400 the imap server persistently in a group parameter `imap-status'. (This
6401 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6402 but not persistently, so every Gnus startup was still very slow.)
6403
6404 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6405
6406 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
6407 secrets.el dependency.
6408 (auth-sources): Add optional user name. Add secrets.el configuration
6409 choice (unused right now).
6410
6411 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6412
6413 * gnus-sum.el (gnus-summary-make-menu-bar):
6414 Let `gnus-registry-install-shortcuts' fill in the functions.
6415
6416 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6417 warnings.
6418 (gnus-registry-misc-menus): Variable to hold registry mark menus.
6419 (gnus-registry-install-shortcuts): Populate and use it in a
6420 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6421
6422 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
6423
6424 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6425 In-place substitutions for the group name encoding/decoding.
6426 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6427 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6428 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6429 (nnimap-update-unseen, nnimap-request-list)
6430 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6431 (nnimap-request-set-mark, nnimap-split-to-groups)
6432 (nnimap-split-articles, nnimap-request-newgroups)
6433 (nnimap-request-create-group, nnimap-request-accept-article)
6434 (nnimap-request-delete-group, nnimap-request-rename-group)
6435 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
6436 `encoded-mbx' for consistency.
6437 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6438 variable `imap-current-mailbox'.
6439
6440 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6441 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6442
6443 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
6444
6445 * pop3.el (pop3-display-message-size-flag): Display message size byte
6446 counts during POP3 download.
6447 (pop3-movemail): Use it.
6448 (pop3-list): Implement listing of available messages.
6449
6450 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
6451
6452 * nnir.el (nnir-get-article-nov-override-function): New function to
6453 override the normal NOV retrieval.
6454 (nnir-retrieve-headers): Use it.
6455
6456 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
6457
6458 * auth-source.el (netrc-machine-user-or-password): Autoload.
6459
6460 2010-03-19 Glenn Morris <rgm@gnu.org>
6461
6462 Stop message.el from loading about 40 libraries it doesn't always need.
6463 The general approach is to autoload rather than require, and to
6464 require in the specific functions rather than the file. (Bug#5642)
6465
6466 * gmm-utils.el: Don't require wid-edit.
6467 (widget-create-child-value, widget-convert, widget-default-get):
6468 Autoload.
6469
6470 * gnus-util.el: Don't require time-date, netrc.
6471 (message-fetch-field, gnus-group-name-decode): Declare rather than
6472 autoloading.
6473 (gnus-fetch-field): Require message.
6474 (gnus-decode-newsgroups): Require gnus-group.
6475
6476 * ietf-drums.el: Don't require time-date.
6477
6478 * message.el: Don't require hashcash, canlock, ecomplete.
6479 Do require mail-utils. Require nnheader only when compiling.
6480 (smtpmail-default-smtp-server): Remove declaration.
6481 (message-send-mail-function): Check smtpmail-default-smtp-server
6482 is bound rather than requiring smtpmail.
6483 (message-auto-save-directory, message-insert-signature):
6484 Use expand-file-name rather than nnheader-concat.
6485 (nnheader-insert-file-contents): Autoload.
6486 (hashcash-wait-async): Declare.
6487 (message-send-mail): Only call gnus-setup-posting-charset if
6488 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
6489 (message-send-mail-with-sendmail): Require sendmail.
6490 (canlock-password, canlock-password-for-verify): Declare.
6491 (message-canlock-password): Require canlock.
6492 (nnheader-get-report): Autoload.
6493 (gnus-setup-posting-charset): Declare.
6494 (message-send-news): Require gnus-msg.
6495 (message-make-references, message-make-in-reply-to): Use mail-header-id
6496 rather than the alias mail-header-message-id.
6497 (ecomplete-add-item, ecomplete-save): Declare.
6498 (message-put-addresses-in-ecomplete): Require ecomplete.
6499 (ecomplete-display-matches): Autoload.
6500
6501 * mm-decode.el: Don't require mailcap, gnus-util.
6502 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6503 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6504 Autoload.
6505 (mailcap-mime-extensions): Declare.
6506
6507 * mm-encode.el: Don't require mailcap.
6508 (mailcap-extension-to-mime): Autoload.
6509
6510 * mml-sec.el: Don't require password-cache.
6511
6512 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6513 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6514 (mml-minibuffer-read-type): Require mailcap.
6515 (mml-preview): Require gnus-msg.
6516
6517 * mml1991.el: Require password-cache.
6518 (password-cache-expiry): Remove declaration.
6519
6520 * mml2015.el: Require password-cache.
6521 (password-cache-expiry): Remove declaration.
6522
6523 * nneething.el (mailcap): Require mailcap.
6524
6525 * nnheader.el (declare-function): Add compatibility stub.
6526 (message-remove-header): Declare rather than autoload.
6527 (nnheader-replace-header): Require message.
6528
6529 * nnimap.el (declare-function): Add compatibility stub.
6530 (netrc-parse, netrc-machine-user-or-password): Declare.
6531 (nnimap-open-connection): Require netrc.
6532
6533 * nntp.el (declare-function): Add compatibility stub.
6534 (netrc-parse, netrc-machine, netrc-get): Declare.
6535 (nntp-send-authinfo): Require netrc.
6536
6537 * rfc2047.el: Don't require qp.
6538 (quoted-printable-encode-region, quoted-printable-decode-string):
6539 Autoload.
6540
6541 * sieve-mode.el: Don't require easymenu.
6542 (easy-menu-add-item): Autoload it.
6543
6544 * spam-stat.el (time-to-number-of-days): Autoload it.
6545
6546 2010-03-17 Kevin Ryde <user42@zip.com.au>
6547
6548 * mml.el (mml-read-tag): Unquote values with `read' to reverse
6549 prin1 in mml-insert-tag (just stripping the quotes gave wrong
6550 value if any backslash escapes).
6551
6552 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6553
6554 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6555 if it is available. (bug#5647)
6556
6557 2010-02-26 Glenn Morris <rgm@gnu.org>
6558
6559 * message.el (message-send-mail-function): Change the default, so that
6560 it inherits from a customized send-mail-function. (Bug#5643)
6561
6562 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6563
6564 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6565 shell-command-to-string signals an error (bug#5299).
6566
6567 2010-02-24 Glenn Morris <rgm@gnu.org>
6568
6569 * message.el (message-smtpmail-send-it)
6570 (message-send-mail-with-mailclient): Doc fixes.
6571
6572 2010-02-16 Glenn Morris <rgm@gnu.org>
6573
6574 * message.el (message-default-mail-headers): Change the default value
6575 to ease the transition from mail-mode to message-mode. (Bug#5555)
6576
6577 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
6578
6579 * message.el (message-mail): Just pass yank-action on to message-setup.
6580 (message-setup): Handle (FUN . ARGS) form of yank-action.
6581 (message-with-reply-buffer, message-widen-reply)
6582 (message-yank-original): Handle non-buffer values of
6583 message-reply-buffer (Bug#4080).
6584 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6585
6586 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
6587
6588 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6589 Fix typo in docstring.
6590
6591 2010-01-08 Jason Rumney <jasonr@gnu.org>
6592
6593 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6594 response.
6595
6596 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6597
6598 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6599
6600 * message.el (message-check-news-header-syntax): Protect against a
6601 string that `rfc822-addresses' returns when parsing fails.
6602
6603 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6604
6605 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6606 (gnus-previous-char-property-change): New functions.
6607
6608 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6609
6610 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
6611
6612 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6613 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
6614
6615 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
6616
6617 * message.el (message-exchange-point-and-mark): Rework last change to
6618 avoid using optional arg of exchange-point-and-mark, for backward
6619 compatibility.
6620
6621 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
6622
6623 * message.el (message-exchange-point-and-mark):
6624 Call exchange-point-and-mark with an argument rather than setting
6625 mark-active by hand (Bug#5175).
6626
6627 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
6628
6629 * nntp.el (nntp-service-to-port): Work for service expressed with
6630 numeric string; replace [:digit:] with [0-9] for XEmacs.
6631
6632 2009-12-17 Glenn Morris <rgm@gnu.org>
6633
6634 * gnus-group.el (gnus-bug-group-download-format-alist):
6635 Change emacs entry to debbugs.gnu.org. Bump :version.
6636
6637 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6638
6639 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6640
6641 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6642
6643 * message.el (message-info): Explain why we use `Info-goto-node'.
6644
6645 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 * message.el (message-completion-in-region): New compatibility function.
6648 (message-expand-group): Use it.
6649
6650 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
6651
6652 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6653 with no unread article should be listed if the 2nd arg `predicate' is
6654 given.
6655
6656 2009-11-29 Juri Linkov <juri@jurta.org>
6657
6658 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6659 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
6660 on `gnus-recenter'. (Bug#4698, Bug#4981)
6661
6662 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6663
6664 * message.el (message-from-style, message-interactive)
6665 (message-signature): Always set default values from the corresponding
6666 mail-* variables.
6667 (message-cite-prefix-regexp, message-sendmail-envelope-from)
6668 (message-yank-prefix, message-indentation-spaces)
6669 (message-signature-file, message-default-headers): Use boundp rather
6670 than (featurep 'xemacs) to check if the corresponding mail-* variables
6671 exist.
6672
6673 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
6674
6675 * message.el (message-send-mail-with-sendmail): Revert last change.
6676
6677 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
6678
6679 * message.el (message-from-style, message-interactive)
6680 (message-cite-prefix-regexp, message-sendmail-envelope-from)
6681 (message-yank-prefix, message-indentation-spaces, message-signature)
6682 (message-signature-file, message-default-headers): For GNU Emacs, set
6683 default values from the corresponding mail-* variables.
6684 (message-send-mail-with-sendmail): Use envelope-from only if
6685 mail-specify-envelope-from is non-nil.
6686
6687 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6688
6689 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6690 containing tspecial characters if they have been already quoted.
6691
6692 2009-10-24 Glenn Morris <rgm@gnu.org>
6693
6694 * gnus-art.el (help-xref-stack-item): Define for compiler.
6695
6696 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6697
6698 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6699
6700 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6701
6702 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6703 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6704
6705 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
6706
6707 * gnus.el (gnus-overlay-get): New alias to overlay-get.
6708 (gnus-overlays-in): New alias to overlays-in.
6709
6710 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6711 gnus-overlay-get, and gnus-delete-overlay.
6712 (gnus-summary-show-thread): Make it work as well for systems in which
6713 next-single-char-property-change is not available.
6714 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6715
6716 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
6717
6718 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6719
6720 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6721
6722 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6723 and XEmacs that don't have `remove-overlays'.
6724
6725 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6726
6727 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6728 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6729 selective display. Use overlays instead.
6730
6731 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6732
6733 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6734
6735 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6736
6737 * spam-stat.el (spam-stat-load): Fix typo in message.
6738
6739 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
6740
6741 * gnus-art.el (gnus-article-encrypt-body):
6742 * message.el (message-check-recipients):
6743 * mm-util.el (mm-codepage-setup):
6744 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6745 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6746
6747 2009-09-22 Daiki Ueno <ueno@unixuser.org>
6748
6749 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6750 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6751 keys from the menu if mm-{sign,encrypt}-option is 'guided.
6752 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6753 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6754
6755 2009-09-18 Glenn Morris <rgm@gnu.org>
6756
6757 * gnus-diary.el (gnus-diary-check-message):
6758 * message.el (message-insert-formatted-citation-line):
6759 * nnbabyl.el (top-level):
6760 * nndiary.el (nndiary-schedule):
6761 Fix typos in condition-case handlers.
6762
6763 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
6764
6765 * gnus-art.el (gnus-article-edit-part): Work for the buffer
6766 configuration that provides the sole article window in a frame;
6767 position point correctly after deleting a part.
6768
6769 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
6770
6771 * spam.el (spam-unregister-on-reregister): Add boolean variable.
6772 (spam-resolve-registrations-routine): Use it to unregister articles
6773 that change status.
6774
6775 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6776
6777 * nnrss.el (nnrss-request-article): Remove binding of
6778 default-enable-multibyte-characters that has gotten needless by
6779 the 2007-07-13 change in rfc2047-encode-message-header.
6780
6781 * mml.el (mml-insert-multipart): Error on the message header.
6782 (mml-insert-part): Error on the message header; position point at
6783 the end of a MIME tag.
6784
6785 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6786
6787 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6788 (gnus-float-time): Alias to float-time if it exists.
6789
6790 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6791 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6792 float-time is available; suppress compile warning for time-to-seconds.
6793
6794 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6795
6796 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6797 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6798 Add the optional argument `encoding' that overrides the default.
6799
6800 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6801 mm-encode-buffer.
6802
6803 2009-09-04 Glenn Morris <rgm@gnu.org>
6804
6805 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6806 mm-disable-multibyte, rather than default-enable-multibyte-characters.
6807 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6808 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6809 * mm-util.el (mm-with-unibyte-current-buffer)
6810 (mm-find-buffer-file-coding-system):
6811 * yenc.el (yenc-decode-region): Use default-value rather than
6812 default-enable-multibyte-characters.
6813
6814 2009-09-03 Glenn Morris <rgm@gnu.org>
6815
6816 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6817 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6818 than default-enable-multibyte-characters.
6819
6820 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
6821
6822 * gnus-art.el (gnus-article-read-summary-keys):
6823 Fix gnus-buffer-configuration's value temporarily used.
6824
6825 2009-09-02 Glenn Morris <rgm@gnu.org>
6826
6827 * gnus-util.el (gnus-float-time): New function.
6828 * gnus-delay.el (gnus-delay-article):
6829 * gnus-sum.el (gnus-thread-latest-date):
6830 * gnus-util.el (gnus-user-date): Use gnus-float-time.
6831 * nnspool.el (nnspool-request-newgroups):
6832 Use gnus-float-time rather than time-to-seconds.
6833 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6834
6835 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6836 (gnus-header-subject-face, gnus-header-newsgroups-face)
6837 (gnus-header-name-face, gnus-header-content-face):
6838 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6839 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6840 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6841 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6842 (gnus-cite-face-11):
6843 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6844 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6845 (gnus-server-closed-face, gnus-server-denied-face)
6846 (gnus-server-offline-face):
6847 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6848 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6849 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6850 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6851 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6852 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6853 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6854 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6855 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6856 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6857 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6858 (gnus-summary-selected-face, gnus-summary-cancelled-face)
6859 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6860 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6861 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6862 (gnus-summary-high-undownloaded-face)
6863 (gnus-summary-low-undownloaded-face)
6864 (gnus-summary-normal-undownloaded-face)
6865 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6866 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6867 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6868 (gnus-splash-face):
6869 * message.el (message-header-to-face, message-header-cc-face)
6870 (message-header-subject-face, message-header-newsgroups-face)
6871 (message-header-other-face, message-header-name-face)
6872 (message-header-xheader-face, message-separator-face)
6873 (message-cited-text-face, message-mml-face):
6874 * sieve-mode.el (sieve-control-commands-face)
6875 (sieve-action-commands-face, sieve-test-commands-face)
6876 (sieve-tagged-arguments-face):
6877 * spam.el (spam-face):
6878 Mark face aliases with "-face" in the name as obsolete.
6879
6880 2009-09-01 Glenn Morris <rgm@gnu.org>
6881
6882 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6883 than goto-line.
6884
6885 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6886
6887 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6888 Don't move point if the command is invoked inside the message header.
6889
6890 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6891
6892 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6893 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6894 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6895 * nnir.el (nnir-swish-e-index-file):
6896 * gnus-sum.el (gnus-summary-delete-marked-as-read)
6897 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6898 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6899 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6900 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6901 (gnus-treat-display-xface): Add Emacs version of obsolescence.
6902
6903 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
6904
6905 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6906 Don't save excursion.
6907
6908 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6909
6910 * nnheader.el (nnheader-find-file-noselect):
6911 * mm-util.el (mm-insert-file-contents):
6912 Use (default-value 'major-mode) instead of default-major-mode.
6913
6914 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6915
6916 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6917
6918 2009-08-25 Glenn Morris <rgm@gnu.org>
6919
6920 * nnir.el (top-level): Don't require cl at run-time.
6921 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6922 Replace cl-function substitute with gnus-replace-in-string.
6923 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6924 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6925 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6926 simplified expansions.
6927
6928 2009-08-22 Glenn Morris <rgm@gnu.org>
6929
6930 * gnus-art.el (gnus-button-patch): Use forward-line rather than
6931 goto-line.
6932
6933 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
6934
6935 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6936
6937 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6938 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6939 (gnus-mm-display-part, gnus-mime-display-single)
6940 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6941 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6942
6943 * gnus-sum.el
6944 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6945 (gnus-summary-move-article): Add expirable mark to articles copied or
6946 moved to group that has auto-expire turned on if the option is non-nil.
6947
6948 2009-07-24 Glenn Morris <rgm@gnu.org>
6949
6950 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6951 Fix typo. (Bug#3903)
6952
6953 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
6954
6955 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6956 gnus-article-read-summary-keys rather than gnus-summary-edit-article
6957 that should not be used for draft articles.
6958 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6959 that has no concern in minor mode keys.
6960 (gnus-article-summary-command, gnus-article-summary-command-nosave):
6961 Abolish.
6962
6963 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
6964
6965 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6966 article without making inquiry to a user for unknown encoding.
6967
6968 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6969 (nnmaildir--scan): Assume i-node and device number that file-attributes
6970 returns might be cons-cell.
6971
6972 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
6973
6974 * auth-source.el: Remove docs now in auth.texi. Don't use
6975 `gnus-message' for logging. Add new variables `auth-source-debug' and
6976 `auth-source-hide-passwords' and use them.
6977
6978 2009-07-15 Glenn Morris <rgm@gnu.org>
6979
6980 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6981
6982 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
6983
6984 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6985 excessive whitespace from the default values of title and description.
6986
6987 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
6988
6989 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6990 mail-fetch-field to fetch Content-Description header in order to
6991 exclude newlines.
6992
6993 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
6994
6995 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6996 to deleted part.
6997
6998 2009-05-30 David Engster <dengste@eml.cc>
6999
7000 * nnmairix.el: Remove old documentation in the commentary block.
7001 (nnmairix-request-group): Do not update active file for nnml back ends.
7002 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7003 end so that overview files are ignored.
7004 (nnmairix-update-groups): Make updating the groups more robust by using
7005 marks.
7006 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7007 with dollar characters in message-id.
7008
7009 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
7010
7011 * spam.el: Use dns-query instead of query-dns. Was renamed on
7012 2008-12-25 in dns.el.
7013
7014 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7015
7016 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7017 could happen if the text is only composed of spaces and/or tabs.
7018
7019 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
7020
7021 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7022 when sending a queued message to avoid extra mml tags.
7023
7024 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7025
7026 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7027
7028 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
7029
7030 * gnus-dired.el: Remove autoload for gnus-setup-message.
7031 (gnus-dired-attach): Fake this-command value to prevent Gnus from
7032 displaying Gnus logo; always use compose-mail.
7033
7034 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7035
7036 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7037
7038 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
7039
7040 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7041 (gnus-nocem-issuers): List currently active issuers; fix custom type.
7042 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7043 available.
7044 (gnus-nocem-epg-verify): New function.
7045
7046 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
7047
7048 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7049
7050 2009-02-15 Glenn Morris <rgm@gnu.org>
7051
7052 * gnus-util.el (rmail-insert-rmail-file-header)
7053 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7054 autoloads.
7055 (rmail-default-rmail-file): Remove unnecessary declaration.
7056 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7057
7058 2009-02-14 Glenn Morris <rgm@gnu.org>
7059
7060 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7061 variable (only used in gnus-util, which declares it anyway).
7062 (rmail-output-to-rmail-file): Remove autoload of deleted function,
7063 which was only needed by gnus-art (changed to not use it any more).
7064 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7065 only used in gnus-util, which autoloads it itself.
7066 (rmail-update-summary): Fix autoload.
7067
7068 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7069 rather than rmail-output-to-rmail-file.
7070
7071 2009-02-07 Glenn Morris <rgm@gnu.org>
7072
7073 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7074 autoload of function that no longer exists.
7075 (rmail-toggle-header): Declare.
7076 (message-forward-rmail-make-body): Handle mbox Rmail.
7077
7078 2009-01-31 Glenn Morris <rgm@gnu.org>
7079
7080 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7081 2009-01-09 change.
7082
7083 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
7084
7085 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7086 (auth-source-forget-all-cached): New convenience function.
7087 (auth-source-user-or-password): Accept list of modes or a single mode.
7088
7089 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7090 auth-source modes.
7091
7092 * nnimap.el (nnimap-open-connection): Use list of
7093 auth-source modes.
7094
7095 * nntp.el (nntp-send-authinfo): Use list of
7096 auth-source modes.
7097
7098 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7099
7100 * auth-source.el: Update docs to reflect epa-file-enable is to be used
7101 now.
7102
7103 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7104
7105 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7106 coding system in XEmacs; add a workaround for XEmacs.
7107
7108 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
7109
7110 * mm-util.el (mm-coding-system-priorities): Protect against nil value
7111 of current-language-environment.
7112
7113 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7114
7115 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7116 available at runtime.
7117
7118 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7119
7120 * gnus-art.el (article-date-ut): Fix end point of narrowing.
7121
7122 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
7123
7124 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7125 the greatest positive fixnum value doesn't work under an XEmacs with
7126 bignum support; use the most-positive-fixnum constant instead,
7127 available since Emacs 21.1 with cl and XEmacs 21.1.
7128
7129 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7130
7131 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7132 XEmacs gets not to work.
7133
7134 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7135
7136 * mm-util.el (mm-coding-system-priorities): Allow the value like
7137 "Japanese (UTF-8)" of current-language-environment.
7138
7139 2009-01-09 Glenn Morris <rgm@gnu.org>
7140
7141 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7142 with last-command-event.
7143
7144 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
7145
7146 * message.el (message-fix-before-sending): Amend comment.
7147
7148 2009-01-07 David Engster <dengste@eml.cc>
7149
7150 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7151 simplified server definitions by converting it via
7152 gnus-server-to-method.
7153
7154 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7155
7156 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7157 parameter's operands.
7158
7159 2009-01-06 David Engster <dengste@eml.cc>
7160
7161 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7162 primary select method (for gnus-group-mark-article-as-read).
7163
7164 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
7165
7166 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7167 `(gnus)Face', not `(gnus)X-Face'.
7168
7169 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
7170
7171 * mm-util.el (mm-ucs-to-char): New function.
7172
7173 * mm-url.el (mm-url-decode-entities): Use it.
7174
7175 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7176
7177 * message.el (message-fix-before-sending): Add `eight-bit' to
7178 illegible-text check.
7179
7180 2009-01-03 Michael Olson <mwolson@gnu.org>
7181
7182 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7183 `headers' is nil. This can occur if the IMAP server does not have
7184 permissions to read messages from a folder, but can write new messages
7185 to the folder.
7186 (nnimap-request-article-part): Do not insert `data' if it is nil.
7187
7188 2009-01-01 Dave Love <fx@gnu.org>
7189
7190 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7191
7192 * nnimap.el: Fix author email.
7193 (nnimap-split-rule): Add FIXME comment.
7194 (nnimap-debug): Fix doc string.
7195
7196 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
7197
7198 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7199 overlay-arrow-position and overlay-arrow-string buffer-local; no need
7200 to check if those variables exist (first appeared in Emacs 18.50).
7201
7202 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
7203
7204 * mm-util.el (mm-line-number-at-pos): New function.
7205
7206 * spam-report.el (spam-report-process-queue): Use it.
7207
7208 2008-12-24 David Engster <dengste@eml.cc>
7209
7210 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7211 parameters that haven't existed as variables as buffer-local variables.
7212
7213 2008-12-23 Dave Love <fx@gnu.org>
7214
7215 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7216 cadar.
7217
7218 * sieve-manage.el (sieve-manage-starttls-p): Rename from
7219 imap-starttls-p.
7220 (sieve-manage-starttls-open): Rename from imap-starttls-open.
7221
7222 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
7223
7224 * spam-report.el (spam-report-gmane-max-requests): New constant.
7225 (spam-report-gmane-wait): New variable.
7226 (spam-report-gmane-ham, spam-report-gmane-spam)
7227 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7228 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7229 the server.
7230
7231 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7232 Add explanations.
7233
7234 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7235 nnheader-accept-process-output and nnheader-read-timeout if available.
7236 (pop3-movemail): Use it.
7237
7238 * message.el (message-check-news-body-syntax): Fix signature check if
7239 there's an attachment.
7240
7241 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7242
7243 * mm-util.el: Add comments to the mm- emulating functions.
7244
7245 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
7246
7247 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7248 Reported by Stephen Berman <stephen.berman@gmx.net>.
7249
7250 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7251
7252 * mm-util.el (mm-substring-no-properties): New function.
7253 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7254 (mm-special-display-p): Enable those lambda forms to be byte compiled.
7255 (mm-string-to-multibyte): Doc fix.
7256
7257 * mml.el (mml-attach-file): Use mm-substring-no-properties.
7258
7259 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7260
7261 * mml.el (mml-attach-file): Strip text properties from file name.
7262 (Bug#1574)
7263
7264 2008-12-16 Glenn Morris <rgm@gnu.org>
7265
7266 * mm-util.el (mm-charset-override-alist): Declare for compiler.
7267
7268 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7269
7270 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7271 knows since the charset specified might be a bogus alias that
7272 mm-charset-synonym-alist provides.
7273
7274 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7275
7276 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7277 "ISO_8859-1".
7278
7279 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7280
7281 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7282
7283 * mm-util.el (mm-charset-eval-alist):
7284 Define it before mm-charset-to-coding-system.
7285 (mm-charset-to-coding-system): Add optional argument `silent';
7286 define it before mm-charset-override-alist.
7287 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7288 default value if it can be used in Emacs currently running;
7289 silence mm-charset-to-coding-system.
7290
7291 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7292
7293 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7294 `allow-override' which says whether to use `mm-charset-override-alist'.
7295 (rfc2047-decode-encoded-words): Use it.
7296
7297 * mm-util.el (mm-charset-override-alist): Fix custom type;
7298 add `(gb2312 . gbk)' to choices.
7299
7300 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7301
7302 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7303 fast.
7304
7305 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7306
7307 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
7308
7309 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7310 on links.
7311
7312 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7313
7314 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7315
7316 * message.el (message-idna-to-ascii-rhs-1): Protect against local
7317 users' addresses that don't have domain parts.
7318 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7319 rather than message-narrow-to-head since there will be the message
7320 header separator.
7321
7322 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7325 since the result is inserted in a unibyte buffer anyway.
7326 (nnimap-demule-use-string-to-multibyte): Remove.
7327 (nnimap-demule): Alias it to mm-string-to-multibyte.
7328
7329 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7330
7331 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7332 variable for debugging bug#464 and bug#1174.
7333 (nnimap-demule): Use it.
7334
7335 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7336
7337 * gnus-score.el (gnus-score-find-trace): Handle default score in total
7338 score calculation correctly.
7339
7340 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * message.el (message-send-mail): Just set the buffer to unibyte
7343 rather than use mm-with-unibyte-current-buffer which does a lot more.
7344 (message-send-mail-partially): Don't bother with
7345 mm-with-unibyte-current-buffer since it's already been made unibyte by
7346 message-send-mail.
7347
7348 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
7349
7350 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7351
7352 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
7353
7354 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7355
7356 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7357
7358 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7359 require itself and to remove `with-no-warnings'.
7360
7361 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
7362
7363 * starttls.el (starttls-any-program-available): Get the name of the
7364 available TLS layer program.
7365 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7366 well as the host name in the "opening" message.
7367
7368 * auth-source.el (auth-source-cache, auth-source-do-cache)
7369 (auth-source-user-or-password): Cache passwords and logins by default,
7370 allow override with `auth-source-do-cache'.
7371 (auth-source-forget-user-or-password): Allow users to remove cache
7372 entries if needed.
7373
7374 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7375
7376 * ietf-drums.el (ietf-drums-remove-comments): Localize second
7377 condition-case to only the forward-sexp call.
7378
7379 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7380
7381 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7382 quotes contained. Make it more robust regardless by an extra
7383 condition-case wrapper.
7384
7385 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
7386
7387 * nnml.el (nnml-request-expire-articles): Check if the function set to
7388 `nnmail-expiry-target' returns the symbol `delete'.
7389
7390 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7391
7392 * nnmail.el (nnmail-expiry-target): Fix custom type.
7393
7394 2008-10-02 Glenn Morris <rgm@gnu.org>
7395
7396 * mm-util.el (mm-codepage-setup): Tweak codepage error.
7397 Silence compiler warning.
7398
7399 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
7400
7401 * mml.el (mml-menu): Don't assume mml2015 is bound.
7402
7403 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7404
7405 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7406 exists.
7407
7408 2008-09-27 Glenn Morris <rgm@gnu.org>
7409
7410 * gnus-util.el (mail-header-remove-comments): Autoload it.
7411
7412 2008-09-27 Andreas Schwab <schwab@suse.de>
7413
7414 * gnus-util.el (gnus-split-references): Strip comments.
7415 (gnus-parent-id): Likewise.
7416
7417 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
7418
7419 * message.el (message-confirm-send): Fix version.
7420
7421 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
7422
7423 * message.el (message-idna-to-ascii-rhs-1): Use
7424 mail-extract-address-components rather than mail-header-parse-addresses
7425 that is an alias by default to ietf-drums-parse-addresses that does not
7426 support non-ASCII names in headers' contents.
7427
7428 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7429
7430 * message.el (message-confirm-send): Fix variable documentation to
7431 avoid the "y/n" wording.
7432
7433 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
7434
7435 * message.el (message-set-auto-save-file-name): Save to a different
7436 filename so multiple messages (especially drafts) can be recovered.
7437
7438 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
7439
7440 * message.el (message-confirm-send): Add appropriate version.
7441
7442 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
7443
7444 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7445 defvar.
7446
7447 2008-09-22 Daiki Ueno <ueno@unixuser.org>
7448
7449 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7450 (mm-pkcs7-enveloped-magic): Ditto.
7451
7452 2008-09-17 Simon Josefsson <simon@josefsson.org>
7453
7454 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7455 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7456
7457 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
7458
7459 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7460 default, it's better.
7461
7462 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
7463
7464 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7465 summary line gnus-number property and ignore them (with a warning
7466 message).
7467
7468 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7469
7470 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7471 macro caddr in the interactive form since it won't be expanded.
7472
7473 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7474
7475 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7476 `charset'; fix name of function called recursively.
7477 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7478
7479 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7480
7481 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7482 (gnus-mime-set-charset-parameters): New function.
7483 (gnus-mime-view-part-as-charset): Use it to correctly display part
7484 specifying wrong charset.
7485
7486 2008-09-08 David Engster <dengste@eml.cc>
7487
7488 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7489 in completing-read for back end server.
7490
7491 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
7492
7493 * message.el (message-confirm-send): New variable to confirm sending a
7494 message.
7495 (message-send): Use it.
7496
7497 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
7498
7499 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7500
7501 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
7502
7503 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7504
7505 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
7506
7507 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7508 prevent tracking too many groups.
7509 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7510 Use it.
7511
7512 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
7513
7514 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7515 moving point to the bottom of the window in order to avoid recentering.
7516
7517 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
7518
7519 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7520 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7521 (gnus-article-beginning-of-window): Fix calculation.
7522
7523 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
7524
7525 * gnus-msg.el (gnus-summary-supersede-article)
7526 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7527 value of gnus-newsgroup-charset to decode non-MIME encoded text in
7528 message header.
7529
7530 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7531
7532 * message.el:
7533 * gnus-start.el:
7534 * gnus-registry.el: Remove VMS support.
7535
7536 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
7537
7538 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7539 macro.
7540 (rfc2104-hash): Use it.
7541
7542 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
7543
7544 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7545 (gnus-summary-sort-by-most-recent-date): New commands.
7546 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7547 and menu entries.
7548
7549 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7550
7551 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7552 don't redisplay article for raw contents; remove plural articles stuff.
7553
7554 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7555 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7556 on gnus-summary-save-article; display results properly.
7557
7558 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
7559
7560 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7561
7562 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
7563
7564 * gnus-art.el (gnus-summary-save-in-pipe):
7565 Consider gnus-save-all-headers.
7566
7567 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7568
7569 * gnus-util.el (ns-focus-frame): Remove declaration.
7570 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
7571 like x.
7572
7573 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7574
7575 * rfc2104.el (rfc2104-zero): Delete defconst.
7576 (rfc2104-hex-alist): Likewise.
7577 (rfc2104-hex-to-int): Delete func.
7578 (rfc2104-hexstring-to-bitstring): Likewise.
7579 (rfc2104-nybbles): New defconst.
7580 (rfc2104-hash): Rewrite for speed.
7581
7582 2008-07-16 Glenn Morris <rgm@gnu.org>
7583
7584 * gnus-util.el (ns-focus-frame): Declare for compiler.
7585
7586 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7587
7588 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7589 set as a group parameter.
7590 (gnus-summary-save-in-pipe): Work when it is called independently.
7591 (gnus-summary-pipe-to-muttprint): Don't modify
7592 gnus-summary-pipe-output-default-command.
7593
7594 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7595
7596 * message.el (message-send-mail-with-sendmail):
7597 Display the error message.
7598
7599 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
7600
7601 * gnus-art.el (gnus-default-article-saver):
7602 Add gnus-summary-save-in-pipe to choices.
7603 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7604 gnus-summary-pipe-output-default-command as the default command.
7605 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7606 instead of gnus-last-shell-command.
7607
7608 * gnus-sum.el (gnus-summary-pipe-output-default-command):
7609 New user option.
7610 (gnus-summary-muttprint-program): Mention the value will be changed.
7611 (gnus-summary-save-article): Force showing of all headers.
7612 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7613
7614 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
7615
7616 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7617
7618 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
7619
7620 * nnimap.el (nnimap-id):
7621 * sieve-manage.el (sieve-manage-open): Doc fixes.
7622
7623 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
7624
7625 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7626 if available.
7627
7628 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7629
7630 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7631
7632 * nnkiboze.el (nnkiboze-generate-group):
7633 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7634
7635 * nnmairix.el: Require CL.
7636
7637 2008-06-15 David Engster <dengste@eml.cc>
7638
7639 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7640
7641 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
7642
7643 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7644 New macros that expand to an `aset'/`aref' call under Emacs, and to a
7645 runtime choice under XEmacs.
7646
7647 * gnus-sum.el (gnus-summary-set-display-table):
7648 Use `gnus-put-display-table', `gnus-get-display-table',
7649 `gnus-set-display-table' for the display table, instead of `aset'.
7650
7651 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7652
7653 * nnmairix.el: Add autoloads.
7654
7655 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7656
7657 * nnmairix.el (nnmairix-delete-recreate-group)
7658 (nnmairix-update-and-clear-marks): Fix error messages.
7659
7660 2008-06-14 David Engster <dengste@eml.cc>
7661
7662 * nnmairix.el: Upgrade to version 0.6.
7663 (nnmairix-group-toggle-propmarks-this-group)
7664 (nnmairix-group-toggle-readmarks-this-group)
7665 (nnmairix-group-delete-recreate-this-group)
7666 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7667 (nnmairix-remove-tick-mark-original-article): New commands.
7668 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7669 (nnmairix-propagate-marks-to-nnmairix-groups)
7670 (nnmairix-only-use-registry, nnmairix-allowfast-default)
7671 (nnmairix-marks-cache, nnmairix-version-output): New variables.
7672 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7673 functions needed for marks propagation and manipulation of read marks.
7674 (nnmairix-update-groups): New function.
7675 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7676 (nnmairix-determine-original-group-from-registry)
7677 (nnmairix-determine-original-group-from-path)
7678 (nnmairix-get-group-from-file-path, nnmairix-map-range)
7679 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7680 New helper functions.
7681 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7682 keystrokes for new commands.
7683 (nnmairix-delete-and-create-on-change): Doc string cleanup.
7684 (nnmairix-request-group): Check allow-fast group parameter.
7685 (nnmairix-request-create-group): Set allow-fast group parameter if
7686 nnmairix-allowfast-default is set.
7687 (nnmairix-close-group): Propagate marks upon closing if needed.
7688 (nnmairix-group-toggle-threads-this-group): Use new.
7689 nnmairix-group-toggle-parameter helper function.
7690 (nnmairix-search): Better check for empty search result.
7691 (nnmairix-goto-original-article): Use new helper functions for
7692 determining original article.
7693 (nnmairix-show-original-article): Make sure message-id is in brackets.
7694 (nnmairix-call-mairix-binary): Change variable name.
7695 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7696 helper function.
7697 (nnmairix-widget-toggle-activate): Fix doc string.
7698
7699 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
7700
7701 * nnir.el: Require edmacro when compiling with XEmacs.
7702 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7703 available in Emacs 21.
7704
7705 2008-06-11 Glenn Morris <rgm@gnu.org>
7706
7707 * gnus-util.el (x-focus-frame):
7708 * gnus.el (image-size):
7709 * mm-decode.el (image-size): Declare.
7710
7711 * gnus-picon.el (declare-function): Add compat definition.
7712 (image-size): Declare.
7713
7714 * gnus-group.el (tool-bar-map):
7715 * gnus-sum.el (tool-bar-map): Define for compiler.
7716
7717 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7718
7719 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7720
7721 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7722 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7723 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7724 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7725 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7726 * sieve-manage.el, spam-report.el, spam.el:
7727 Remove unnecessary eval-and-compile of autoloads.
7728
7729 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
7730
7731 * auth-source.el: Precise Tramp doc.
7732
7733 2008-06-07 Glenn Morris <rgm@gnu.org>
7734
7735 * nnmairix.el: Remove unnecessary eval-when-compile.
7736
7737 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
7738
7739 * nnir.el: New file.
7740
7741 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7742
7743 * gnus-util.el (gnus-read-shell-command): New function.
7744 * mm-decode.el (mm-pipe-part):
7745 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7746
7747 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
7748
7749 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7750
7751 2008-06-03 Glenn Morris <rgm@gnu.org>
7752
7753 * pop3.el (nnheader-accept-process-output): Autoload it.
7754
7755 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7756
7757 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7758 are not 2-digit hexadecimal characters that follow `%'s.
7759
7760 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
7761
7762 * message.el (message-bogus-recipient-p): Fix type in doc string.
7763 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7764 (message-bogus-addresses): Rename from message-bogus-address-regexp.
7765 Improve custom options.
7766 (message-bogus-recipient-p): Adjust accordingly.
7767
7768 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
7769
7770 * nnmairix.el: Require edmacro when compiling with XEmacs.
7771
7772 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
7773
7774 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7775 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7776
7777 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
7778
7779 * auth-source.el: Add more docs.
7780
7781 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7782
7783 * nnheader.el (nnheader-read-timeout): Change the default timeout from
7784 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
7785 retrieval faster in some cases, but might make CPU usage larger.
7786 If this has any bad side effects, we might revert this change.
7787
7788 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7789 seems to make mail retrieval much, much faster.
7790 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7791 unconditionally.
7792
7793 * gnus-draft.el (gnus-group-send-queue):
7794 Bind message-send-mail-partially-limit to nil to avoid being prompted.
7795
7796 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
7797
7798 * mml.el (mml-attach-buffer): Prompt for `disposition'.
7799
7800 * message.el (message-bogus-address-regexp): Fix and improve custom
7801 type.
7802 (message-setup-hook): Add message-check-recipients as custom option.
7803
7804 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
7805
7806 * message.el (message-cite-function): Remove bogus autoload which crept
7807 in during merge from v5-10.
7808
7809 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
7810
7811 * nnimap.el (nnimap-open-connection): Fix login/password bug.
7812
7813 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7814
7815 * auth-source.el: Preliminary Tramp docs.
7816 (auth-sources): Change the default auth-sources to use
7817 EPA .gpg files.
7818
7819 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
7820
7821 * nntp.el: Autoload `auth-source-user-or-password'.
7822 (nntp-send-authinfo): Use it.
7823
7824 * nnimap.el: Autoload `auth-source-user-or-password'.
7825 (nnimap-open-connection): Use it.
7826
7827 * auth-source.el: Add docs on using with url-auth. Import gnus-util
7828 for the gnus-message function.
7829 (auth-source-user-or-password): Use it.
7830
7831 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7832
7833 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7834 rfc2104-hexstring-to-byte-list. Return a unibyte string.
7835 (rfc2104-hash): Use it.
7836
7837 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
7838
7839 * gnus-art.el (gnus-article-toggle-truncate-lines):
7840 Don't use `iff' in docstring.
7841
7842 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
7843
7844 * gnus-registry.el: Adjusted copyright dates and added a keyword.
7845
7846 * gnus-util.el (gnus-extract-address-component-name)
7847 (gnus-extract-address-component-email): Convenience functions around
7848 `gnus-extract-address-components'.
7849
7850 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7851 Use `gnus-extract-address-component-email' to fix bug of comparing full
7852 sender name to `user-mail-address'.
7853
7854 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
7855
7856 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7857 catch/throw to optimize.
7858 (gnus-registry-find-keywords): Just use member to find a keyword.
7859
7860 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7861
7862 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7863 is current before calling gnus-server-prepare.
7864 (gnus-server-setup-buffer, gnus-server-update-server)
7865 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7866
7867 2008-05-04 Juri Linkov <juri@jurta.org>
7868
7869 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7870 (mailcap-file-default-commands): Use mailcap-replace-in-string
7871 instead of replace-regexp-in-string, and mailcap-delete-duplicates
7872 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
7873
7874 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
7875
7876 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7877
7878 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7879
7880 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7881 hooks.
7882 (gnus-update-read-articles): Speed up non-marks-using users.
7883 (gnus-use-marks): Define gnus-use-marks.
7884 (gnus-propagate-marks): Rename variable to something more sensible.
7885
7886 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
7887
7888 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7889 (gmm-image-load-path-for-library): Fix typos in docstrings.
7890 (gmm-message): Reflow docstring.
7891
7892 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
7893
7894 * mail-source.el (mail-source-set-1, mail-source-bind):
7895 Move auth-source code out of the macro to clean it up and fix bugs.
7896
7897 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
7898
7899 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7900 by sender if it's equal to user-mail-address, it's likely to be
7901 useless.
7902
7903 * mail-source.el (mail-source-bind): Don't use user or password if they
7904 are not bound. Unintern them if they are nil. Don't use server unless
7905 it's bound, and default it to empty string otherwise.
7906
7907 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
7908
7909 * mail-source.el: Load auth-source.el.
7910 (mail-source-bind): Add comments. Call auth-source-user-or-password to
7911 get user name or password, if auth-sources is set up.
7912
7913 * gnus-registry.el (gnus-registry-split-strategy): New variable for
7914 strategy of splitting with parent.
7915 (gnus-registry-split-fancy-with-parent)
7916 (gnus-registry-post-process-groups): Use it and fix prior
7917 bug (returning a list as the split result).
7918
7919 * auth-source.el (auth-sources): Remove server parameter.
7920 (auth-source-pick, auth-source-user-or-password)
7921 (auth-source-user-or-password-imap)
7922 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7923 (auth-source-user-or-password-sftp)
7924 (auth-source-user-or-password-smtp): Remove server parameter.
7925
7926 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
7927
7928 * smime.el (smime-sign-region, smime-encrypt-region)
7929 (smime-decrypt-region):
7930 Remove redundant calls to `generate-new-buffer-name'.
7931
7932 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
7933
7934 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7935 Don't use QP for message/rfc822.
7936 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7937
7938 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7939
7940 * sieve-manage.el (sieve-string-bytes): Remove.
7941 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7942 correct byte-length only if the process's coding-system is the same as
7943 the one used internally by Emacs to represent strings.
7944
7945 2008-04-22 Juri Linkov <juri@jurta.org>
7946
7947 * mailcap.el (mailcap-file-default-commands): New function.
7948
7949 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
7950
7951 * message.el (message-signature-separator, message-cite-function):
7952 Change custom version.
7953
7954 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
7955
7956 * mm-decode.el (mm-display-external): Make temp file read-only.
7957
7958 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
7959
7960 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7961 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
7962 `C-c C-f d'.
7963
7964 2008-04-12 Adrian Aichner <adrian@xemacs.org>
7965
7966 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7967
7968 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
7969
7970 * auth-source.el: Add docs.
7971 (auth-sources): Modify format to support server.
7972 (auth-source-pick, auth-source-user-or-password)
7973 (auth-source-user-or-password-imap)
7974 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7975 (auth-source-user-or-password-sftp)
7976 (auth-source-user-or-password-smtp): Add server parameter.
7977
7978 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
7979
7980 * gnus-registry.el: Initialize the registry when gnus-registry-install
7981 is t.
7982
7983 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
7984
7985 * compface.el (uncompface): Make buffer unibyte.
7986
7987 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7988
7989 * mail-source.el (mail-source-value):
7990 Prefer fboundp to functionp so it works with macros as well.
7991
7992 2008-04-05 Glenn Morris <rgm@gnu.org>
7993
7994 * gnus-ems.el (mm-disable-multibyte): Autoload it.
7995
7996 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7997
7998 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7999 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8000
8001 * nnheader.el (nnheader-init-server-buffer): Change buffer's
8002 multibyteness after rather than before erasing it.
8003
8004 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8005 mm-with-multibyte.
8006 (gnus-request-article-this-buffer): Make sure the proper decoding is
8007 used if gnus-original-article-buffer happens to be unibyte.
8008
8009 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8010 default-enable-multibyte-characters.
8011
8012 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8013 default-enable-multibyte-characters.
8014
8015 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8016
8017 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8018
8019 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8020
8021 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8022 Fix last change in case the element is not even a symbol.
8023
8024 2008-04-02 Simon Josefsson <simon@josefsson.org>
8025
8026 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8027 imap-enable-exchange-bug-workaround.
8028 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8029
8030 2008-04-01 Simon Josefsson <simon@josefsson.org>
8031
8032 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8033 a 100 byte status-checks into a 2-3MB transfer for each group.
8034 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8035 to enable bug workaround or not.
8036 (nnimap-find-minmax-uid): Only enable workaround conditionally.
8037
8038 2008-03-31 Glenn Morris <rgm@gnu.org>
8039
8040 * message.el (mml2015-use): Declare for compiler.
8041 (message-info): Require mml2015 when appropriate.
8042
8043 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8044
8045 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8046 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8047 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8048 (nntp-service-to-port): New function.
8049 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8050 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8051 (nntp-open-netcat-stream): New function.
8052 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8053
8054 2008-03-29 Sven Joachim <svenjoac@gmx.de>
8055
8056 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8057
8058 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8059
8060 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8061
8062 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
8063
8064 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8065
8066 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8067
8068 * message.el (message-signature-separator): Change default.
8069 Improve custom type.
8070 (message-cite-function): Change default to
8071 message-cite-original-without-signature.
8072
8073 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8074 toggle.
8075
8076 * message.el (message-check-news-body-syntax): Fix signature check.
8077 (message-setup-1): Mark buffer as unmodified _after_ running
8078 message-setup-hook and handling message-alternative-emails.
8079 (message-shorten-references): Be more strict when building list of
8080 valid references to comply with GNKSA.
8081
8082 * gnus-group.el (gnus-read-ephemeral-bug-group)
8083 (gnus-read-ephemeral-debian-bug-group)
8084 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8085
8086 * message.el (message-info): Don't use booleanp which isn't supported
8087 in Emacs 21 and XEmacs.
8088
8089 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
8090
8091 * gnus-group.el (gnus-gmane-group-download-format): Rename from
8092 gnus-group-gmane-group-download-format.
8093 (gnus-group-read-ephemeral-gmane-group): Rename from
8094 gnus-group-read-ephemeral-gmane-group.
8095 (gnus-read-ephemeral-gmane-group-url): Rename from
8096 gnus-group-read-ephemeral-gmane-group-url.
8097 (gnus-bug-group-download-format-alist): New variable.
8098 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8099 (gnus-read-ephemeral-emacs-bug-group): New commands.
8100
8101 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8102
8103 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8104 (gnus-visible-headers): Improve custom type.
8105
8106 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
8107
8108 * mml.el (mml-menu): Add workarounds for XEmacs.
8109
8110 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8111 X-Boundary header.
8112
8113 * message.el (message-simplify-recipients): Fix previous commit.
8114
8115 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8116
8117 * mm-util.el (mm-set-buffer-multibyte): New function.
8118 * mm-decode.el (mm-copy-to-buffer): Use it.
8119
8120 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8121 Prefer fboundp to functionp so it works with macros as well.
8122
8123 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
8124
8125 * message.el (message-alter-recipients-discard-bogus-full-name):
8126 New function.
8127 (message-alter-recipients-function): New variable.
8128 (message-get-reply-headers): Use it.
8129 (message-replace-header): New helper function.
8130 (message-recipients-without-full-name): New variable.
8131 (message-simplify-recipients): New command.
8132
8133 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8134
8135 * message.el (message-info): Handle EasyPG manual.
8136
8137 * mml.el (mml-menu): Add entry for EasyPG.
8138
8139 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
8140
8141 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8142 parameter.
8143
8144 * message.el (message-disassociate-draft): Specify drafts group name
8145 fully.
8146
8147 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
8148
8149 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8150 Eliminate unnecessary duplicates from the match list.
8151
8152 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
8153
8154 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8155 args of `how-many' of which the XEmacs version doesn't take; declare
8156 Info-index-next as function.
8157
8158 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8159
8160 * gnus-score.el (gnus-score-headers): Fix handling of
8161 gnus-inhibit-slow-scoring.
8162
8163 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8164 string.
8165 (gnus-button-url-regexp): Improve handling of parenthesis.
8166 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8167 (gnus-button-handle-info-keystrokes): Handle index entries.
8168
8169 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
8170
8171 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8172 Incoming* files.
8173
8174 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8175
8176 * auth-source.el (auth-sources): Rename from auth-source-choices.
8177 (auth-source-pick): Use it.
8178
8179 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8180
8181 * auth-source.el (auth-source-protocols)
8182 (auth-source-protocols-customize, auth-source-choices): Add and
8183 modified variable customizations and defaults.
8184 (auth-source-pick, auth-source-user-or-password)
8185 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8186 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8187 (auth-source-user-or-password-sftp)
8188 (auth-source-user-or-password-smtp): Use new variables and provide an
8189 interface to netrc.el.
8190
8191 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
8192
8193 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8194 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8195 Make sure the nntp port to specify is a string.
8196
8197 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8198
8199 * nntp.el: Use with-current-buffer.
8200 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8201 dubious mm-with-unibyte-current-buffer.
8202 (nntp-with-open-group-function): New function extracted from
8203 nntp-with-open-group macro.
8204 (nntp-with-open-group): Use the function, so it's easier to debug.
8205 Add indentation and debugging info.
8206 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8207 Recommend the use of the netcat alternatives.
8208
8209 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8210 Avoid mm-string-as-multibyte as well.
8211
8212 * nnweb.el (nnweb-insert-html):
8213 Remove use of nnheader-string-as-multibyte.
8214
8215 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8216 (nnheader-string-as-multibyte): Remove.
8217
8218 * mm-view.el: Use inhibit-read-only.
8219 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8220 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8221 or unibyte-string.
8222
8223 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8224 (mm-uu-yenc-extract): Use with-current-buffer.
8225
8226 * gnus-soup.el (gnus-soup-send-packet): Don't use
8227 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8228
8229 * nnmh.el: Use with-current-buffer.
8230 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8231 mm-string-as-multibyte on the output of mm-encode-coding-string.
8232
8233 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8234 (nnimap-request-move-article): Use with-current-buffer.
8235
8236 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8237 inserting the handle-buffer's text, so the implicit multibyte->unibyte
8238 conversion uses string-make-unibyte rather than string-as-unibyte.
8239
8240 * gnus-msg.el: Use with-current-buffer.
8241
8242 * message.el (message-ignored-resent-headers): Add "Delivered-To".
8243
8244 2008-03-10 Daiki Ueno <ueno@unixuser.org>
8245
8246 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8247 string for caching if it is 'PIN.
8248
8249 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
8250
8251 * mail-source.el (mail-source-delete-old-incoming-confirm):
8252 Change default to nil.
8253 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8254
8255 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
8256
8257 * gnus-art.el (gnus-narrow-to-page): Position point properly.
8258 (gnus-article-goto-prev-page): Work for articles having ^L's.
8259
8260 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8261
8262 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8263
8264 2008-03-07 Karl Fogel <kfogel@red-bean.com>
8265
8266 * gnus-bookmark.el: Adjust for renames in bookmark.el.
8267 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8268 (gnus-bookmark-jump): Adjust some variable names.
8269
8270 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
8271
8272 * auth-source.el: New package.
8273 (auth-source-choices): Add customization entry point variable.
8274
8275 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8276 bug.
8277
8278 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
8279
8280 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8281 (gnus-registry-initialize, gnus-registry-install-p): Use it.
8282 (gnus-registry-install-shortcuts): Rename from
8283 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
8284 the `gnus-registry-mark-map' keymap dynamically from
8285 `gnus-registry-marks'. The generated functions update the summary line
8286 when a registry mark is added or deleted, and will call
8287 `gnus-registry-install-p' (see the comments in the code).
8288 (gnus-registry-user-format-function-M): Use concat intelligently.
8289
8290 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8291 the registry mark functions.
8292
8293 2008-03-05 Glenn Morris <rgm@gnu.org>
8294
8295 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8296 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8297 gnus-art.
8298 (top-level): No need to load own source when compiling.
8299
8300 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8301
8302 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8303 Suggested by <chris.anderton@zetnet.co.uk>.
8304
8305 2008-03-04 Glenn Morris <rgm@gnu.org>
8306
8307 * gnus-sum.el (top-level): No need to require gnus when compiling,
8308 since unconditionally required near start of file.
8309 (gnus-summary-display-while-building): Move definition before use.
8310
8311 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
8312
8313 * gnus-registry.el (gnus-registry-user-format-function-M):
8314 Add formatting function.
8315
8316 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8317
8318 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8319 with plists.
8320 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8321 Use new format.
8322
8323 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
8324
8325 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8326 `where-is-internal' that returns a range of key sequences.
8327
8328 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8329
8330 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8331
8332 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8333 (gnus-summary-jump-to-group): Consider windows on other displayed
8334 frames as well. Similar changes might be needed elsewhere, but that's
8335 the one I've bumped into during my use.
8336
8337 * nndoc.el (nndoc-oe-dbx-type-p):
8338 * gnus-msg.el (gnus-debug):
8339 * gnus-group.el (gnus-update-group-mark-positions):
8340 Use mm-string-to-multibyte.
8341
8342 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
8343
8344 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8345 doesn't handle NotDashEscaped.
8346
8347 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
8348 (mml-dnd-attach-options): Fix typo in custom choice.
8349
8350 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8351 Change nndoc-article-type to mbox.
8352 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8353
8354 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
8355 to nil, instead of html2text.
8356
8357 * imap.el (imap-debug): Add `imap-ping-server'.
8358
8359 * gnus-bookmark.el: Add FIXMEs.
8360
8361 * message.el (message-form-letter-separator)
8362 (message-send-form-letter-delay): New variables.
8363 (message-send-form-letter): Use them. New command to send form
8364 letters. Requested by Uwe Siart.
8365 (message-send-mail-function): Doc fix. Add "Other" custom option.
8366
8367 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
8368
8369 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8370 empty author.
8371
8372 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
8373
8374 * gnus-registry.el (gnus-registry-marks): Add variable for
8375 customization of marks and their appearance.
8376 (gnus-registry-read-mark): Use it.
8377 (gnus-registry-do-marks): Add utility function to loop through
8378 `gnus-registry-marks'.
8379 (gnus-registry-install-shortcuts-and-menus): Add function to install
8380 shortcuts and menus.
8381 (gnus-registry-initialize): Use it.
8382 (gnus-registry-default-mark): Clarify documentation.
8383
8384 2008-02-29 Glenn Morris <rgm@gnu.org>
8385
8386 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8387 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8388 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8389 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8390 Change defcustom :version from 23.0 to 23.1.
8391
8392 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
8393
8394 * gnus-registry.el (gnus-registry-follow-group-p)
8395 (gnus-registry-post-process-groups): Add functions to aid registry
8396 splitting and improve logging. Clarify behavior in function
8397 documentation.
8398 (gnus-registry-split-fancy-with-parent): Use them.
8399
8400 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8401
8402 * gnus-art.el: Use with-current-buffer.
8403
8404 2008-02-27 David Engster <dengste@eml.cc>
8405
8406 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8407 Express real group name in the response.
8408
8409 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8410
8411 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8412 (nnmairix-last-server, nnmairix-current-server): Defvar them.
8413 (nnmairix-goto-original-article): Defvar gnus-registry-install and
8414 autoload gnus-registry-fetch-group when compiling.
8415 (nnmairix-request-group-with-article-number-correction):
8416 Remove unreferenced argument passed to nnmairix-call-backend.
8417
8418 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
8419
8420 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8421 (mm-uu-extract): Improve face for low color ttys.
8422 Reported by Sascha Wilde.
8423
8424 2008-02-27 Glenn Morris <rgm@gnu.org>
8425
8426 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8427 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8428 variables to defconsts. Convert comments to doc-strings.
8429 (nnmairix-last-server, nnmairix-current-server): Convert from free
8430 variables to defvars. Convert comments to doc-strings.
8431 (gnus-registry-fetch-group): Autoload.
8432 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8433 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8434 (nnmairix-widget-build-editable-fields): Use car cddr rather than
8435 caddr.
8436 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8437 nnmairix-request-group-with-article-number-correction call.
8438 (nnmairix-fast, nnmairix-group): New, less general names, for free
8439 variables passed from nnmairix-request-group to
8440 nnmairix-request-group-with-article-number-correction. Declare.
8441 (nnmairix-request-group-with-article-number-correction):
8442 Use nnmairix-fast, nnmairix-group rather than fast, group.
8443
8444 2008-02-26 David Engster <dengste@eml.cc>
8445
8446 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
8447 version 0.5.
8448
8449 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
8450
8451 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8452 instead of making an extra function call. Don't add the current group
8453 to articles only when they have the group. Use
8454 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8455 Reported by David <de_bb@arcor.de>.
8456
8457 2008-02-24 Miles Bader <miles@gnu.org>
8458
8459 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8460 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8461 (mm-find-mime-charset-region):
8462 * mm-bodies.el (mm-encode-body):
8463 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8464
8465 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
8466
8467 * mail-source.el (mail-source-delete-incoming): Change default.
8468 Supplement doc string.
8469
8470 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8471
8472 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8473
8474 * nnmail.el (nnmail-message-id-cache-file): Derive from
8475 `gnus-home-directory'.
8476
8477 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
8478
8479 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8480 Document negative prefix.
8481
8482 * gnus-group.el (gnus-group-read-group): Document negative prefix.
8483
8484 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8485
8486 * message.el (message-unsent-separator): Add the Exim bounce
8487 separator.
8488
8489 2008-02-10 Daiki Ueno <ueno@unixuser.org>
8490
8491 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8492 list.
8493 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8494 recipient/signer list.
8495
8496 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
8497
8498 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8499 fbound (Emacs 23 unicode), signal an error.
8500
8501 2008-02-08 Glenn Morris <rgm@gnu.org>
8502
8503 * gnus-art.el (pgg-display-output-buffer): Declare as function.
8504
8505 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
8506
8507 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8508 ports to the calls to `netrc-machine-user-or-password' in addition to
8509 "imap" and "imaps".
8510
8511 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8512
8513 * gnus.el (gnus-group-startup-message): Add `find-image' call before
8514 image-load-path is let-bound. Reported by Harald Hanche-Olsen
8515 <hanche@math.ntnu.no>.
8516
8517 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8518
8519 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8520
8521 2008-02-01 Zhang Wei <id.brep@gmail.com>
8522
8523 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8524
8525 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8526
8527 2008-02-01 Miles Bader <miles@gnu.org>
8528
8529 * mml.el (mml-parse-1): Remove apparently vestigial use of
8530 `mm-hack-charsets'.
8531 * mm-bodies.el (mm-encode-body): Likewise.
8532
8533 2008-02-01 Kenichi Handa <handa@m17n.org>
8534
8535 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8536 rfc2104-hexstring-to-bitstring and changed to return a byte list.
8537 (rfc2104-hash): Convert the result of concat to unibyte string.
8538
8539 2008-02-01 Dave Love <fx@gnu.org>
8540
8541 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8542 coding-system-for-read.
8543 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8544
8545 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8546 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8547 (mm-find-mime-charset-region): Remove hack-charsets stuff.
8548
8549 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
8550
8551 * mail-source.el (mail-sources): Add `group' choice.
8552
8553 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8554 parameter `in-group' to control into which group the articles go.
8555 Add treatment of `group' mail-source.
8556
8557 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8558
8559 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8560 * message.el (message-beginning-of-line): Use featurep instead of bound
8561 tests in order to resolve conditionals at compile time.
8562
8563 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
8564
8565 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8566
8567 * mm-decode.el (mm-dissect-buffer): Decode description.
8568
8569 * mml.el (mml-to-mime): Encode message header first.
8570
8571 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
8572
8573 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8574 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8575
8576 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
8577
8578 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8579
8580 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8581
8582 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8583 prefix keys.
8584 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8585 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8586 gnus-xmas.el.
8587
8588 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
8589
8590 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8591 Add new variables for article mark management.
8592 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8593 list of extra data entries which, when present, will indicate that the
8594 article ID should not be trimmed from the registry.
8595 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8596 functions.
8597 (gnus-registry-read-mark): New function to read a mark name from the
8598 user.
8599 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8600 (gnus-registry-set-article-mark-internal): New functions to add and
8601 remove marks.
8602 (gnus-registry-get-article-marks): New function to show the marks for
8603 an article, or retrieve them for further use.
8604
8605 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8606
8607 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8608 keys when no argument is given.
8609
8610 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8611
8612 * gnus-sum.el (gnus-article-sort-by-random)
8613 (gnus-thread-sort-by-random): Fix doc strings.
8614 Reported by jidanni@jidanni.org.
8615
8616 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
8617
8618 * gnus-art.el (gnus-article-describe-bindings): New function.
8619 (gnus-article-read-summary-keys): Use it.
8620 (gnus-article-mode-map): Bind `C-h b' to it.
8621
8622 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8623
8624 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8625 XEmacs.
8626 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8627 Protect against non-character events.
8628
8629 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
8630
8631 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8632 New command.
8633 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8634 instead of END. Change name of the temp file.
8635 (gnus-group-gmane-group-download-format): Add doc string. Make it
8636 customizable.
8637
8638 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
8639
8640 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8641 bind `S W' to gnus-article-wide-reply-with-original; set default
8642 binding to gnus-article-read-summary-send-keys.
8643 (gnus-article-read-summary-keys): Fix the order of keys; display
8644 continuation keys correctly in the echo area; describe bindings
8645 correctly when keys end with `C-h'.
8646 (gnus-article-read-summary-send-keys): New function.
8647 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8648 Work for gnus-article-read-summary-send-keys; display continuation keys
8649 correctly in the echo area.
8650 (gnus-article-reply-with-original): Ignore prefix argument.
8651 (gnus-article-wide-reply-with-original): New function.
8652
8653 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
8654
8655 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8656 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8657
8658 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
8659
8660 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8661 (gnus-group-read-ephemeral-gmane-group): New command.
8662
8663 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8664
8665 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8666
8667 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
8668
8669 * message.el (message-send-mail-function): Increase custom version.
8670
8671 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8672 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
8673
8674 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8675
8676 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8677 html parts correctly; support forwarded messages.
8678 (gnus-article-browse-html-article): Remove work buffers.
8679
8680 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8681 compiling.
8682 (netrc-bound-and-true-p): New macro.
8683 (netrc-parse): Use it instead of bound-and-true-p that is not available
8684 in XEmacs 21.4.
8685
8686 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
8687
8688 * gnus-registry.el (gnus-registry-mark-article)
8689 (gnus-registry-article-marks): Add functionality to mark articles
8690 through the Gnus registry.
8691
8692 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8693 (netrc-parse): Use encrypt-file-alist to determine if
8694 encrypt-find-model or encrypt-insert-file-contents should be used.
8695
8696 2007-12-19 Glenn Morris <rgm@gnu.org>
8697
8698 * mml.el (message-options-set, message-narrow-to-head)
8699 (message-in-body-p, message-mail-p, message-encode-message-body):
8700 Autoload.
8701 (message-remove-header, message-narrow-to-headers-or-head)
8702 (message-subscribed-p, message-make-mail-followup-to)
8703 (message-position-on-field, message-news-p)
8704 (message-options-set-recipient, message-generate-headers)
8705 (message-sort-headers): Declare as functions.
8706
8707 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8708
8709 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8710 convention in doc string.
8711
8712 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8713
8714 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8715 title to html parts.
8716 (gnus-article-browse-html-article): Pass message header to it.
8717
8718 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8719
8720 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
8721
8722 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8723 or password compatible with XEmacs.
8724
8725 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
8726
8727 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8728 format document.
8729 (gnus-mime-delete-part): Don't write description line if empty.
8730 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8731
8732 2007-12-14 Johan Bockgård <bojohan@gnu.org>
8733
8734 * gnus-sum.el (gnus-summary-mark-unread-as-read)
8735 (gnus-summary-mark-read-and-unread-as-read)
8736 (gnus-summary-mark-current-read-and-unread-as-read)
8737 (gnus-summary-mark-unread-as-ticked): Doc fix.
8738 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8739
8740 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
8741
8742 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8743 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8744
8745 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
8746
8747 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8748 yes-or-no-p.
8749
8750 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
8751
8752 * mm-decode.el (mm-add-meta-html-tag): New function.
8753 (mm-save-part-to-file, mm-pipe-part): Use it.
8754
8755 * gnus-art.el (gnus-article-browse-delete-temp-files):
8756 Use gnus-y-or-n-p instead of y-or-n-p.
8757 (gnus-article-browse-html-parts): Work with message/external-body; use
8758 mm-add-meta-html-tag.
8759
8760 2007-12-11 Glenn Morris <rgm@gnu.org>
8761
8762 * gnus-cache.el: Require gnus-sum not just when compiling.
8763
8764 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8765
8766 * gnus-int.el (gnus-server-opened, gnus-status-message):
8767 Move definitions before use.
8768
8769 * mm-decode.el: Require gnus-util.
8770 (mm-remove-part): Only call delete-annotation on XEmacs.
8771
8772 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8773
8774 * nnmail.el: Require gnus-int.
8775
8776 * spam.el: Move `require's before `eval-when-compile's.
8777
8778 * gnus-ems.el (gnus-alive-p):
8779 * gnus-fun.el (message-goto-eoh):
8780 * gnus-util.el (gnus-group-name-decode):
8781 * mail-source.el (gnus-compress-sequence):
8782 * message.el (Info-goto-node, format-spec):
8783 * mm-bodies.el (message-options-get):
8784 * mm-decode.el (mm-view-pkcs7):
8785 * mm-util.el (gmm-write-region):
8786 * mml-smime.el (mml-compute-boundary)
8787 (gnus-completing-read-with-default):
8788 * mml.el (widget-button-press, gnus-make-hashtable):
8789 * mml1991.el (mm-decode-content-transfer-encoding)
8790 (mm-encode-content-transfer-encoding)
8791 (message-options-get, message-options-set):
8792 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8793 * nnfolder.el (gnus-request-group):
8794 * nnheader.el (ietf-drums-unfold-fws):
8795 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8796 * smime.el (gnus-run-mode-hooks):
8797 * spam-stat.el (gnus-message): Autoload.
8798
8799 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8800 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8801 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8802 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8803 Add declare-function compatibility definition.
8804
8805 * gnus-cache.el (nnvirtual-find-group-art):
8806 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8807 (gnus-add-image, gnus-add-wash-type):
8808 * gnus-group.el (nnkiboze-score-file):
8809 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8810 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8811 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8812 (message-tokenize-header, gnus-get-buffer-create)
8813 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8814 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8815 * gnus.el (gnus-group-decoded-name):
8816 * mail-source.el (imap-capability):
8817 * mm-bodies.el (message-options-set):
8818 * mm-decode.el (gnus-configure-windows):
8819 * mm-extern.el (message-goto-body):
8820 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8821 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8822 (epg-sub-key-validity, message-options-set):
8823 * mml.el (widget-event-point, gnus-configure-windows):
8824 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8825 * mml2015.el (epg-check-configuration, epg-configuration)
8826 (message-options-set):
8827 * nndb.el (nndb-request-article):
8828 * nnfolder.el (gnus-request-create-group):
8829 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8830 * nnmaildir.el (gnus-group-mark-article-read):
8831 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8832 * rfc1843.el (message-fetch-field):
8833 * spam.el (gnus-extract-address-components):
8834 Declare as functions.
8835
8836 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
8837
8838 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8839
8840 2007-12-09 Glenn Morris <rgm@gnu.org>
8841
8842 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8843
8844 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8845 * message.el, mm-view.el, sieve-manage.el, smime.el:
8846 Add declare-function compatibility definition.
8847
8848 * gnus-art.el (w3-region, w3m-region, Info-menu):
8849 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8850 * gnus-sum.el (gnus-get-predicate):
8851 * gnus-util.el (mm-append-to-file, w32-focus-frame):
8852 * message.el (mail-abbrev-in-expansion-header-p):
8853 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8854 (w3m-detect-meta-charset, w3m-region):
8855 * sieve-manage.el (password-read, password-cache-add)
8856 (password-cache-remove):
8857 * smime.el (password-read-and-add): Declare as functions.
8858
8859 2007-12-08 David Kastrup <dak@gnu.org>
8860
8861 * gnus-sum.el (gnus-summary-simplify-subject-query):
8862 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8863 `message'.
8864
8865 2007-12-07 Glenn Morris <rgm@gnu.org>
8866
8867 * gnus-art.el (article-make-date-line): Revert previous change.
8868
8869 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
8870
8871 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8872
8873 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
8874
8875 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8876 Call gnus-add-to-range ranges only once with a prepared article-list.
8877
8878 2007-12-06 Paul Jarc <prj@po.cwru.edu>
8879
8880 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8881 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8882 group names with backslashes.
8883 Reported by Tassilo Horn <tassilo@member.fsf.org>.
8884
8885 2007-12-06 Deepak Goel <deego3@gmail.com>
8886
8887 * gnus-art.el (article-make-date-line):
8888 * gnus-start.el (gnus-load):
8889 * pop3.el (pop3-read-response): Fix buggy call to `error'.
8890
8891 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8892
8893 * gnus-art.el (gnus-use-idna)
8894 * gnus-start.el (gnus-site-init-file)
8895 * message.el (message-use-idna)
8896 * mm-uu.el (mm-uu-hide-markers)
8897 * smiley.el (smiley-style): Revert changes that suppress warnings.
8898
8899 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8900
8901 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8902 specify charset to html source.
8903 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8904
8905 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8906
8907 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8908 idna-program in order to suppress byte compile warning issued by XEmacs
8909 that came to byte compile the default value section of defcustom forms
8910 recently.
8911
8912 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8913 value of installation-directory.
8914
8915 * message.el (message-use-idna): Don't directly refer to the value of
8916 idna-program.
8917
8918 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8919
8920 * smiley.el (smiley-style): Don't directly call face-attribute.
8921
8922 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
8923
8924 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8925
8926 * gnus-dired.el: Reduce Gnus dependencies.
8927 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8928 Don't require. Use autoloads instead.
8929 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8930 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8931 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8932 (gnus-dired-mode): Adjust doc string.
8933 (gnus-dired-mail-mode): New variable.
8934 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8935 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8936 (gnus-dired-mail-buffers): New function. Return mail or message
8937 composition buffers.
8938 (gnus-dired-attach): Use it.
8939 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8940 NO-DECODE.
8941 (gnus-dired-print): Use `gnus-print-buffer' depending on
8942 `gnus-dired-mail-mode'.
8943
8944 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
8945
8946 * rfc2047.el (rfc2047-encoded-word-regexp)
8947 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8948 explaining what regexp patterns are for.
8949
8950 2007-12-04 Glenn Morris <rgm@gnu.org>
8951
8952 * password.el: Move to ../password-cache.el.
8953
8954 * mml1991.el (password-read, password-cache-add, password-cache-remove):
8955 * mml2015.el (password-read, password-cache-add, password-cache-remove):
8956 * mml-smime.el (password-read, password-cache-add)
8957 (password-cache-remove):
8958 No need to autoload, since mml-sec requires password.
8959
8960 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8961 * message.el (gnus-extract-address-components):
8962 * mml-smime.el (gnus-extract-address-components): Define for compiler.
8963
8964 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8965 password.
8966
8967 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8968
8969 * mailcap.el: Reduce dependencies.
8970 (mail-header-parse-content-type): Autoload.
8971 (mailcap-delete-duplicates): New alias.
8972 (mailcap-mime-info): Add optional argument NO-DECODE.
8973 (mailcap-mime-types): Use mailcap-delete-duplicates.
8974
8975 * message.el (message-ignored-supersedes-headers): Add "X-ID".
8976
8977 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8978
8979 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8980 function.
8981
8982 * gnus-uu.el (gnus-uu-decode-yenc): New command.
8983 (gnus-uu-yenc-article): New function.
8984
8985 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8986
8987 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8988
8989 2007-12-02 Glenn Morris <rgm@gnu.org>
8990
8991 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
8992 Move to ../net.
8993
8994 * binhex.el, uudecode.el: Move to ../mail.
8995
8996 * encrypt.el: Remove file.
8997
8998 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
8999
9000 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9001 matches on patches.
9002
9003 * gnus-art.el (gnus-article-browse-html-article):
9004 Mention `mm-text-html-renderer' in the doc string.
9005
9006 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9007 string. Add comments.
9008
9009 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9010 if rhs is ASCII.
9011
9012 2007-12-01 Glenn Morris <rgm@gnu.org>
9013
9014 * dig.el, dns.el: Move to ../net.
9015 * format-spec.el, hex-util.el, sha1.el: Move to ../.
9016
9017 * mail-source.el (top-level): Require format-spec before
9018 eval-when-compile.
9019
9020 2007-11-30 Glenn Morris <rgm@gnu.org>
9021
9022 * encrypt.el: Require password, rather than autoloading password-read.
9023
9024 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
9025
9026 * gnus.el (gnus-method-to-server): Add an optional parameter so the
9027 caller can indicate whether the cache should be disregarded for this
9028 call. This way the result of the call is reproducible at all times and
9029 can be considered a canonical server name for the supplied method.
9030 (gnus-agent-method-p): Canonicalize server names by pushing their
9031 method through `gnus-method-to-server' using the no-cache argument.
9032
9033 * gnus-srvr.el (gnus-server-insert-server-line):
9034 Call `gnus-method-to-server' with `no-cache' argument.
9035
9036 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9037 gnus-agent-possibly-synchronize-flags as this should be called when the
9038 server is actually being opened.
9039 (gnus-agent-possibly-synchronize-flags)
9040 (gnus-agent-possibly-synchronize-flags-server): Move check for the
9041 flags file of an agentized server to the latter function.
9042
9043 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9044 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9045 after a connection has been established successfully.
9046
9047 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
9048
9049 * gnus-art.el (article-display-face): Force to display face if called
9050 interactively; check if gnus-article-x-face-too-ugly matches author.
9051 (article-display-x-face): Display face even if From header is missing
9052 as article-display-face does.
9053
9054 2007-11-28 Richard Stallman <rms@gnu.org>
9055
9056 * md4.el: Move to ../.
9057 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9058
9059 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
9060
9061 * mail-source.el (mail-sources): Default to fetch from file for
9062 compatibility with default of nnmail-spool-file.
9063
9064 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
9065
9066 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9067 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9068 to look for encoded word that should be encoded again.
9069 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9070 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9071 encoding pattern.
9072 (rfc2047-decode-region): Switch strict regexp and loose one according
9073 to rfc2047-allow-irregular-q-encoded-words.
9074
9075 2007-11-26 Simon Josefsson <simon@josefsson.org>
9076
9077 * imap.el: Move to ../net directory.
9078
9079 2007-11-25 Romain Francoise <romain@orebokech.com>
9080
9081 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9082
9083 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9084
9085 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9086 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9087
9088 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9089 `nnmail-spool-file'.
9090
9091 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9092 `nnmail-spool-file'.
9093
9094 * gnus-move.el (gnus-change-server): Ditto.
9095
9096 * gnus-kill.el (gnus-batch-score): Ditto.
9097
9098 * gnus-cache.el (gnus-jog-cache): Ditto.
9099
9100 * gnus-msg.el (gnus-summary-reply):
9101 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9102
9103 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9104
9105 * gnus-cache.el (gnus-cache-generate-nov-databases):
9106 Use nnml-generate-nov-databases-directory instead of
9107 nnml-generate-nov-databases-1.
9108
9109 2007-11-24 Glenn Morris <rgm@gnu.org>
9110
9111 * message.el (message-tool-bar-retro): Update for rename
9112 mail_send.xpm->mail-send.xpm.
9113
9114 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9115
9116 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9117 `smime-ldap-search' for Emacs 22 and up.
9118
9119 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9120
9121 * hashcash.el: Move to ../mail directory.
9122
9123 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
9124
9125 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9126 `smime-ldap-search' for Emacs 22 and up.
9127
9128 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9129
9130 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9131
9132 * message.el (message-send-mail-function): Fix error convention.
9133 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9134 (message-widen-reply, message-send-mail, message-talkative-question)
9135 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9136 (message-clone-locals, message-send-news): Use with-current-buffer.
9137 (message-insert-or-toggle-importance): Remove unused var `valid'.
9138 (message-make-references): Remove unused var `new-references'.
9139 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9140
9141 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
9142
9143 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9144 (spam-split-symbolic-return-positive): Reflow docstring.
9145 (spam-backends, spam-summary-exit-behavior)
9146 (spam-mark-ham-unread-before-move-from-spam-group)
9147 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9148 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9149 (spam-clear-cache, spam-backend-check, spam-install-backend)
9150 (spam-install-statistical-backend, spam-list-of-processors)
9151 (spam-group-processor-p, spam-split, spam-bogofilter-score)
9152 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9153 (spam-check-crm114, spam-initialize, spam-unload-hook):
9154 Fix typos in docstrings.
9155
9156 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9157
9158 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9159 been checked if they have never been read and those group levels are
9160 higher than the one that a user specified.
9161
9162 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9163
9164 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9165 foreign groups unless a group level is specified by a user.
9166 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9167
9168 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
9169
9170 * message.el (message-send-mail-function): Require sendmail.
9171
9172 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
9173
9174 * message.el (message-send-mail-function): Check for smtpmail too.
9175
9176 * utf7.el (utf7-encode, utf7-decode): Use coding system
9177 `utf-7'/`utf-7-imap' from utf-7.el' if available.
9178
9179 * message.el (message-send-mail-function): New function.
9180 (message-send-mail-function): Set default using
9181 message-send-mail-function. Adjust doc string.
9182 (message-send-mail-with-mailclient): New function.
9183
9184 2007-11-17 Richard Stallman <rms@gnu.org>
9185
9186 * assistant.el: Remove file.
9187
9188 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
9189
9190 * smime.el (from):
9191 * rfc2047.el (message-posting-charset):
9192 * qp.el (mm-use-ultra-safe-encoding):
9193 * pop3.el (parse-time-months):
9194 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9195 * nnml.el (files):
9196 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9197 (jka-compr-compression-info-list, ange-ftp-path-format)
9198 (efs-path-regexp):
9199 * nndiary.el (files):
9200 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9201 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9202 (epg-digest-algorithm-alist, inhibit-redisplay)
9203 (password-cache-expiry):
9204 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9205 (pgg-output-buffer, password-cache-expiry):
9206 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9207 (efs-path-regexp):
9208 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9209 (inhibit-redisplay):
9210 * mm-uu.el (file-name, start-point, end-point, entry)
9211 (gnus-newsgroup-name, gnus-newsgroup-charset):
9212 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9213 (latin-unity-ucs-list):
9214 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9215 (mm-uu-binhex-decode-function):
9216 * message.el (gnus-message-group-art, gnus-list-identifiers)
9217 (rmail-enable-mime-composing, gnus-local-organization)
9218 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9219 (gnus-read-active-file, facemenu-add-face-function)
9220 (facemenu-remove-face-function, gnus-article-decoded-p)
9221 (tool-bar-mode):
9222 * mail-source.el (display-time-mail-function):
9223 * gnus-util.el (nnmail-pathname-coding-system)
9224 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9225 (gnus-original-article-buffer, gnus-user-agent)
9226 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9227 (xemacs-codename, sxemacs-codename, emacs-program-version):
9228 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9229 * gnus-start.el (gnus-agent-covered-methods)
9230 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9231 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9232 (gnus-newsgroup-headers, gnus-group-list-mode)
9233 (gnus-group-mark-positions, gnus-newsgroup-data)
9234 (gnus-newsgroup-unreads, nnoo-state-alist)
9235 (gnus-current-select-method, mail-sources)
9236 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9237 (nnmail-spool-file, gnus-cache-active-hashtb):
9238 * gnus-mh.el (mh-lib-progs):
9239 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9240 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9241 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9242 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9243 (gnus-group-buffer):
9244 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9245 (font-lock-set-defaults):
9246 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9247 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9248 (gnus-summary-post-menu, total-parts, type, condition, length):
9249 * gnus-agent.el (gnus-agent-read-agentview):
9250 * flow-fill.el (show-trailing-whitespace):
9251 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9252 eval-and-compile wrappers for byte compiler pacifiers.
9253
9254 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9255 (mm-display-inline-fontify): Check for featurep 'xemacs not
9256 extent-list.
9257
9258 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9259 itimer-list.
9260 (mm-create-image-xemacs): Only do something for XEmacs.
9261 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9262
9263 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9264
9265 * gnus-registry.el (gnus-adaptive-word-syntax-table):
9266 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9267
9268 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
9269
9270 * nnimap.el (nnimap-split-download-body):
9271 * gnus-demon.el (gnus-demon):
9272 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9273
9274 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9275
9276 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9277 New macros.
9278 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9279 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9280 copy data from unibyte buffer to multibyte current buffer.
9281 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9282 to copy data from unibyte current buffer to multibyte buffer.
9283 (nntp-make-process-buffer): Make process buffer unibyte.
9284
9285 * pop3.el (pop3-open-server): Fix typo in Lisp code.
9286
9287 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
9288
9289 * pop3.el (pop3-open-server): Accept and process data more robustly at
9290 connexion start to avoid spurious "POP SSL connexion failed" errors.
9291
9292 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9293
9294 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9295 read group names.
9296
9297 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
9298
9299 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9300
9301 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
9302
9303 * nnmail.el (nnmail-parse-active): Make group names unibyte.
9304 (nnmail-save-active): Use a unibyte buffer when saving active file,
9305 which may contain non-ASCII group names.
9306
9307 * nnml.el (nnml-request-group): Decode group names in messages.
9308
9309 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
9310
9311 * message.el (message-citation-line-function)
9312 (message-insert-formatted-citation-line): Fix spelling of
9313 `message-insert-formated-citation-line'.
9314
9315 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
9316
9317 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9318
9319 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9320
9321 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9322 nnmail-pathname-coding-system.
9323
9324 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9325 that a user enters; decode group names in messages.
9326
9327 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9328
9329 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9330
9331 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9332
9333 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9334
9335 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9336 risky local variable.
9337
9338 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9339
9340 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
9341
9342 * encrypt.el: Improve documentation to fix function name typo.
9343 Reported by Daiki Ueno <ueno@unixuser.org>.
9344
9345 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9346
9347 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9348 even if the point is not in the last page of an article.
9349 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9350 back to the previous page.
9351
9352 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
9353
9354 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9355
9356 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9357
9358 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9359
9360 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
9361
9362 * message.el (message-check-news-body-syntax):
9363 Avoid mm-string-as-multibyte.
9364 (message-hide-headers): Don't assume (point-min)==1.
9365
9366 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9367
9368 * message.el (message-remove-blank-cited-lines): Fix if remove is
9369 given.
9370 (message-bogus-address-regexp): New variable.
9371 (message-bogus-recipient-p): New function.
9372 (message-check-recipients): New command.
9373 (message-syntax-checks): Add `bogus-recipient'.
9374 (message-fix-before-sending): Add `bogus-recipient'.
9375
9376 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9377 (gnus-treat-body-boundary): Don't test window-system.
9378
9379 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
9380
9381 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9382
9383 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9384
9385 * gnus.el: Bump version to Gnus v5.13.
9386
9387 2007-10-28 Miles Bader <miles@gnu.org>
9388
9389 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9390 at compile-time too.
9391
9392 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
9393
9394 * gnus-msg.el (gnus-message-setup-hook):
9395 Add `message-remove-blank-cited-lines' to options.
9396
9397 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9398
9399 * message.el (message-remove-blank-cited-lines): New function.
9400 Suggested by Karl Plästerer.
9401
9402 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9403
9404 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9405 mapc.
9406
9407 * imap.el (imap-open): Replace mapcar called for effect with mapc.
9408 (top-level): Use mapc to set functions to be traced for debugging.
9409
9410 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9411 called for effect with while loop.
9412
9413 * message.el (message-talkative-question): Replace mapcar called for
9414 effect with mapc.
9415
9416 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9417 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9418 called for effect with dolist.
9419
9420 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9421
9422 * nndiary.el: Use dolist instead of mapcar to add diary headers to
9423 gnus-extra-headers and nnmail-extra-headers.
9424
9425 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9426 called for effect with dolist.
9427 (top-level): Use mapc to set functions to be traced for debugging.
9428
9429 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9430 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9431 dolist.
9432
9433 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9434 Replace mapcar called for effect with mapc.
9435 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9436 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9437 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9438 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9439
9440 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9441 remove-if that's a cl function.
9442
9443 * webmail.el (webmail-debug): Replace mapcar called for effect with
9444 dolist.
9445
9446 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
9447
9448 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9449 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9450 with while loop.
9451
9452 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9453 functions from article-* functions.
9454 (gnus-multi-decode-header): Replace mapcar called for effect with
9455 dolist.
9456
9457 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9458 (gnus-bookmark-show-details): Replace mapcar called for effect with
9459 while loop.
9460
9461 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9462 called for effect with while loop.
9463
9464 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9465 with dolist.
9466
9467 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9468 Replace mapcar called for effect with dolist.
9469
9470 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9471
9472 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9473 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9474 Replace mapcar called for effect with dolist.
9475 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9476 mapc.
9477
9478 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9479 Replace mapcar called for effect with dolist.
9480 (gnus-topic-list): Replace mapcar called for effect with mapc.
9481
9482 * gnus.el: Use mapc instead of mapcar to add autoloads.
9483
9484 2007-10-23 Richard Stallman <rms@gnu.org>
9485
9486 * gnus-group.el (gnus-group-highlight): Mark as risky.
9487
9488 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
9489
9490 * gnus.el (gnus-server-to-method): Return method found first in
9491 gnus-newsrc-alist.
9492
9493 * gnus-art.el (gnus-article-highlight-signature)
9494 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9495 button overlay without the front stickiness.
9496
9497 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
9498
9499 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9500 overview buffer needed a catch to receive its throw.
9501 (gnus-agent-flush-cache): Declare as interactive to make this function
9502 easier to use.
9503
9504 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9505
9506 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9507 `next-line'.
9508
9509 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
9510
9511 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9512 exclude address matching message-dont-reply-to-names.
9513
9514 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9515
9516 * gnus-util.el (gnus-string<): New function.
9517
9518 * gnus-sum.el (gnus-article-sort-by-author)
9519 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9520
9521 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9522
9523 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9524 the frame-focus tag is set in gnus-buffer-configuration.
9525
9526 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9527
9528 * gnus-art.el (gnus-article-add-button): Make a button overlay without
9529 the front stickiness.
9530
9531 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9532
9533 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9534 url pattern; remove duplicate one.
9535 (gnus-article-extend-url-button): New function.
9536 (gnus-article-add-buttons): Use it.
9537 (gnus-button-push): Use concatenated url that it makes.
9538
9539 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
9540
9541 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9542 (sieve-manage-open): Use `mapc' instead of `mapcar'.
9543
9544 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9547 Don't hardcode point-min==1.
9548
9549 2007-09-30 David Kastrup <dak@gnu.org>
9550
9551 * gnus-art.el (gnus-article-reply-with-original)
9552 (gnus-article-followup-with-original): When `transient-mark-mode' is
9553 off, refrain from active-region behavior for followups.
9554
9555 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9556
9557 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9558 Fix comment about "iso8859-1".
9559
9560 2007-10-08 Daiki Ueno <ueno@unixuser.org>
9561
9562 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9563 ones returned from the verify-function.
9564
9565 * mm-uu.el (mm-uu-pgp-signed-extract-1):
9566 Call mml2015-extract-cleartext-signature if extraction failed.
9567
9568 2007-10-07 Daiki Ueno <ueno@unixuser.org>
9569
9570 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9571 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9572 failed.
9573
9574 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9575
9576 * Relicense "GPLv2 or later" files to "GPLv3 or later".
9577
9578 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9579
9580 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9581 to mark a thread as expirable. Add variable `hide' to handle hiding of
9582 thread for both the null and zero (kill/expire thread) universal prefix
9583 cases.
9584 (gnus-summary-expire-thread): Add new function to expire a thread,
9585 using gnus-summary-kill-thread.
9586 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9587 shortcuts for gnus-summary-expire-thread.
9588 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9589 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
9590
9591 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9592
9593 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9594 extras value, so an extras entry can be deleted.
9595 (gnus-registry-delete-extra-entry): Use it.
9596 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9597 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9598 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9599 storage through the gnus-registry, and provide an appropriate API for
9600 it.
9601
9602 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9603
9604 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9605 Suggested by Leo <sdl.web@gmail.com>.
9606
9607 * gnus.el: Do.
9608
9609 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9610
9611 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9612 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
9613
9614 * gnus-agent.el (gnus-agent-fetch-headers): Do.
9615
9616 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9617 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9618
9619 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9620
9621 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9622 newline.
9623 (nnmbox-request-accept-article): Don't change article in source buffer;
9624 narrow to header to use message-fetch-field rather than
9625 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9626 (nnmbox-request-replace-article): Quote lines that'll be misidentified
9627 as delimiters; make sure article ends with newline.
9628 (nnmbox-delete-mail): Correct last position of article to be deleted;
9629 ignore X-Gnus-Newsgroup header in article body.
9630 (nnmbox-save-mail): Quote lines looking like delimiters at the right
9631 positions; make sure article ends with newline.
9632
9633 * message.el (message-display-abbrev): Don't infloop when a user
9634 inserts SPC in the beginning of header.
9635
9636 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
9637
9638 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9639 list of groups not followed by default. Fix type to be regexp.
9640 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9641
9642 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
9643
9644 * hmac-def.el (define-hmac-function): Switch from old-style to
9645 new-style backquotes.
9646
9647 * md4.el (md4-make-step): Likewise.
9648
9649 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
9650
9651 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9652 raw-text coding system when saving .newsrc file, which may contain
9653 non-ASCII group names.
9654
9655 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9656
9657 * gnus-cus.el (gnus-score-extra): New widget.
9658 (gnus-score-extra-convert): New function.
9659 (gnus-score-customize): Use it for Extra.
9660
9661 2007-08-31 Daiki Ueno <ueno@unixuser.org>
9662
9663 * mml2015.el (mml2015-extract-cleartext-signature): New function.
9664 (mml2015-mailcrypt-clear-verify): Use it.
9665 (mml2015-gpg-clear-verify): Use it.
9666 (mml2015-pgg-clear-verify): Use it.
9667 (mml2015-epg-clear-verify): Replace the current part with the output
9668 from GnuPG; don't extract the plaintext by itself.
9669
9670 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9671 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9672 mml2015-clear-verify-function; don't touch the armor headers or
9673 dash-escaped text here.
9674
9675 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
9676
9677 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9678 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9679 parts, or application/octet-stream as a last resort.
9680 (gnus-mime-view-part-as-type): Don't toggle display.
9681 (gnus-mime-view-part-as-charset): Don't turn off display before
9682 querying charset.
9683
9684 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9685 stuff to undisplayer function in Emacs.
9686 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9687
9688 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9689 text/calendar parts.
9690
9691 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
9692
9693 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9694 decoding text/calendar parts.
9695
9696 * message.el (message-forward-make-body-mime): Always mark body as
9697 having no illegible text; remove signed-or-encrypted argument.
9698 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9699
9700 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9701 (mml-generate-mime-1): Don't encode body if it is specified to be in
9702 raw form; don't make buffer be unibyte when inserting multibyte string.
9703
9704 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9705
9706 * sha1.el: Fix up comment style.
9707 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9708 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9709
9710 * hex-util.el: Fix up comment style.
9711 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9712
9713 * gnus-salt.el: Use with-current-buffer.
9714 (gnus-pick-setup-message): Fix long-standing typo.
9715
9716 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
9717
9718 * imap.el (imap-logout-timeout): New variable.
9719 (imap-logout, imap-logout-wait): New functions.
9720 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9721
9722 * nnimap.el (nnimap-logout-timeout): New server variable.
9723 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9724 nnimap-logout-timeout.
9725
9726 * gnus-art.el (gnus-article-summary-command-nosave)
9727 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9728
9729 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
9730
9731 * gnus.el (gnus-maximum-newsgroup): New variable.
9732
9733 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9734 according to gnus-maximum-newsgroup.
9735
9736 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9737 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9738 Limit the range of articles according to gnus-maximum-newsgroup.
9739
9740 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
9741
9742 * gnus-art.el (gnus-sticky-article): Fix problems described in
9743 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
9744 Don't perform gnus-configure-windows here; reuse existing sticky
9745 article buffer.
9746
9747 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9748 it doesn't exist in gnus-article-mode.
9749
9750 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
9751
9752 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9753 (gnus-agent-decoded-group-name): New function.
9754 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9755 (gnus-agent-expire-group-1): Use it; decode group name in messages.
9756
9757 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
9758
9759 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9760 Add binding for gnus-sticky-article.
9761 (gnus-summary-exit): Don't kill sticky article buffers.
9762
9763 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9764 article buffer.
9765 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9766 (gnus-kill-sticky-article-buffers): New commands.
9767
9768 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
9769
9770 * nntp.el (nntp-xref-number-is-evil): New server variable.
9771 (nntp-find-group-and-number): If it is non-nil, don't trust article
9772 numbers in the Xref header.
9773
9774 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9775
9776 * gnus-agent.el (gnus-agent-read-group): New function.
9777 (gnus-agent-flush-group, gnus-agent-expire-group)
9778 (gnus-agent-regenerate-group): Use it.
9779 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9780 nnmail-pathname-coding-system.
9781
9782 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
9783
9784 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9785
9786 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9787 that are unread as unread, and also as selected so that information of
9788 marks having been changed by a user may be updated when exiting group.
9789
9790 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
9791
9792 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9793
9794 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
9795
9796 * gnus-art.el (gnus-mime-display-single): Pass part number that is
9797 calculated ignoring signature parts to gnus-treat-article.
9798
9799 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
9800
9801 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9802 a point here in order to keep the window start.
9803 (gnus-insert-mime-security-button): Make a button overlay without the
9804 front stickiness.
9805 (gnus-mime-display-security): Goto the end of a button.
9806
9807 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9808
9809 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9810
9811 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9812 group-name-at-point.
9813 (gnus-group-completing-read): New function that offers decoded
9814 non-ASCII group names for completion.
9815 (gnus-fetch-group, gnus-group-read-ephemeral-group)
9816 (gnus-group-jump-to-group, gnus-group-make-group-simple)
9817 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9818 (gnus-group-fetch-control): Use it.
9819 (gnus-fetch-group): Use group-name-at-point for the initial value
9820 rather than the default value; use gnus-alive-p.
9821
9822 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9823 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9824 (gnus-summary-post-news): Use gnus-group-completing-read.
9825
9826 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9827 (gnus-read-move-group-name): Decode group name for completion.
9828
9829 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
9830
9831 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9832 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9833 Yamaoka slightly modified the code).
9834
9835 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
9836
9837 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9838 (nnmail-split-incoming): Bind it.
9839
9840 * nnml.el (nnml-group-name-charset): New function.
9841 (nnml-decoded-group-name): Use it; don't decode group name if
9842 nnmail-group-names-not-encoded-p is non-nil.
9843 (nnml-encoded-group-name): New function.
9844 (nnml-group-pathname): Inline nnml-decoded-group-name.
9845 (nnml-request-expire-articles): Decode group name in message.
9846 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9847 nnmail-pathname-coding-system.
9848 (nnml-save-mail, nnml-active-number): Work with decoded group names and
9849 not decoded ones according to nnmail-group-names-not-encoded-p.
9850 (nnml-generate-active-info): Use nnml-encoded-group-name.
9851
9852 2007-08-08 Glenn Morris <rgm@gnu.org>
9853
9854 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9855 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9856 doc-strings and comments.
9857
9858 2007-07-25 Glenn Morris <rgm@gnu.org>
9859
9860 * Relicense all FSF files to GPLv3 or later.
9861
9862 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
9863
9864 * gnus-sum.el (gnus-summary-move-article):
9865 Make gnus-summary-respool-article work.
9866
9867 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
9868
9869 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9870 string.
9871
9872 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
9873
9874 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
9875 that should be ignored when comparing distant RSS articles with local
9876 ones.
9877 (nnrss-make-hash-index): New function. Create a hash index according
9878 to the ignored fields.
9879 (nnrss-check-group): Use it.
9880
9881 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
9882
9883 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9884
9885 * gnus-art.el (article-decode-group-name): Decode Xref header too.
9886
9887 * gnus-group.el (gnus-group-make-group): Encode group name here unless
9888 the new optional argument ENCODED is non-nil.
9889 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9890 coding system for encoding group name.
9891 (gnus-group-make-rss-group): Pass un-encoded group name to
9892 gnus-group-make-group.
9893 (gnus-group-set-info): Tell gnus-group-make-group that group name is
9894 encoded.
9895
9896 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9897 Encode group name to which articles are moved or copied.
9898 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9899 coding system for encoding Newsgroup, Followup-To and Xref headers.
9900
9901 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9902 marks; use nnheader-file-coding-system to write a file.
9903 (nnagent-retrieve-headers): Bind file-name-coding-system to
9904 nnmail-pathname-coding-system.
9905
9906 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9907
9908 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9909 (nnml-request-article, nnml-request-create-group)
9910 (nnml-request-rename-group, nnml-find-id)
9911 (nnml-possibly-change-directory, nnml-possibly-create-directory)
9912 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9913 (nnml-save-marks): Use nnml-group-pathname instead of
9914 nnmail-group-pathname.
9915
9916 (nnml-request-create-group, nnml-request-expire-articles)
9917 (nnml-request-move-article, nnml-request-delete-group)
9918 (nnml-deletable-article-p, nnml-possibly-create-directory)
9919 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9920 (nnml-open-marks): Bind file-name-coding-system to
9921 nnmail-pathname-coding-system.
9922
9923 (nnml-request-article): Pass server argument to nnml-find-group-number.
9924 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9925 Pass server argument to nnml-possibly-create-directory.
9926 (nnml-request-accept-article): Pass server argument to
9927 nnml-active-number and nnml-save-mail.
9928 (nnml-find-group-number): Pass server argument to nnml-find-id.
9929 (nnml-request-update-info): Pass server argument to
9930 nnml-marks-changed-p.
9931
9932 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9933 (nnml-save-mail, nnml-active-number): Add server argument.
9934
9935 (nnml-request-delete-group): Warn if group is missing.
9936 (nnml-get-nov-buffer): Decode group name.
9937 (nnml-generate-active-info): Encode group name.
9938 (nnml-open-marks): Decode group name in messages.
9939
9940 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
9941
9942 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9943 if it is not specified.
9944 (gnus-article-pipe-part, gnus-article-save-part)
9945 (gnus-article-interactively-view-part, gnus-article-copy-part)
9946 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9947 (gnus-article-inline-part, gnus-article-save-part-and-strip)
9948 (gnus-article-replace-part, gnus-article-delete-part)
9949 (gnus-article-view-part-as-type): Pass raw prefix argument to
9950 gnus-article-part-wrapper.
9951
9952 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
9953
9954 * gnus-agent.el (gnus-agent-save-active):
9955 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9956
9957 * gnus-cache.el (gnus-cache-save-buffers)
9958 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9959 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9960 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9961 (gnus-cache-braid-nov, gnus-cache-braid-heads)
9962 (gnus-cache-generate-active, gnus-cache-rename-group)
9963 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9964 (gnus-cache-update-overview-total-fetched-for):
9965 Bind file-name-coding-system to nnmail-pathname-coding-system.
9966 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9967 New variables.
9968 (gnus-cache-decoded-group-name): New function.
9969 (gnus-cache-file-name): Use it.
9970 (gnus-cache-generate-active): Use non-decoded group name for active.
9971
9972 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9973 right place.
9974 (gnus-write-active-file): Don't break non-ASCII group names.
9975
9976 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9977 nnmail-pathname-coding-system.
9978
9979 * gnus-uu.el (gnus-uu-decode-save): Typo.
9980
9981 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
9982
9983 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9984
9985 2007-07-14 David Kastrup <dak@gnu.org>
9986
9987 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9988 finishing actions if we did not edit the article.
9989
9990 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
9991
9992 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9993 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9994 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9995 (gnus-agent-flush-group, gnus-agent-flush-cache)
9996 (gnus-agent-fetch-headers, gnus-agent-load-alist)
9997 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9998 (gnus-agent-retrieve-headers, gnus-agent-request-article)
9999 (gnus-agent-regenerate-group)
10000 (gnus-agent-update-files-total-fetched-for)
10001 (gnus-agent-update-view-total-fetched-for):
10002 Bind file-name-coding-system to nnmail-pathname-coding-system.
10003 (gnus-agent-group-pathname): Don't encode file names by
10004 nnmail-pathname-coding-system.
10005 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10006 coding-system-for-write instead of buffer-file-coding-system to
10007 gnus-agent-file-coding-system.
10008
10009 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10010 Decode group name.
10011
10012 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10013
10014 * gnus-start.el (gnus-update-active-hashtb-from-killed)
10015 (gnus-read-newsrc-el-file): Make group names unibyte.
10016
10017 * nnmail.el (nnmail-group-pathname): Don't encode file names by
10018 nnmail-pathname-coding-system.
10019
10020 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10021 (nnrss-request-delete-group): Bind file-name-coding-system to
10022 nnmail-pathname-coding-system.
10023 (nnrss-read-server-data, nnrss-read-group-data):
10024 Bind file-name-coding-system correctly.
10025 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10026
10027 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10028 (nntp-server-to-method-cache): New variable.
10029 (nntp-group-pathname): New function that decodes non-ASCII group names.
10030 (nntp-possibly-create-directory, nntp-marks-changed-p)
10031 (nntp-save-marks, nntp-open-marks): Use it.
10032 (nntp-possibly-create-directory, nntp-open-marks):
10033 Bind file-name-coding-system to nnmail-pathname-coding-system.
10034 (nntp-open-marks): Decode group names when bootstrapping marks.
10035
10036 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10037 Newsgroups and Folowup-To headers.
10038
10039 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10040
10041 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10042 (gnus-server-closed-face, gnus-server-denied-face)
10043 (gnus-server-offline-face): Remove variable.
10044 (gnus-server-font-lock-keywords): Use faces that are not aliases.
10045
10046 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10047 of modifying message-stack directly for XEmacs.
10048
10049 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10050 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10051 if the coding-system argument is nil for XEmacs.
10052
10053 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10054 mm-charset-override-alist.
10055
10056 * rfc2047.el: Don't require base64; require rfc2045 for the function
10057 rfc2045-encode-string.
10058 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10059 to quote the parameter value.
10060
10061 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
10062
10063 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10064 form in gnus-group-name-charset-method-alist.
10065
10066 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10067 overrides the default layout edit-form.
10068
10069 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10070
10071 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10072
10073 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
10074
10075 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10076 as unfetched articles.
10077
10078 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
10079
10080 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10081
10082 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10083
10084 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10085 original back end that keeps marks in the local system.
10086
10087 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
10088
10089 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10090 arg of pop-to-buffer for XEmacs.
10091 (gnus-article-read-summary-keys): Ditto; don't restore window
10092 configuration if summary command ends up with neither article buffer
10093 nor summary buffer; describe bindings if summary keys end with C-h.
10094
10095 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10096
10097 * message.el (message-fix-before-sending): Skip raw message part to be
10098 forwarded while checking illegible text.
10099 (message-forward-make-body-mime, message-forward-make-body):
10100 Mark signed or encrypted raw message as having no illegible text.
10101
10102 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10103
10104 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10105 (gnus-message-with-timestamp-1): New macro.
10106 (gnus-message-with-timestamp): New function.
10107 (gnus-message): Use them.
10108
10109 * nnheader.el (nnheader-message): Use them.
10110
10111 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
10112
10113 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10114 .newsrc.eld file.
10115
10116 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10117
10118 * gnus-agent.el (gnus-agent-fetch-headers)
10119 (gnus-agent-retrieve-headers):
10120 Bind gnus-decode-encoded-address-function to identity.
10121
10122 * nntp.el (nntp-send-xover-command): Recognize an xover command is
10123 available also when the server returns simply a dot.
10124
10125 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10126
10127 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10128
10129 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10130
10131 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10132
10133 * gnus-ems.el (gnus-x-splash): Make it work.
10134
10135 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10136 from being used.
10137
10138 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10139
10140 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10141 the front stickiness.
10142 (gnus-article-summary-command-nosave): Correct the order of the
10143 arguments passed to pop-to-buffer.
10144 (gnus-article-read-summary-keys): Ditto; make it work properly when the
10145 summary command ends up with the article buffer.
10146
10147 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10148 the same faces.
10149
10150 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10151
10152 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10153
10154 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10155
10156 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10157 * gnus-sum.el (gnus-summary-highlight):
10158 * mail-source.el (mail-source-delete-old-incoming-confirm):
10159 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10160
10161 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10162
10163 * gnus-art.el (gnus-mime-view-part-externally)
10164 (gnus-mime-view-part-internally): Fix predicate function passed to
10165 completing-read.
10166
10167 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10168
10169 * gnus.el (gnus-update-message-archive-method): Add :version.
10170
10171 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10172
10173 * gnus.el (gnus-update-message-archive-method): New variable.
10174
10175 * gnus-start.el (gnus-setup-news): Update saved "archive" method
10176 according to gnus-message-archive-method if
10177 gnus-update-message-archive-method is non-nil.
10178
10179 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10180
10181 * gnus-sum.el (gnus-summary-limit-to-address): New function.
10182 Suggested by Loic Dachary <loic@dachary.org>.
10183 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10184
10185 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10186
10187 * message.el (message-pop-to-buffer): Add switch-function argument.
10188 (message-mail): Pass switch-function argument to it.
10189
10190 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
10191
10192 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10193 Improve doc string.
10194
10195 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10196
10197 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10198 (gnus-header-content)
10199 * gnus-cite.el (gnus-cite-10)
10200 * gnus-srvr.el (gnus-server-closed)
10201 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10202 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10203 (gnus-group-mail-3-empty, gnus-group-mail-low)
10204 (gnus-group-mail-low-empty, gnus-splash)
10205 * message.el (message-header-to, message-header-cc)
10206 (message-header-subject, message-header-other, message-header-name)
10207 (message-header-xheader, message-separator, message-cited-text)
10208 (message-mml): Lighten colors of faces used for dark background.
10209
10210 2007-05-24 Simon Josefsson <simon@josefsson.org>
10211
10212 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10213 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
10214
10215 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10216
10217 * message.el (message-narrow-to-headers-or-head):
10218 Ignore mail-header-separator in the body.
10219
10220 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10221
10222 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10223 same as window size.
10224
10225 2007-05-22 Kevin Ryde <user42@zip.com.au>
10226
10227 * message.el (message-font-lock-keywords): Use message-header-xheader
10228 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
10229 ahead of the anything pattern, to get it recognised.
10230
10231 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
10232
10233 * gnus-sum.el (gnus-articles-to-read)
10234 (gnus-summary-insert-old-articles): Don't truncate group name for
10235 `read-string'.
10236
10237 * gnus-util.el (gnus-limit-string): Delete this function.
10238
10239 * gnus-sum.el (gnus-simplify-subject-fully):
10240 Use `truncate-string-to-width' instead.
10241
10242 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
10243
10244 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10245 Tell if, on summary exit, the next group has to be selected.
10246 (gnus-summary-exit): Use it.
10247
10248 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
10249
10250 * gnus-art.el (gnus-article-mode): Fix comment about displaying
10251 non-break space.
10252
10253 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10254
10255 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10256 Check if group is not a directory.
10257 (nnfolder-request-expire-articles): Don't delete articles if the target
10258 group is not available.
10259
10260 * nnml.el (nnml-request-create-group): Properly check if group is not a
10261 file.
10262 (nnml-request-expire-articles): Don't delete articles if the target
10263 group is not available.
10264
10265 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10266 Don't quote characters that are within parentheses.
10267
10268 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
10269
10270 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10271 (gnus-handle-ephemeral-exit): Select article according to it.
10272
10273 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10274
10275 * message.el (message-insert-formated-citation-line): Remove newline.
10276 (message-citation-line-format): Add final \n here so that the user can
10277 avoid a blank line.
10278
10279 2007-05-03 Dan Christensen <jdc@uwo.ca>
10280
10281 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10282 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10283 Update lanl/arXiv support.
10284
10285 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10286
10287 * gnus.el: Bump version number.
10288
10289 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10290
10291 * gnus.el (gnus-version-number): Bump version.
10292
10293 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10294
10295 * gnus.el: No Gnus v0.6 is released.
10296
10297 2007-04-27 Didier Verna <didier@xemacs.org>
10298
10299 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10300 * gmm-utils.el (gmm-regexp-concat): ... here.
10301 * message.el: Don't require 'gnus-util.
10302 (message-dont-reply-to-names): Handle name change above.
10303 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10304
10305 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10306
10307 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10308 since the initial value varies according to the system.
10309
10310 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10311
10312 * mm-util.el (mm-charset-synonym-alist): Defcustom.
10313
10314 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
10315
10316 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10317
10318 2007-04-24 Didier Verna <didier@xemacs.org>
10319
10320 Improve the type of gnus-ignored-from-addresses.
10321 * gnus-util.el (gnus-orify-regexp): New function.
10322 * message.el (gnus-util): Require it.
10323 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10324 * gnus-sum.el (gnus-ignored-from-addresses): New function.
10325 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10326
10327 2007-04-24 Didier Verna <didier@xemacs.org>
10328
10329 * gnus-sum.el:
10330 * gnus-utils.el: Fix some trailing whitespaces.
10331
10332 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
10333
10334 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10335 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10336 article's Message-ID; refer parent article in summary buffer.
10337
10338 * message.el (message-bounce): Call mime-to-mml.
10339
10340 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10341
10342 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10343
10344 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10345
10346 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10347 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10348 displayed of multipart/alternative part if it is invoked from summary
10349 buffer.
10350
10351 * mm-view.el (mm-inline-text-html-render-with-w3m)
10352 (mm-inline-text-html-render-with-w3m-standalone)
10353 (mm-inline-render-with-function): Use mail-parse-charset by default.
10354
10355 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
10356
10357 * parse-time.el (parse-time-string-chars): Check if CHAR
10358 is less than the length of parse-time-syntax.
10359
10360 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
10361
10362 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10363 from gnus-newsgroup-processable.
10364
10365 2007-04-16 Didier Verna <didier@xemacs.org>
10366
10367 * gnus-msg.el (gnus-configure-posting-styles):
10368 Handle message-signature-directory properly with :file syntax.
10369 Reported by "Leo".
10370
10371 2007-04-11 Didier Verna <didier@xemacs.org>
10372
10373 New user option: message-signature-directory.
10374 * gnus-msg.el (gnus-configure-posting-styles): Support it.
10375 * message.el (message-insert-signature): Ditto.
10376 * message.el (message-signature-file): Doc update.
10377 * message.el (message-signature-directory): New.
10378
10379 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
10380
10381 * gnus-msg.el (gnus-inews-yank-articles):
10382 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10383
10384 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
10385
10386 * message.el (message-yank-original): Make sure cited text ends with
10387 newline; don't exchange point and mark.
10388
10389 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
10390
10391 * tls.el (open-tls-stream): Properly handle case where there
10392 is no associated buffer.
10393
10394 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
10395
10396 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10397 message-yank-original, make sure (< mark TEXT point).
10398
10399 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10400
10401 * message.el (message-fill-column): New variable.
10402 (message-mode): Use it. Add comment on a possible new hook.
10403
10404 * nnmail.el (nnmail-spool-file): Mark as obsolete.
10405 (nnmail-get-new-mail): Reformat.
10406
10407 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10408
10409 * gmm-utils.el: Fix Commentary.
10410 (gmm-tool-bar-from-list): Fix typo in doc string.
10411
10412 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
10413
10414 * message.el (message-yank-original): Don't switch point and mark
10415 unnecessarily to put point and mark as documented.
10416
10417 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10418
10419 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10420 from the message heads.
10421
10422 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
10423
10424 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10425 article buffer does not have a window. This may not be the best
10426 solution but is certainly better than setting the start of the null,
10427 that is the current, window.
10428
10429 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
10430
10431 * gnus-draft.el (gnus-draft-setup-hook): New hook.
10432 (gnus-draft-setup): Run it.
10433
10434 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10435 gnus-score-fast-scoring. Allow regexp.
10436 (gnus-score-headers): Use it.
10437
10438 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10439 XEmacs.
10440
10441 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10442 string.
10443 (gnus-button-alist): Also catch `<f1> k ...'.
10444 (gnus-treat-display-x-face): Fix doc string.
10445
10446 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10447
10448 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10449 evaluation of gnus-extended-version to ensure correct generation of the
10450 User-Agent header when message-generate-headers-first is used.
10451
10452 2007-03-24 Simon Josefsson <simon@josefsson.org>
10453
10454 * hashcash.el (hashcash-generate-payment-async): Don't crash if
10455 hashcash-path is nil. Don't call callback with incorrect number of
10456 parameters if val is 0.
10457
10458 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10459
10460 * message.el (message-required-news-headers):
10461 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10462
10463 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10464
10465 * message.el (message-generate-new-buffers): Change the meaning of the
10466 nil value; add `standard' to the choices; treat t as `unique'; improve
10467 doc string.
10468 (gnus-select-frame-set-input-focus): Autoload.
10469 (message-buffer-name): Search for the existing message buffer if
10470 message-generate-new-buffers is nil or `standard'; treat the value t of
10471 message-generate-new-buffers as `unique'.
10472 (message-pop-to-buffer): Raise the frame already displaying the message
10473 buffer; clear the echo area after querying.
10474 (message-setup): Pass the `continue' argument to compose-mail.
10475 (message-mail): Prefer `switch-function' if it is given; search for the
10476 existing message buffer if the `continue' argument is non-nil; pass
10477 continue and switch-function arguments to compose-mail by way of
10478 message-setup.
10479 (message-mail-other-window): Adjust argument of message-setup.
10480 (message-mail-other-frame): Ditto.
10481
10482 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10483
10484 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10485 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10486 to turn font-lock on when turning gnus-message-citation-mode on.
10487
10488 2007-03-06 Daiki Ueno <ueno@unixuser.org>
10489
10490 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10491 (mml-smime-function-alist): New variable; add epg as the backend.
10492 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10493 mml-smime- functions instead.
10494 * mm-view.el: Require smime.
10495
10496 2007-03-05 Didier Verna <didier@xemacs.org>
10497
10498 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10499 instead of just inheritance for posting styles.
10500 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10501
10502 2007-02-24 John Paul Wallington <jpw@pobox.com>
10503
10504 * tls.el (tls-certtool-program): Fix custom type.
10505
10506 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10507
10508 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10509 and point-at-eol instead of line-(beginning|end)-position.
10510
10511 * assistant.el (assistant-parse-buffer): Ditto.
10512
10513 2007-02-28 Daiki Ueno <ueno@unixuser.org>
10514
10515 * mml2015.el (mml2015-epg-find-usable-key): New function.
10516 (mml2015-epg-sign): Use it.
10517 (mml2015-epg-encrypt): Use it.
10518
10519 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10520
10521 * message.el (message-make-in-reply-to): Quote name containing
10522 non-ASCII characters. It will make the RFC2047 encoder cause an error
10523 if there are special characters. Reported by NAKAJI Hiroyuki
10524 <nakaji@jp.freebsd.org>.
10525
10526 2007-02-27 Didier Verna <didier@xemacs.org>
10527
10528 Include the group parameters as well as the topic ones in the
10529 inheritance filter process.
10530 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10531 argument GROUP-PARAMS-LIST.
10532 * gnus-topic.el (gnus-group-topic-parameters): Use it.
10533
10534 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
10535
10536 * nntp.el (nntp-never-echoes-commands)
10537 (nntp-open-connection-functions-never-echo-commands): New variables.
10538 (nntp-send-command): Use them.
10539
10540 2007-02-20 Daiki Ueno <ueno@unixuser.org>
10541
10542 * mml2015.el (mml2015-epg-verify): Simplify.
10543
10544 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
10545
10546 * mml.el (mml-content-disposition-alist): New user option.
10547 (mml-content-disposition): New function.
10548 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10549 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10550
10551 2007-02-19 Daiki Ueno <ueno@unixuser.org>
10552
10553 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10554 verification.
10555
10556 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10557
10558 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10559 articles posted in the last 24 hours.
10560
10561 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
10562
10563 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10564
10565 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
10566
10567 * nntp.el (nntp-send-command): Don't wait for echoes when
10568 nntp-open-ssl-stream is used.
10569
10570 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
10571
10572 * gnus-cite.el (gnus-test-font-lock-add-keywords)
10573 (gnus-message-add-citation-keywords)
10574 (gnus-message-remove-citation-keywords): Remove.
10575 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10576 directly, make the variables in font-lock-defaults buffer-local, add
10577 gnus-message-citation-keywords to them and then update the value of
10578 font-lock-keywords.
10579
10580 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
10581
10582 * message.el (message-cite-original-1): Don't call
10583 gnus-article-highlight-citation.
10584
10585 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10586 citations; fix line count.
10587
10588 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
10589
10590 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10591 (gnus-message-add-citation-keywords)
10592 (gnus-message-remove-citation-keywords): Use it; fix the emulating
10593 versions of font-lock-add-keywords and font-lock-remove-keywords to
10594 work with XEmacs correctly.
10595
10596 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
10597
10598 * gnus-cite.el (gnus-cite-face-list): Set the values of
10599 gnus-message-max-citation-depth and gnus-message-citation-keywords.
10600 (gnus-message-max-citation-depth): Use defvar rather than defconst.
10601 (gnus-message-cite-prefix-regexp): New variable.
10602 (gnus-message-search-citation-line): Use it; protect against long
10603 citation prefix; fill match data with nil rather than 0 for XEmacs; set
10604 the 0th match data for Emacs.
10605 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10606 (gnus-message-add-citation-keywords): Append keywords rather than
10607 prepending; emulate font-lock-add-keywords if it is not available.
10608 (gnus-message-remove-citation-keywords):
10609 Emulate font-lock-remove-keywords if it is not available.
10610
10611 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10612
10613 * message.el (message-cite-prefix-regexp): Set the value of
10614 gnus-message-cite-prefix-regexp.
10615
10616 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10617
10618 * nnweb.el (nnweb-google-parse-1): Update parser.
10619
10620 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
10621
10622 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10623
10624 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10625
10626 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10627 regexp.
10628
10629 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10630
10631 * uudecode.el (uudecode-string-to-multibyte): New function emulating
10632 string-to-multibyte.
10633 (uudecode-decode-region-internal): Use it.
10634
10635 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
10636
10637 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10638 Fix custom choice.
10639
10640 * gnus-art.el (gnus-signature-limit): Fix custom choice.
10641
10642 2007-01-22 Daiki Ueno <ueno@unixuser.org>
10643
10644 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10645
10646 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10647 `write-region' to respect `mm-inhibit-file-name-handlers'.
10648
10649 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
10650
10651 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10652 Use gnus-home-directory instead of "~/" or "$HOME".
10653
10654 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
10655
10656 * encrypt.el (encrypt-insert-file-contents): Add better prompt
10657 to mention filename.
10658 Add comments at beginning regarding usage.
10659 (encrypt-write-file-contents): Change interactive so a string is
10660 acceptable. If the file has no associated model, show an error instead
10661 of a nonsense prompt.
10662
10663 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10664
10665 * spam.el (spam-bsfilter-ham-switch): Fix typo.
10666 Thanks to Yoshihiko Yamada for kind notification of this typo.
10667
10668 2007-01-12 Kenichi Handa <handa@m17n.org>
10669
10670 * uudecode.el (uudecode-decode-region-internal): Make it work in a
10671 multibyte buffer.
10672
10673 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
10674
10675 * gnus-score.el (gnus-score-fast-scoring): New variable.
10676 (gnus-score-headers): Use it.
10677
10678 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10679
10680 * message.el (message-cite-original-1):
10681 Call gnus-article-highlight-citation if requested.
10682 (message-make-from): Allow name and address as optional arguments.
10683
10684 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10685
10686 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10687 bugs to doc string.
10688 (gnus-button-alist): Add mid\\|message-id.
10689 (gnus-button-fetch-group): Extend for use in
10690 `browse-url-browser-function'.
10691 (gnus-button-url-regexp): Try to catch paired parentheses like in
10692 Wikipedia URLs.
10693
10694 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10695 Suggested by Simon Krahnke <overlord@gmx.li>.
10696
10697 2007-01-13 Romain Francoise <romain@orebokech.com>
10698
10699 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10700 Update copyright.
10701
10702 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
10703
10704 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10705
10706 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
10707
10708 * gnus-registry.el (gnus-registry-unfollowed-groups)
10709 (gnus-registry-split-fancy-with-parent): Fix documentation.
10710
10711 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10712
10713 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10714 from nnweb groups.
10715
10716 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10717
10718 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10719 Xref urls. Erase buffer before requesting head.
10720
10721 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10722
10723 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
10724
10725 * gnus-soup.el (gnus-soup): New custom group. Make user variables
10726 customizable.
10727
10728 2007-01-05 Daiki Ueno <ueno@unixuser.org>
10729
10730 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10731 no signing key is found.
10732 (mml2015-epg-encrypt): Ask user whether to skip or abort if
10733 no encrypting and/or signing key is found.
10734
10735 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
10736
10737 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10738
10739 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10740
10741 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10742 headers read from disk with the ones newly found in the current search.
10743 This should no longer cause problems, because the article numbers in
10744 Gmane's `nov.php' output are ignored since the previous change.
10745
10746 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10747
10748 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10749
10750 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
10751
10752 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10753
10754 2007-01-01 Romain Francoise <romain@orebokech.com>
10755
10756 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10757
10758 2006-12-31 Steve Youngs <steve@sxemacs.org>
10759
10760 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10761 `define-minor-mode' macro definition expanded properly.
10762 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10763 exclude it there.
10764
10765 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10766 of 2006-12-30. The default is nil on (S)XEmacs already because of the
10767 `fboundp' test.
10768 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10769 This is OK to autoload in (S)XEmacs now.
10770
10771 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10772
10773 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10774 keystroke.
10775 (gnus-summary-limit-to-singletons): Fix typo.
10776
10777 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10778 else fails.
10779
10780 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10781
10782 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10783 docstring.
10784
10785 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10786 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10787 (gnus-summary-insert-dormant-articles): Fix typo in message.
10788
10789 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
10790
10791 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10792 nil for XEmacs.
10793 (gnus-message-citation-mode): Don't autoload in XEmacs.
10794
10795 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10796
10797 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
10798
10799 * nnimap.el (nnimap-expunge-search-string):
10800 Mention nnimap-search-uids-not-since-is-evil in docstring.
10801
10802 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
10803
10804 * spam.el: Revert to make-obsolete-variable because
10805 define-obsolete-variable-alias is not supported in Emacs 21.
10806
10807 * spam.el (spam-ifile-path, spam-ifile-database-path)
10808 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10809 make-obsolete-variable.
10810 (spam-bsfilter-path, spam-bsfilter-program)
10811 (spam-spamassassin-path, spam-spamassassin-program)
10812 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10813 Don't use "path" inappropriately.
10814 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10815 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10816 variable names.
10817
10818 2006-12-28 Daiki Ueno <ueno@unixuser.org>
10819
10820 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10821 summary buffer.
10822
10823 * password.el (password-cache-remove): Use clear-string to burn
10824 password, if available.
10825
10826 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
10827
10828 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10829
10830 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10831
10832 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10833 (gnus-message-highlight-citation): Move defcustom here from
10834 gnus-cite.el.
10835 (gnus-message-citation-mode): Autoload.
10836
10837 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
10838 checks to make it compile with XEmacs.
10839 (gnus-message-citation-mode): New minor mode.
10840 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10841 (gnus-message-highlight-citation): New variables.
10842 (gnus-message-search-citation-line)
10843 (gnus-message-add-citation-keywords)
10844 (gnus-message-remove-citation-keywords)
10845 (turn-on-gnus-message-citation-mode)
10846 (turn-off-gnus-message-citation-mode): New functions.
10847
10848 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
10849
10850 * gnus-cite.el: Enable highlighting of different citation levels in
10851 message-mode.
10852
10853 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
10854
10855 * message.el (message-make-fqdn): Fix comment.
10856 (message-bogus-system-names): Add ".local".
10857
10858 * spam.el (spam-ifile-path, spam-ifile-program)
10859 (spam-ifile-database-path, spam-ifile-database)
10860 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10861 Don't use "path" inappropriately.
10862 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10863 strings.
10864 (spam-check-ifile, spam-ifile-register-with-ifile)
10865 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10866 Use new variable names.
10867
10868 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10869 (gnus-treat-display-smileys): Simplify using
10870 gnus-image-type-available-p.
10871
10872 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10873 available.
10874
10875 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10876
10877 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10878 one after turning on the buffer's multibyteness instead of decoding
10879 them directly in the unibyte buffer that causes unexpected conversion
10880 in Emacs 23 (unicode).
10881
10882 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10883
10884 * message.el (message-generate-hashcash): Fix custom type.
10885
10886 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
10887
10888 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10889
10890 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
10891
10892 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10893 disconnect icons. Add help text.
10894
10895 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
10896
10897 * spam.el (spam-extra-header-to-number): CRM114 spam score is
10898 negated to be consistent with the others we handle.
10899
10900 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10901
10902 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10903 version of gnus-summary-buffer to something, so that we can use two
10904 article buffers at the same time.
10905
10906 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
10907
10908 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10909 trigger all the extra headers.
10910 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10911 sorting.
10912
10913 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10914
10915 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10916 solid groups.
10917
10918 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
10919
10920 * legacy-gnus-agent.el: Add Copyright notice.
10921
10922 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
10923
10924 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10925
10926 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10927
10928 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10929
10930 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10931 to make it work reliably in CVS Emacs.
10932 (gnus-summary-limit-strange-charsets-predicate)
10933 (gnus-summary-limit-to-predicate): New functions.
10934
10935 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
10936
10937 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10938 specifying array size.
10939 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10940 array if it is too small.
10941 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10942 (gnus-sort-threads-loop): New function.
10943
10944 2006-12-06 Chris Moore <dooglus@gmail.com>
10945
10946 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10947 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10948
10949 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
10950
10951 * mm-url.el (mm-url-predefined-programs): Call curl with correct
10952 options.
10953
10954 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10955
10956 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10957 DOS-ing the recipient.
10958
10959 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10960 the headers when creating the mapping to avoid mismappings.
10961 (nnweb-gmane-create-mapping): Always nix out old mapping.
10962
10963 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
10964
10965 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10966 and mm-verify-option to never.
10967
10968 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
10969
10970 * message.el (message-signed-or-encrypted-p): New function.
10971 (message-forward-make-body): Use it.
10972
10973 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10974 Replace encode-coding-string with mm-encode-coding-string.
10975
10976 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
10977
10978 * nneething.el (nneething-decode-file-name):
10979 Replace decode-coding-string with mm-decode-coding-string.
10980
10981 * gnus-int.el (gnus-open-server): Say failed server's name.
10982
10983 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
10984
10985 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10986 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10987
10988 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10989 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10990 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10991 (gnus-group-make-directory-group, gnus-group-transpose-groups):
10992 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10993 (gnus-subscribe-newsgroup, gnus-1):
10994 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10995 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10996 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10997 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10998
10999 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11000
11001 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11002 keystroke.
11003 (gnus-summary-limit-to-bodies): Implement headersp.
11004
11005 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11006
11007 * dns.el (query-dns): Protect against "Process dns deleted" strings.
11008
11009 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11010
11011 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11012
11013 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11014
11015 * message.el (message-generate-hashcash): Expand range of values to
11016 include `opportunistic'.
11017 (message-send-mail): Use it.
11018
11019 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11020
11021 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11022 and comment it.
11023
11024 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11025
11026 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
11027
11028 * gnus-util.el (gnus-extract-address-components): Improve comment.
11029
11030 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11031
11032 * gnus-util.el (gnus-extract-address-components): Work with address in
11033 which the name portion contains @.
11034
11035 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11036
11037 * gnus.el (gnus-start): Move custom group up.
11038 (gnus-select-method): Don't autoload, but make it available for
11039 `customize-variable'.
11040 (gnus-getenv-nntpserver): Don't autoload.
11041
11042 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
11043
11044 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11045
11046 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11047
11048 * message.el (message-sendmail-extra-arguments): New variable.
11049 (message-send-mail-with-sendmail): Use it.
11050
11051 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11052
11053 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11054 mm-with-unibyte-current-buffer to make string unibyte.
11055
11056 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11057 mm-string-as-multibyte.
11058
11059 2006-11-14 Daiki Ueno <ueno@unixuser.org>
11060
11061 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11062 Reported by Werner Koch <wk@gnupg.org>.
11063
11064 2006-11-14 Daiki Ueno <ueno@p360>
11065
11066 * mml2015.el: Autoload epa-select-keys when compiling.
11067
11068 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11069
11070 * mml2015.el (mml2015-epg-sign): Save the signing keys in
11071 message-options.
11072 (mml2015-epg-encrypt): Save the recipient keys in message-options.
11073
11074 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11075
11076 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11077 EasyPG (< 0.0.6).
11078 (mml2015-always-trust): New user option.
11079 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11080 prompt.
11081
11082 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11083
11084 * nntp.el (nntp-authinfo-force): New variable.
11085 (nntp-send-authinfo): Use it.
11086
11087 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
11088
11089 * message.el (message-strip-subject-encoded-words): Allow _not_ to
11090 decode encoded words. Improve prompt. Add comment about forwarding.
11091 (message-replacement-char): Move up.
11092
11093 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11094
11095 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11096 instead of gnus-intersection because arguments of gnus-sorted-nunion
11097 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
11098
11099 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
11100
11101 * message.el (message-strip-subject-encoded-words): Reformat prompt.
11102 (message-simplify-subject-functions):
11103 Enable message-strip-subject-encoded-words by default.
11104
11105 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
11106
11107 * message.el (message-strip-subject-encoded-words): New function.
11108 (message-simplify-subject-functions): New variable.
11109 (message-simplify-subject): Use it. Fix typo in doc string.
11110 Support message-strip-subject-encoded-words.
11111
11112 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
11113
11114 * gnus-diary.el (gnus-diary-delay-format-function):
11115 * nndiary.el (nndiary-reminders):
11116 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11117
11118 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11119
11120 * gnus-art.el (article-hide-boring-headers): Fetch date from
11121 gnus-original-article-buffer to avoid problems with localized date
11122 strings.
11123
11124 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11125
11126 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11127
11128 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
11129
11130 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11131 New variables.
11132 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11133 (mm-charset-synonym-alist): Move some entries to
11134 mm-codepage-iso-8859-list.
11135 (mm-charset-synonym-alist, mm-charset-override-alist):
11136 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11137
11138 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11139
11140 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11141
11142 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11143
11144 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11145 with Emacs 21 and XEmacs.
11146
11147 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
11148
11149 * spam.el (spam-parse-address): New function for better parsing,
11150 catching errors, etc.
11151 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11152
11153 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11154
11155 * mm-view.el: Add interactive arg to html2text autoload.
11156
11157 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11158
11159 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11160
11161 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
11162
11163 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11164 New variables.
11165 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11166 (mm-charset-synonym-alist): Move some entries to
11167 mm-codepage-iso-8859-list.
11168
11169 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11170
11171 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
11172
11173 * message.el (message-citation-line-format)
11174 (message-insert-formated-citation-line): Fix implementation of %E, %N
11175 and %n according to the doc string.
11176
11177 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
11178
11179 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11180 Use car-safe to avoid bad parses.
11181
11182 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11183
11184 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11185 names.
11186
11187 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11188
11189 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11190
11191 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11192 header.
11193
11194 * message.el (message-draft-headers): Add Date.
11195 (message-headers-to-generate): Fix typo in docstring.
11196
11197 * nndraft.el (nndraft-required-headers): New variable.
11198 (nndraft-generate-headers): Use it.
11199
11200 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11201
11202 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11203
11204 * gnus-registry.el (gnus-registry-wash-for-keywords)
11205 (gnus-registry-find-keywords): New functions to allow easy searching of
11206 articles that are in the registry.
11207
11208 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11209
11210 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11211 Use ietf-drums-parse-address instead of gnus-extract-address-components.
11212 Reported by Damien Elmes <damien@repose.cx>.
11213
11214 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11215
11216 * gnus.el (gnus-mime): Remove unused custom group.
11217
11218 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11219
11220 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11221 "blank line" when searching for end of armor headers.
11222
11223 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11224
11225 * gmm-utils.el (gmm-write-region): Fix variable name.
11226
11227 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11228
11229 * gmm-utils.el (gmm-write-region): New function based on compatibility
11230 code from `mm-make-temp-file'.
11231
11232 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11233
11234 * nnmaildir.el (nnmaildir--update-nov)
11235 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11236 Use `gmm-write-region'.
11237
11238 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11239
11240 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11241 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11242
11243 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11244
11245 * message.el (message-replacement-char): New variable.
11246 (message-fix-before-sending): Use it.
11247 (message-simplify-subject): New function to remove duplicate code.
11248 (message-reply, message-followup): Use it.
11249
11250 * gnus-sum.el (gnus-summary-make-menu-bar):
11251 Clarify gnus-summary-limit-to-articles.
11252
11253 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
11254
11255 * gnus-util.el (gnus-with-local-quit): New macro.
11256
11257 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11258
11259 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
11260
11261 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11262 ignore non-string data.
11263
11264 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
11265
11266 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11267 non-string data (needs to be done in the registry too).
11268
11269 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11270
11271 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11272 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11273 (gnus-registry-split-fancy-with-parent)
11274 (gnus-registry-fetch-simplified-message-subject-fast)
11275 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11276 Remove text properties on ingress into the registry and when it's saved.
11277 (gnus-registry-clean-empty-function): Fix bug with cleaning the
11278 registry from entries with no groups.
11279
11280 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11281
11282 * gnus-util.el (gnus-string-remove-all-properties): Add utility
11283 function to remove string properties.
11284
11285 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11286
11287 * gmm-utils.el (gmm): Adjust custom version.
11288
11289 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11290 Adjust custom version.
11291
11292 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11293
11294 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11295
11296 * gnus-art.el (gnus-insert-prev-page-button)
11297 (gnus-insert-next-page-button): Simplify. Reformat.
11298
11299 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11300
11301 * gnus-art.el (gnus-insert-prev-page-button)
11302 (gnus-insert-next-page-button): Apply gnus-article-button-face.
11303
11304 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
11305
11306 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11307
11308 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11309
11310 * gnus-art.el (gnus-insert-mime-button)
11311 (gnus-insert-mime-security-button):
11312 Apply gnus-article-button-face to MIME and security buttons.
11313
11314 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
11315
11316 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11317 readable.
11318
11319 2006-09-20 Steve Youngs <steve@sxemacs.org>
11320
11321 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11322 `browse-url-of-file' instead of `browse-url'.
11323
11324 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11325
11326 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11327 regexp. Articles containing quotation were cut prematurely.
11328
11329 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11330
11331 * message.el (message-cite-original-1): Use nobody by default for the
11332 value of From header.
11333 (message-reply): Ditto.
11334
11335 2006-09-11 Daiki Ueno <ueno@unixuser.org>
11336
11337 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11338 to the gnus-info. This fixes a bug of inline-PGP message verification.
11339 Reported by Michael Piotrowski <mxp@dynalabs.de>.
11340
11341 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
11342
11343 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11344 mails in the doc string. Add some URLs in comment.
11345 (pop3-movemail): Warn about pop3-leave-mail-on-server.
11346
11347 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11348
11349 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11350 backslashes handling and the way to find boundaries of quoted strings.
11351
11352 2006-09-07 Daiki Ueno <ueno@unixuser.org>
11353
11354 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11355 mml1991-encrypt-to-self is set and mml1991-signers is not set.
11356 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11357 mml2015-encrypt-to-self is set and mml2015-signers is not set.
11358
11359 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11360
11361 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
11362 doc string.
11363 (gnus-button-regexp, gnus-button-last): Remove unused variables.
11364
11365 2006-09-06 Simon Josefsson <jas@extundo.com>
11366
11367 * mml2015.el (mml2015-use): Doc fix, mention epg.
11368
11369 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11370
11371 * mml2015.el (mml2015-use): Default to epg, if available.
11372
11373 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11374
11375 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11376 message-sender.
11377 (mml1991-epg-encrypt): Ditto.
11378 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11379 message-sender.
11380 (mml2015-epg-encrypt): Ditto.
11381
11382 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
11383
11384 * message.el (message-send-mail-with-sendmail): Look for sendmail in
11385 several common directories.
11386
11387 2006-09-05 Daiki Ueno <ueno@unixuser.org>
11388
11389 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11390 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11391
11392 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11393
11394 * gnus-art.el (article-decode-encoded-words): Make it fast.
11395
11396 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11397
11398 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11399
11400 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11401 in quoted string into `\'.
11402
11403 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11404
11405 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11406 Use standard-syntax-table.
11407
11408 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11409
11410 * gnus-art.el (gnus-decode-address-function): New variable.
11411 (article-decode-encoded-words): Use it to decode headers which are
11412 assumed to contain addresses.
11413 (gnus-mime-delete-part): Remove useless `or'.
11414
11415 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11416 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11417 (gnus-nov-parse-line): Use it to decode From header.
11418 (gnus-get-newsgroup-headers): Ditto.
11419 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11420
11421 * mail-parse.el (mail-decode-encoded-address-region): New alias.
11422 (mail-decode-encoded-address-string): New alias.
11423
11424 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11425 New function.
11426 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11427 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11428 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11429 (rfc2047-decode-string): Ditto.
11430 (rfc2047-decode-address-region): New function.
11431 (rfc2047-decode-address-string): New function.
11432
11433 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
11434
11435 * message.el (message-caesar-buffer-body): Allow rotating headers.
11436
11437 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11438
11439 * message.el (message-insert-formated-citation-line): Fix %f.
11440 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11441
11442 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
11443
11444 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11445 (gnus-bookmark-mouse-available-p): New macro.
11446 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11447 (gnus-bookmark-bmenu-show-infos): Use it.
11448 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11449 (gnus-bookmark-bmenu-hide-infos): Ditto.
11450 (gnus-bookmark-remove-properties): New function.
11451 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11452 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11453 (gnus-bookmark-write-file): Bind coding-system-for-write.
11454 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11455 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11456 group before selecting it.
11457 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11458 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11459 quit-window if it is not available; use gnus-mouse-2 and bind it to
11460 gnus-bookmark-bmenu-select-by-mouse.
11461 (gnus-bookmark-show-details): Remove unused variable `details-list'.
11462 (gnus-bookmark-bmenu-select-by-mouse): New function.
11463
11464 2006-08-13 Romain Francoise <romain@orebokech.com>
11465
11466 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11467 space.
11468
11469 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11470
11471 * compface.el (uncompface): Use binary rather than raw-text-unix.
11472
11473 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11474
11475 * compface.el (uncompface): Make sure the eol conversion doesn't take
11476 place when communicating with the external programs.
11477 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11478
11479 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
11480
11481 * nnheader.el (nnheader-insert-head): Fix typo in comment.
11482
11483 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11484
11485 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11486 Make it more robust by parsing author and date independently.
11487
11488 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11489
11490 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11491
11492 2006-07-28 Daiki Ueno <ueno@unixuser.org>
11493
11494 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11495 first matching secret key.
11496 (mml2015-epg-encrypt): Ditto.
11497
11498 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11499 first matching secret key.
11500 (mml1991-epg-encrypt): Ditto.
11501
11502 * mml2015.el (mml2015-encrypt-to-self): New user option.
11503 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11504 mml2015-epg-encrypt-to-self is set.
11505
11506 * mml1991.el (mml1991-encrypt-to-self): New variable.
11507 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11508 mml1991-epg-encrypt-to-self is set.
11509
11510 * mml2015.el (mml2015-signers): New user option.
11511 (mml2015-epg-sign): Reflect the value of mml2015-signers.
11512 (mml2015-epg-encrypt): Allow to select signing keys.
11513
11514 * mml1991.el (mml1991-signers): New variable.
11515 (mml1991-epg-sign): Reflect the value of mml1991-signers.
11516 (mml1991-epg-encrypt): Allow to select signing keys.
11517
11518 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
11519
11520 * nnheader.el (nnheader-insert-head): Make it work even if the file
11521 uses CRLF for the line-break code.
11522
11523 2006-07-25 Daiki Ueno <ueno@unixuser.org>
11524
11525 * mml2015.el: Require mml-sec instead of password.
11526 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11527 (mml2015-cache-passphrase): Inherit the default value from
11528 mml-secure-cache-passphrase.
11529 (mml2015-passphrase-cache-expiry): Inherit the default value from
11530 mml-secure-passphrase-cache-expiry.
11531
11532 * mml1991.el: Require mml-sec instead of password.
11533 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11534 (mml1991-cache-passphrase): Inherit the default value from
11535 mml-secure-cache-passphrase.
11536 (mml1991-passphrase-cache-expiry): Inherit the default value from
11537 mml-secure-passphrase-cache-expiry.
11538
11539 * mml-sec.el: Require password.
11540 (mml-secure-verbose): New user option.
11541 (mml-secure-cache-passphrase): New user option.
11542 (mml-secure-passphrase-cache-expiry): New user option.
11543
11544 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11545
11546 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11547 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
11548 andreas@altroot.de (Andreas Vögele).
11549
11550 FIXME: Use `tiny change'?
11551
11552 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11553
11554 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11555 workaround for the url package included with Emacs.
11556
11557 * nnweb.el (nnweb-google-create-mapping): Update regexp.
11558
11559 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
11560
11561 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11562 correctly. This fixes a bug caused by the 2006-05-12 change.
11563
11564 2006-07-18 Karl Fogel <kfogel@red-bean.com>
11565
11566 * nnmail.el (nnmail-article-group): If splitting raises an error, give
11567 some information about the error when saying that the `bogus' mail
11568 group will be used.
11569
11570 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
11571
11572 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11573 string.
11574
11575 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
11576
11577 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11578
11579 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11580
11581 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11582
11583 2006-07-10 Daiki Ueno <ueno@unixuser.org>
11584
11585 * mml1991.el (mml1991-function-alist): Add epg.
11586 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11587 (mml1991-epg-encrypt): New functions.
11588
11589 2006-07-10 Daiki Ueno <ueno@unixuser.org>
11590
11591 * mml2015.el (mml2015-verbose): New variable.
11592 (mml2015-cache-passphrase): Ditto.
11593 (mml2015-passphrase-cache-expiry): Ditto.
11594 (mml2015-function-alist): Add epg.
11595 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11596 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11597 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11598 New functions.
11599
11600 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11601
11602 * message.el (message-cite-original-1): Preserve region when removing
11603 quoted text due to X-No-Archive in order to avoid bogus attribution
11604 when citing multiple messages.
11605
11606 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11607
11608 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11609 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11610
11611 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
11612
11613 * gnus-diary.el (gnus-user-format-function-d)
11614 (gnus-user-format-function-D): Autoload.
11615
11616 * imap.el (Commentary): Fix typo.
11617
11618 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11619 2006-04-22 contribution.
11620
11621 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11622
11623 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11624 It didn't really fix the bogosity I'm seeing with solid web groups.
11625
11626 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11627
11628 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11629 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11630 created using server names. If we use the feature without declaring
11631 it, Gnus does not properly manage server and group state.
11632
11633 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11634 bound.
11635
11636 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11637
11638 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11639 looking up the method using GROUP's prefix before inventing a new one.
11640 It is used on killed/unknown groups in various places where returning
11641 an all-new method isn't expected by the caller.
11642
11643 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11644 and match semantics of gnus-group-real-prefix.
11645
11646 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
11647
11648 * nnmail.el (nnmail-broken-references-mailers): New variable.
11649 (nnmail-ignore-broken-references): New function generalizing
11650 nnmail-fix-eudora-headers.
11651 (nnmail-fix-eudora-headers): Now obsolete.
11652
11653 * gnus-art.el (gnus-button-handle-custom):
11654 Support `customize-apropos*'.
11655
11656 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11657
11658 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11659
11660 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11661 articles.
11662
11663 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
11664
11665 * message.el (message-cite-reply-above): New variable.
11666 (message-yank-original): Use it.
11667
11668 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
11669
11670 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11671
11672 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
11673
11674 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11675 as read.
11676
11677 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11678
11679 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
11680
11681 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11682 (gnus-bookmark-default-file): Use gnus-directory.
11683 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11684 Remove "*" in doc string.
11685 (gnus-bookmark-write-file): Simplify.
11686 (gnus-bookmark-maybe-sort-alist): Use `when'.
11687 (gnus-bookmark-get-bookmark): Fix typo in doc string.
11688 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11689 Add FIXME about Emacs 21 and XEmacs compatibility.
11690 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11691 compatibility.
11692 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11693 compatibility.
11694 (gnus-bookmark-menu-heading): Fix version.
11695
11696 2006-06-19 Bastien Guerry <bzg@altern.org>
11697
11698 * gnus-bookmark.el: New file.
11699
11700 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
11701
11702 * message.el (message-syntax-checks): Doc fix.
11703
11704 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11705
11706 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11707 unsubscribed groups as if they were killed ones. It causes duplicate
11708 entries in gnus-newsrc-alist.
11709
11710 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
11711
11712 * message.el (message-syntax-checks): Doc fix.
11713 (message-send-mail): Add check for continuation headers.
11714 (message-check-news-header-syntax): Fix regexp used to check for
11715 continuation headers.
11716
11717 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
11718
11719 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11720
11721 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
11722
11723 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11724
11725 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
11726
11727 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11728 default-truncate-lines.
11729
11730 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
11731
11732 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11733 to fill the utf-8 entry.
11734
11735 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11736
11737 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11738
11739 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
11740
11741 * gnus-agent.el (directory-files-and-attributes): Move all the way
11742 forward (the third and final move).
11743 (gnus-agent-read-agentview): Trap reconstruction errors due to
11744 nonexistent directory. Handle by returning nil.
11745
11746 2006-05-30 Didier Verna <didier@xemacs.org>
11747
11748 * message.el (message-dont-reply-to-names): Update the custom type.
11749 * message.el (message-dont-reply-to-names): New defsubst: potentially
11750 convert a list of regexps into a single one.
11751 * message.el (message-get-reply-headers): Use it.
11752 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11753
11754 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
11755
11756 * gnus-agent.el (directory-files-and-attributes): Move forward.
11757
11758 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11759
11760 * gnus-ml.el (gnus-mailing-list-subscribe)
11761 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11762 (gnus-mailing-list-message): Fix doc strings.
11763
11764 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11765
11766 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11767 of doing it manually.
11768
11769 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11770
11771 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11772 comment.
11773
11774 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
11775
11776 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11777 (gnus-agent-read-agentview): Fix handling of end-of-file error.
11778 (gnus-agent-read-local): All symbols allocated in my-obarray.
11779 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11780 (gnus-agent-regenerate-group): Check numeric names to see if they are
11781 messages or groups.
11782 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11783 better way of do this...)
11784
11785 * gnus-cache.el (gnus-agent-total-fetched-for):
11786 Ignore 'dummy.group' (there should be a better way of do this...)
11787
11788 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
11789
11790 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11791 (gnus-saved-headers): Ditto.
11792 (gnus-default-article-saver): Mention functions may have properties.
11793 (gnus-article-save): Override gnus-save-all-headers and
11794 gnus-saved-headers by :headers property which saver function may have.
11795 (gnus-summary-save-in-file): Add :headers property.
11796 (gnus-summary-write-to-file): Ditto.
11797
11798 * gnus-sum.el (gnus-summary-save-article): Bind
11799 gnus-prompt-before-saving to t when saving many articles in a file;
11800 always show all headers.
11801
11802 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11803
11804 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11805 marks.
11806
11807 * message.el (message-indent-citation): Add optional arguments to allow
11808 using it outside of message buffers.
11809
11810 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11811 (gnus-article-treat-unfold-headers): Use it.
11812 (gnus-article-truncate-lines): New variable.
11813 (gnus-article-mode): Use it.
11814 (gnus-article-toggle-truncate-lines): New function.
11815
11816 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11817 Add gnus-article-toggle-truncate-lines.
11818
11819 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11820 coding system in XEmacs, use binary.
11821
11822 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11823
11824 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11825 after-load-alist.
11826
11827 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11828 this function should save decoded articles.
11829 (gnus-summary-write-to-file): Use property to specify this function
11830 should save decoded articles and specify gnus-summary-save-in-file
11831 should be used to save articles other than the first one when saving
11832 many articles.
11833 (gnus-summary-save-body-in-file): Use property to specify this
11834 function should save decoded articles.
11835 (gnus-summary-write-body-to-file): Use property to specify this
11836 function should save decoded articles and specify
11837 gnus-summary-save-body-in-file should be used to save articles other
11838 than the first one when saving many articles.
11839
11840 * gnus-sum.el (gnus-summary-save-article): Simplify.
11841
11842 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
11843
11844 * gnus-art.el (gnus-default-article-saver):
11845 Add gnus-summary-write-body-to-file.
11846 (gnus-article-save-coding-system): Don't use coding system object
11847 in XEmacs.
11848 (gnus-read-save-file-name): Add optional `dir-var' argument which
11849 specifies directory in which files are saved; work even if optional
11850 `variable' argument is not specified.
11851 (gnus-summary-write-to-file): Read file name.
11852 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11853 (gnus-summary-write-body-to-file): New function.
11854
11855 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11856 (gnus-summary-local-variables): Add it.
11857 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11858 (gnus-summary-save-article): Remove optional `decode' argument;
11859 determine whether to decode articles by the value of
11860 gnus-default-article-saver; when saving many files using
11861 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11862 it first and use gnus-summary-save-in-file or
11863 gnus-summary-save-body-in-file thereafter unless
11864 gnus-prompt-before-saving is always; move point to article which
11865 will be saved.
11866 (gnus-summary-save-article-file): Revert.
11867 (gnus-summary-write-article-file): Revert.
11868 (gnus-summary-save-article-body-file): Revert.
11869 (gnus-summary-write-article-body-file): New function.
11870
11871 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11872
11873 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11874
11875 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
11876
11877 * gnus-art.el (gnus-default-article-saver): Doc fix.
11878 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11879 from gnus-summary-save-article-coding-system, and default to a
11880 certain coding system.
11881 (gnus-output-to-file): Add coding cookie and encode text according
11882 to gnus-article-save-coding-system; don't use mm-append-to-file.
11883
11884 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11885 gnus-art.el and rename to gnus-article-save-coding-system.
11886 (gnus-summary-save-article): Require gnus-art; don't show all
11887 headers if it decodes articles; don't add coding cookie here;
11888 don't bind mm-text-coding-system-for-write.
11889 (gnus-summary-save-article-file): Save decoded articles.
11890 (gnus-summary-write-article-file): When saving many files, use
11891 gnus-summary-write-to-file first and gnus-summary-save-in-file
11892 thereafter unless gnus-prompt-before-saving is always.
11893 (gnus-summary-save-article-body-file): Save decoded articles.
11894
11895 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11896
11897 * nnrss.el (nnrss-check-group): Bind hash-index.
11898
11899 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
11900
11901 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11902 its hash index. Store this hash in `nnrss-group-data'.
11903 (nnrss-read-group-data): Update accordingly.
11904
11905 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11906
11907 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11908 entry.
11909
11910 * gnus-sum.el (gnus-summary-make-menu-bar):
11911 Add gnus-article-browse-html-article.
11912
11913 2006-05-23 Hynek Schlawack <hynek@ularx.de>
11914
11915 * gnus-sum.el (gnus-summary-mime-map):
11916 Add gnus-article-browse-html-article.
11917
11918 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11919
11920 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11921 suitable coding systems in customize.
11922
11923 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
11924
11925 * mail-source.el (mail-sources): Fix custom type.
11926
11927 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11928
11929 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11930 (gnus-summary-expire-articles-now): Shorten prompt.
11931
11932 * gmm-utils.el (wid-edit): Require.
11933 (defun-gmm): Rename from `gmm-defun-compat'.
11934 (gmm-image-search-load-path): Use it.
11935 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
11936
11937 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
11938
11939 * gnus-sum.el (gnus-summary-save-article-coding-system):
11940 New variable.
11941 (gnus-summary-save-article): Add optional `decode' argument.
11942 If it is set and gnus-summary-save-article-coding-system is non-nil,
11943 save decoded article.
11944 (gnus-summary-write-article-file): Save decoded article if
11945 gnus-summary-save-article-coding-system is non-nil.
11946
11947 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11948 type.
11949
11950 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
11951
11952 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11953
11954 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11955
11956 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11957 first to test gnus-single-article-buffer which may be buffer-local.
11958
11959 * gnus-sum.el (gnus-summary-setup-buffer):
11960 Make gnus-single-article-buffer buffer-local and nil in ephemeral
11961 group; make gnus-article-buffer, gnus-article-current, and
11962 gnus-original-article-buffer always buffer-local.
11963 (gnus-summary-exit): Kill article buffer belonging to ephemeral
11964 group.
11965 (gnus-handle-ephemeral-exit): Don't move to next summary line.
11966
11967 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
11968
11969 * nnml.el (nnml-request-compact-group): Compressed files might not
11970 have .gz extension.
11971
11972 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11973
11974 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11975 (mm-copy-to-buffer): Use with-current-buffer.
11976 (mm-display-part): Simplify.
11977 (mm-inlinable-p): Add optional arg `type'.
11978
11979 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11980
11981 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11982 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11983 Try harder to show the attachment internally or externally using
11984 gnus-mime-view-part-as-type.
11985
11986 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
11987
11988 * message.el (message-from-style, message-signature-separator)
11989 (message-user-organization-file, message-send-mail-function)
11990 (message-citation-line-function, message-yank-prefix)
11991 (message-indent-citation-function, message-signature)
11992 (message-signature-file, message-signature-insert-empty-line):
11993 Remove autoloads.
11994
11995 * gnus-art.el (gnus-buttonized-mime-types):
11996 Remove "multipart/signed". Revert 2006-04-26 change.
11997
11998 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11999
12000 * gnus.el (gnus-version-number): Bump version.
12001
12002 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12003
12004 * gnus.el: No Gnus v0.5 is released.
12005
12006 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12007
12008 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12009 fetching articles by message-id.
12010
12011 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12012
12013 * message.el (hashcash): Require hashcash as normal.
12014
12015 * ecomplete.el (ecomplete-highlight-match-line):
12016 Use point-at-eol.
12017 (ecomplete-highlight-match-line): Use `highlight', because that
12018 face exists in both Emacs and XEmacs.
12019
12020 * message.el (message-display-abbrev): Use point-at-bol.
12021
12022 * mail-source.el: Don't require timer/timer-funcs.
12023
12024 * gnus-async.el: Ditto.
12025
12026 * password.el: Ditto.
12027
12028 * mm-url.el: Ditto.
12029
12030 * mm-util.el: Require timer/timer-funcs.
12031
12032 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12033
12034 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12035 Close.
12036
12037 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12038
12039 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12040 unibyte after clear-decrypt function runs.
12041
12042 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12043 returns as a unibyte string.
12044
12045 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12046
12047 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12048 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12049 (mml1991-pgg-encrypt): Ditto.
12050
12051 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
12052
12053 * message.el (message-user-organization-file): Check several
12054 locations of the organization file.
12055
12056 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12057 Add gnus-article-view-part-as-type.
12058
12059 * gnus-art.el (gnus-article-view-part-as-type): New function.
12060
12061 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12062 .mobi and .travel. Remove .nato, .bitnet and .uucp.
12063
12064 * mml.el: Simplify autoload.
12065 (mml-mode): defvar dnd-protocol-alist instead of using
12066 symbol-value.
12067 (mml-default-directory): New variable.
12068 (mml-minibuffer-read-file): Use it.
12069 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12070
12071 * message.el (message-citation-line-format): New variable.
12072 (message-insert-formated-citation-line): New function.
12073 (message-citation-line-function):
12074 Add `message-insert-formated-citation-line' to custom type.
12075
12076 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12077 to doc string.
12078
12079 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12080 depending on mm-verify-option.
12081
12082 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12083
12084 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12085 binding pgg-* variables; reimplement the section which prevents
12086 MIME header from being signed.
12087 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12088 pgg-text-mode; remove a blank line at the top of body.
12089
12090 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12091 lines at the top of body; use gnus-newsgroup-charset if there's no
12092 Charset header.
12093
12094 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12095
12096 * message.el (message-self-insert-commands): Doc fix.
12097
12098 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12099 (mm-uu-pgp-encrypted-test): Ditto.
12100 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12101 between header and body; return application/pgp-encrypted handle
12102 if decryption failed; decode decrypted body by charset.
12103
12104 * mm-decode.el (mm-automatic-display): Don't make application/pgp
12105 element match to application/pgp-*.
12106
12107 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12108
12109 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12110 HTML.
12111
12112 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12113
12114 * mail-source.el (mail-source-call-script): Message the error
12115 string.
12116
12117 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12118
12119 * gnus-util.el (gnus-byte-compile): Use it.
12120
12121 2006-04-22 xyblor <fake@invalid.email> (tiny change)
12122
12123 * gnus-util.el (kill-empty-logs): New function.
12124
12125 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12126
12127 * message.el (message-mail-alias-type): Doc fix.
12128 (message-mail-alias-type-p): New function.
12129 (message-send): Use it.
12130 (message-mode): Ditto.
12131 (message-strip-forbidden-properties): Ditto.
12132
12133 * ecomplete.el (ecomplete-database-file-coding-system):
12134 New variable.
12135 (ecomplete-save): Use it.
12136 (ecomplete-setup): Use it.
12137
12138 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12139
12140 * message.el (message-self-insert-commands): New variable.
12141 (message-strip-forbidden-properties): Use it.
12142
12143 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12144
12145 * message.el (message-put-addresses-in-ecomplete): Use a regexp
12146 that doesn't make XEmacs choke.
12147
12148 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
12149
12150 * gnus-util.el (gnus-replace-in-string):
12151 Prefer replace-regexp-in-string over of replace-in-string.
12152
12153 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
12154
12155 * gnus-util.el (gnus-select-frame-set-input-focus):
12156 Use select-frame-set-input-focus if it is available in XEmacs; use
12157 definition defined in Emacs 22 for old Emacsen.
12158
12159 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12160
12161 * mm-view.el (mm-inline-text): Use equal instead of equalp.
12162
12163 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
12164
12165 * gnus-registry.el (gnus-registry-cache-save): Remove text
12166 properties when saving via the temp buffer.
12167
12168 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12169
12170 * message.el (message-generate-hashcash): Honor custom type.
12171
12172 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12173
12174 * message.el (message-generate-hashcash): Default to non-nil when
12175 hashcash is found.
12176
12177 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12178 (gnus-refer-thread-limit): Increase default to 500.
12179
12180 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12181
12182 * flow-fill.el (fill-flowed): Allow delete-space.
12183
12184 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12185
12186 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12187 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12188 Remove autoloads.
12189
12190 2006-04-18 Simon Josefsson <jas@extundo.com>
12191
12192 * message.el (message-generate-hashcash): Default to.
12193
12194 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12195
12196 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12197 concatenating segments rather than before concatenating them.
12198
12199 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12200
12201 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12202
12203 * imap.el (imap-quote-specials): New function.
12204 (imap-login-auth): Quote specials.
12205
12206 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12207
12208 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12209
12210 * message.el (message-forward-make-body-plain):
12211 Allow message-forward-ignored-headers to be a list.
12212 (message-remove-ignored-headers): Factor out into function.
12213 (message-forward-make-body-mml): Use it.
12214 * rfc2231.el (rfc2231-parse-string): Remove dead code.
12215 (rfc2231-parse-string): Allow concatanation of parameters that
12216 aren't contiguous. The test case is
12217 (mail-header-parse-content-type "message/external-body;
12218 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12219 access-type=LOCAL-FILE;
12220 name*1*=plugh%2fhello-sailor%2fbing.pdf")
12221
12222 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12223
12224 * nntp.el (nntp-accept-process-output): Return the value of
12225 `nnheader-accept-process-output'.
12226
12227 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12228
12229 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12230 (gnus-button-alist): Recognize more diff formats.
12231 (gnus-button-patch): Strip directory.
12232
12233 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12234
12235 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12236 Emacs 22 when setting focus.
12237
12238 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12239
12240 * gnus-art.el (gnus-article-treat-types): Do treatment of
12241 text/x-verbatim parts.
12242 (gnus-button-patch): New command.
12243
12244 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12245 addresses that contain invalid characters.
12246
12247 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12248
12249 * message.el (message-put-addresses-in-ecomplete):
12250 Use gnus-replace-in-string.
12251 (message-is-yours-p): Use the more correct
12252 mail-header-parse-address instead of
12253 mail-extract-address-components.
12254 (message-put-addresses-in-ecomplete): Fix typo.
12255
12256 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12257 keystroke.
12258
12259 * gnus-art.el (gnus-treatment-function-alist): Change order of
12260 newsgroups/generic header folding to avoid double-folding.
12261
12262 * message.el (message-hidden-headers): Add X-Draft-From.
12263
12264 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12265 New command.
12266 (gnus-summary-repeat-search-article-backward): New command.
12267
12268 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12269 groups in the parent topic.
12270
12271 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
12272
12273 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12274 (spam-extra-header-to-number): Return the CRM114 number as a
12275 number instead of a string.
12276
12277 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12278
12279 * gnus-art.el (gnus-face-properties-alist): Move here from
12280 gnus-fun.
12281
12282 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12283
12284 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12285
12286 * message.el (message-strip-forbidden-properties): Only display on
12287 self-insert-command.
12288
12289 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12290 reindent.
12291 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12292
12293 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
12294
12295 * smiley.el (smiley-style): Fix typo.
12296
12297 2006-03-23 Kenichi Handa <handa@m17n.org>
12298
12299 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12300 instead of set-buffer-multibyte.
12301
12302 2006-03-23 Kenichi Handa <handa@m17n.org>
12303
12304 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12305 buffer and then decode the buffer text if necessary.
12306 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12307 first, and after mm-encode-body, change the buffer to unibyte.
12308
12309 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12310
12311 * hashcash.el (hashcash-insert-payment-async-2):
12312 Use message-goto-eoh instead of doing it manually.
12313 (mail-add-payment): Use message-narrow-to-header instead of trying
12314 to do the same itself.
12315
12316 * message.el (message-hidden-headers): Add Face.
12317
12318 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12319 reparenting code.
12320 (gnus-summary-reparent-children): Refactored out code.
12321 (gnus-summary-thread-map): New keystroke.
12322 (gnus-summary-reparent-children): Make into command.
12323
12324 * smiley.el (smiley-style): Default to `medium' if using a large
12325 font.
12326
12327 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12328 does it itself.
12329
12330 * message.el (message-point-in-header-p): Simplify definition.
12331
12332 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12333
12334 * nnagent.el (nnagent-request-set-mark): Silence log file
12335 writing.
12336 (nnagent-request-set-mark): Use write-region instead of
12337 append-to-file.
12338
12339 * gnus-sum.el (gnus-read-header): Fudge article number if using a
12340 strange select method.
12341
12342 * ecomplete.el (ecomplete-display-matches): Get highlightling
12343 right.
12344 (ecomplete-display-matches): Use literals.
12345 (ecomplete-display-matches): Disable message logging.
12346
12347 * message.el (message-display-abbrev): Small optimization.
12348
12349 * ecomplete.el (ecomplete-display-matches): Allow automatic
12350 display.
12351
12352 * message.el (message-strip-forbidden-properties):
12353 Display abbrevs.
12354 (message-display-abbrev): Get automatic display right.
12355
12356 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12357 keystrokes.
12358
12359 2006-04-13 Romain Francoise <romain@orebokech.com>
12360
12361 TODO: Backport to v5-10!
12362
12363 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12364 Move here (and rename) from gnus-registry.el.
12365
12366 * gnus-registry.el: Require gnus-util.
12367 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12368
12369 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12370
12371 * gnus-group.el (gnus-group-catchup-current):
12372 Change if-then-else-if-then-else into cond.
12373 (gnus-group-catchup): Indent.
12374 (group-name-at-point): New function.
12375 (gnus-fetch-group): Provide default from thing at point.
12376
12377 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12378
12379 * message.el (message-display-abbrev): Fix regexp.
12380
12381 * ecomplete.el (ecomplete-highlight-match-line):
12382 Reimplement choosing.
12383 (ecomplete-highlight-match-line): Fix up code rewrite, remove
12384 dead variables.
12385
12386 * message.el (message-newline-and-indent): Remove debugging.
12387 (message-display-abbrev): Use new implementation.
12388
12389 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12390
12391 * gnus-art.el (gnus-article-mode):
12392 Set cursor-in-non-selected-windows to nil.
12393
12394 * smiley.el: Revert previous change.
12395 (smiley-data-directory): defvar it before using it in the
12396 defcustom of `smiley-style'.
12397
12398 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12399
12400 * message.el (message-newline-and-indent): New function.
12401
12402 * ecomplete.el: Implement more bits.
12403
12404 * message.el (message-put-addresses-in-ecomplete): Clean up the
12405 string.
12406
12407 * ecomplete.el (ecomplete-add-item): Chop off decimals.
12408
12409 * gnus-sum.el (gnus-summary-save-parts):
12410 Bind gnus-summary-save-parts-counter and use it to make unique file
12411 names.
12412
12413 * gnus-art.el (gnus-ignored-headers): Add some more headers.
12414
12415 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12416 parameter to say whether to actually parse the individual
12417 addresses.
12418
12419 * message.el (message-put-addresses-in-ecomplete): New function.
12420 (ecomplete): Require.
12421 (message-mail-alias-type): Add ecomplete as an option.
12422
12423 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
12424
12425 * flow-fill.el (fill-flowed): Remove trailing space from blank
12426 quoted lines.
12427
12428 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12429
12430 * smiley.el (smiley-style): Move definition later to avoid a
12431 compilation warning.
12432
12433 2006-04-12 Kenichi Handa <handa@m17n.org>
12434
12435 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12436 buffer and then decode the buffer text if necessary.
12437 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12438 first, and after mm-encode-body, change the buffer to unibyte.
12439 Use mm-disable-multibyte instead of set-buffer-multibyte.
12440
12441 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
12442
12443 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12444 Content-Type header instead of Content-Disposition header.
12445 (gnus-mime-inline-part): Ditto.
12446 (gnus-mime-view-part-as-charset): Ignore charset that the part
12447 specifies.
12448
12449 * mm-decode.el (mm-display-part): Work with external parts and
12450 usual parts similarly.
12451
12452 * mm-extern.el (mm-inline-external-body): Use mm-display-part
12453 instead of gnus-display-mime.
12454
12455 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12456 instead of with-temp-buffer.
12457
12458 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12459 tag to summarized topics part in order to encode non-ASCII text.
12460
12461 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12462
12463 * smiley.el (smiley-style): New variable.
12464 (smiley-directory): New function.
12465 (smiley-data-directory): Derive from `smiley-style' using
12466 `smiley-directory'.
12467 (smiley-regexp-alist): Add new entries.
12468
12469 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12470 (gnus-article-browse-delete-temp): Add :version.
12471
12472 2006-04-11 Arne Jørgensen <arne@arnested.dk>
12473
12474 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12475 the sieve region.
12476
12477 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12478
12479 * gnus.el (gnus-version-number): Bump version.
12480
12481 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12482
12483 * gnus.el: No Gnus v0.4 is released.
12484
12485 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12486
12487 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12488 layout.
12489
12490 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12491 unknown charset.
12492
12493 * message.el (message-header-synonyms): Add Original-To to the
12494 default.
12495
12496 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12497 optional parameter.
12498
12499 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12500
12501 * gnus-fun.el (gnus): Require it for gnus-directory.
12502
12503 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12504
12505 * gnus-fun.el (gnus-face-properties-alist): Add :version.
12506
12507 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12508
12509 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12510
12511 2006-04-05 Simon Josefsson <jas@extundo.com>
12512
12513 * password.el (password-reset): New function.
12514
12515 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12516
12517 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12518 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12519
12520 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12521
12522 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12523 Some whitespace was matched into the url, which broke browsing hits
12524 > 100 when mm-url-use-external was nil.
12525
12526 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
12527
12528 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12529 Check gnus-extra-headers for 'Newsgroups.
12530
12531 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12532 bound.
12533
12534 2006-04-04 Daiki Ueno <ueno@unixuser.org>
12535
12536 * pgg-gpg.el: Clean up process buffers every time gpg processes
12537 complete.
12538
12539 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
12540
12541 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12542 doc string.
12543
12544 2006-04-03 Daiki Ueno <ueno@unixuser.org>
12545
12546 * pgg-gpg.el (pgg-gpg-process-filter)
12547 (pgg-gpg-wait-for-completion): Check if buffer is alive.
12548
12549 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12550 lines, temporary fix.
12551
12552 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
12553
12554 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12555
12556 2006-03-29 Daiki Ueno <ueno@unixuser.org>
12557
12558 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12559 default-enable-multibyte-characters. This reverts the change from
12560 revision 6.17 which is no longer necessary because the passphrase
12561 is sent separately now. GnuPG messages are unreadable under
12562 multibyte locales with default-enable-multibyte-characters set to
12563 nil.
12564
12565 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
12566
12567 * message.el (message-tool-bar-gnome): Move "spell".
12568
12569 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
12570
12571 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12572 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
12573 instead.
12574
12575 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
12576
12577 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12578 Improve newsgroups handling for NNTP overviews which don't include
12579 Newsgroups.
12580
12581 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12582
12583 * message.el (message-resend): Bind message-generate-hashcash to nil.
12584
12585 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12586
12587 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12588 when searching for already-paid recipients.
12589
12590 2006-03-27 Daiki Ueno <ueno@unixuser.org>
12591
12592 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12593 passphrases when it is not needed.
12594 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12595 passphrase stuff from gpg, should only be necessary when you use
12596 gpg with a smartcard.
12597
12598 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
12599
12600 * mml.el (mml-insert-mime): Ignore cached contents of
12601 message/external-body part.
12602
12603 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12604 (mm-insert-part): Ditto.
12605
12606 2006-03-23 Simon Josefsson <jas@extundo.com>
12607
12608 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12609 Reiner.
12610 (pgg-gpg-use-agent-p): Use it again.
12611
12612 2006-03-23 Simon Josefsson <jas@extundo.com>
12613
12614 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12615 older emacsen.
12616 (pgg-gpg-use-agent-p): Don't use it.
12617
12618 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
12619
12620 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12621 if we can.
12622
12623 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
12624
12625 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12626 (pgg-gpg-update-agent): New function.
12627 (pgg-gpg-use-agent-p): New function.
12628 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12629 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12630 (pgg-gpg-sign-region): Use it.
12631
12632 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
12633
12634 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12635 Reported by Ralf Wachinger <rwachinger@gmx.de>.
12636
12637 2006-03-21 Simon Josefsson <jas@extundo.com>
12638
12639 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12640 <wilde@sha-bang.de>.
12641 (pgg-gpg-use-agent): New variable.
12642 (pgg-gpg-process-region): Use it.
12643 (pgg-gpg-encrypt-region): Likewise.
12644 (pgg-gpg-encrypt-symmetric-region): Likewise.
12645 (pgg-gpg-decrypt-region): Likewise.
12646 (pgg-gpg-sign-region): Likewise.
12647 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12648
12649 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12650
12651 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12652
12653 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12654 Add comment on version.
12655
12656 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
12657
12658 * smiley.el: Add missing test smiley.
12659
12660 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
12661
12662 * mm-decode.el (mm-with-part): New macro.
12663 (mm-get-part): Use it; work with message/external-body as well.
12664 (mm-save-part): Treat name and filename equally.
12665
12666 * mm-extern.el (mm-extern-cache-contents): New function.
12667 (mm-inline-external-body): Use it; force the part to be displayed;
12668 move undisplayer added to the cached handle to the parent.
12669
12670 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12671 (gnus-mime-view-part-as-type): Work with message/external-body.
12672
12673 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12674
12675 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12676
12677 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12678 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
12679 Emacs.]
12680
12681 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
12682
12683 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12684 path rather than symbol. Always return list of directories.
12685 Guarantee that image directory comes first. [Sync with image.el,
12686 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
12687
12688 * message.el (message-make-tool-bar): Adjust to new API of
12689 `gmm-image-load-path-for-library'.
12690
12691 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12692
12693 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12694
12695 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12696
12697 * gnus-art.el (gnus-article-only-boring-p):
12698 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12699 intangible text.
12700 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12701
12702 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
12703
12704 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12705 Use `defun' instead of `gmm-defun-compat'.
12706
12707 2006-03-14 Simon Josefsson <jas@extundo.com>
12708
12709 * message.el (message-unique-id): Don't use message-number-base36
12710 if (user-uid) is a float.
12711 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12712
12713 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12714
12715 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12716
12717 * gnus-art.el (gnus-mime-display-single): Make sure there is an
12718 empty line between a part and a message part.
12719
12720 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
12721
12722 * smiley.el: Add more test smileys.
12723 (smiley-data-directory, smiley-regexp-alist)
12724 (gnus-smiley-file-types): Fix doc strings.
12725 (smiley-update-cache): Clear smiley-cached-regexp-alist before
12726 adding new elements.
12727 (smiley-mouse-map): Unused code. Make it a comment.
12728
12729 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
12730
12731 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12732 scan latest NoCeM messages instead of old ones.
12733 (gnus-nocem-check-article): Fix regexps so as to match to PGP
12734 delimiters that are recently used.
12735 (gnus-nocem-load-cache): Add autoload cookie.
12736
12737 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12738
12739 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12740 level which is larger than gnus-use-nocem is specified.
12741
12742 * gnus-group.el (gnus-group-get-new-news): Ditto.
12743
12744 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
12745
12746 * gnus-util.el (gnus-tool-bar-update): New function.
12747
12748 * gnus-group.el (gnus-group-update-tool-bar): New variable.
12749 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12750
12751 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12752
12753 * gnus-group.el (gnus-group-redraw-when-idle)
12754 (gnus-group-redraw-check): Remove.
12755 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12756
12757 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
12758
12759 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12760 if optional last element is specified in splits (FIELD VALUE...).
12761
12762 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
12763
12764 * message.el (message-make-tool-bar): Rename gmm-image-load-path
12765 to gmm-image-load-path-for-library. Call with no-error argument.
12766 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12767
12768 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12769
12770 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12771
12772 * gmm-utils.el (gmm-image-load-path): Remove alias.
12773
12774 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
12775
12776 * gmm-utils.el (gmm-image-load-path): Add alias.
12777
12778 * nnml.el (nnml-generate-nov-databases-directory): Rename from
12779 nnml-generate-nov-databases-1.
12780 (nnml-generate-nov-databases): Use it.
12781 (nnml-generate-nov-databases-directory): Document no-active
12782 argument.
12783
12784 * gmm-utils.el (gmm-image-load-path-for-library): Return single
12785 directory if path is t. Add no-error.
12786
12787 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12788 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12789
12790 * gnus-art.el (gnus-article-browse-delete-temp-files):
12791 Simplify resetting gnus-article-browse-html-temp-list.
12792
12793 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12794 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
12795 Add example to docstring. Rename local variables. Move error
12796 checks to default case in cond and simplify.
12797
12798 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
12799
12800 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12801 handle is multipart when calling it recursively.
12802 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12803
12804 2006-03-03 Daniel Pittman <daniel@rimspace.net>
12805
12806 * nnimap.el (nnimap-request-update-info-internal): Optimize.
12807 Don't `gnus-uncompress-range' to avoid excessive memory usage.
12808
12809 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12810
12811 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12812 is loaded.
12813
12814 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12815 loaded.
12816
12817 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
12818
12819 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12820 to "Emacs 23 (unicode)" in doc string.
12821
12822 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12823 "Emacs 23 (unicode)" in comment.
12824
12825 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12826
12827 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12828
12829 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12830 characters 160 through 255 in Emacs 23.
12831
12832 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
12833
12834 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12835 gnus-article-browse-html-temp.
12836 (gnus-article-browse-delete-temp): Make it customizable.
12837 Add `file'. Adjust doc string.
12838 (gnus-article-browse-delete-temp-files): Add argument.
12839 Allow query for each file. Adjust doc string.
12840 (gnus-article-browse-html-parts):
12841 Add `gnus-article-browse-delete-temp-files' to
12842 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12843
12844 2006-03-02 Hynek Schlawack <hynek@ularx.de>
12845
12846 * gnus-art.el (gnus-article-browse-html-temp)
12847 (gnus-article-browse-delete-temp): New variables.
12848 (gnus-article-browse-delete-temp-files): New function.
12849 (gnus-article-browse-html-parts): Use it.
12850
12851 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
12852
12853 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12854
12855 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12856 string.
12857
12858 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12859 gnus-summary-insert-new-articles when unplugged.
12860 Remove gnus-summary-search-article-forward.
12861
12862 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12863 display-visual-class instead of display-color-cells.
12864
12865 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
12866
12867 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12868 message/* containing non-ASCII text properly.
12869
12870 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
12871
12872 * message.el: Require gmm-utils, remove autoloads.
12873 (message-tool-bar): Set default based on
12874 gmm-tool-bar-style.
12875 (message-tool-bar-gnome): Add gmm-customize-mode.
12876
12877 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12878 gmm-tool-bar-style.
12879 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12880
12881 * gnus-group.el (gnus-group-tool-bar): Set default based on
12882 gmm-tool-bar-style.
12883 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12884
12885 * gmm-utils.el (gmm-image-directory): Rename variable from
12886 gmm-image-load-path.
12887 (gmm-image-load-path): Use gmm-image-directory.
12888 (gmm-customize-mode): New function.
12889 (gmm-tool-bar-style): New variable.
12890
12891 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12892 gnus-group-redraw-line-number.
12893 (gnus-group-redraw-check): Simplify.
12894 (gnus-group-tool-bar-update): Remove redraw check.
12895 (gnus-group-make-tool-bar): Add redraw check.
12896
12897 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12898
12899 * gnus-art.el (gnus-button): Add missing parentheses.
12900
12901 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12902
12903 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12904
12905 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
12906
12907 * gnus-art.el (gnus-button): New face.
12908 (gnus-article-button-face): Use it.
12909
12910 * gnus-sum.el (gnus-summary-tool-bar-gnome):
12911 Add gnus-summary-next-page. Re-order.
12912
12913 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12914 next-node are now included.
12915 (gnus-group-redraw-line-number): New internal variable.
12916 (gnus-group-redraw-check): Helper function for updating the tool
12917 bar.
12918 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12919
12920 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12921
12922 * spam.el (spam-spamassassin-score-regexp): New internal variable.
12923 (spam-extra-header-to-number, spam-check-spamassassin-headers):
12924 Use it to match format of Spamassassin 3.0 and later.
12925 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12926 (spam-check-bogofilter)
12927 (spam-bogofilter-register-with-bogofilter): Fix args of
12928 `gnus-error' calls.
12929
12930 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
12931
12932 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12933 unnecessary interaction when sending queued mails.
12934 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12935
12936 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
12937
12938 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12939 first or last are nil.
12940
12941 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12942
12943 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12944
12945 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12946
12947 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12948
12949 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12950
12951 * dns.el (query-dns): Protect more against buggy tcp output.
12952
12953 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
12954
12955 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12956 nov.php.
12957
12958 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12959
12960 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12961 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12962 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
12963 output on the server side.
12964 (nnweb-google-create-mapping): Update regexps and add some
12965 progress indication.
12966
12967 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
12968
12969 * gnus-group.el (gnus-group-tool-bar-gnome):
12970 Fix gnus-agent-toggle-plugged. Re-order icons.
12971 (gnus-group-tool-bar-gnome):
12972 Add gnus-group-{prev,next}-unread-group.
12973 (gnus-group-tool-bar-gnome): Re-order icons.
12974
12975 * gnus-sum.el (gnus-summary-tool-bar-gnome):
12976 Move gnus-summary-insert-new-articles.
12977
12978 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12979 Fix comments.
12980
12981 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
12982 also available in Emacs 21.3.
12983
12984 * message.el (message-fix-before-sending): Change "Emacs 22" to
12985 "Emacs 23 (unicode)" in comment.
12986
12987 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12988 "Emacs 23 (unicode)" in comment.
12989
12990 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12991 comment.
12992 (mm-coding-system-p): Add comment about no-MULE XEmacs.
12993
12994 * mm-view.el (mm-fill-flowed): Add :version.
12995
12996 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
12997
12998 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12999 and load-path.
13000
13001 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
13002
13003 * message.el: Autoload gmm-image-load-path.
13004 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13005 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
13006 consitency.
13007
13008 * gmm-utils.el (gmm-image-load-path): Also search in
13009 "../etc/images". Don't set gmm-image-load-path if we don't find
13010 the image.
13011
13012 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
13013
13014 * gmm-utils.el (gmm-image-load-path): Don't make
13015 `gmm-image-load-path' include subdirectories which the second arg
13016 `image' might specify.
13017
13018 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13019 subdirectory to icon file names.
13020
13021 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13022
13023 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13024
13025 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13026 gmm-image-load-path calls.
13027
13028 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13029
13030 * message.el (message-make-tool-bar): Ditto.
13031
13032 * mml.el (mml-preview): Add comment concerning tool bar icons.
13033
13034 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13035 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13036
13037 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13038 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13039
13040 * message.el (message-tool-bar-gnome): Use new icon names.
13041 (message-make-tool-bar): Use `gmm-image-load-path'.
13042
13043 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13044 New functions from MH-E.
13045 (gmm-image-load-path): New variable from MH-E.
13046 (gmm-image-load-path): New function from MH-E. Add arguments
13047 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
13048 *-image-load-path-called-flag.
13049
13050 2006-02-21 Milan Zamazal <pdm@brailcom.org>
13051
13052 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13053
13054 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
13055
13056 * nnimap.el (nnimap-request-move-article): Change folder back to
13057 source group before deleting.
13058
13059 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
13060
13061 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13062
13063 * gnus-art.el (mm-url-insert-file-contents-external):
13064 Autoload mm-url.
13065
13066 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13067
13068 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
13069
13070 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13071 coding system which mm-charset-to-coding-system returns for a
13072 given charset is valid.
13073
13074 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13075
13076 * html2text.el (html2text-remove-tag-list):
13077 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13078
13079 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13080
13081 * gnus-cus.el: Revert 2005-10-17 change.
13082
13083 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
13084
13085 * gnus-art.el (article-strip-banner):
13086 Call article-really-strip-banner only when the regexp match is made.
13087
13088 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
13089
13090 * gnus-art.el (article-strip-banner):
13091 Use gnus-extract-address-components instead of
13092 mail-header-parse-addresses to make it work with non-ASCII text;
13093 remove mail-encode-encoded-word-string.
13094
13095 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13096 values which are surrounded with \"...\"; make it never cause a
13097 Lisp error; give up parsing of parameters if it failed in
13098 extracting type.
13099
13100 2006-02-14 Arne Jørgensen <arne@arnested.dk>
13101
13102 * smime.el (smime-cert-by-ldap-1): Fix bug where
13103 `smime-ldap-search' returns results without userCertificates.
13104
13105 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13106
13107 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13108
13109 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13110
13111 * spam.el (spam-check-spamassassin-headers): Adapt format for
13112 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
13113 <ari@mbf.ocn.ne.jp>.
13114 (spam-list-of-processors): Add spam-use-gmane.
13115
13116 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13117
13118 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13119 make-temp-file; make it work with XEmacs as well.
13120
13121 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13122 mm-make-temp-file.
13123
13124 * mm-decode.el (mm-display-external): Use the 3rd arg of
13125 mm-make-temp-file.
13126 (mm-create-image-xemacs): Ditto.
13127
13128 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13129
13130 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13131 with message-narrow-to-headers.
13132 (gnus-draft-setup): Narrow to header to run message-fetch-field.
13133 (gnus-draft-check-draft-articles): New function.
13134 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13135
13136 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13137
13138 * gnus-art.el (gnus-article-browse-html-parts):
13139 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13140 Don't use suffix argument for mm-make-temp-file for Emacs 21
13141 compatibility. Remove useless `format'.
13142
13143 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13144
13145 * nnweb.el (nnweb-google-wash-article): Update regexps.
13146 (nnweb-group-alist): Use defvoo instead of defvar.
13147
13148 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13149
13150 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13151 re-loading nn* modules.
13152
13153 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13154
13155 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13156 for `tool-bar-mode' and don't check it's default-value.
13157
13158 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13159
13160 * message.el (message-make-tool-bar): Ditto.
13161
13162 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13163 `substring'. Shorten tmp-file name.
13164
13165 * gnus.el: Remove bogus comment.
13166
13167 2006-02-10 Hynek Schlawack <hynek@ularx.de>
13168
13169 * gnus-art.el (gnus-article-browse-html-parts): New function.
13170 (gnus-article-browse-html-article): New function for viewing html
13171 articles with a browser.
13172
13173 2006-02-09 Daiki Ueno <ueno@unixuser.org>
13174
13175 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13176 (mml2015-pgg-encrypt): Ditto.
13177
13178 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13179 (mml1991-pgg-encrypt): Ditto.
13180
13181 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13182
13183 * nnfolder.el (nnfolder-insert-newsgroup-line):
13184 Use message-make-date instead of current-time-string.
13185
13186 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13187 to gnus-decoded which mm-uu might set.
13188
13189 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13190
13191 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13192 don't decode quoted parameters; remove misimported Emacs code.
13193 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13194 (rfc2231-decode-encoded-string): Don't use split-string which
13195 behaves differently according to Emacs version; use
13196 mm-decode-coding-region to convert charset to coding-system.
13197 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13198 (rfc2231-encode-string): Remove misimported Emacs code.
13199
13200 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13201
13202 * gnus-art.el (article-decode-charset): Don't use ignore-errors
13203 when calling mail-header-parse-content-type.
13204 (article-de-quoted-unreadable): Ditto.
13205 (article-de-base64-unreadable): Ditto.
13206 (article-wash-html): Ditto.
13207
13208 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13209 calling mail-header-parse-content-type and
13210 mail-header-parse-content-disposition.
13211 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13212 mail-header-parse-content-type.
13213
13214 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13215 insert charset and format parameters; encode description after
13216 inserting it to buffer.
13217 (mml-insert-parameter): Fold lines properly even if a parameter is
13218 segmented into two or more lines; change the max column to 76.
13219
13220 * rfc1843.el (rfc1843-decode-article-body): Don't use
13221 ignore-errors when calling mail-header-parse-content-type.
13222
13223 * rfc2231.el (rfc2231-parse-string): Return at least type if
13224 possible; don't cause an error even if it fails in parsing of
13225 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13226 (rfc2231-encode-string): Don't break lines at the beginning, leave
13227 it to mml-insert-parameter.
13228
13229 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13230 calling mail-header-parse-content-type.
13231
13232 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
13233
13234 * spam-report.el (spam-report-gmane-use-article-number):
13235 Improve doc string.
13236 (spam-report-gmane-internal): Check if a suitable header was found
13237 in the article.
13238
13239 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
13240
13241 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13242 (rfc2231-encode-string): Make param*=value always begin with LWSP.
13243
13244 2006-02-05 Romain Francoise <romain@orebokech.com>
13245
13246 Update copyright notices of all files in the gnus directory.
13247
13248 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13249
13250 * nnweb.el (nnweb-request-group): Avoid growing overview files.
13251
13252 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
13253
13254 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13255 segmented lines of parameter value to cope with Thunderbird 1.5
13256 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13257 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13258 (rfc2231-encode-string): Don't make lines exceeding 76 column.
13259
13260 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
13261
13262 * mml.el (mml-generate-mime-1): Correct the order of inline signed
13263 parts.
13264
13265 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13266
13267 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13268 there's only one active file for all servers.
13269 (nnweb-request-scan): Make sure nnweb-articles is initialized on
13270 solid groups. Gnus might have used a FAST request to select the group.
13271 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13272 and nnweb-search redundantly in the active file.
13273 (nnweb-request-list): Don't list bogus groups. There can only be one.
13274 (nnweb-request-create-group): Don't use ARGS.
13275 (nnweb-possibly-change-server, nnweb-request-group): Remove some
13276 initialisations. Let nnoo do the work.
13277
13278 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
13279
13280 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13281 Say the part has been decoded.
13282
13283 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13284
13285 2006-01-31 Kevin Ryde <user42@zip.com.au>
13286
13287 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13288 mailcap-viewer-test-cache when there's no 'test clause, since that
13289 will invert the meaning of a "nil" test previously determined by
13290 mailcap-mailcap-entry-passes-test.
13291
13292 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
13293
13294 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13295 compiling.
13296
13297 * gnus-sum.el: Ditto.
13298
13299 * message.el: Don't bind tool-bar-map when compiling.
13300
13301 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
13302
13303 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13304
13305 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13306
13307 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13308 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13309 current Google Groups.
13310
13311 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
13312
13313 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13314 and tool-bar-mode.
13315
13316 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13317 and tool-bar-mode.
13318
13319 * message.el (message-tool-bar-update): Simplify.
13320 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13321
13322 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13323 gnus-summary-buffer.
13324 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13325 gnus-summary-reply.
13326
13327 * gmm-utils.el (gmm): Add :version.
13328
13329 2006-01-26 Steve Youngs <steve@sxemacs.org>
13330
13331 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13332 Don't autoload.
13333
13334 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
13335
13336 * gmm-utils.el (gmm-verbose): Add :group.
13337
13338 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
13339
13340 * message.el: Change some comments WRT tool-bars.
13341
13342 * gnus-sum.el (gnus-summary-tool-bar)
13343 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13344 (gnus-summary-tool-bar-zap-list): New variables.
13345 (gnus-summary-make-tool-bar): Complete rewrite using
13346 `gmm-tool-bar-from-list'.
13347
13348 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13349 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13350 New variables.
13351 (gnus-group-make-tool-bar): Complete rewrite using
13352 `gmm-tool-bar-from-list'.
13353 (gnus-group-tool-bar-update): New function.
13354
13355 * message.el (message-mode-field-menu): Add "Show hidden Headers".
13356
13357 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
13358
13359 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13360 is dissected into a single part of which the type is the same as
13361 the given one; decode charset.
13362
13363 2006-01-21 Kevin Ryde <user42@zip.com.au>
13364
13365 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13366 into alists as symbol not string, since that's what
13367 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13368 look for.
13369
13370 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
13371
13372 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13373 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13374
13375 * message.el (message-tool-bar-gnome): Use gmm-ignore.
13376
13377 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13378
13379 * gnus-art.el (gnus-mime-security-button-commands): New variable.
13380 (gnus-mime-security-button-menu): New definition.
13381 (gnus-mime-security-button-map): Use them.
13382 (gnus-mime-security-button-menu): New function.
13383 (gnus-insert-mime-security-button): Addition to help echo.
13384 (gnus-mime-security-run-function, gnus-mime-security-save-part)
13385 (gnus-mime-security-pipe-part): New functions.
13386
13387 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13388 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13389
13390 * mm-decode.el (mm-handle-set-disposition): Remove.
13391 (mm-handle-set-description): Remove.
13392
13393 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13394
13395 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13396 (mm-w3m-standalone-supports-m17n-p): New function.
13397 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13398 w3m usage.
13399
13400 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13401 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13402
13403 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
13404
13405 * message.el (message-tool-bar-zap-list):
13406 Use gmm-tool-bar-zap-list as custom type.
13407 (message-tool-bar-update): New function.
13408 (message-tool-bar, message-tool-bar-gnome)
13409 (message-tool-bar-retro): Add message-tool-bar-update.
13410 (message-tool-bar-gnome): Add flyspell-buffer.
13411
13412 * gnus-util.el (gnus-error): Describe `args'.
13413
13414 * gmm-utils.el (gmm-error): Describe `args'.
13415 (gmm-tool-bar-zap-list): New widget.
13416 (gmm-tool-bar-from-list): Improve description of `zap-list'.
13417
13418 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13419
13420 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13421 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13422 the number of recursive calls.
13423
13424 * mm-decode.el (mm-handle-set-disposition): New macro.
13425 (mm-handle-set-description): New macro.
13426
13427 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13428
13429 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13430 encoding.
13431
13432 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13433
13434 * message.el (message-tool-bar-zap-list, message-tool-bar)
13435 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13436 (message-tool-bar-local-item-from-menu): Remove.
13437 (message-tool-bar-map): Replace by `message-make-tool-bar'.
13438 (message-make-tool-bar): New function.
13439 (message-mode): Use `message-make-tool-bar'.
13440
13441 * gmm-utils.el: New file.
13442 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13443 (gmm-lazy): New widget copied from `nnmail.el'.
13444 (gmm-tool-bar-from-list): New function for creating customizable
13445 tool bars.
13446 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
13447 output.
13448 (gmm): Add :prefix to defgroup.
13449
13450 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
13451
13452 * gmm-utils.el (gmm-widget-p): New function.
13453
13454 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13455
13456 * mml.el (mml-attach-file): Describe `description' in doc string.
13457 (mml-menu): Add Emacs MIME manual and PGG manual.
13458
13459 2006-01-20 Richard M. Stallman <rms@gnu.org>
13460
13461 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13462
13463 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
13464
13465 * nntp.el (nntp-end-of-line): Doc fix.
13466
13467 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
13468
13469 * imap.el (imap-open): Handle case where buffer is a buffer
13470 object.
13471
13472 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13473
13474 * gnus-delay.el (gnus-delay): Don't autoload.
13475 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13476 to be re-loaded when customizing the `gnus-delay' group.
13477
13478 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
13479
13480 * message.el (message-insert-citation-line): Use newlines.
13481
13482 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
13483
13484 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13485
13486 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13487
13488 2006-01-19 Mark D. Baushke <mdb@gnu.org>
13489
13490 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13491
13492 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13493
13494 * mm-decode.el (mm-inlined-types): Add application/pgp.
13495 (mm-automatic-display): Ditto.
13496
13497 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13498 part as text.
13499
13500 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13501
13502 * nnrss.el: Update copyright.
13503 (nnrss-opml-import): Query whether to subscribe to each entry.
13504
13505 * gnus-art.el:
13506 * gnus-sum.el:
13507 * mm-uu.el:
13508 * mm-view.el: Update copyright.
13509
13510 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
13511
13512 * message.el (message-info): New function.
13513 (message-mode-menu): Add it.
13514 Update copyright.
13515
13516 * ChangeLog: Fix and update copyright.
13517
13518 2006-01-13 Romain Francoise <romain@orebokech.com>
13519
13520 * message.el (message-forward-subject-name-subject): Prefer the
13521 address to 'nowhere' if the sender has no name.
13522 Fix typo. Update copyright year.
13523
13524 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
13525
13526 * gnus-art.el (article-wash-html):
13527 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13528 (gnus-article-wash-html-with-w3m-standalone): New function.
13529
13530 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13531 mm-inline-text-html-render-with-w3m-standalone.
13532 (mm-text-html-washer-alist): Map w3m-standalone to
13533 gnus-article-wash-html-with-w3m-standalone.
13534 (mm-inline-text-html-render-with-w3m-standalone): New function.
13535
13536 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13537
13538 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13539 Improve LaTeX.
13540
13541 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13542
13543 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13544 (nnrss-request-article): Render text/plain parts as HTML.
13545
13546 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13547 the buffer.
13548
13549 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
13550
13551 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13552 custom definition of `gnus-posting-styles'.
13553
13554 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13555 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13556
13557 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
13558
13559 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13560 Use nntp for bug archive.
13561
13562 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
13563
13564 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13565 parts.
13566 (nnrss-normalize-date): New function converts ISO 8601 date into
13567 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13568 (nnrss-check-group): Use it.
13569
13570 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
13571
13572 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13573
13574 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13575 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13576 (nnrss-insert-w3): Ditto.
13577
13578 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
13579
13580 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13581 the articles to be forwarded including the case where neither a
13582 number of articles nor a region is specified.
13583
13584 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
13585
13586 * nnrss.el (nnrss-request-article): Fix last change; fill
13587 text/plain parts.
13588
13589 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
13590
13591 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13592 in text/plain part.
13593 (nnrss-check-group): Don't add excessive newline to dc:subject.
13594
13595 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
13596
13597 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13598 article.
13599
13600 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13601
13602 * nnml.el: Don't require gnus-bcklg. Autoload it.
13603 (nnml-use-compressed-files, nnml-save-mail): Support other
13604 comression programs such as bzip2.
13605
13606 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13607
13608 * dns.el (query-dns): Make sure we check the buffer size before
13609 removing tcp headers.
13610
13611 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
13612
13613 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13614 remove MIME buttons associated with multipart/alternative parts.
13615 (gnus-mime-display-alternative): Tag buttons using `article-type'
13616 text property.
13617
13618 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13619 associated with multipart/alternative parts.
13620
13621 * gnus-art.el (gnus-signature-separator): Fix custom type.
13622
13623 * mm-decode.el (mm-inlined-types): Fix custom type.
13624 (mm-keep-viewer-alive-types): Ditto.
13625 (mm-automatic-display): Ditto.
13626 (mm-attachment-override-types): Ditto.
13627 (mm-inline-override-types): Ditto.
13628 (mm-automatic-external-display): Ditto.
13629
13630 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13631
13632 * spam-report.el (spam-report-user-mail-address)
13633 (spam-report-user-agent): New variables.
13634 (spam-report-url-ping-plain): Use spam-report-user-agent.
13635
13636 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
13637
13638 * gnus-art.el (gnus-button-handle-custom): Do not just use
13639 `customize-apropos' for any "M-x customize-*" button but the
13640 function called for. Accept both the function name and its
13641 argument in order to achieve this.
13642 (gnus-button-alist): Remove support for "custom:" URL's.
13643 Pass function name to `gnus-button-handle-custom' in case of "M-x
13644 customize-*" buttons.
13645
13646 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
13647
13648 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13649 multipart/alternative and add xref to mm-discouraged-alternatives
13650 in doc string.
13651
13652 * mm-decode.el (mm-discouraged-alternatives): Add xref to
13653 gnus-buttonized-mime-types in doc string.
13654
13655 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
13656
13657 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13658 Suggest image/.* in the doc string.
13659
13660 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
13661
13662 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13663 message-marks (Debian bug #342521).
13664
13665 2005-12-12 Simon Josefsson <jas@extundo.com>
13666
13667 * password.el (password-read-from-cache): Add.
13668 (password-read): Use it.
13669
13670 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
13671
13672 * rfc2047.el (rfc2047-charset-to-coding-system):
13673 Recognize us-ascii as a MIME charset.
13674
13675 * mm-bodies.el (mm-decode-content-transfer-encoding):
13676 Protect against the case where the 2nd arg TYPE is nil.
13677
13678 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13679
13680 * pop3.el (pop3-stream-type): Fix custom version.
13681
13682 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13683
13684 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13685
13686 * mm-decode.el (mm-display-external): Add missing cdr.
13687
13688 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
13689
13690 * mm-decode.el (mm-display-external): Use nametemplate (defined in
13691 RFC1524) if it is in mailcap or add a suffix according to
13692 mailcap-mime-extensions when generating a temp filename; postpone
13693 deleting a temp file for 2 seconds for some wrappers, shell
13694 scripts, and so on, which might exit right after having started a
13695 viewer command as a background job.
13696
13697 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13698
13699 * nntp.el (nntp-marks-directory): Fix custom group.
13700
13701 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13702 steps when < 10.
13703
13704 * gnus-start.el (gnus-no-server-1):
13705 Mention `gnus-level-default-subscribed' in doc string.
13706
13707 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13708
13709 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13710 parens.
13711
13712 2005-11-26 Dave Love <fx@gnu.org>
13713
13714 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13715 (tls-program, tls-success): Provide openssl alternative.
13716
13717 * starttls.el: Doc fixes.
13718 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13719 SERVICE to PORT.
13720
13721 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
13722 port null or service name.
13723 (starttls-negotiate): Autoload.
13724
13725 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
13726
13727 * message.el (message-kill-to-signature): Fix interactive spec.
13728
13729 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
13730
13731 * pop3.el (pop3-open-server): Recognize a string as a service name.
13732
13733 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
13734
13735 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13736
13737 2005-11-23 Dave Love <fx@gnu.org>
13738
13739 Add pop3s, pop3/starttls.
13740
13741 * pop3.el (pop3-authentication-scheme): Clarify doc.
13742 (open-tls-stream, starttls-open-stream): Autoload.
13743 (pop3-stream-type): New.
13744 (pop3-open-server): Use it.
13745
13746 * mail-source.el (mail-sources): Fix some :types. Add stream type
13747 for POP.
13748 (mail-source-keyword-map): Add :stream for POP.
13749 (mail-source-fetch-pop): Use pop3-stream-type.
13750
13751 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
13752
13753 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13754 of current-time-string.
13755
13756 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
13757
13758 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13759 date header.
13760
13761 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
13762
13763 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13764 it can seriously impact performance as it bypasses the agent's
13765 local caches.
13766
13767 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
13768
13769 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13770 must be explicitly online rather than "not explicitly offline" for
13771 its flags to be synchronized.
13772
13773 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13774 that gnus-uu-unmark-thread will function correctly.
13775
13776 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13777 1024K is instead displayed as 1M.
13778
13779 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13780
13781 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13782
13783 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
13784
13785 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13786
13787 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
13788
13789 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13790 error message to display actual error condition.
13791 (gnus-agent-save-local): Avoid saving symbols that are bound to
13792 nil as they simply result in a warning message in
13793 gnus-agent-read-local.
13794
13795 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
13796
13797 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13798 rather than make-variable-buffer-local for file-precious-flag.
13799
13800 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
13801
13802 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13803 for duplicates which are removed. The invalid sort check then
13804 triggers a rescan after the sort as sorting may have moved
13805 duplicate entries such that they can be cheaply detected.
13806
13807 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
13808
13809 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13810
13811 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
13812
13813 * gnus-agent.el (gnus-agent-article-alist-save-format):
13814 Change internal variable to a custom variable. Change default value
13815 from compressed(2) to uncompressed(1).
13816 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13817 support for uncompressed agentview files. Taken together, reading
13818 the agentview file should now be 6-7 times faster.
13819
13820 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
13821
13822 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13823 as a buffer-local variable. This avoids creating truncated
13824 dribble files as a result of a hang up, eg.
13825
13826 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13827
13828 * gnus-start.el (gnus-start-draft-setup):
13829 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13830
13831 * gnus.el (gnus-splash): Change custom group.
13832 (gnus-group-get-parameter, gnus-group-parameter-value):
13833 Describe allow-list argument.
13834
13835 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13836 string.
13837
13838 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13839
13840 * gnus-art.el (gnus-default-article-saver): Add user-defined
13841 `function' to custom type.
13842
13843 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
13844
13845 * imap.el (imap-open): Handle case where buffer is a buffer
13846 object.
13847
13848 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
13849
13850 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13851 long lines.
13852 (gnus-cache-delete-group): Wrap doc strings.
13853
13854 * gnus-agent.el (gnus-agent-rename-group)
13855 (gnus-agent-delete-group): Wrap doc strings.
13856
13857 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13858
13859 * gnus-start.el (gnus-1): Add "native" to
13860 gnus-predefined-server-alist.
13861
13862 * gnus.el (gnus-method-to-server): Don't add "native" to the
13863 lists here, because that leads to problems when
13864 gnus-select-method is bound.
13865
13866 2005-11-09 Simon Josefsson <jas@extundo.com>
13867
13868 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13869 use (not sort-by-date) instead.
13870
13871 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
13872
13873 * gnus-delay.el (gnus-delay-group): Don't autoload.
13874 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13875 to be re-loaded when customizing the `gnus-delay' group.
13876
13877 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
13878
13879 * message.el: Revert last changes.
13880 (message-insert-citation-line): Use newlines.
13881
13882 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
13883
13884 * message.el (message-courtesy-message)
13885 (message-mark-insert-begin, message-mark-insert-end)
13886 (message-elide-ellipsis, message-cancel-message)
13887 (message-add-header, message-change-subject)
13888 (message-cross-post-followup-to-header)
13889 (message-cross-post-insert-note, message-reduce-to-to-cc)
13890 (message-widen-reply, message-delete-not-region)
13891 (message-kill-to-signature, message-insert-signature)
13892 (message-insert-importance-high, message-insert-importance-low)
13893 (message-insert-or-toggle-importance)
13894 (message-insert-disposition-notification-to)
13895 (message-indent-citation, message-yank-original)
13896 (message-cite-original-without-signature, message-cite-original)
13897 (message-insert-citation-line, message-position-on-field)
13898 (message-fix-before-sending, message-send-mail-partially)
13899 (message-send-mail, message-send-mail-with-sendmail)
13900 (message-send-mail-with-qmail, message-send-news)
13901 (message-check-news-header-syntax, message-generate-headers)
13902 (message-insert-courtesy-copy, message-fill-address)
13903 (message-fill-header, message-shorten-references)
13904 (message-setup-1, message-cancel-news)
13905 (message-forward-make-body-plain, message-forward-make-body-mime)
13906 (message-forward-make-body-mml, message-encode-message-body)
13907 (message-forward-make-body-digest-plain)
13908 (message-forward-make-body-digest-mime)
13909 (message-use-alternative-email-as-from): Insert `hard-newline'
13910 instead of ordinary newlines.
13911
13912 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
13913
13914 * message.el (message-generate-headers): Downcase the argument
13915 given to message-check-element.
13916
13917 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
13918
13919 * nntp.el (nntp-authinfo-rejected): New error condition.
13920 (nntp-wait-for): Use new error condition to signal authentication
13921 error.
13922 (nntp-retrieve-data): Rethrow new error condition to break out of
13923 recursive call to nntp-send-authinfo.
13924
13925 2005-11-08 Romain Francoise <romain@orebokech.com>
13926
13927 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13928 (gnus-summary-exit-map): Bind to `Z p'.
13929 (gnus-summary-make-menu-bar): Add menu item.
13930
13931 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
13932
13933 * gnus-art.el (gnus-article-treat-custom): Add `first'.
13934 (gnus-treat-*): Add `first' in all doc strings.
13935
13936 * gnus-group.el (gnus-group-compact-group): Fix typo.
13937
13938 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
13939
13940 * gnus.el (gnus-parameters-case-fold-search): New variable.
13941 (gnus-parameters-get-parameter): Use it.
13942
13943 * gnus-score.el (gnus-home-score-file): Doc fix.
13944
13945 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
13946
13947 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13948
13949 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
13950
13951 * mm-util.el (mm-special-display-p): New function.
13952
13953 * mml.el (mml-preview): Use it; doc fix.
13954
13955 2005-10-29 Romain Francoise <romain@orebokech.com>
13956
13957 * message.el (message-fix-before-sending): Fix comment.
13958
13959 2005-10-29 Jari Aalto <jari.aalto@cante.net>
13960
13961 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13962
13963 2005-10-29 Jari Aalto <jari.aalto@cante.net>
13964
13965 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13966 Used in gnus-score.el.
13967
13968 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13969
13970 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13971
13972 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
13973
13974 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13975 whitespace removed in revision 7.8. Use concatenated string to
13976 protect trailing whitespace.
13977
13978 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
13979
13980 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13981 (nnimap-request-expire-articles): Use it to avoid sending 'UID
13982 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13983 Courier IMAP ("some version from 2004"). Mostly based on similar
13984 code in the same function.
13985
13986 2005-10-26 Didier Verna <didier@xemacs.org>
13987
13988 * gnus-group.el (gnus-group-compact-group): Invalidate original
13989 article buffer.
13990 * gnus-srvr.el (gnus-server-compact-server): Ditto.
13991 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13992 NOV database and in article itself.
13993 Invalidate article backlog.
13994
13995 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13996
13997 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13998
13999 2005-10-26 Simon Josefsson <jas@extundo.com>
14000
14001 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14002 part of 2004-07-25 change.
14003
14004 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14005
14006 * message.el (message-display-completion-list): New function.
14007 (message-expand-group): Use it; make sure the Completions buffer
14008 is modifiable.
14009
14010 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14011
14012 * imap.el (imap-open): Handle case where buffer is a buffer object.
14013
14014 2005-10-24 Eli Zaretskii <eliz@gnu.org>
14015
14016 * pgg-def.el:
14017 * pgg-gpg.el:
14018 * pgg-parse.el:
14019 * pgg-pgp.el:
14020 * pgg-pgp5.el:
14021 * pgg.el: Move to the parent lisp directory.
14022
14023 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14024
14025 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14026 user-mail-name is an empty string.
14027
14028 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14029
14030 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14031 depending on gnus-score-decay-constant.
14032
14033 * encrypt.el (encrypt-insert-file-contents)
14034 (encrypt-write-file-contents): Don't use `gnus-message'.
14035
14036 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14037 arguments.
14038 (mm-uu-type-alist): Add message-marks and insert-marks.
14039 Pass arguments to mm-uu-verbatim-marks-extract.
14040 (mm-uu-hide-markers): New variable.
14041 (mm-uu-extract): Use face similar to `gnus-cite-3'.
14042
14043 * gnus-fun.el (gnus-convert-image-to-x-face-command)
14044 (gnus-convert-image-to-face-command): Use "convert" by default to
14045 allow other input image formats.
14046 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14047 accordingly.
14048
14049 2005-10-23 Simon Josefsson <jas@extundo.com>
14050
14051 * imap.el (imap-gssapi-program): Align command line parameters
14052 with latest GNU SASL.
14053 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14054
14055 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14056
14057 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14058 HTML.
14059 (nnslashdot-request-article): Ditto.
14060
14061 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14062
14063 * mail-source.el (mail-source-fetch-pop): Require pop3.
14064 (mail-source-check-pop): Ditto.
14065
14066 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14067
14068 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14069 errors.
14070
14071 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14072
14073 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14074 (gnus-treat-strip-leading-blank-lines): Improve doc string.
14075
14076 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14077
14078 * mm-bodies.el (mm-decode-string):
14079 Call `mm-charset-to-coding-system' with allow-override argument.
14080
14081 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14082
14083 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14084 (rfc2047-charset-to-coding-system): New function.
14085 (rfc2047-decode-encoded-words): New function.
14086 (rfc2047-decode-region): Use them.
14087 (rfc2047-decode-cte): Remove.
14088 (rfc2047-parse-and-decode): Remove.
14089 (rfc2047-decode): Remove.
14090
14091 2005-10-15 Kenichi Handa <handa@m17n.org>
14092
14093 * rfc2047.el (rfc2047-decode-cte): New function.
14094 (rfc2047-decode-region): Change the way to decode successive
14095 encoded-words: decode B- or Q-encoding in each encoded-word,
14096 concatenate them, and decode it as charset.
14097
14098 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14099
14100 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
14101 widget-move-and-invoke.
14102 (gnus-custom-mode): Use gnus-custom-map.
14103
14104 2005-10-15 Bill Wohler <wohler@newt.com>
14105
14106 * message.el (message-tool-bar-map): Rename image file from
14107 mail_send to mail/send.
14108
14109 2005-10-16 Masatake YAMATO <jet@gyve.org>
14110
14111 * message.el (message-expand-group): Pass the common
14112 prefix substring of completion to `display-completion-list'.
14113
14114 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
14115
14116 * mml-sec.el (mml-secure-method): New internal variable.
14117 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14118 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14119 New functions using mml-secure-method.
14120
14121 * mml.el (mml-mode-map): Add key bindings for those functions.
14122 (mml-menu): Simplify security menu entries. Suggested by Jesper
14123 Harder <harder@myrealbox.com>.
14124 (mml-attach-file, mml-attach-buffer, mml-attach-external):
14125 Goto end of message if point is the headers of the message.
14126
14127 * message.el (message-in-body-p): New function.
14128
14129 * assistant.el: Autoload gnus-util and netrc.
14130
14131 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14132 Use `mm-charset-override-alist' only when decoding.
14133
14134 * mm-bodies.el (mm-decode-body):
14135 Call `mm-charset-to-coding-system' with allow-override argument.
14136
14137 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14138 `filename' from Content-Disposition if Content-Type doesn't
14139 provide `name'.
14140 (gnus-mime-view-part-as-type): Set default instead of
14141 initial-input.
14142
14143 2005-10-09 Daniel Brockman <daniel@brockman.se>
14144
14145 * format-spec.el (format-spec): Propagate text properties of % spec.
14146
14147 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14148
14149 * gnus-art.el (gnus-treat-predicate): Add `first'.
14150
14151 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14152
14153 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14154 (mm-charset-override-alist): New variable.
14155 (mm-charset-to-coding-system): Use it.
14156 (mm-codepage-setup): New helper function.
14157 (mm-charset-eval-alist): New variable.
14158 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14159 Warn about unknown charsets.
14160
14161 2005-10-04 David Hansen <david.hansen@gmx.net>
14162
14163 * nnrss.el (nnrss-request-article): Add support for the comments tag.
14164 (nnrss-check-group): Ditto.
14165
14166 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14167
14168 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14169 Rename x-gnus-verbatim to x-verbatim.
14170 (mm-uu-type-alist): Fix regexp for verbatim-marks.
14171
14172 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14173 x-verbatim.
14174
14175 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14176
14177 * gnus-util.el (gnus-remove-duplicates): Remove.
14178
14179 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14180 instead of gnus-remove-duplicates.
14181
14182 * message.el (message-remove-duplicates): Remove.
14183 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14184 message-remove-duplicates.
14185
14186 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14187 available, else use implementation from `delete-dups'.
14188
14189 * message.el (message-insert-expires): New function.
14190 (message-mode-map): Add key binding.
14191 (message-mode-field-menu): Add menu entry.
14192 (message-mode): Document it.
14193 (message-make-expires-date): Use `message-make-date'.
14194
14195 2005-10-04 Josh Huber <huber@alum.wpi.edu>
14196
14197 * message.el (message-make-expires-date): New function.
14198
14199 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
14200
14201 * time-date.el: Autoload parse-time-string, XEmacs needs it.
14202
14203 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14204
14205 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14206 function rather than the diff-mode.el package.
14207 (mm-display-external): Use with-current-buffer.
14208 (mm-viewer-completion-map, mm-viewer-completion-map):
14209 Move initialization inside declaration.
14210
14211 2005-09-29 Simon Josefsson <jas@extundo.com>
14212
14213 * spam.el: Load hashcash when compiling, to avoid warnings.
14214 Don't autoload mail-check-payment.
14215 (spam-check-hashcash): Define unconditionally, since hashcash.el
14216 is part of Gnus now. Ignore errors from payment checking.
14217
14218 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14219
14220 * message.el (message-bold-region, message-unbold-region):
14221 Rename from `bold-region' and `unbold-region'.
14222
14223 * message.el: Remove useless autoloads.
14224
14225 2005-09-28 Simon Josefsson <jas@extundo.com>
14226
14227 * message.el (message-use-idna): Default to t.
14228 (message-use-idna): Test whether encoding works too. Doc fix.
14229
14230 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
14231
14232 * nntp.el (nntp-warn-about-losing-connection): Remove.
14233
14234 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14235
14236 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14237 customizable. Change default value.
14238 (mm-uu-diff-groups-regexp): Change default value.
14239 (mm-uu-type-alist): Add doc string.
14240 (mm-uu-configure): Add doc string. Make it interactive.
14241 (mm-uu-tex-groups-regexp): New variable.
14242 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14243 (mm-uu-type-alist): Add LaTeX documents.
14244 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14245 of "text/verbatim".
14246 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14247
14248 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14249 instead of "text/verbatim".
14250
14251 * message.el (message-mark-inserted-region)
14252 (message-mark-insert-file): Use slrn style marks when called with
14253 prefix argument.
14254
14255 2005-09-27 Simon Josefsson <jas@extundo.com>
14256
14257 * message.el (message-idna-to-ascii-rhs-1): Reformat.
14258
14259 2005-09-27 Arne Jørgensen <arne@arnested.dk>
14260
14261 * message.el (message-remove-duplicates): New function.
14262 Implementation borrowed from `gnus-remove-duplicates'.
14263 (message-idna-to-ascii-rhs): Also encode idna addresses in
14264 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14265 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14266 only ask about the same idna domain once per header and also tell
14267 in what header to replace the idna domain.
14268
14269 * gnus-art.el (article-decode-idna-rhs): Also decode idna
14270 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14271 (article-decode-idna-rhs): Fix regexp so that all idna-address in
14272 a header is decoded and not just the last one.
14273
14274 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14275
14276 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14277 has been decoded.
14278
14279 * mm-decode.el (mm-automatic-display): Add text/verbatim.
14280 (mm-insert-part): Don't modify text if it has been decoded.
14281
14282 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14283 decoded.
14284
14285 * mm-view.el (mm-inline-text): Don't strip text props unless
14286 decoding enriched or richtext parts.
14287
14288 2005-09-25 Romain Francoise <romain@orebokech.com>
14289
14290 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14291 * gnus-start.el (gnus-subscribe-interactively):
14292 * gnus-uu.el (gnus-uu-grab-articles):
14293 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14294 space.
14295
14296 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14297
14298 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14299 * mm-view.el (mm-view-pkcs7-decrypt):
14300 * gnus-sum.el (gnus-summary-limit-to-extra)
14301 (gnus-summary-respool-article, gnus-read-move-group-name):
14302 * gnus-score.el (gnus-summary-increase-score):
14303 * gnus-util.el (gnus-completing-read-with-default):
14304 * gnus-art.el (gnus-read-save-file-name)
14305 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14306 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14307 * message.el (message-check-news-header-syntax):
14308 Follow convention for reading with the minibuffer.
14309
14310 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
14311
14312 * spam-report.el (spam-report-url-ping-plain):
14313 Use gnus-extended-version as User-Agent.
14314
14315 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14316 default value is nil.
14317
14318 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14319 (mm-uu-verbatim-marks-extract): New function.
14320 (mm-uu-extract): New face.
14321 (mm-uu-copy-to-buffer): Use it.
14322
14323 * spam-report.el (spam-report-gmane-ham): Rename from
14324 `spam-report-gmane-unspam'.
14325 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14326 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
14327
14328 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14329 Autoload.
14330 (spam-report-gmane-unregister-routine):
14331 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14332
14333 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
14334
14335 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14336 (spam-report-gmane-unregister-routine): Add support for gmane
14337 unregistration.
14338
14339 * spam-report.el (spam-report-gmane-unspam)
14340 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14341 (spam-report-gmane): Change to take a single article and do unspam
14342 registration.
14343
14344 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14345
14346 * mm-url.el (mm-url-decode-entities): Fix regexp.
14347
14348 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14349
14350 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14351 default to nil, to be able to use Gnus at all. If the default
14352 switches to something else, then the function should be fixed not
14353 be exceedingly slow.
14354
14355 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
14356
14357 * gnus-start.el (gnus-activate-group): If the server is nil, don't
14358 fail hard.
14359
14360 * spam-report.el: Add better Keywords line.
14361
14362 * spam.el: Add Maintainer and better Keywords line.
14363
14364 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14365
14366 * gnus-art.el (gnus-article-replace-part)
14367 (gnus-mime-replace-part): New functions.
14368 (gnus-mime-action-alist, gnus-mime-button-commands)
14369 (gnus-mime-save-part-and-strip): Add file argument.
14370 (gnus-article-part-wrapper): Add interactive argument.
14371
14372 * gnus-sum.el (gnus-summary-mime-map):
14373 Add `gnus-article-replace-part'.
14374
14375 2005-09-19 Didier Verna <didier@xemacs.org>
14376
14377 The nnml compaction feature:
14378 * nnml.el (nnml-request-compact-group): New function.
14379 * nnml.el (nnml-request-compact): New function.
14380 * gnus-int.el (gnus-request-compact-group): New function.
14381 * gnus-int.el (gnus-request-compact): New function.
14382 * gnus-group.el (gnus-group-compact-group): New function.
14383 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14384 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14385 * gnus-srvr.el (gnus-server-compact-server): New function.
14386 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14387 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14388
14389 2005-09-18 Deepak Goel <deego@gnufans.org>
14390
14391 * sieve.el (sieve-help): Fix `message' call: first arg should be a
14392 format spec.
14393
14394 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14395
14396 * gnus.el (gnus-group-startup-message): Bind image-load-path.
14397
14398 2005-09-15 Romain Francoise <romain@orebokech.com>
14399
14400 * message.el (message-fill-paragraph): Clarify docstring.
14401
14402 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
14403
14404 * gnus-art.el (gnus-mime-display-part): Protect against broken
14405 MIME messages.
14406
14407 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14408
14409 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14410 before parsing header.
14411
14412 2005-09-11 Jari Aalto <jari.aalto@cante.net>
14413
14414 * html2text.el (html2text-replace-list): Add new entities.
14415
14416 2005-09-11 Romain Francoise <romain@orebokech.com>
14417
14418 * message.el (message-alternative-emails): Improve docstring.
14419 (message-setup-1): Call `message-use-alternative-email-as-from'
14420 after `message-setup-hook' to give it precedence over posting
14421 styles, etc.
14422 (message-use-alternative-email-as-from): Add docstring.
14423 Remove the original From header if present.
14424
14425 * nnml.el (nnml-compressed-files-size-threshold): New variable.
14426 (nnml-save-mail): Use it.
14427
14428 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14429 articles. Add new argument `silent'.
14430 (gnus-uu-mark-all): Report the total number of marked articles.
14431
14432 2005-09-10 Romain Francoise <romain@orebokech.com>
14433
14434 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14435 (gnus-uu-mark-series): Likewise.
14436
14437 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
14438
14439 * spam-report.el (spam-report-gmane): Fix generation of spam
14440 report URL.
14441
14442 2005-09-10 Simon Josefsson <jas@extundo.com>
14443
14444 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14445 t, based on discussion on the ding list with Robert Epprecht
14446 <epprecht@solnet.ch>.
14447
14448 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
14449
14450 * spam-report.el (spam-report-gmane): Make it work without
14451 X-Report-Spam header. Gmane now only provides Archived-At.
14452 This is only used if `spam-report-gmane-use-article-number' is nil.
14453 (spam-report-gmane-spam-header): Remove. Not used anymore.
14454
14455 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14456 make `gnus-summary-sort-by-recipient' work with threading.
14457
14458 * nnweb.el (nnweb-google-wash-article): Print a message if article
14459 is not available.
14460
14461 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14462
14463 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14464 change. Decode text/* parts content before displaying.
14465
14466 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14467
14468 * mml-smime.el: Remove defvar of gnus-extract-address-components.
14469
14470 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14471
14472 * mm-view.el (mm-display-inline-fontify): Disable support modes.
14473
14474 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
14475
14476 * message.el (message-tab-body-function): Fix mismatched custom type.
14477
14478 * gnus.el (gnus-group-change-level-function): Ditto.
14479
14480 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14481
14482 * gnus-art.el (gnus-signature-limit)
14483 (gnus-article-mime-part-function): Ditto.
14484
14485 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14486
14487 * mml.el (mml-mode): Silence the byte compiler.
14488
14489 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14490 using `(sit-for 0)' before moving the point to the specified part;
14491 skip unbuttonized parts.
14492 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14493 return to the summary window if gnus-auto-select-part is non-nil.
14494
14495 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
14496
14497 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14498 New variables.
14499 (mml-dnd-attach-file, mml-mode): Use them.
14500
14501 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14502 Make fetching article by MID work again for Google Groups.
14503 Add FIXME concerning gnus-group-make-web-group.
14504
14505 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14506 Don't depend on Gnus by using mail-extract-address-components if
14507 gnus-extract-address-components is not bound.
14508
14509 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14510
14511 * gnus-art.el (gnus-mime-display-security): Don't display the
14512 signature, but only the signed part.
14513
14514 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
14515
14516 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14517
14518 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14519 list, not listp.
14520
14521 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
14522
14523 * mm-encode.el (mm-encode-content-transfer-encoding):
14524 Likewise when encoding.
14525
14526 * mm-bodies.el (mm-decode-content-transfer-encoding):
14527 De-canonicalize CRLF for all text content types, not just
14528 text/plain.
14529
14530 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14531
14532 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14533 valid article; point arrow and cursor at the MIME button.
14534
14535 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
14536
14537 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14538 Suggested by Dan Christensen <jdc@uwo.ca>.
14539
14540 * mm-decode.el (mm-save-part): Enable change of prompt.
14541
14542 2005-08-29 Jari Aalto <jari.aalto@cante.net>
14543
14544 * gnus-msg.el (gnus-inews-add-send-actions):
14545 Make `message-post-method' lambda parameter ARG `&optional'.
14546
14547 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14548
14549 * gnus-sum.el (gnus-summary-mime-map):
14550 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14551 gnus-article-jump-to-part.
14552
14553 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14554 (gnus-article-edit-part): Use it.
14555 (gnus-article-part-wrapper): Add no-handle argument.
14556 (gnus-article-save-part-and-strip, gnus-article-delete-part):
14557 New functions.
14558
14559 2005-08-29 Romain Francoise <romain@orebokech.com>
14560
14561 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14562 docstring.
14563 (gnus-face-from-file): Likewise.
14564
14565 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14566
14567 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14568 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14569 non-nil.
14570 (gnus-auto-select-part): New variable.
14571 (gnus-article-jump-to-part): New function.
14572 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14573 (gnus-mime-delete-part): Allow selecting specified part after
14574 deleting or stripping parts.
14575 (gnus-article-jump-to-part): Don't use `read-number'. Use last
14576 part if argument is bogus.
14577
14578 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14579
14580 * gnus-art.el (w3m-minor-mode-map):
14581 * gnus-spec.el (gnus-newsrc-file-version):
14582 * gnus-util.el (nnmail-active-file-coding-system)
14583 (gnus-original-article-buffer, gnus-user-agent):
14584 * gnus.el (gnus-ham-process-destinations)
14585 (gnus-parameter-ham-marks-alist)
14586 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14587 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14588 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14589 * mm-decode.el (gnus-current-window-configuration):
14590 * mm-extern.el (gnus-article-mime-handles):
14591 * mm-url.el (url-current-object, url-package-name)
14592 (url-package-version):
14593 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14594 (smime-keys, w3m-cid-retrieve-function-alist)
14595 (w3m-current-buffer, w3m-display-inline-images)
14596 (w3m-minor-mode-map):
14597 * mml-smime.el (gnus-extract-address-components):
14598 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14599 (gnus-newsrc-hashtb, message-default-charset)
14600 (message-deletable-headers, message-options)
14601 (message-posting-charset, message-required-mail-headers)
14602 (message-required-news-headers):
14603 * mml1991.el (mc-pgp-always-sign):
14604 * mml2015.el (mc-pgp-always-sign):
14605 * nnheader.el (nnmail-extra-headers):
14606 * rfc1843.el (gnus-decode-encoded-word-function)
14607 (gnus-decode-header-function, gnus-newsgroup-name):
14608 * spam-stat.el (gnus-original-article-buffer): Add defvars.
14609
14610 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
14611
14612 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14613 the end of the date treatments.
14614
14615 2005-08-15 Simon Josefsson <jas@extundo.com>
14616
14617 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14618 it in url-handlers.el and XEmacs in url.el. Reported by Luca
14619 Capello and Romain Francoise.
14620 (pgg-fetch-key-function): Remove, not used?
14621 (pgg-insert-url-with-w3): Require url, to get
14622 url-insert-file-contents regardless of where it is defined.
14623
14624 2005-08-13 Romain Francoise <romain@orebokech.com>
14625
14626 * message.el (message-cite-original-1): New function.
14627 (message-cite-original): Use it.
14628 (message-cite-original-without-signature): Ditto.
14629
14630 2005-08-08 Romain Francoise <romain@orebokech.com>
14631
14632 * message.el (message-yank-empty-prefix): New variable.
14633 (message-indent-citation): Use it.
14634 (message-cite-original-without-signature): Respect X-No-Archive.
14635
14636 2005-08-08 Simon Josefsson <jas@extundo.com>
14637
14638 * pgg.el: Autoload url-insert-file-contents instead of loading
14639 w3/url.
14640 (pgg-insert-url-with-w3): Don't load url here.
14641
14642 2005-08-07 Jesper Harder <harder@phys.au.dk>
14643
14644 * message.el (message-kill-to-signature): Don't insert newline at
14645 bol.
14646 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14647
14648 2005-08-06 Romain Francoise <romain@orebokech.com>
14649
14650 * message.el (message-user-fqdn): Fix typo in docstring.
14651
14652 2005-08-05 Daiki Ueno <ueno@unixuser.org>
14653
14654 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14655
14656 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14657
14658 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
14659
14660 * mm-bodies.el (mm-encode-body): Use coding system rather than
14661 charset to encode text.
14662
14663 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14664 number of charsets if utf-8 is available (XEmacs).
14665
14666 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14667
14668 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14669 taken from `gnus-button-mid-or-mail-regexp'.
14670 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14671 (gnus-button-alist): Improve regexp for domain part of the MIDs
14672 for news:localpart@domain buttons.
14673 (gnus-button-ctan-directory-regexp): Update.
14674
14675 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14676
14677 * sieve-manage.el (sieve-manage-interactive-login):
14678 Use make-local-variable rather than make-variable-buffer-local.
14679 (sieve-manage-open): Ditto.
14680 (sieve-manage-authenticate): Ditto.
14681
14682 * mml.el (mml-generate-mime-1): Make the content type default to
14683 text/plain if the filename is not specified.
14684
14685 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
14686
14687 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14688 instead of insert-buffer.
14689
14690 * message.el (message-yank-original): Ditto; set the mark at the
14691 end of the yanked message.
14692
14693 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
14694
14695 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14696 lines to scroll rather than to stop it.
14697
14698 * mml.el (mml-generate-default-type): Add doc string.
14699 (mml-generate-mime-1): Use mm-default-file-encoding or make it
14700 default to application/octet-stream when determining the content
14701 type if it is not specified for the part or the mml contents; add
14702 a comment about mml-generate-default-type.
14703
14704 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
14705
14706 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14707 make it default to application/octet-stream when determining the
14708 content type if it is not specified for the external contents.
14709
14710 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
14711
14712 * rfc2231.el (rfc2231-parse-string): Take care that not only a
14713 segmented parameter but also other parameters might be there.
14714
14715 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
14716
14717 * mm-decode.el (mm-display-external): Delete temp file, directory
14718 and buffer immediately if the external process is exited.
14719
14720 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
14721
14722 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14723 fewer lines than that of scroll-margin.
14724 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14725
14726 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
14727
14728 * gnus-art.el (gnus-article-next-page): Revert.
14729 (gnus-article-beginning-of-window): New macro.
14730 (gnus-article-next-page-1): Use it.
14731 (gnus-article-prev-page): Ditto.
14732 (gnus-article-edit-part): Use insert-buffer-substring instead of
14733 insert-buffer.
14734 (gnus-article-edit-exit): Ditto.
14735
14736 * gnus-util.el (gnus-beginning-of-window): Remove.
14737 (gnus-end-of-window): Remove.
14738
14739 2005-07-25 Simon Josefsson <jas@extundo.com>
14740
14741 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14742 to have the url package without w3. Reported by Daiki Ueno
14743 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14744
14745 2005-07-20 Didier Verna <didier@xemacs.org>
14746
14747 * gnus-diary.el: Remove the description comment (nndiary is now
14748 properly documented in the Gnus manual).
14749 Fix the spelling of "Back End".
14750 * nndiary.el: Ditto.
14751 Fix the copyright notice.
14752
14753 2005-07-18 Romain Francoise <romain@orebokech.com>
14754
14755 * gnus-sum.el (gnus-summary-to-prefix)
14756 (gnus-summary-newsgroup-prefix): New variables.
14757 (gnus-summary-from-or-to-or-newsgroups): Use them.
14758
14759 2005-07-17 Romain Francoise <romain@orebokech.com>
14760
14761 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14762 space as it's generally not especially interesting to the user.
14763
14764 2005-07-16 Romain Francoise <romain@orebokech.com>
14765
14766 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14767 nil to avoid prompting and file modification if one of the
14768 messages at the top of the nnfolder file contains a copyright
14769 notice.
14770 Update copyright notice.
14771
14772 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14773 instead of `current-time-string' as the latter creates a time
14774 string that is not RFC 2822 compliant (it lacks the zone).
14775 Update copyright notice.
14776
14777 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
14778
14779 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14780 for text/rtf. Display default in prompt. Pass default for M-n.
14781
14782 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14783
14784 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14785
14786 * gnus-msg.el (gnus-button-mailto):
14787 Remove save-selected-window-window hackery because it relies on
14788 save-selected-window internals.
14789
14790 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
14791
14792 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14793 (gnus-article-next-page-1): Use gnus-beginning-of-window.
14794 (gnus-article-prev-page): Ditto.
14795
14796 * gnus-util.el (gnus-beginning-of-window): New function.
14797 (gnus-end-of-window): New function.
14798
14799 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14800
14801 * gnus-score.el (gnus-score-edit-all-score):
14802 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14803 gnus-message.
14804
14805 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14806
14807 * gnus-msg.el (gnus-button-mailto):
14808 Remove save-selected-window-window hackery because it relies on
14809 save-selected-window internals.
14810
14811 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14812
14813 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14814 add-minor-mode.
14815 (gnus-binary-mode): Ditto.
14816
14817 * gnus-topic.el (gnus-topic-mode): Ditto.
14818
14819 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
14820
14821 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14822 (gnus-article-prev-page): Take scroll-margin into consideration.
14823
14824 2005-07-04 Lute Kamstra <lute@gnu.org>
14825
14826 Update FSF's address in GPL notices.
14827
14828 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14829
14830 * gnus.el (gnus-exit):
14831 * gnus-group.el (gnus-group-icons):
14832 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14833
14834 * gnus-nocem.el (gnus-nocem):
14835 * message.el (message-various, message-buffers, message-sending)
14836 (message-interface, message-forwarding, message-insertion)
14837 (message-headers, message-news, message-mail):
14838 * pgg-gpg.el (pgg-gpg):
14839 * pgg-parse.el (pgg-parse):
14840 * pgg-pgp.el (pgg-pgp):
14841 * pgg-pgp5.el (pgg-pgp5):
14842 * pop3.el (pop3): Finish `defgroup' description with period.
14843
14844 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
14845
14846 * gnus-art.el (article-display-face): Improve the efficiency.
14847 (article-display-x-face): Ditto; remove grey x-face stuff.
14848
14849 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
14850
14851 * gnus-art.el (article-display-face): Correct the position in
14852 which Faces are inserted.
14853
14854 2005-06-29 Didier Verna <didier@xemacs.org>
14855
14856 * gnus-art.el (article-display-face): Display faces in correct
14857 order.
14858
14859 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
14860
14861 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14862 (gnus-fill-real-hashtb): Use hash table instead of obarray.
14863 (gnus-nocem-check-article): Fetch the Type header.
14864 (gnus-nocem-message-wanted-p): Fix the way to examine types.
14865 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14866 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14867 make sure gnus-nocem-hashtb is initialized.
14868 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14869 (gnus-nocem-unwanted-article-p): Ditto.
14870
14871 * pgg.el (pgg-verify): Return the verification result.
14872
14873 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14874
14875 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14876 is ascii.
14877
14878 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14879
14880 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14881 `show-nonbreak-escape'.
14882
14883 2005-06-23 Lute Kamstra <lute@gnu.org>
14884
14885 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14886
14887 * dig.el (dig-mode):
14888 * smime.el (smime-mode): Use gnus-run-mode-hooks.
14889
14890 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14891
14892 * nnimap.el (nnimap-split-download-body): Fix spellings.
14893
14894 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
14895
14896 * gnus-art.el (gnus-article-encrypt-body):
14897 * gnus-cus.el (gnus-score-customize):
14898 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14899 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14900
14901 2005-06-16 Arne Jørgensen <arne@arnested.dk>
14902
14903 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14904 header by looking for magic "MII" at the beginnig.
14905
14906 2005-06-16 Miles Bader <miles@gnu.org>
14907
14908 * assistant.el (assistant-field): Remove "-face" suffix from face name.
14909 (assistant-field-face): New backward-compatibility alias for renamed
14910 face.
14911 (assistant-render-text): Use renamed assistant-field face.
14912
14913 * spam.el (spam): Remove "-face" suffix from face name.
14914 (spam-face): New backward-compatibility alias for renamed face.
14915 (spam-face, spam-initialize): Use renamed spam face.
14916
14917 * message.el (message-header-to, message-header-cc)
14918 (message-header-subject, message-header-newsgroups)
14919 (message-header-other, message-header-name)
14920 (message-header-xheader, message-separator, message-cited-text)
14921 (message-mml): Remove "-face" suffix from face names.
14922 (message-header-to-face, message-header-cc-face)
14923 (message-header-subject-face, message-header-newsgroups-face)
14924 (message-header-other-face, message-header-name-face)
14925 (message-header-xheader-face, message-separator-face)
14926 (message-cited-text-face, message-mml-face):
14927 New backward-compatibility aliases for renamed faces.
14928 (message-font-lock-keywords): Use renamed message faces.
14929
14930 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14931 (sieve-test-commands, sieve-tagged-arguments):
14932 Remove "-face" suffix from face names.
14933 (sieve-control-commands-face, sieve-action-commands-face)
14934 (sieve-test-commands-face, sieve-tagged-arguments-face):
14935 New backward-compatibility aliases for renamed faces.
14936 (sieve-control-commands-face, sieve-action-commands-face)
14937 (sieve-test-commands-face, sieve-tagged-arguments-face):
14938 Use renamed sieve faces.
14939
14940 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14941 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14942 (gnus-group-news-3-empty, gnus-group-news-4)
14943 (gnus-group-news-4-empty, gnus-group-news-5)
14944 (gnus-group-news-5-empty, gnus-group-news-6)
14945 (gnus-group-news-6-empty, gnus-group-news-low)
14946 (gnus-group-news-low-empty, gnus-group-mail-1)
14947 (gnus-group-mail-1-empty, gnus-group-mail-2)
14948 (gnus-group-mail-2-empty, gnus-group-mail-3)
14949 (gnus-group-mail-3-empty, gnus-group-mail-low)
14950 (gnus-group-mail-low-empty, gnus-summary-selected)
14951 (gnus-summary-cancelled, gnus-summary-high-ticked)
14952 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14953 (gnus-summary-high-ancient, gnus-summary-low-ancient)
14954 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14955 (gnus-summary-low-undownloaded)
14956 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14957 (gnus-summary-low-unread, gnus-summary-normal-unread)
14958 (gnus-summary-high-read, gnus-summary-low-read)
14959 (gnus-summary-normal-read, gnus-splash):
14960 Remove "-face" suffix from face names.
14961 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14962 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14963 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14964 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14965 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14966 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14967 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14968 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14969 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14970 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14971 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14972 (gnus-summary-selected-face, gnus-summary-cancelled-face)
14973 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14974 (gnus-summary-normal-ticked-face)
14975 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14976 (gnus-summary-normal-ancient-face)
14977 (gnus-summary-high-undownloaded-face)
14978 (gnus-summary-low-undownloaded-face)
14979 (gnus-summary-normal-undownloaded-face)
14980 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14981 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14982 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14983 (gnus-splash-face):
14984 New backward-compatibility aliases for renamed faces.
14985 (gnus-group-startup-message): Use renamed gnus faces.
14986
14987 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14988 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14989 (gnus-server-agent): Remove "-face" suffix from face names.
14990 (gnus-server-agent-face, gnus-server-opened-face)
14991 (gnus-server-closed-face, gnus-server-denied-face)
14992 (gnus-server-offline-face):
14993 New backward-compatibility aliases for renamed faces.
14994 (gnus-server-agent-face, gnus-server-opened-face)
14995 (gnus-server-closed-face, gnus-server-denied-face)
14996 (gnus-server-offline-face): Use renamed gnus faces.
14997
14998 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14999 Remove "-face" suffix from face names.
15000 (gnus-picon-xbm-face, gnus-picon-face):
15001 New backward-compatibility aliases for renamed faces.
15002
15003 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15004 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15005 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15006 (gnus-cite-11): Remove "-face" suffix from face names.
15007 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15008 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15009 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15010 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15011 New backward-compatibility aliases for renamed faces.
15012 (gnus-cite-attribution-face, gnus-cite-face-list)
15013 (gnus-article-boring-faces): Use renamed gnus faces.
15014
15015 * gnus-art.el (gnus-signature, gnus-header-from)
15016 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15017 (gnus-header-content): Remove "-face" suffix from face names.
15018 (gnus-signature-face, gnus-header-from-face)
15019 (gnus-header-subject-face, gnus-header-newsgroups-face)
15020 (gnus-header-name-face, gnus-header-content-face):
15021 New backward-compatibility aliases for renamed faces.
15022 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15023
15024 * gnus-sum.el (gnus-summary-selected-face)
15025 (gnus-summary-highlight): Use renamed gnus faces.
15026 * gnus-group.el (gnus-group-highlight): Likewise.
15027
15028 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15029
15030 * gnus-sieve.el (gnus-sieve-article-add-rule):
15031 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15032 * spam-stat.el (spam-stat-buffer-change-to-spam)
15033 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15034
15035 * message.el (message-is-yours-p):
15036 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15037
15038 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15039
15040 * mm-view.el (mm-inline-text): Withdraw the last change.
15041
15042 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15043
15044 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15045 executing enriched-decode.
15046
15047 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15048
15049 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15050 charset of tar files.
15051
15052 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15053
15054 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15055
15056 2005-06-04 Lute Kamstra <lute@gnu.org>
15057
15058 * nnfolder.el (nnfolder-read-folder): Make sure that undo
15059 information is never recorded.
15060
15061 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15062
15063 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15064
15065 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
15066
15067 * pop3.el (pop3-apop): Run md5 in the binary mode.
15068
15069 * starttls.el (starttls-set-process-query-on-exit-flag):
15070 Use eval-and-compile.
15071
15072 2005-05-31 Simon Josefsson <jas@extundo.com>
15073
15074 * smime.el (smime-replace-in-string): Define.
15075 (smime-cert-by-ldap-1): Use it.
15076
15077 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
15078
15079 * gnus-art.el (article-display-x-face): Replace
15080 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15081
15082 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15083 set-process-query-on-exit-flag or process-kill-without-query.
15084
15085 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15086 loop instead of replace-regexp.
15087
15088 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15089 instead of process-kill-without-query if it is available.
15090
15091 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15092 instead of find-file-hooks if it is available.
15093
15094 * mml1991.el: Bind pgg-default-user-id when compiling.
15095
15096 * mml2015.el: Bind pgg-default-user-id when compiling.
15097
15098 * nndraft.el (nndraft-request-associate-buffer):
15099 Use write-contents-functions instead of write-contents-hooks if it is
15100 available.
15101
15102 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15103 instead of find-file-hooks if it is available.
15104
15105 * nntp.el (nntp-open-connection): Replace
15106 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15107 (nntp-open-ssl-stream): Ditto.
15108 (nntp-open-tls-stream): Ditto.
15109
15110 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15111 set-process-query-on-exit-flag or process-kill-without-query.
15112 (starttls-open-stream-gnutls): Use it instead of
15113 process-kill-without-query.
15114 (starttls-open-stream): Ditto.
15115
15116 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
15117
15118 * smime.el (smime-cert-by-ldap-1): Don't use
15119 replace-regexp-in-string.
15120
15121 2005-05-31 Arne Jørgensen <arne@arnested.dk>
15122
15123 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15124
15125 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15126 in PEM format. Adjust to the XEmacs compability.
15127
15128 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
15129
15130 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15131 by `string-to-number'.
15132 * gnus-agent.el (gnus-agent-regenerate-group)
15133 (gnus-agent-fetch-articles): Ditto.
15134 * gnus-art.el (gnus-button-fetch-group): Ditto.
15135 * gnus-cache.el (gnus-cache-generate-active)
15136 (gnus-cache-articles-in-group): Ditto.
15137 * gnus-group.el (gnus-group-set-current-level)
15138 (gnus-group-insert-group-line): Ditto.
15139 * gnus-score.el (gnus-score-set-expunge-below)
15140 (gnus-score-set-mark-below, gnus-summary-score-effect)
15141 (gnus-summary-score-entry): Ditto.
15142 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15143 (gnus-soup-pack): Ditto.
15144 * gnus-spec.el (gnus-xmas-format): Ditto.
15145 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15146 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15147 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15148 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15149 * nndb.el (nndb-get-remote-expire-response): Ditto.
15150 * nndiary.el (nndiary-parse-schedule-value)
15151 (nndiary-string-to-number, nndiary-request-replace-article)
15152 (nndiary-request-article): Ditto.
15153 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15154 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15155 * nneething.el (nneething-make-head): Ditto.
15156 * nnfolder.el (nnfolder-request-article)
15157 (nnfolder-retrieve-headers): Ditto.
15158 * nnheader.el (nnheader-file-to-number): Ditto.
15159 * nnkiboze.el (nnkiboze-request-article): Ditto.
15160 * nnmail.el (nnmail-process-unix-mail-format)
15161 (nnmail-process-babyl-mail-format): Ditto.
15162 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15163 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15164 (nnmh-request-create-group, nnmh-request-list-1)
15165 (nnmh-request-group, nnmh-request-article): Ditto.
15166 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15167 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15168 * nnsoup.el (nnsoup-make-active): Ditto.
15169 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15170 * nntp.el (nntp-find-group-and-number)
15171 (nntp-retrieve-headers-with-xover): Ditto.
15172 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15173 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15174 (pgg-format-key-identifier): Ditto.
15175 * pop3.el (pop3-last, pop3-stat): Ditto.
15176 * qp.el (quoted-printable-decode-region): Ditto.
15177
15178 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15179 of concat.
15180
15181 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15182
15183 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15184
15185 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15186
15187 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15188
15189 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15190
15191 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15192
15193 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15194
15195 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15196 (gnus-carpal-mode): Ditto.
15197
15198 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15199 (gnus-browse-mode): Ditto.
15200
15201 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15202
15203 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15204
15205 2005-05-29 Richard M. Stallman <rms@gnu.org>
15206
15207 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15208
15209 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15210
15211 * gnus-util.el (gnus-run-mode-hooks): New function.
15212
15213 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15214
15215 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15216
15217 * gnus-agent.el (gnus-agent-make-mode-line-string):
15218 Use mode-line-highlight as mouse-face.
15219
15220 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15221
15222 * canlock.el (canlock): Change the parent group to news.
15223
15224 * deuglify.el (gnus-outlook-deuglify): Add :group.
15225
15226 * dig.el (dig): Add :group.
15227
15228 * dns-mode.el (dns-mode): Add :group.
15229
15230 * encrypt.el (encrypt): Add :group.
15231
15232 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15233 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15234 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15235 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15236 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15237
15238 * gnus-diary.el (gnus-diary): Add :group.
15239
15240 * gnus.el (gnus-group-news-1-face): Add :group.
15241 (gnus-group-news-1-empty-face): Ditto.
15242 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15243 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15244 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15245 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15246 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15247 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15248 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15249 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15250 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15251 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15252 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15253 (gnus-summary-high-ticked-face): Ditto.
15254 (gnus-summary-low-ticked-face): Ditto.
15255 (gnus-summary-normal-ticked-face): Ditto.
15256 (gnus-summary-high-ancient-face): Ditto.
15257 (gnus-summary-low-ancient-face): Ditto.
15258 (gnus-summary-normal-ancient-face): Ditto.
15259 (gnus-summary-high-undownloaded-face): Ditto.
15260 (gnus-summary-low-undownloaded-face): Ditto.
15261 (gnus-summary-normal-undownloaded-face): Ditto.
15262 (gnus-summary-high-unread-face): Ditto.
15263 (gnus-summary-low-unread-face): Ditto.
15264 (gnus-summary-normal-unread-face): Ditto.
15265 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15266 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15267
15268 * hashcash.el (hashcash): New custom group.
15269 (hashcash-default-payment): Add :group.
15270 (hashcash-payment-alist): Ditto.
15271 (hashcash-default-accept-payment): Ditto.
15272 (hashcash-accept-resources): Ditto.
15273 (hashcash-path): Ditto.
15274 (hashcash-extra-generate-parameters): Ditto.
15275 (hashcash-double-spend-database): Ditto.
15276 (hashcash-in-news): Ditto.
15277
15278 * message.el (message-minibuffer-local-map): Add :group.
15279
15280 * netrc.el (netrc): Add :group.
15281
15282 * sieve-manage.el (sieve-manage-log): Add :group.
15283 (sieve-manage-default-user): Diito.
15284 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15285 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15286 (sieve-manage-authenticators): Ditto.
15287 (sieve-manage-authenticator-alist): Ditto.
15288 (sieve-manage-default-port): Ditto.
15289
15290 * sieve-mode.el (sieve-control-commands-face): Add :group.
15291 (sieve-action-commands-face): Ditto.
15292 (sieve-test-commands-face): Ditto.
15293 (sieve-tagged-arguments-face): Ditto.
15294
15295 * smime.el (smime): Add :group.
15296
15297 * spam-report.el (spam-report): Add :group.
15298
15299 * spam.el (spam, spam-face): Add :group.
15300
15301 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15302
15303 * nntp.el (nntp-next-result-arrived-p): Some news servers may
15304 return \n.\n.\n at the end of articles. Protect against that.
15305 (nntp-with-open-group): Allow debugging.
15306
15307 * nnheader.el (mail-header-set-extra): Make into a function
15308 because I just could't understand how to quote the list properly.
15309
15310 * dns.el (query-dns-cached): New function.
15311
15312 2005-05-26 Lute Kamstra <lute@gnu.org>
15313
15314 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15315
15316 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15317
15318 * gnus-art.el: Don't autoload mail-extract-address-components.
15319
15320 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15321 eval-and-compile to evaluate it.
15322
15323 * hashcash.el: Don't autoload executable-find.
15324
15325 * nndb.el: Don't declare the nndb back end two or more times; don't
15326 autoload news-reply-mode, news-setup, cancel-timer and telnet.
15327
15328 * nntp.el: Autoload format-spec instead of format; use
15329 eval-and-compile to evaluate autoload forms.
15330
15331 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
15332
15333 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15334
15335 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15336
15337 * gnus.el (gnus-version-number): Bump version.
15338
15339 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15340
15341 * gnus.el: No Gnus v0.3 is released.
15342
15343 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15344
15345 * gnus-art.el (gnus-article-edit-part): Disable undo.
15346
15347 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15348
15349 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15350 gnus-article-date-lapsed-new-header is t if date timer is active;
15351 skip headers in which the original date value is empty.
15352 (gnus-article-save-original-date): Redefine it as a macro.
15353 (gnus-display-mime): Use it.
15354
15355 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15356
15357 * gnus-art.el (article-date-ut): Support converting date in
15358 forwarded parts as well.
15359 (gnus-article-save-original-date): New function.
15360 (gnus-display-mime): Use it.
15361
15362 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
15363
15364 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15365 enclosure element of <item>.
15366
15367 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
15368
15369 * message.el (message-kill-buffer-query): Rename from
15370 `message-kill-buffer-query-if-modified'. Add :version.
15371
15372 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15373
15374 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15375 window layout.
15376
15377 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15378
15379 * mml.el: Autoload dnd when compiling.
15380
15381 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15382
15383 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15384 x-dnd-*.
15385
15386 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15387
15388 * qp.el (quoted-printable-encode-region): Save excursion.
15389
15390 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
15391
15392 * message.el (message-kill-buffer-query-if-modified): Add new variable
15393 so the user can kill a modified message buffer quickly.
15394 (message-kill-buffer): Use it.
15395
15396 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
15397
15398 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15399 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15400
15401 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15402
15403 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15404 contained in text because xml.el decodes entities) with LFs.
15405
15406 2005-04-11 Lute Kamstra <lute@gnu.org>
15407
15408 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15409 differently.
15410
15411 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15412
15413 * mm-util.el (mm-detect-coding-region): Typo.
15414
15415 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
15416
15417 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15418
15419 2005-04-06 Deepak Goel <deego@gnufans.org>
15420
15421 * spam-stat.el (spam-stat-score-buffer): Add a call to a
15422 user-function allow user modifications of the scores.
15423 (spam-stat-score-buffer-user): New function, to allow
15424 user-computed modifications to the score.
15425 (spam-stat-score-buffer-user-functions): List of additional
15426 scoring functions.
15427 (spam-stat-error-holder): Global temporary error holder.
15428 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15429 variable.
15430
15431 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
15432
15433 * gnus-registry.el (gnus-registry-clean-empty-function)
15434 (gnus-registry-trim, gnus-registry-fetch-groups)
15435 (gnus-registry-delete-group): Groups that match
15436 `gnus-registry-ignored-groups' are removed from the registry
15437 entries, not just ignored for splitting. This helps clean up the
15438 registry. Also, `gnus-registry-fetch-groups' is a convenient way
15439 to get all the groups a message ID is in.
15440
15441 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15442 (spam-stat-split-fancy): Change "threshhold" to "threshold".
15443 (spam-stat-score-buffer-user-functions): Add :number custom type.
15444
15445 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15446
15447 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15448 argument in XEmacs.
15449
15450 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15451 (nnrss-request-group): Decode group name first.
15452 (nnrss-request-article): Make a text/plain article if mml-to-mime
15453 failed.
15454 (nnrss-get-encoding): Return a compatible encoding according to
15455 nnrss-compatible-encoding-alist.
15456 (nnrss-find-el): Use consp instead of listp.
15457 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15458
15459 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15460
15461 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15462 which Emacs 20 doesn't support.
15463 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15464
15465 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
15466
15467 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15468 silence the byte compiler inside the defun.
15469
15470 * gnus-demon.el (parse-time-string): Add autoload.
15471
15472 * gnus-delay.el (parse-time-string): Add autoload.
15473
15474 * gnus-art.el (parse-time-string): Add autoload.
15475
15476 * nnultimate.el (parse-time): Require for `parse-time-string'.
15477
15478 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15479
15480 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15481
15482 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15483
15484 * smime.el (smime-ldap-host-list): Add :version.
15485
15486 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
15487
15488 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15489 pass it to `gnus-browse-read-group'.
15490 (gnus-browse-read-group): Add NUMBER argument and pass it to
15491 `gnus-group-read-ephemeral-group'.
15492
15493 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15494 argument and pass it to `gnus-group-read-group'.
15495
15496 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
15497
15498 * mm-util.el (mm-xemacs-find-mime-charset): Only call
15499 mm-xemacs-find-mime-charset-1 if we have the mule feature
15500 available at runtime.
15501
15502 2005-03-25 Werner Lemberg <wl@gnu.org>
15503
15504 * nnmaildir.el: Replace `illegal' with `invalid'.
15505
15506 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15507
15508 * gnus-start.el (gnus-display-time-event-handler):
15509 Check display-time-timer at runtime rather than only at load time
15510 in case display-time-mode is turned off in the mean time.
15511
15512 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
15513
15514 * nnimap.el (nnimap-open-connection): Print which authinfo file is
15515 used.
15516
15517 * nneething.el (nneething-map-file-directory): Derive from
15518 `gnus-directory'.
15519
15520 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15521 the To/Cc button.
15522
15523 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
15524
15525 * nnmaildir.el (nnmaildir-request-accept-article):
15526 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15527
15528 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15529
15530 * gnus-async.el: Require timer-funcs at compile time when in
15531 XEmacs for `run-with-idle-timer'.
15532
15533 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15534
15535 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15536 autoloaded function.
15537
15538 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15539
15540 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15541
15542 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
15543
15544 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15545
15546 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
15547
15548 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15549 Add gnus-expert-user to default.
15550
15551 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
15552
15553 * nnimap.el (nnimap-open-server): Ditto.
15554
15555 * imap.el (imap-authenticate): Fix typo.
15556
15557 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
15558
15559 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15560 buffer (since IMAP server might return FETCH response out of
15561 order, and the nntp buffer must be sorted).
15562
15563 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
15564
15565 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15566 comparison on string.
15567
15568 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15569 (gnus-agent-score): Rename category keywords to match gnus-cus.
15570 (gnus-agent-summary-fetch-series): Modify to protect against
15571 gnus-agent-summary-fetch-group clearing processable flags.
15572 (gnus-agent-synchronize-group-flags): Update live group buffer as
15573 synchronization may occur due to the user toggle the plugged
15574 status.
15575 (gnus-agent-fetch-group-1): Clear downloadable flag when article
15576 successfully downloaded.
15577 (gnus-agent-expire-group-1): Avoid using markers when the overview
15578 is in ascending order; greatly improves performance.
15579 (gnus-agent-regenerate-group):
15580 Use gnus-agent-synchronize-group-flags to reset read status in both
15581 gnus and server.
15582 (gnus-agent-update-files-total-fetched-for): Fix initial size.
15583
15584 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
15585
15586 * message.el: Don't autoload former message-utils variables.
15587 (message-strip-subject-trailing-was): Change doc string.
15588
15589 * nnweb.el: Fixes for `gnus-group-make-web-group'.
15590 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
15591 (nnweb-google-search): Add "hl=en" here.
15592 (nnweb-google-parse-1, nnweb-google-create-mapping):
15593 Don't hardcode URL.
15594
15595 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
15596
15597 * message.el (message-get-reply-headers, message-followup):
15598 Mention related variables `message-use-followup-to' and
15599 `message-use-mail-followup-to', in the information buffer.
15600
15601 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15602 of broken groups(-beta).google.com.
15603
15604 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
15605
15606 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15607 parameter to invoked gnus-request-move-article; remove the
15608 redundant gnus-sum-hint-move-is-internal variable; apply the marks
15609 all at once instead of once per article.
15610 (gnus-summary-remove-process-mark): Accept a list of articles as
15611 well as a single article for processing.
15612
15613 * gnus-int.el (gnus-request-move-article): Add move-is-internal
15614 parameter.
15615
15616 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15617
15618 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15619
15620 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15621 parameter.
15622
15623 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15624 parameter.
15625
15626 * nnimap.el (nnimap-request-move-article): Add move-is-internal
15627 parameter and remove the gnus-sum-hint-move-is-internal variable.
15628
15629 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15630 parameter.
15631
15632 * nndraft.el (nndraft-request-move-article): Add move-is-internal
15633 parameter.
15634
15635 * nndiary.el (nndiary-request-move-article): Add move-is-internal
15636 parameter.
15637
15638 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15639
15640 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15641 parameter.
15642
15643 * nnagent.el (nnagent-request-move-article): Add move-is-internal
15644 parameter.
15645
15646 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
15647
15648 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15649 a more conservative way.
15650
15651 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15652
15653 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15654 buffer, so it moves the window's cursor.
15655
15656 2005-02-26 Arne Jørgensen <arne@arnested.dk>
15657
15658 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15659 `mm-dissect-multipart' and receive the from field as an (optional)
15660 argument from `mm-dissect-multipart'.
15661 (mm-dissect-multipart): Receive the from field as an argument and
15662 pass it on when we call `mm-dissect-buffer' on MIME parts.
15663 Fixes verification/decryption of signed/encrypted MIME parts.
15664
15665 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
15666
15667 * gnus-sum.el (gnus-summary-move-article):
15668 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15669 whatever it calls (right now, only nnimap-request-move article
15670 respects it).
15671
15672 * nnimap.el (nnimap-request-move-article):
15673 When gnus-sum-hint-move-is-internal is set, don't do the extra
15674 nnimap-request-article.
15675
15676 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
15677
15678 * nnheader.el (nnheader-find-file-noselect): Add doc string.
15679
15680 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15681 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15682
15683 * gnus-sum.el (gnus-summary-caesar-message):
15684 Apply `gnus-treat-article' after rotation.
15685
15686 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15687 doc string.
15688
15689 2005-02-22 Simon Josefsson <jas@extundo.com>
15690
15691 * encrypt.el (encrypt-password-cache-expiry): Remove (use
15692 `password-cache-expiry' instead). Reported by Arne Jørgensen
15693 <arne@arnested.dk>.
15694 (encrypt): Add password-cache and password-cache-expiry as group
15695 members.
15696
15697 2005-02-22 Arne Jørgensen <arne@arnested.dk>
15698
15699 * smime.el (smime-ldap-host-list): Doc fix.
15700 (smime-ask-passphrase): Use `password-read-and-add' to read (and
15701 cache) password.
15702 (smime-sign-region): Use it.
15703 (smime-decrypt-region): Use it.
15704 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15705 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15706 fails.
15707 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15708 certificate from DER to PEM format rather than calling openssl.
15709
15710 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15711
15712 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15713 for signing/encryption.
15714
15715 * mml.el (mml-parse-1): Use them.
15716
15717 2005-02-21 Arne Jørgensen <arne@arnested.dk>
15718
15719 * nnrss.el (nnrss-verbose): Remove.
15720 (nnrss-request-group): Use `nnheader-message' instead.
15721
15722 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
15723
15724 * nnrss.el (nnrss-verbose): New variable.
15725 (nnrss-request-group): Make it say nnrss is requesting a group.
15726
15727 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
15728
15729 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15730 Handle news URL with given port correctly.
15731
15732 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15733
15734 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15735 containing special characters.
15736
15737 * gnus-sum.el (gnus-summary-edit-article): Ditto.
15738
15739 * mml.el (mime-to-mml): Ditto.
15740
15741 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15742 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15743 (rfc2047-decode-region): Quote decoded words containing special
15744 characters when rfc2047-quote-decoded-words-containing-tspecials
15745 is non-nil.
15746
15747 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
15748
15749 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15750
15751 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15752
15753 2005-02-15 Simon Josefsson <jas@extundo.com>
15754
15755 * nnimap.el (nnimap-debug): Doc fix.
15756
15757 * imap.el (imap-debug): Doc fix.
15758
15759 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
15760
15761 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15762
15763 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15764
15765 * gnus.el (spam-contents): Improve docs for spam-contents
15766 parameter in its variable incarnation.
15767
15768 2005-02-14 Simon Josefsson <jas@extundo.com>
15769
15770 * smime-ldap.el: Use require instead of load-library for ldap.
15771 (smime-ldap-search): Indent.
15772 (smime-ldap-search-internal): Shorten line.
15773
15774 * smime.el (smime-cert-by-dns): Add doc-string.
15775 (smime-cert-by-ldap-1): Indent.
15776
15777 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15778 mml-smime-get-dns-ldap.
15779 (mml-smime-encrypt-query): Use new function. Default to ldap.
15780
15781 2005-02-14 Arne Jørgensen <arne@arnested.dk>
15782
15783 * smime.el: Require smime-ldap.
15784 (smime-ldap-host-list): New variable.
15785 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15786
15787 * mml-smime.el (mml-smime-encrypt-query): New function.
15788 (mml-smime-encrypt-query): Use it.
15789
15790 * smime-ldap.el: New file.
15791
15792 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15793
15794 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15795
15796 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
15797
15798 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15799 argument in doc string. Make query for type more clear.
15800
15801 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
15802
15803 * gnus.el (gnus-group-startup-message): Search for gnus images in
15804 etc/images/gnus.
15805 * mm-util.el (mm-image-load-path): Likewise.
15806 * smiley.el (smiley-data-directory): Search for smilies in
15807 etc/images/smilies.
15808
15809 2005-02-09 Kim F. Storm <storm@cua.dk>
15810
15811 Change Emacs release version from 21.4 to 22.1 throughout.
15812 Change Emacs development version from 21.3.50 to 22.0.50.
15813
15814 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
15815
15816 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15817
15818 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15819 non-Mule XEmacs as well.
15820 (mm-decompress-buffer): Signal an error intentionally if it does
15821 not decompress compressed data because auto-compression-mode is
15822 disabled.
15823
15824 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
15825
15826 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15827 an ID in the registry even if it has no groups.
15828
15829 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
15830
15831 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15832 merge it into mm-decompress-buffer.
15833 (gnus-mime-copy-part): Use the MIME part charset, the value which
15834 a user specified or gnus-newsgroup-charset for decoding, like
15835 gnus-mime-inline-part does; set buffer-file-coding-system to tell
15836 save-buffer what was used. Suggested by Kevin Ryde
15837 <user42@zip.com.au>.
15838 (gnus-mime-inline-part): Allow the name parameter as well as the
15839 filename parameter; force decompressing of compressed data; always
15840 display contents being not decoded as unibyte.
15841
15842 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15843 as well as the filename parameter.
15844
15845 * mm-util.el (mm-decompress-buffer):
15846 Merge gnus-mime-jka-compr-maybe-uncompress.
15847 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15848 of compressed data.
15849
15850 2005-02-08 Simon Josefsson <jas@extundo.com>
15851
15852 * imap.el (imap-log): Doc fix.
15853
15854 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15855
15856 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15857 the coding cookies; decompress compressed parts.
15858
15859 * mml.el (mml-generate-mime-1): Add the charset parameter according
15860 to the value which a user specified manually or the coding cookie.
15861
15862 * mm-util.el (mm-string-to-multibyte): New function.
15863 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15864 (mm-coding-system-to-mime-charset): New function.
15865 (mm-decompress-buffer): New function.
15866 (mm-find-buffer-file-coding-system): New function.
15867
15868 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15869 (mm-display-inline-fontify): Rewrite for decoding and decompressing
15870 parts.
15871
15872 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15873
15874 * mm-view.el (mm-display-inline-fontify): Decode a part according
15875 to the charset parameter.
15876
15877 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
15878
15879 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15880 prefix arg is neither nil nor a number, as info specifies.
15881
15882 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
15883
15884 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15885 timestamps.
15886
15887 2005-02-02 Jari Aalto <jari.aalto@cante.net>
15888
15889 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15890 groups error checking and notify user.
15891
15892 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
15893
15894 * message.el (message-send-mail-function): Check existence of
15895 sendmail-program first before using default value
15896 `message-send-mail-with-sendmail'. Otherwise use more generic
15897 `smtpmail-send-it'.
15898
15899 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
15900
15901 * nntp.el (nntp-request-update-info): Always return nil.
15902
15903 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
15904
15905 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15906
15907 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
15908
15909 * message.el (message-beginning-of-line): Change the behavior when
15910 invoked between BOL and : so that it first moves backward.
15911
15912 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
15913
15914 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15915 article buffer when editing of the article is discarded.
15916 (gnus-article-prepare): Revert.
15917
15918 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
15919
15920 * gnus-art.el (gnus-article-prepare):
15921 Remove message-strip-forbidden-properties from the local hook.
15922
15923 2005-01-27 Simon Josefsson <jas@extundo.com>
15924
15925 * password.el (password-cache-add): Only start one timer per key.
15926 Reported by Derek Atkins <warlord@MIT.EDU>.
15927
15928 2005-01-26 Steve Youngs <steve@sxemacs.org>
15929
15930 * run-at-time.el: Remove. It is no longer needed as
15931 timer-funcs.el in the xemacs-base package has a working version of
15932 `run-at-time'.
15933
15934 * password.el: Require timer-funcs instead of run-at-time in
15935 XEmacs.
15936 Remove `password-run-at-time' macro.
15937 (password-cache-add): Use `run-at-time' instead of
15938 `password-run-at-time'.
15939
15940 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15941 for `run-with-idle-timer'.
15942
15943 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15944 for `run-at-time'.
15945
15946 * mm-url.el: Require timer-funcs at compile time when in XEmacs
15947 for `with-timeout'.
15948
15949 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15950
15951 * mml.el (mml-generate-mime-1): Convert string into unibyte when
15952 inserting " *mml*" buffer's contents into a unibyte temp buffer.
15953
15954 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
15955
15956 * mail-source.el (mail-source-fetch-imap): Search for ^From case
15957 sensitively.
15958
15959 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
15960
15961 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15962
15963 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
15964
15965 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15966 which will be inserted according to the multibyteness of a buffer
15967 rather than the type of contents. Suggested by ARISAWA Akihiro
15968 <ari@mbf.ocn.ne.jp>.
15969
15970 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15971 of string which old xml.el may return rather than a string.
15972
15973 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
15974
15975 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15976
15977 2005-01-16 Simon Josefsson <jas@extundo.com>
15978
15979 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15980 idn/idna.el isn't available.
15981 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
15982 <michael@waxrat.com>.
15983
15984 * hashcash.el: Remove non-FSF copyright header.
15985
15986 * hashcash.el (hashcash-extra-generate-parameters): New variable.
15987 (hashcash-generate-payment): Use it.
15988 (hashcash-generate-payment-async): Use it.
15989
15990 2005-01-15 Simon Josefsson <jas@extundo.com>
15991
15992 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15993 Suggested by Raymond Scholz <ray-2005@zonix.de>.
15994
15995 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15996 gnus-summary-idna-message.
15997 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15998 (gnus-summary-idna-message): New function.
15999
16000 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
16001
16002 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16003 gnus-novice-user.
16004
16005 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
16006
16007 * nnrss.el (nnrss-request-delete-group): Delete entries in
16008 nnrss-group-alist as well.
16009 (nnrss-save-server-data): Insert newline.
16010
16011 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
16012
16013 * gnus.el (gnus-user-agent): Use list of symbols instead of
16014 symbols. Display full version number for (S)XEmacs.
16015 Optionally display (S)XEmacs codename.
16016
16017 * gnus-util.el (gnus-emacs-version): Update for new
16018 `gnus-user-agent'.
16019
16020 * gnus-msg.el (gnus-extended-version): Make it possible to omit
16021 Gnus version.
16022
16023 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16024
16025 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
16026 which is unreadable in some setups.
16027
16028 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16029
16030 * gnus-spec.el (gnus-update-format-specifications): Flush the
16031 group format spec cache if it doesn't support decoded group names.
16032
16033 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16034
16035 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16036 Allow to apply decay on score files matching a regexp.
16037
16038 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
16039
16040 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16041 compatibility in %g and %c.
16042
16043 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
16044
16045 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16046 name for only %g and %c.
16047 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16048 of gnus-tmp-group to decoded group name.
16049 (gnus-group-make-rss-group): Exclude `/'s from group names.
16050
16051 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
16052
16053 * nnrss.el (nnrss-get-encoding): Fix regexp.
16054
16055 2004-12-27 Simon Josefsson <jas@extundo.com>
16056
16057 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16058 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16059 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
16060
16061 2004-12-17 Kim F. Storm <storm@cua.dk>
16062
16063 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16064
16065 * gnus-sum.el (gnus-summary-mode-map): Likewise.
16066
16067 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16068
16069 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16070
16071 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
16072
16073 * nnrss.el: Require rfc2047 and mml.
16074 (nnrss-file-coding-system): New variable.
16075 (nnrss-format-string): Redefine it as an inline function.
16076 (nnrss-decode-group-name): New function.
16077 (nnrss-string-as-multibyte): Remove.
16078 (nnrss-retrieve-headers): Decode group name; don't use
16079 nnrss-format-string.
16080 (nnrss-request-group): Decode group name.
16081 (nnrss-request-article): Decode group name; allow a Message-ID as
16082 well as an article number; don't use nnrss-format-string; encode a
16083 Message-ID string which may contain non-ASCII characters; use
16084 mml-to-mime to compose a MIME article.
16085 (nnrss-request-expire-articles): Decode group name.
16086 (nnrss-request-delete-group): Decode group name.
16087 (nnrss-fetch): Clarify error message.
16088 (nnrss-read-server-data): Use insert-file-contents instead of load;
16089 bind file-name-coding-system; use multibyte buffer.
16090 (nnrss-save-server-data): Bind coding-system-for-write to the
16091 value of nnrss-file-coding-system; bind file-name-coding-system;
16092 add coding cookie.
16093 (nnrss-read-group-data): Use insert-file-contents instead of load;
16094 bind file-name-coding-system; use multibyte buffer.
16095 (nnrss-save-group-data): Bind coding-system-for-write to the
16096 value of nnrss-file-coding-system; bind file-name-coding-system.
16097 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16098 make it work with non-ASCII text.
16099 (nnrss-find-el): Make it work with old xml.el as well.
16100
16101 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16102
16103 * nnrss.el (nnrss-get-encoding): New function.
16104 (nnrss-fetch): Use unibyte buffer initially; bind
16105 coding-system-for-read while performing mm-url-insert; remove ^Ms;
16106 decode contents according to the encoding attribute.
16107 (nnrss-save-group-data): Add coding cookie.
16108 (nnrss-mime-encode-string): New function.
16109 (nnrss-check-group): Use it to encode subject and author.
16110
16111 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
16112
16113 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16114 imaginary variable.
16115
16116 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16117
16118 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16119 correctly even if there are wide characters.
16120
16121 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16122
16123 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16124 downcased symbol names; make a new cache instead of reusing
16125 bbdb-hashtable.
16126
16127 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16128
16129 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16130 concatenating segments rather than before concatenating them.
16131 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16132
16133 * message.el (message-get-reply-headers): Bind `extra'.
16134
16135 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16136
16137 * message.el (message-extra-wide-headers): New variable.
16138 (message-get-reply-headers): Use it.
16139
16140 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16141
16142 * gnus-agent.el (gnus-agent-group-path): Decode group name.
16143 (gnus-agent-group-pathname): Ditto.
16144
16145 * gnus-cache.el (gnus-cache-file-name): Decode group name.
16146
16147 * gnus-group.el (gnus-group-make-group): Decode group name.
16148 (gnus-group-make-rss-group): Register the group data after opening
16149 the nnrss group.
16150
16151 2004-12-17 Paul Jarc <prj@po.cwru.edu>
16152
16153 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16154 by expiry now get marked as read.
16155
16156 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16157
16158 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16159
16160 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
16161
16162 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16163 unify Latin characters in XEmacs.
16164 (mm-find-mime-charset-region): Use it.
16165
16166 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16167
16168 * gnus-util.el (gnus-delete-directory): New function.
16169
16170 * gnus-agent.el (gnus-agent-delete-group): Use it.
16171
16172 * gnus-cache.el (gnus-cache-delete-group): Use it.
16173
16174 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
16175
16176 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16177 names.
16178
16179 2004-12-16 Simon Josefsson <jas@extundo.com>
16180
16181 * hashcash.el (hashcash-payment-alist): Fix custom :type.
16182
16183 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
16184
16185 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16186
16187 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16188 (gnus-group-set-current-level): Decode group name.
16189
16190 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
16191
16192 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16193 failed.
16194
16195 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
16196
16197 * gnus-group.el (gnus-group-delete-group): Decode group name.
16198 (gnus-group-make-rss-group): Encode group name.
16199 (gnus-group-catchup-current): Decode group name.
16200 (gnus-group-kill-group): Decode group name.
16201
16202 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16203
16204 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16205
16206 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
16207
16208 * gnus-group.el (gnus-group-make-rss-group):
16209 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16210
16211 * gnus-start.el (gnus-setup-news): Honor user's setting to
16212 gnus-message-archive-method. Suggested by Lute Kamstra
16213 <lute@gnu.org>.
16214
16215 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
16216
16217 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16218 global counterparts of the buffer-local variables.
16219
16220 2004-11-16 Romain Francoise <romain@orebokech.com>
16221
16222 * gnus-sum.el (gnus-summary-exit): Don't clear the global
16223 counterparts of the buffer-local variables.
16224
16225 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16226
16227 * message.el (message-forbidden-properties): Fix typo in doc
16228 string.
16229
16230 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16231
16232 * gnus-util.el (gnus-replace-in-string): Add doc string.
16233
16234 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16235 to avoid problems when splitting mails with many recipients.
16236
16237 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16238
16239 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16240 pop-to-buffer, covered by the subsequent gnus-configure-windows.
16241
16242 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
16243
16244 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16245 if there is no hashtable in memory or file modification time is
16246 newer than cached timestamp.
16247
16248 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
16249
16250 * gnus-sum.el (gnus-summary-limit-to-recipient):
16251 Implement not-matching option.
16252
16253 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
16254
16255 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16256 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16257 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16258 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16259 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
16260 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16261
16262 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
16263
16264 * message.el (message-forward-make-body-mml): Remove headers
16265 according to message-forward-ignored-headers if a message is decoded.
16266
16267 2004-12-02 Romain Francoise <romain@orebokech.com>
16268
16269 * message.el (message-forward-make-body-plain): Always remove
16270 headers according to message-forward-ignored-headers.
16271
16272 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
16273
16274 * spam.el (spam-summary-prepare-exit): Remove the
16275 gnus-summary-limit pop for now, it has problems with ham marks for
16276 me.
16277
16278 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
16279
16280 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16281 correctly.
16282
16283 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
16284
16285 * format-spec.el (format-spec): Message the char.
16286
16287 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
16288
16289 * gnus-art.el (gnus-split-methods): Reformat comments.
16290
16291 * spam.el (spam-summary-prepare-exit): Remove article limits
16292 before exiting the summary buffer.
16293
16294 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16295
16296 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16297 order to silence the byte compiler.
16298
16299 * spam.el: Fix the way to silence the byte compiler, which
16300 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16301 bbdb-search-simple, spam-BBDB-register-routine,
16302 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16303 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16304 spam-stat-buffer-is-spam, spam-stat-load,
16305 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16306 spam-stat-save and spam-stat-split-fancy.
16307
16308 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16309
16310 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16311 which may confuse users.
16312 (canlock-password-for-verify): Ditto.
16313
16314 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16315
16316 * gnus-art.el (gnus-emphasis-alist): Ditto.
16317
16318 * gnus-registry.el (gnus-registry-max-entries): Ditto.
16319
16320 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16321
16322 * gnus-start.el (gnus-save-killed-list): Ditto.
16323
16324 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16325 (gnus-sum-thread-tree-root): Ditto.
16326 (gnus-sum-thread-tree-false-root): Ditto.
16327 (gnus-sum-thread-tree-single-indent): Ditto.
16328
16329 * message.el (message-courtesy-message): Ditto.
16330 (message-archive-note): Ditto.
16331 (message-subscribed-address-file): Ditto.
16332 (message-user-fqdn): Ditto.
16333
16334 * spam-report.el (spam-report-gmane-regex): Ditto.
16335
16336 * spam.el (spam-blackhole-good-server-regex): Ditto.
16337
16338 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16339
16340 * mml.el (mml-preview): Widen the message buffer before copying
16341 the contents to the preview buffer; sort headers before previewing.
16342
16343 * message.el (message-hidden-headers): Fix the way to avoid a bug
16344 in the `repeat' widget in Emacs 21.3 or earlier.
16345
16346 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16347
16348 * message.el (message-hidden-headers): Default to "^References:".
16349 Improve customization type. Suggested by Reiner Steib
16350 <Reiner.Steib@gmx.de>.
16351
16352 2004-11-25 Romain Francoise <romain@orebokech.com>
16353
16354 * message.el (message-strip-forbidden-properties): Remove check for
16355 obsolete `message-hidden' text property, hidden headers are not
16356 accessible in the buffer anymore.
16357
16358 2004-11-22 Romain Francoise <romain@orebokech.com>
16359
16360 * message.el (message-header-format-alist): Add `From' in list
16361 so that it can be sorted.
16362 (message-fix-before-sending): Widen and sort headers before
16363 sending.
16364 (message-hide-headers): Use narrowing to hide headers by moving
16365 them to the top of the buffer and narrowing to the region
16366 underneath.
16367
16368 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16369
16370 * message.el (message-strip-forbidden-properties):
16371 Bind buffer-read-only (etc) to nil.
16372
16373 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
16374
16375 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16376 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16377
16378 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
16379
16380 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16381
16382 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16383
16384 * dns.el (query-dns): Use sit-for to time instead of
16385 accept-process-output, since that doesn't seem to work on udp
16386 sockets.
16387
16388 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
16389
16390 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16391
16392 2004-11-15 Jesper Harder <harder@ifa.au.dk>
16393
16394 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16395 doc string. Improve doc string.
16396
16397 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
16398
16399 * nntp.el (nntp-request-update-info): Return nil if
16400 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16401 may not call gnus-activate-group which uselessly issues the GROUP
16402 commands for all nntp groups and wastes time. Reported by Romain
16403 Francoise <romain@orebokech.com>.
16404
16405 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16406
16407 2004-11-15 Simon Josefsson <jas@extundo.com>
16408
16409 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16410 headers separately.
16411 (gnus-button-openpgp): New function, inspired by Jochen Küpper
16412 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16413
16414 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16415
16416 * gnus-start.el (gnus-convert-old-newsrc):
16417 Assign legacy-gnus-agent to 5.10.7.
16418
16419 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16420
16421 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16422 start of the lines.
16423
16424 2004-11-14 Magnus Henoch <mange@freemail.hu>
16425
16426 * hashcash.el (hashcash-default-payment): Change default to 20.
16427 (hashcash-default-accept-payment): Change default to 20.
16428 (hashcash-process-alist): New variable.
16429 (hashcash-generate-payment-async): Add.
16430 (hashcash-already-paid-p): Add.
16431 (hashcash-insert-payment): Don't generate payments twice.
16432 (hashcash-insert-payment-async): Add.
16433 (hashcash-insert-payment-async-2): Add.
16434 (hashcash-cancel-async): Add.
16435 (hashcash-wait-async): Add.
16436 (hashcash-processes-running-p): Add.
16437 (hashcash-wait-or-cancel): Add.
16438 (mail-add-payment): New optional argument. Conditionally start
16439 asynchronous calculation.
16440 (mail-add-payment-async): Add.
16441
16442 * message.el (message-send-mail): Wait for asynchronous hashcash
16443 results. Don't clobber existing X-Hashcash headers.
16444 (message-setup-1): Call mail-add-payment-async when
16445 message-generate-hashcash is non-nil.
16446
16447 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16448
16449 * message.el (message-use-alternative-email-as-from): Examine the
16450 From header as well; use message-make-from in order to include a
16451 user's full name.
16452
16453 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16454
16455 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16456 default; improve customization type.
16457 (gnus-emphasis-custom-with-format): New macro.
16458 (gnus-emphasis-custom-value-to-external): New function.
16459 (gnus-emphasis-custom-value-to-internal): New function.
16460
16461 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16462
16463 * dns.el (query-dns): Resolve reverse addresses.
16464
16465 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16466
16467 * gnus-group.el (gnus-group-get-new-news): Use it.
16468
16469 * gnus-start.el (gnus-check-reasonable-setup): New function.
16470
16471 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
16472
16473 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16474 "Args out of range" error. Reported by Arnaud Giersch
16475 <arnaud.giersch@free.fr>.
16476
16477 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
16478
16479 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16480
16481 2004-11-04 Richard M. Stallman <rms@gnu.org>
16482
16483 * spam.el (spam group): Add :version.
16484
16485 * pgg-def.el (pgg group): Add :version.
16486
16487 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
16488
16489 * gnus-art.el (gnus-article-edit-article): Don't associate the
16490 article buffer with a draft file. This is a temporary measure
16491 against the 2004-08-22 change to gnus-article-edit-mode.
16492
16493 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
16494
16495 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16496 (html2text-format-tags): Remove unused variable `attr'.
16497
16498 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16499
16500 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16501
16502 * spam-stat.el (spam-stat): Add :version.
16503
16504 * sieve.el (sieve): Add :version.
16505
16506 * sha1.el (sha1): Add :version.
16507 (sha1-use-external): Remove redundant version.
16508
16509 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16510 (nnmail-cache-ignore-groups, nnmail-spool-hook)
16511 (nnmail-split-fancy-match-partial-words)
16512 (nnmail-split-lowercase-expanded): Add :version.
16513
16514 * nndiary.el (nndiary): Add :version.
16515
16516 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16517
16518 * mml-sec.el (mml-default-sign-method)
16519 (mml-default-encrypt-method, mml-signencrypt-style-alist):
16520 Add :version.
16521
16522 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16523
16524 * mm-url.el (mm-url-use-external, mm-url-program)
16525 (mm-url-arguments): Add :version.
16526
16527 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16528 (mm-attachment-file-modes, mm-decrypt-option)
16529 (mm-w3m-safe-url-regexp): Add :version.
16530
16531 * message.el (message-cite-prefix-regexp)
16532 (message-sendmail-envelope-from, message-minibuffer-local-map)
16533 (message-user-fqdn, message-completion-alist): Add :version.
16534
16535 * gnus-win.el (gnus-configure-windows-hook)
16536 (gnus-use-frames-on-any-display): Add :version.
16537
16538 * gnus-art.el (gnus-article-address-banner-alist)
16539 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16540 (gnus-treat-from-picon, gnus-treat-mail-picon)
16541 (gnus-treat-x-pgp-sig): Add :version.
16542
16543 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16544 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16545 (gnus-summary-article-delete-hook)
16546 (gnus-summary-display-while-building): Add :version.
16547
16548 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16549 (gnus-get-top-new-news-hook): Add :version.
16550
16551 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16552 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16553
16554 * gnus-registry.el (gnus-registry): Add :version.
16555
16556 * gnus-spec.el (gnus-use-correct-string-widths)
16557 (gnus-make-format-preserve-properties): Add :version.
16558
16559 * gnus.el (gnus-group-charter-alist)
16560 (gnus-group-fetch-control-use-browse-url)
16561 (gnus-install-group-spam-parameters): Add :version.
16562
16563 * gnus-diary.el (gnus-diary): Add :version.
16564
16565 * gnus-delay.el (gnus-delay): Add :version.
16566
16567 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16568 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16569 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16570 Add :version.
16571
16572 * gnus-agent.el (gnus-agent-max-fetch-size)
16573 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16574 (gnus-agent-prompt-send-queue): Add :version.
16575
16576 * deuglify.el (gnus-outlook-deuglify): Add :version.
16577
16578 * html2text.el: Beautify code. Improve doc strings.
16579 Some checkdoc cleanup.
16580 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16581
16582 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
16583
16584 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16585
16586 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
16587
16588 * gnus-registry.el (gnus-registry-hashtb): Create the registry
16589 when package is loaded.
16590
16591 * spam.el (spam-summary-score-preferred-header): Add global preference
16592 for people who want to override the default SpamAssassin over
16593 Bogofilter preference (when both are set).
16594 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16595 (spam-user-format-function-S):
16596 Check spam-summary-score-preferred-header.
16597 (spam-extra-header-to-number): Add X-Bogosity header parsing.
16598 (spam-user-format-function-S): Format the score correctly.
16599
16600 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16601
16602 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16603 signature file. Suggested by Manoj Srivastava
16604 <srivasta@golden-gryphon.com>.
16605
16606 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16607 iso-2022-jp even in the Japanese language environment.
16608 Suggested by Jason Rumney <jasonr@gnu.org>.
16609
16610 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
16611
16612 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16613 use the same characters as the dummy marks; make it free from
16614 getting affected by the language environment.
16615 (gnus-summary-read-group-1): Update mark positions only when the
16616 format spec is updated.
16617
16618 * gnus-spec.el (gnus-update-format-specifications): Return a list
16619 of updated types.
16620
16621 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
16622
16623 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16624 of boundp to check if display-warning is available.
16625
16626 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
16627
16628 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16629
16630 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
16631
16632 * nnspool.el (nnspool-spool-directory): Use news-path if the
16633 news-directory variable is not bound.
16634
16635 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16636 function instead of display-warning if it is not available.
16637
16638 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16639
16640 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16641 v5-10: Use `point-at-bol'.
16642
16643 2004-10-26 Simon Josefsson <jas@extundo.com>
16644
16645 * hashcash.el: Fix URL in comment, reported by Cheng Gao
16646 <chenggao@gmail.com>.
16647
16648 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16649
16650 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
16651 instead.
16652
16653 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
16654
16655 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16656 to remove a server from the nnimap-server-buffer-alist.
16657 (nnimap-open-connection, nnimap-close-server): Use it.
16658
16659 * gnus-encrypt.el: Remove file in favor of encrypt.el.
16660
16661 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
16662
16663 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16664 running the major-mode function.
16665
16666 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16667
16668 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16669 dummy marks in the right way.
16670
16671 2004-10-18 David Edmondson <dme@dme.org>
16672
16673 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16674 excessively.
16675
16676 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
16677
16678 * gnus-util.el (gnus-split-references): Accept a nil references
16679 string and go on blissfully.
16680
16681 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16682 cases where the references string is non-nil but has no references.
16683
16684 * encrypt.el: Add autoload tags.
16685
16686 * spam.el (spam-resolve-registrations-routine): Remove article
16687 from unregistration list too. Reported by David Hanak
16688 <dhanak@isis.vanderbilt.edu>
16689
16690 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
16691
16692 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16693 nil. Change custom type.
16694
16695 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
16696
16697 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16698
16699 * gnus-sum.el (gnus-summary-move-article): Use it.
16700
16701 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
16702
16703 * encrypt.el: Add autoload cookies.
16704
16705 * spam.el (spam-backend-article-list-property)
16706 (spam-backend-get-article-todo-list)
16707 (spam-backend-put-article-todo-list)
16708 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16709 Resolve registrations separately.
16710 (spam-register-routine): Format comments.
16711 (spam-unregister-routine, spam-register-routine): Always call with
16712 specific-articles, no default list.
16713 (spam-summary-prepare-exit): Use the spam-classifications function.
16714
16715 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16716 gnus-encrypt.el.
16717
16718 * encrypt.el: Copied from gnus-encrypt.el.
16719
16720 * gnus-encrypt.el: Commented that it's obsolete.
16721
16722 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
16723
16724 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16725 (gnus-score-save): Use it.
16726
16727 * message.el (message-bury): Use `window-dedicated-p'.
16728
16729 2004-10-15 Simon Josefsson <jas@extundo.com>
16730
16731 * pop3.el (top-level): Don't require nnheader.
16732 (pop3-read-timeout): Add.
16733 (pop3-accept-process-output): Add.
16734 (pop3-read-response, pop3-retr): Use it.
16735
16736 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
16737
16738 * spam.el (spam-register-routine): Move comment.
16739 (spam-verify-bogofilter): Use 'unknown for the initial
16740 spam-bogofilter-valid state, not 'never.
16741
16742 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16743 for netrc-machine.
16744
16745 * nnimap.el (nnimap-open-connection):
16746 Use netrc-machine-user-or-password.
16747
16748 2004-10-17 Richard M. Stallman <rms@gnu.org>
16749
16750 * gnus-registry.el (gnus-registry-unload-hook):
16751 Set as a variable with add-hook.
16752
16753 * nnspool.el (nnspool-spool-directory): Use news-directory instead
16754 of news-path.
16755
16756 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16757
16758 * spam.el: Delete duplicate `provide'.
16759 (spam-unload-hook): Set as a variable with add-hook.
16760
16761 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
16762
16763 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16764 in the doc string.
16765
16766 * message.el (message-ignored-news-headers)
16767 (message-ignored-supersedes-headers)
16768 (message-ignored-resent-headers)
16769 (message-forward-ignored-headers): Improve custom type.
16770
16771 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
16772
16773 * message.el (message-tokenize-header): Fix 2004-09-06 change
16774 which used point-min in the wrong place.
16775
16776 2004-10-12 Simon Josefsson <jas@extundo.com>
16777
16778 * tls.el (tls-certtool-program): New variable.
16779 (tls-certificate-information): New function, based on
16780 ssl-certificate-information.
16781
16782 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
16783
16784 * compface.el: Move the version of ELisp-based uncompface program
16785 to the contrib directory because of the copyright problem.
16786
16787 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
16788
16789 * message.el (message-kill-buffer): Raise the current frame.
16790
16791 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16792
16793 * gnus-sum.el: Mention that multibyte characters don't work as marks.
16794
16795 * gnus.el (message-y-or-n-p): Autoload.
16796
16797 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16798 (pop3-password-required, pop3-authentication-scheme)
16799 (pop3-leave-mail-on-server): Make customizable.
16800 (pop3): New custom group.
16801 (pop3-retr): Remove `sleep-for' statements.
16802 Suggested by Dave Love <fx@gnu.org>.
16803
16804 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16805 Windows/DOS.
16806
16807 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16808 (imap-parse-body): Fix incorrect use of `assert'.
16809 Suggested by Dave Love <fx@gnu.org>.
16810
16811 * mml.el (mml-minibuffer-read-disposition): Require match.
16812 Suggested by Dave Love <fx@gnu.org>.
16813
16814 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
16815
16816 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
16817 doc string.
16818
16819 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
16820
16821 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16822
16823 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16824
16825 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16826 instead of calling `mm-insert-inline', to decode text/* parts
16827 before displaying them.
16828
16829 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
16830
16831 * mm-uu.el (mm-uu-text-plain-type): New variable.
16832 (mm-uu-pgp-signed-extract-1): Use it.
16833 (mm-uu-pgp-encrypted-extract-1): Use it.
16834 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16835 bind mm-uu-text-plain-type with that value.
16836 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16837 mm-uu-dissect.
16838
16839 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
16840
16841 * gnus-group.el (gnus-update-group-mark-positions):
16842 * gnus-sum.el (gnus-update-summary-mark-positions):
16843 * message.el (message-check-news-body-syntax):
16844 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16845 of string-as-multibyte.
16846
16847 2004-10-05 Juri Linkov <juri@jurta.org>
16848
16849 * gnus-group.el (gnus-update-group-mark-positions):
16850 * gnus-sum.el (gnus-update-summary-mark-positions):
16851 * message.el (message-check-news-body-syntax):
16852 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16853 8-bit unibyte values to a multibyte string for search functions.
16854
16855 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
16856
16857 * mm-uu.el (mm-uu-dissect): Allow optional arg.
16858 (mm-uu-dissect-text-parts): New function.
16859
16860 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16861 dissect text parts.
16862
16863 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16864 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16865
16866 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16867
16868 * gnus-topic.el (gnus-topic-hierarchical-parameters):
16869 Use gnus-current-topics instead of gnus-current-topic.
16870
16871 2004-10-06 Jesper Harder <harder@ifa.au.dk>
16872
16873 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16874
16875 2004-10-05 Jesper Harder <harder@ifa.au.dk>
16876
16877 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16878 where approriate.
16879
16880 * nnml.el (nnml-generate-active-info): do.
16881
16882 * nndiary.el (nndiary-generate-active-info): do.
16883
16884 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16885 (gnus-topic-move): do.
16886
16887 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16888 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16889
16890 * gnus-srvr.el (gnus-server-prepare)
16891 (gnus-server-open-all-servers): do.
16892
16893 * gnus-msg.el (gnus-summary-cancel-article)
16894 (gnus-summary-resend-message)
16895 (gnus-summary-mail-crosspost-complaint): do.
16896
16897 * gnus-move.el (gnus-change-server): do.
16898
16899 * gnus-group.el (gnus-group-unmark-all-groups)
16900 (gnus-group-set-current-level): do.
16901
16902 2004-10-04 Simon Josefsson <jas@extundo.com>
16903
16904 * message.el (message-generate-hashcash): Doc fix.
16905
16906 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
16907
16908 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16909 avoid infinite recursion via gnus-get-function.
16910
16911 2004-10-02 Jesper Harder <harder@ifa.au.dk>
16912
16913 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16914
16915 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16916
16917 * nnmail.el (nnmail-split-history): do.
16918
16919 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16920 (nnml-request-delete-group): do.
16921
16922 * nnslashdot.el (nnslashdot-read-groups): do.
16923
16924 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16925 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16926
16927 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16928 (nnspool-sift-nov-with-sed): Use last.
16929 (nnspool-retrieve-headers-with-nov): Use mapc.
16930 (nnspool-request-newgroups): Use dolist.
16931 (nnspool-request-group): Use last.
16932
16933 * nntp.el (nntp-read-server-type): Use dolist.
16934
16935 * nnvirtual.el (nnvirtual-create-mapping)
16936 (nnvirtual-update-read-and-marked): Use dolist.
16937 (nnvirtual-convert-headers): Simplify.
16938
16939 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
16940
16941 * gnus-agent.el (gnus-agent-synchronize-group-flags):
16942 Add support for sync'ing tick marks.
16943
16944 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
16945
16946 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16947 there's no visible header.
16948
16949 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
16950
16951 * gnus-agent.el (gnus-agent-synchronize-group-flags):
16952 When necessary, pass full group name to gnus-request-set-marks.
16953
16954 2004-10-01 Simon Josefsson <jas@extundo.com>
16955
16956 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
16957 acroread.
16958
16959 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16960
16961 * spam-report.el (spam-report-gmane): Fix interactive.
16962
16963 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16964
16965 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16966 when writing file.
16967 (gnus-agent-synchronize-flags): Don't default to being
16968 interactive.
16969
16970 2004-09-30 Simon Josefsson <jas@extundo.com>
16971
16972 * message.el (message-generate-hashcash): Add.
16973 (message-send-mail): Use it, call mail-add-payment.
16974
16975 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16976
16977 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16978
16979 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
16980
16981 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16982 gnus-requst-update-info with explicit code to sync the in-memory
16983 info read flags with the marks being sync'd to the backend.
16984
16985 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16986
16987 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16988
16989 * spam.el (spam-verify-bogofilter): Add new function.
16990 (spam-check-bogofilter)
16991 (spam-bogofilter-register-with-bogofilter): Use it.
16992 (spam-verify-bogofilter): Add small fixes.
16993
16994 2004-09-28 Simon Josefsson <jas@extundo.com>
16995
16996 * hashcash.el (hashcash-generate-payment): Revert.
16997
16998 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16999
17000 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17001 Use gnus-extract-references instead of gnus-split-references.
17002
17003 * gnus-util.el (gnus-extract-references): Add new function, analogous
17004 to gnus-split-references but extracts only the message-ID without
17005 anything extra.
17006
17007 * hashcash.el (hashcash-generate-payment)
17008 (hashcash-check-payment): Do the right thing if hashcash-path is
17009 nil (because the hashcash program could not be found).
17010
17011 * spam.el (spam-use-hashcash): Remove comment.
17012
17013 2004-09-27 Jesper Harder <harder@ifa.au.dk>
17014
17015 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17016 (gnus-cache-enter-article, gnus-cache-remove-article)
17017 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17018
17019 * gnus-async.el (gnus-async-prefetch-remove-group): do.
17020
17021 * gnus-art.el (article-hide-boring-headers)
17022 (article-translate-strings, article-display-face)
17023 (gnus-article-mime-match-handle-first)
17024 (gnus-article-highlight-headers)
17025 (gnus-article-add-buttons-to-head): do.
17026
17027 2004-09-27 Simon Josefsson <jas@extundo.com>
17028
17029 * hashcash.el: New version, from
17030 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
17031 ../contrib/.
17032
17033 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17034
17035 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17036
17037 2004-09-26 Jesper Harder <harder@ifa.au.dk>
17038
17039 * gnus-dup.el (gnus-dup-open): Use mapc.
17040 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17041
17042 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17043 Reported by Stefan Wiens <s.wi@gmx.net>.
17044
17045 * gnus.el (gnus-shutdown): Use dolist.
17046
17047 * gnus-undo.el (gnus-undo): Use mapc.
17048
17049 * nnrss.el (nnrss-generate-active): do.
17050
17051 * message.el (message-cite-original-without-signature)
17052 (message-cite-original): Use mapc.
17053 (message-do-actions, message-make-forward-subject): Use dolist.
17054
17055 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17056
17057 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17058 deletion to remove entire duplicate line. Fixes merged article
17059 number bug.
17060
17061 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17062
17063 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17064 servers that are offline. Avoids having gnus-agent-toggle-plugged
17065 first ask if you want to open a server and then, even when you
17066 responded with no, asking if you want to synchronize the server's
17067 flags.
17068 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17069 multi-line expressions.
17070 (gnus-agent-synchronize-group-flags): New internal function.
17071 Updates marks in memory (in the info structure) AND in the
17072 backend.
17073
17074 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17075
17076 * nnagent.el (nnagent-request-set-mark):
17077 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17078 method, to ensure that synchronization updates marks in the
17079 backend and in the info (in memory) structure.
17080
17081 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
17082
17083 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17084 convention fully; don't miss the root article of a thread; make
17085 the X-Draft-From header with correct article numbers.
17086
17087 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
17088
17089 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17090 unless plugged. Disable the agent so that an open failure causes
17091 an error.
17092
17093 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17094 Revert 2004-09-21 change. The backend must be opened while
17095 synchronizing flags even when the backend stores the flags
17096 locally.
17097
17098 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
17099
17100 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17101 in `header' match. Reported by Svend Tollak Munkejord.
17102
17103 * message.el (message-cite-original): Fix use of
17104 `message-cite-articles-with-x-no-archive'.
17105
17106 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
17107
17108 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17109 (gnus-window-to-buffer): Ditto.
17110
17111 * mml.el (mml-preview-buffer): New variable.
17112 (mml-preview): Manage window layout with gnus-buffer-configuration.
17113
17114 * gnus-msg.el (gnus-setup-message): Put article numbers into the
17115 X-Draft-From header even if those articles aren't quoted.
17116
17117 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
17118
17119 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17120 (gnus-request-set-mark, gnus-request-update-mark): Use new
17121 g-s-t-u-l-m to decide to use backend even when unplugged.
17122
17123 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
17124
17125 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17126 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
17127
17128 2004-09-20 Simon Josefsson <jas@extundo.com>
17129
17130 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17131 "utf-16-le".
17132
17133 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17134
17135 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17136
17137 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17138
17139 * uudecode.el (uudecode-use-external): Add :version.
17140
17141 * smime.el (smime-CA-file, smime-encrypt-cipher)
17142 (smime-dns-server): Add :version.
17143
17144 * smiley.el (gnus-smiley-file-types): Add :version.
17145
17146 * sha1.el (sha1-use-external): Add :version.
17147
17148 * pgg-def.el (pgg-query-keyserver): Add :version.
17149
17150 * nnmail.el (nnmail-fancy-expiry-targets)
17151 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17152 Add :version.
17153
17154 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17155 (nnimap-retrieve-groups-asynchronous): Add :version.
17156 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
17157
17158 * mml.el (mml-content-disposition-parameters)
17159 (mml-insert-mime-headers-always): Add :version.
17160
17161 * mm-util.el (mm-coding-system-priorities): Add :version.
17162
17163 * mm-decode.el (mm-inline-text-html-with-images)
17164 (mm-keep-viewer-alive-types, mm-external-terminal-program)
17165 (mm-verify-option): Add :version.
17166 (mm-text-html-renderer): Change :version.
17167
17168 * message.el (message-fcc-externalize-attachments)
17169 (message-required-headers, message-draft-headers)
17170 (message-subject-trailing-was-query)
17171 (message-subject-trailing-was-ask-regexp)
17172 (message-subject-trailing-was-regexp, message-mark-insert-begin)
17173 (message-mark-insert-end, message-archive-header)
17174 (message-archive-note, message-cross-post-default)
17175 (message-cross-post-note, message-followup-to-note)
17176 (message-cross-post-note-function, message-use-mail-followup-to)
17177 (message-subscribed-address-functions)
17178 (message-subscribed-address-file, message-subscribed-addresses)
17179 (message-subscribed-regexps, message-allow-no-recipients)
17180 (message-yank-cited-prefix, message-signature-insert-empty-line)
17181 (message-hidden-headers, message-hierarchical-addresses)
17182 (message-mail-user-agent, message-use-idna)
17183 (message-valid-fqdn-regexp)
17184 (message-strip-special-text-properties, message-header-synonyms)
17185 (message-beginning-of-line, message-tab-body-function): Add :version.
17186 (message-insert-canlock, message-wide-reply-confirm-recipients):
17187 Change :version.
17188
17189 * mail-source.el (mail-source-ignore-errors): Add :group, :type
17190 and :version.
17191 (mail-source-delete-old-incoming-confirm)
17192 (mail-source-movemail-program): Add :version.
17193
17194 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17195 (gnus-agent-cache, gnus-agent): Change :version.
17196
17197 * gnus-util.el (gnus-use-byte-compile): Change :version.
17198
17199 * gnus-sum.el (gnus-summary-make-false-root-always)
17200 (gnus-summary-default-high-score)
17201 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17202 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17203 (gnus-read-all-available-headers, gnus-article-emulate-mime)
17204 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17205 (gnus-sum-thread-tree-single-indent)
17206 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17207 (gnus-sum-thread-tree-leaf-with-other)
17208 (gnus-sum-thread-tree-single-leaf): Add :version.
17209 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17210 (gnus-article-loose-mime): Change :version.
17211
17212 * gnus-start.el (gnus-backup-startup-file)
17213 (gnus-save-startup-file-via-temp-buffer): Add :version.
17214
17215 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17216 (gnus-server-offline-face): Add :version.
17217
17218 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17219
17220 * gnus-msg.el (gnus-gcc-externalize-attachments)
17221 (gnus-debug-files, gnus-debug-exclude-variables)
17222 (gnus-discouraged-post-methods): Change :version.
17223 (gnus-confirm-mail-reply-to-news)
17224 (gnus-confirm-treat-mail-like-news): Add :version.
17225
17226 * gnus-int.el (gnus-server-unopen-status): Add :version.
17227
17228 * gnus-group.el (gnus-group-jump-to-group-prompt)
17229 (gnus-large-ephemeral-newsgroup)
17230 (gnus-fetch-old-ephemeral-headers): Add :version.
17231
17232 * gnus-fun.el (gnus-x-face-directory)
17233 (gnus-convert-pbm-to-x-face-command)
17234 (gnus-convert-image-to-x-face-command)
17235 (gnus-convert-image-to-face-command): Add :version.
17236
17237 * gnus-delay.el (gnus-delay-default-hour): Add :version.
17238
17239 * gnus-cite.el (gnus-cite-blank-line-after-header)
17240 (gnus-article-boring-faces): Add :version.
17241
17242 * gnus-art.el (gnus-buttonized-mime-types)
17243 (gnus-inhibit-mime-unbuttonizing)
17244 (gnus-treat-display-face)
17245 (gnus-treat-body-boundary): Change :version.
17246 (gnus-body-boundary-delimiter, gnus-picon-databases)
17247 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17248 (gnus-treat-date-english, gnus-treat-fold-headers)
17249 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17250 (gnus-treat-mail-picon, gnus-treat-wash-html)
17251 (gnus-article-encrypt-protocol)
17252 (gnus-use-idna, gnus-article-over-scroll)
17253 (gnus-mime-display-multipart-alternative-as-mixed)
17254 (gnus-mime-display-multipart-related-as-mixed)
17255 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17256 (gnus-ctan-url, gnus-button-ctan-handler)
17257 (gnus-button-handle-ctan-bogus-regexp)
17258 (gnus-button-ctan-directory-regexp)
17259 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17260 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17261 (gnus-button-man-level, gnus-button-emacs-level)
17262 (gnus-button-message-level, gnus-button-browse-level): Add :version.
17263
17264 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17265 (gnus-agent-go-online): Change :version.
17266 (gnus-agent-expire-unagentized-dirs)
17267 (gnus-agent-auto-agentize-methods): Add :version.
17268
17269 * flow-fill.el (fill-flowed-display-column)
17270 (fill-flowed-encode-column): Add :version.
17271
17272 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17273 (gnus-outlook-deuglify-unwrap-max)
17274 (gnus-outlook-deuglify-cite-marks)
17275 (gnus-outlook-deuglify-unwrap-stop-chars)
17276 (gnus-outlook-deuglify-no-wrap-chars)
17277 (gnus-outlook-deuglify-attrib-cut-regexp)
17278 (gnus-outlook-deuglify-attrib-verb-regexp)
17279 (gnus-outlook-deuglify-attrib-end-regexp)
17280 (gnus-outlook-display-hook): Add :version.
17281
17282 * binhex.el (binhex-use-external): Add :version.
17283
17284 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
17285
17286 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17287 and `invisible'.
17288
17289 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17290
17291 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17292 in gnus-registry-trim.
17293
17294 2004-09-13 Simon Josefsson <jas@extundo.com>
17295
17296 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17297
17298 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17299
17300 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17301 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17302 <yamaoka@jpl.org>.
17303 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17304 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17305 <yamaoka@jpl.org>.
17306
17307 * sieve.el (sieve-manage-mode): Ditto.
17308
17309 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
17310
17311 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17312
17313 2004-09-11 Simon Josefsson <jas@extundo.com>
17314
17315 * dns-mode.el: Add.
17316
17317 * mm-view.el (mm-display-dns-inline): Add.
17318
17319 * mm-decode.el (mm-inline-media-tests): Add text/dns.
17320 (mm-automatic-display): Ditto.
17321
17322 * mailcap.el (mailcap-mime-data): Add text/dns.
17323 (mailcap-mime-extensions): Map .soa to text/dns.
17324
17325 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
17326
17327 * gnus-art.el (article-decode-mime-words, article-babel)
17328 (gnus-article-highlight-signature, gnus-article-add-buttons)
17329 (gnus-signature-toggle): Remove unnecessary bindings of
17330 `inhibit-read-only' inherited from v5.10 merge.
17331
17332 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17333
17334 * nntp.el (nntp): New customization group.
17335 (nntp-authinfo-file): Add customization group.
17336
17337 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17338
17339 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17340
17341 * gnus.el (to-address, to-list, subscribed)
17342 (large-newsgroup-initial): Ditto.
17343
17344 * flow-fill.el (fill-flowed-display-column)
17345 (fill-flowed-encode-column): Ditto.
17346
17347 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17348
17349 * message.el (message-tokenize-header, message-send-mail-with-qmail):
17350 Use point-min rather than 1.
17351 (message-send-mail): Use buffer-size rather than point-max.
17352
17353 * gnus-sum.el (gnus-summary-search-article-forward):
17354 Signal a specific `search-failed' rather than a generic `error'.
17355
17356 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17357 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17358 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17359
17360 2004-09-10 Simon Josefsson <jas@extundo.com>
17361
17362 * nndb.el (require): Remove tcp and duplicate cl.
17363
17364 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
17365
17366 * gnus-agent.el (directory-files-and-attributes): Move forward.
17367
17368 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17369
17370 * gnus-agent.el (directory-files-and-attributes):
17371 Optionally defined to support XEmacs.
17372
17373 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17374
17375 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17376 to avoid run-time CL dependencies.
17377 (gnus-agent-unfetch-articles): New function.
17378 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17379 article numbers even when local .overview file is missing.
17380 (gnus-agent-read-article-number): New function. Only accepts
17381 27-bit article numbers.
17382 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17383 Use gnus-agent-read-article-number.
17384 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17385 from backend while recognizing that article numbers in .overview
17386 must be valid.
17387 (gnus-agent-update-files-total-fetched-for):
17388 Use directory-files-and-attributes to improve performance.
17389 * gnus-int.el (gnus-request-move-article):
17390 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17391 improve performance.
17392
17393 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17394 some users confused by references to .newsrc when they only have a
17395 .newsrc.eld file.
17396 (gnus-convert-mark-converter-prompt)
17397 (gnus-convert-converter-needs-prompt): Fix use of property list.
17398 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17399 New function. Used internally to only display 'gnus converting
17400 files' message when actually necessary.
17401
17402 * gnus-sum.el (): Remove (require 'gnus-agent) as required
17403 methods now autoloaded.
17404
17405 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
17406
17407 * gnus-sum.el (gnus-summary-insert-subject): Remove list
17408 identifiers.
17409
17410 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
17411
17412 * gnus-picon.el: Fix indentation and closing parenthesis.
17413
17414 2004-09-01 Simon Josefsson <jas@extundo.com>
17415
17416 * message.el (message-canlock-generate): Require sha1, not
17417 sha1-el. (Can we get rid of this require altogether? It is ugly
17418 to require within a function. Sadly, if sha1.el isn't loaded, the
17419 let binding in m-c-g will hide the defcustom definition, which is
17420 bad.)
17421
17422 * canlock.el: Require sha1, not sha1-el.
17423
17424 * message.el: Don't autoload sha1 (there is a autoload cookie in
17425 sha1.el).
17426
17427 * sha1-el.el: Rename to sha1.el.
17428
17429 2004-08-30 Juanma Barranquero <lektu@terra.es>
17430
17431 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17432
17433 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17434
17435 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17436
17437 2004-08-30 Kim F. Storm <storm@cua.dk>
17438
17439 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17440
17441 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17442 Add :group 'nnimap.
17443
17444 2004-08-30 Andreas Schwab <schwab@suse.de>
17445
17446 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17447 ?* and ?\;.
17448
17449 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17450 and ?\' to symbol instead of whitespace.
17451
17452 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
17453
17454 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17455
17456 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17457 instead of re-search-forward.
17458
17459 * gnus-uu.el (gnus-uu-save-article): Ditto.
17460 (gnus-uu-post-encode-uuencode): Ditto.
17461
17462 * html2text.el (html2text-clean-list-items): Ditto.
17463 (html2text-clean-dtdd): Ditto.
17464 (html2text-format-tags): Ditto.
17465
17466 * message.el (message-send-mail-with-sendmail): Fix regexp.
17467 (message-fill-field-general): Use search-forward instead of
17468 re-search-forward.
17469 (unbold-region): Ditto.
17470
17471 * nnrss.el (nnrss-request-article): Ditto.
17472
17473 * nnslashdot.el (nnslashdot-request-article): Ditto.
17474
17475 * nnweb.el (nnweb-gmane-wash-article): Ditto.
17476
17477 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17478 "Unrecognized menu descriptor" error in XEmacs.
17479
17480 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
17481
17482 * gnus-sum.el (gnus-read-header): Don't remove a header for the
17483 parent article of a sparse article in the thread hashtb.
17484
17485 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
17486
17487 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17488 (nnmail-expand-newtext): Lowercase expanded entries if
17489 nnmail-split-lowercase-expanded is non-nil.
17490
17491 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
17492
17493 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17494
17495 * gnus-group.el (gnus-group-line-format-alist): Convert the value
17496 of gnus-tmp-news-method into string under XEmacs. It will be
17497 passed to gnus-correct-length which takes only a string argument.
17498
17499 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
17500
17501 * gnus-util.el (gnus-bind-print-variables): New macro.
17502 (gnus-prin1): Use it.
17503 (gnus-prin1-to-string): Use it.
17504 (gnus-pp): New function.
17505 (gnus-pp-to-string): New function.
17506
17507 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17508 Replace pp-to-string with gnus-pp-to-string.
17509 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17510 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17511 * gnus-msg.el (gnus-debug): Ditto.
17512 * gnus-score.el (gnus-score-save): Ditto.
17513 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17514 gnus-pp-to-string.
17515 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17516 with gnus-pp.
17517 * score-mode.el (gnus-score-pretty-print): Ditto.
17518 * webmail.el (webmail-debug): Ditto.
17519
17520 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
17521
17522 * gnus-art.el (article-display-face, article-display-x-face):
17523 Use buffer-read-only.
17524
17525 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
17526
17527 * gnus-art.el (article-hide-list-identifiers):
17528 Bind inhibit-read-only as t.
17529
17530 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
17531
17532 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17533
17534 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17535
17536 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17537 (gnus-narrow-to-page): Don't assume point-min == 1.
17538 (gnus-article-edit-mode): Derive from message-mode.
17539
17540 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17541 point-min == 1.
17542
17543 * imap.el (imap-parse-address-list, imap-parse-body-ext):
17544 Disable incorrect use of `assert'.
17545
17546 * message.el (message-mode): Set comment-start-skip.
17547
17548 2004-08-22 Sam Steingold <sds@gnu.org>
17549
17550 * pop3.el (pop3-leave-mail-on-server): New user variable.
17551 (pop3-movemail): Delete mail only when it is nil.
17552
17553 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
17554
17555 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17556
17557 * mml.el (mml-preview): Use `pop-to-buffer'.
17558
17559 * message.el (message-goto-mail-followup-to): Insert after "To".
17560 (message-carefully-insert-headers): Add comment.
17561
17562 * gnus.el: Remove unused variable `gnus-article-check-size'.
17563
17564 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17565
17566 * gnus-art.el (gnus-button-alist):
17567 Improve `gnus-button-handle-library' entry.
17568
17569 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
17570
17571 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17572 Use downcase, since XEmacs capitalizes error messages differently.
17573
17574 2004-08-18 Jesper Harder <harder@ifa.au.dk>
17575
17576 * nntp.el: Add (require 'gnus) due to reference to
17577 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
17578
17579 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
17580
17581 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17582 Bind `mm-fill-flowed'.
17583
17584 * mm-decode.el (mm-dissect-singlepart): Check it.
17585
17586 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
17587
17588 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17589 'imap' for netrc parsing.
17590
17591 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
17592
17593 * mailcap.el (mailcap-mime-data): Mark as risky.
17594
17595 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
17596
17597 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17598 may be included in the encoded word.
17599 (rfc2047-encode): Don't append a space if the encoded word
17600 includes close parenthesis.
17601
17602 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
17603
17604 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17605 of text within parentheses.
17606
17607 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
17608
17609 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17610 (gnus-encrypt-write-file-contents): Make the password key the file
17611 name PLUS the cipher, not just the cipher. Also remove failed
17612 passwords from the cache.
17613
17614 2004-08-06 Simon Josefsson <jas@extundo.com>
17615
17616 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17617 Doc fix.
17618
17619 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
17620
17621 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17622 LWSP.
17623
17624 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
17625
17626 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17627 Try to append in-reply-to: data to the references: header.
17628
17629 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17630 (netrc-parse): Use gnus-encrypt.el functions.
17631
17632 * gnus-encrypt.el: Add new file for encryption support; currently
17633 does only a few GPG ciphers and an internal XOR cipher.
17634
17635 * password.el: Add comments on using password-read-and-add.
17636 (password-read-and-add): Add function to read and add the
17637 password to the cache at once.
17638
17639 2004-07-28 Simon Josefsson <jas@extundo.com>
17640
17641 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17642 parameter (but don't use it, for now).
17643
17644 * imap.el (imap-ssl-open): Use imap-process-connection-type,
17645 instead of hard coding to nil.
17646
17647 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17648
17649 * mm-view.el (mm-inline-image-emacs): Open lines under an image
17650 as mm-inline-image-xemacs does.
17651
17652 2004-07-26 Simon Josefsson <jas@extundo.com>
17653
17654 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17655 Revert part of 2004-07-17 change below.
17656
17657 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
17658
17659 * rfc2047.el (rfc2047-encode-region): Don't infloop.
17660 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17661
17662 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
17663
17664 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17665 quotes that actually start with ">" at the beginning of the
17666 lines.
17667
17668 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
17669
17670 * rfc2047.el (rfc2047-encode-region): Fix last change.
17671 (rfc2047-encode-parameter): Remove useless concat.
17672
17673 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
17674
17675 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17676 encode special characters; fix some kind of misconfigured headers;
17677 signal a real error if debug-on-quit or debug-on-error is non-nil.
17678 (rfc2047-encode-max-chars): New variable.
17679 (rfc2047-encode-1): Use it.
17680 (rfc2047-encode-parameter): New function.
17681
17682 * mml.el (mml-insert-parameter): Remove an excessive space.
17683
17684 2004-07-17 Simon Josefsson <jas@extundo.com>
17685
17686 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17687 Kai Grossjohann <kai@emptydomain.de>.
17688 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17689 (gnus-group-make-menu-bar): Ditto.
17690
17691 * gnus-util.el (gnus-group-server): Add.
17692
17693 2004-07-16 Jesper Harder <harder@ifa.au.dk>
17694
17695 * message.el (message-clone-locals): Clone sendmail and smtp
17696 variables.
17697
17698 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
17699
17700 * rfc2047.el (rfc2047-encode-region): Fix last change.
17701
17702 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
17703
17704 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17705 characters as non-special.
17706
17707 2004-07-09 Simon Josefsson <jas@extundo.com>
17708
17709 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17710 Users will lose all flag changes made while unplugged with
17711 e.g. nntp unless flag synchronization happens, thus `nil' is not a
17712 good default. See numerous reports on ding mailing list.
17713
17714 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
17715
17716 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17717 add generate-head-function and generate-article-function to the
17718 rfc822-forward entry.
17719 (nndoc-rfc822-forward-generate-article): New function.
17720 (nndoc-rfc822-forward-generate-head): New function.
17721
17722 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17723
17724 2004-07-06 Dan Christensen <jdc@uwo.ca>
17725
17726 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17727 respect display group parameter and gnus-summary-expunge-below.
17728 (gnus-articles-to-read): Remove unused reference to display group
17729 parameter.
17730
17731 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17732
17733 * nnheader.el (nnheader-uniquify-message-id): New experimental
17734 variable.
17735 (nnheader-nov-read-message-id): Use it.
17736
17737 * spam-report.el (spam-report-gmane): Add interactive.
17738
17739 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
17740
17741 * mm-encode.el (mm-content-transfer-encoding-defaults):
17742 Use qp-or-base64 for the application/* types.
17743
17744 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
17745
17746 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17747
17748 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
17749
17750 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17751 trim value.
17752
17753 2004-01-25 Paul Jarc <prj@po.cwru.edu>
17754
17755 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17756 New macro and function.
17757 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17758
17759 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
17760
17761 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17762 after-load-alist.
17763
17764 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
17765
17766 * gnus-group.el (gnus-group-get-new-news-this-group):
17767 Don't update info that isn't there.
17768
17769 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
17770
17771 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17772 entry.
17773
17774 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
17775
17776 * mm-view.el (mm-inline-render-with-function): Use multibyte
17777 buffer; decode html source by charset.
17778
17779 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17780
17781 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17782 Mule-UCS is loaded under XEmacs.
17783 (mm-mime-mule-charset-alist): Avoid duplicated entries.
17784
17785 2004-06-28 Jesper Harder <harder@ifa.au.dk>
17786
17787 * nnheader.el (nnheader-max-head-length): Increase to 8192.
17788
17789 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
17790
17791 * mm-util.el (mm-coding-system-p): Return a coding-system.
17792 (mm-mime-mule-charset-alist): Use shift_jis instead of
17793 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17794 entries for the mime charsets iso-2022-jp-3 and shift_jis.
17795 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17796 instead of japanese-shift-jis and iso-latin-1 respectively in
17797 order to share the default value with both Emacs and XEmacs-mule.
17798 (mm-mule-charset-to-mime-charset):
17799 Make mm-coding-system-priorities effective.
17800 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17801 while predicating of candidates upon the priorities.
17802
17803 2004-06-27 Jesper Harder <harder@ifa.au.dk>
17804
17805 * gnus-sum.el (gnus-summary-make-menu-bar):
17806 Add gnus-uu-invert-processable.
17807
17808 * gnus.el: Autoload gnus-uu-invert-processable.
17809
17810 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
17811
17812 * mm-util.el (mm-with-multibyte-buffer): New macro.
17813
17814 * rfc2047.el (rfc2047-encode-string): Use it.
17815 (rfc2047-encode-region): Move point to the end of the region after
17816 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17817
17818 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
17819
17820 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17821 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17822
17823 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
17824
17825 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17826 (gnus-cite-parse): Ignore quoted envelope From_.
17827 Suggested by Karl Chen <quarl@nospam.quarl.org>.
17828
17829 2004-06-23 Jesper Harder <harder@ifa.au.dk>
17830
17831 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17832 invalid addresses.
17833
17834 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
17835
17836 * spam.el: Change section markers, revise TODO list.
17837 (spam-backends): Make new master list of all installed backends.
17838 (spam-summary-exit-behavior): Add new variable to determine how
17839 messages moves are done at summary exit.
17840 (spam-move-spam-nonspam-groups-only)
17841 (spam-process-ham-in-nonham-groups)
17842 (spam-process-ham-in-spam-groups): Remove variables, the
17843 spam-summary-exit-behavior variable should be used to manage this
17844 behavior.
17845 (spam-old-ham-articles, spam-old-spam-articles): Remove.
17846 (spam-old-articles): Add variable, replacing spam-old-ham-articles
17847 and spam-old-spam-articles.
17848 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17849 Add empty variables, placeholders for the backends they represent.
17850 (spam-set-difference): Move, unchanged.
17851 (spam-list-of-processors): Declare OBSOLETE, not used anymore
17852 unless the user has a processor variable.
17853 (spam-classifications, spam-classification-valid-p)
17854 (spam-backend-properties, spam-backend-property-valid-p)
17855 (spam-backend-function-type-valid-p)
17856 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17857 (spam-report-articles-gmane, spam-report-articles-resend):
17858 Remove functions, they are not needed.
17859 (spam-install-backend-super, spam-backend-list)
17860 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17861 (spam-backend-function, spam-backend-ham-registration-function)
17862 (spam-backend-spam-registration-function)
17863 (spam-backend-ham-unregistration-function)
17864 (spam-backend-spam-unregistration-function)
17865 (spam-backend-statistical-p, spam-backend-mover-p)
17866 (spam-install-backend-alias, spam-install-checkonly-backend)
17867 (spam-install-mover-backend, spam-install-nocheck-backend)
17868 (spam-install-backend, spam-install-statistical-backend)
17869 (spam-install-statistical-checkonly-backend): Add backend installation
17870 support.
17871 (spam-summary-prepare-exit): Rewrite to use the new backend code.
17872 (spam-group-processor-p): Use the new backend code and respect the
17873 summary exit behavior.
17874 (spam-mark-spam-as-expired-and-move-routine): Remove.
17875 (spam-summary-prepare): Change to use the new spam-old-articles
17876 variable.
17877 (spam-copy-or-move-routine, spam-copy-spam-routine)
17878 (spam-move-spam-routine, spam-copy-ham-routine)
17879 (spam-move-ham-routine): Add code to copy/move ham or spam.
17880 (spam-fetch-field-fast): Improve doc and code, plus allow the
17881 'number request.
17882 (spam-list-of-checks, spam-list-of-statistical-checks):
17883 Remove variables.
17884 (spam-split, spam-find-spam): Use the new backend code.
17885 (spam-registration-functions): Remove variable.
17886 (spam-unregister-routine): Add convenience wrapper.
17887 (spam-log-undo-registration, spam-register-routine)
17888 (spam-log-processing-to-registry)
17889 (spam-log-unregistration-needed-p): Rename "check" to "backend"
17890 where possible.
17891 (spam-check-gmane-xref, spam-check-regex-headers)
17892 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17893 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17894 (spam-check-bogofilter-headers, spam-check-spamoracle)
17895 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17896 (spam-check-crm114-headers): Use the spam-split-group that
17897 spam-split prepares, no need to determine it every time.
17898
17899 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17900 to the nnheader-parse-naked-head call.
17901
17902 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17903
17904 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17905 the nnheader-nov-read-message-id call.
17906
17907 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
17908
17909 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17910 gnus-activate-group twice. Suggested by Markus Peter
17911 <warp@spin.de>.
17912
17913 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
17914
17915 * gnus-art.el (gnus-article-time-format): Exchange the order of
17916 day and month in the default value; fix customization type.
17917 (article-date-ut): Use add-text-properties.
17918 (article-make-date-line): Use message-make-date instead of
17919 current-time-string.
17920
17921 * message.el (message-fetch-field): Don't use set-text-properties.
17922 (message-make-date): Simplify.
17923
17924 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
17925
17926 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17927 (rfc2047-encode-region): Treat text within parentheses as special;
17928 show the original text when error has occurred.
17929
17930 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17931 already-computed method to gnus-activate-group.
17932
17933 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17934 same select-methods identical Lisp objects.
17935
17936 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17937 object when modifying the info.
17938
17939 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
17940
17941 * gnus-srvr.el (gnus-server-set-info): Remove the server from
17942 gnus-opened-servers since it has never been opened with the new
17943 configuration yet.
17944
17945 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
17946
17947 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17948 arg to nnheader-generate-fake-message-id.
17949
17950 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
17951
17952 * nnheader.el (nnheader-generate-fake-message-id): Accept a
17953 number and build a fake message ID localized to a group and
17954 article number (so it's repeatable from that point on).
17955 (nnheader-fake-message-id-p): Change regex to accommodate new fake
17956 ID format.
17957
17958 * gnus-sum.el (gnus-get-newsgroup-headers):
17959 Call nnheader-generate-fake-message-id with the article number.
17960
17961 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
17962
17963 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17964 end-of-buffer.
17965
17966 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17967
17968 * message.el (message-ignored-supersedes-headers): Add Approved.
17969
17970 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
17971
17972 * rfc2047.el (rfc2047-encode-message-header): Remove useless
17973 goto-char.
17974 (rfc2047-encode): Fold the line before encoding.
17975
17976 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
17977
17978 * rfc2047.el (rfc2047-encode-message-header): Disabled header
17979 folding -- not all headers can be folded, and this should be done
17980 by the message composition mode. Probably. I think.
17981
17982 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
17983
17984 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17985 fast.
17986
17987 * gnus-ems.el (gnus-remove-image): Don't use
17988 message-text-with-property; remove only the image found first.
17989
17990 2004-06-09 Jesper Harder <harder@ifa.au.dk>
17991
17992 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17993
17994 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
17995
17996 * message.el (message-text-with-property): Make it fast and accept
17997 optional arguments.
17998 (message-strip-forbidden-properties): Use it.
17999 (message-fix-before-sending): Follow the m-t-w-p change.
18000
18001 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18002
18003 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
18004
18005 * gnus-art.el (article-hide-headers): Don't change the buffer
18006 mistakenly when performing mml-preview even if
18007 gnus-single-article-buffer is nil.
18008
18009 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
18010
18011 * message.el (message-expand-name-databases): New user option.
18012 (message-expand-name): Use it.
18013
18014 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
18015
18016 * spam.el (spam-report-articles-resend)
18017 (spam-report-resend-register-routine): Allow ham reporting.
18018 (spam-report-resend-register-ham-routine): Add wrapper.
18019 (spam-registration-functions): Add ham resending functions.
18020 (spam-list-of-processors): Add ham resend processor.
18021
18022 * gnus.el (ham-resend-to): Add new group parameter.
18023 (spam-process): Add ham resend option.
18024
18025 * spam-report.el (spam-report-resend): Allow reporting ham.
18026 (spam-report-resend-ham): Add wrapper.
18027
18028 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18029
18030 * message.el (message-cite-articles-with-x-no-archive):
18031 New variable.
18032 (message-cite-original): Use it.
18033
18034 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18035
18036 * message.el (message-cite-original): Respect X-No-Archive.
18037
18038 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
18039
18040 * gnus-art.el (article-hide-headers): Refer to the values for
18041 gnus-ignored-headers and gnus-visible-headers in the summary
18042 buffer since a user may have set them as group parameters.
18043
18044 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
18045
18046 * assistant.el (assistant-node-name): Add convenience function.
18047 (assistant-render-text, assistant-render-node): Add error handling,
18048 plus handle multiple next nodes.
18049 (assistant-find-next-node): Comment out for now.
18050 (assistant-find-next-nodes): Add function, returns list of next
18051 nodes.
18052
18053 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
18054
18055 * mail-source.el (mail-source-directory): Fix doc-string.
18056
18057 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
18058
18059 * assistant.el (assistant-render-text, assistant-eval): Add :set
18060 widget type, which is different because it takes and returns a
18061 list. Much hilarity ensues.
18062
18063 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
18064
18065 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18066
18067 * gnus-group.el (gnus-group-get-new-news-this-group):
18068 Add doc-string.
18069
18070 * gnus-start.el (gnus-activate-group): Add doc-string.
18071
18072 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
18073
18074 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18075
18076 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
18077
18078 * assistant.el (assistant-render-text): Try to add a :set
18079 widget, more to come.
18080
18081 * spam.el (spam-group-spam-contents-p): Handle empty groupname
18082 strings.
18083 (spam-report-articles-resend)
18084 (spam-register-routine): Do registration iff any articles warrant
18085 it.
18086 (spam-summary-prepare-exit): Change log message for nil group
18087 destinations.
18088
18089 2004-05-27 Daniel Pittman <daniel@rimspace.net>
18090
18091 * spam.el (spam-report-resend-register-routine):
18092 Allow spam-report-resend-to to be a group parameter or a global value.
18093
18094 2004-05-26 Simon Josefsson <jas@extundo.com>
18095
18096 * starttls.el: Merge with my GNUTLS based starttls.el.
18097 (starttls-gnutls-program, starttls-use-gnutls)
18098 (starttls-extra-arguments, starttls-process-connection-type)
18099 (starttls-connect, starttls-failure, starttls-success):
18100 New variables.
18101 (starttls-program, starttls-extra-args): Doc fix.
18102 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18103 New functions.
18104 (starttls-negotiate, starttls-open-stream):
18105 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18106 function if it is set.
18107
18108 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18109
18110 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18111 structured fields.
18112
18113 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18114
18115 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18116
18117 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
18118
18119 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18120 Add variable.
18121 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
18122 assigning the spam-mark to new messages.
18123
18124 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
18125
18126 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18127
18128 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18129
18130 * rfc2047.el (rfc2047-encodable-p): Don't move point.
18131 (rfc2047-decode): Treat the ascii coding-system as raw-text by
18132 default.
18133
18134 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
18135
18136 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18137 correct data.
18138
18139 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
18140
18141 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18142 (spam-group-processor-p): Fix function.
18143 (spam-group-processor-multiple-p)
18144 (spam-group-spam-processor-report-gmane-p)
18145 (spam-group-spam-processor-report-resend-p)
18146 (spam-group-spam-processor-bogofilter-p)
18147 (spam-group-spam-processor-blacklist-p)
18148 (spam-group-spam-processor-ifile-p)
18149 (spam-group-ham-processor-ifile-p)
18150 (spam-group-spam-processor-spamoracle-p)
18151 (spam-group-spam-processor-crm114-p)
18152 (spam-group-ham-processor-bogofilter-p)
18153 (spam-group-spam-processor-stat-p)
18154 (spam-group-ham-processor-stat-p)
18155 (spam-group-ham-processor-whitelist-p)
18156 (spam-group-ham-processor-BBDB-p)
18157 (spam-group-ham-processor-spamoracle-p)
18158 (spam-group-ham-processor-copy-p): Remove functions with some
18159 prejudice against unneeded code.
18160 (spam-report-articles-resend)
18161 (spam-report-resend-register-routine): Allow the group/topic
18162 spam-resend-to value to override spam-report-resend-to.
18163 (spam-summary-prepare-exit): Invoke spam-group-processor-p
18164 properly now.
18165
18166 * gnus.el (spam-resend-to): Add group/topic parameter.
18167 (spam-process): Move the OBSOLETE processors to the end of the
18168 choices.
18169
18170 2004-05-24 Daniel Pittman <daniel@rimspace.net>
18171
18172 * spam-report.el (spam-report-resend-to, spam-report-resend):
18173 Start with resend-to set to nil, and then ask the user if necessary.
18174 (spam-report-resend): spam-report-resend takes a list of articles, not
18175 separate article numbers.
18176
18177 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
18178
18179 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18180 addition to emacs-w3m.
18181
18182 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18183
18184 * assistant.el (assistant-authinfo-data): New function.
18185 (assistant-eval): Eval for entire assistant.
18186
18187 * netrc.el (netrc-services-file): New variable.
18188 (netrc-parse-services): New function.
18189 (netrc-find-service-name): New function.
18190 (netrc-find-service-number): New function.
18191 (netrc-port-equal): New function.
18192 (netrc-machine): Use it.
18193
18194 * nnimap.el (nnimap-open-connection): Use netrc.
18195
18196 * gnus-util.el (gnus-netrc-get): Remove aliases.
18197
18198 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18199
18200 * assistant.el (wid-edit): Fix compilation.
18201
18202 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18203
18204 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
18205
18206 * gnus-util.el (gnus-set-file-modes): New function. (small
18207 patch).
18208
18209 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18210
18211 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18212
18213 * assistant.el (assistant-render-node): Fix up rendering and
18214 read-only text.
18215 (assistant-render-node): Reset.
18216 (assistant-make-read-only): Not sticky.
18217
18218 2004-05-20 Danny Siu <dsiu@adobe.com>
18219
18220 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18221 centered even when gnus-auto-center-summary is t
18222
18223 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18224
18225 * dns.el (dns-get-txt-answer): New function.
18226 (dns-read-txt): Ditto.
18227 (query-dns): Use it.
18228
18229 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
18230
18231 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18232 active for foreign groups even if the group level is higher than
18233 the specified value.
18234
18235 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18236
18237 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18238 non-active groups.
18239
18240 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18241
18242 2004-05-20 Magnus Henoch <mange@freemail.hu>
18243
18244 * dns.el (dns-read-type): Add support for SVR. (small patch)
18245
18246 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
18247
18248 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18249 (spam-crm114-header, spam-crm114-spam-switch)
18250 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18251 (spam-crm114-positive-spam-header)
18252 (spam-crm114-database-directory, spam-list-of-processors)
18253 (spam-group-spam-processor-crm114-p)
18254 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18255 (spam-generic-score, spam-list-of-checks)
18256 (spam-list-of-statistical-checks, spam-registration-functions)
18257 (spam-check-crm114-headers, spam-crm114-score)
18258 (spam-check-crm114, spam-crm114-register-with-crm114)
18259 (spam-crm114-register-spam-routine)
18260 (spam-crm114-unregister-spam-routine)
18261 (spam-crm114-register-ham-routine)
18262 (spam-crm114-unregister-ham-routine): Add CRM114 support.
18263 From asjo@koldfront.dk (Adam Sjøgren).
18264
18265 * gnus.el: Add spam-use-crm114.
18266
18267 * spam.el (spam-list-of-processors, spam-registration-functions):
18268 Add spam-use-resend.
18269 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18270 (spam-report-articles-gmane): Add doc fix.
18271 (spam-report-articles-resend, spam-report-resend-register-routine):
18272 Add wrappers around spam-report-resend-to.
18273
18274 * spam-report.el (spam-report-resend-to, spam-report-resend):
18275 Add support for resending spam.
18276 (spam-report-gmane): Fix line length >80.
18277
18278 * gnus.el (spam-process): Add spam-use-resend.
18279
18280 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18281
18282 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18283 number of processed spam messages.
18284 (spam-ham-copy-or-move-routine): Return the number of processed
18285 ham messages.
18286 (spam-summary-prepare-exit): Use the above values to decide
18287 whether status messages shouled be displayed.
18288
18289 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
18290
18291 * rfc2047.el (rfc2047-encode-function-alist): Rename from
18292 `rfc2047-encoding-function-alist' in order to avoid conflicting
18293 with the old version.
18294 (rfc2047-encode-region): Concatenate words containing non-ASCII
18295 characters in structured fields; don't encode space-delimited
18296 ASCII words even in unstructured fields; don't break words at
18297 char-category boundaries.
18298 (rfc2047-encode-1): New function.
18299 (rfc2047-encode): Use it; encode text so that it occupies the
18300 maximum width within 76-column; work correctly on Q encoding for
18301 iso-2022-* charsets.
18302 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18303 sure not to break a line just after the header name.
18304 (rfc2047-b-encode-region): Remove.
18305 (rfc2047-b-encode-string): New function.
18306 (rfc2047-q-encode-region): Remove.
18307 (rfc2047-q-encode-string): New function.
18308
18309 * mm-util.el (mm-replace-in-string): New function.
18310
18311 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18312
18313 * gnus-msg.el (gnus-inews-make-draft-meta-information):
18314 Really get it right.
18315 (gnus-inews-make-draft): Really.
18316
18317 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
18318
18319 * nnmh.el (nnmh-request-list-1): Don't check the link count
18320 before descending. (small patch)
18321
18322 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18323
18324 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18325 stuff.
18326
18327 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18328 Match on real group name.
18329
18330 * gnus-art.el (gnus-signature-limit): Doc fix.
18331
18332 * gnus-msg.el (gnus-inews-make-draft): Quote list.
18333
18334 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18335
18336 * gnus-draft.el (gnus-draft-send):
18337 Bind rfc2047-encode-encoded-words.
18338
18339 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18340 (rfc2047-encodable-p): Say that =? needs encoding.
18341 (rfc2047-encode-encoded-words): New variable.
18342
18343 * gnus-group.el (gnus-group-select-group): Doc fix.
18344
18345 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18346
18347 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18348 to nil.
18349
18350 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18351
18352 * nnheader.el (nnheader-get-lines-and-char): New function.
18353
18354 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
18355
18356 * gnus-msg.el (gnus-summary-followup-with-original):
18357 Document yanking of region when active.
18358
18359 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
18360
18361 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18362 groups if the group level is higher than the specified value.
18363
18364 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18365
18366 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18367 (gnus-group-jump-to-group): Add prefix argument using
18368 `gnus-group-jump-to-group-prompt'. Query before jumping to
18369 non-active group.
18370
18371 * compface.el (uncompface): Be verbose when changing
18372 `uncompface-use-external'.
18373
18374 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18375 handle manual section.
18376
18377 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18378
18379 * gnus-art.el (gnus-button-alist): Revert previous change.
18380
18381 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18382
18383 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18384
18385 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18386
18387 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18388 whether backend can accept message.
18389
18390 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18391
18392 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
18393
18394 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18395 Avoid creating directory when nntp-marks-is-evil is true.
18396 Reported by Reiner Steib.
18397
18398 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18399
18400 * gnus-picon.el (gnus-picon-style): New variable.
18401 (gnus-picon-insert-glyph): Add optional `nostring' argument.
18402 (gnus-picon-transform-address): Support `gnus-picon-style'.
18403 From Jesper Harder <harder@ifa.au.dk>.
18404
18405 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18406
18407 * message.el (message-fill-field): Return point.
18408 (message-generate-headers): Go to end of field.
18409
18410 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18411 stuff for non-living groups.
18412
18413 2004-05-18 Jesper Harder <harder@ifa.au.dk>
18414
18415 * gnus-art.el (gnus-article-followup-with-original)
18416 (gnus-article-reply-with-original): gnus-mark-active-p ->
18417 gnus-region-active-p.
18418
18419 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
18420
18421 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18422 only when there is spam or ham to be processed.
18423
18424 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18425
18426 * mail-source.el (mail-source-delete-crash-box): Refactor.
18427 (mail-source-fetch): Use it.
18428 (mail-source-fetch-file): Ditto.
18429 (mail-source-fetch-directory): Run postscript in loop.
18430 (mail-source-fetch-pop): Delete.
18431 (mail-source-fetch-maildir): Ditto.
18432 (mail-source-fetch-imap): Ditto.
18433
18434 * imap.el (imap-authenticators): Comment out sasl.
18435
18436 * message.el (message-skip-to-next-address): New function.
18437 (message-fill-header-address): Refactor.
18438 (message-fill-address): Use it.
18439 (message-delete-address): Use it.
18440 (message-fill-header-general): Refactor.
18441 (message-fill-field-address): Rename.
18442 (message-narrow-to-field): Find the start of the header.
18443 (message-header-format-alist): Don't pre-fill.
18444 (message-fill-header): Remove.
18445 (message-insert-header): New function.
18446 (message-shorten-references): Use it.
18447
18448 * rfc2047.el (rfc2047-field-value): Strip props.
18449
18450 * mail-parse.el (mail-header-make-address): New alias.
18451
18452 * ietf-drums.el (ietf-drums-make-address): New function.
18453
18454 * imap.el: Add compiler directives.
18455
18456 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18457
18458 * gnus-art.el (article-decode-idna-rhs): Don't use
18459 message-idna-inside-rhs-p.
18460
18461 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18462
18463 * message.el (message-idna-inside-rhs-p): Remove.
18464 (message-idna-to-ascii-rhs-1): Use proper address parsing.
18465
18466 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18467 false positives.
18468
18469 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18470
18471 * imap.el (imap-sasl-make-mechanisms): Use sasl.
18472
18473 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18474
18475 * nneething.el (nneething-file-name): Don't create spurious
18476 files.
18477
18478 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18479 (gnus-inews-do-gcc): Remove sleep.
18480
18481 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18482 part under point.
18483
18484 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18485 (gnus-agent-regenerate-group): Using nil messages aren't valid.
18486
18487 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
18488
18489 * spam.el (spam-summary-prepare-exit): Fix (length).
18490
18491 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
18492
18493 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18494 as expired without moving it" message when there are spam
18495 messages left.
18496
18497 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
18498
18499 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18500 header is not nil.
18501
18502 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
18503
18504 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18505 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18506 (nntp-marks-changed-p): New arg SERVER.
18507 (nntp-request-update-info): Adjust caller.
18508
18509 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
18510
18511 * nntp.el (nntp-save-marks): Pass missing arg.
18512
18513 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
18514
18515 * nntp.el: Support marks.
18516 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18517 (nntp-marks-modtime, nntp-marks-directory): New variables.
18518 (nntp-request-set-mark, nntp-request-update-info)
18519 (nntp-possibly-create-directory, nntp-marks-changed-p)
18520 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18521 New functions.
18522
18523 2004-05-12 Jesper Harder <harder@ifa.au.dk>
18524
18525 * gnus-score.el (gnus-score-insert-help):
18526 Use gnus-select-lowest-window.
18527
18528 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18529 appt-select-lowest-window and rename to gnus-select-lowest-window.
18530
18531 * gnus.el: do.
18532
18533 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18534
18535 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18536 encodings of MIME-encoded words, in order to improve
18537 interoperability with several broken MUAs.
18538
18539 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18540
18541 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18542 tags, only when charsets are not specified in headers.
18543 (mm-inline-text-html-render-with-w3m): Ditto.
18544
18545 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18546
18547 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18548 instead of MIME-decoded from fields when checking
18549 `gnus-article-address-banner-alist'.
18550
18551 2004-05-03 Jesper Harder <harder@ifa.au.dk>
18552
18553 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18554 description rather than subject.
18555
18556 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18557
18558 * gnus.el (gnus-version-number): Bump.
18559
18560 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18561
18562 * gnus.el: No Gnus v0.2 is released.
18563
18564 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18565
18566 * gnus-agent.el (gnus-agent-read-agentview):
18567 Inline gnus-uncompress-range.
18568
18569 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18570
18571 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18572 `exec-installed-p'.
18573
18574 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18575
18576 * gnus.el (spam-process, spam-autodetect-methods):
18577 Add bsfilter and bsfilter-headers.
18578
18579 * spam.el (spam-bsfilter): New customize group.
18580 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18581 (spam-bsfilter-header, spam-bsfilter-probability-header)
18582 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18583 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18584 (spam-bsfilter-database-directory): New options.
18585 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18586 (spam-list-of-statistical-checks, spam-registration-functions):
18587 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18588 (spam-bsfilter-score): New command.
18589 (spam-check-bsfilter-headers, spam-check-bsfilter)
18590 (spam-bsfilter-register-with-bsfilter)
18591 (spam-bsfilter-register-spam-routine)
18592 (spam-bsfilter-unregister-spam-routine)
18593 (spam-bsfilter-register-ham-routine)
18594 (spam-bsfilter-unregister-ham-routine): New functions.
18595 (spam-generic-score): Support bsfilter; Accept an optional argument
18596 to recalcurate spam score even if scoring header has already been
18597 added.
18598 (spam-bogofilter-score, spam-spamassassin-score): Accept an
18599 optional argument to recalcurate spam score even if scoring header
18600 has already been added.
18601
18602 2004-04-29 Jesper Harder <harder@ifa.au.dk>
18603
18604 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18605 strings! Reported by David D. Smith <davidsmith@acm.org>.
18606 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18607 link is missing.
18608
18609 2004-04-28 Jesper Harder <harder@ifa.au.dk>
18610
18611 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18612 (html2text-get-attr): Rewrite.
18613
18614 * message.el (message-setup-1): Remove redundant put-text-property
18615 on mail-header-separator.
18616
18617 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
18618
18619 * gnus-registry.el (gnus-registry-cache-whitespace)
18620 (gnus-registry-action, gnus-registry-spool-action)
18621 (gnus-registry-split-fancy-with-parent): Change message levels
18622 from 5 to 3 or 7, as needed.
18623
18624 * spam.el (spam-summary-prepare-exit)
18625 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18626 (spam-split, spam-find-spam, spam-log-undo-registration)
18627 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18628 level from 5 to 6.
18629
18630 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
18631
18632 * gnus-ems.el: Autoload appt-select-lowest-window (revert
18633 2004-03-04 change).
18634
18635 2004-04-25 Jesper Harder <harder@ifa.au.dk>
18636
18637 * sieve-manage.el (sieve-manage-open):
18638 * nnweb.el (nnweb-insert-html):
18639 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18640 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18641 * nnspool.el (nnspool-request-group):
18642 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18643 * nnml.el (nnml-request-update-info):
18644 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18645 (nnmh-request-create-group, nnmh-update-gnus-unreads):
18646 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18647 (nnimap-request-set-mark):
18648 * nnfolder.el (nnfolder-request-update-info):
18649 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18650 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18651 * gnus-uu.el (gnus-uu-find-articles-matching):
18652 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18653 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18654 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18655 * gnus-nocem.el (gnus-nocem-scan-groups):
18656 * gnus-int.el (gnus-start-news-server):
18657 * gnus-group.el (gnus-group-make-kiboze-group)
18658 (gnus-group-browse-foreign-server):
18659 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18660 Use mapc when appropriate.
18661
18662 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
18663
18664 FIXME: Make separate entries for each person.
18665
18666 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18667 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18668 <shields@msrl.com>:
18669
18670 * spam.el (spam-necessary-extra-headers): Get the extra headers we
18671 may need for spam sorting and scoring.
18672 (spam-user-format-function-S): Add user format function suitable for
18673 general use.
18674 (spam-article-sort-by-spam-status): Add sorting function for summary
18675 sorting.
18676 (spam-extra-header-to-number): Add function to get a score from a
18677 header.
18678 (spam-summary-score): Add function to get a numeric score from the
18679 headers.
18680 (spam-generic-score): Fix function doc, was in wrong place.
18681 (spam-initialize): Take symbols when it's run, and install the
18682 extra headers that spam-necessary-extra-headers thinks we need.
18683
18684 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
18685
18686 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18687 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18688
18689 2004-04-17 Jesper Harder <harder@ifa.au.dk>
18690
18691 * gnus-sum.el (gnus-set-global-variables)
18692 (gnus-build-all-threads, gnus-get-newsgroup-headers)
18693 (gnus-article-get-xrefs, gnus-summary-best-group)
18694 (gnus-summary-next-article, gnus-summary-enter-digest-group)
18695 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18696 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18697 Use with-current-buffer.
18698
18699 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
18700
18701 * spam.el (spam-summary-prepare-exit): Simplify logic.
18702 (spam-fetch-article-header): Read the article header if it's not
18703 available.
18704 (spam-list-articles): Simplify logic.
18705 (spam-filelist-register-routine): Fix bug with unregister-list.
18706
18707 * gnus-registry.el: Fix comments at beginning.
18708
18709 2004-04-16 Jesper Harder <harder@ifa.au.dk>
18710
18711 * message.el (message-cater-to-broken-inn): Remove.
18712 (message-shorten-references): Make sure the total folded length of
18713 References is shorter than 998 characters to cater to a bug in INN
18714 2.3. Also, don't pretend that references aren't folded -- this
18715 hasn't worked for a while.
18716
18717 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
18718
18719 * gnus-agent.el (gnus-agentize):
18720 gnus-agent-send-mail-real-function no longer set to current value
18721 of message-send-mail-function but rather a lambda that calls
18722 message-send-mail-function. The change makes the agent real-time
18723 responsive to user changes to message-send-mail-function.
18724
18725 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
18726
18727 * legacy-gnus-agent.el
18728 (gnus-agent-convert-to-compressed-agentview): Fix typos with
18729 help from Florian Weimer <fw@deneb.enyo.de>
18730
18731 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
18732
18733 * nnmail.el (nnmail-cache-insert): Revert last change.
18734
18735 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
18736
18737 * nnmail.el (nnmail-cache-insert): Always check whether
18738 nnmail-cache-ignore-groups matches a group name.
18739
18740 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
18741
18742 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18743 (spam-find-spam, spam-log-processing-to-registry)
18744 (spam-log-registered-p, spam-log-unregistration-needed-p)
18745 (spam-log-undo-registration): Use gnus-message instead of
18746 gnus-error, none of these errors are fatal.
18747
18748 * gnus-registry.el (gnus-registry-clean-empty-function)
18749 (gnus-registry-clean-empty): Remove only empty entries without
18750 extra data.
18751
18752 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
18753
18754 * spam-stat.el (spam-stat-buffer-change-to-spam)
18755 (spam-stat-buffer-change-to-non-spam): Change (error) to
18756 (gnus-message 8) invocation.
18757
18758 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
18759
18760 * nntp.el (nntp-via-netcat-command): New variable.
18761 (nntp-via-netcat-switches): New variable.
18762 (nntp-open-via-rlogin-and-netcat): New function.
18763 (nntp-open-connection-function): Doc fix.
18764 (nntp-telnet-command): Doc fix.
18765 (nntp-end-of-line): Doc fix.
18766 (nntp-via-rlogin-command): Doc fix.
18767 (nntp-via-user-name): Doc fix.
18768 (nntp-via-address): Doc fix.
18769
18770 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
18771
18772 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18773 error in Emacs 21.1.
18774
18775 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
18776
18777 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18778
18779 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
18780
18781 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18782 (gnus-agent-with-refreshed-group): New macro.
18783 (gnus-agent-rename-group): New function.
18784 (gnus-agent-delete-group): New function.
18785 (gnus-agent-save-group-info): Use gnus-command-method when
18786 `method' parameter is nil. Don't write nil entries into the
18787 active file.
18788 (gnus-agent-get-group-info): New function.
18789 (gnus-agent-fetch-articles):
18790 Use gnus-agent-update-files-total-fetched-for to increment disk space
18791 used.
18792 (gnus-agent-fetch-headers, gnus-agent-save-alist):
18793 Use gnus-agent-update-view-total-fetched-for to increment disk space
18794 used.
18795 (gnus-agent-get-local): Add optional parameters to avoid calling
18796 gnus-group-real-name and gnus-find-method-for-group.
18797 (gnus-agent-set-local): Delete stored entry if either min, or max,
18798 are nil.
18799 (gnus-agent-fetch-session): Reworded error/quit messages.
18800 On quit, use gnus-agent-regenerate-group to record existence of any
18801 articles fetched to disk before the quit occurred.
18802 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18803 gnus-agent-update-view-total-fetched-for, and
18804 gnus-agent-update-files-total-fetched-for to decrement disk space
18805 used.
18806 (gnus-agent-retrieve-headers):
18807 Use gnus-agent-update-view-total-fetched-for to increment disk space
18808 used.
18809 (gnus-agent-regenerate-group): Replace gnus-group-update-group
18810 with gnus-agent-update-files-total-fetched-for to decrement disk
18811 space and fresh group buffer.
18812 (gnus-agent-inhibit-update-total-fetched-for): New variable.
18813 (gnus-agent-need-update-total-fetched-for): New variable.
18814 (gnus-agent-update-files-total-fetched-for): New function.
18815 (gnus-agent-update-view-total-fetched-for): New function.
18816 (gnus-agent-total-fetched-for): New function.
18817
18818 * gnus-cache.el (gnus-cache-save-buffers):
18819 Use gnus-cache-update-overview-total-fetched-for to change disk space
18820 used by this group.
18821 (gnus-cache-possibly-enter-article):
18822 Use gnus-cache-update-file-total-fetched-for to increment disk space
18823 used by this group.
18824 (gnus-cache-possibly-remove-article):
18825 Use gnus-cache-update-file-total-fetched-for to decrement disk space
18826 used by this group.
18827 (gnus-cache-generate-nov-databases): Purge total fetched cache.
18828 (gnus-cache-rename-group): New function.
18829 (gnus-cache-delete-group): New function.
18830 (gnus-cache-inhibit-update-total-fetched-for): New variable.
18831 (gnus-cache-need-update-total-fetched-for): New variable.
18832 (gnus-cache-with-refreshed-group): New macro.
18833 (gnus-cache-update-file-total-fetched-for): New function.
18834 (gnus-cache-update-overview-total-fetched-for): New function.
18835 (gnus-cache-rename-group-total-fetched-for): New function.
18836 (gnus-cache-delete-group-total-fetched-for): New function.
18837 (gnus-cache-total-fetched-for): New function.
18838
18839 * gnus-group.el: Require gnus-sum and autoload functions to
18840 resolve warnings when gnus-group.el compiled alone.
18841 (gnus-group-line-format): Documented new %F.
18842 (size of Fetched data) group line format; identifies disk space
18843 used by agent and cache.
18844 (gnus-group-line-format-alist): Defined new F format.
18845 (gnus-total-fetched-for): New function.
18846 (gnus-group-delete-group): No longer update
18847 gnus-cache-active-altered as gnus-request-delete-group now keeps
18848 the cache in sync.
18849 (gnus-group-list-active): Let the agent store a server's active
18850 list if currently plugged.
18851
18852 * gnus-int.el (gnus-request-delete-group):
18853 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18854 local disk in sync with the server.
18855 (gnus-request-rename-group):
18856 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18857 local disk in sync with the server.
18858
18859 * gnus-start.el (gnus-get-unread-articles):
18860 Cosmetic simplification to logic.
18861
18862 * gnus-util.el (gnus-rename-file): New function.
18863
18864 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
18865
18866 * mm-util.el (mm-image-load-path): Handle nil in load-path.
18867
18868 2004-04-07 Jesper Harder <harder@ifa.au.dk>
18869
18870 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18871 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
18872
18873 2004-04-06 Jesper Harder <harder@ifa.au.dk>
18874
18875 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18876 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
18877
18878 2004-04-03 Jesper Harder <harder@ifa.au.dk>
18879
18880 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18881
18882 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
18883
18884 * spam.el (spam-set-difference): Add function to replace
18885 gnus-set-difference in spam.el.
18886 (spam-summary-prepare-exit): Use spam-set-difference.
18887
18888 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
18889
18890 * gnus-registry.el (gnus-registry-cache-file): Update to use
18891 gnus-dribble-directory OR gnus-home-directory OR ~.
18892 (gnus-registry-split-fancy-with-parent): Fix doc.
18893
18894 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
18895
18896 * message.el (message-exchange-point-and-mark):
18897 Use message-mark-active-p. Suggested by Jesper Harder
18898 <harder@ifa.au.dk>.
18899
18900 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
18901
18902 * message.el (message-exchange-point-and-mark): Don't activate
18903 region if it was inactive. Suggested by Hiroshi Fujishima
18904 <pooh@nature.tsukuba.ac.jp>.
18905
18906 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
18907
18908 * gnus-art.el (article-display-face): Display Faces in the same
18909 order as X-Faces.
18910
18911 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
18912
18913 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18914
18915 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
18916
18917 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18918 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18919 (gnus-article-mime-hierarchy): Remove.
18920 (gnus-article-mime-hierarchy-next): Remove.
18921 (gnus-article-mode): Revert 2004-03-19 change.
18922 (gnus-article-setup-buffer): Revert 2004-03-19 change.
18923 (gnus-insert-mime-button): Revert 2004-03-19 change.
18924 (gnus-mime-accumulate-hierarchy): Remove.
18925 (gnus-mime-enter-multipart): Remove.
18926 (gnus-mime-leave-multipart): Remove.
18927 (gnus-mime-display-part): Revert 2004-03-19 change.
18928 (gnus-mime-display-alternative): Revert 2004-03-19 change.
18929
18930 * mml.el (mml-preview): Revert 2004-03-19 change.
18931
18932 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
18933
18934 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18935
18936 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
18937
18938 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18939 t while entering a file name using the mm-with-multibyte macro.
18940 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18941
18942 * mm-util.el (mm-with-multibyte): New macro.
18943
18944 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
18945
18946 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18947 New user option.
18948 (gnus-mime-multipart-functions): Doc and customization fix.
18949 (gnus-article-mime-hierarchy): New variable.
18950 (gnus-article-mime-hierarchy-next): New variable.
18951 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18952 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18953 gnus-article-mime-hierarchy-next to nil.
18954 (gnus-insert-mime-button): Show hierarchy numbers.
18955 (gnus-mime-accumulate-hierarchy): New function.
18956 (gnus-mime-enter-multipart): New function.
18957 (gnus-mime-leave-multipart): New function.
18958 (gnus-mime-display-part): Recompute hierarchical MIME structure.
18959 (gnus-mime-display-alternative): Show hierarchy numbers.
18960
18961 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18962 gnus-article-mime-hierarchy-next to nil.
18963
18964 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
18965
18966 * dns.el: Don't require gnus-xmas.
18967
18968 2004-03-17 Jesper Harder <harder@ifa.au.dk>
18969
18970 * mml.el (mml-generate-mime-1): Don't use format=flowed with
18971 inline PGP.
18972 (mml-menu): Disable mml-quote-region if mark is inactive.
18973
18974 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
18975
18976 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18977 when the group's active is not available.
18978
18979 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
18980
18981 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18982 error.
18983
18984 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
18985
18986 * imap.el (imap-store-password): New variable.
18987 (imap-interactive-login): Use it.
18988 Suggested by Mark Plaksin <happy@mcplaksin.org>.
18989
18990 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
18991
18992 * gnus-art.el (gnus-article-read-summary-keys): Restore new
18993 window-start and hscroll to summary window.
18994
18995 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
18996
18997 * gnus-start.el (gnus-convert-old-newsrc): Only write the
18998 conversion message to newsrc-dribble when an actual conversion is
18999 performed.
19000
19001 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
19002
19003 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19004
19005 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
19006
19007 * mm-decode.el (mm-complicated-handles): New function reviving
19008 former definition of mm-multiple-handles.
19009
19010 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19011 (gnus-mime-delete-part): Use it.
19012
19013 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
19014
19015 * gnus-agent.el (gnus-agent-read-local):
19016 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19017 avoid the implicit assumption that they will always be equal.
19018 (gnus-agent-save-local): Bind buffer-file-coding-system, not
19019 coding-system-for-write, as the with-temp-file macro first prints
19020 to a buffer then saves the buffer.
19021
19022 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
19023
19024 * gnus-art.el (gnus-article-edit-part): New function.
19025 (gnus-mime-save-part-and-strip): Use it; do query instead of
19026 signaling an error; don't use mm-multiple-handles.
19027 (gnus-mime-delete-part): Ditto.
19028
19029 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
19030
19031 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19032 old file versions.
19033 (gnus-group-prepare-hook): Remove function that converted list
19034 form of gnus-agent-expire-days to group properties.
19035
19036 * gnus-int.el: Autoload gnus-agent-regenerate-group.
19037 (gnus-request-accept-article): Re-indented.
19038
19039 * gnus-start.el (gnus-convert-old-newsrc): Registered new
19040 converters to handle old agent file formats. Add logic for a
19041 "backup before upgrading warning".
19042 (gnus-convert-mark-converter-prompt): Developers can mark
19043 functions as needing (default), or not needing,
19044 gnus-convert-old-newsrc's "backup before upgrading warning".
19045 (gnus-convert-converter-needs-prompt): Tests whether the user
19046 should be protected from potentially irreversable changes by the
19047 function.
19048
19049 * legacy-gnus-agent.el: New. Provides converters that are only
19050 loaded when gnus-convert-old-newsrc needs to call them.
19051
19052 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
19053
19054 * mail-source.el (mail-source-touch-pop): Doc fix.
19055
19056 * message.el (message-smtpmail-send-it): Doc fix.
19057
19058 2004-03-05 Jesper Harder <harder@ifa.au.dk>
19059
19060 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19061
19062 * nnmail.el (nnmail-split-fancy): do.
19063
19064 * gnus-kill.el (gnus-kill, gnus-execute): do.
19065
19066 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
19067
19068 * gnus-sum.el (gnus-widget-reversible-match)
19069 (gnus-widget-reversible-to-internal)
19070 (gnus-widget-reversible-to-external): New functions.
19071 (gnus-widget-reversible): New widget.
19072 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19073
19074 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
19075
19076 * gnus-sum.el (gnus-thread-sort-functions)
19077 (gnus-article-sort-functions): Document `(not F)' items.
19078
19079 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
19080
19081 * spam.el (spam-use-gmane-xref): Add new backend.
19082 (spam-gmane-xref-spam-group): Add variable to control the name of the
19083 Gmane spam group.
19084 (spam-blackhole-servers, spam-blackhole-good-server-regex)
19085 (spam-regex-headers-spam, spam-regex-headers-ham)
19086 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19087 (spam-list-of-checks): Add spam-use-gmane-xref to list of
19088 backends and checks.
19089 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19090
19091 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19092 an autodetect method.
19093
19094 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19095
19096 * gnus-int.el (gnus-request-accept-article): Inform the agent that
19097 articles are being added to a group.
19098 (gnus-request-replace-article): Inform the agent that articles
19099 need to be uncached as the cached contents are no longer valid.
19100
19101 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19102
19103 * binhex.el: Don't autoload executable-find.
19104
19105 * canlock.el: Don't autoload mail-fetch-field.
19106
19107 * gnus-ems.el: Don't autoload appt-select-lowest-window.
19108
19109 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19110 rmail-dont-reply-to and rmail-output.
19111
19112 * gnus-score.el: Don't autoload ffap-string-at-point.
19113
19114 * gnus-setup.el: Don't autoload sc-cite-original.
19115
19116 * imap.el: Don't autoload base64-decode-string,
19117 base64-encode-string and md5.
19118
19119 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19120 and rmail-msg-restore-non-pruned-header.
19121
19122 * mm-decode.el: Don't autoload executable-find.
19123
19124 * mm-url.el: Don't autoload executable-find.
19125
19126 * mm-view.el: Don't autoload diff-mode.
19127
19128 * nndb.el: Don't autoload news-reply-mode, news-setup,
19129 cancel-timer and telnet.
19130
19131 * password.el: Don't autoload run-at-time for Emacs.
19132
19133 * sha1-el.el: Don't autoload executable-find.
19134
19135 * sieve-mode.el: Don't autoload c-mode.
19136
19137 * uudecode.el: Don't autoload executable-find.
19138
19139 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19140
19141 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19142 (gnus-agent-possibly-alter-active): Avoid null in numeric
19143 comparison.
19144 (gnus-agent-set-local): Refuse to save null in local object table.
19145 (gnus-agent-regenerate-group): The REREAD parameter can now be a
19146 list of articles that will be marked as unread.
19147
19148 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19149
19150 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19151
19152 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19153
19154 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19155 language tags.
19156
19157 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
19158
19159 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19160 Don't bind "obarray".
19161
19162 * gnus-sum.el (gnus-thread-sort-functions):
19163 Add `gnus-thread-sort-by-most-recent-number' and
19164 `gnus-thread-sort-by-most-recent-date'.
19165 Reported by Kai Grossjohann <kai@emptydomain.de>.
19166
19167 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
19168
19169 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19170
19171 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
19172
19173 * gnus-cus.el (gnus-agent-customize-category):
19174 Remove ignore-errors macro reference that required cl to be loaded at
19175 run-time.
19176
19177 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19178 single-interval range of the form (min . max). Previously the
19179 range had to look like ((min . max)). Likewise, return
19180 (min . max) rather than ((min . max)).
19181 (gnus-range-map): Use gnus-range-normalize to accept
19182 single-interval range.
19183
19184 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19185 the cache, but not the agent, now appear with their usual face.
19186
19187 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
19188
19189 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19190 w3m-safe-url-regexp variable buffer-local.
19191
19192 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19193
19194 2004-02-27 Simon Josefsson <jas@extundo.com>
19195
19196 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19197 gnus-group-real-prefix.
19198 (gnus-summary-move-article): Use it, instead of
19199 gnus-group-real-prefix.
19200
19201 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
19202
19203 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19204 w3m-safe-url-regexp variable buffer-local and set it as the value
19205 of mm-w3m-safe-url-regexp.
19206
19207 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19208
19209 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19210 parsing gnus-posting-styles when the message is not for replying.
19211
19212 * nnrss.el (nnrss-opml-export):
19213 Use mm-set-buffer-file-coding-system instead of
19214 set-buffer-file-coding-system.
19215
19216 2004-02-27 Jesper Harder <harder@ifa.au.dk>
19217
19218 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19219 of checkdoc.el).
19220 * nnrss.el: do.
19221 * gnus-mlspl.el: do.
19222 * gnus-ml.el: do.
19223 * gnus-srvr.el: do.
19224
19225 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19226
19227 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
19228
19229 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19230 Corrections to custom-manual links.
19231
19232 * gnus-art.el (gnus-article): Ditto.
19233
19234 * mm-decode.el (mime-display, mime-security): Ditto.
19235
19236 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19237
19238 * flow-fill.el: Typo.
19239
19240 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
19241
19242 * spam-wash.el: New file.
19243
19244 2004-02-26 Mark A. Hershberger <mah@everybody.org>
19245
19246 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19247
19248 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
19249
19250 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19251 to be run with new-articles as LIST1, not LIST2.
19252 (spam-registration-functions): Add spam-use-ham-copy as a nil
19253 registration backend.
19254
19255 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19256
19257 * spam-stat.el (spam-stat-washing-hook): New option.
19258 (spam-stat-buffer-words): Use it.
19259 (spam-stat-process-directory, spam-stat-test-directory):
19260 Use insert-file-contents-literally.
19261 (spam-stat-coding-system): New variable.
19262 (spam-stat-load, spam-stat-save): Use it.
19263
19264 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
19265
19266 * spam-report.el (spam-report-plug-agent):
19267 Quote spam-report-url-to-file and spam-report-url-ping-plain.
19268
19269 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
19270
19271 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19272 Allow / in mailto URLs.
19273
19274 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19275
19276 * spam-report.el (spam-report-process-queue): Fix interactive use.
19277 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19278 (spam-report-unplug-agent): Doc fixes.
19279 (spam-report-url-ping-mm-url, spam-report-url-to-file)
19280 (spam-report-agentize, spam-report-deagentize):
19281 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
19282
19283 * message.el (message-setup-fill-variables): Add mml tags to
19284 paragraph-start and paragraph-separate. Suggested by Andrew Korty
19285 <ajk@iu.edu>.
19286 (message-mode): Don't modify paragraph-separate there.
19287
19288 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
19289
19290 * compface.el (uncompface-use-external): Default to undecided.
19291 (uncompface-use-external-threshold): New variable.
19292 (uncompface-float-time): New macro.
19293 (uncompface): Determine whether to use the external decoder if
19294 uncompface-use-external is undecided.
19295
19296 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19297
19298 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19299 after images.
19300
19301 * gnus-art.el (gnus-mime-display-single): Remove dead code.
19302
19303 2004-02-14 Jesper Harder <harder@ifa.au.dk>
19304
19305 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19306
19307 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19308
19309 * gnus-sum.el (gnus-summary-limit-to-age)
19310 (gnus-summary-limit-children): do.
19311
19312 * gnus-int.el (gnus-request-scan): do.
19313
19314 * gnus-group.el (gnus-group-suspend): do.
19315
19316 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19317
19318 * gnus-cite.el (gnus-cite-parse-attributions): do.
19319
19320 * gnus-agent.el (gnus-summary-set-agent-mark)
19321 (gnus-agent-regenerate-group): do.
19322
19323 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19324
19325 * binhex.el (binhex-decode-region-internal): do.
19326
19327 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19328
19329 * gnus-fun.el (gnus-face-properties-alist): New user option.
19330 (gnus-display-x-face-in-from): Use it.
19331
19332 * gnus-art.el (article-display-face): Ditto.
19333
19334 * compface.el (uncompface-use-external): Default to nil.
19335
19336 2004-02-12 Jesper Harder <harder@ifa.au.dk>
19337
19338 * nntp.el (nntp-erase-buffer): New function.
19339 (nntp-retrieve-data, nntp-send-command)
19340 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19341 (nntp-possibly-change-group): Use it.
19342
19343 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19344 Use with-current-buffer.
19345
19346 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
19347
19348 * compface.el: Merge the ELisp-based uncompface program.
19349 (compface): New customization group.
19350 (uncompface-use-external): New user option.
19351 (uncompface): Call uncompface-internal if uncompface-use-external
19352 is nil.
19353 (uncompface-internal): New function. Note that there are also
19354 some other functions and variables added for this function.
19355
19356 2004-02-10 Jesper Harder <harder@ifa.au.dk>
19357
19358 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19359 if necessary.
19360
19361 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
19362
19363 * spam-report.el (spam-report-unplug-agent)
19364 (spam-report-plug-agent, spam-report-deagentize)
19365 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19366 Add support for the Agent in spam-report: when unplugged, report to a
19367 file; when plugged, submit all the requests.
19368
19369 * spam.el (spam-register-routine): Fix message about
19370 registration.
19371
19372 2004-02-09 Jesper Harder <harder@ifa.au.dk>
19373
19374 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19375 dependencies.
19376 (rfc2047-encode): Use it.
19377
19378 * gnus-art.el (gnus-button-marker-list): Move before first
19379 reference.
19380
19381 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19382 (imap-parse-body): Fix format string mismatch.
19383
19384 * gnus-score.el (gnus-summary-increase-score): do.
19385
19386 * nnrss.el (nnrss-close): New function.
19387
19388 2004-02-08 Jesper Harder <harder@ifa.au.dk>
19389
19390 * nnrss.el (nnrss-make-filename): New function.
19391 (nnrss-request-delete-group, nnrss-read-server-data)
19392 (nnrss-save-server-data, nnrss-read-group-data)
19393 (nnrss-save-group-data): Use it.
19394 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19395 (nnrss-read-server-data, nnrss-read-group-data): Use load.
19396 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19397
19398 2004-02-07 Jesper Harder <harder@ifa.au.dk>
19399
19400 * mml.el (mml-compute-boundary-1): Don't uncompress files.
19401
19402 2004-02-06 Jesper Harder <harder@ifa.au.dk>
19403
19404 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19405 files.
19406
19407 * message.el (message-generate-headers-first): Don't quote nil
19408 and t in docstrings.
19409
19410 * imap.el (imap-id): do.
19411
19412 * gnus-agent.el (gnus-agent-consider-all-articles)
19413 (gnus-agent-queue-mail): do.
19414
19415 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
19416
19417 * spam-report.el (spam-report-process-queue): New function.
19418 Process requests from `spam-report-requests-file'.
19419 (spam-report-process-queue): Doc fix.
19420
19421 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
19422
19423 * spam.el (spam-register-routine)
19424 (spam-log-processing-to-registry, spam-log-registered-p)
19425 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19426 Change "check" to "spam-check" for semi-clarity.
19427
19428 2004-02-05 Jesper Harder <harder@ifa.au.dk>
19429
19430 * pop3.el: Require nnheader.
19431
19432 * mml-smime.el: Require cl. Autoload message-fetch-field.
19433
19434 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19435
19436 * gnus-picon.el: Require cl.
19437
19438 * gnus-fun.el: Require gnus-ems and gnus-util.
19439
19440 * gnus.el (gnus-method-to-server): Move defsubst before first use.
19441
19442 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19443
19444 * gnus-art.el (gnus-article-edit-mode): Define before first
19445 reference.
19446
19447 2004-02-04 Jesper Harder <harder@ifa.au.dk>
19448
19449 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19450 (gnus-uu-post-encoded): Use point-at-bol.
19451
19452 * gnus-topic.el (gnus-group-active-topic-p): do.
19453
19454 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19455
19456 * gnus-group.el (gnus-group-kill-region): do.
19457
19458 * gnus-art.el (article-date-ut): do.
19459
19460 * message.el (message-fetch-field): Remove redundant
19461 case-fold-search binding.
19462 (message-narrow-to-field): Simplify.
19463
19464 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
19465
19466 * spam.el (spam-directory): Derive from `gnus-directory'.
19467
19468 * spam-report.el (spam-report-url-to-file)
19469 (spam-report-requests-file): New function and variable for offline
19470 reporting.
19471 (spam-report-url-ping-function): Add `spam-report-url-to-file'
19472 and user defined function.
19473 (spam-report-url-ping-mm-url): Remove doubled slash.
19474
19475 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
19476
19477 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19478
19479 2004-02-03 Jesper Harder <harder@ifa.au.dk>
19480
19481 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19482 Fix format string mismatch.
19483
19484 * sieve.el (sieve-deactivate-all): do.
19485
19486 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19487
19488 * nnlistserv.el (nnlistserv-kk-wash-article): do.
19489
19490 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19491
19492 * mm-bodies.el (mm-7bit-chars): Don't include \r.
19493
19494 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
19495
19496 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19497 the list of checks.
19498
19499 2004-01-31 Jesper Harder <harder@ifa.au.dk>
19500
19501 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19502 padding.
19503
19504 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
19505
19506 * mm-view.el (mm-fill-flowed): New variable.
19507 (mm-inline-text): Use it.
19508
19509 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
19510
19511 * spam.el (spam-spamassassin-register-ham-routine)
19512 (spam-spamassassin-register-spam-routine): Fix function names.
19513
19514 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
19515
19516 * gnus.el (gnus-tmp-grouplens): Remove.
19517 (gnus-summary-line-format): Remove grouplens.
19518
19519 * gnus-group.el (gnus-group-line-format): Ditto.
19520
19521 * gnus-spec.el (gnus-format-specs): Ditto.
19522 (gnus-update-format-specifications): Flush the group format spec
19523 cache if there's the grouplens stuff.
19524 (gnus-parse-simple-format): Replace %l with the empty string.
19525
19526 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
19527
19528 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19529 omission.
19530
19531 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
19532
19533 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19534 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19535
19536 2004-01-25 Paul Jarc <prj@po.cwru.edu>
19537
19538 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19539 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19540 New macros and functions.
19541 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19542 Handle > NLINK_MAX messages.
19543 * nnmaildir.el (nnmaildir-request-set-mark):
19544 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19545
19546 2004-01-25 Alex Schroeder <alex@gnu.org>
19547
19548 * spam-stat.el (spam-stat-process-directory-age): New option.
19549 (spam-stat-process-directory): Use it.
19550
19551 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
19552
19553 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19554 (spam-stat-save): Accept prefix argument.
19555
19556 2004-01-23 Paul Jarc <prj@po.cwru.edu>
19557
19558 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19559 links" error.
19560
19561 2004-01-23 Jesper Harder <harder@ifa.au.dk>
19562
19563 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19564 compatibility with old .newsrc.eld files.
19565
19566 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19567
19568 * gnus-start.el (gnus-1): do.
19569
19570 * gnus-group.el (gnus-group-line-format-alist): do.
19571
19572 * gnus.el (gnus-use-grouplens, gnus-visual): do.
19573
19574 * gnus-gl.el: Remove.
19575
19576 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
19577
19578 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19579 marks consisting of a single range {for example, (3 . 5)} rather
19580 than a list of a single range { ((3 . 5)) }.
19581
19582 2004-01-23 Jesper Harder <harder@ifa.au.dk>
19583
19584 * spam-stat.el (spam-stat-store-gnus-article-buffer):
19585 Use with-current-buffer.
19586 (spam-stat-store-current-buffer): Use insert-buffer-substring to
19587 avoid consing a string.
19588
19589 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19590 Remove obsolete entries for big5 and gb2312.
19591
19592 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
19593
19594 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19595 uncompressed list.
19596
19597 2004-01-22 Jesper Harder <harder@ifa.au.dk>
19598
19599 * spam-stat.el (spam-stat-strip-xref): New function.
19600 (spam-stat-process-directory): Use it.
19601
19602 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19603 here -- it's done in message-fetch-field.
19604
19605 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
19606
19607 * gnus-agent.el (gnus-agent-queue-mail)
19608 (gnus-agent-prompt-send-queue): New variables.
19609 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19610 * gnus-draft.el (gnus-group-send-queue): Pass the group name
19611 "nndraft:queue" along to gnus-draft-send.
19612 Use gnus-agent-prompt-send-queue.
19613 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19614 is "nndraft:queue". Suggested by Gaute Strokkenes
19615 <gs234@srcf.ucam.org>
19616
19617 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19618 (agent-enable-undownloaded-faces): Add.
19619 (gnus-agent-cat-groups): Use eval-and-compile, not
19620 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19621 method of gnus-agent-cat-groups even when the buffer has been
19622 evaled.
19623 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19624 delete gnus-agent-save-active-1.
19625 (gnus-agent-save-groups): Delete. Identical to
19626 gnus-agent-save-active.
19627 (gnus-agent-write-active): No longer adjust agent's copy of active
19628 file as agent's adjustments are now stored in their own
19629 file. Remove optional parameter.
19630 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19631 servers. Add use of min/max range limits from server's local
19632 file.
19633 (gnus-agent-save-alist): Remove unused optional argument.
19634 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19635 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19636 (gnus-agent-set-local): A per-server file that keeps min/max range
19637 limits for articles known to the agent. Provides a fast mechanism
19638 for altering many active ranges.
19639 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19640 active file (local makes it unnecessary).
19641 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19642
19643 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19644 (agent-enable-undownloaded-faces): Add.
19645
19646 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19647 disable it when sending to "nndraft:queue".
19648 (gnus-group-send-queue): Add safety check to avoid sending queue
19649 when unplugged.
19650
19651 * gnus-group.el (gnus-group-catchup): Use new
19652 gnus-sequence-of-unread-articles, not
19653 gnus-list-of-unread-articles, to avoid exhausting memory with huge
19654 numbers of articles. Use gnus-range-map to avoid having to
19655 uncompress the unread list.
19656 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19657 Fix invalid ange-ftp reference.
19658
19659 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19660 (gnus-sorted-range-intersection): Intersection of two ranges
19661 without requiring that they first be uncompressed.
19662
19663 * gnus-start.el (gnus-activate-group): Unless blocked by the
19664 caller, possibly expand the active range to include both cached
19665 and agentized articles.
19666 (gnus-convert-old-newsrc): Rewrote in anticipation of having
19667 multiple version-dependent converters.
19668 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19669 gnus-agent-save-active.
19670 (gnus-save-newsrc-file): Save dirty agent range limits.
19671
19672 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19673 gnus-agent-possibly-alter-active.
19674 (gnus-adjust-marked-articles): Faster handling of simple lists
19675
19676 2004-01-21 Jesper Harder <harder@ifa.au.dk>
19677
19678 * spam-stat.el (spam-stat-test-directory): New optional argument
19679 displays a list of files detected. Suggested by Andrew Cohen
19680 <cohen@andy.bu.edu>.
19681 (spam-stat-buffer-words-with-scores): Don't narrow and change
19682 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
19683
19684 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
19685
19686 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19687 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19688 (spam-spamassassin-arguments)
19689 (spam-spamassassin-spam-flag-header)
19690 (spam-spamassassin-positive-spam-flag-header)
19691 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19692 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19693 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19694 (spam-list-of-processors, spam-list-of-checks)
19695 (spam-list-of-statistical-checks, spam-registration-functions)
19696 (spam-check-spamassassin-headers, spam-check-spamassassin)
19697 (spam-spamassassin-score)
19698 (spam-spamassassin-register-with-sa-learn)
19699 (spam-spamassassin-register-spam-routine)
19700 (spam-spamassassin-register-ham-routine)
19701 (spam-assassin-register-spam-routine)
19702 (spam-assassin-register-ham-routine): Add SpamAssassin support.
19703 (spam-bogofilter-score): Fix to show article before scoring.
19704
19705 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
19706
19707 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19708 default scoring function.
19709 (spam-generic-score): Call spam-spamassassin-score if
19710 spam-use-spamassassin or spam-use-spamassassin-headers is on;
19711 spam-bogofilter-score otherwise.
19712
19713 * gnus.el (spam-process, spam-autodetect-methods):
19714 Add spamassassin and spamassassin-headers.
19715
19716 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
19717
19718 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19719 Suppress unnecessary messages.
19720
19721 2004-01-20 Jesper Harder <harder@ifa.au.dk>
19722
19723 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19724 make-hash-table.
19725
19726 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
19727
19728 * canlock.el (base64-encode-string): Don't autoload it.
19729
19730 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
19731
19732 * run-at-time.el: Remove useless (require 'itimer),
19733 eval-and-compile and (featurep 'xemacs).
19734
19735 2004-01-16 Jesper Harder <harder@ifa.au.dk>
19736
19737 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19738 GROUP is a virtual group.
19739
19740 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
19741
19742 * gnus.el: Autoload `message-y-or-n-p'.
19743
19744 2004-01-15 Jesper Harder <harder@ifa.au.dk>
19745
19746 * pgg-parse.el: Remove unnecessary (require 'custom).
19747
19748 * pgg-def.el: do.
19749
19750 * nnmail.el: do.
19751
19752 * gnus-undo.el: do.
19753
19754 * gnus-picon.el: do.
19755
19756 * gnus-util.el: do.
19757
19758 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
19759
19760 * gnus-sum.el (gnus-pick-line-number): Add autoload.
19761
19762 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
19763
19764 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19765 handle, as well as a list.
19766
19767 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19768 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19769 (mm-w3m-cid-retrieve): Simplify.
19770
19771 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
19772
19773 * message.el (message-kill-to-signature): Allow prefix arg to
19774 specify number of lines to keep before signature.
19775
19776 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
19777
19778 * message.el (message-kill-to-signature): Change docstring.
19779
19780 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
19781
19782 * canlock.el: Always require sha1-el.
19783 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19784
19785 * message.el: Autoload sha1 only when compiling.
19786
19787 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
19788
19789 * message.el (message-canlock-generate): Require sha1-el.
19790
19791 2004-01-13 Jesper Harder <harder@ifa.au.dk>
19792
19793 * message.el (message-expand-name): Silence the byte compiler.
19794
19795 2004-01-13 Simon Josefsson <jas@extundo.com>
19796
19797 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19798 Invoke gnus-score-mode.
19799 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19800
19801 * gnus-range.el (gnus-compress-sequence): Doc fix.
19802 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19803
19804 2004-01-12 Jesper Harder <harder@ifa.au.dk>
19805
19806 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19807
19808 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
19809
19810 * spam.el (spam-get-article-as-string): Update to use
19811 gnus-request-article-this-buffer, much simpler.
19812 (spam-get-article-as-buffer): Remove.
19813
19814 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
19815
19816 * message.el (message-expand-name): Use EUDC if the user uses that.
19817
19818 2004-01-12 Jesper Harder <harder@ifa.au.dk>
19819
19820 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19821 character for the encoding to avoid consing a string.
19822
19823 * rfc2047.el (rfc2047-decode-string): Don't cons a string
19824 unnecessarily.
19825
19826 * mm-util.el (mm-replace-chars-in-string): Remove.
19827
19828 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19829 of mm-replace-chars-in-string.
19830
19831 2004-01-11 Jesper Harder <harder@ifa.au.dk>
19832
19833 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19834
19835 * mm-util.el (mm-subst-char-in-string): Support inplace.
19836
19837 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19838 a new string in every iteration. Use shy groups.
19839
19840 2004-01-10 Jesper Harder <harder@ifa.au.dk>
19841
19842 * gnus-srvr.el (gnus-browse-unsubscribe-group):
19843 * gnus-soup.el (gnus-soup-group-brew):
19844 * gnus-msg.el (gnus-put-message):
19845 * gnus-move.el (gnus-group-move-group-to-server):
19846 * gnus-kill.el (gnus-batch-score):
19847 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19848 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19849 (gnus-group-update-group, gnus-group-read-group)
19850 (gnus-group-make-group, gnus-group-make-help-group)
19851 (gnus-group-make-archive-group, gnus-group-make-directory-group)
19852 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19853 (gnus-group-sort-by-unread, gnus-group-catchup)
19854 (gnus-group-unsubscribe-group, gnus-group-kill-group)
19855 (gnus-group-yank-group, gnus-group-set-info)
19856 (gnus-group-list-groups):
19857 * gnus.el (gnus-generate-new-group-name):
19858 * gnus-delay.el (gnus-delay-send-queue):
19859 * nnvirtual.el (nnvirtual-catchup-group):
19860 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19861 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19862 (gnus-group-prepare-topics, gnus-topic-check-topology):
19863 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19864 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19865 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19866 (gnus-group-make-articles-read):
19867 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19868 (gnus-group-change-level, gnus-kill-newsgroup)
19869 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19870 (gnus-get-unread-articles, gnus-make-articles-unread)
19871 (gnus-make-ascending-articles-unread): Use accessor
19872 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19873 to get group information for improved readability.
19874
19875 2004-01-09 Jesper Harder <harder@ifa.au.dk>
19876
19877 * gnus-art.el (article-decode-mime-words, article-babel)
19878 (gnus-article-highlight-signature, gnus-article-add-buttons)
19879 (gnus-signature-toggle): Use gnus-with-article-buffer.
19880
19881 * gnus-art.el (gnus-article-highlight-headers)
19882 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19883
19884 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19885 (gnus-article-set-globals, gnus-request-article-this-buffer)
19886 (gnus-button-message-id, gnus-article-maybe-hide-headers)
19887 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19888 (gnus-mime-display-alternative): Use with-current-buffer.
19889
19890 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
19891
19892 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19893 also under 80 char limit, and call gnus-error if needed.
19894 (spam-fetch-article-header): Fix - it was a
19895 buffer-local variable (gnus-newsgroup-data).
19896 (spam-find-spam): Use spam-generate-fake-headers, forget about
19897 spam-insert-fake-headers.
19898 (spam-insert-fake-headers): Remove.
19899
19900 2004-01-09 Jesper Harder <harder@ifa.au.dk>
19901
19902 * deuglify.el (gnus-article-outlook-unwrap-lines)
19903 (gnus-outlook-rearrange-article)
19904 (gnus-outlook-repair-attribution-outlook)
19905 (gnus-outlook-repair-attribution-block)
19906 (gnus-outlook-repair-attribution-other): Remove redundant
19907 save-excursion.
19908
19909 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
19910
19911 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19912 (spam-fetch-field-subject-fast)
19913 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19914 (spam-fetch-article-header): Add functions to deal with Gnus
19915 internals for fast retrieval of article header data.
19916 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19917
19918 2004-01-09 Jesper Harder <harder@ifa.au.dk>
19919
19920 * pop3.el (pop3-md5): Remove.
19921 (pop3-apop): Replace pop3-md5 with md5.
19922
19923 * mm-bodies.el: base64 is always built-in.
19924
19925 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19926 Use with-current-buffer.
19927
19928 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
19929
19930 * canlock.el (canlock-insert-header): Remove excessive grouping in
19931 regexp.
19932
19933 * gnus-sum.el (gnus-summary-read-document): Ditto.
19934
19935 * gnus-uu.el (gnus-uu-part-number): Ditto.
19936
19937 * html2text.el (html2text-remove-tags): Ditto.
19938 (html2text-format-tags): Ditto.
19939 (html2text-format-single-elements): Ditto.
19940
19941 * mml.el (mml-parse-1): Ditto.
19942
19943 2004-01-08 Jesper Harder <harder@ifa.au.dk>
19944
19945 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19946
19947 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19948
19949 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19950
19951 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19952
19953 2003-11-15 Simon Josefsson <jas@extundo.com>
19954
19955 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19956 (pgg-gpg-lookup-key): Use regexp match instead of
19957 split-string (split-string is different between emacs 21.2 and
19958 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
19959
19960 2004-01-08 Jesper Harder <harder@ifa.au.dk>
19961
19962 * gnus-art.el (gnus-mime-view-all-parts)
19963 (gnus-article-part-wrapper, gnus-article-view-part):
19964 Use with-current-buffer.
19965
19966 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
19967
19968 * spam.el (spam-disable-spam-split-during-ham-respool)
19969 (spam-spamoracle-database, spam-cache-lookups)
19970 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19971 (spam-group-ham-mark-p, spam-group-spam-mark-p)
19972 (spam-group-ham-marks, spam-group-spam-marks)
19973 (spam-group-spam-contents-p, spam-group-ham-contents-p)
19974 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19975 also add spam-use-blackholes to the statistical checks.
19976 (spam-fetch-field-fast): Add interface to fetching fields, may
19977 become a macro.
19978 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19979 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19980 (spam-insert-fake-headers): Fake an article when needed.
19981 (spam-find-spam): Fake article when possible.
19982 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19983 (spam-check-bogofilter-headers): Use message-fetch-field instead
19984 of nnmail-fetch-field.
19985
19986 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
19987
19988 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19989
19990 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
19991
19992 * spam.el (spam-split): Do not require spam-use-CHECK to be
19993 enabled if that check is passed to spam-split explicitly; also
19994 fix so 'spam doesn't get converted to spam-split-group when
19995 spam-split-symbolic-return is t.
19996 (spam-find-spam): Find registrations of the article and use those
19997 instead of re-running spam-split to find the spam/ham
19998 classification of the article.
19999 (spam-log-processing-to-registry, spam-log-registered-p)
20000 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20001 Use gnus-error instead of gnus-message.
20002 (spam-log-registration-type): Add function to determine the
20003 classification of a message based on registry entries; will
20004 return nil if both 'spam and 'ham are found.
20005 (spam-check-BBDB): Expand all the BBDB macros here so we can have
20006 a reasonably fast local cache without the loading errors.
20007 (spam-cache-lookups): Set to t by default.
20008 (spam-find-spam): Don't try to guess spam-cache-lookups.
20009 (spam-enter-whitelist, spam-enter-blacklist): Clear the
20010 spam-caches entry.
20011 (spam-filelist-build-cache, spam-filelist-check-cache):
20012 Fix caching of whitelist/blacklist entries.
20013 (spam-check-whitelist, spam-check-blacklist):
20014 Invoke spam-from-listed-p with a type, not a cache variable.
20015 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20016
20017 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20018
20019 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20020
20021 * nnmail.el (nnmail-split-fancy): do.
20022
20023 * mml.el (mml-parse): do.
20024
20025 * gnus-score.el (gnus-enter-score-words-into-hashtb)
20026 (gnus-score-adaptive): do.
20027
20028 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20029
20030 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20031 (gnus-mime-button-map): Don't set keymap parent.
20032 (gnus-button-ctan-directory-regexp): Use shy grouping.
20033 (gnus-prev-page-map): Don't set keymap parent.
20034 (gnus-prev-page-map): Remove duplicated one.
20035 (gnus-next-page-map): Don't set keymap parent.
20036 (gnus-mime-security-button-map): Ditto.
20037
20038 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20039 version number.
20040
20041 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20042
20043 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20044
20045 * canlock.el (canlock-sha1-function): Remove.
20046 (canlock-sha1-function-for-verify): Remove.
20047 (canlock-openssl-program): Remove.
20048 (canlock-openssl-args): Remove.
20049 (canlock-ignore-errors): Remove.
20050 (canlock-sha1-with-openssl): Remove.
20051 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20052 (canlock-verify): Don't use canlock-ignore-errors.
20053
20054 * sha1-el.el (sha1-string-external): Make it can return a string
20055 in binary form.
20056 (sha1-region-external): Ditto.
20057 (sha1-string-internal): Ditto.
20058 (sha1-region-internal): Ditto.
20059 (sha1-region): Ditto.
20060 (sha1-string): Ditto.
20061 (sha1): Ditto.
20062
20063 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20064
20065 * spam.el (spam-report-articles-gmane): New command.
20066
20067 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20068
20069 * gnus.el: Don't make unnecessary *Group* buffer when loading.
20070
20071 * run-at-time.el (run-at-time-saved): Remove.
20072 (run-at-time): Doc fix.
20073
20074 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20075
20076 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20077 (gnus-summary-limit-map): Add it.
20078 (gnus-summary-make-menu-bar): do.
20079
20080 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
20081
20082 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20083 Make attempt at some caching support (done for BBDB only now).
20084 (spam-find-spam): Set spam-cache-lookups if there are more than 2
20085 addresses to be checked.
20086 (spam-clear-cache-BBDB): Add function, to be invoked by
20087 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20088 (spam-check-BBDB): Check and use the caches, if
20089 spam-cache-lookups is on, remove superfluous (provide).
20090
20091 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
20092
20093 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20094
20095 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
20096
20097 * run-at-time.el (run-at-time-saved): Move to after the definition
20098 of `run-at-time'.
20099
20100 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20101
20102 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20103 mm-w3m-local-map-property.
20104
20105 * mm-view.el (mm-w3m-mode-map): Remove.
20106 (mm-w3m-local-map-property): Remove.
20107 (mm-inline-text-html-render-with-w3m): Don't use
20108 mm-w3m-local-map-property.
20109
20110 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20111
20112 * run-at-time.el: New file.
20113
20114 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20115 of gnus-set-text-properties.
20116
20117 * gnus-uu.el (gnus-uu-save-article): Ditto.
20118
20119 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20120
20121 * gnus-cite.el (gnus-cite-parse): Ditto.
20122
20123 * gnus-art.el (gnus-button-push): Use set-text-properties instead
20124 of gnus-.
20125
20126 * gnus.el: Change calls to nnheader-run-at-time and
20127 password-run-at-time throughout to use run-at-time directly.
20128
20129 * password.el: Remove definition of run-at-time.
20130
20131 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
20132
20133 * mml.el (mml-minibuffer-read-disposition): Show attachment type
20134 in prompt.
20135
20136 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20137
20138 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20139 XEmacs version.
20140
20141 * dns.el (dns-make-network-process): Use `open-network-stream'
20142 instead of `gnus-xmas-open-network-stream'.
20143
20144 * .cvsignore: Add auto-autoloads.el, custom-load.el.
20145
20146 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20147
20148 * gnus-art.el (gnus-mime-display-alternative)
20149 (gnus-insert-mime-button, gnus-insert-mime-security-button)
20150 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20151 Don't use gnus-local-map-property.
20152
20153 * gnus-util.el (gnus-local-map-property): Remove.
20154
20155 * mm-view.el (mm-view-pkcs7-decrypt):
20156 Replace gnus-completing-read-maybe-default with completing-read.
20157
20158 * gnus-util.el (gnus-completing-read): do.
20159 (gnus-completing-read-maybe-default): Remove.
20160
20161 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20162
20163 * password.el: Only autoload `run-at-time' if not XEmacs.
20164 Only autoload the itimer functions if XEmacs.
20165
20166 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20167
20168 * gnus-art.el (gnus-read-string): Remove.
20169 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20170 read-string.
20171
20172 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
20173
20174 * netrc.el: Autoload password-read.
20175 (netrc): Add configuration group.
20176 (netrc-encoding-method, netrc-openssl-path):
20177 Add variables for encoding and decoding of files with symmetric
20178 ciphers.
20179 (netrc-encode): Add assistant function to encode a file with
20180 netrc-encoding-method.
20181 (netrc-parse): Add interactive parameter, added optional
20182 decoding if netrc-encoding-method is non-nil but otherwise
20183 behavior is standard.
20184 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20185 Do s/encode/encrypt/ everywhere.
20186
20187 * spam.el: Remove executable-find autoload.
20188
20189 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20190
20191 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20192
20193 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20194
20195 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20196
20197 * gnus-art.el (gnus-treat-ansi-sequences)
20198 (article-treat-ansi-sequences): New variable and function.
20199 Suggested by Dan Jacobson <jidanni@jidanni.org>.
20200
20201 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20202 Use it.
20203
20204 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20205
20206 * mm-util.el (mm-quote-arg): Remove.
20207
20208 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20209 shell-quote-argument.
20210
20211 * gnus-uu.el (gnus-uu-command): do.
20212
20213 * gnus-sum.el (gnus-summary-insert-pseudos): do.
20214
20215 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20216 with make-char.
20217
20218 * mm-util.el (mm-make-char): Remove.
20219
20220 * mml.el (mml-mode): Replace gnus-add-minor-mode with
20221 add-minor-mode.
20222
20223 * gnus-undo.el (gnus-undo-mode): do.
20224
20225 * gnus-topic.el (gnus-topic-mode): do.
20226
20227 * gnus-sum.el (gnus-dead-summary-mode): do.
20228
20229 * gnus-start.el (gnus-slave-mode): do.
20230
20231 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20232
20233 * gnus-ml.el (gnus-mailing-list-mode): do.
20234
20235 * gnus-gl.el (gnus-grouplens-mode): do.
20236
20237 * gnus-draft.el (gnus-draft-mode): do.
20238
20239 * gnus-dired.el (gnus-dired-mode): do.
20240
20241 * gnus-ems.el (gnus-add-minor-mode): Remove.
20242
20243 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20244 Replace gnus-char-width with char-width.
20245
20246 * gnus-ems.el (gnus-char-width): Remove.
20247
20248 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20249 Replace gnus-char-width with char-width.
20250
20251 * gnus-ems.el (gnus-char-width): Remove.
20252
20253 * spam-stat.el (with-syntax-table): Remove with-syntax-table
20254 definition.
20255 Remove Emacs 20 hash table compatibility code.
20256
20257 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20258 20 compatibility code.
20259
20260 * spam.el (spam-point-at-eol): Replace with point-at-eol.
20261
20262 * smime.el (smime-point-at-eol): Replace with point-at-eol.
20263
20264 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20265 Replace with point-at-{eol,bol}.
20266
20267 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20268
20269 * imap.el (imap-point-at-eol): Replace with point-at-eol.
20270
20271 * flow-fill.el (fill-flowed-point-at-bol)
20272 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20273
20274 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20275 Replace with point-at-{eol,bol} throughout all files.
20276
20277 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
20278
20279 * ntlm.el (ntlm-string-as-unibyte): New macro.
20280 (ntlm-build-auth-response): Use it.
20281
20282 Remove Emacs 20 stuff:
20283 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20284 of delq and copy-sequence.
20285 * gnus-art.el (popup-menu): Remove the compiler macro.
20286 * nnmail.el (nnmail-split-fancy): Don't support customizing with
20287 Emacs 20.
20288
20289 2004-01-05 Simon Josefsson <jas@extundo.com>
20290
20291 * ntlm.el: Fix namespace. Change smb-passwd-hash into
20292 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20293 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20294 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20295 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20296 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20297 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20298 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20299 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20300 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20301 ntlm-string-permute, string-lshift into ntlm-string-lshift,
20302 string-xor into ntlm-string-xor.
20303 Suggested by Jesper Harder <harder@myrealbox.com>.
20304
20305 * ntlm.el: Don't include poem.
20306
20307 * md4.el (print-int32, print-string-hexa): Remove.
20308 Suggested by Jesper Harder <harder@myrealbox.com>.
20309
20310 * sasl-ntlm.el, ntlm.el, md4.el: New files.
20311
20312 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
20313 probably breaks emacs with DL patch, but do we care? Is anyone
20314 still using the DL stuff?)
20315
20316 * sieve-manage.el: Use the password package.
20317 (sieve-manage-read-passwd): Remove.
20318 (sieve-manage-interactive-login): Use password. Re-add
20319 condition-case around loop.
20320
20321 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20322 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20323 Use the password package.
20324
20325 2003-02-19 Simon Josefsson <jas@extundo.com>
20326
20327 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20328 token.
20329
20330 2002-08-07 Simon Josefsson <jas@extundo.com>
20331
20332 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20333 (sieve-manage-authenticators):
20334 (sieve-manage-authenticator-alist): Add some SASL mechs.
20335 (sieve-sasl-auth): New function.
20336 (sieve-manage-cram-md5-auth):
20337 (sieve-manage-plain-auth): Rewrite using SASL library.
20338 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20339 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20340 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20341 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20342
20343 2004-01-05 Simon Josefsson <jas@extundo.com>
20344
20345 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20346 New files.
20347
20348 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20349
20350 * gnus-group.el (gnus-no-groups-message): Update.
20351
20352 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20353
20354 2003-11-09 Simon Josefsson <jas@extundo.com>
20355
20356 * imap.el: Support for ID IMAP extension (RFC 2971).
20357 (imap-local-variables): Add imap-id.
20358 (imap-id): New variable.
20359 (imap-id): New function.
20360 (imap-parse-response): Parse untagged ID response.
20361 * nnimap.el (nnimap-id): New variable.
20362 (nnimap-open-connection): Use it.
20363
20364 2003-12-28 Simon Josefsson <jas@extundo.com>
20365
20366 * gnus-score.el (gnus-score-edit-all-score): New.
20367 * gnus-group.el (gnus-group-score-map): Bind it to W e.
20368
20369 2004-01-04 Simon Josefsson <jas@extundo.com>
20370
20371 * password.el: Add.
20372
20373 2004-01-04 Mario Lang <lang@zid.tugraz.at>
20374
20375 * dns.el (dns-query-types): Fix typo.
20376 (dns-query-types): New function.
20377 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
20378 PTR and SOA replies, see RFC 1035.
20379
20380 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20381
20382 * gnus.el (gnus-logo-color-style): Change colors to `no'.
20383
20384 * Move to Changelog.2.
20385
20386 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20387
20388 * gnus.el (gnus-version-number): Bump version.
20389
20390 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20391
20392 * gnus.el: No Gnus v0.1 is released.
20393
20394 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20395
20396 * gnus.el: No Gnus v0.0 is released.
20397
20398 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20399
20400 * gnus.el (gnus-version-number): Bump.
20401 (gnus-version): No.
20402
20403 See ChangeLog.2 for earlier changes.
20404
20405 Copyright (C) 2004-2011 Free Software Foundation, Inc.
20406
20407 This file is part of GNU Emacs.
20408
20409 GNU Emacs is free software: you can redistribute it and/or modify
20410 it under the terms of the GNU General Public License as published by
20411 the Free Software Foundation, either version 3 of the License, or
20412 (at your option) any later version.
20413
20414 GNU Emacs is distributed in the hope that it will be useful,
20415 but WITHOUT ANY WARRANTY; without even the implied warranty of
20416 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20417 GNU General Public License for more details.
20418
20419 You should have received a copy of the GNU General Public License
20420 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20421
20422 ;; Local Variables:
20423 ;; coding: utf-8
20424 ;; fill-column: 79
20425 ;; add-log-time-zone-rule: t
20426 ;; End: