summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: c29935b674ca7ffd5fe521e7cbd11235d957df16 (plain)
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
2008-08-03  Bradley Smith  <brad@brad-smith.co.uk>

	Adjust build system.

	Generate Changelog

	Make minor corrections to build system.

	Generate Changelog

	Make corrections/additions to documents.

	Bump version to 1.2.0

	Correct Window title.

	Use pkg-config to check for Guile 1.8.

	Fix bootstraping.

	Add Gtk interface. Using a Vte for guile input.

2008-08-02  Bradley Smith  <brad@brad-smith.co.uk>

	Add more uitest stuff.

	Adjust Changelogs.

	Add new graphics. Thanks to Eric P. Hutchins <hutchiep190@potsdam.edu>

2008-07-12  Bradley Smith  <brad@brad-smith.co.uk>

	Improve bootstrapping script.

2008-06-12  Bradley Smith  <brad@brad-smith.co.uk>

	Remove the -Wfatal-errors flag so that it compiles under cygwin with gcc 3.4.4.

2008-05-20  Bradley Smith  <brad@brad-smith.co.uk>

	Add better bootstrap script.

	Change default font to fixed.

2008-05-19  Bradley Smith  <brad@brad-smith.co.uk>

	Tidy up Xlib/Xpm checks.

2008-05-17  Bradley Smith  <brad@brad-smith.co.uk>

	Upgrade license to GPLv3 or later. Bump version to 1.1.1.

2008-05-16  Bradley Smith  <brad@brad-smith.co.uk>

	Add initial empty window, remove commited binary.

	Add temporary uitest build.

	Add initial UI design.
	(Note: glade will not be used for the UI, this is just a design)

2008-05-14  Bradley Smith  <brad@brad-smith.co.uk>

	Prepare for release of 1.1.0.

2008-05-05  Bradley Smith  <brad@brad-smith.co.uk>

	Scrap plug-able interfaces in preparation for GTK GUI.

2008-03-12  Bradley Smith  <brad@brad-smith.co.uk>

	Make UI update in a loop, and thread out input.

2008-03-10  Bradley Smith  <brad@brad-smith.co.uk>

	Remove sign hack.

2008-03-09  Bradley Smith  <brad@brad-smith.co.uk>

	Change x11plugin GType style.

	Misc cleanups and GType style conversion.

	Modified Changelog.

	Correctly handle ClientMessage.

	Remove config.h.in which shouldn't be under version control.

	Corrected all copyright headers, and misc cleanups.

	Got rid of unnecessary getopt.

	Change version to 1.0.90

	Tidy up x11plugin.c and make window respond to close events.

	Add needed headers to dist.

	Replace deprecated functions.

2008-03-08  Bradley Smith  <brad@brad-smith.co.uk>

	Add readline support to text plugin.

	Change binary name to gnurobots.

	Add error message when given an invalid instruction.
	Add initial ui update to avoid corruption.

	Add -g to compile flags.

	Correct Map and X11_Plugin types, and correct copyrights.

	Add changelog entry.

	Add -Wall and -Wfatal-errors compile flags, and correct code to compile cleanly.

2008-03-07  Bradley Smith  <brad@brad-smith.co.uk>

	Add myself to copyright in changed files, and correct address.

	Cleanups

	Add readline support to x11_plugin's commandline input.

	Add -pedantic-errors and -Werror flags to compile, and fix code to comply.

	Adjust bootstrap script to not autorun configure

2008-01-21  Bradley Smith  <brad@brad-smith.co.uk>

	Added myself to the usage message.

	Reformatted src/userinterface.c.

	Correct fsf address in copyright.

	Reformatted src/map.c.

	Corrected fsf address in copyright.

	Reformatted src/grobot.c.

	Corrected fsf address in copyright.

	Reformatted src/api.c.

	Corrected fsf address in copyright.

	Reformatted src/main.c.

	Misc cleanup of bootstrap.sh.

	Added myself to AUTHORS.

	Add missed file, and modify .gitignore.

	Added .gitignore

	Imported GNU robots from CVS.