aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-17 00:49:20 +0200
committerLars Magne Ingebrigtsen2011-07-17 00:49:20 +0200
commit750c33f71e7281e651f7315689f9085a1d0894d7 (patch)
treea473a0cd2af2f03d570a71bc6d3aa7650f80c84b /src/ChangeLog
parenta80314570479945eb610a4f3f30fd6e82100195d (diff)
downloademacs-750c33f71e7281e651f7315689f9085a1d0894d7.tar.gz
emacs-750c33f71e7281e651f7315689f9085a1d0894d7.zip
Move the defintion of `gnutls-log-level' to the C level to avoid loading problems
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 961b3e0234a..27a375c978d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,9 @@
4 4
52011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org> 52011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6 6
7 * gnutls.c (syms_of_gnutls): Define `gnutls-log-level' here, since
8 it's used from the C level.
9
7 * process.c: Use the same condition for POLL_FOR_INPUT in both 10 * process.c: Use the same condition for POLL_FOR_INPUT in both
8 keyboard.c and process.c (bug#1858). 11 keyboard.c and process.c (bug#1858).
9 12