diff options
| author | Lars Magne Ingebrigtsen | 2010-10-09 16:31:56 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2010-10-09 16:31:56 +0200 |
| commit | bda6d2bd8f5c241adf8c76278b09663e873285aa (patch) | |
| tree | ac7876dfad796d83841f12cfac264eadc87cd07e /src | |
| parent | 2e6c74c53fbb318aa13144681400f3f80e3529f7 (diff) | |
| download | emacs-bda6d2bd8f5c241adf8c76278b09663e873285aa.tar.gz emacs-bda6d2bd8f5c241adf8c76278b09663e873285aa.zip | |
Don't use foo() to talk about functions.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dc80a88def3..f2e6297ae22 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * gnutls.c (syms_of_gnutls): All the bootprops are keywords. | 3 | * gnutls.c (syms_of_gnutls): All the bootprops are keywords. |
| 4 | (emacs_gnutls_write): Remove the debuggin fsync() call. | 4 | (emacs_gnutls_write): Remove the debuggin fsync call. |
| 5 | (emacs_gnutls_read): Return -1 if we got an error from | 5 | (emacs_gnutls_read): Return -1 if we got an error from |
| 6 | gnutls_read(). This allows us to actually read lots of data from | 6 | gnutls_read. This allows us to actually read lots of data from |
| 7 | the GnuTLS stream. | 7 | the GnuTLS stream. |
| 8 | (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR. | 8 | (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR. |
| 9 | According to the documentation, this is correct, and it seems to | 9 | According to the documentation, this is correct, and it seems to |