aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2012-04-24 01:15:08 +0200
committerJuanma Barranquero2012-04-24 01:15:08 +0200
commit02fd101be2379fabdc5c45bf9ebd890e7c4bc58f (patch)
treebd383266f7f0499e9e3bbd8ce9518c4af5cb6fe2 /src/ChangeLog
parent89a438bd861e9b80e8f80a23955624c74782921a (diff)
downloademacs-02fd101be2379fabdc5c45bf9ebd890e7c4bc58f.tar.gz
emacs-02fd101be2379fabdc5c45bf9ebd890e7c4bc58f.zip
src/gnutls.c (init_gnutls_functions): Fix bug#11311.
The value of :loaded-from is now a cons.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8cb5202613e..73e54c21a60 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-04-23 Juanma Barranquero <lekktu@gmail.com>
2
3 * gnutls.c (init_gnutls_functions): The value of :loaded-from is
4 now a cons (bug#11311).
5
12012-04-23 Paul Eggert <eggert@cs.ucla.edu> 62012-04-23 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Do not create empty overlays with the evaporate property (Bug#9642). 8 Do not create empty overlays with the evaporate property (Bug#9642).