2014-10-29 Paul Eggert Simplify use of current-time and friends. * gnus-delay.el (gnus-delay-article): * gnus-sum.el (gnus-summary-read-document): * gnus-util.el (gnus-seconds-today, gnus-seconds-month): * message.el (message-make-expires-date): Omit unnecessary call to current-time. * gnus-util.el (gnus-float-time): Simplify to an alias because time-to-seconds now behaves like float-time with respect to nil arg. (gnus-seconds-year): Don't call current-time twice to get the current time stamp, as this can lead to inconsistent results. * time-date.el (time-to-seconds) [!float-time]: Use current time if arg is nil, to be compatible with float-time. (time-date--day-in-year): New function, with most of the guts of the old time-to-day-in-year. (time-to-day-in-year): Use it. (time-to-days): Use it, to avoid decoding the same time stamp twice. 2014-10-27 Katsumi Yamaoka * gnus.el (gnus-mode-line-buffer-identification): Don't add image data for a non-graphic display (bug#18813). 2014-10-24 Katsumi Yamaoka * gnus.el (gnus-mode-line-buffer-identification): Don't shadow load-path, it blocks autoloading of find-image (bug#18813). 2014-10-24 enami tsugutomo * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested to keep connection open (bug#18728). 2014-10-20 Glenn Morris * Merge in all changes up to 24.4 release. 2014-10-15 Jorge A. Alfaro-Murillo (tiny change) * message.el (message-insert-signature): Use `newline' instead of inserting explicit "\n". 2014-10-15 Sylvain Chouleur * gnus-icalendar.el: Support vcal format timezones. (gnus-icalendar-event--decode-datefield): Use icalendar functions to compute dates with associated timezone. (gnus-icalendar-event-from-ical): Compute all timezones. 2014-10-14 Teodor Zlatanov * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to check the newsrc.eld file's timestamp before saving it. (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld timestamp has changed to be newer. 2014-10-06 Jan Tatarik * gnus-icalendar.el (gnus-icalendar-identities): Include message-alternative-emails. 2014-10-05 Katsumi Yamaoka * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash): New compatibility functions. (ntlm-build-auth-response): Use them. 2014-10-04 Thomas Fitzsimmons * ntlm.el (ntlm-build-auth-request): Add NTLM2 Session support. (Bug#15603) 2014-10-04 Alan Schmitt (tiny change) * nnimap.el (nnimap-process-expiry-targets): Reverse the list of expired messages only when it was built in reverse order. 2014-10-04 Peter Münster (tiny change) * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header' last so it can be used in `message-send-hook'. 2014-09-29 Daiki Ueno * mml.el (mml-parse-1): Error out if unknown mode is specified in <#secure> tag (bug#18513). 2014-09-27 Katsumi Yamaoka * parse-time.el: Require cl when compiling. 2014-09-26 Katsumi Yamaoka Use cl-lib as much as possible following the 2014-09-26 change in the Emacs trunk. * parse-time.el: Try requiring cl-lib. (parse-time-incf): Alias to cl-incf or incf. (digit-char-p): Remove. (parse-time-integer): Alias to cl-parse-integer or the one defined. (parse-integer): Rename to parse-time-integer. (parse-time-tokenize, parse-time-rules, parse-time-string) Use parse-time-incf and parse-time-integer. 2014-09-11 Paul Eggert * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling of ":delete". 2014-08-26 Katsumi Yamaoka * gnus-art.el (gnus-article-browse-html-save-cid-content) (gnus-article-browse-html-parts): Revert last change that breaks links other than cid contents. 2014-08-26 Katsumi Yamaoka * gnus-art.el (gnus-article-browse-html-save-cid-content) (gnus-article-browse-html-parts): Make cid file names relative. 2014-08-21 Katsumi Yamaoka * mm-view.el (mm-display-inline-fontify): Make the working buffer temporarily displayed when running a mode function (at least org-mode requires it). 2014-08-14 Alan Schmitt * gnus-sum.el (gnus-summary-expire-articles): Functions registered to the gnus-summary-article-expire-hook should be told where the function is going. In particular, the Gnus registry might want to know. 2014-08-12 Stefan Monnier * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'. 2014-08-06 Katsumi Yamaoka * gnus-sum.el (gnus-summary-expire-articles): Revert. 2014-08-05 Eric Abrahamsen * gnus-sum.el (gnus-summary-expire-articles): Functions registered to the gnus-summary-article-expire-hook should be told where the function is going. In particular, the Gnus registry might want to know. 2014-08-03 Paul Eggert Don't mishandle year-9999 dates (Bug#18176). * parse-time.el (parse-time-rules): Allow years up to most-positive-fixnum. * time-date.el (date-to-time): Pass "Specified time is not representable" errors through. 2014-07-31 Tassilo Horn * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of groups and t. 2014-07-22 Katsumi Yamaoka * gnus-utils.el (gnus-recursive-directory-files): Unify hard or symbolic links (bug#18063). 2013-07-17 Albert Krewinkel * gnus-msg.el (gnus-configure-posting-style): Allow string replacements in values when matching against a header. 2014-07-07 Katsumi Yamaoka * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of the dribble buffer even when it is shrunk a lot. 2014-06-26 Glenn Morris * mm-util.el (help-function-arglist): Remove outdated declaration. 2014-06-24 Andreas Schwab * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted attribute values. (Bug#17834) 2013-06-22 Dmitry Antipov * gnus-sum.el (gnus-summary-edit-article-done): Prefer point-marker to copy-marker of point. 2014-06-11 Katsumi Yamaoka * Makefile.in (install-el, install-el-elc): Compress .el files. (uninstall): Remove compressed .el files. 2014-06-05 Katsumi Yamaoka * gnus-art.el (gnus-article-edit-part): Don't modifiy markers. (gnus-article-read-summary-keys): Don't bug out when there is no article in the summary buffer. (gnus-mime-buttonize-attachments-in-header): Improve criterion that finds parts to display. * gnus-art.el (gnus-mm-display-part): * mm-decode.el (mm-shr): * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text) (mm-insert-inline): Revert last changes. 2014-06-05 Katsumi Yamaoka * gnus-art.el (gnus-mm-display-part): * mm-decode.el (mm-shr): * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text) (mm-insert-inline): Set insertion type of end-marker, not only start-marker, of undisplayer so as to stay after inserted text. 2014-06-02 Andreas Schwab * html2text.el (html2text-get-attr): Fix typo when splitting value from attribute. (Bug#17613) 2014-05-29 Stefan Monnier * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure. * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush. 2014-05-15 Katsumi Yamaoka * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't delete next part button; keep spacing between buttons. 2014-05-14 Katsumi Yamaoka * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Work for the last MIME part in an article. (gnus-mime-display-single): Suppress excessive newlines between parts. * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied by leading or trailing newline. 2014-05-12 Sam Steingold * time-date.el (seconds-to-string): New function to pretty print time delay in seconds. 2014-05-09 Katsumi Yamaoka * gnus-art.el (gnus-mm-display-part): Don't put article out of sight while prompting a user for a file name, etc. (gnus-mime-display-single): Display part with a common appearance no matter whether MIME button is omitted or not; don't add duplicate entry to gnus-article-mime-handle-alist. (gnus-mime-buttonize-attachments-in-header): Use copied buttons. 2014-05-08 Adam Sjøgren * mml2015.el (mml2015-display-key-image): New variable. 2014-05-08 Glenn Morris * gnus-fun.el (gnus-grab-cam-face): Do not use predictable temp-file name. (http://bugs.debian.org/747100) This is CVE-2014-3421. 2014-05-04 Glenn Morris * gnus-registry.el (gnus-registry-install-p): Doc fix. 2014-05-02 Katsumi Yamaoka * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show the displaying state of a part. (gnus-mm-display-part): Don't insert a newline in the beginning of a part like gnus-mime-inline-part doesn't; work for XEmacs. * mm-decode.el (mm-display-part): Don't insert a newline in the top. (mm-shr): Make undisplayer unbreakable. * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't insert excessive newline. (mm-inline-text-html-render-with-w3m, mm-inline-text) (mm-insert-inline): Make undisplayer unbreakable. 2014-05-01 Lars Magne Ingebrigtsen * gnus.el: Ma Gnus v0.11 is released. 2014-05-01 Katsumi Yamaoka * gnus-art.el (gnus-mm-display-part): Highlight header attachment buttons. 2014-04-30 Katsumi Yamaoka * gnus-art.el (gnus-mm-display-part): Don't move point while toggling a part; redisplay a button (enbugged in 2014-02-05). 2014-04-27 Teodor Zlatanov * auth-source.el (auth-source-search, auth-source-search-backends): Treat :max 0 as an indicator that a boolean return is wanted, as documented. Reported by Joe Bloggs. 2014-04-20 Katsumi Yamaoka * gnus-icalendar.el: Require gnus-art. 2014-04-20 Jan Tatarik * gnus-icalendar.el (gnus-icalendar-event->org-entry) (gnus-icalendar--update-org-event): put event timestamp in the org entry body instead of the drawer. (gnus-icalendar-event--get-attendee-names): list of participants should contain even attendees without common name attribute. (gnus-icalendar--update-org-event): don't generate duplicates of empty property tags in org drawers. 2014-04-15 Katsumi Yamaoka * gmm-utils.el (gmm-format-time-string): New function. * message.el (message-insert-formatted-citation-line): Use the original author's time zone to express a date string. 2014-04-06 Stefan Monnier * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where) (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud) (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined): Silence compiler warnings. (gnus-server-insert-server-line): Don't use dyn-bind var as argument. 2014-03-24 Katsumi Yamaoka * mml.el: Require url when compiling. * gnus-cloud.el (gnus-cloud-parse-version-1): Use plist-get rather than CL's getf. (gnus-activate-group, gnus-subscribe-group): Declare. * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare. 2014-03-14 Katsumi Yamaoka * gnus-sum.el (gnus-summary-toggle-header): Display header attachment buttons when toggling the header off. 2014-03-14 Juanma Barranquero * tls.el (tls-program): Reflow docstring. 2014-03-07 Lars Ingebrigtsen * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap groups work again. 2014-03-07 George McNinch (tiny change) * nnir.el (nnir-run-namazu): Parse namazu results that are larger than 999 correctly (i.e. "1,342"). 2014-03-07 Lars Ingebrigtsen * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug out if the directory doesn't exist. 2014-03-07 Daiki Ueno * mml2015.el (mml2015-use): Don't check the availability of GnuPG commands here; instead, only check if epg-config.el is available. 2014-03-06 Lars Ingebrigtsen * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML messages with embedded images. (mml-generate-mime): Don't bug out if you don't have libxml. 2014-03-06 Lars Ingebrigtsen * message.el (message-make-html-message-with-image-files): New command. 2014-03-05 Lars Ingebrigtsen * gnus-group.el (gnus-group-make-group): Clarify prompt. * mml.el (mml-insert-mime-headers): Allow `recipient-filename'. 2014-02-23 David Engster * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib' to stay compatible with older Emacsen, so replace `cl-loop' with `loop'. 2014-02-22 Daniel Colascione * auth-source.el (auth-source-secrets-listify-pattern): New function. (auth-source-secrets-search): Don't pass invalid patterns to secrets.el; instead, build list of patterns. 2014-02-17 Katsumi Yamaoka * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display): Display header attachment buttons by gnus-article-prepare-display rather than gnus-article-prepare so as to view in mml-preview as well. 2014-02-13 Teodor Zlatanov * auth-source.el (auth-sources): Add pointer to what the .gpg extension in `auth-sources' means and link to EPA docs. 2014-02-12 Lars Ingebrigtsen * nnmail.el (nnmail-expand-newtext): Further sub-match fixups (bug#12375). 2014-02-10 Katsumi Yamaoka * gnus-art.el (gnus-article-goto-part): Find a button in the body first. (gnus-mime-buttonize-attachments-in-header): Number hidden buttons. 2014-02-09 Lars Ingebrigtsen * message.el (message-tab): Mention what happens on normal tabs (bug#11297). 2014-02-08 Glenn Morris * auth-source.el (auth-sources): Doc fix. (Bug#16642) 2014-02-07 Katsumi Yamaoka * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display buttons that are hidden in unselected alternative part as well. (gnus-mime-display-alternative): Redraw attachment buttons in header. * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec. 2014-02-07 Lars Ingebrigtsen * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and keystroke. (gnus-server-toggle-cloud-server): Only allow clouding applicable types. * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called with an empty string. 2014-02-06 Lars Ingebrigtsen * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is buffer-local in some buffers, so bind it explicitly in the buffer we're trying to cancel the article in (bug#10808). 2014-02-05 Katsumi Yamaoka * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at): New functions. * gnus-art.el (gnus-mime-display-attachment-buttons-in-header): New user option. (gnus-mime-buttonize-attachments-in-header): New function. (gnus-article-prepare): Use it. (gnus-mime-inline-part): Suppress extra newline. (gnus-mm-display-part): Save excursion; remove useless deleting and adding of buttons. (gnus-insert-mime-button): Allow insertion in the middle of a line. * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu): Add gnus-mime-buttonize-attachments-in-header. 2014-02-05 Lars Ingebrigtsen * nnimap.el (nnimap-request-articles): New command to download several articles at once. * gnus.el (gnus-variable-list): Save Cloud variables. * gnus-int.el (gnus-request-accept-article): Doc fix. 2014-02-04 Lars Ingebrigtsen * parse-time.el (parse-time-iso8601-regexp) (parse-iso8601-time-string): Copied from `url-dav' so that we can use it more generally. 2014-02-01 Lars Ingebrigtsen * gnus-cloud.el: New file to provide the Emacs Cloud. * dgnushack.el: Silence XEmacs w3 warning. * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has `url-retrieve-synchronously', apparently. * dgnushack.el: Silence XEmacs dns.el warning. * gnus-compat.el (gnus-compat): Declare `declare-function' only here instead of in all files. * dns.el (network-interface-list): Define for XEmacs. * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for XEmacs. * nnrss.el (libxml-parse-html-region): Silence compilation error. 2014-02-01 Daniel Dehennin * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in `gnus-group-split-fancy'. 2014-02-01 Lars Ingebrigtsen * message.el (message-remove-header): Doc fix. (message-forward-included-headers): New variable. (message-remove-ignored-headers): Use it. 2014-02-01 Lars Ingebrigtsen * nnir.el (nnir-request-update-mark): Don't try to update the source group if we can't find it (bug#16611). 2014-01-31 Dave Abrahams * gnus-sum.el (gnus-summary-open-group-with-article): New command. 2014-01-31 Magnus Henoch * dns.el (dns-servers-up-to-date-p): New function to see whether the network interfaces changed. (dns-query): Use it to flush the data. 2013-09-04 Rasmus Pank Roulund * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results from random face commands. (gnus-face-directory): Like `gnus-x-face-directory` for png files and Face. (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face. (gnus--random-face-with-type): Generic function returning a face-type as a string. (gnus--insert-random-face-with-type): Generic function inserting a face in a message buffer header. (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`. (gnus-insert-random-x-face-header): Rewritten to use `gnus--insert-random-face-with-type`. (gnus-random-face): Return random (png) Face as string. (nus-insert-random-face-header): Insert random (png) Face in a message buffer. 2014-01-31 Lars Ingebrigtsen * mm-url.el: Remove all usage of w3. * nnrss.el: Ditto. * mm-decode.el: Ditto. * mm-view.el: Ditto. * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is outdated and all Emacsen have url.el built-in. * gnus-setup.el: Remove outdated file. 2014-01-31 Lars Magne Ingebrigtsen * gnus.el: Ma Gnus v0.9 is released. 2014-01-31 Lars Ingebrigtsen * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing. 2014-01-31 Dave Abrahams * gnus-salt.el (gnus-tree-highlight-article): Don't move point around in the summary buffer (bug#13769). 2014-01-31 Lars Ingebrigtsen * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer name if we're using a single article buffer. Otherwise, it may point to a killed buffer (bug#13756). 2014-01-30 Lars Ingebrigtsen * nnmail.el (nnmail-split-it): Instead of redoing the search to restore the match data, just save and restore it explictly (bug#12375). * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if that's needed. * spam.el (spam-initialize): Allow calling repeatedly, but only run the the code once (bug#9069). 2014-01-18 Steinar Bang * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail reading. 2014-01-09 Ken Olum (tiny change) * message.el (message-bury): Call bury-buffer with no argument in the message-return-action case too. 2014-01-05 Katsumi Yamaoka * gnus-sum.el (gnus-article-stop-animations): Declare it before using. (nnimap-split-fancy, nnimap-split-methods): Declare. * mm-util.el (help-function-arglist): Declare. 2013-12-28 Glenn Morris * gnus-sieve.el (gnus-sieve-select-method): * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl) (gravatar-rating, gravatar-size): * message.el (message-minibuffer-local-map): * sieve-manage.el (sieve-manage-authenticators) (sieve-manage-authenticator-alist): Specify custom types. * hashcash.el (hashcash-program): Rename from hashcash-path. Update callers. * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar): * gnus-sum.el (gnus-subthread-sort-functions): Add version. * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version. * auth-source.el (auth-sources): * nnmairix.el (nnmairix-propagate-marks-upon-close): Fix custom types. * tls.el (tls-certtool-program): Fix default value. 2013-12-26 Lars Ingebrigtsen * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that we get proper traces there, too. 2013-12-26 Sean Connor (tiny change) * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous value of the parameters if the current article has a Reply-To or From field. 2013-12-26 Lars Ingebrigtsen * gnus.el (gnus-group-buffer): Remove duplicate definition. 2013-12-25 Lars Ingebrigtsen * gnus-sum.el (gnus-summary-exit): Stop animations. 2013-12-19 Juri Linkov * gnus.el (gnus-suppress-keymap): * gnus-art.el (gnus-article-mode-map): * gnus-group.el (gnus-group-mode-map): * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map): Remove [backspace] key binding because it shadows DEL (bug#16035). * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition. 2013-12-19 Katsumi Yamaoka * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view): Make sure work directory exists. (gnus-uu-digest-mail-forward): Store temporary files in work directory rather than tmp directory. (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is not necessarily always run, with it. 2013-12-18 Jan Tatarik * gnus-icalendar.el (gnus-icalendar-identities): Make changing the value of gnus-icalendar-additional-identities work without restart. 2013-12-17 Katsumi Yamaoka * mm-util.el (mm-make-temp-file): Alias to make-temp-file for modern Emacsen. 2013-12-08 Katsumi Yamaoka * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to nnir-article-number and nnir-article-group. 2013-12-03 Vitalie Spinu * message.el (message-send-mail-with-sendmail): Don't kill error buffer if sending fails. 2013-11-28 Jan Tatarik * gnus-icalendar.el (gnus-icalendar-event-from-ical) (gnus-icalendar-event->org-entry) (gnus-icalendar--update-org-event) (gnus-icalendar-event->gnus-calendar): Distinguish between required/optional/non-participant attendee status. Fix bug causing the first required event participant to be omitted. 2013-11-27 Katsumi Yamaoka * gnus-art.el (article-de-quoted-unreadable) (article-de-base64-unreadable, gnus-mime-copy-part) * gnus-html.el (gnus-article-html) * mm-view.el (mm-inline-text-html-render-with-w3) (mm-inline-text-html-render-with-w3m-standalone) * rfc2231.el (rfc2231-decode-encoded-string): Allow overriding charset by mm-charset-override-alist. * gnus-art.el (gnus-article-browse-html-parts): Replace LWSPs with ` 's in header. Work for broken Chinese articles. * gnus-art.el (gnus-article-browse-html-save-cid-content): Exclude broken handles that gnus-summary-enter-digest-group may create. (gnus-article-browse-html-parts): Allow overriding charset by mm-charset-override-alist. 2013-11-21 Jan Tatarik * gnus-icalendar.el (gnus-icalendar-additional-identities): New. (gnus-icalendar-identities): Support additional-identities. 2013-11-21 Jan Tatarik * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix org-timestamp for events ending at midnight. 2013-11-21 Ivan Shmakov * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs .log files. 2013-11-20 David Engster * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'. 2013-11-20 Dave Goldberg * message.el (message-beginning-of-line): Use beginning-of-visual-line when visual-line-mode is turned on. 2013-11-15 Jan Tatarik * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar) (gnus-icalendar-event-from-ical) (gnus-icalendar-event->org-entry) (gnus-icalendar--update-org-event): Required/optional participation, list of attendees synced to org. 2013-11-13 Jan Tatarik * gnus-icalendar.el (gnus-icalendar-event:sync-to-org) (gnus-icalendar-event:inline-org-buttons): Allow for appointment cancellations to be synced to org if the original appt has an org outline. 2013-11-13 Jan Tatarik * gnus-icalendar.el (gnus-icalendar--format-summary-line) (gnus-icalendar-event->org-entry) (gnus-icalendar--update-org-event) (gnus-icalendar-event->gnus-calendar): Fix empty location handling. 2013-11-12 Jan Tatarik * gnus-icalendar.el (gnus-icalendar-event-from-ical): Fix timezone handling in gnus-icalendar export to org. 2013-11-06 Katsumi Yamaoka * gnus-salt.el (gnus--let-eval): Silence the Buildbot. 2013-11-05 Katsumi Yamaoka * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays. 2013-10-30 Glenn Morris * gnus-group.el (gnus-group-browse-foreign-server): * gnus-int.el (gnus-start-news-server): Silence compiler obsolescence warning. 2013-10-29 Teodor Zlatanov * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the `nnoo-current-server' first, then for the actual `nnimap-address' to allow netrc entries for the nnoo server to coexist with netrc entries for the `nnimap-address'. 2013-10-23 Katsumi Yamaoka * mm-decode.el (mm-dissect-buffer): Revert last change. * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto. The problem that motivated those changes was attributed to a broken mail sender, and has been fixed. 2013-10-22 Katsumi Yamaoka * mm-decode.el (mm-dissect-buffer): Guess content-type if the first token is missing in the Content-Type header. * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto. 2013-09-18 Glenn Morris * gnus-util.el (image-size): Declare. 2013-09-17 Katsumi Yamaoka * gnus-icalendar.el (gnus-icalendar-event--find-attendee) (gnus-icalendar-event-from-ical) (gnus-icalendar-event--build-reply-event-body) (gnus-icalendar-event-reply-from-buffer) (gnus-icalendar-find-org-event-file) (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply) (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet. * mm-util.el (mm-special-display-p): Isolate XEmacs stuff. 2013-09-17 Stefan Monnier * gnus-salt.el (gnus-tree-mode): Use define-derived-mode. Use save-current-buffer. (gnus-tree-mode-map): Initialize in the declaration. (gnus-pick-mouse-pick-region): Remove unused var `fun'. (scroll-in-place): Defvar it. (gnus-tmp-*): Defvar them. (gnus-get-tree-buffer): Use derived-mode-p. (gnus--let-eval): New macro. (gnus-tree-highlight-node): Use it to avoid dynamic binding of non-prefixed variables. (gnus-tree-open, gnus-tree-close): Remove unused arg `group'. * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of vars since it doesn't seem to be available. (gnus-set-global-variables, gnus-summary-read-group-1) (gnus-select-newsgroup, gnus-handle-ephemeral-exit) (gnus-summary-display-article, gnus-summary-select-article) (gnus-summary-next-article, gnus-offer-save-summaries) (gnus-summary-generic-mark): Use derived-mode-p. (gnus-summary-read-group-1, gnus-summary-exit) (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary): Adjust calls to gnus-tree-close and gnus-tree-open. * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode. * gnus-agent.el (gnus-category-mode): Use define-derived-mode. (gnus-agent-mode): Use derived-mode-p. (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind gnus-command-method and *-command-method to nil, but bind gnus-command-method to *-command-method instead! (gnus-agent-fetch-articles): Remove unused var `id'. (gnus-agent-fetch-headers): Remove unused arg `force'. (gnus-agent-braid-nov): Remove unused arg `group'. Adjust callers. (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'. (gnus-agent-short-article, gnus-agent-long-article) (gnus-agent-low-score, gnus-agent-high-score): Move declaration before first use. (gnus-agent-fetch-group-1): Remove unused vars `arts', `category', `score-param'. (gnus-tmp-name, gnus-tmp-groups): Defvar them. (gnus-get-predicate): Push in front of the cache, rather than end. (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them. (gnus-agent-expire-group-1): Use push. Don't abuse dyn-binding. (gnus-agent-expire-unagentized-dirs): Don't rebind gnus-agent-expire-current-dirs since the defvar silences the warning. (gnus-agent-retrieve-headers): Remove unused var `cached-articles'. (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'. (gnus-agent-regenerate): Simplify interactive spec and doc. 2013-09-17 Katsumi Yamaoka * gnus-int.el (gnus-open-server): Silence compiler. * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag. * message.el (message-display-completion-list): Abolish. (message-completion-in-region): Use display-completion-list. 2013-09-17 Glenn Morris * gnus-util.el (gnus-message-with-timestamp-1): Use `messages-buffer' function if available. Ignore read-only. 2013-09-16 Katsumi Yamaoka * message.el (message-expand-group, message-completion-in-region): Correct the order of start and end of a region. 2013-09-13 Glenn Morris * mml2015.el (gnus-create-image): Autoload it. * gnus-spec.el (gnus-xmas-format): Fix weird error call. * gnus-html.el (declare-function): Add compat stub for ancient Emacs. (image-size): Declare. 2013-09-12 Glenn Morris * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body): Avoid using `find', which i) might not be defined at runtime; ii) does not work, since its default test is eql, not equal. (gnus-mime-action-alist): Declare. 2013-09-11 Stefan Monnier * score-mode.el (gnus-score-mode-map): Move initialization into declaration. (gnus-score-mode): Use define-derived-mode. * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode. * gnus-kill.el (gnus-kill-file-mode-map): Move initialization into declaration. (gnus-kill-file-mode): Use define-derived-mode. (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill): Use derived-mode-p. * gnus-group.el (gnus-group-mode): Use define-derived-mode. (gnus-group-setup-buffer, gnus-group-name-at-point) (gnus-group-make-web-group, gnus-group-enter-directory) (gnus-group-suspend): Use derived-mode-p. * gnus-cus.el (gnus-custom-mode): Use define-derived-mode. * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode. * gnus-art.el (gnus-article-mode): Use define-derived-mode. (gnus-article-setup-buffer, gnus-article-prepare) (gnus-article-prepare-display, gnus-sticky-article) (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers) (gnus-bind-safe-url-regexp, gnus-article-check-buffer) (gnus-article-read-summary-keys): Use derived-mode-p. 2013-08-28 Katsumi Yamaoka * mm-decode.el (mm-temp-files-delete): Fix file deletion logic. 2013-08-19 Katsumi Yamaoka * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and shift_jis from the default value set for Japanese users. 2013-08-13 Glenn Morris * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type. * gnus.el (gnus-valid-select-methods): Fix type. * nnimap.el (nnimap-request-articles-find-limit): Fix type, version. 2013-08-12 Katsumi Yamaoka * mm-decode.el (mm-display-external): Run a timer for the temp files deletion after a viewer exits; add a deletion timer for the needsterm case, too. * mm-decode.el (mm-display-external): Try to delete temporary files by using a 1-min. timer. 2013-08-09 Katsumi Yamaoka * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file): New internal variables. (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook. (mm-display-external): Use it to delete temporary files instead of using timers. 2013-08-06 Lars Magne Ingebrigtsen * dgnushack.el (dgnushack-compile): Allow building on Emacs 23. 2013-08-06 Jan Tatarik * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase with cond for backwards compatability. 2013-08-06 Katsumi Yamaoka * mm-decode.el (mm-display-external): Bind process-connection-type to nil; don't delete a temp file immediately even if a viewer finishes, since it may be a shell script, like xdg-open, that launches a real viewer program belatedly. 2013-08-05 Dave Abrahams * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so that we can create nndoc groups that excerpt other groups. 2013-08-02 Lars Magne Ingebrigtsen * gnus-delay.el (gnus-delay-article): Fix typo. * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old" articles. * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that we can get spell-checking etc. 2013-08-02 Katsumi Yamaoka * rfc2047.el (rfc2047-encode-message-header): Unify charsets into a single one used for encoding the whole text in a header. 2013-08-02 Lars Magne Ingebrigtsen * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime' doesn't work properly on XEmacs. 2013-08-01 Lars Magne Ingebrigtsen * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed before sending. * dgnushack.el (dgnushack-compile): Add a temporary check for gnus-icalendar. * mm-decode.el (mm-command-output): New face. (mm-display-external): Use it. 2013-08-01 Kan-Ru Chen (陳侃如) (tiny change) * nnmbox.el (nnmbox-request-article): Don't change point. 2013-08-01 Lars Magne Ingebrigtsen * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons): Include `handle' parameter. 2013-08-01 Jan Tatarik * gnus-icalendar.el: New file. 2013-08-01 Lars Magne Ingebrigtsen * gnus-int.el (gnus-warp-to-article): Mention that warp means jump. * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with dummy roots, too. 2013-08-01 David Edmondson * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging out on ttys. 2013-08-01 Lars Magne Ingebrigtsen * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's not empty. * nnrss.el (nnrss-discover-feed): Indent. 2013-08-01 Katsumi Yamaoka * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff. 2013-07-30 Lars Magne Ingebrigtsen * gnus-start.el (gnus-read-active-for-groups): Always mark the data as dirty to ensure nnimap data being saved. 2013-07-30 Tassilo Horn * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score" menu entry. * gnus-score.el (gnus-summary-current-score): Use prefix arg to show the current thread's total score instead of the current article's score. * gnus-sum.el (gnus-subthread-sort-functions): New defcustom. (gnus-sort-threads-recursively): Delete defcustom. (gnus-sort-threads-recursive): Adapt accordingly. 2013-07-30 Tassilo Horn * gnus-sum.el (gnus-sort-subthreads-recursive): New function. (gnus-sort-threads-recursive): Use it. (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive' again. Now that determines how to sort subthreads. 2013-07-26 Tassilo Horn * gnus-sum.el (gnus-sort-threads-recursively): New defcustom. (gnus-sort-threads): Use it. 2013-07-25 Andreas Schwab * gnus-art.el (gnus-button-url-regexp): Make it match url in which punctuation characters follow parentheses (bug#14950). 2013-07-23 Katsumi Yamaoka * gnus.el (gnus-continuum-version): * gnus-msg.el (gnus-extended-version): Simplify. * gnus.el (gnus-continuum-version-1): Remove. * gnus-msg.el (gnus-bug): Revert. Calculate gnus-version correctly on Cygwin. * gnus.el (gnus-continuum-version): Do main calculations in integers. (gnus-continuum-version-1): New function, return a string. * gnus-msg.el (gnus-extended-version, gnus-bug): Use gnus-continuum-version-1 instead of gnus-continuum-version. 2013-07-19 Geoff Kuenning (tiny change) * gnus-art.el (gnus-treat-predicate): Allow functions as predicates (bug#13384). 2013-07-18 Lars Magne Ingebrigtsen * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups that were only relevant in a development version a long time ago. 2013-07-18 Katsumi Yamaoka * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's that the old Emacs 24s bundle. 2013-07-10 David Engster * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks if `gnus-newsrc-file-version' does not match `gnus-version'. This fixes a bug in Emacs trunk where the 'unexist' marks were always removed at startup because "Gnus v5.13" was considered smaller than "Ma Gnus v0.03". 2013-07-10 Tassilo Horn * gnus.el (gnus-summary-line-format): Reference `gnus-user-date-format-alist' for the &user-date; format, not `gnus-summary-user-date-format-alist'. 2013-07-08 Lars Magne Ingebrigtsen * nnml.el (nnml-request-compact-group): Don't bug out if we can't delete files (bug#13481). 2013-07-08 Tassilo Horn * gnus-registry.el (gnus-registry-remove-extra-data): New function. 2013-07-06 Lars Ingebrigtsen * gnus-art.el (gnus-block-private-groups): Allow `global' methods to display images. * gnus.el (gnus-valid-select-methods): Mark nnrss as global. * message.el (message-cancel-news): According to , "cancel" is preferred over "cmsg cancel" in the Subject. * nnir.el (nnir-engines): Note that the group specs are regexps (bug#13238). * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has gotten read-only text properties, ensure that those aren't heeded when copying stuff over (bug#13434). * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages (bug#13762). 2013-07-05 David Kastrup * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in authinfo file again (important for blank passwords). This had been broken with 2013-06-15 change. 2013-07-03 Katsumi Yamaoka * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Revert 2013-01-14 change. 2013-07-02 Daiki Ueno * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead of 'create-image' for XEmacs compatibility; check errors when decoding image. Reported by Uwe Brauer. 2013-06-28 Katsumi Yamaoka * gnus-art.el (gnus-article-extend-url-button): Make it work again with gnus-button-push revised at 2011-01-19. 2013-06-23 Lars Magne Ingebrigtsen * eww.el, shr.el, shr-color.el: Removed from the Gnus repository. They now live in the lisp/net Emacs 24 repository. 2013-06-21 Lars Magne Ingebrigtsen * eww.el (eww-update-header-line-format): Quote % characters. 2013-06-19 Lars Magne Ingebrigtsen * eww.el (eww-process-text-input): Display passwords as asterisks. * shr.el (shr-make-table-1): Protect against invalid column-spans. 2013-06-19 Tom Tromey * eww.el (eww-top-url): Remove. (eww-home-url, eww-start-url, eww-contents-url): New defvars. (eww-render): Set new variables. Don't set eww-top-url. (eww-handle-link): Handle "prev", "home", and "contents". Downcase the rel text. (eww-top-url): Choose best top URL. 2013-06-19 Lars Magne Ingebrigtsen * eww.el: Rewrite to implement form elements "by hand" instead of relying in widget.el. Using widget.el leads to too many user interface inconsistencies. (eww-self-insert): Implement entering commands in text fields. (eww-process-text-input): New function to make text input field editing work. (eww-submit): Rewrite to use the new-style form methods. (eww-select-display): Display the correct selected item. (eww-change-select): Implement changing the select value. (eww-toggle-checkbox): Implement radio/checkboxes. (eww-update-field): Fix compilation error. (eww-tag-textarea): Implement