xsel

Program for manipulating the X clipboard
git clone https://git.sinitax.com/kfish/xsel
Log | Files | Refs | README | LICENSE | sfeed.txt

ChangeLog (806B)


      1Sun Jan 13 00:11:01 JST 2008 Conrad Parker <conrad@vergenet.net>
      2
      3	* Version 1.0.0
      4
      5	* Support for retrieving and serving UTF8_STRING atoms. When
      6	  retrieving a selection, xsel determines whether or not the
      7	  current selection owner supports UTF8_STRING and uses that if
      8	  possible.
      9	  + Debian bug #231413: Doesn't work correctly in a UTF-8 environment
     10
     11	* Fixes for the following bugs:
     12	  + Segfault when attempting to delete the selection that xsel owns,
     13	    eg: echo "hello, world" | ./xsel -i && ./xsel -d
     14	  + Debian bug #444638: xsel clears buffer instead of outputting
     15	                        when backgrounded.
     16	  + Debian bug #203925: xsel manpage double option
     17
     18Thu Oct 25 13:52:36 EST 2001 Conrad Parker <conrad@vergenet.net>
     19
     20	* Ported build to use automake+autoconf
     21	* Added README etc.