aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
Commit message (Collapse)AuthorAgeFilesLines
* * lisp/gnus/nndraft.el (nndraft-request-list): Fix declaration.Glenn Morris2012-04-162-1/+6
|
* Merge from emacs-24, up to 2012-04-10T02:06:[email protected]Glenn Morris2012-04-134-5/+27
|\
| * gnus-msg.el (gnus-inews-insert-gcc): `C-x m' on a non-group line fixupLars Magne Ingebrigtsen2012-04-122-1/+6
| |
| * gnus-art.el (article-wash-html): Fix non-ASCII characters when washing HTML ↵Lars Magne Ingebrigtsen2012-04-114-4/+23
|/ | | | | | | (bug#7410). gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't have a group name. gnus-start.el (gnus-read-newsrc-el-file): Protect against broken .newsrc.el files.
* Merge changes made in No GnusGnus developers2012-03-232-1/+6
| | | | | | | | | 2012-03-22 Lars Magne Ingebrigtsen <[email protected]> * auth-source.el (auth-source-netrc-create): Quote tokens that contain "#" to avoid having them interpreted as comments. 2012-03-22 Peder O. Klingenberg <[email protected]> (tiny change) * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to reflect the new default.
* shr.el (shr-insert): Minor shr white space rendering tweakLars Magne Ingebrigtsen2012-03-192-0/+6
|
* Merge changes made in No GnusLars Magne Ingebrigtsen2012-03-144-23/+49
|
* gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs 24.1 release.Lars Magne Ingebrigtsen2012-03-122-1/+6
|
* mm-uu.el (mm-uu-forward-extract): Be more liberal when extracting forwards ↵David Edmondson2012-03-102-1/+10
| | | | as MIME
* mm-uu.el (mm-uu-type-alist): Comment fix by Frank Haun <[email protected]>Katsumi Yamaoka2012-03-081-1/+1
|
* gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus isn't ↵Thierry Volpiatto2012-03-042-2/+9
| | | | running (bug#10897).
* Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris2012-02-284-8/+8
| | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00649.html
* shr.el (shr-column-specs): Protect against TDs with "width: 0%".Lars Magne Ingebrigtsen2012-02-252-4/+8
|
* nntp.el (nntp-send-authinfo): Fix last change.Katsumi Yamaoka2012-02-251-5/+3
|
* nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.Katsumi Yamaoka2012-02-232-4/+11
|
* ChangeLog fixes prompted by M-x authorsGlenn Morris2012-02-221-5/+0
|
* Small header fixesGlenn Morris2012-02-201-2/+2
|
* mm-decode.el (mm-shr): Remove "soft hyphens".Lars Ingebrigtsen2012-02-202-0/+6
|
* nnimap.el (nnimap-request-list): Return the group names encoded as utf8. ↵Lars Ingebrigtsen2012-02-203-9/+15
| | | | | | | Otherwise non-European group names don't work. (nnimap-request-newgroups): Ditto. gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for the default in `read-string' (bug#10757).
* gnus-msg.el: Fix bug with `C-u a' on topics (bug#10843)Lars Ingebrigtsen2012-02-202-1/+4
|
* nnimap.el: IMAP command logging improvement; When moving articles between ↵Lars Ingebrigtsen2012-02-202-1/+10
| | | | IMAP servers, delete from the correct server
* gnus-demon.el (gnus-demon-init): Don't multiply time twice.Vida Gabor2012-02-192-2/+6
|
* shr.el (shr-image-fetched): Be more defensive about killing the correct bufferLars Ingebrigtsen2012-02-182-14/+20
|
* Use add-to-list instead of push in gnus-1Leo Liu2012-02-162-2/+6
| | | | to avoid duplicate entries.
* shr.el (shr-remove-trailing-whitespace): Really delete the padding on ↵Lars Ingebrigtsen2012-02-152-1/+6
| | | | too-wide lines.
* Increase default image size limit; don't unlimit Gnus.Paul Eggert2012-02-142-2/+6
| | | | | | | * lisp/gnus/shr.el (shr-rescale-image): Undo previous change; see <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>. * src/image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
* nnimap.el (nnimap-transform-headers): Don't bug out on header lines ↵Lars Ingebrigtsen2012-02-132-2/+7
| | | | containing stuff that look like IMAP length encodings.
* Merge changes made in No GnusLars Ingebrigtsen2012-02-132-7/+15
| | | | | | | gnus.texi (Customizing the IMAP Connection): Mention nnimap-record-commands. nnimap.el (nnimap-record-commands): New variable. (nnimap-log-command): Use it. (nnimap-make-process-buffer): Add a space to the process buffer.
* shr.el (shr-rescale-image): Fix typo in last checkinLars Ingebrigtsen2012-02-131-1/+1
|
* shr.el (shr-rescale-image): Allow viewing large images.Lars Ingebrigtsen2012-02-132-1/+6
|
* Merge changes made in No GnusLars Ingebrigtsen2012-02-125-2/+25
| | | | | | nnml.el (nnml-request-compact-group): Delete the marks file after compaction (bug#10800). gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on group exit. nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed QRESYNC/FETCH output.
* Add missing :version tags to new defgroups and defcustomsGlenn Morris2012-02-1113-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * window.el (window-sides-slots): * tool-bar.el (tool-bar-position): * term/xterm.el (xterm-extra-capabilities): * ses.el (ses-self-reference-early-detection): * progmodes/verilog-mode.el (verilog-auto-declare-nettype) (verilog-auto-wire-type) (verilog-auto-delete-trailing-whitespace) (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort) (verilog-auto-tieoff-declaration): * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters) (sql-oracle-statement-starters, sql-oracle-scan-on): * progmodes/prolog.el (prolog-align-comments-flag) (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag) (prolog-left-indent-regexp, prolog-paren-indent-p) (prolog-paren-indent, prolog-parse-mode, prolog-keywords) (prolog-types, prolog-mode-specificators) (prolog-determinism-specificators, prolog-directives) (prolog-electric-newline-flag, prolog-hungry-delete-key-flag) (prolog-electric-dot-flag) (prolog-electric-dot-full-predicate-template) (prolog-electric-underscore-flag, prolog-electric-tab-flag) (prolog-electric-if-then-else-flag, prolog-electric-colon-flag) (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag) (prolog-program-switches, prolog-prompt-regexp) (prolog-debug-on-string, prolog-debug-off-string) (prolog-trace-on-string, prolog-trace-off-string) (prolog-zip-on-string, prolog-zip-off-string) (prolog-use-standard-consult-compile-method-flag) (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag) (prolog-imenu-max-lines, prolog-info-predicate-index) (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd) (prolog-char-quote-workaround): * progmodes/cc-vars.el (c-defun-tactic): * net/tramp.el (tramp-encoding-command-interactive) (tramp-local-end-of-line): * net/soap-client.el (soap-client): * net/netrc.el (netrc-file): * net/gnutls.el (gnutls): * minibuffer.el (completion-category-overrides) (completion-cycle-threshold) (completion-pcm-complete-word-inserts-delimiters): * man.el (Man-name-local-regexp): * mail/feedmail.el (feedmail-display-full-frame): * international/characters.el (glyphless-char-display-control): * eshell/em-ls.el (eshell-ls-date-format): * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment) (lisp-lambda-list-keyword-parameter-indentation) (lisp-lambda-list-keyword-parameter-alignment): * doc-view.el (doc-view-image-width, doc-view-unoconv-program): * dired-x.el (dired-omit-verbose): * cus-theme.el (custom-theme-allow-multiple-selections): * calc/calc.el (calc-highlight-selections-with-faces) (calc-lu-field-reference, calc-lu-power-reference) (calc-note-threshold): * battery.el (battery-mode-line-limit): * arc-mode.el (archive-7z-extract, archive-7z-expunge) (archive-7z-update): * allout.el (allout-prefixed-keybindings) (allout-unprefixed-keybindings) (allout-inhibit-auto-fill-on-headline) (allout-flattened-numbering-abbreviation): * allout-widgets.el (allout-widgets-auto-activation) (allout-widgets-icons-dark-subdir) (allout-widgets-icons-light-subdir, allout-widgets-icon-types) (allout-widgets-theme-dark-background) (allout-widgets-theme-light-background) (allout-widgets-item-image-properties-emacs) (allout-widgets-item-image-properties-xemacs) (allout-widgets-run-unit-tests-on-load) (allout-widgets-time-decoration-activity) (allout-widgets-hook-error-post-time) (allout-widgets-track-decoration): * gnus/sieve-manage.el (sieve-manage-default-stream): * gnus/shr.el (shr): * gnus/nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format) (nnir-retrieve-headers-override-function) (nnir-imap-default-search-key, nnir-notmuch-program) (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix) (nnir-method-default-engines): * gnus/message.el (message-cite-reply-position): * gnus/gssapi.el (gssapi-program): * gnus/gravatar.el (gravatar): * gnus/gnus-sum.el (gnus-refer-thread-use-nnir): * gnus/gnus-registry.el (gnus-registry-unfollowed-addresses) (gnus-registry-max-pruned-entries): * gnus/gnus-picon.el (gnus-picon-inhibit-top-level-domains): * gnus/gnus-int.el (gnus-after-set-mark-hook) (gnus-before-update-mark-hook): * gnus/gnus-async.el (gnus-async-post-fetch-function): * gnus/auth-source.el (auth-source-cache-expiry): Add missing :version tags to new defcustoms and defgroups.
* Prompt in a more logical fashion when sending bug reportsLars Ingebrigtsen2012-02-102-3/+10
| | | | | | | | | | | * gnus/message.el (message-default-send-mail-function): Made into own function for reuse by emacsbug.el. * mail/emacsbug.el (report-emacs-bug-hook): Query the user first about SMTP before checking the From header. * mail/sendmail.el (sendmail-query-user-about-smtp): Refacored out into own function for reuse by emacsbug.el.
* lisp/gnus/gnus.el: Avoid byte-compiler warning.Juanma Barranquero2012-02-102-8/+13
| | | | | (gnus-method-ephemeral-p): Move after declaration of defsubst `gnus-sloppily-equal-method-parameters' to avoid a warning.
* gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't running.Lars Ingebrigtsen2012-02-092-13/+20
|
* nnimap.el (nnimap-wait-for-response): Minor fixup of message string.Lars Ingebrigtsen2012-02-092-2/+7
|
* gnus.el: More fixes to not list ephemeral servers in the server bufferLars Ingebrigtsen2012-02-092-6/+16
|
* gnus-sum.el: Make gnus-summary-insert-old-articles prompting consistentLars Ingebrigtsen2012-02-092-0/+4
|
* Merge changes made in No GnusLars Ingebrigtsen2012-02-083-10/+15
| | | | | shr.el: Inhibit getting and sending cookies when fetching pictures. gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
* Merge changes made in No GnusLars Ingebrigtsen2012-02-072-10/+17
| | | | | gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel example (modified from an example by Michael Albinus). shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from lines that are narrower than the window width. Otherwise background "blocks" will look less readable.
* gnus-sum.el (gnus-summary-show-thread): Revert last two changes.Katsumi Yamaoka2012-02-072-4/+7
|
* nnimap.el: Fix XEmacs 21.4 build failure from the last changeLars Ingebrigtsen2012-02-071-2/+1
|
* nnimap.el: Allow nnimap to parse headers with spaces in odd placesLars Ingebrigtsen2012-02-072-8/+21
|
* Merge changes made in No GnusLars Ingebrigtsen2012-02-074-8/+45
| | | | | | | | | shr-color.el (shr-color-set-minimum-interval): Renamed to add prefix (bug#10732). shr.el (shr-insert-document): Add doc string. (shr-visit-file): Ditto. (shr-remove-trailing-whitespace): New function. (shr-insert-document): Use it to clean up trailing whitespace as the final step (bug#10714). gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary buffer if `gnus-kill-summary-on-exit' is nil.
* gnus-sum.el (gnus-summary-show-thread): next-single-char-property-change may ↵Katsumi Yamaoka2012-02-062-1/+9
| | | | return nil in XEmacs.
* Minor Gnus group exit fixLars Ingebrigtsen2012-02-062-1/+6
| | | | | * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus when just reading a single group from "without" Gnus.
* Another minor fix for next-single-char-property-change.Chong Yidong2012-02-062-2/+6
| | | | | * gnus/gnus-sum.el (gnus-summary-show-thread): next-single-char-property-change never returns nil (Bug#8657).
* nnimap.el: Fix inloop if the server dies before the async -finish is calledLars Ingebrigtsen2012-02-052-6/+16
|
* nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing an ↵Lars Ingebrigtsen2012-02-022-9/+12
| | | | initial sync unless we're really doing one.
* gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new address ↵Lars Ingebrigtsen2012-02-022-4/+12
| | | | parameter if one already exists (bug#9676).