From c4f8373e9a565c532af084a368ca826a81cf507d Mon Sep 17 00:00:00 2001 From: crs Date: Wed, 4 Sep 2002 22:07:02 +0000 Subject: [PATCH] Changes for version 0.9.11. --- ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/ChangeLog b/ChangeLog index f7b8a7e9..be45c69a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2002/09/04 21:17:01 crs +NEWS +configure.in +lib/base/Version.h + +Changed version number to 0.9.11. Added NEWS item. + +---------- +2002/09/04 21:14:18 crs +lib/client/CMSWindowsSecondaryScreen.cpp + +now looking up SendEvent() using GetProcAddress() so win95 +systems can run the synergy client. + +---------- +2002/09/04 20:17:54 crs +lib/client/CXWindowsSecondaryScreen.cpp + +fixed bug that caused the wrong keycode to be used for most, +possibly all, keysyms. was reading past the end of an array +of keysyms. + +---------- 2002/09/02 17:36:25 crs configure.in lib/base/Version.h