summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-08-21 10:39:13 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-08-21 10:39:13 +0000
commit11af42945f1f80f8f2547289fbdbef25ccad9f68 (patch)
treec7760b5ac6b3fb5392e75b7a4dcda46667e625a4 /ChangeLog
parent1af9a41f24deb04ababc4075de0005bd75f320f6 (diff)
downloadlibxml2-11af42945f1f80f8f2547289fbdbef25ccad9f68.tar.gz
make the deprecated interfaces log an error message to be sure it won't
* SAX.c: make the deprecated interfaces log an error message to be sure it won't get used. Daniel
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a2e1c2b..9da815df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 21 12:37:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
+
+ * SAX.c: make the deprecated interfaces log an error message
+ to be sure it won't get used.
+
Thu Aug 21 00:50:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
* Makefile.am SAX2.c include/libxml/Makefile.am include/libxml/SAX2.h: