Version: v0.9.5 (using KDE 3.2.3, (testing/unstable)) Compiler: gcc version 3.3.3 (Debian 20040422) OS: Linux (i686) release 2.6.5 selecting text with the keyboard (cursor running over text) results in multiple entries containing the growing selection.
CVS commit by lunakl: Hack for #85198 and #80302 - if mouse button or Shift (without mouse button) are pressed, postpone checking new clipboard contents. This avoids recording of partial selections done using keyboard in history (#85198), if the app updates the clipboard contents also during the keyboard selection. It is also a workaround for OpenOffice.org bug, since it stops updating the clipboard contents during mouse selection if something asks for it. BUG: 85198 BUG: 80302 M +51 -13 toplevel.cpp 1.159 M +6 -2 toplevel.h 1.54