summaryrefslogtreecommitdiffstats
path: root/x11vnc/ChangeLog
diff options
context:
space:
mode:
authorrunge <runge>2004-07-27 01:14:37 +0000
committerrunge <runge>2004-07-27 01:14:37 +0000
commiteb9a6928b0164b1cb2207e505176c037eaf5ab02 (patch)
tree62246eecf3eaec50126b1c302f6de838b0e711c1 /x11vnc/ChangeLog
parent64605a8c207c4dde469e7ec7b052be7a5cdbe995 (diff)
downloadlibtdevnc-eb9a6928b0164b1cb2207e505176c037eaf5ab02.tar.gz
libtdevnc-eb9a6928b0164b1cb2207e505176c037eaf5ab02.zip
x11vnc: -xkb (XKEYBOARD modtweak), -skip_keycodes, multi lines in x11vncrc
Diffstat (limited to 'x11vnc/ChangeLog')
-rw-r--r--x11vnc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11vnc/ChangeLog b/x11vnc/ChangeLog
index b2dbc80..51e517a 100644
--- a/x11vnc/ChangeLog
+++ b/x11vnc/ChangeLog
@@ -1,3 +1,13 @@
+2004-07-26 Karl Runge <runge@karlrunge.com>
+ * first pass at doing modtweak via XKEYBOARD extension (-xkb)
+ * -skip_keycodes option for use with -xkb
+ * reset modtweak and xkb_modtweak on event MappingNotify.
+ * trap Xerror during XSendEvent/XChangeProperty.
+ * fix bug requesting PRIMARY way too often.
+ * more careful to check if XKeysymToString returns NULL.
+ * continuation lines "\" in x11vncrc.
+ * undoc'd expts: -isolevel3, -xkbcompat
+
2004-07-19 Karl Runge <runge@karlrunge.com>
* ignore keysyms 5-8 for keycode keymapping.
* help to stdout for easy paging, add lastmod to help and -version.