aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8bdc3861f9b..6536a8537a4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,7 @@
5 proc->gnutls_initstage, if the check is needed. The check isn't 5 proc->gnutls_initstage, if the check is needed. The check isn't
6 needed for one caller, Fgnutls_boot. 6 needed for one caller, Fgnutls_boot.
7 (emacs_gnutls_read): Do that check. This is the other caller. 7 (emacs_gnutls_read): Do that check. This is the other caller.
8 (emacs_gnutls_handle_error): Remove unused local.
8 9
9 lisp.h: Fix a problem with aliasing and vector headers. 10 lisp.h: Fix a problem with aliasing and vector headers.
10 GCC 4.6.0 optimizes based on type-based alias analysis. For 11 GCC 4.6.0 optimizes based on type-based alias analysis. For