Function declaration updates prompted by 'make check-declare'
[gnus] / lisp / gnus-int.el
2015-02-05 Vincent BernatMake `M-g' in the group buffer work again
2015-01-26 Lars IngebrigtsenMake moving IMAP articles faster in large groups
2015-01-02 Paul EggertUpdate copyright year to 2015
2014-02-05 Lars Ingebrigtsen* gnus-int.el (gnus-request-accept-article): Doc fix.
2014-01-01 Paul EggertUpdate copyright year to 2014
2013-10-30 Glenn Morrisgnus-group.el (gnus-group-browse-foreign-server):
2013-09-17 Katsumi Yamaokagnus-int.el (gnus-open-server): Silence compiler
2013-08-05 Dave Abrahams* gnus-int.el (gnus-warp-to-article): Allow warping...
2013-08-01 Lars Magne Ingebri... * gnus-int.el (gnus-warp-to-article): Mention that...
2013-01-30 Christopher Schmidtgnus-int.el (gnus-backend-trace): Honour gnus-backend...
2013-01-03 Paul EggertUpdate copyright notices for 2013
2012-12-23 Lars IngebrigtsenMerge branch 'master' of https://git.gnus.org/gnus
2012-12-23 Lars Ingebrigtsen(gnus-backend-trace): Also not the elapsed seconds.
2012-12-23 Lars Ingebrigtsen(gnus-finish-retrieve-group-infos): Add backend tracing.
2012-12-23 Lars IngebrigtsenRefactor the backend tracing code.
2012-08-29 Dave Abrahamsgnus-request-head: when gnus-override-method is set...
2012-08-29 Dave AbrahamsFilter out negative article numbers during expiry
2012-08-06 Julien Danjouint, nnimap: remove to-buffer in request-head
2012-08-06 Julien Danjougnus-int: add to-buffer parameter to gnus-request-head
2012-07-24 Julien DanjouRemove dead code
2012-06-10 Dave Abrahams(gnus-warp-to-article): Limit registry warping to real...
2012-06-10 Lars Magne Ingebri... Merge remote branch 'origin/no-gnus'
2012-06-10 Lars Magne Ingebri... Merge remote branch 'origin/no-gnus'
2012-04-12 Lars Magne Ingebri... Merge remote branch 'origin/no-gnus'
2012-04-10 Lars Magne Ingebri... Merge remote branch 'origin/no-gnus'
2012-04-10 Lars Magne Ingebri... Merge remote branch 'origin/no-gnus'
2012-04-10 Lars Magne Ingebri... Merge remote branch 'origin/no-gnus'
2012-04-10 Lars Magne Ingebri... Merge remote branch 'origin/no-gnus'
2012-03-22 Lars Magne Ingebri... Clean up compilation warnings from the gnus-registry...
2012-03-22 Dave AbrahamsWarp via the registry if enabled
2012-03-12 Lars Magne Ingebri... Merge remote branch 'origin/no-gnus'
2012-03-12 Lars Magne Ingebri... Switch off more debugging
2012-02-11 Glenn MorrisAdd missing :version tags to new defcustoms and defgroups
2012-02-11 Glenn MorrisAdd missing :version tags to new defcustoms and defgroups
2012-01-06 Lars Magne Ingebri... (gnus-activate-group): Document more parameters (bug...
2012-01-05 Glenn MorrisAdd 2012 to FSF copyright years for Emacs files.
2012-01-01 Paul EggertSpelling fixes.
2011-09-12 Stefan Monniergnus.el (gnus-nntp-server): Move to gnus-int.el to...
2011-09-10 Lars Magne Ingebri... * gnus-int.el (gnus-open-server): Make the "denied...
2011-07-14 Andrew Cohen(gnus-request-thread): Add group argument and ensure...
2011-03-15 Katsumi YamaokaMerge branch 'master' of https://git.gnus.org/gnus
2011-03-15 Lars Magne Ingebri... Give a backtrace if debug-on-quit is set and the user...
2011-01-28 Lars Magne Ingebri... (gnus-request-marks): Call *-request-marks instead...
2011-01-25 Glenn MorrisConvert consecutive FSF copyright years to ranges.
2011-01-11 Lars Magne Ingebri... Don't try to update marks and stuff if the backend...
2010-12-16 Lars Magne Ingebri... Notify backends when we add/kill groups.
2010-12-06 Lars Magne Ingebri... (gnus-request-thread): Rework to take a header instead...
2010-12-05 Lars Magne Ingebri... Indent.
2010-11-06 Andrew CohenMore improvements to thread-referral.
2010-10-29 Julien DanjouRemove gnus-nntp-service
2010-10-24 Lars Magne Ingebri... Indent.
2010-10-14 Lars Magne Ingebri... (gnus-summary-refer-thread): Implement a version that...
2010-10-11 Ted ZlatanovAutoload gnus-run-hook-with-args from gnus-util.el.
2010-10-07 Ted ZlatanovGnus hooks for the mark get/set operations.
2010-09-29 Julien DanjouIntroduce gnus-completing-read
2010-09-25 Lars Magne Ingebri... Use report-string.
2010-09-25 Lars Magne Ingebri... (gnus-check-server): Say what the error was when openin...
2010-09-25 Lars Magne Ingebri... Don't query whether to go offline -- just do it.
2010-09-25 Lars Magne Ingebri... Indent.
2010-09-23 Lars Magne Ingebri... (gnus-request-update-info): Protect against backends...
2010-09-23 Lars Magne Ingebri... Split -request-update-info into -request-marks and...
2010-09-22 Lars Magne Ingebri... Add tracing for performance debugging.
2010-09-22 Lars Magne Ingebri... Inhibit the daemon, since this command might take a...
2010-09-21 Lars Magne Ingebri... Give a better error message in the "go offline" case.
2010-09-21 Lars Magne Ingebri... Implement the nnimap article expunging interface method...
2010-09-19 Lars Magne Ingebri... Pass proper format strings to gnus-message.
2010-09-18 Lars Magne Ingebri... (gnus-request-group): Take an optional `info' parameter.
2010-09-18 Lars Magne Ingebri... nnimap-related changes to avoid bugging out if we can...
2010-09-17 Lars Magne Ingebri... Save result so that it doesn't say "failed" all the...
2010-09-17 Lars Magne Ingebri... Throughout all files, replace (save-excursion (set...
2010-09-17 Lars Magne Ingebri... Clean up code slightly.
2010-09-17 Lars Magne Ingebri... Reimplement nnimap, and do tweaks to the rest of the...
2010-09-04 Lars Magne Ingebri... Indent.
2010-09-04 Lars Magne Ingebri... Rewrite the Gnus group activation method to be more...
2010-09-01 Lars Magne Ingebri... Remove arch-tags from all files, since these are no...
2010-01-13 Katsumi YamaokaAdd 2010 to copyright years.
2009-01-22 Miles BaderMerge from emacs--devo--0
2008-05-19 Miles BaderMerge from emacs--devo--0
2008-04-24 Miles BaderMerge from emacs--devo--0, emacs--rel--22
2008-01-20 Miles BaderMerge from emacs--devo--0
2007-12-16 Miles BaderMerge from emacs--devo--0
2007-11-28 Reiner Steib* gnus.el (gnus-method-to-server): Add an optional...
2007-10-04 Reiner SteibRelicense "GPLv2 or later" files to "GPLv3 or later".
2007-01-24 Miles BaderMerge from gnus--rel--5.10
2006-11-29 Katsumi Yamaoka(gnus-open-server): Say failed server's name.
2006-02-24 Lars Magne Ingebri... 2006-02-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2006-02-08 Miles BaderRevision: emacs@sv.gnu.org/gnus--devo--0--patch-25
2005-09-19 Didier Vernalisp/ChangeLog addition:
2005-08-26 Miles BaderRevision: miles@gnu.org--gnu-2005/gnus--devo--0--patch-182
2005-07-05 Miles BaderRevision: miles@gnu.org--gnu-2005/gnus--devo--0--patch-151
2005-03-03 Teodor Zlatanov* gnus-sum.el (gnus-summary-move-article): pass move...
2005-02-13 Miles BaderRevision: miles@gnu.org--gnu-2005/gnus--devo--0--patch-37
2004-09-24 Kevin Greiner * gnus-int.el (gnus-request-set-mark, gnus-request...
2004-09-23 Kevin Greiner * gnus-int.el (gnus-request-set-mark, gnus-request...
2004-09-22 Kevin Greiner * gnus-int.el (gnus-servers-that-use-local-marks)...
2004-09-22 Kevin Greiner * gnus-int.el (gnus-servers-that-use-local-marks)...
2004-09-19 Reiner Steib* uudecode.el (uudecode-use-external): Add :version.
2004-09-09 Kevin Greiner * gnus-int.el (gnus-request-move-article): Use
2004-05-20 Miles BaderAdd arch taglines
2004-05-01 Lars Magne Ingebri... (gnus-agent-read-agentview): Inline
next