aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2010-10-03 06:12:15 +0200
committerJuanma Barranquero2010-10-03 06:12:15 +0200
commit74f1829da3cd153bc49480c8f6f2631fa0669284 (patch)
treee74a3d4faac8a766b1115bdf4df8d221adc55fef /src/ChangeLog
parent0437978e8311503509d18a018762ba37af138efa (diff)
downloademacs-74f1829da3cd153bc49480c8f6f2631fa0669284.tar.gz
emacs-74f1829da3cd153bc49480c8f6f2631fa0669284.zip
src/gnutls.c: Doc fixes. Make some functions static.
(emacs_gnutls_handshake, gnutls_make_error, gnutls_emacs_global_init) (gnutls_emacs_global_deinit): Make static. (Fgnutls_get_initstage, Fgnutls_deinit, Fgnutls_boot, Fgnutls_bye): Fix typos in docstrings. (Fgnutls_error_fatalp, Fgnutls_error_string): Doc fixes. (Fgnutls_errorp): Doc fix; use ERR for the argument name.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ee022b78ddd..fda33c8db17 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12010-10-03 Juanma Barranquero <lekktu@gmail.com>
2
3 * gnutls.c (emacs_gnutls_handshake, gnutls_make_error)
4 (gnutls_emacs_global_init, gnutls_emacs_global_deinit): Make static.
5 (Fgnutls_get_initstage, Fgnutls_deinit, Fgnutls_boot, Fgnutls_bye):
6 Fix typos in docstrings.
7 (Fgnutls_error_fatalp, Fgnutls_error_string): Doc fixes.
8 (Fgnutls_errorp): Doc fix; use ERR for the argument name.
9
12010-10-03 Chong Yidong <cyd@stupidchicken.com> 102010-10-03 Chong Yidong <cyd@stupidchicken.com>
2 11
3 * keyboard.c (command_loop_1): Make sure the mark is really alive 12 * keyboard.c (command_loop_1): Make sure the mark is really alive