summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 18 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index b8b266d..9106b91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,17 +1,23 @@
+2009-12-20 Donal K. Fellows <dkf@users.sf.net>
+
+ * unix/tkUnixSend.c (ServerSecure): [Patch 2917663]: Better support
+ for server-interpreted access control addreses.
+
2009-12-16 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tkListbox.c: Fix gcc warning: ignoring return value of ‘strtol’,
- declared with attribute warn_unused_result.
- * unix/tkUnixEvent.c: Fix gcc warning: dereferencing pointer ‘xgePtr’ does
- break strict-aliasing rules.
- * generic/tkInt.decls: CONSTify return values of TkKeysymToString,
- * generic/tkBind.c TkFindStateString, TkpGetString, TkpGetChar,
- * generic/tkIntDecls.h which are all not supposed to be modified by
- * generic/tkUtil.c the caller. In tkUtil.c this gets rid of a
- * carbon/tkMacOSXKeyboard.c dangerous type cast.
- * macosx/tkMacOSXKeyboard.c
- * unix/tkUnixKey.c
- * win/tkWinKey.c
+ * generic/tkListbox.c: Fix gcc warning: ignoring return value of
+ strtol, declared with attribute
+ warn_unused_result.
+ * unix/tkUnixEvent.c: Fix gcc warning: dereferencing pointer xgePtr
+ does break strict-aliasing rules.
+ * generic/tkInt.decls: CONSTify return values of TkKeysymToString,
+ * generic/tkBind.c: TkFindStateString, TkpGetString, TkpGetChar,
+ * generic/tkIntDecls.h: which are all not supposed to be modified by
+ * generic/tkUtil.c: the caller. In tkUtil.c this gets rid of a
+ * carbon/tkMacOSXKeyboard.c: dangerous type cast.
+ * macosx/tkMacOSXKeyboard.c:
+ * unix/tkUnixKey.c:
+ * win/tkWinKey.c:
2009-12-15 Don Porter <dgp@users.sourceforge.net>