Split -request-update-info into -request-marks and -update-info.
[gnus] / lisp / ChangeLog
2010-09-23 Lars Magne Ingebri... Split -request-update-info into -request-marks and...
2010-09-23 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-23 Lars Magne Ingebri... When UIDNEXT is present, use that for the active.
2010-09-23 Ted ZlatanovRemove encrypt.el.
2010-09-23 Lars Magne Ingebri... Sync non-standard flags from the server in symbolic...
2010-09-23 Lars Magne Ingebri... Embiggen pictures slightly.
2010-09-22 Lars Magne Ingebri... (nnimap-update-info): Fix up code slightly.
2010-09-22 Lars Magne Ingebri... (nnimap-parse-flags): Parse the data in any order.
2010-09-22 Lars Magne Ingebri... Add tracing for performance debugging.
2010-09-22 Lars Magne Ingebri... Pass the real group name so that it gets the right...
2010-09-22 Lars Magne Ingebri... (gnus-group-highlight-line): Typo fix: beg, not start.
2010-09-22 Julien DanjouRemove gnus-group-highlight-line from the default hook...
2010-09-22 Lars Magne Ingebri... Don't have `gnus-get-unread-articles-in-group' update...
2010-09-22 Lars Magne Ingebri... Speed up date-to-time.
2010-09-22 Lars Magne Ingebri... Fix up various off-by-one errors when syncing flags...
2010-09-22 Julien Danjougnus-group-insert-group-line: Compute icon to return
2010-09-22 Lars Magne Ingebri... If nnmail-expiry-wait is immediate, then expire all...
2010-09-22 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-22 Lars Magne Ingebri... Only run -request-scan once per method on `g'.
2010-09-22 Julien Danjougnus-html-image-fetched: check for errors
2010-09-22 Julien Danjougnus-html-image-fetched: Only cache if gnus-html-image...
2010-09-22 Lars Magne Ingebri... (nnimap-parse-flags): Fix typo.
2010-09-22 Lars Magne Ingebri... Record the server name.
2010-09-22 Lars Magne Ingebri... Make IMAP flags parsing much faster by using `read'.
2010-09-22 Lars Magne Ingebri... Allow nnimap to just delete 'junk messages when splitting.
2010-09-22 Lars Magne Ingebri... Set the current nnimap group to nil, since EXAMINE...
2010-09-22 Lars Magne Ingebri... Inhibit the daemon, since this command might take a...
2010-09-22 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-22 Lars Magne Ingebri... Expunge IMAP groups by default on article deletion.
2010-09-22 Julien Danjougnus-html-image-fetched: Search also for \r\n\r\n to...
2010-09-22 Julien Danjougnus-html-put-image: stop using markers
2010-09-22 Julien Danjougnus-html-rescale-image: Use window-inside-pixel-edges...
2010-09-22 Lars Magne Ingebri... Try to keep the server/method cache unique.
2010-09-22 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-22 Julien DanjouUse gnus-html-encode-url to encode URL
2010-09-22 Julien Danjougnus-html-get-image-data: Search also for \r\n\r\n...
2010-09-22 Ted ZlatanovTell user if expunge won't happen.
2010-09-22 Julien DanjouMake gnus-group-add-icon work
2010-09-22 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-22 Julien Danjou(gnus-html-put-image): Put alt-text as help-echo
2010-09-22 Julien Danjou(gnus-html-wash-images): Use xml-substitute-special...
2010-09-22 Katsumi YamaokaRemove Emacs 21 stuff.
2010-09-22 Katsumi YamaokaRemove Emacs 21 stuff.
2010-09-21 Lars Magne Ingebri... Add sanity check to not delete marks outside the active...
2010-09-21 Lars Magne Ingebri... Fix variable name clobbering from previous patch.
2010-09-21 Lars Magne Ingebri... Fix another typo
2010-09-21 Lars Magne Ingebri... Fix typo.
2010-09-21 Lars Magne Ingebri... Give a better error message in the "go offline" case.
2010-09-21 Lars Magne Ingebri... Hack to avoid adjusting marks for nnimap, which is...
2010-09-21 Lars Magne Ingebri... When we have several similar methods, try to create...
2010-09-21 Lars Magne Ingebri... Fix the prefixed select method in the presence of many...
2010-09-21 Lars Magne Ingebri... Fix typo: time-subtract.
2010-09-21 Lars Magne Ingebri... Don't refer to nnml-inhibit-expiry.
2010-09-21 Lars Magne Ingebri... Use gnus-server-equal to find out whether methods are...
2010-09-21 Lars Magne Ingebri... (nnimap-mark-and-expunge-incoming): Wait for the last...
2010-09-21 Lars Magne Ingebri... Request the article before looking at what the Message...
2010-09-21 Lars Magne Ingebri... Implement nnimap expiry.
2010-09-21 Lars Magne Ingebri... Allow returning the cutoff time for oldness in addition...
2010-09-21 Lars Magne Ingebri... Only delete articles immediately if the target is ...
2010-09-21 Lars Magne Ingebri... When we have zero articles, return the right data to...
2010-09-21 Lars Magne Ingebri... When respooling to the same method, this would bug...
2010-09-21 Lars Magne Ingebri... Implement the nnimap article expunging interface method...
2010-09-21 Lars Magne Ingebri... (nnimap-request-create-group): Implement.
2010-09-21 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-21 Julien Danjou(gnus-html-image-map): Add v to browse-url on undisplay...
2010-09-21 Julien DanjouMake gnus-html use url-cache system
2010-09-20 Katsumi Yamaokarfc2047.el (rfc2047-encode-parameter): Doc fix.
2010-09-20 Lars Magne Ingebri... Have the ?U (unseen) spec inserr "*" if the group isn...
2010-09-20 Lars Magne Ingebri... Make sure that the error message doesn't error out.
2010-09-20 Lars Magne Ingebri... Fix article moving from nnimap to other servers.
2010-09-20 Lars Magne Ingebri... Return the size of the entire message in the Bytes...
2010-09-20 Lars Magne Ingebri... Implement group deletion.
2010-09-20 Lars Magne Ingebri... Remove "(tiny fix)" from Julien's entry.
2010-09-20 Lars Magne Ingebri... Don't wait for a response when we haven't requested...
2010-09-20 Lars Magne Ingebri... Use "[]" as the parameter instead of "".
2010-09-20 Lars Magne Ingebri... Use -encode-parameter instead of -encode-string.
2010-09-20 Juanma BarranqueroFix typos in ChangeLogs.
2010-09-20 Katsumi YamaokaMake Gnus work for Emacs 22 and XEmacs.
2010-09-19 Lars Magne Ingebri... Avoid a race condition while waiting for the connection...
2010-09-19 Lars Magne Ingebri... (gnus-html-image-fetched): Protect against the data...
2010-09-19 Lars Magne Ingebri... Remove [] from the list of bogus characters.
2010-09-19 Lars Magne Ingebri... Return the MIME parts as IMAP wants them.
2010-09-19 Lars Magne Ingebri... Return the group/article number, so that Gnus `^' works...
2010-09-19 Lars Magne Ingebri... When looking for credentials, also use the nnimap-serve...
2010-09-19 Lars Magne Ingebri... Start preparing for partial downloads.
2010-09-19 Lars Magne Ingebri... When using the development version of Gnus, load the...
2010-09-19 Lars Magne Ingebri... Fix a speed regression based in methods that were simil...
2010-09-19 Lars Magne Ingebri... (gnus-similar-server-opened): Refactor a bit and add...
2010-09-19 Lars Magne Ingebri... Call `gnus-open-server' on each method before trying...
2010-09-19 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-19 Lars Magne Ingebri... Don't infloop if the IMAP connection drops.
2010-09-19 Julien DanjouReplace subst-char-in-region by subst-char-in-region
2010-09-19 Lars Magne Ingebri... The chars header is called Chars not Bytes.
2010-09-19 Lars Magne Ingebri... Allow anonymous login.
2010-09-19 Lars Magne Ingebri... Pass proper format strings to gnus-message.
2010-09-19 Lars Magne Ingebri... Fix up the url-retrieve calling conventions so that...
2010-09-19 Lars Magne Ingebri... Prefetch and html washing additions.
2010-09-19 Lars Magne Ingebri... Protect against junk appearing in the extra mail headers
2010-09-19 Lars Magne Ingebri... (mail-header-encode-parameter): Define as rfc2045-encod...
2010-09-19 Stefan Monnier* nnml.el (nnml-files): Add prefix to dynamic var ...
next