Compress Lisp source files and info files by gzip by default
[gnus] / lisp / ChangeLog
1 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * Makefile.in (install-el, install-el-elc): Compress .el files.
4         (uninstall): Remove compressed .el files.
5
6 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
9         (gnus-article-read-summary-keys):
10         Don't bug out when there is no article in the summary buffer.
11         (gnus-mime-buttonize-attachments-in-header):
12         Improve criterion that finds parts to display.
13
14         * gnus-art.el (gnus-mm-display-part):
15         * mm-decode.el (mm-shr):
16         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
17         (mm-insert-inline): Revert last changes.
18
19 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20
21         * gnus-art.el (gnus-mm-display-part):
22         * mm-decode.el (mm-shr):
23         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
24         (mm-insert-inline): Set insertion type of end-marker, not only
25         start-marker, of undisplayer so as to stay after inserted text.
26
27 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
28
29         * html2text.el (html2text-get-attr): Fix typo when splitting value from
30         attribute. (Bug#17613)
31
32 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
33
34         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
35         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
36
37 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
40         delete next part button; keep spacing between buttons.
41
42 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
45         Work for the last MIME part in an article.
46         (gnus-mime-display-single): Suppress excessive newlines between parts.
47
48         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
49         by leading or trailing newline.
50
51 2014-05-12  Sam Steingold  <sds@gnu.org>
52
53         * time-date.el (seconds-to-string): New function to pretty print time
54         delay in seconds.
55
56 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
57
58         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
59         while prompting a user for a file name, etc.
60         (gnus-mime-display-single): Display part with a common appearance no
61         matter whether MIME button is omitted or not; don't add duplicate entry
62         to gnus-article-mime-handle-alist.
63         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
64
65 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
66
67         * mml2015.el (mml2015-display-key-image): New variable.
68
69 2014-05-08  Glenn Morris  <rgm@gnu.org>
70
71         * gnus-fun.el (gnus-grab-cam-face):
72         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
73         This is CVE-2014-3421.
74
75 2014-05-04  Glenn Morris  <rgm@gnu.org>
76
77         * gnus-registry.el (gnus-registry-install-p): Doc fix.
78
79 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
80
81         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
82         the displaying state of a part.
83         (gnus-mm-display-part): Don't insert a newline in the beginning of
84         a part like gnus-mime-inline-part doesn't; work for XEmacs.
85
86         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
87         (mm-shr): Make undisplayer unbreakable.
88
89         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
90         insert excessive newline.
91         (mm-inline-text-html-render-with-w3m, mm-inline-text)
92         (mm-insert-inline): Make undisplayer unbreakable.
93
94 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
95
96         * gnus.el: Ma Gnus v0.11 is released.
97
98 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
99
100         * gnus-art.el (gnus-mm-display-part):
101         Highlight header attachment buttons.
102
103 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
104
105         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
106         a part; redisplay a button (enbugged in 2014-02-05).
107
108 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
109
110         * auth-source.el (auth-source-search, auth-source-search-backends):
111         Treat :max 0 as an indicator that a boolean return is wanted, as
112         documented. Reported by Joe Bloggs.
113
114 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * gnus-icalendar.el: Require gnus-art.
117
118 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
119
120         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
121         (gnus-icalendar--update-org-event): put event timestamp in
122         the org entry body instead of the drawer.
123         (gnus-icalendar-event--get-attendee-names): list of participants should
124         contain even attendees without common name attribute.
125         (gnus-icalendar--update-org-event): don't generate duplicates of empty
126         property tags in org drawers.
127
128 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
129
130         * gmm-utils.el (gmm-format-time-string): New function.
131
132         * message.el (message-insert-formatted-citation-line): Use the original
133         author's time zone to express a date string.
134
135 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
136
137         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
138         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
139         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
140         Silence compiler warnings.
141         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
142
143 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
144
145         * mml.el: Require url when compiling.
146
147         * gnus-cloud.el (gnus-cloud-parse-version-1):
148         Use plist-get rather than CL's getf.
149         (gnus-activate-group, gnus-subscribe-group): Declare.
150
151         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
152
153 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
156         buttons when toggling the header off.
157
158 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
159
160         * tls.el (tls-program): Reflow docstring.
161
162 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
163
164         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
165         groups work again.
166
167 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
168
169         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
170         999 correctly (i.e. "1,342").
171
172 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
173
174         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
175         out if the directory doesn't exist.
176
177 2014-03-07  Daiki Ueno  <ueno@gnu.org>
178
179         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
180         commands here; instead, only check if epg-config.el is available.
181
182 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
183
184         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
185         messages with embedded images.
186         (mml-generate-mime): Don't bug out if you don't have libxml.
187
188 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
189
190         * message.el (message-make-html-message-with-image-files): New command.
191
192 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
193
194         * gnus-group.el (gnus-group-make-group): Clarify prompt.
195
196         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
197
198 2014-02-23  David Engster  <deng@randomsample.de>
199
200         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
201         to stay compatible with older Emacsen, so replace `cl-loop' with
202         `loop'.
203
204 2014-02-22  Daniel Colascione  <dancol@dancol.org>
205
206         * auth-source.el (auth-source-secrets-listify-pattern): New function.
207         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
208         instead, build list of patterns.
209
210 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
213         Display header attachment buttons by gnus-article-prepare-display
214         rather than gnus-article-prepare so as to view in mml-preview as well.
215
216 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
217
218         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
219         in `auth-sources' means and link to EPA docs.
220
221 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
222
223         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
224         (bug#12375).
225
226 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
227
228         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
229         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
230
231 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
232
233         * message.el (message-tab): Mention what happens on normal tabs
234         (bug#11297).
235
236 2014-02-08  Glenn Morris  <rgm@gnu.org>
237
238         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
239
240 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
243         buttons that are hidden in unselected alternative part as well.
244         (gnus-mime-display-alternative): Redraw attachment buttons in header.
245
246         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
247
248 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
249
250         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
251         keystroke.
252         (gnus-server-toggle-cloud-server): Only allow clouding applicable
253         types.
254
255         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
256         with an empty string.
257
258 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
259
260         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
261         buffer-local in some buffers, so bind it explicitly in the buffer we're
262         trying to cancel the article in (bug#10808).
263
264 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
265
266         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
267         New functions.
268
269         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
270         New user option.
271         (gnus-mime-buttonize-attachments-in-header): New function.
272         (gnus-article-prepare): Use it.
273         (gnus-mime-inline-part): Suppress extra newline.
274         (gnus-mm-display-part): Save excursion;
275         remove useless deleting and adding of buttons.
276         (gnus-insert-mime-button): Allow insertion in the middle of a line.
277
278         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
279         Add gnus-mime-buttonize-attachments-in-header.
280
281 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
282
283         * nnimap.el (nnimap-request-articles): New command to download several
284         articles at once.
285
286         * gnus.el (gnus-variable-list): Save Cloud variables.
287
288         * gnus-int.el (gnus-request-accept-article): Doc fix.
289
290 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
291
292         * parse-time.el (parse-time-iso8601-regexp)
293         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
294         it more generally.
295
296 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
297
298         * gnus-cloud.el: New file to provide the Emacs Cloud.
299
300         * dgnushack.el: Silence XEmacs w3 warning.
301
302         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
303         `url-retrieve-synchronously', apparently.
304
305         * dgnushack.el: Silence XEmacs dns.el warning.
306
307         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
308         instead of in all files.
309
310         * dns.el (network-interface-list): Define for XEmacs.
311
312         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
313         XEmacs.
314
315         * nnrss.el (libxml-parse-html-region): Silence compilation error.
316
317 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
318
319         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
320         `gnus-group-split-fancy'.
321
322 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
323
324         * message.el (message-remove-header): Doc fix.
325         (message-forward-included-headers): New variable.
326         (message-remove-ignored-headers): Use it.
327
328 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
329
330         * nnir.el (nnir-request-update-mark): Don't try to update the source
331         group if we can't find it (bug#16611).
332
333 2014-01-31  Dave Abrahams  <dave@boostpro.com>
334
335         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
336
337 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
338
339         * dns.el (dns-servers-up-to-date-p): New function to see whether the
340         network interfaces changed.
341         (dns-query): Use it to flush the data.
342
343 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
344
345         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
346         from random face commands.
347         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
348         Face.
349         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
350         (gnus--random-face-with-type): Generic function returning a face-type
351         as a string.
352         (gnus--insert-random-face-with-type): Generic function inserting a face
353         in a message buffer header.
354         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
355         (gnus-insert-random-x-face-header): Rewritten to use
356         `gnus--insert-random-face-with-type`.
357         (gnus-random-face): Return random (png) Face as string.
358         (nus-insert-random-face-header): Insert random (png) Face in a message
359         buffer.
360
361 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
362
363         * mm-url.el: Remove all usage of w3.
364
365         * nnrss.el: Ditto.
366
367         * mm-decode.el: Ditto.
368
369         * mm-view.el: Ditto.
370
371         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
372         outdated and all Emacsen have url.el built-in.
373
374         * gnus-setup.el: Remove outdated file.
375
376 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
377
378         * gnus.el: Ma Gnus v0.9 is released.
379
380 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
381
382         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
383
384 2014-01-31  Dave Abrahams  <dave@boostpro.com>
385
386         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
387         in the summary buffer (bug#13769).
388
389 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
390
391         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
392         name if we're using a single article buffer.  Otherwise, it may point
393         to a killed buffer (bug#13756).
394
395 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
396
397         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
398         the match data, just save and restore it explictly (bug#12375).
399
400         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
401         that's needed.
402
403         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
404         the code once (bug#9069).
405
406 2014-01-18  Steinar Bang  <sb@dod.no>
407
408         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
409         reading.
410
411 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
412
413         * message.el (message-bury): Call bury-buffer with no argument
414         in the message-return-action case too.
415
416 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
417
418         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
419         (nnimap-split-fancy, nnimap-split-methods): Declare.
420
421         * mm-util.el (help-function-arglist): Declare.
422
423 2013-12-28  Glenn Morris  <rgm@gnu.org>
424
425         * gnus-sieve.el (gnus-sieve-select-method):
426         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
427         (gravatar-rating, gravatar-size):
428         * message.el (message-minibuffer-local-map):
429         * sieve-manage.el (sieve-manage-authenticators)
430         (sieve-manage-authenticator-alist): Specify custom types.
431
432         * hashcash.el (hashcash-program): Rename from hashcash-path.
433         Update callers.
434
435         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
436         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
437         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
438
439         * auth-source.el (auth-sources):
440         * nnmairix.el (nnmairix-propagate-marks-upon-close):
441         Fix custom types.
442
443         * tls.el (tls-certtool-program): Fix default value.
444
445 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
446
447         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
448         we get proper traces there, too.
449
450 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
451
452         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
453         value of the parameters if the current article has a Reply-To or From
454         field.
455
456 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
457
458         * gnus.el (gnus-group-buffer): Remove duplicate definition.
459
460 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
461
462         * gnus-sum.el (gnus-summary-exit): Stop animations.
463
464 2013-12-19  Juri Linkov  <juri@jurta.org>
465
466         * gnus.el (gnus-suppress-keymap):
467         * gnus-art.el (gnus-article-mode-map):
468         * gnus-group.el (gnus-group-mode-map):
469         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
470         Remove [backspace] key binding because it shadows DEL (bug#16035).
471
472         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
473
474 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
475
476         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
477         Make sure work directory exists.
478         (gnus-uu-digest-mail-forward): Store temporary files in work directory
479         rather than tmp directory.
480         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
481         not necessarily always run, with it.
482
483 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
484
485         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
486         value of gnus-icalendar-additional-identities work without restart.
487
488 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
489
490         * mm-util.el (mm-make-temp-file):
491         Alias to make-temp-file for modern Emacsen.
492
493 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
494
495         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
496         nnir-article-number and nnir-article-group.
497
498 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
499
500         * message.el (message-send-mail-with-sendmail):
501         Don't kill error buffer if sending fails.
502
503 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
504
505         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
506         (gnus-icalendar-event->org-entry)
507         (gnus-icalendar--update-org-event)
508         (gnus-icalendar-event->gnus-calendar): Distinguish between
509         required/optional/non-participant attendee status.  Fix bug causing
510         the first required event participant to be omitted.
511
512 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * gnus-art.el (article-de-quoted-unreadable)
515         (article-de-base64-unreadable, gnus-mime-copy-part)
516         * gnus-html.el (gnus-article-html)
517         * mm-view.el (mm-inline-text-html-render-with-w3)
518         (mm-inline-text-html-render-with-w3m-standalone)
519         * rfc2231.el (rfc2231-decode-encoded-string):
520         Allow overriding charset by mm-charset-override-alist.
521
522         * gnus-art.el (gnus-article-browse-html-parts):
523         Replace LWSPs with `&nbsp;'s in header.
524
525         Work for broken Chinese articles.
526
527         * gnus-art.el (gnus-article-browse-html-save-cid-content):
528         Exclude broken handles that gnus-summary-enter-digest-group may create.
529         (gnus-article-browse-html-parts):
530         Allow overriding charset by mm-charset-override-alist.
531
532 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
533
534         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
535         (gnus-icalendar-identities): Support additional-identities.
536
537 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
538
539         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
540         org-timestamp for events ending at midnight.
541
542 2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
543
544         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
545         .log files.
546
547 2013-11-20  David Engster  <deng@randomsample.de>
548
549         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
550
551 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
552
553         * message.el (message-beginning-of-line):
554         Use beginning-of-visual-line when visual-line-mode is turned on.
555
556 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
557
558         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
559         (gnus-icalendar-event-from-ical)
560         (gnus-icalendar-event->org-entry)
561         (gnus-icalendar--update-org-event): Required/optional participation,
562         list of attendees synced to org.
563
564 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
565
566         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
567         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
568         cancellations to be synced to org if the original appt has an org
569         outline.
570
571 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
572
573         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
574         (gnus-icalendar-event->org-entry)
575         (gnus-icalendar--update-org-event)
576         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
577
578 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
579
580         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
581         Fix timezone handling in gnus-icalendar export to org.
582
583 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
586
587 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
588
589         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
590
591 2013-10-30  Glenn Morris  <rgm@gnu.org>
592
593         * gnus-group.el (gnus-group-browse-foreign-server):
594         * gnus-int.el (gnus-start-news-server):
595         Silence compiler obsolescence warning.
596
597 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
598
599         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
600         `nnoo-current-server' first, then for the actual `nnimap-address' to
601         allow netrc entries for the nnoo server to coexist with netrc entries
602         for the `nnimap-address'.
603
604 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
605
606         * mm-decode.el (mm-dissect-buffer): Revert last change.
607         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
608         The problem that motivated those changes was attributed to a broken
609         mail sender, and has been fixed.
610
611 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
612
613         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
614         token is missing in the Content-Type header.
615
616         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
617
618 2013-09-18  Glenn Morris  <rgm@gnu.org>
619
620         * gnus-util.el (image-size): Declare.
621
622 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
623
624         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
625         (gnus-icalendar-event-from-ical)
626         (gnus-icalendar-event--build-reply-event-body)
627         (gnus-icalendar-event-reply-from-buffer)
628         (gnus-icalendar-find-org-event-file)
629         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
630         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
631
632         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
633
634 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
635
636         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
637         Use save-current-buffer.
638         (gnus-tree-mode-map): Initialize in the declaration.
639         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
640         (scroll-in-place): Defvar it.
641         (gnus-tmp-*): Defvar them.
642         (gnus-get-tree-buffer): Use derived-mode-p.
643         (gnus--let-eval): New macro.
644         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
645         non-prefixed variables.
646         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
647
648         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
649         vars since it doesn't seem to be available.
650         (gnus-set-global-variables, gnus-summary-read-group-1)
651         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
652         (gnus-summary-display-article, gnus-summary-select-article)
653         (gnus-summary-next-article, gnus-offer-save-summaries)
654         (gnus-summary-generic-mark): Use derived-mode-p.
655         (gnus-summary-read-group-1, gnus-summary-exit)
656         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
657         Adjust calls to gnus-tree-close and gnus-tree-open.
658
659         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
660
661         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
662         (gnus-agent-mode): Use derived-mode-p.
663         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
664         gnus-command-method and *-command-method to nil, but bind
665         gnus-command-method to *-command-method instead!
666         (gnus-agent-fetch-articles): Remove unused var `id'.
667         (gnus-agent-fetch-headers): Remove unused arg `force'.
668         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
669         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
670         (gnus-agent-short-article, gnus-agent-long-article)
671         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
672         first use.
673         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
674         `score-param'.
675         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
676         (gnus-get-predicate): Push in front of the cache, rather than end.
677         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
678         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
679         (gnus-agent-expire-unagentized-dirs): Don't rebind
680         gnus-agent-expire-current-dirs since the defvar silences the warning.
681         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
682         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
683         (gnus-agent-regenerate): Simplify interactive spec and doc.
684
685 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
686
687         * gnus-int.el (gnus-open-server): Silence compiler.
688
689         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
690
691         * message.el (message-display-completion-list): Abolish.
692         (message-completion-in-region): Use display-completion-list.
693
694 2013-09-17  Glenn Morris  <rgm@gnu.org>
695
696         * gnus-util.el (gnus-message-with-timestamp-1):
697         Use `messages-buffer' function if available.  Ignore read-only.
698
699 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
700
701         * message.el (message-expand-group, message-completion-in-region):
702         Correct the order of start and end of a region.
703
704 2013-09-13  Glenn Morris  <rgm@gnu.org>
705
706         * mml2015.el (gnus-create-image): Autoload it.
707
708         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
709
710         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
711         (image-size): Declare.
712
713 2013-09-12  Glenn Morris  <rgm@gnu.org>
714
715         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
716         Avoid using `find', which i) might not be defined at runtime;
717         ii) does not work, since its default test is eql, not equal.
718         (gnus-mime-action-alist): Declare.
719
720 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
721
722         * score-mode.el (gnus-score-mode-map): Move initialization
723         into declaration.
724         (gnus-score-mode): Use define-derived-mode.
725         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
726         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
727         into declaration.
728         (gnus-kill-file-mode): Use define-derived-mode.
729         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
730         Use derived-mode-p.
731         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
732         (gnus-group-setup-buffer, gnus-group-name-at-point)
733         (gnus-group-make-web-group, gnus-group-enter-directory)
734         (gnus-group-suspend): Use derived-mode-p.
735         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
736         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
737         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
738         (gnus-article-setup-buffer, gnus-article-prepare)
739         (gnus-article-prepare-display, gnus-sticky-article)
740         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
741         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
742         (gnus-article-read-summary-keys): Use derived-mode-p.
743
744 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
747
748 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
749
750         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
751         shift_jis from the default value set for Japanese users.
752
753 2013-08-13  Glenn Morris  <rgm@gnu.org>
754
755         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
756
757         * gnus.el (gnus-valid-select-methods): Fix type.
758
759         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
760
761 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * mm-decode.el (mm-display-external): Run a timer for the temp files
764         deletion after a viewer exits; add a deletion timer for the needsterm
765         case, too.
766
767         * mm-decode.el (mm-display-external): Try to delete temporary files by
768         using a 1-min. timer.
769
770 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
771
772         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
773         New internal variables.
774         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
775         (mm-display-external): Use it to delete temporary files instead of
776         using timers.
777
778 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
779
780         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
781
782 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
783
784         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
785         with cond for backwards compatability.
786
787 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * mm-decode.el (mm-display-external): Bind process-connection-type to
790         nil; don't delete a temp file immediately even if a viewer finishes,
791         since it may be a shell script, like xdg-open, that launches a real
792         viewer program belatedly.
793
794 2013-08-05  Dave Abrahams  <dave@boostpro.com>
795
796         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
797         that we can create nndoc groups that excerpt other groups.
798
799 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
800
801         * gnus-delay.el (gnus-delay-article): Fix typo.
802
803         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
804         articles.
805
806         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
807         we can get spell-checking etc.
808
809 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
812         a single one used for encoding the whole text in a header.
813
814 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815
816         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
817         doesn't work properly on XEmacs.
818
819 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
820
821         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
822         before sending.
823
824         * dgnushack.el (dgnushack-compile): Add a temporary check for
825         gnus-icalendar.
826
827         * mm-decode.el (mm-command-output): New face.
828         (mm-display-external): Use it.
829
830 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
831
832         * nnmbox.el (nnmbox-request-article): Don't change point.
833
834 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
837         Include `handle' parameter.
838
839 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
840
841         * gnus-icalendar.el: New file.
842
843 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
844
845         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
846
847         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
848         dummy roots, too.
849
850 2013-08-01  David Edmondson  <dme@dme.org>
851
852         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
853         out on ttys.
854
855 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
858         not empty.
859
860         * nnrss.el (nnrss-discover-feed): Indent.
861
862 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
865
866 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
869         dirty to ensure nnimap data being saved.
870
871 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
872
873         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
874         menu entry.
875
876         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
877         the current thread's total score instead of the current article's
878         score.
879
880         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
881         (gnus-sort-threads-recursively): Delete defcustom.
882         (gnus-sort-threads-recursive): Adapt accordingly.
883
884 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
885
886         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
887         (gnus-sort-threads-recursive): Use it.
888         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
889         again.  Now that determines how to sort subthreads.
890
891 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
892
893         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
894         (gnus-sort-threads): Use it.
895
896 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
897
898         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
899         punctuation characters follow parentheses (bug#14950).
900
901 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
902
903         * gnus.el (gnus-continuum-version):
904         * gnus-msg.el (gnus-extended-version): Simplify.
905
906         * gnus.el (gnus-continuum-version-1): Remove.
907         * gnus-msg.el (gnus-bug): Revert.
908
909         Calculate gnus-version correctly on Cygwin.
910
911         * gnus.el (gnus-continuum-version): Do main calculations in integers.
912         (gnus-continuum-version-1): New function, return a string.
913
914         * gnus-msg.el (gnus-extended-version, gnus-bug):
915         Use gnus-continuum-version-1 instead of gnus-continuum-version.
916
917 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
918
919         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
920         (bug#13384).
921
922 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
925         that were only relevant in a development version a long time ago.
926
927 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
928
929         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
930         that the old Emacs 24s bundle.
931
932 2013-07-10  David Engster  <deng@randomsample.de>
933
934         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
935         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
936         fixes a bug in Emacs trunk where the 'unexist' marks were always
937         removed at startup because "Gnus v5.13" was considered smaller than "Ma
938         Gnus v0.03".
939
940 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
941
942         * gnus.el (gnus-summary-line-format): Reference
943         `gnus-user-date-format-alist' for the &user-date; format, not
944         `gnus-summary-user-date-format-alist'.
945
946 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947
948         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
949         delete files (bug#13481).
950
951 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
952
953         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
954
955 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
956
957         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
958         display images.
959
960         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
961
962         * message.el (message-cancel-news): According to
963         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
964         preferred over "cmsg cancel" in the Subject.
965
966         * nnir.el (nnir-engines): Note that the group specs are regexps
967         (bug#13238).
968
969         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
970         gotten read-only text properties, ensure that those aren't heeded when
971         copying stuff over (bug#13434).
972
973         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
974         (bug#13762).
975
976 2013-07-05  David Kastrup  <dak@gnu.org>
977
978         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
979         authinfo file again (important for blank passwords).  This had been
980         broken with 2013-06-15 change.
981
982 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
983
984         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
985         Revert 2013-01-14 change.
986
987 2013-07-02  Daiki Ueno  <ueno@gnu.org>
988
989         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
990         of 'create-image' for XEmacs compatibility; check errors when decoding
991         image.  Reported by Uwe Brauer.
992
993 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
994
995         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
996         gnus-button-push revised at 2011-01-19.
997
998 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
999
1000         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1001         now live in the lisp/net Emacs 24 repository.
1002
1003 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * eww.el (eww-update-header-line-format): Quote % characters.
1006
1007 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1008
1009         * eww.el (eww-process-text-input): Display passwords as asterisks.
1010
1011         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1012
1013 2013-06-19  Tom Tromey  <tromey@redhat.com>
1014
1015         * eww.el (eww-top-url): Remove.
1016         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1017         (eww-render): Set new variables.  Don't set eww-top-url.
1018         (eww-handle-link): Handle "prev", "home", and "contents".
1019         Downcase the rel text.
1020         (eww-top-url): Choose best top URL.
1021
1022 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * eww.el: Rewrite to implement form elements "by hand" instead of
1025         relying in widget.el.  Using widget.el leads to too many
1026         user interface inconsistencies.
1027         (eww-self-insert): Implement entering commands in text fields.
1028         (eww-process-text-input): New function to make text input field editing
1029         work.
1030         (eww-submit): Rewrite to use the new-style form methods.
1031         (eww-select-display): Display the correct selected item.
1032         (eww-change-select): Implement changing the select value.
1033         (eww-toggle-checkbox): Implement radio/checkboxes.
1034         (eww-update-field): Fix compilation error.
1035         (eww-tag-textarea): Implement <textarea>.
1036
1037         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1038         don't shadow mode-specific bindings.
1039
1040         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1041         nothing to push.
1042
1043         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1044
1045 2013-06-19  Glenn Morris  <rgm@gnu.org>
1046
1047         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1048
1049 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1050
1051         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1052
1053 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1054
1055         * shr.el (shr-make-table-1): Implement <td rowspan>.
1056         (shr-table-horizontal-line): Allow nil as a value, and change the
1057         default.
1058         (shr-insert-table-ruler): Respect the nil value.
1059
1060 2013-06-18  Tom Tromey  <tromey@barimba>
1061
1062         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1063         New defvars.
1064         (eww-open-file): New defun.
1065         (eww-render): Initialize new variables.
1066         (eww-display-html): Handle "link" and "a".
1067         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1068         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1069         (eww-back-url): Rename from eww-previous-url.
1070         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1071         defuns.
1072
1073 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * shr.el (shr-tag-table): Insert the images after the table, so that
1076         they're not covered by the table colourisation, which often looked
1077         awkward.
1078         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1079         <dd>.
1080         (shr-make-table-1): Implement <td colspan=> support.
1081         (shr-insert-document): Use one less than window width if `shr-width' is
1082         nil, since otherwise things may get one character too wide.
1083
1084 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1085
1086         * eww.el (eww-detect-charset): Improve regexp; move backward.
1087
1088 2013-06-18  Glenn Morris  <rgm@gnu.org>
1089
1090         * mm-decode.el (widget-convert-button): Autoload.
1091
1092         * sieve-manage.el (mm-enable-multibyte): Autoload.
1093
1094         * shr.el (libxml-parse-html-region): Declare.
1095         (shr-render-buffer): Explicit error if no libxml2 support.
1096
1097 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1098
1099         * auth-source.el (auth-source-current-line): New function.
1100         (auth-source-netrc-parse-entries): When a data token is "machine",
1101         assume we're in the wrong place and abort parsing the current line.
1102
1103 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1106         (eww-convert-widgets): Don't bug out if the first widget starts at the
1107         beginning of the buffer.
1108         (eww-convert-widgets): Fix last patch.
1109         (eww-tag-input): Support <input type=image>.
1110
1111         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1112         (shr-tag-base): Protect against base specs that are degenerate.
1113         (shr-ensure-paragraph): Don't delete empty lines that have text
1114         properties, because these may be input fields.
1115
1116         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1117         we can navigate to them.
1118
1119         * shr.el (shr-colorize-region): Put the colours over the entire region.
1120         (shr-inhibit-decoration): New variable.
1121         (shr-add-font): Use it to inhibit text property decorations while doing
1122         preliminary table renderings.  This speeds up typical Wikipedia page
1123         renderings by 15%.
1124         (shr-tag-span): Don't respect the <title>, because that overwrites the
1125         help-echo from links inside the spans.
1126         (shr-next-link): Use `help-echo' for navigation, so that we can
1127         navigate to form elements, too.
1128
1129         * eww.el (eww-button): New face.
1130         (eww-convert-widgets): Use it to make submit buttons more button-like.
1131
1132         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1133         that Gnus commands work.
1134
1135         * shr.el (shr-render-td): Support horizontal alignment.
1136
1137         * eww.el (eww-put-color): Removed.
1138         (eww-colorize-region): Use `add-face-text-property'.
1139
1140         * shr.el (shr-add-font): Append face data, so that we get the correct
1141         precedence: The innermost value (which is applied first) wins.
1142         (shr-make-overlay): Obsolete function.
1143
1144         * mm-decode.el (mm-convert-shr-links): New function to convert
1145         new-style shr URL links into widgets.
1146         (mm-shr): Use it.
1147
1148         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1149         widget commands, since we're no longer using widgets for links.
1150
1151         * shr.el (shr-next-link): New command.
1152         (shr-previous-link): New command.
1153         (shr-urlify): Don't use `widget-convert', because that's slow.
1154         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1155         because collecting the overlays and reapplying them when generating
1156         tables is slow.
1157         (shr-insert-table): Ditto.
1158
1159 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1160
1161         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1162         * shr.el (browse-url): Require `url'.
1163         * eww.el (url): Require format-spec.
1164
1165 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * eww.el (eww-display-html): Default to using the entire window width.
1168         (eww-browse-url): Don't add a User-Agent header (twice), because that
1169         makes Bing refuse connection.
1170
1171         * shr.el (shr-make-table): Cache the table rendering at the table
1172         level, and not the <td> level.  This is a bit faster.
1173
1174         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1175         #id.
1176
1177         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1178         browsers don't.
1179         (shr-expand-url): Respect #anchor links.
1180         (shr-parse-base): Chop off the anchor before using.
1181         (shr-descend): Respect display: none.
1182         (shr-descend): Allow marking elements that have certain IDs.
1183
1184         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1185
1186         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1187
1188         * eww.el (eww-tag-textarea): Support <textarea>.
1189
1190 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1191
1192         * shr.el (shr-dom-to-xml): Fixed function call.
1193
1194         * eww.el (eww): New group.
1195         (eww-header-line-format): New custom variable.
1196         (eww-current-title): New variable.
1197         (eww-display-html): Update header and handle title tag.
1198         (eww-update-header-line-format): New function.
1199         (eww-tag-title): New function.
1200
1201         * shr.el (shr-dom-to-xml): New function.
1202         (shr-tag-svg): Add support for the SVG tag.
1203         (shr-bullet): New custom variable.
1204         (shr-tag-li): Support custom bullet in unordered lists.
1205
1206 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * shr.el (shr-expand-url): Respect // URLs.
1209
1210         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1211         put a background colour onto the entire buffer.
1212         (eww-render): When being redirected, use the redirect URL as the new
1213         base URL.
1214
1215         * shr.el (shr-parse-base): Fix parsing error.
1216
1217         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1218
1219         * shr.el (shr-parse-base): New function.
1220         (shr-expand-url): Use it to expand relative URLs reliably.
1221
1222 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1223
1224         * auth-source.el (auth-source-search-collection): Fix docstring.
1225         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1226         single-quoted strings and multiline entries.
1227         (auth-source-netrc-parse-next-interesting)
1228         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1229         functions to support parser.
1230
1231 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1232
1233         * eww.el (eww-submit): Get submit button logic right when hitting RET
1234         on non-submit buttons.
1235
1236         * shr.el: Remove shr-preliminary-table-render, since that can't really
1237         be used for anything in practice.
1238
1239 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1240
1241         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1242         (sieve-manage-quit).
1243
1244 2013-06-14  Glenn Morris  <rgm@gnu.org>
1245
1246         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1247
1248 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1249
1250         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1251         control the maximum size of photo ID image.
1252         (mml2015-epg-key-image-to-string): Respect it.
1253
1254 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1255
1256         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1257         instead of the final one so that we can more easily distinguish them.
1258
1259         * eww.el (eww-submit): Compute the submission URL correctly.
1260
1261 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1262
1263         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1264         Use plist-get rather than CL's getf.
1265         (sieve-manage-parse-capability): Avoid CL's remove-if.
1266
1267 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1268
1269         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1270         (sieve-manage-quit).
1271
1272 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1275         last slash.
1276
1277         * eww.el (eww-tag-select): Use the first value as the default value.
1278
1279 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1280
1281         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1282         (eww-mode): Use `define-derived-mode'.
1283         (eww-parse-headers): Parse headers from beginning of buffer so that
1284         file:// links work.
1285
1286 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1289
1290 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1291
1292         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1293         to handle them at all.
1294
1295 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1298         work, too.
1299         (eww-tag-select): Implement <select>.
1300
1301 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1302
1303         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1304         stream managing functions by using open-protocol-stream to do most of
1305         the work.  Has the nice benefit of enabling STARTTLS.
1306         Wait for capabilities after STARTTLS: following RFC5804, the server
1307         sends new capabilities after successfully establishing a TLS connection
1308         with the client.  The client should update the cached list of
1309         capabilities, but we just ignore the answer for now.
1310         (sieve-manage-network-p, sieve-manage-network-open)
1311         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1312         (sieve-manage-forward, sieve-manage-streams)
1313         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1314         API, nor called by any other function.
1315         Enable Multibyte for SieveManage buffers: The parser won't properly
1316         handle umlauts and line endings unless multibyte is turned on in the
1317         process buffer.
1318
1319 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * eww.el (eww-tag-input): Support password fields.
1322         (eww-submit): Support POST.
1323
1324 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * eww.el (eww-tag-form): Protect against degenerate forms.
1327
1328         * shr.el (shr-expand-url): Expand URLs that start with a slash
1329         correctly.
1330
1331         * eww.el (eww-submit): Get submit button logic right.
1332
1333         * shr.el (shr-final-table-render): New variable to signal when we're
1334         doing the final table rendering so that we can collect more data at
1335         that point.
1336
1337         * eww.el (eww-submit): Make form submission work.
1338         (eww-tag-input): Implement submit buttons.
1339         (eww-click-radio): Implement radio and checkboxes.
1340         (eww-submit): Handle hidden elements.
1341
1342         * shr.el (shr-descend): Allow other packages to override (or provide)
1343         rendering of elements.
1344         (shr-expand-url): Strip query strings from URLs before expanding them.
1345
1346         * eww.el: Don't require cl-lib.
1347         (eww-tag-form): Start form support.
1348
1349         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1350
1351         * eww.el: Start writing a new, tiny web browser.
1352         (eww-previous-url): New command.
1353         (eww-quit): New command.
1354
1355 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1356
1357         * sieve.el: Put point at beginning of buffer when viewing a script.
1358         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1359         number in sieve-buffer's header.  Fixed code to also work with a string
1360         as port specifier.  Properly close the connection on pressing 'q'.  Make
1361         sieve-manage-quit close the connection and process buffer.  Also, remove
1362         duplicate keybinding for 'q'.
1363
1364 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1365
1366         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1367         make it easier to read.
1368         (mm-pkcs7-enveloped-magic): Ditto.
1369
1370 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1371
1372         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1373         before `image-type-available-p' to avoid loading the image libraries
1374         needlessly.
1375
1376 2013-06-05  David Engster  <deng@randomsample.de>
1377
1378         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1379         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1380         to see whether the group was synced before.
1381
1382 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1383
1384         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1385         when opening the connection.
1386         Suggested by João Távora <joaotavora@gmail.com> in
1387         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1388
1389 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1392         assume Date header begins with "Date", that may be customized into
1393         something like "X-Sent" using gnus-article-time-format.
1394         (article-transform-date): Allow multi-line Date header.
1395
1396 2013-06-02  David Engster  <deng@randomsample.de>
1397
1398         * registry.el (initialize-instance, registry-lookup)
1399         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1400         (registry-lookup-secondary-value, registry-search, registry-delete)
1401         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1402         not wrap methods in `eval-and-compile'.  This breaks due to latest
1403         changes in EIEIO (introduction of eieio-core.el).
1404
1405 2013-05-30  Glenn Morris  <rgm@gnu.org>
1406
1407         * nnmail.el (nnmail-fancy-expiry-target):
1408         Also bind mail-dont-reply-to-names.
1409
1410         * spam-stat.el (spam-stat-save):
1411         No need to tweak font-lock in temp buffers.
1412
1413         * shr.el (shr-put-image): Silence compiler.
1414
1415 2013-05-29  Glenn Morris  <rgm@gnu.org>
1416
1417         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1418
1419         * gnus-group.el (gnus-sequence-of-unread-articles)
1420         (gnus-summary-add-mark, gnus-mark-article-as-read)
1421         (gnus-group-make-articles-read): Declare.
1422
1423         * gnus-sum.el (gnus-parameter-list-identifier)
1424         (gnus-article-stop-animations, gnus-stop-downloads)
1425         (gnus-article-only-boring-p, article-goto-body)
1426         (gnus-flush-original-article-buffer, article-narrow-to-head)
1427         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1428         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1429
1430         * gnus.el: No need to eval-and-compile autoloads.
1431
1432         * gravatar.el (help-function-arglist): Autoload.
1433
1434         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1435
1436         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1437
1438         * spam.el: No need to load spam-report when compiling.
1439         No need to eval-and-compile autoloads.
1440         (spam-report-resend-to): Declare.
1441         (spam-report-resend-register-routine): Require 'spam-report.
1442
1443 2013-05-24  Julien Danjou  <julien@danjou.info>
1444
1445         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1446         setup.
1447
1448 2013-05-23  Glenn Morris  <rgm@gnu.org>
1449
1450         * gnus-util.el (rmail-swap-buffers-maybe)
1451         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1452         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1453         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1454
1455         * mm-decode.el: No need to load term when compiling.
1456         (term-mode, term-char-mode): Declare.
1457
1458         * mm-util.el: No need to load jka-compr when compiling.
1459         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1460
1461         * nnmaildir.el: Require is automatically eval-and-compile.
1462         (nnmail): Require at run-time too.
1463
1464         * registry.el (registry-size): Move definition before use.
1465
1466 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1467
1468         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1469         signed data to conform the standard.  (Bug#14232)
1470
1471 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1472
1473         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1474         double angle quotation mark.
1475
1476 2013-05-20  Glenn Morris  <rgm@gnu.org>
1477
1478         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1479
1480 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1481
1482         * message.el (message-insert-formatted-citation-line): handle finding
1483         first/lastname when more than 2 names appear.
1484
1485 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1486
1487         * shr.el (shr-tag-span): New function.
1488
1489 2013-05-18  Glenn Morris  <rgm@gnu.org>
1490
1491         * message.el (message-mode): Use message-mode-abbrev-table,
1492         with text-mode-abbrev-table as parent.  (Bug#14413)
1493
1494 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * message.el (message-expand-group): Decode group names.
1497
1498 2013-05-16  Julien Danjou  <julien@danjou.info>
1499
1500         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1501         app-icon.
1502
1503 2013-05-15  Glenn Morris  <rgm@gnu.org>
1504
1505         * shr-color.el (shr-color-visible-luminance-min)
1506         (shr-color-visible-distance-min): Use shr-color group.
1507
1508 2013-05-11  Glenn Morris  <rgm@gnu.org>
1509
1510         * gnus-vm.el: Make it loadable without VM.
1511         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1512         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1513
1514 2013-05-09  Glenn Morris  <rgm@gnu.org>
1515
1516         * mml1991.el: Make it loadable.  (Bug#13456)
1517
1518         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1519         * gnus-async.el (gnus-async-post-fetch-function):
1520         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1521         * gnus-html.el (gnus-html-image-cache-ttl):
1522         * gnus-notifications.el (gnus-notifications-timeout):
1523         * gnus-picon.el (gnus-picon-properties):
1524         * gnus-util.el (gnus-completion-styles):
1525         * gnus.el (gnus-other-frame-resume-function):
1526         * message.el (message-user-organization-file)
1527         (message-cite-reply-position):
1528         * nnir.el (nnir-summary-line-format)
1529         (nnir-retrieve-headers-override-function):
1530         * shr-color.el (shr-color-visible-luminance-min):
1531         * shr.el (shr-blocked-images):
1532         * spam-report.el (spam-report-resend-to):
1533         * spam.el (spam-summary-exit-behavior): Fix custom types.
1534
1535         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1536
1537 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1540         because of let-binding help-xref-following.  (Bug#14356)
1541
1542 2013-05-06  Glenn Morris  <rgm@gnu.org>
1543
1544         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1545
1546 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1547
1548         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1549         entering into the registry.
1550
1551 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1552
1553         * gnus.el: Ma Gnus v0.7 is released.
1554
1555 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1558         (Bug#14304)
1559
1560 2013-04-27  Glenn Morris  <rgm@gnu.org>
1561
1562         * gnus.el (gnus-list-debbugs):
1563         Use require rather than autoload.  (Bug#14262)
1564
1565 2013-04-27  Julien Danjou  <julien@danjou.info>
1566
1567         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1568         port to "sieve" now that it has an official IANA port assigned.
1569
1570 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1571
1572         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1573         Don't set the MAILHOST environment variable permanently (Bug#14271).
1574
1575 2013-04-26  Glenn Morris  <rgm@gnu.org>
1576
1577         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1578
1579 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1580
1581         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1582         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1583
1584 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1585
1586         * nnir.el (nnir-close-group): Make sure we are in the right group.
1587
1588         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1589         dependency table from all newly retrieved headers.
1590
1591 2013-04-16  David Edmondson  <dme@dme.org>
1592
1593         Support <img src="data:...">.
1594
1595         * shr.el (shr-image-from-data): New function.
1596         (shr-tag-img): Use it.
1597
1598 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1599
1600         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1601         group.
1602
1603 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1604
1605         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1606         corresponding to any existing group (Bug#14166).
1607
1608 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1609
1610         * nnir.el (number-sequence): No longer used.
1611         (nnir-request-set-mark): New function.
1612         (nnir-request-update-info): Improve marks updating.
1613         (nnir-request-scan): Don't duplicate marks updating.
1614         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1615         Use 'assq rather than 'assoc.  Quote anonymous function.
1616         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1617         Use 'gnus-group-prefixed-p.
1618         (gnus-summary-create-nnir-group): Make sure server for method is open.
1619
1620 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1621
1622         * nnir.el (gnus-nnir-group-p): New function.
1623         (nnir-possibly-change-group): Use it.
1624
1625         * gnus-msg.el (gnus-setup-message): Use it.
1626
1627 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1628
1629         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1630         `initial-input' for the argument name.
1631         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1632
1633 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1634
1635         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1636         (used by MH-E).
1637
1638 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1639
1640         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1641         group.
1642
1643         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1644         fix compilation.
1645
1646 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1647
1648         * nnir.el (nnir-method-default-engines): And another typo.
1649
1650 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1651
1652         * nnir.el (nnir-method-default-engines): Fix typo.
1653
1654 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1655
1656         * nnir.el: Define 'number-sequence for xemacs.
1657         (gnus-summary-create-nnir-group): New function to create an nnir group
1658         from an nnir summary buffer based on the current query.
1659         (nnir-request-create-group): Update to allow nnir group creation based
1660         on the current query.
1661
1662 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1663
1664         * nndraft.el (nndraft-request-expire-articles):
1665         Make expiry target always `delete'.
1666
1667 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1668
1669         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1670         buffer use the posting-style and gcc of the original article group.
1671         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1672
1673         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1674         after other deffoos.
1675
1676 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1677
1678         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1679         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1680         support for real (i.e. not ephemeral) nnir groups.
1681         (gnus-summary-make-nnir-group): New function for initiating searches
1682         from a summary buffer.
1683
1684 2013-03-18  Sam Steingold  <sds@gnu.org>
1685
1686         * message.el (message-bury): Minor cleanup.
1687
1688 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1689
1690         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1691
1692 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1695         nnml-request-list.  (Bug#13873)
1696         (nndir-request-newsgroups): Remove, unused.
1697
1698         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1699
1700 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1701
1702         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1703         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1704         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1705
1706 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1707
1708         * shr.el: Make all the overlays set the `evaporate' property so that
1709         they're removed properly.
1710
1711 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1712
1713         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1714         shell-quote-argument.
1715
1716 2013-02-22  David Engster  <deng@randomsample.de>
1717
1718         * gnus-registry.el (gnus-registry-save): Provide class name when
1719         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1720         `condition-case' to stay compatible with older EIEIO versions which
1721         only accept one argument.
1722
1723 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1724
1725         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1726         (epg-user-id-validity): Autoload.
1727         (mml2015-epg-check-user-id): New function.
1728         (mml2015-epg-check-sub-key): New function split from
1729         mml2015-epg-find-usable-key.
1730         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1731         optional name-is-key-id, to handle the case when user-id is unusable.
1732         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1733
1734 2013-02-17  Glenn Morris  <rgm@gnu.org>
1735
1736         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1737
1738 2013-02-16  Glenn Morris  <rgm@gnu.org>
1739
1740         * shr.el (shr-put-image): Only animate images that specify a delay.
1741         This is consistent with the old image-animated-p behavior.
1742
1743 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1746         for XEmacs.
1747
1748 2013-02-13  Juri Linkov  <juri@jurta.org>
1749
1750         * gnus-art.el (gnus-article-mode-map):
1751         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1752         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1753
1754 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1755
1756         * auth-source.el (auth-source-format-prompt): Don't get confused by
1757         any "\" in replacement text.  (Bug#13637)
1758
1759 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1760
1761         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1762         (gnus-backend-trace): Honour gnus-backend-trace.
1763
1764         * mml.el (mml-insert-part): Insert closing tag.
1765
1766         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1767
1768 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769
1770         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1771         able to find the article, which can happen in debbugs groups,
1772         apparently.
1773
1774 2013-01-16  Glenn Morris  <rgm@gnu.org>
1775
1776         * smiley.el (smiley-style): Make the file loadable in batch mode.
1777
1778 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1779
1780         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1781         imap process running.
1782
1783 2013-01-14  Julien Danjou  <julien@danjou.info>
1784
1785         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1786         Compare addresses against addresses, not against the full From field.
1787
1788 2013-01-13  Richard Stallman  <rms@gnu.org>
1789
1790         * message.el (message-forward-make-body-mime): New args BEG, END
1791         specify what part of FORWARD-BUFFER to use.  Do the work directly
1792         instead of calling `mml-insert-buffer'.
1793
1794 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1795
1796         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1797         cross-reference(s).
1798
1799         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1800         cross-reference(s).
1801
1802 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1803
1804         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1805         and point-max-marker.
1806         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1807
1808 2013-01-11  Julien Danjou  <julien@danjou.info>
1809
1810         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1811         max are almost equal.  Also return the correct value for V which is
1812         already between 0 and 1.
1813
1814 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1815
1816         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1817         to mml2015-encrypt-to-self.
1818         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1819
1820 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1821
1822         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1823         mml-smime-epg-find-usable-secret-key.
1824
1825 2013-01-08  Glenn Morris  <rgm@gnu.org>
1826
1827         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1828
1829 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1830
1831         * mml-smime.el: Support signing by sender.
1832         Requested by Uwe Brauer.
1833         (mml-smime-sign-with-sender): New user option analogous
1834         to mml2015-sign-with-sender.
1835         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1836         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1837         mml2015.el.
1838
1839 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1840
1841         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1842         isn't running, because Gnus will probably not know how to handle the
1843         Gcc header (bug#11941).
1844
1845         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1846         articles.
1847
1848 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1851         (nnfolder-generate-active-file): Make this function work with recursive
1852         folder names.
1853
1854 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1855
1856         * nntp.el (nntp-open-connection): Use HELP as the capability command
1857         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1858         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1859
1860 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1861
1862         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1863         place holder since this gives `Invalid face reference: nil' messages.
1864         Use the `default' face instead.  It has the same effect here, even
1865         though it is not no-op.
1866
1867         * gnus-util.el
1868         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1869
1870 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1871
1872         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1873         non-string posting styles (bug#13285).
1874
1875 2012-12-27  Glenn Morris  <rgm@gnu.org>
1876
1877         * plstore.el (plstore-passphrase-callback-function):
1878         Use plstore-get-file.
1879
1880 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1881
1882         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1883         stderr.
1884
1885 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1886
1887         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1888
1889         * gnus-compat.el (set-buffer-multibyte): Remove.
1890
1891 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1892
1893         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1894         temporary file to get PGP key image.  Pass no-show-photos when
1895         extracting image to avoid having it pop up twice.
1896
1897 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1898
1899         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1900         eligible for treatment.
1901
1902         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1903         lines.  This makes summary commands with hidden threads work more
1904         reliably.
1905
1906         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1907         button to mark the hidden citations (bug#9395).
1908
1909 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1910
1911         * mml2015.el (mml2015-epg-signature-to-string): New function.
1912         (mml2015-epg-verify-result-to-string): New function.
1913         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1914         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1915         instead of epg-verify-result-to-string.
1916         (epg-signature-key-id, epg-signature-to-string): Autoload.
1917         (epg-verify-result-to-string): Remove autoload.
1918
1919 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1920
1921         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1922         ID image from GPG public key.
1923         (mml2015-epg-key-image-to-string): New function.
1924
1925 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1926
1927         * plstore.el (plstore-passphrase-callback-function): Fix error when
1928         error when plstore-cache-passphrase-for-symmetric-encryption is set
1929         (bug#13264).
1930
1931 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1932
1933         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1934         buffer to the article buffer here, because that clobbers multiple
1935         article buffers.
1936
1937         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1938         buffer always points to the right summary buffer.
1939
1940 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1941
1942         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1943         the password (bug#12097).
1944
1945 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1946
1947         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1948         (bug#13263).
1949
1950         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1951         buffer exists before using it (bug#12475).
1952
1953         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1954         offline groups (bug#11937).
1955
1956         * message.el (message-yank-original): When using customize to set the
1957         value of `message-cite-style', the variable it set to a symbol that's
1958         the name of the variable, which must then be dereferenced (bug#12616).
1959
1960 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1961
1962         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1963         the `face' property with a list whose car is the face specified in the
1964         format string and whose cdr is (nil).
1965         * lisp/gnus-util.el
1966         (gnus-put-text-property-excluding-characters-with-faces):
1967         Change accordingly.
1968         (gnus-get-text-property-excluding-characters-with-faces): New function.
1969         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1970         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1971         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1972
1973 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1974
1975         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1976         login methods.
1977         (nnimap-login): Respect the `nnimap-authenticator' variable.
1978
1979         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1980         mark state when moving articles.  Otherwise unticked articles will get
1981         their ticks back after moving.
1982
1983 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1984
1985         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1986
1987         * message.el (message-ignored-news-headers): Always remove
1988         X-Message-SMTP-Method to avoid information leakage if the user
1989         mistakenly inserts the header into news messages.
1990
1991         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1992
1993         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1994         right than four characters, this command would move point to
1995         `point-max'.  Don't do that.
1996
1997         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1998         to nil to allow re-selecting groups that gain articles.
1999         (gnus-bug-group-download-format-alist): Update the URL.
2000
2001 2012-12-23  Andreas Schwab  <schwab@suse.de>
2002
2003         * shr.el (shr-tag-em): Render em as italic, not bold.
2004
2005 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2006
2007         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2008         for reuse.
2009         (gnus-open-server): Use it to add more tracing.
2010         (gnus-finish-retrieve-group-infos): Add backend tracing.
2011         (gnus-backend-trace): Also note the elapsed seconds.
2012
2013 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2014
2015         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2016         Set epa-file-encrypt-to from variable to avoid querying.
2017
2018 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2019
2020         * sieve-mode.el (sieve-font-lock-keywords):
2021         Keywords should be word delimited.  (Bug#13173)
2022
2023 2012-12-13  Andreas Schwab  <schwab@suse.de>
2024
2025         * tls.el (tls-program): Update customize type.
2026
2027 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2028
2029         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2030         instead of <pre> to align message header.
2031
2032 2012-12-12  Sam Steingold  <sds@gnu.org>
2033
2034         * gnus.el (gnus-other-frame-resume-function): Add user option.
2035         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2036
2037 2012-12-06  Sam Steingold  <sds@gnu.org>
2038
2039         * gnus-start.el (gnus-before-resume-hook): Add.
2040         (gnus-1): Run it when Gnus is alive.
2041
2042 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2045         * gnus-art.el (article-unsplit-urls)
2046         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2047         * gnus-registry.el (gnus-registry-get-article-marks)
2048         * message.el (message-goto-body): Use it.
2049         (message-called-interactively-p): Remove.
2050
2051         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2052         (spam-stat-score-buffer): Use it.
2053
2054         * spam.el: Silence the warnings against BBDB functions when compiling.
2055
2056         * gnus-score.el (gnus-score-decode-text-parts):
2057         Use append+mapcar instead of the cl function mapcan.
2058
2059 2012-12-05  Sam Steingold  <sds@gnu.org>
2060
2061         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2062         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2063         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2064
2065 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * gmm-utils.el (gmm-called-interactively-p): Revert.
2068         This seems to cause Emacs to get stuck!
2069         * gnus-art.el (article-unsplit-urls)
2070         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2071         * gnus-registry.el (gnus-registry-get-article-marks)
2072         * message.el (message-goto-body)
2073         (message-called-interactively-p): Revert.
2074
2075         * gmm-utils.el (gmm-called-interactively-p): New function.
2076         * gnus-art.el (article-unsplit-urls)
2077         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2078         * gnus-registry.el (gnus-registry-get-article-marks)
2079         * message.el (message-goto-body): Use it.
2080         (message-called-interactively-p): Remove.
2081
2082         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2083         * gnus-sync.el (gnus-sync-lesync-call)
2084         * message.el (message-read-from-minibuffer): Use it.
2085
2086 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * gmm-utils.el (gmm-flet): Remove.
2089         * gnus-sync.el (gnus-sync-lesync-call)
2090         * message.el (message-read-from-minibuffer): Don't use it.
2091
2092 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2095
2096 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2097
2098         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2099
2100         * gnus-sync.el (gnus-sync-lesync-call)
2101         * message.el (message-read-from-minibuffer): Use gmm-flet.
2102
2103         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2104
2105         * gnus-util.el (gnus-macroexpand-all): Remove.
2106
2107 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2108
2109         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2110         to TAB, not [tab].
2111         (gnus-summary-article-map): Likewise.
2112
2113         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2114         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2115
2116 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2117
2118         * time-date.el: Commentary fix.
2119
2120 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2121
2122         * color.el: Don't require cl.
2123         (color-complement): `caddr' -> `nth 2'.
2124
2125         * time-date.el (time-to-seconds): De-obsolete.
2126
2127 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2128
2129         * message.el (message-get-reply-headers):
2130         Make sure the reply goes to the author if it is a wide reply.
2131
2132 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2133
2134         * gnus-score.el (gnus-score-body):
2135         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2136         scoring by body.
2137
2138 2012-11-16  Glenn Morris  <rgm@gnu.org>
2139
2140         * gnus-diary.el (nndiary-request-create-group-functions)
2141         (nndiary-request-update-info-functions)
2142         (gnus-subscribe-newsgroup-functions)
2143         (nndiary-request-accept-article-functions):
2144         Use new names for hooks rather than obsolete aliases.
2145
2146 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2147
2148         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2149
2150 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2153         in meta tag with the one the part specifies in its header.
2154
2155 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2156
2157         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2158         by default.
2159
2160 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2163         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2164
2165 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2168         and a runtime function for it, of which the XEmacs version takes only
2169         two arguments.
2170
2171 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2172
2173         * nndiary.el (nndiary-request-create-group-functions)
2174         (nndiary-request-update-info-functions)
2175         (nndiary-request-accept-article-functions):
2176         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2177         "-hooks" suffix.
2178
2179 2012-10-19  Julien Danjou  <julien@danjou.info>
2180
2181         * gnus-art.el: Require gnus-util because it uses
2182         `gnus-timer--function'.
2183
2184 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2185
2186         * starttls.el (starttls-extra-arguments): Doc fix.
2187
2188 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2189
2190         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2191         it.
2192
2193 2012-10-06  Glenn Morris  <rgm@gnu.org>
2194
2195         * gnus-notifications.el (gnus-notifications):
2196         Add missing group :version tag.
2197         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2198         (gnus-gcc-post-body-encode-hook):
2199         * gnus-sync.el (gnus-sync-lesync-name)
2200         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2201
2202 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2203
2204         * color.el (color-hsl-to-rgb): Fix incorrect results for
2205         small and large hue values.  (Bug#12559)
2206
2207 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         New UIDL implementation.
2210
2211         * mail-source.el (mail-sources, mail-source-keyword-map):
2212         Add :leave as a pop3 keyword.
2213         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2214
2215         * pop3.el (pop3-leave-mail-on-server): Allow number.
2216         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2217         (pop3-movemail): Add UIDL support.
2218         (pop3-send-streaming-command): Take a list of mail numbers instead of
2219         the number of mails.
2220         (pop3-write-to-file): Add X-UIDL header.
2221         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2222         (pop3-uidl-add-xheader): New functions.
2223
2224         * message.el (message-ignored-resent-headers):
2225         Add X-Content-Length and X-UIDL headers.
2226
2227 2012-10-05  Glenn Morris  <rgm@gnu.org>
2228
2229         * color.el (color-name-to-rgb, color-rgb-to-hex)
2230         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2231         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2232         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2233         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2234
2235 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2236
2237         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2238         a user about whether to delete temp files if once a user answered as n.
2239
2240 2012-09-25  Chong Yidong  <cyd@gnu.org>
2241
2242         * password-cache.el (password-read-and-add): Use a declare form to mark
2243         this function obsolete.
2244
2245 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * lpath.el: Bind mail-encode-mml for old Emacsen.
2248
2249 2012-09-17  Richard Stallman  <rms@gnu.org>
2250
2251         * message.el (message-in-body-p): Don't set mark or modify buffer.
2252
2253         * mml.el (mml-attach-file): Doc fix.
2254         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2255         Set mail-encode-mml when in Mail mode.
2256         Simplify code to set HEAD and move back to HEAD.
2257         (mml-insert-multipart, mml-insert-part):
2258         Set mail-encode-mml when in Mail mode.
2259
2260 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * gnus-util.el (gnus-timer--function): New function.
2263
2264         * gnus-art.el (gnus-article-stop-animations): Use it.
2265
2266 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2267
2268         Fix glitches caused by addition of psec to timers.
2269         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2270         rather than raw access to timer vector.
2271
2272 2012-09-11  Julien Danjou  <julien@danjou.info>
2273
2274         * gnus-notifications.el (gnus-notifications): Check for nil values in
2275         ignored addresses check.
2276
2277 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2278
2279         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2280
2281 2012-09-07  Chong Yidong  <cyd@gnu.org>
2282
2283         * gnus-util.el
2284         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2285
2286         * gnus-salt.el (gnus-tree-highlight-node):
2287         * gnus-sum.el (gnus-summary-highlight-line):
2288         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2289
2290 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2291
2292         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2293
2294 2012-09-06  Juri Linkov  <juri@jurta.org>
2295
2296         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2297         scheme for buffer names to be more consistent with other group and
2298         article buffer names in Gnus.
2299
2300 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2301
2302         * gnus-util.el
2303         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2304
2305         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2306         Jenkner.
2307
2308         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2309
2310         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2311
2312         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2313
2314 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2317         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2318
2319         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2320         string-prefix-p in Emacs >=23.2.
2321
2322         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2323         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2324         instead of string-match-p.
2325         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2326
2327 2012-09-06  Kenichi Handa  <handa@gnu.org>
2328
2329         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2330         lowercase a..f.
2331
2332 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2333
2334         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2335
2336 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2337
2338         * nnimap.el (nnimap-request-move-article): Decode the group name when
2339         doing internal moves to avoid charset issues.
2340
2341         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2342         TIME is set.
2343
2344 2012-09-05  Juri Linkov  <juri@jurta.org>
2345
2346         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2347         than one group at a time (bug#11961).
2348
2349 2012-09-05  Julien Danjou  <julien@danjou.info>
2350
2351         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2352         this hide the real reason with a message giving absolutely no hint.
2353
2354 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2355
2356         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2357         to the backend (bug#11804).
2358
2359         * message.el (message-insert-newsgroups): Don't insert newsgroup
2360         duplicates (bug#12275).
2361
2362 2012-09-05  John Wiegley  <johnw@newartisans.com>
2363
2364         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2365         sieve rules.
2366
2367 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2368
2369         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2370         function.
2371
2372         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2373
2374         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2375
2376 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2377
2378         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2379         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2380         This should make nnmaildir more usable with offlineimap.
2381
2382 2012-09-05  Julien Danjou  <julien@danjou.info>
2383
2384         * nnimap.el (nnimap-request-list): Revert change that made listing
2385         synchronous.
2386         (nnimap-get-responses): Restore.
2387
2388 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2389
2390         * dgnushack.el: XEmacs 21.5 compilation fix.
2391
2392         * gnus-notifications.el (gnus-notifications-notify): Use it.
2393
2394         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2395         warnings on XEmacs.
2396
2397 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2398
2399         Better seeds for (random).
2400         * gnus-sync.el (gnus-sync-lesync-setup):
2401         * message.el (message-canlock-generate, message-unique-id):
2402         Change (random t) to (random), now that the latter is more random.
2403
2404 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2405
2406         * nnimap.el (nnimap-change-group): Document result value
2407
2408         * auth-source.el (auth-sources): Fix macos keychain access.
2409
2410         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2411         allow the backend `request-head' function to determine the group
2412         name on its own.
2413         (gnus-request-expire-articles): Filter out negative article numbers
2414         during expiry (Bug#11980).
2415
2416         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2417         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2418
2419         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2420         you've found the article when you haven't.
2421
2422         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2423         that nnimap-change-group can return t.
2424
2425 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2426
2427         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2428
2429 2012-08-30  Julien Danjou  <julien@danjou.info>
2430
2431         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2432         `gnus-notifications-timeout'.
2433         (gnus-notifications-timeout): Add.
2434         (gnus-notifications-action): New function.
2435         (gnus-notifications-notify): Add :action using
2436         `gnus-notifications-action'.
2437         (gnus-notifications-id-to-msg): New variable.
2438         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2439         notifications id to messages.
2440
2441 2012-08-30  Kenichi Handa  <handa@gnu.org>
2442
2443         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2444         once.
2445
2446 2012-08-29  Julien Danjou  <julien@danjou.info>
2447
2448         * gnus-notifications.el: New file.
2449         (gnus-notifications-notify): New function.
2450         (gnus-notifications): Use `gnus-notifications-notify'.
2451
2452 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2455         transfer encoding first; bind gnus-newsgroup-charset to the charset
2456         that the article specifies (Bug#12209).
2457
2458 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2461         (gnus-group-customize-done): Encode values posting-style holds.
2462
2463         * gnus-msg.el (gnus-summary-resend-message)
2464         (gnus-configure-posting-styles): Decode values posting-style group
2465         parameter holds.
2466
2467 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2468
2469         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2470         `name' and `address' in Resent-From header.
2471
2472 2012-08-14  Chong Yidong  <cyd@gnu.org>
2473
2474         * gnus-art.el (article-display-face): Handle failure in
2475         gnus-create-image (Bug#11802).
2476
2477 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2478
2479         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2480         Use defsetf.
2481
2482 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2483
2484         * auth-source.el (auth-source-plstore-search)
2485         (auth-source-secrets-search): Ignore :require and :type in search spec.
2486
2487 2012-08-06  Julien Danjou  <julien@danjou.info>
2488
2489         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2490         `nnimap-request-move-article'.
2491
2492         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2493         Remove autoload, already handled by gnus.el.
2494
2495         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2496
2497         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2498         supported by nnimap actually.  Reverts previous change.
2499
2500         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2501         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2502         to-buffer argument that is already supported.
2503
2504 2012-08-05  Julien Danjou  <julien@danjou.info>
2505
2506         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2507         Add autoload.
2508
2509 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * gnus.el (gnus-valid-select-methods): Fix custom type.
2512
2513 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2514
2515         * auth-source.el (auth-sources, auth-source-backend-parse)
2516         (auth-source-macos-keychain-search)
2517         (auth-source-macos-keychain-search-items)
2518         (auth-source-macos-keychain-result-append)
2519         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2520         auth-source.el through the /usr/bin/security utility.
2521         (auth-sources): Fix syntax error.
2522         (auth-source-macos-keychain-result-append): Fix variable name.
2523         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2524
2525 2012-07-27  Julien Danjou  <julien@danjou.info>
2526
2527         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2528         Emacs < 24.1
2529
2530 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2531
2532         * message.el (message-kill-address): Don't kill last newline.
2533         (message-skip-to-next-address): Don't move to the next header.
2534         (message-fill-field-address): Work properly.
2535
2536 2012-07-25  Julien Danjou  <julien@danjou.info>
2537
2538         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2539
2540 2012-07-24  Julien Danjou  <julien@danjou.info>
2541
2542         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2543
2544         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2545         (nntp-async-timer-handler): Remove, unused.
2546
2547         * nnimap.el (nnimap-get-responses): Remove, unused.
2548
2549         * nnheader.el (mail-header-set-extra): Remove, unused.
2550
2551         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2552         unused.
2553
2554         * mm-view.el (mm-view-sound-file): Remove, unused.
2555
2556         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2557         (mm-url-encode-multipart-form-data): Remove, unused.
2558
2559         * message.el (message-remove-signature, message-make-host-name)
2560         (message-fill-address): Remove, unused.
2561
2562         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2563         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2564         unused.
2565
2566         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2567         (gnus-xmas-call-region): Remove, unused.
2568
2569         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2570
2571         * gnus-util.el (gnus-extract-address-component-name)
2572         (gnus-extract-address-component-email, gnus-sortable-date)
2573         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2574         (gnus-process-live-p): Remove, unused.
2575
2576         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2577
2578         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2579         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2580         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2581         function.
2582
2583         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2584
2585         * gnus-score.el (gnus-summary-score-crossposting)
2586         (gnus-score-regexp-bad-p): Remove, unused.
2587
2588         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2589
2590         * gnus-range.el (gnus-sublist-p): Remove, unused.
2591
2592         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2593         unused.
2594
2595         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2596
2597         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2598         (gnus-request-associate-buffer): Remove, unused.
2599
2600         * gnus-group.el (gnus-group-set-method-info)
2601         (gnus-group-set-params-info): Remove, unused.
2602
2603         * gnus-fun.el (gnus-shell-command-to-string)
2604         (gnus-shell-command-on-region): Remove, unused.
2605
2606         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2607
2608         * gnus-art.el (gnus-article-text-type-exists-p)
2609         (article-translate-characters, gnus-article-hide-text-of-type)
2610         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2611         Remove, unused.
2612
2613 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2614
2615         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2616
2617 2012-07-21  Julien Danjou  <julien@danjou.info>
2618
2619         * message.el (message-dont-reply-to-names): Replace deprecated
2620         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2621         (message-get-reply-headers): Ditto.
2622
2623 2012-07-18  Julien Danjou  <julien@danjou.info>
2624
2625         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2626         `sieve-upload-and-kill'.
2627
2628         * sieve.el (sieve-bury-buffer): Remove function.
2629         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2630         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2631
2632 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2633
2634         * shr.el (shr-expand-url): Handle URL starting with `//'.
2635
2636 2012-07-13  Chong Yidong  <cyd@gnu.org>
2637
2638         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2639         instead of calling toggle-read-only with a (bogus) argument.
2640
2641 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2642
2643         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2644         of initial input when reading the author to restrict the summary to.
2645
2646 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2647
2648         * mm-decode.el (mm-shr):
2649         Allow overriding charset by mm-charset-override-alist.
2650
2651 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2652
2653         * gnus-art.el (gnus-article-view-part):
2654         Toggle subparts of multipart/alternative part.
2655
2656 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2657
2658         * shr.el (shr-render-buffer): New command.
2659         (shr-visit-file): Use it.
2660
2661 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2662
2663         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2664         Set no-byte-compile and no-update-autoloads.
2665
2666 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2669
2670 2012-06-25  Julien Danjou  <julien@danjou.info>
2671
2672         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2673         `nnimap-request-move-articles-find-limit' since we do not use it only
2674         for move operations.
2675         (nnimap-request-accept-article): Use
2676         `nnimap-request-articles-find-limit' to limit search by message-id.
2677
2678 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2679
2680         Support higher-resolution time stamps (Bug#9000).
2681
2682         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2683         VARLIST.  It's optional, for backward compatibility.
2684         (encode-time-value): New optional arg PICO.  New type 3.
2685         (time-to-seconds) [!float-time]: Support the new picoseconds
2686         component if it's used.
2687         (seconds-to-time, time-subtract, time-add):
2688         Support ps-resolution time stamps as well.
2689
2690 2012-06-19  Julien Danjou  <julien@danjou.info>
2691
2692         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2693
2694         * nnimap.el (nnimap-log-buffer): Check that
2695         `window-point-insertion-type' is boundp, since it's not available in
2696         XEmacs.
2697
2698 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2699
2700         * nnimap.el (nnimap-log-buffer): Add this, setting
2701         `window-point-insertion-type' in the buffer to t.
2702         (nnimap-log-command): Use nnimap-log-buffer.
2703
2704 2012-06-19  Julien Danjou  <julien@danjou.info>
2705
2706         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2707         argument to be able to limit the search.
2708         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2709         (nnimap-request-move-articles-find-limit): Add this to limit the search
2710         by Message-Id after a message move.
2711         (nnimap): Add defgroup.
2712
2713 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2714
2715         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2716
2717 2012-06-15  Julien Danjou  <julien@danjou.info>
2718
2719         * nnimap.el (nnimap-find-article-by-message-id): Use
2720         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2721         (nnimap-possibly-change-group): Add read-only argument.
2722         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2723         issuing EXAMINE manually.
2724         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2725         with read-only argument.
2726         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2727         cannot possibly change because we need to be sure that it's either
2728         read-write or read-only.
2729
2730 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731
2732         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2733         being bound to a lambda form.
2734
2735 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2736
2737         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2738         articles when fetch-old is non-nil (bug#11370).
2739
2740 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2741
2742         * gnus-picon.el (gnus-picon-properties): New defcustom.
2743         (gnus-picon-create-glyph): Use it.
2744
2745 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2746
2747         * gnus-group.el (gnus-group-get-new-news): Respect
2748         `gnus-group-use-permanent-levels', as documented (bug#11638).
2749
2750 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2751
2752         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2753         groups (bug#11641).
2754
2755 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2756
2757         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2758         is an integer to avoid later problems.
2759
2760 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2761
2762         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2763         locales.
2764
2765         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2766         on a handle.
2767
2768         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2769         address as the default.
2770         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2771
2772         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2773         makes no sense to query the user about internal files.
2774
2775         * gnus-spec.el: Remove all the byte-compilation stuff, since
2776         benchmarking shows that it doesn't help when entering large summary
2777         buffers.
2778
2779         * gnus-xmas.el (gnus-xmas-define): Remove.
2780
2781         * gnus-util.el (gnus-byte-code): Remove.
2782
2783         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2784         grouplens stuff.
2785
2786 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2787
2788         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2789         (bug#11514).
2790
2791 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2792
2793         * message.el (message-buffers): Return all buffers derived from Message
2794         to make `gnus-dired-attach' work with mu4e.
2795
2796 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2797
2798         * nntp.el: Stop the `letf' madness.
2799         (nntp--report-1): New var.
2800         (nntp-report): Merge nntp-report-1 into it.
2801         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2802         the nntp-report function.
2803
2804         * auth-source.el: Fix comment-style to follow the convention.
2805
2806 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2807
2808         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2809         (mm-dissect-singlepart): Don't guess the MIME type of
2810         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2811         set.
2812         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2813         toplevel MIME type is multipart/encrypted.
2814
2815 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2818         a string so that Gcc works (bug#11514).
2819
2820 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2821
2822         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2823         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2824
2825 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2826
2827         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2828         jumping to *Server* from a dedicated *Group* window.
2829         (gnus-configure-frame): CSE.
2830
2831         * gnus-registry.el: Minor style cleanup.
2832         (gnus-registry--set/remove-mark): New function, extracted from
2833         gnus-registry-install-shortcuts.
2834         (gnus-registry-install-shortcuts): Use it.
2835
2836 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2837
2838         * nnspool.el (news-path): Use eval-and-compile.
2839
2840 2012-05-24  Glenn Morris  <rgm@gnu.org>
2841
2842         * nnspool.el (news-directory, news-path, news-inews-program):
2843         Move here from paths.el.  Don't see a need for these to be autoloaded.
2844
2845         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2846         Merge in doc from paths.el version.  Don't see any need for this to be
2847         autoloaded, or for the warning about users not setting it.
2848
2849 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2850
2851         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2852         format.  In particular, add an optional argument and a docstring.
2853
2854         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2855
2856         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2857         current before calling `gnus-groups-to-gnus-format'.
2858         Note that this was already the case for `gnus-active-to-gnus-format'.
2859
2860 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2861
2862         Fix minor Y10k bug.
2863         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2864
2865 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2866
2867         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2868         message once it's actually open.
2869
2870 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2871
2872         * gnus.el: Ma Gnus v0.5 is released.
2873
2874 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2875
2876         * auth-source.el (auth-source--aput-1, auth-source--aput)
2877         (auth-source--aget): New functions and macros.
2878         Use them instead of aput/aget.
2879
2880 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2881
2882         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2883
2884 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2885
2886         * plstore.el (plstore-called-interactively-p): New compat macro copied
2887         from message.el.
2888         (plstore-mode): Use it.
2889
2890 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2891
2892         * plstore.el: Revive the editing feature.
2893         (plstore-mode): New mode to edit plstore file.
2894         (plstore-mode-toggle-display, plstore-mode-original)
2895         (plstore-mode-decoded): New command.
2896         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2897         (plstore--insert-buffer, plstore--make): New function.
2898         (plstore-open, plstore-save): Simplify by using them.
2899
2900 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2903
2904 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2905
2906         * tls.el (open-tls-stream): Remove unused binding.
2907
2908 2012-04-16  Glenn Morris  <rgm@gnu.org>
2909
2910         * nndraft.el (nndraft-request-list): Fix declaration.
2911
2912 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * mm-decode.el (mm-dissect-buffer): Doc fix.
2915
2916         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2917         don't have a current group.
2918
2919         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2920         buffer if it doesn't exist.
2921
2922         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2923         given, mark the group as ephemeral with the current window conf.
2924
2925         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2926         buffer exists, which it doesn't if we haven't started Gnus.
2927         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2928
2929 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2932         type is.
2933
2934         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2935         `unexists' entries.
2936         (gnus-clean-old-newsrc): Fix last checkin.
2937
2938         * nnimap.el (nnimap-update-info): None of the articles below the active
2939         low-water mark exist.
2940
2941         * dgnushack.el: Get rid of XEmacs compilation warning.
2942
2943         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2944         would have gotten if we posted to the group, and use that to compare
2945         against the message we want to cancel (bug#10808).
2946
2947         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2948         on XEmacs.
2949
2950 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2951
2952         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2953         `scroll-margin'.
2954
2955 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2956
2957         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2958         citation prefix within a block of cited text should be considered part
2959         of that block *only* if it is a blank line.
2960
2961 2012-04-09  Chong Yidong  <cyd@gnu.org>
2962
2963         * binhex.el, hashcash.el, uudecode.el:
2964         Remove * characters from the front of variable docstrings.
2965
2966 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2967
2968         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2969         before kinsoku-bol characters nor within kinsoku-eol characters.
2970
2971 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2972
2973         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2974         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2975         (gnus-sync-read): Use mapc instead of mapcar.
2976
2977         * mm-archive.el: Require mm-decode for some macros.
2978         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2979         the byte compiler.
2980         (mm-archive-decoders): New function that returns the value of
2981         the mm-archive-decoders variable.
2982
2983         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2984         instead.
2985         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2986
2987         * nnimap.el (gnus-refer-thread-use-nnir):
2988         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2989
2990 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2991
2992         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2993
2994 2012-03-12  Peter Münster  <pmrb@free.fr>
2995
2996         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2997         (gnus-demon-cancel): Ditto.
2998         (gnus-demon-run-callback): When function cannot be called due to low
2999         idleness, call it when idleness reaches the expected value, instead of
3000         waiting another timer period.
3001         (gnus-demon-init): Add `time' to arguments of call-back.
3002
3003 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3004
3005         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3006
3007         * gnus.el: Register gnus-registry functions.
3008
3009         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3010         indent.
3011
3012         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3013         enabled before warping.
3014
3015 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3016
3017         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3018         registry about each article retrieved.
3019
3020         * gnus-int.el (gnus-select-group-with-message-id): New function.
3021         (gnus-try-warping-via-registry): Ditto.
3022         (gnus-warp-to-article): Fall back on the registry.
3023
3024 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3025
3026         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3027         inboxes.
3028
3029 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030
3031         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3032
3033 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3034
3035         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3036         gnus-gcc-self-resent-messages may be a group parameter.
3037         (gnus-summary-resend-message): Don't encode encoded words in header
3038         when Gcc'ing resent message.
3039
3040 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * shr.el (shr-insert): Treat non-breaking space just like normal
3043         space.  This seems to produce more pleasing results.
3044         (shr-insert): Only insert a blank line if we're starting from an image.
3045         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3046         (shr-ensure-paragraph): Consider lines with white space to be blank.
3047
3048 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3049
3050         * Makefile.in: Respect DESTDIR.
3051
3052 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3053
3054         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3055         and gnus-gcc-post-body-encode-hook.
3056
3057 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3058
3059         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3060         messages that don't exist.
3061
3062         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3063
3064 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3065
3066         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3067         Remove.
3068
3069         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3070
3071         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3072
3073 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3074
3075         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3076         have a group name.
3077
3078         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3079         a multibyte buffer (bug#7410).
3080         (article-wash-html): Parse the original article buffer to get the
3081         unencoded data (bug#7410).
3082
3083         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3084         .newsrc.el files.
3085
3086 2012-04-05  Bastien Guerry  <bzg@altern.org>
3087
3088         * color.el (color-lighten-name): Fix typo.
3089
3090 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3091
3092         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3093         "#" to avoid having them interpreted as comments.
3094
3095 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3096
3097         * shr.el (shr-insert): Update the text state properly to avoid
3098         inserting spurious paragraph starts.
3099
3100 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3101
3102         * shr.el (shr-table-widths): Divide the extra width more fairly over
3103         the TDs (bug#10973).
3104         (shr-render-td): Don't delete too much padding.
3105         (shr-natural-width): Compute the natural width more correctly.
3106         (shr-insert): Allow the natural width to be computed for tables again.
3107         (shr-tag-table-1): Rework how the natural widths are computed by
3108         rendering the table a third time.
3109         (shr-natural-width): Removed.
3110         (shr-buffer-width): New function.
3111         (shr-expand-newlines): Use it.
3112
3113         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3114         using a `gnus-use-full-window' setup (bug#11013).
3115
3116 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3117
3118         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3119         24.1 release.
3120
3121 2012-03-10  David Edmondson  <dme@dme.org>
3122
3123         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3124         'Forwarded Message' header and the start of the message.
3125
3126 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3127
3128         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3129         isn't running (bug#10897).
3130
3131 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3132
3133         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3134         This is inconsistent with all the other stream functions, which leave
3135         the setting up to the higher levels (if so wanted) (bug#10931).
3136
3137 2012-02-28  Glenn Morris  <rgm@gnu.org>
3138
3139         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3140         mm-decode.el: Standardize possessive apostrophe usage.
3141
3142 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3143
3144         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3145
3146 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3147
3148         * parse-time.el (parse-time-string): Allow extractor to return nil.
3149
3150 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3153
3154 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3155
3156         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3157
3158 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3159
3160         * mm-decode.el (mm-shr): Remove "soft hyphens".
3161
3162         * nnimap.el (nnimap-request-list): Return the group names encoded as
3163         utf8.  Otherwise non-European group names don't work.
3164         (nnimap-request-newgroups): Ditto.
3165
3166         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3167         the default in `read-string' (bug#10757).
3168
3169         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3170         topics (bug#10843).
3171
3172         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3173         buffer.  Suggested by Herbert Valerio Riedel.
3174         (nnimap-request-move-article): Delete the message from the correct IMAP
3175         server.
3176
3177 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3178
3179         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3180         Reported by Peter Münster.
3181
3182 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3183
3184         * shr.el (shr-image-fetched): Make sure we really kill the right
3185         buffer.
3186
3187 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3188
3189         * gnus-start.el (gnus-1): Avoid duplicate entries.
3190
3191 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3192
3193         * imap.el: Remove.
3194
3195         * nntp.el (nntp-coding-system-for-read): Remove.
3196         (nntp-coding-system-for-write): Ditto.
3197         (nntp-open-connection): Just use `binary' directly.
3198
3199         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3200         Gnus 0.3.
3201
3202 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3203
3204         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3205         application/octet-stream parts really is.
3206
3207         * gnus-sum.el (gnus-propagate-marks): Remove.
3208
3209 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3210
3211         * shr.el (shr-rescale-image): Undo previous change; see
3212         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3213
3214 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3215
3216         * gnus.el: Ma Gnus v0.3 is released.
3217
3218 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3219
3220         * gnus-sum.el (gnus-summary-local-variables): Make
3221         `gnus-newsgroup-unexist' into a local variable.
3222
3223 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3224
3225         * registry.el (registry-usage-test, registry-persistence-test): Move to
3226         tests/gnustest-registry.el.
3227         (registry-make-testable-db, registry-match-test)
3228         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3229
3230         * gnus-registry.el (gnus-registry-misc-test)
3231         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3232
3233         * tests/gnustest-registry.el: New file with the registry and
3234         gnus-registry ERT tests.
3235
3236 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * gnus-msg.el (gnus-summary-resend-message): Make
3239         gnus-summary-resend-message-insert-gcc be last item in
3240         message-header-setup-hook.
3241
3242 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3243
3244         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3245         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3246         Remove.
3247         (nnfolder-open-server): Don't use marks.
3248         (nnfolder-request-delete-group): Ditto.
3249         (nnfolder-request-rename-group): Ditto.
3250         (nnfolder-request-set-mark, nnfolder-request-marks)
3251         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3252         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3253
3254         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3255         (nnml-marks-modtime): Remove.
3256         (nnml-request-delete-group): Don't use marks.
3257         (nnml-request-rename-group): Ditto.
3258         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3259         (nnml-save-marks, nnml-open-marks): Remove.
3260
3261         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3262         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3263         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3264         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3265         (nntp-server-to-method-cache): Remove.
3266
3267         * shr.el (shr-rescale-image): Fix wrong merge.
3268
3269 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3270
3271         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3272         too-wide lines.
3273
3274 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3275
3276         * nnimap.el (nnimap-record-commands): New variable.
3277         (nnimap-log-command): Use it.
3278         (nnimap-make-process-buffer): Add a space to the process buffer.
3279         (nnimap-transform-headers): Don't bug out on header lines containing
3280         stuff that look like IMAP length encodings.
3281
3282         * shr.el (shr-rescale-image): Allow viewing large images.
3283
3284 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3285
3286         * nnml.el (nnml-request-compact-group): Delete the marks file after
3287         compaction (bug#10800).
3288
3289         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3290         group exit.
3291
3292         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3293         QRESYNC/FETCH output.
3294
3295 2012-02-11  Glenn Morris  <rgm@gnu.org>
3296
3297         * sieve-manage.el (sieve-manage-default-stream):
3298         * shr.el (shr):
3299         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3300         (nnir-retrieve-headers-override-function)
3301         (nnir-imap-default-search-key, nnir-notmuch-program)
3302         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3303         (nnir-method-default-engines):
3304         * message.el (message-cite-reply-position):
3305         * gssapi.el (gssapi-program):
3306         * gravatar.el (gravatar):
3307         * gnus-sum.el (gnus-refer-thread-use-nnir):
3308         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3309         (gnus-registry-max-pruned-entries):
3310         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3311         * gnus-int.el (gnus-after-set-mark-hook)
3312         (gnus-before-update-mark-hook):
3313         * gnus-async.el (gnus-async-post-fetch-function):
3314         * auth-source.el (auth-source-cache-expiry):
3315         Add missing :version tags to new defcustoms and defgroups.
3316
3317 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3318
3319         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3320         `gnus-newsgroup-unexist'.
3321
3322         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3323         marks.
3324         (gnus-article-special-mark-lists): Put the `unexist' in the special
3325         marks list instead.
3326
3327         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3328         articles in the list of articles to be selected.
3329
3330         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3331         articles.
3332         (nnimap-update-info): Keep track of unexisting articles.
3333         (nnimap-update-qresync-info): Ditto.
3334
3335 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3336
3337         * message.el (message-default-send-mail-function): Made into own
3338         function for reuse by emacsbug.el.
3339
3340 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3341
3342         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3343         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3344
3345 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3346
3347         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3348         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3349
3350         * gnus-compat.el: Define `timer-set-function'.
3351
3352         * mm-decode.el (mm-display-external): Output the text from the command
3353         in the buffer after the command finished.  This makes text-based
3354         commands behave better.
3355
3356 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3357
3358         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3359
3360 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3361
3362         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3363         23.1.
3364
3365 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3368
3369 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3370
3371         * message.el (smtpmail-smtp-user): Silence compiler warning.
3372
3373 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3374
3375         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3376         SMTP user name.
3377
3378 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3379
3380         * gnus-sum.el (gnus-summary-show-thread):
3381         next-single-char-property-change may return nil in XEmacs.
3382         (gnus-summary-article-map): Fix typo.
3383
3384 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3385
3386         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3387         running.
3388
3389         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3390
3391         * gnus.el (gnus-server-extend-method): Don't add an -address component
3392         if the method already has one (bug#9676).
3393
3394 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3395
3396         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3397         of an initial-input for consistency (bug#10757).
3398
3399         * dgnushack.el: Fix XEmacs compilation warning.
3400
3401         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3402
3403         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3404
3405 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3406
3407         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3408         lines that are narrower than the window width.  Otherwise background
3409         "blocks" will look less readable.
3410
3411 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3412
3413         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3414         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3415         have newlines within the strings, and where the UID comes after the
3416         BODYSTRUCTURE element (bug#10537).
3417
3418         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3419         (bug#10732).
3420
3421         * shr.el (shr-insert-document): Add doc string.
3422         (shr-visit-file): Ditto.
3423         (shr-remove-trailing-whitespace): New function.
3424         (shr-insert-document): Use it to clean up trailing whitespace as the
3425         final step (bug#10714).
3426
3427 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3428
3429         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3430         buffer if `gnus-kill-summary-on-exit' is nil.
3431
3432 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3433
3434         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3435         when just reading a single group from "without" Gnus.
3436
3437 2012-02-06  Chong Yidong  <cyd@gnu.org>
3438
3439         * gnus-sum.el (gnus-summary-show-thread):
3440         next-single-char-property-change never returns nil (Bug#8657).
3441
3442 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3443
3444         * message.el (message-multi-smtp-send-mail): New function.
3445         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3446         header to implement multi-SMTP functionality.
3447
3448         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3449         (gnus-agentize): Don't set it.
3450         (gnus-agent-send-mail): Don't use it.
3451
3452         * gnus-sum.el (gnus-summary-widget-backward): New function and
3453         keystroke.
3454
3455         * gnus-compat.el: More the compat functions more compatible.
3456
3457         * shr.el (shr-put-image): Remove underlines from sliced images.
3458         (shr-zoom-image): Compute the region to be replaced more correctly.
3459
3460 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3463         (gnus-summary-resend-message-insert-gcc): New function.
3464         (gnus-summary-resend-message): Modify message-header-setup-hook and
3465         message-sent-hook to make it work for Gcc.
3466         (gnus-inews-do-gcc): Update the number of unread articles of groups
3467         that messages are Gcc'd to.
3468
3469         * message.el (message-resend): Run message-sent-hook to do Gcc.
3470
3471 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3472
3473         * lpath.el: Fix an XEmacs compilation warning.
3474
3475         * gnus-compat.el: Require `help-fns' to fix compilation error.
3476
3477         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3478         a higher level to silence compilation.
3479
3480         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3481         parameter to allow controlling the scaling.
3482
3483         * shr.el (shr-zoom-image): New command and keystroke.
3484         (shr-put-image): Take a `size' flag to say how to scale the image.
3485
3486         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3487         deletion unless already defined.
3488
3489         * gnus.el (gnus-compat): Require it.
3490
3491         * gnus-compat.el: New file.
3492
3493         * gnus-start.el (gnus-clean-old-newsrc): New function.
3494         (gnus-read-newsrc-file): Use it.
3495
3496         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3497         Use recursive deletion.
3498         (mm-dissect-archive): Add support for zip files.
3499
3500         * gnus-util.el (gnus-recursive-directory-files): New function.
3501
3502         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3503         (mm-archive-decoders): Add tgz support.
3504
3505         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3506         Otherwise inserting text into the Gnus buffer can look odd.
3507
3508         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3509
3510         * mm-archive.el (mm-archive-decoders): Add support for tar.
3511
3512         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3513
3514         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3515
3516 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3517
3518         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3519
3520         * mm-archive.el: New file.
3521
3522         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3523
3524         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3525
3526         * message.el (message-goto-*): Make all the `message-goto-*' commands
3527         push the mark before moving point.  This makes it easier to go back to
3528         where you came from after editing whatever you jumped to.
3529
3530 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3531
3532         * gnus.el: Ma Gnus v0.1 is released.
3533
3534 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3535
3536         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3537         without reconnecting.
3538         (nnimap-possibly-change-group): Ditto.
3539         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3540         connection has died before being called.
3541
3542 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3543
3544         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3545         an initial sync unless we're really doing one.
3546
3547         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3548         address parameter if one already exists (bug#9676).
3549
3550         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3551         not the prefix, as documented (bug#10689).
3552
3553 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3554
3555         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3556         the "server".
3557
3558         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3559         the real error message with the useless "previously known to be down".
3560         Which isn't even correct.
3561
3562         * nntp.el (nntp-open-connection): Report the error message if the nntp
3563         server can't be reached.
3564
3565         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3566         groups we do a total scan for.
3567         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3568         doing that.
3569
3570 2012-01-31  Jim Meyering  <jim@meyering.net>
3571
3572         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3573         Correct a comment (insert "not") and hide nominally-doubled "to".
3574
3575 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3576
3577         * gnus.el (gnus-version): Change name to "Ma Gnus".
3578
3579 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3580
3581         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3582         section in the manual.
3583
3584 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3585
3586         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3587         words.
3588         (rfc2047-encode-string): Ditto.
3589         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3590         understand folded filename="..." parameters, for instance.
3591
3592         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3593         the message for greater debuggability.
3594
3595 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3596
3597         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3598         instead of setting it locally, since the latter doesn't seem to have
3599         any effect (most of the time).
3600
3601 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3602
3603         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3604         function call.
3605
3606 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3607
3608         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3609         seconds, and make the repeat clause with HH:MM specs work as
3610         documented.
3611
3612 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3613
3614         * proto-stream.el (proto-stream-capability-open): Fall back on
3615         :end-of-command if :end-of-capability doesn't exist.
3616
3617 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3618
3619         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3620         bound globally in old Emacsen and XEmacsen.
3621
3622 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3623
3624         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3625         so that previous errors don't prohibit getting new news.
3626
3627         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3628
3629         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3630
3631 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3632
3633         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3634         buffer, not of the string which is its name.
3635
3636 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3637
3638         * proto-stream.el (proto-stream-capability-open): Wait for
3639         :end-of-capability, not :end-of-command.
3640
3641         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3642         non-server-marks groups.
3643         (gnus-group-make-articles-read): Ditto.
3644
3645         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3646         methods (bug#9676).
3647
3648         * gnus.el (gnus-method-ephemeral-p): New function.
3649
3650 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3651
3652         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3653         left-to-right.
3654
3655 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3656
3657         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3658         warning.
3659
3660 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3661
3662         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3663         macroexpand the nnir things, since they haven't been defined yet, and
3664         nnir requires gnus-sum.
3665
3666 2012-01-24  Julien Danjou  <julien@danjou.info>
3667
3668         * color.el (color-rgb-to-hsl): Fix value computing.
3669         (color-hue-to-rgb): New function.
3670         (color-hsl-to-rgb): New function.
3671         (color-clamp, color-saturate-hsl, color-saturate-name)
3672         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3673         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3674
3675 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3678
3679 2012-01-19  Julien Danjou  <julien@danjou.info>
3680
3681         * color.el (color-name-to-rgb): Use the white color to find the max
3682         color component value and return correctly computed values.
3683         (color-name-to-rgb): Add missing float conversion for max value.
3684
3685 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3686
3687         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3688         logical server name in addition to the actual machine address.
3689
3690         * auth-source.el (auth-source-user-and-password): Add convenience
3691         wrapper to search by just host and optionally user.
3692
3693 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3694
3695         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3696         after rendering.
3697
3698 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3699
3700         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3701         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3702         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3703
3704 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705
3706         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3707         (bug#9693).
3708         (gnus-summary-setup-buffer): Document return value (bug#9697).
3709
3710         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3711         since ido doesn't work on symbols (bug#9632).
3712
3713         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3714         when getting a single value as when getting all the values.  This means
3715         that atoms like `gcc-self' work cumulatively, like variable settings,
3716         instead of getting the value from the last matching clause.
3717         (gnus-group-find-parameter): Protect against the group buffer not
3718         existing (bug#9585).
3719
3720 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3721
3722         * gnus-start.el (gnus-activate-group): Document more parameters
3723         (bug#9694).
3724
3725         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3726         (bug#9692).
3727
3728         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3729         article was fetched, so that it can be expired later (bug#9958).
3730         (gnus-agent-summary-fetch-series): Add doc string.
3731         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3732         (bug#9517).
3733
3734         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3735         retrieval is happening.
3736
3737         * gnus.el (gnus-parameters): Doc fix.
3738
3739 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3740
3741         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3742         show the thread after expansion.
3743
3744 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3745
3746         * gnus-art.el (article-narrow-to-head): If the head is completely
3747         empty, narrow to the empty region (bug#9764).
3748
3749         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3750         read, and then mark them as unread only when the unread mark is used.
3751         This makes `C-- T k' actually work, even though it's confusing.
3752
3753         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3754         alive before we try to find its window.
3755
3756 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3757
3758         * mm-decode.el (mm-display-external): Use a longer timeout for the
3759         deletion to allow slow programs to display the file.
3760
3761 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3762
3763         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3764         prompt to be less confusing.
3765
3766         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3767         argument to `message-reply'.  This broke `special-display-*' frame
3768         pop-uping (bug#10238).
3769
3770 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3771
3772         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3773         systems, since these allegedly don't work there.
3774
3775 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3776
3777         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3778         live buffer.
3779
3780 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3781
3782         * nnir.el (nnir-retrieve-headers): Protect against the article not
3783         existing on the server (bug#10335).
3784
3785 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3786
3787         * gnus-agent.el (gnus-agent-load-local): Recompute
3788         gnus-agent-article-local on changing method.
3789
3790 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3791
3792         * gnus.el (gnus-parameters): Note precedence.
3793
3794 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3795
3796         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3797         in the group buffer.
3798
3799 2012-01-04  Julien Danjou  <julien@danjou.info>
3800
3801         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3802         change.
3803
3804 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3805
3806         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3807         too.
3808
3809         * nntp.el (nntp-retrieve-group-data-early): Use it.
3810
3811 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812
3813         * nntp.el (nntp-retrieval-in-progress): New variable.
3814         (nntp-make-process-buffer): Make it buffer-local.
3815
3816         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3817         2010.
3818         (gnus-demon-init): Use it to compute the time if time is on the form
3819         "04:23".
3820
3821         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3822
3823         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3824         status in the correct buffer.
3825
3826 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3827
3828         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3829         when opening topics (bug#10407).
3830
3831 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3832
3833         * gnus-cus.el (gnus-score-customize):
3834         * gnus-sum.el (gnus-sort-gathered-threads):
3835         * message.el (message-shorten-references):
3836         * nnmairix.el (nnmairix-request-group):
3837         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3838
3839 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3840
3841         * gnus-agent.el (gnus-agent-regenerate-group):
3842         * gnus-int.el (gnus-retrieve-group-data-early):
3843         * mm-util.el (mm-codepage-ibm-list):
3844         * nndiary.el (Commentary, nndiary-get-new-mail):
3845         * nnir.el (nnir):
3846         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3847
3848 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3849
3850         * mm-view.el (mm-display-inline-fontify): Add comment.
3851
3852 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3853
3854         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3855         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3856
3857 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3858
3859         * gnus-art.el (gnus-split-methods):
3860         * gnus-msg.el (gnus-configure-posting-styles):
3861         * gnus-spec.el (gnus-parse-simple-format):
3862         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3863         * message.el (message-do-actions): Spelling fix.
3864
3865 2011-12-15  Juri Linkov  <juri@jurta.org>
3866
3867         * mm-decode.el (mm-inline-media-tests): Add missing
3868         `mm-handle-media-subtype'.
3869
3870 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3871
3872         * gnus-group.el (gnus-group-tool-bar):
3873         * gnus-sum.el (gnus-summary-tool-bar):
3874         * message.el (message-tool-bar):
3875         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3876
3877 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3878
3879         * plstore.el (plstore--insert-buffer): Spelling fix.
3880
3881 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3882
3883         * message.el (message-valid-fqdn-regexp): Update with newly approved
3884         top-level domain names ".tel" and ".asia".
3885
3886 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3887
3888         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3889         unconditionally.
3890
3891 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3892
3893         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3894         pop-to-buffer-same-window for old Emacsen.
3895
3896 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3897
3898         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3899
3900 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3901
3902         * netrc.el (netrc-credentials): Spelling fix.
3903
3904 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3905
3906         * gnus-fun.el (gnus-fun-ppm-change-string):
3907         * gnus-msg.el (gnus-inews-do-gcc):
3908         * gnus-sum.el (gnus-summary-find-for-reselect):
3909         * gnus.el (gnus-summary-cancelled):
3910         * message.el (message-cancel-hook, message-send-news):
3911         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3912         * nnir.el (nnir-run-hyrex):
3913         * nntp.el (nntp-with-open-group-function):
3914         * pgg.el (pgg-pending-timers): Spelling fix.
3915
3916 2011-12-04  Chong Yidong  <cyd@gnu.org>
3917
3918         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3919         change (Bug#10200).
3920
3921 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * compface.el (uncompface):
3924         * gnus-art.el (gnus-article-x-face-command): Update the header format
3925         of icon data for the most recent icontopbm program.
3926
3927 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * gnus-msg.el (gnus-inews-do-gcc):
3930         * message.el (message-send-mail):
3931         * mml.el (mml-generate-mime): Share the value of the buffer-local
3932         `message-options' variable between a draft buffer and temprary working
3933         buffers.
3934
3935 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3936
3937         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3938
3939 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3940
3941         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3942         for Cygwin.
3943
3944 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3945
3946         * gnus-group.el (gnus-group-prepare-flat):
3947         * mm-bodies.el (mm-encode-body):
3948         * mml.el (mml-preview):
3949         * nnml.el (nnml-request-compact-group):
3950         * pop3.el (pop3-stream-type): Spelling fix.
3951
3952 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3953
3954         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3955
3956 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3957
3958         * color.el (color-rgb-to-hsl):
3959         * gmm-utils.el (gmm-tool-bar-style):
3960         * gnus-group.el (gnus-group-prepare-flat):
3961         * gnus-topic.el (gnus-topic-prepare-topic):
3962         * mm-decode.el (mm-discouraged-alternatives):
3963         * rfc2047.el (rfc2047-encode-1):
3964         * starttls.el: Spelling fix.
3965
3966 2011-11-24  Glenn Morris  <rgm@gnu.org>
3967
3968         * binhex.el (binhex-begin-line): Give it basic doc-string.
3969
3970         * starttls.el, tls.el: Fix case of "GnuTLS".
3971
3972 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3973
3974         * gnus-group.el (gnus-group-highlight): Fix typo.
3975
3976 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3977
3978         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3979         value of `delete-file', that returns nil for a local file but returns t
3980         for a remote file using ssh.
3981
3982 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3983
3984         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3985
3986 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3987
3988         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3989         avoid later breakage.
3990
3991 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3994         article buffers' name.
3995
3996 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3997
3998         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3999         by Paul Eggert's spellfixes two days ago.
4000
4001 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4002
4003         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4004         doesn't have it.
4005
4006         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4007         buffer-local instead of binding them to avoid warnings.  Also demote
4008         errors (bug#10063).
4009         (font-lock-mode-hook): Shut up byte compiler.
4010
4011 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4012
4013         * mm-util.el (mm-charset-after):
4014         * nnir.el (nnir-run-hyrex):
4015         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4016         (ntlm-get-password-hashes, ntlm-md4hash):
4017         * smime.el: Fix typo.