File: ChangeLog

package info (click to toggle)
autocutsel 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,408 kB
  • sloc: sh: 8,247; ansic: 618; ruby: 131; makefile: 51
file content (66 lines) | stat: -rw-r--r-- 1,993 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
v0.9.0: 2006-11-05
  - really works on 64 bits linux
  - added test suite
  - added workaround for open office writer (Bob Kinney)
  - fixed compilation problem on NetBSD (Jeremy C. Reed)

v0.8.1:
  - fixed a bug on 64 bits systems
  - improved debug messages

v0.8:
  - removed blank square
  - added option -fork
  - removed dmalloc support

v0.7.1: 2004-11-03
  - fixed compilation problems on some platforms
  - ported 0.7.0 changes to cutsel.c

v0.7.0: 2004-09-11
  - fixed a bug when the first copy comes from the cutbuffer (jluu)
  - the -selection parameter now works
  - changed default selection to CLIPBOARD instead of PRIMARY (jluu)
    It means you now have to *COPY* and *PASTE* texts to have them handled
    by autocutsel. Just selecting text will only work in a few applications.
    If you want the old behavior, run "autocusel -selection PRIMARY"

v0.6.2: 2002-06-03
  - added a cutsel tools to change/retreive the cutbuffer
    or the selection
  - fixed minor bugs
		
v0.6.1: 2002-06-02
  - uses the length of values instead of '\0' at the end

v0.6: 2002-05-27
  - fixed a memory leak
		
v0.5: 2002-05-26
  - fixed a bug the prevented selection to be owned when
    the cutbuffer was modified
  - added dmalloc support (to find memory leaks)

v0.4: 2002-05-19
  - perform a last check before owning the selection
    to handle properly applications updating both cutbuffer
    and selection
  - autoconf & automake scripts
  - improved debug messages
  - memory leak fixed?
  - minor bugfixes
	
v0.3:
  - applied a patch from Mark Warburton to ignore the cutbuffer
    value if it's empty
  - added -verbose (displays what -debug displayed before)
  - changed -debug to display more debugging informations
  - modified the synchronization process. it should fix some
    update problems.

v0.2: 2001-07-15
  - command line options: cutbuffer, selection, pause and debug
  - removed bell on error. Seems to help with VNC connections.

v0.1: 2001-07-11
  - initial release