1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-17 03:10:58 -08:00
Commit graph

2198 commits

Author SHA1 Message Date
Glenn Morris
c8ccffb13c Fix some declarations.
* lisp/gnus/nnimap.el (gnutls-negotiate):
* lisp/gnus/nntp.el (netrc-parse): Fix declarations.

* lisp/faces.el (xw-defined-colors, x-setup-function-keys):
* lisp/mouse-sel.el (x-select-text):
* lisp/term/w32console.el (x-setup-function-keys): Update declarations.
2010-10-31 23:13:43 -07:00
Katsumi Yamaoka
87732ef36a gnus-util.el (gnus-string-match-p): New function, that is an alias to string-match-p in Emacs >=23.
gnus-msg.el (gnus-configure-posting-styles)
nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2010-11-01 03:58:53 +00:00
Glenn Morris
e195d639a5 Silence nnir.el compilation.
* lisp/gnus/nnir.el (declare-function): Add compat stub.
(mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
(nnir-run-gmane): Require 'mm-url.
2010-10-31 19:38:33 -07:00
Glenn Morris
ed1d182dca * lisp/gnus/mm-util.el (mm-string-to-multibyte): Simplify. 2010-10-31 19:21:42 -07:00
Glenn Morris
85a45a691b Silence shr.el compilation.
* lisp/gnus/shr.el (declare-function): Add compat stub.
(url-cache-create-filename): Declare.
(mm-disable-multibyte, widget-convert-button): Autoload.
2010-10-31 19:19:17 -07:00
Glenn Morris
b10d32ef78 Silence smime.el compilation.
* lisp/gnus/smime.el (ldap-search): Declare.
(smime-cert-by-ldap-1): Require ldap on Emacs.
2010-10-31 19:11:34 -07:00
Glenn Morris
2b1e1ff4fa Silence nnimap.el compilation.
* lisp/gnus/nnimap.el: Require nnmail, and gnus-sum when compiling.
(nnimap-keepalive): Use gnus-float-time.
2010-10-31 19:07:01 -07:00
Glenn Morris
89cff4667b Silence mail-source.el compilation.
* lisp/gnus/mail-source.el (nnheader-message, gnus-float-time): Autoload.
(mail-source-delete-crash-box): Use gnus-float-time.
2010-10-31 18:56:28 -07:00
Glenn Morris
26205de35a Silence gnus-dired.el compilation.
* lisp/gnus/gnus-dired.el (gnus-completing-read): Autoload.
2010-10-31 18:51:22 -07:00
Glenn Morris
c36dea19e0 Silence mm-view.el compilation.
* lisp/gnus/mm-view.el (gnus-rescale-image): Autoload.
2010-10-31 18:49:16 -07:00
Glenn Morris
e116c1eb0f Silence mm-decode.el compilation.
* lisp/gnus/mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2010-10-31 18:45:47 -07:00
Glenn Morris
f979f37ee3 Silence gnus.el compilation.
* gnus.el (gnus-sloppily-equal-method-parameters): Move definition before use.
2010-10-31 18:40:12 -07:00
Glenn Morris
1d8ff0c63c Silence sieve-manage.el compilation.
* lisp/gnus/sieve-manage.el: Require 'cl when compiling, for caddr.
2010-10-31 18:38:04 -07:00
Glenn Morris
a1daed2bd7 Silence gnus-util.el compilation.
* lisp/gnu/gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
(gnus-iswitchb-completing-read): Require iswitchb.
(gnus-select-frame-set-input-focus): Silence compiler.
2010-10-31 18:34:55 -07:00
Lars Magne Ingebrigtsen
a8336650b8 message.el (message-subject-trailing-was-query): Change default to t. 2010-10-31 22:49:28 +00:00
Gnus developers
389b76fa1b Merge changes made in Gnus trunk.
nnimap.el (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED is set.
gnus.el (gnus-group-startup-message): Move point to the start of the buffer.
nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to reflect the order they're in in the digest.
gnus-sum.el (gnus-summary-select-article): Make `C-d' work reliably by checking whether the original article buffer is alive.
shr.el (shr-find-fill-point): Don't break lines between punctuation and non-punctuation (like after the apostrophe in "'We").
gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force' parameter.
gnus-art.el (gnus-treatment-function-alist): Have gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
gnus-art.el (gnus-treat-fill-long-lines): Change default to fill all text/plain sections.
gnus.el: Autoload gnus-article-fill-cited-long-lines.
gnus-art.el (gnus-mime-display-alternative): Actually pass the type on to `gnus-treat-article'.
gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing the raw article, and change `C-u g' to show the article without doing treatments.
gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
gnus-cite.el (gnus-article-foldable-buffer): Don't fold regions that have a ragged left edge.
gnus-cite.el (gnus-article-foldable-buffer): Skip past the prefix when determining raggedness.
gnus-srvr.el, nnir.el: Allow nnir searching for an entire server.
gnus-msg.el (gnus-configure-posting-styles): Permit the use of regular expression match and replace in posting styles.
gnus-art.el (gnus-treat-article): Only inhibit body washing, and leave the header washing to take place.
nnimap.el (nnimap-request-accept-article): Erase buffer before appending for easier debugging.
nnimap.el (nnimap-wait-for-connection): Take a regexp.
nnimap.el (nnimap-request-accept-article): Wait for the continuation line before sending anything unless we're streaming.
2010-10-31 22:31:24 +00:00
Katsumi Yamaoka
938c0d1089 gnus/ChangeLog: Cosmetic fix. 2010-10-31 10:01:11 +00:00
David Engster
324c5734da nnmairix.el (nnmairix-get-valid-servers): Return list of strings to conform with changes to gnus-completing-read. 2010-10-31 09:53:57 +00:00
Gnus developers
953d41c482 Merge changes made in Gnus trunk.
nnir.el: General clean-up, and reimplementation of various bits.
nnir.el (nnir-search-engine): Ressurect variable, since it's used later in the file.
shr.el (shr-generic): The text nodes should be text, not :text.
nnir.el: Move defvars around to silence compiler warnings.
shr.el (shr-tag-img): Output "*" instead of "[img]".
2010-10-31 00:13:12 +00:00
Julien Danjou
837ba704f8 gnus-start.el (gnus-find-new-newsgroups): Remove gnus-check-first-time-used.
gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
gnus-group.el: Remove gnus-group-fetch-control.
2010-10-30 15:01:14 +00:00
Knut Anders Hatlen
1e961f101b nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be set on groups that don't have \* permanentflags. 2010-10-30 12:54:28 +00:00
Gnus developers
99e65b2d2e Merge changes made in Gnus trunk.
gnus.el: Remove `gnus-nntp-service' variable.
gnus.el: Make gnus-nntp-server and gnus-secondary-servers obsolete.
gnus-sum.el (gnus-summary-delete-marked-as-read, gnus-summary-delete-marked-with): Remove obsolete defalias.
gnus.el (gnus-use-long-file-name): Fix docstring.
nnimap.el (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say they support that.
gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow *-request-group, which seems unnecessary.
gnus-group.el (gnus-group-get-new-news-this-group): Don't have point move to the previous line on `M-g'.
nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been selected.
nnimap.el: Allow the user to say whether to split old messages or not in nnimap.
shr.el (shr-tag-table-1): Only insert the images after the top-level table.
shr.el (shr-tag-span): Drop colorisation of regions since we don't control the background color.
shr.el (shr-tag-img): Ignore very small web bug type images.
shr.el (shr-put-image): Add help-echo alt texts to the images.
shr.el (shr-tag-video): Show the video poster image.
2010-10-30 05:59:34 +00:00
Julien Danjou
2ec4c9665d gnus.el (gnus-buffers, gnus-group-buffer): Add docstrings.
gnus.el (gnus-group-startup-message): Simplify/update code.
gnus-ems.el (gnus-x-splash): Remove.
gnus-start.el (gnus-1): Remove x-splash calls.
2010-10-29 13:51:15 +00:00
Julien Danjou
8674173394 gnus-group.el (gnus-group-make-tool-bar): Check for display graphic capability before doing anything.
gnus-group.el (gnus-group-insert-group-line): Remove useless gnus-group-remove-excess-properties.
2010-10-29 11:24:23 +00:00
Katsumi Yamaoka
95de0327d0 gnus-art.el (gnus-article-goto-part): Fix last change. 2010-10-29 07:22:52 +00:00
Katsumi Yamaoka
9efcd22463 gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L. 2010-10-29 07:13:33 +00:00
Lars Magne Ingebrigtsen
eb9df2c9c7 gnus-sum.el (gnus-summary-rescan-group): Try to restore the window config after reselecting. 2010-10-28 22:03:15 +00:00
Julien Danjou
4abff9048d shr.el (shr-put-image): Use point even if only inserting text; save-excursion on alt text. 2010-10-28 12:45:51 +00:00
Julien Danjou
cfe94935c8 nnir.el (nnir-run-swish-e): Remove hyrex support. 2010-10-28 10:41:27 +00:00
Katsumi Yamaoka
a87ee50bb9 gnus-art.el: Improve MIME part functions.
gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
 (gnus-mime-copy-part): Check coding system, not charset.
 (gnus-mime-view-part-externally): Never remove part.
 (gnus-mime-view-part-internally): Don't remove part here.
 (gnus-article-part-wrapper): Make sure MIME tag is visible.
 (gnus-article-goto-part): Go to displayed or preferred subpart if it is multipart/alternative.

mm-decode.el (mm-display-part): Take optional arg `force'.
2010-10-28 06:37:35 +00:00
Julien Danjou
11a5db4a62 gnus-group.el: Make gnus-group-default-list-level possibly a function. 2010-10-27 22:08:36 +00:00
Julien Danjou
0b9808b0cf nnimap.el (nnimap-retrieve-group-data-early): Remove bad comment. 2010-10-27 08:07:41 +00:00
Katsumi Yamaoka
3444dc6164 mm-decode.el (mm-shr): Add undisplayer to MIME handle. 2010-10-27 03:59:59 +00:00
Katsumi Yamaoka
e617ab0651 gnus-group.el: Replace replace-regexp-in-string with gnus-replace-in-string. 2010-10-27 01:09:11 +00:00
Katsumi Yamaoka
036d93bcd0 shr.el (shr-tag-div): Added. 2010-10-26 22:08:30 +00:00
Julien Danjou
84acb2f67b gnus-util.el: Remove `gnus-with-local-quit'.
gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2010-10-25 22:02:00 +00:00
Lars Magne Ingebrigtsen
28090d40d7 gnus-sum.el (gnus-summary-select-article): Fix type error in checking the original article buffer. 2010-10-25 05:43:08 +00:00
Gnus developers
b5c575e640 Merge changes made in Gnus trunk.
message.el (message-default-headers): Fix type.
nnimap.el (nnimap-request-head, nnimap-request-move-article): Make internal nnimap moving slightly faster.
nnimap.el (nnimap-transform-headers): Don't bug out on bodiless articles.
nnimap.el (nnimap-send-command): Have no outstanding messages if the IMAP server doesn't support streaming.
nnimap.el (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2010-10-24 22:32:38 +00:00
Chong Yidong
0c382083b6 Merge changes from emacs-23 2010-10-24 17:36:09 -04:00
Gnus developers
de635afe1b gnus-sum.el (gnus-summary-select-article): Make sure we have the original article buffer live.
gnus-sum.el (gnus-summary-select-article-buffer): Mention gnus-widen-article-buffer.
shr.el (shr-tag-object): Added.
nnir.el, gnus-group.el: Make nnir work by default.
gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the group isn't covered by the agent.
gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the backend for unknown groups.
gnus-html.el (gnus-html-prefetch-images): Decode entities before prefetching images.
2010-10-24 09:55:56 +00:00
Lars Magne Ingebrigtsen
530f7b6727 gnus-group.el (gnus-group-completing-read): Remove all newlines from group names. They mess up the group buffer badly.
shr.el (shr-tag-strong): Added.
2010-10-24 00:29:21 +00:00
Gnus developers
280f417b7e Merge changes made in Gnus trunk.
gnus.texi (Subscription Commands): Mention that you can also subscribe to new groups via the Server buffer, which is probably more convenient when subscribing to many groups.
gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point instead of the summary one.
shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2010-10-23 00:01:49 +00:00
Juanma Barranquero
88dbda519d Fix typos.
* doc/misc/gnus.texi (Group Parameters, Buttons): Fix typos.

* lisp/org/org-exp.el (org-export-visible):
* lisp/progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
  Fix typos in docstrings.
2010-10-23 01:38:34 +02:00
Katsumi Yamaoka
48c9482c11 mml.el (mml-preview): Fix last change. 2010-10-22 04:30:27 +00:00
Katsumi Yamaoka
f9bbc77a40 mml.el (mml-preview): Work properly when editing article. 2010-10-22 04:15:14 +00:00
Gnus developers
e0da801ae4 gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to gnus-group-completing-read.
gnus-start.el (gnus-read-active-file-1): Don't add method to gnus-have-read-active-file if it's already been in.
2010-10-22 01:39:13 +00:00
Gnus developers
d806c87222 message.el (message-setup-1): Allow message-default-headers to be a function.
message.el (message-mode-map): Don't bind M-; to comment region, to allow the global comment-dwim to work.
2010-10-21 22:12:01 +00:00
Katsumi Yamaoka
3c06637349 shr.el (shr-tag-table): Simplify. 2010-10-21 05:36:36 +00:00
Lars Magne Ingebrigtsen
d815edf0e6 gnus-html.el (gnus-html-prefetch-images): Only prefetch http images to avoid trying to snarf invalid stuff. 2010-10-21 03:48:01 +00:00
Katsumi Yamaoka
1171414dae gnus-sum.el (gnus-summary-edit-article-done): Bind replace-result. 2010-10-21 02:52:45 +00:00