File: ChangeLog

package info (click to toggle)
xautomation 0.96-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 412 kB
  • ctags: 61
  • sloc: ansic: 987; sh: 628; makefile: 69
file content (107 lines) | stat: -rw-r--r-- 3,261 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
2004-05-13 15:03  bpk

	* configure.in, xte.c: Added -x flag to set display for controlling
	remote X sessions, modified patch from Chris Lalancette
	<chris.lalancette@gd-ais.com>

2004-04-27 13:27  bpk

	* configure.in, xte.c: Fixed segfault bug when running without
	exit, prints error message now

2004-04-21 09:43  bpk

	* configure.in: Inc'd version

2004-04-21 09:42  bpk

	* visgrep.c: James Cameron  <quozl@us.netrek.org>	 *
	visgrep.c: change exit status to match grep(1) style; zero for	   
	  successful match, 1 for no match, 2 for command error.  Wrap
	usage	     message for 80 column default.

2003-12-15 11:51  bpk

	* configure.in: Inc'd release number

2003-12-15 11:51  bpk

	* configure.in, image.c, pat2ppm.c, patextract.c, png2pat.c,
	rgb2pat.c, visgrep.c, xte.c: 
	On powerpc, the program loops with "Unhandled option" error. This
	is due to the fact that getopt returns an int and not a char (which
	is too small to contain EOF = -1). The attached patch corrects this
	as well as many warnings about undeclared functions and unused
	variables.
	
	-- System Information: Debian Release: testing/unstable
	Architecture: powerpc Kernel: Linux guybrush
	2.6.0-test11-benh-guybrush.51 #3 Fri Dec 12 23:44:37 PST 2003 ppc
	Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro

2003-09-16 13:32  bpk

	* Makefile.am: Removed xgrab

2003-02-14 12:51  psocccer

	* Makefile.am, configure.in, image.c, visgrep.c, xte.c: Forgot to
	include kbd_*.h in distribution

2003-02-10 15:54  psocccer

	* Makefile.am, configure.in, kbd_german.h, kbd_us.h, xte.c: Added
	keymap support for non-us keyboards and a keymap from Stefan Nickl

2002-08-15 13:45  psocccer

	* configure.in, xte.c: Fixed annoying uninitialized shift bug,
	thanks to Bill Saunders

2002-08-12 15:42  psocccer

	* configure.in, image.c, visgrep.c, xte.c: Added support for
	converting many common characters that are not the same name as
	keysyms, e.g. /@#$?

2002-08-09 23:41  psocccer

	* Makefile.am, image.c, image.h, pat2ppm.c, patextract.c: Added
	support to extract subimages, and to convert patterns to ppm files

2002-08-06 14:16  psocccer

	* configure.in, xte.c: Added relative mouse movement commands

2002-07-25 23:43  psocccer

	* README, configure.in, image.c, image.h, png2pat.c, visgrep.c,
	xte.c: RGBA png support now, and alpha channel support.  Fixed more
	typos in xte.  Patterns created with old version of xautomation
	tools will not be compatible with this and future releases

2002-07-25 21:47  psocccer

	* debug.c, debug.h, image.c, image.h, png2pat.c, rgb2pat.c,
	visgrep.c, xte.c: Fixed some small bugs with the mousemove command,
	thanks Tom Bradley

2002-07-25 11:20  psocccer

	* README, configure.in: Fixed up some version stuff for initial
	release

2002-07-25 11:18  psocccer

	* AUTHORS, COPYING, INSTALL, Makefile.am, NEWS, README, config.h,
	config.h.in, configure.in, debug.c, debug.h, image.c, image.h,
	install-sh, missing, mkinstalldirs, png2pat.c, rgb2pat.c,
	visgrep.c, xte.c: Initial revision

2002-07-25 11:18  psocccer

	* AUTHORS, COPYING, INSTALL, Makefile.am, NEWS, README, config.h,
	config.h.in, configure.in, debug.c, debug.h, image.c, image.h,
	install-sh, missing, mkinstalldirs, png2pat.c, rgb2pat.c,
	visgrep.c, xte.c: Initial import