summaryrefslogtreecommitdiff
path: root/src/ChangeLog.11
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-11-25 14:26:30 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-11-25 14:26:30 +0100
commite9fce1acd8e0702c35b2c28d3b4893a913e5c67b (patch)
treee643f3319aca392931342f5588bac7ef323d251c /src/ChangeLog.11
parent034ea24ddb8c58aa69736d49ffa10fdd4b1a9847 (diff)
downloademacs-e9fce1acd8e0702c35b2c28d3b4893a913e5c67b.tar.gz
Fix typos.
Diffstat (limited to 'src/ChangeLog.11')
-rw-r--r--src/ChangeLog.1110
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11
index cb8b413a514..7c027f1caec 100644
--- a/src/ChangeLog.11
+++ b/src/ChangeLog.11
@@ -966,7 +966,7 @@
($(BLD)/editfns.$(O)): Depend on ../lib/strftime.h.
($(BLD)/print.$(O)): Depend on ../lib/ftoastr.h and ../lib/intprops.h.
- * deps.mk: Update for recent changes: gnutls support, gnulib
+ * deps.mk: Update for recent changes: GnuTLS support, gnulib
imports, addition of globals.h.
* makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on
@@ -3268,7 +3268,7 @@
2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnutls.c (emacs_gnutls_write): If we're trying to write before
- gnutls is ready, return EAGAIN as the errno.
+ GnuTLS is ready, return EAGAIN as the errno.
2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
@@ -3585,12 +3585,12 @@
* process.c (make_process): Set the gnutls_p field to zero by
default.
(read_process_output): Always call the gnutls_read function if the
- stream is a gnutls stream.
+ stream is a GnuTLS stream.
(send_process): Ditto for writes.
* gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read
or write anything until the state is GNUTLS_STAGE_READY.
- (Fgnutls_boot): Mark the stream as being a gnutls stream.
+ (Fgnutls_boot): Mark the stream as being a GnuTLS stream.
2010-09-29 Eli Zaretskii <eliz@gnu.org>
@@ -27366,7 +27366,7 @@
* ccl.c: Include "character.h".
(Qccl, Qcclp): New variables.
- (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
+ (CCL_WRITE_CHAR): Always treat the arg CH as a character even if
it's less than 256.
(CCL_WRITE_MULTIBYTE_CHAR): Delete.
(CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC