2010-12-04 |
Lars Magne Ingebrigtsen | Revert `C-u g' to its old meaning.
|
commit | commitdiff | tree |
2010-12-04 |
Lars Magne Ingebrigtsen | Show the URL before the title to avoid misleading URLs.
|
commit | commitdiff | tree |
2010-12-04 |
Adam Sjøgren | * shr.el (shr-urlify): Display the title in <a> tags.
|
commit | commitdiff | tree |
2010-12-02 |
Lars Magne Ingebrigtsen | Implement rtree-length.
|
commit | commitdiff | tree |
2010-12-02 |
Lars Magne Ingebrigtsen | Fix typo.
|
commit | commitdiff | tree |
2010-12-02 |
Lars Magne Ingebrigtsen | Implement rtree-delq.
|
commit | commitdiff | tree |
2010-12-02 |
Lars Magne Ingebrigtsen | Start rtree-delq.
|
commit | commitdiff | tree |
2010-12-02 |
Lars Magne Ingebrigtsen | Make code slightly faster.
|
commit | commitdiff | tree |
2010-12-02 |
Lars Magne Ingebrigtsen | Implement rtree-add.
|
commit | commitdiff | tree |
2010-12-02 |
Lars Magne Ingebrigtsen | Rewrite rtree-memq as a non-recursive function.
|
commit | commitdiff | tree |
2010-12-01 |
Lars Magne Ingebrigtsen | Simplify rtree-extract.
|
commit | commitdiff | tree |
2010-12-01 |
Lars Magne Ingebrigtsen | Reimplement extraction as O(n).
|
commit | commitdiff | tree |
2010-12-01 |
Lars Magne Ingebrigtsen | Implement rtree-extract.
|
commit | commitdiff | tree |
2010-12-01 |
Lars Magne Ingebrigtsen | rtree.el: New file to handle range trees.
|
commit | commitdiff | tree |
2010-11-30 |
Lars Magne Ingebrigtsen | (open-protocol-stream): All starttls connections are...
|
commit | commitdiff | tree |
2010-11-29 |
Lars Magne Ingebrigtsen | * shr.el (shr-find-fill-point): Don't break before...
|
commit | commitdiff | tree |
2010-11-29 |
Lars Magne Ingebrigtsen | w32 open-network-stream doesn't seem to accept strings...
|
commit | commitdiff | tree |
2010-11-28 |
Lars Magne Ingebrigtsen | Actually mention the STARTTLS upgrade.
|
commit | commitdiff | tree |
2010-11-28 |
Lars Magne Ingebrigtsen | Fix example.
|
commit | commitdiff | tree |
2010-11-28 |
Lars Magne Ingebrigtsen | (proto-stream-open-network): Add some comments.
|
commit | commitdiff | tree |
2010-11-28 |
Lars Magne Ingebrigtsen | See what the response to the STARTTLS command is.
|
commit | commitdiff | tree |
2010-11-28 |
Lars Magne Ingebrigtsen | (nnimap-open-connection-1): Really respect nnimap-server...
|
commit | commitdiff | tree |
2010-11-28 |
Lars Magne Ingebrigtsen | (nnimap-open-connection-1): Always upgrade to STARTTLS...
|
commit | commitdiff | tree |
2010-11-28 |
Lars Magne Ingebrigtsen | (proto-stream-open-network): Wait until the greeting...
|
commit | commitdiff | tree |
2010-11-28 |
Lars Magne Ingebrigtsen | If STARTTLS failed, then just open a normal connection.
|
commit | commitdiff | tree |
2010-11-28 |
Lars Magne Ingebrigtsen | Only do opportunistic STARTTLS upgrades if we have...
|
commit | commitdiff | tree |
2010-11-28 |
Lars Magne Ingebrigtsen | Force starttls.el to use gnutls-cli, since that what...
|
commit | commitdiff | tree |
2010-11-28 |
Lars Magne Ingebrigtsen | (Customizing the IMAP Connection): Note the new defaults.
|
commit | commitdiff | tree |
2010-11-28 |
Lars Magne Ingebrigtsen | When doing opportunistic TLS upgrades we don't really...
|
commit | commitdiff | tree |
2010-11-28 |
Lars Magne Ingebrigtsen | (open-protocol-stream): Renamed from open-proto-stream.
|
commit | commitdiff | tree |
2010-11-27 |
Lars Magne Ingebrigtsen | Be more backwards-compatible.
|
commit | commitdiff | tree |
2010-11-27 |
Lars Magne Ingebrigtsen | Fix typo.
|
commit | commitdiff | tree |
2010-11-27 |
Lars Magne Ingebrigtsen | Try ssl first, and then network for IMAP connections.
|
commit | commitdiff | tree |
2010-11-27 |
Lars Magne Ingebrigtsen | Clean up the code slightly.
|
commit | commitdiff | tree |
2010-11-27 |
Lars Magne Ingebrigtsen | (proto-stream-open-network): Fix typo in the gnutls...
|
commit | commitdiff | tree |
2010-11-27 |
Lars Magne Ingebrigtsen | (proto-stream-open-starttls): De-duplicate the starttls...
|
commit | commitdiff | tree |
2010-11-27 |
Lars Magne Ingebrigtsen | * proto-stream.el (proto-stream-always-use-starttls...
|
commit | commitdiff | tree |
2010-11-27 |
Lars Magne Ingebrigtsen | (proto-stream-open-starttls): Actually implement the...
|
commit | commitdiff | tree |
2010-11-27 |
Lars Magne Ingebrigtsen | Fix the syntax in the comment.
|
commit | commitdiff | tree |
2010-11-27 |
Lars Magne Ingebrigtsen | * color.el (color-lab->srgb): Fix function call name.
|
commit | commitdiff | tree |
2010-11-27 |
Lars Magne Ingebrigtsen | If we don't have gnutls-cli or gnutls built in, then...
|
commit | commitdiff | tree |
2010-11-27 |
Lars Magne Ingebrigtsen | Delete output from openssl if we're using tls.el.
|
commit | commitdiff | tree |
2010-11-27 |
Lars Magne Ingebrigtsen | Switch on STARTTLS on NNTP servers that support it.
|
commit | commitdiff | tree |
2010-11-27 |
Lars Magne Ingebrigtsen | nntp.el: Use proto-streams for the relevant connections...
|
commit | commitdiff | tree |
2010-11-27 |
Lars Magne Ingebrigtsen | (nnimap-open-connection): Check for "OK" from the greeting.
|
commit | commitdiff | tree |
2010-11-27 |
Lars Magne Ingebrigtsen | (proto-stream-open-network): Fix some typos.
|
commit | commitdiff | tree |
2010-11-27 |
Lars Magne Ingebrigtsen | Complete the proto-stream documentation and fix some...
|
commit | commitdiff | tree |
2010-11-27 |
Lars Magne Ingebrigtsen | proto-stream.el: New library to provide protocol-specific...
|
commit | commitdiff | tree |
2010-11-27 |
Lars Magne Ingebrigtsen | Merge resolved.
|
commit | commitdiff | tree |
2010-11-26 |
Lars Magne Ingebrigtsen | (nnimap-get-groups): Allow non-quoted strings as mailbox...
|
commit | commitdiff | tree |
2010-11-26 |
Lars Magne Ingebrigtsen | (nnmail-expiry-target-group): Protect against degenerate...
|
commit | commitdiff | tree |
2010-11-26 |
Lars Magne Ingebrigtsen | * shr-color.el: Require cl when compiling.
|
commit | commitdiff | tree |
2010-11-26 |
Lars Magne Ingebrigtsen | * nnheader.el (nnheader-update-marks-actions): Fix...
|
commit | commitdiff | tree |
2010-11-26 |
Lars Magne Ingebrigtsen | * gnus-art.el (gnus-url-mailto): Unfold URLs before...
|
commit | commitdiff | tree |
2010-11-26 |
Lars Magne Ingebrigtsen | * nnimap.el (nnimap-request-set-mark): Add is "+",...
|
commit | commitdiff | tree |
2010-11-26 |
Lars Magne Ingebrigtsen | Use 'set instead of 'add and 'delete to set backend...
|
commit | commitdiff | tree |
2010-11-26 |
Lars Magne Ingebrigtsen | (nnmaildir-request-set-mark): Be explicit about 'set.
|
commit | commitdiff | tree |
2010-11-26 |
Lars Magne Ingebrigtsen | Refactor out nnheader-update-marks-actions and use...
|
commit | commitdiff | tree |
2010-11-26 |
Lars Magne Ingebrigtsen | (*-request-set-mark): Extend syntax with 'set.
|
commit | commitdiff | tree |
2010-11-26 |
Lars Magne Ingebrigtsen | (nnimap-find-uid-response): The UID is the last element...
|
commit | commitdiff | tree |
2010-11-26 |
Lars Magne Ingebrigtsen | (nnimap-get-groups): Reimplement to work with folded...
|
commit | commitdiff | tree |
2010-11-26 |
Lars Magne Ingebrigtsen | Use the UID returned when copying and accepting articles...
|
commit | commitdiff | tree |
2010-11-26 |
Lars Magne Ingebrigtsen | * nnimap.el (nnimap-last-response-string): Remove the...
|
commit | commitdiff | tree |
2010-11-25 |
Lars Magne Ingebrigtsen | (nnimap-last-response-string): Fix last unfolding fix.
|
commit | commitdiff | tree |
2010-11-25 |
Lars Magne Ingebrigtsen | (nnimap-last-response-string): Unfold quoted lines...
|
commit | commitdiff | tree |
2010-11-25 |
Lars Magne Ingebrigtsen | * nnimap.el (nnimap-unfold-quoted-lines): Refactor...
|
commit | commitdiff | tree |
2010-11-25 |
Lars Magne Ingebrigtsen | (shr-color-visible): Don't bug out if the colour names...
|
commit | commitdiff | tree |
2010-11-24 |
Lars Magne Ingebrigtsen | Insert masses of cached articles faster.
|
commit | commitdiff | tree |
2010-11-24 |
Lars Magne Ingebrigtsen | (message-goto-body): called-interactively-p needs a...
|
commit | commitdiff | tree |
2010-11-24 |
Lars Magne Ingebrigtsen | It's no longer necessary to clear marks before moving...
|
commit | commitdiff | tree |
2010-11-24 |
Lars Magne Ingebrigtsen | (mm-enable-multibyte): Use `to' instead of t. This...
|
commit | commitdiff | tree |
2010-11-24 |
Lars Magne Ingebrigtsen | Remove the <#secure special-casing, which is too special.
|
commit | commitdiff | tree |
2010-11-24 |
Lars Magne Ingebrigtsen | * shr.el (shr-parse-style): Drop !important from styles.
|
commit | commitdiff | tree |
2010-11-24 |
Lars Magne Ingebrigtsen | (gnus-summary-articles-in-thread): Fix a bug that causes...
|
commit | commitdiff | tree |
2010-11-24 |
Lars Magne Ingebrigtsen | Revert the <#secure change, since it made yanking functions...
|
commit | commitdiff | tree |
2010-11-24 |
Lars Magne Ingebrigtsen | Fill.
|
commit | commitdiff | tree |
2010-11-24 |
Lars Magne Ingebrigtsen | Protect against non-existant colour names.
|
commit | commitdiff | tree |
2010-11-23 |
Lars Magne Ingebrigtsen | Resurrect shr-tag-font again, since it's needed to...
|
commit | commitdiff | tree |
2010-11-23 |
Lars Magne Ingebrigtsen | Split stuff like "#444444 !important" to find the real...
|
commit | commitdiff | tree |
2010-11-23 |
Lars Magne Ingebrigtsen | (shr-descend): Add color to all tags and remove the...
|
commit | commitdiff | tree |
2010-11-23 |
Lars Magne Ingebrigtsen | * shr.el (shr-color->hexadecimal): Autoload.
|
commit | commitdiff | tree |
2010-11-21 |
Lars Magne Ingebrigtsen | Add new command and keystroke: gnus-server-show-server.
|
commit | commitdiff | tree |
2010-11-21 |
Lars Magne Ingebrigtsen | Re-request capabilities after STARTTLS.
|
commit | commitdiff | tree |
2010-11-21 |
Lars Magne Ingebrigtsen | Clear flags before moving so that they can be re-set...
|
commit | commitdiff | tree |
2010-11-21 |
Lars Magne Ingebrigtsen | Keep track of examined groups, and unselect the group...
|
commit | commitdiff | tree |
2010-11-21 |
Lars Magne Ingebrigtsen | Unselect group before renaming. This had gotten lost...
|
commit | commitdiff | tree |
2010-11-18 |
Lars Magne Ingebrigtsen | Allow customizing the vertical table lines.
|
commit | commitdiff | tree |
2010-11-17 |
Lars Magne Ingebrigtsen | Merge branch 'dad/mml2015-epg-use-from-to-sign' of...
|
commit | commitdiff | tree |
2010-11-17 |
Lars Magne Ingebrigtsen | Merge branch 'master' of https://git.gnus.org/gnus
|
commit | commitdiff | tree |
2010-11-17 |
Lars Magne Ingebrigtsen | * shr.el (shr-put-image): Break lines when inserting...
|
commit | commitdiff | tree |
2010-11-16 |
Lars Magne Ingebrigtsen | Add ChangeLog.
|
commit | commitdiff | tree |
2010-11-15 |
Lars Magne Ingebrigtsen | Allow gnus-html to register image displayer callbacks.
|
commit | commitdiff | tree |
2010-11-15 |
Lars Magne Ingebrigtsen | Rework how Gnus is supposed to be able to display all...
|
commit | commitdiff | tree |
2010-11-15 |
Lars Magne Ingebrigtsen | Use image-url instead of gnus-image-url to unify the...
|
commit | commitdiff | tree |
2010-11-15 |
Lars Magne Ingebrigtsen | * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
|
commit | commitdiff | tree |
2010-11-10 |
Lars Magne Ingebrigtsen | (message-resend): Don't disable encoding unless it...
|
commit | commitdiff | tree |
2010-11-10 |
Lars Magne Ingebrigtsen | * nnimap.el: Fix problem with `g' chopping of low-numbered...
|
commit | commitdiff | tree |
2010-11-09 |
Lars Magne Ingebrigtsen | New command to ASCII-fy the article buffer, based on...
|
commit | commitdiff | tree |
2010-11-09 |
Lars Magne Ingebrigtsen | (message-subject-trailing-was-ask-regexp): A ] in a...
|
commit | commitdiff | tree |
2010-11-09 |
Lars Magne Ingebrigtsen | Reapply patches that I somehow managed to remove.
|
commit | commitdiff | tree |