aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge bugfixes done in Gnus trunkGnus developers2012-06-111-0/+5
| | | | | | | | | | | | | | Those changes fix only the bugs having appeared in the bug list. Many other Gnus changes not yet merged to Emacs are in: ftp://ftp.jpl.org/pub/tmp/MaGnus-to-Emacs.patch (or http://www.jpl.org/ftp/pub/tmp/MaGnus-to-Emacs.patch) 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus.texi (Group Timestamp): Mention where to find documentation for the `gnus-tmp-' variables (bug#11601). 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at> * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of articles when fetch-old is non-nil (bug#11370).
* Merge bugfixes done in Gnus trunkGnus developers2012-06-101-0/+10
| | | | | | | | | | | | | | Those changes fix only the bugs having appeared in the bug list. Many other Gnus changes not yet merged to Emacs are in: ftp://ftp.jpl.org/pub/tmp/MaGnus-to-Emacs.patch (or http://www.jpl.org/ftp/pub/tmp/MaGnus-to-Emacs.patch) 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-group.el (gnus-group-get-new-news): Respect `gnus-group-use-permanent-levels', as documented (bug#11638). 2012-06-10 Dave Abrahams <dave@boostpro.com> * gnus-int.el (gnus-warp-to-article): Limit registry warping to real groups (bug#11641).
* Merge bugfixes done in Gnus trunkKatsumi Yamaoka2012-06-081-0/+11
| | | | | | | | | | | | | | | Those changes fix only the bugs having appeared in the bug list. Many other Gnus changes not yet merged to Emacs are in: ftp://ftp.jpl.org/pub/tmp/MaGnus-to-Emacs.patch (or http://www.jpl.org/ftp/pub/tmp/MaGnus-to-Emacs.patch) 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running (bug#11514). 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-msg.el (gnus-summary-cancel-article): See what From header we would have gotten if we posted to the group, and use that to compare against the message we want to cancel (bug#10808).
* * lisp/gnus/nntp.el: Stop the `letf' madness.Stefan Monnier2012-06-011-0/+6
| | | | | | | (nntp--report-1): New var. (nntp-report): Merge nntp-report-1 into it. (nntp-with-open-group-function): Set nntp--report-1 instead of modifying the nntp-report function.
* * lisp/gnus/auth-source.el: Fix comment-style to follow the convention.Stefan Monnier2012-06-011-0/+4
|
* Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.comGlenn Morris2012-05-261-0/+5
|\
| * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is a string so ↵Katsumi Yamaoka2012-05-211-0/+5
| | | | | | | | that Gcc works (bug#11514)
* | Use `declare' in `lambda' and mis minor changes.Stefan Monnier2012-05-261-0/+5
| | | | | | | | | | | | | | | | * lisp/subr.el (lambda): Use declare. * lisp/emacs-lisp/lisp-mode.el (lambda): * lisp/emacs-lisp/edebug.el (lambda): Move properties to its definition. * lisp/gnus/legacy-gnus-agent.el (gnus-agent-unhook-expire-days): * lisp/gnus/gnus-demon.el (gnus-demon-init): Don't bother with type-of.
* | * lisp/gnus/gnus-win.el (gnus-configure-frame): Don't signal an error whenStefan Monnier2012-05-251-0/+11
| | | | | | | | | | | | | | | | | | jumping to *Server* from a dedicated *Group* window. (gnus-configure-frame): CSE. * lisp/gnus/gnus-registry.el: Minor style cleanup. (gnus-registry--set/remove-mark): New function, extracted from gnus-registry-install-shortcuts. (gnus-registry-install-shortcuts): Use it.
* | nnspool.el (news-path): Use eval-and-compileKatsumi Yamaoka2012-05-251-0/+4
| |
* | * paths.el (news-inews-program): Move to gnus/nnspool.el.Glenn Morris2012-05-241-2/+2
| | | | | | | | | | | | * gnus/nnspool.el (news-inews-program): Move here from paths.el. Don't see a need for this to be autoloaded. (Or even to exist; it is only used to init another variable.)
* | * paths.el (news-directory, news-path): Move to gnus/nnspool.el.Glenn Morris2012-05-241-0/+3
| | | | | | | | | | | | * gnus/nnspool.el (news-directory, news-path): Move here from paths.el. Don't see a need for these to be autoloaded. This file is the only place that uses them, to init another variable.
* | No need to define gnus-default-nntp-server in paths.elGlenn Morris2012-05-241-1/+7
| | | | | | | | | | | | | | | | | | | | Don't see a need for this to be autoloaded, since it is only used in gnus.el (in one place, as a fallback). Maybe it should be obsolete? * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it). * gnus/gnus.el (gnus-default-nntp-server): Make it a defcustom. Merge in doc from paths.el version.
* | Fix minor Y10k bugs.Paul Eggert2012-05-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | * lisp/arc-mode.el (archive-unixdate): * lisp/autoinsert.el (auto-insert-alist): * lisp/calc/calc-forms.el (math-this-year): * lisp/gnus/nnweb.el (nnweb-google-parse-1): * lisp/emacs-lisp/copyright.el (copyright-current-year) (copyright-update-year, copyright): * lisp/tar-mode.el (tar-clip-time-string): * lisp/time.el (display-time-update): Don't assume years have 4 digits.
* | * lisp/gnus/nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."Stefan Monnier2012-05-011-0/+5
| | | | | | | | message once it's actually open.
* | Avoid the obsolete `assoc' package.Stefan Monnier2012-04-281-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/speedbar.el (speedbar-refresh): Avoid adelete. (speedbar-file-lists): Simplify and avoid aput. * lisp/man.el (Man--sections, Man--refpages): New vars, replacing Man-sections-alist and Man-refpages-alist. (Man-build-section-alist, Man-build-references-alist): Use them; avoid aput. (Man--last-section, Man--last-refpage): New vars. (Man-follow-manual-reference): Use them. Use the `default' arg of completing-read. (Man-goto-section): Idem. Move prompt to the `interactive' spec. * lisp/gnus/auth-source.el (auth-source--aput-1, auth-source--aput) (auth-source--aget): New functions and macros. Use them instead of aput/aget.
* | Merge changes from emacs-24 branchChong Yidong2012-04-271-0/+4
|\ \ | |/
| * * gnus.el (debbugs-gnu): Don't override existing autoload definition.Andreas Schwab2012-04-211-0/+4
| |
* | lisp/gnus/plstore.el: Fix buildbot failure with XEmacsDaiki Ueno2012-04-261-0/+6
| |
* | Revive plstore editing mode previously reverted due to feature freeze.Daiki Ueno2012-04-261-0/+10
| |
* | * lisp/gnus/nndraft.el (nndraft-request-list): Fix declaration.Glenn Morris2012-04-161-0/+4
| |
* | Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.orgGlenn Morris2012-04-131-0/+16
|\ \ | |/
| * gnus-msg.el (gnus-inews-insert-gcc): `C-x m' on a non-group line fixupLars Magne Ingebrigtsen2012-04-121-0/+5
| |
| * gnus-art.el (article-wash-html): Fix non-ASCII characters when washing HTML ↵Lars Magne Ingebrigtsen2012-04-111-0/+13
|/ | | | | | | (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-231-0/+5
| | | | | | | | | 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org> * auth-source.el (auth-source-netrc-create): Quote tokens that contain "#" to avoid having them interpreted as comments. 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (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-191-0/+5
|
* Merge changes made in No GnusLars Magne Ingebrigtsen2012-03-141-0/+19
|
* gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs 24.1 release.Lars Magne Ingebrigtsen2012-03-121-0/+5
|
* mm-uu.el (mm-uu-forward-extract): Be more liberal when extracting forwards ↵David Edmondson2012-03-101-0/+5
| | | | as MIME
* gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus isn't ↵Thierry Volpiatto2012-03-041-0/+5
| | | | running (bug#10897).
* shr.el (shr-column-specs): Protect against TDs with "width: 0%".Lars Magne Ingebrigtsen2012-02-251-0/+4
|
* nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.Katsumi Yamaoka2012-02-231-0/+4
|
* ChangeLog fixes prompted by M-x authorsGlenn Morris2012-02-221-5/+0
|
* mm-decode.el (mm-shr): Remove "soft hyphens".Lars Ingebrigtsen2012-02-201-0/+2
|
* nnimap.el (nnimap-request-list): Return the group names encoded as utf8. ↵Lars Ingebrigtsen2012-02-201-0/+7
| | | | | | | 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-201-0/+3
|
* nnimap.el: IMAP command logging improvement; When moving articles between ↵Lars Ingebrigtsen2012-02-201-0/+7
| | | | IMAP servers, delete from the correct server
* gnus-demon.el (gnus-demon-init): Don't multiply time twice.Vida Gabor2012-02-191-0/+5
|
* shr.el (shr-image-fetched): Be more defensive about killing the correct bufferLars Ingebrigtsen2012-02-181-0/+5
|
* Use add-to-list instead of push in gnus-1Leo Liu2012-02-161-0/+4
| | | | to avoid duplicate entries.
* shr.el (shr-remove-trailing-whitespace): Really delete the padding on ↵Lars Ingebrigtsen2012-02-151-0/+5
| | | | too-wide lines.
* Increase default image size limit; don't unlimit Gnus.Paul Eggert2012-02-141-0/+5
| | | | | | | * 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-131-1/+3
| | | | containing stuff that look like IMAP length encodings.
* Merge changes made in No GnusLars Ingebrigtsen2012-02-131-0/+4
| | | | | | | 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): Allow viewing large images.Lars Ingebrigtsen2012-02-131-0/+4
|
* Merge changes made in No GnusLars Ingebrigtsen2012-02-121-0/+11
| | | | | | 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-111-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-101-0/+5
| | | | | | | | | | | * 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-101-1/+6
| | | | | (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-091-0/+3
|