aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge bugfixes done in Gnus trunkGnus developers2012-06-112-8/+14
| | | | | | | | | | | | | | 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-103-6/+17
| | | | | | | | | | | | | | 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-082-3/+28
| | | | | | | | | | | | | | | 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-012-21/+23
| | | | | | | (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-012-33/+37
|
* Spelling fixes.Paul Eggert2012-05-282-2/+2
|
* Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.comGlenn Morris2012-05-262-0/+6
|\
| * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is a string so ↵Katsumi Yamaoka2012-05-212-0/+6
| | | | | | | | that Gcc works (bug#11514)
* | Use `declare' in `lambda' and mis minor changes.Stefan Monnier2012-05-263-11/+17
| | | | | | | | | | | | | | | | * 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-253-75/+99
| | | | | | | | | | | | | | | | | | 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-252-5/+10
| |
* | * paths.el (news-inews-program): Move to gnus/nnspool.el.Glenn Morris2012-05-242-2/+12
| | | | | | | | | | | | * 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-242-0/+12
| | | | | | | | | | | | * 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-242-9/+20
| | | | | | | | | | | | | | | | | | | | 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-032-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | * 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-012-0/+7
| | | | | | | | message once it's actually open.
* | Avoid the obsolete `assoc' package.Stefan Monnier2012-04-282-40/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-272-1/+7
|\ \ | |/
| * * gnus.el (debbugs-gnu): Don't override existing autoload definition.Andreas Schwab2012-04-212-1/+7
| |
* | lisp/gnus/plstore.el: Fix buildbot failure with XEmacsDaiki Ueno2012-04-262-1/+19
| |
* | Revive plstore editing mode previously reverted due to feature freeze.Daiki Ueno2012-04-262-6/+139
| |
* | * 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:19Z!larsi@gnus.orgGlenn 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 <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-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 <fh@fhaun.de>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
|