aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2011-05-02 04:49:06 +0200
committerJuanma Barranquero2011-05-02 04:49:06 +0200
commitbafcf6a5549e9b0fcce1671c1100716fc4c0c9b3 (patch)
tree0216671a89900f887afd40a3002fa4d2705d9b69 /src/ChangeLog
parent84621b7162b84bffeb5e46bf975ccd7318ad7cfb (diff)
downloademacs-bafcf6a5549e9b0fcce1671c1100716fc4c0c9b3.tar.gz
emacs-bafcf6a5549e9b0fcce1671c1100716fc4c0c9b3.zip
src/gnutls.c: Make static a bunch of variables.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 625dfb07621..2137c133f54 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12011-05-02 Juanma Barranquero <lekktu@gmail.com>
2
3 * gnutls.c (Qgnutls_log_level, Qgnutls_code, Qgnutls_anon)
4 (Qgnutls_x509pki, Qgnutls_e_interrupted, Qgnutls_e_again)
5 (Qgnutls_e_invalid_session, Qgnutls_e_not_ready_for_handshake)
6 (gnutls_global_initialized, Qgnutls_bootprop_priority)
7 (Qgnutls_bootprop_trustfiles, Qgnutls_bootprop_keyfiles)
8 (Qgnutls_bootprop_callbacks, Qgnutls_bootprop_loglevel)
9 (Qgnutls_bootprop_hostname, Qgnutls_bootprop_verify_flags)
10 (Qgnutls_bootprop_verify_error, Qgnutls_bootprop_verify_hostname_error)
11 (Qgnutls_bootprop_callbacks_verify): Make static.
12
12011-05-01 Andreas Schwab <schwab@linux-m68k.org> 132011-05-01 Andreas Schwab <schwab@linux-m68k.org>
2 14
3 * callproc.c: Indentation fixup. 15 * callproc.c: Indentation fixup.