1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
emacs/doc/misc
Gnus developers ed79719399 Merge changes made in Gnus trunk.
nnir.el: Batch header retrieval.
proto-stream.el: New library to provide protocol-specific TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar protocols.
nnimap.el (nnimap-open-connection): Use it.
proto-stream.el (open-proto-stream): Complete the documentation.
nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
nntp.el: Use proto-streams for the relevant connections types.
nntp.el (nntp-open-connection): Switch on STARTTLS on supported servers.
proto-stream.el (open-proto-stream): Add a way to specify what the end of a command is.
proto-stream.el (proto-stream-open-tls): Delete output from openssl if we're using tls.el.
proto-stream.el (proto-stream-open-network): If we don't have gnutls-cli or gnutls built in, then don't try to establish a STARTTLS connection.
color.el (color-lab->srgb): Fix function call name.
proto-stream.el: Fix the syntax in the comment.
nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
proto-stream.el (proto-stream-open-starttls): Actually implement the starttls.el STARTTLS.
proto-stream.el (proto-stream-always-use-starttls): New variable.
proto-stream.el (proto-stream-open-starttls): De-duplicate the starttls code.
proto-stream.el (proto-stream-open-starttls): Folded back into the main function.
proto-stream.el (proto-stream-command): Refactor out.
nnimap.el (nnimap-stream): Change default to `undecided'.
nnimap.el (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl first, and then network.
nnimap.el (nnimap-open-connection-1): Respect nnimap-server-port.
nnimap.el (nnimap-open-connection): Be more backwards-compatible.
proto-stream.el (open-protocol-stream): Renamed from open-proto-stream.
proto-stream.el (proto-stream-open-network): When doing opportunistic TLS upgrades we don't really care about the identity of the peer.
gnus.texi (Customizing the IMAP Connection): Note the new defaults.
gnus.texi (Direct Functions): Note the STARTTLS upgrade.
proto-stream.el (proto-stream-open-network): Force starttls.el to use gnutls-cli, since that what we've checked for.
proto-stream.el (proto-stream-always-use-starttls): Only default to t if open-gnutls-stream exists.
proto-stream.el (proto-stream-open-network): If STARTTLS failed, then just open a normal connection.
proto-stream.el (proto-stream-open-network): Wait until the greeting before doing STARTTLS.
nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for backwards compatibility).
nnimap.el (nnimap-open-connection-1): Really respect nnimap-server-port.
nntp.el (nntp-open-connection): Provide a :success condition.
nnimap.el (nnimap-open-connection-1): Ditto.
proto-stream.el (proto-stream-open-network): See what the response to the STARTTLS command is.
proto-stream.el (proto-stream-open-network): Add some comments.
proto-stream.el: Fix example.
proto-stream.el (open-protocol-stream): Actually mention the STARTTLS upgrade.
nnir.el (nnir-get-active): Skip nnir-ignored-newsgroups when searching.
nnir.el (nnir-ignore-newsgroups): Fix default value.
nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of delete-dups that is not available in XEmacs 21.4.
mm-util.el (mm-delete-duplicates): Add comment.
gnus-sum.el (gnus-summary-delete-article): If delete fails don't change the registry.
nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't seem to accept strings-with-numbers as port numbers.
color.el: fix docstring to use English rather than math notation for intervals.
shr.el (shr-find-fill-point): Don't break before apostrophes.
nnir.el (nnir-request-move-article): Bail out if no move support in group.
color.el (color-rgb->hsv): Fix docstring.
nnir.el (nnir-get-active): Improve active list retrieval.
shr.el (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
nnimap.el (nnimap-open-connection-1): Fix PREAUTH.
proto-stream.el (open-protocol-stream): All starttls connections are handled by the network handler.
gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding to t of inhibit-read-only since it is inside gnus-with-article-headers.
gnus-gravatar.el (gnus-gravatar-transform-address): Use mail-extract-address-components that supports non-ASCII names rather than mail-header-parse-addresses.
shr.el (shr-find-fill-point): Don't break line between kinsoku-bol characters.
gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of names.
nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark funcall.
gnus-msg.el: Remove nastygram thing.
message.el (message-from-style): Fix comment.
message.el (message-user-organization): Do not use gnus-local-organization.
gnus.el: Remove gnus-local-organization.
rtree.el: New file to handle range trees.
nnir.el, gnus-sum.el: Redo the way nnir handles registry updates.
rtree.el (rtree-extract): Simplify.
gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting support.
gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
gnus-win.el (gnus-configure-frame): Remove old compatibility code.
rtree.el (rtree-memq): Rewrite it as a non-recursive function.
rtree.el (rtree-add, rtree-delq, rtree-length): Implement.
rtree.el (rtree-add): Make code slightly faster.
nnir.el: Allow modified summary-line-format in nnir summary buffers.
2010-12-02 22:21:31 +00:00
..
.gitignore
ada-mode.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
auth.texi auth.texi (GnuPG and EasyPG Assistant Configuration): Fix markup. 2010-10-15 12:21:03 +02:00
autotype.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
calc.texi calc.texi (TeX and LaTeX Language Modes, Predefined Units): 2010-11-18 19:14:36 -06:00
cc-mode.texi Merge changes from emacs-23 branch 2010-10-31 10:40:01 -04:00
ChangeLog Merge changes made in Gnus trunk. 2010-12-02 22:21:31 +00:00
cl.texi Merge changes from emacs-23 branch. 2010-10-08 12:14:47 +02:00
dbus.texi * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping. 2010-11-10 09:41:53 +01:00
dired-x.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
doclicense.texi Remove arch-tags from all files, since these are no longer needed. 2010-09-02 00:55:51 +00:00
ebrowse.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
ede.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
ediff.texi Don't be so lax with spelling. 2010-11-02 20:49:04 -07:00
edt.texi * doc/misc/edt.texi: Remove information about Emacs 19. 2010-11-10 00:48:15 -08:00
eieio.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
emacs-mime.texi emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed variable. 2010-10-20 10:31:10 +00:00
epa.texi Don't use the word "PGP", since it is a non-free program. 2010-10-25 21:24:44 +09:00
erc.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
eshell.texi Merge changes from emacs-23 branch. 2010-07-10 14:52:53 -04:00
eudc.texi * doc/misc/eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information. 2010-10-06 19:16:02 -07:00
faq.texi Bump version to 23.2.90. 2010-11-08 21:53:18 -05:00
flymake.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
forms.texi Untabify doc/misc/*.texi. 2010-06-22 19:57:26 -07:00
gnus-coding.texi Merge changes made in Gnus trunk. 2010-10-18 22:09:28 +00:00
gnus-faq.texi Merge changes made in Gnus trunk. 2010-10-06 12:38:45 +00:00
gnus-news.el Remove arch-tags from all files, since these are no longer needed. 2010-09-02 00:55:51 +00:00
gnus-news.texi gnus-news.texi: Mention new archive defaults. 2010-10-21 02:31:33 +00:00
gnus.texi Merge changes made in Gnus trunk. 2010-12-02 22:21:31 +00:00
gpl.texi
idlwave.texi Untabify doc/misc/*.texi. 2010-06-22 19:57:26 -07:00
info.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
mairix-el.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
Makefile.in doc/Makefile fixes related to inclusion of emacsver.texi. 2010-10-28 00:21:43 -07:00
makefile.w32-in Fix doc/misc/makefile.w32.in like 2010-10-28T07:21:43Z!rgm@gnu.org did with Makefile.in. 2010-10-29 12:49:27 +02:00
message.texi Merge changes made in Gnus trunk. 2010-10-24 22:32:38 +00:00
mh-e.texi Tiny MH-E doc fixes. 2010-10-30 14:17:59 -07:00
newsticker.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
nxml-mode.texi Tweak previous nxml doc change. 2010-11-23 10:16:21 -08:00
org.texi Install org-mode version 7.3 2010-11-11 22:10:19 -06:00
pcl-cvs.texi Untabify doc/misc/*.texi. 2010-06-22 19:57:26 -07:00
pgg.texi Remove arch-tags from all files, since these are no longer needed. 2010-09-02 00:55:51 +00:00
rcirc.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
reftex.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
remember.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
sasl.texi Remove arch-tags from all files, since these are no longer needed. 2010-09-02 00:55:51 +00:00
sc.texi Remove some unimportant tabs from examples in some *.texi files. 2010-06-22 23:35:06 -07:00
sem-user.texi Untabify doc/misc/*.texi. 2010-06-22 19:57:26 -07:00
semantic.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
ses.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
sieve.texi sieve-manage.el: Add authenticate function. 2010-10-06 14:02:39 +00:00
smtpmail.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
speedbar.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
texinfo.tex Update to version 2009-08-14.15 from ftp://tug.org/tex/. 2009-10-29 16:46:52 +00:00
tramp.texi * tramp.texi (Remote shell setup): New item "Interactive shell 2010-11-04 14:30:20 +01:00
trampver.texi Sync with Tramp 2.2.0. 2010-11-20 14:17:25 +01:00
url.texi * doc/misc/url.texi (Disk Caching): Tweak previous change. 2010-09-23 19:38:11 -07:00
vip.texi Untabify doc/misc/*.texi. 2010-06-22 19:57:26 -07:00
viper.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
widget.texi Minor doc/misc/*.texi direntry fixes. 2010-06-24 00:10:51 -07:00
woman.texi Add more xz compression support. 2010-09-25 14:42:48 -07:00