summaryrefslogtreecommitdiffstats
path: root/contrib/ChangeLog
diff options
context:
space:
mode:
authorrunge <runge>2004-03-11 00:57:59 +0000
committerrunge <runge>2004-03-11 00:57:59 +0000
commited986a0bbe9b8cfc084e70f6eb32368ea2e2b11a (patch)
treed436c46479c96039c62cc1e4549d645009023995 /contrib/ChangeLog
parent74b9f7de2ef8f0fe431eb4f4c18332eb207ad8a2 (diff)
downloadlibtdevnc-ed986a0bbe9b8cfc084e70f6eb32368ea2e2b11a.tar.gz
libtdevnc-ed986a0bbe9b8cfc084e70f6eb32368ea2e2b11a.zip
x11vnc options -vncconnect, -connect, -remap,
-debug_pointer, and -debug_keyboard add reverse connections, keysym remapping, and debug output option
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r--contrib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index aa3ba54..4f0c67c 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,11 @@
+2004-03-10 Karl Runge <runge@karlrunge.com>
+ * added reverse connection for vncconnect(1) and other means
+ -vncconnect, -connect host:port, and -connect watchfile
+ * added first pass at user keysym remapping feature via
+ -remap file. Ignores modifier state, need to generalize.
+ * debugging options for users -debug_pointer and -debug_keyboard
+ * clear -passwd from argv for privacy (if OS allows).
+
2004-02-19 Karl Runge <runge@karlrunge.com>
* added handling of clipboard/selection exchange to/from clients,
even holds PRIMARY which Xvnc does not do. disable with -nosel.