gnus
2011-03-30 Lars Magne... Only do the defcustom compilation thing on XEmacs,...
2011-03-30 Lars Magne... Resolve merge conflict.
2011-03-30 Chong YidongMerge Emacs' changes.
2011-03-29 Lars Magne... * gssapi.el (open-gssapi-stream): Remove the last menti...
2011-03-29 Lars Magne... (gnus-score-string): Fix calling convention of `gnus...
2011-03-29 Lars Magne... Don't send any marks updates to the server for articles...
2011-03-29 Antoine Levitt* gnus.texi (Listing Groups): Document gnus-group-list...
2011-03-29 Michael Welsh... (nnimap-open-connection-1): Is the login responds with...
2011-03-29 Lars Magne... (gnus-agent-fetch-headers): Don't message if we're...
2011-03-29 Lars Magne... * gnus.el (gnus-splash-svg-color-symbols): Removed...
2011-03-29 Adam Sjøgren* gnus.el (gnus-group-startup-message): Prefer svg...
2011-03-29 Lars Magne... Use the local gnus-simplify-subject-fuzzy-regex instead...
2011-03-29 Ted ZlatanovIgnore "archive:sent" groups. Bail out early if enough...
2011-03-29 Stefan MonnierFix `message-yank-original' so the CL functions are...
2011-03-29 Julien Danjoumm-view: use set-normal-mode
2011-03-28 Brian T. SniffenUse `imap-process-connection-type' for 'shell' streams...
2011-03-27 Chong YidongMerge changes made in Emacs trunk.
2011-03-25 Ted ZlatanovMove `mm-handle-filename' to mm-decode.el (bug#8330).
2011-03-21 Julien Danjoumm-view: font-lock based on filename
2011-03-21 Julien Danjoumm: add mm-handle-filename
2011-03-18 Julien Danjougnus-util: check that buffer is not nil
2011-03-18 Julien Danjougnus-util: simplify gnus-buffer-live-p
2011-03-17 Lars Magne... Introduce fail-on-warning.
2011-03-17 Lars Magne... * Makefile.in (warn): Add a dummy "warn" target.
2011-03-17 Lars Magne... Fix "push tag" command.
2011-03-17 Lars Magne... No Gnus v0.16 is begun
2011-03-17 Lars Magne... No Gnus v0.15 is released
2011-03-17 Lars Magne... Use assoc instead of assoc-string to avoid warning...
2011-03-17 Lars Magne... Bind help-echo-owns-message to avoid a compiler warning...
2011-03-17 Lars Magne... Require mouse, which the build bot seems to say is...
2011-03-17 Lars Magne... Use `url-retrieve' on XEmacs, since it doesn't have...
2011-03-17 Lars Magne... (format-seconds): Use assoc instead of assoc-string...
2011-03-17 Lars Magne... Ignore .rej files.
2011-03-17 Lars Magne... (Various Commands): Document format specs in the ellipsis.
2011-03-17 Antoine Levitt* gnus-group.el (gnus-group-list-ticked): New function.
2011-03-17 Lars Magne... * shr.el (shr-visit-file): New command.
2011-03-17 Lars Magne... (nnimap-fetch-inbox): Rewrite slightly last patch.
2011-03-17 Bjørn Mork(nnimap-fetch-inbox): Don't download bodies on ver4...
2011-03-16 Julien Danjoumm-uu: only dissect handle that are inline
2011-03-16 Julien Danjougnus-sum: use group parameter for list identifiers
2011-03-16 Ted Zlatanov* git.gnus.org/index.html: Updates about the CACert...
2011-03-15 Stefan MonnierFix some entries.
2011-03-15 Stefan MonnierFix some entries.
2011-03-15 Lars Magne... (gnus-articles-to-read): Revert back to old behaviour...
2011-03-15 Lars Magne... Indent.
2011-03-15 Stefan Monnierauth-source.el (auth-source-netrc-create):
2011-03-15 Katsumi YamaokaMerge branch 'master' of https://git.gnus.org/gnus
2011-03-15 Katsumi YamaokaMerge branch 'master' of https://git.gnus.org/gnus
2011-03-15 Lars Magne... (nnimap-open-connection-1): Allow `network-only', too.
2011-03-15 Lars Magne... * gssapi.el: New file separated out from imap.el to...
2011-03-15 Lars Magne... (message-elide-ellipsis): Document the format specs...
2011-03-15 Lars Magne... Protect against trying to restore window configurations...
2011-03-15 Lars Magne... Store HIGHESTMODSEQ as a string, since it may be too...
2011-03-15 Lars Magne... (nnimap-parse-flags): Simplify the last change.
2011-03-15 Lars Magne... Remove all MODSEQ entries before parsing to avoid integ...
2011-03-15 Nelson Ferreira* gnus-art.el (gnus-article-treat-body-boundary): Fix...
2011-03-15 Antoine Levitt* gnus-sum.el (gnus-articles-to-read): Use gnus-large...
2011-03-15 Antoine Levitt* message.texi (Insertion Variables): Document message...
2011-03-15 Lars Magne... Give a backtrace if debug-on-quit is set and the user...
2011-03-15 Stefan Monnierauth-source.el (auth-source-netrc-create): Use usual...
2011-03-15 Ted Zlatanov* message.el (message-yank-original): Use cond instead...
2011-03-14 Katsumi Yamaokalpath.el: Fbind read-char-choice for XEmacs.
2011-03-13 Ted ZlatanovShow the default in the prompt when prompting for token...
2011-03-12 Ted ZlatanovUpdate docs to explain that the :save-function will...
2011-03-12 Ted ZlatanovFix default prompt and repeated saver query bugs.
2011-03-11 Ted ZlatanovAdjust documentation and remove automatic read in hopes...
2011-03-11 Julien Danjoumm-uu: enhance diff extraction support
2011-03-09 Ted ZlatanovDon't use the dropdown-list library.
2011-03-09 Ted ZlatanovAdd `auth-source-pick-first-password'.
2011-03-09 Katsumi Yamaokaauth.texi (Help for developers): Untabify.
2011-03-09 Ted ZlatanovUse `eval-when-compile' to load `dropdown-list'
2011-03-09 Ted ZlatanovUse `auth-source-read-char-choice' instead of `read...
2011-03-09 Ted ZlatanovMerge branch 'master' of https://git.gnus.org/gnus
2011-03-08 Ted ZlatanovImprove default auth-source creation prompts as suggest...
2011-03-08 Ted ZlatanovAdd full usage example.
2011-03-08 Ted ZlatanovAdd IMAP-specific user and password prompt.
2011-03-08 Ted ZlatanovBring in :require and :save-function support.
2011-03-07 Lars Magne... Change the defaults for the table lines to be spaces...
2011-03-07 Lars Magne... Resolve conflicts.
2011-03-07 Lars Magne... Allow putting foreign groups onto the list of killed...
2011-03-07 Lars Magne... (nnimap-request-thread): Don't bug out when we can...
2011-03-07 Julien Danjousieve-manage: return empty string if no user/password
2011-03-07 Julien Danjoumessage.texi: update default value of message-generate...
2011-03-07 Julien Danjousieve-manage: create auth-info if needed
2011-03-06 Ted ZlatanovMerge branch 'master' of https://git.gnus.org/gnus
2011-03-06 Juanma BarranqueroFix typo.
2011-03-06 Ted ZlatanovMerge branch 'master' of https://git.gnus.org/gnus
2011-03-06 Katsumi Yamaokagnus-uu.el (gnus-uu-decode-save): Typo fix.
2011-03-06 Ted ZlatanovMerge branches 'master' and 'master' of https://git...
2011-03-05 Antoine Levittgnus.el (gnus-interactive): Use read-directory-name.
2011-03-05 Lars Magne... * gnus-sum.el (gnus-update-read-articles): Fix typo.
2011-03-05 Lars Magne... Default to not propagating marks to all backends except...
2011-03-05 Antoine LevittUse the new citation styles.
2011-03-04 Daiki UenoMake message-options buffer-local only under GNU Emacs.
2011-03-04 Daiki UenoRevert e39a27f6, which does not really fix the problem.
2011-03-04 Daiki UenoRevert 22da67af.
2011-03-04 Daiki UenoBind message-options when composing MIME messages.
2011-03-03 Tassilo HornWork around numbers too big to be read.
2011-03-02 Ted ZlatanovAutoload `password-in-cache-p'.
2011-03-02 Ted ZlatanovTry to fix XEmacs message-options buffer-local issue.
next