diff options
Diffstat (limited to 'contrib/ChangeLog')
| -rw-r--r-- | contrib/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 137be5c..1ac58ad 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,13 @@ +2004-01-19 Karl Runge <runge@karlrunge.com> + * improvements to pointer event handling primarily during window + dragging. check_user_input() for non-threaded and pointer() + for threaded. Revert to old way via -old_pointer option. + * some memory I/O improvement by using copy_tiles() instead + of copy_tile(). New one does rows of tiles at same time. + Revert to old way via -old_copytile. + * handle case of more mouse buttons on client than on X server. + * added -buttonmap option for finer control over button differences. + 2004-01-09 Karl Runge <runge@karlrunge.com> * options -allow / -localhost for simple IP based access screening * option -nodragging to skip all screen updates during mouse drags |
