File: ChangeLog

package info (click to toggle)
transset-df 6-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 88 kB
  • ctags: 72
  • sloc: ansic: 959; makefile: 42
file content (58 lines) | stat: -rw-r--r-- 1,522 bytes parent folder | download
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
2007-09-21 Daniel Forchheimer <n04df@student.lth.se>
	Release v6
	* transSet.c
	Select flag: --actual
	Set transparency to the actual focused X11 window
	Thanks to Roman Divacky for the patch

2006-01-10 Daniel Forchheimer <n04df@efd.lth.se>
	Release v5
	* transSet.c:
	Applied patch so that transset-df compiles with gcc 2.95
	Thanks to Andreas Kohn for the patch

2005-03-13 Daniel Forchheimer <n04df@efd.lth.se>
	Release v4
	Bugfix: select by name or id didn't work in many 
	        windowmanagers like xfce and wmaker.
	* transSet.c:
	Function get_top_window() fixes the bug
	Options verbose, no-regex
	* dsimple.c:
	Window_With_Name_Regex() now takes same arguments as Window_With_Name()
	* Makefile:
	Added simple install instructions

2005-02-08 Daniel Forchheimer <n04df@efd.lth.se>
	Select name now takes a regular expression
	Fixed all warnings
	* dsimple.c:
	Window_With_Name_Regex()
	* transSet.c:
	use the new regex function
	print the name (if possible)
	* dsimple.h:
	Added the new functions to avoid warnings

2005-01-14  Daniel Forchheimer <n04df@efd.lth.se>
	Release v3
	* transSet.c:
	Select by name (-n, --name)
	Select by id	(-i, --id)

2005-01-14  Daniel Forchheimer <n04df@efd.lth.se>
	Release v2
	* transSet.c:
	Options increase/decrease
	Options maximum/minimum

2005-01-13  Daniel Forchheimer  <n04df@efd.lth.se>
	Release v1
	* transSet.c: (main):
	Forked transset-df of transset
	Added flags
	Added select without clicking
	Wrote usage

	* dsimple.c:
	Added function to select without clicking