summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 6c633a7441b7e52f0f319bd7c8d4927f52a9d6df (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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
2015-11-11  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #10 from syohex/switch-to-cask Switch from Carton to Cask

2015-11-10  rocky <rocky@gnu.org>

	* README.md, test-simple.el: A spelling typo

2015-11-10  rocky <rocky@gnu.org>

	* test-simple.el: Remove unused lexical variables noted in byte
	compilation

2015-11-10  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #9 from rubikitch/test-runner I improved noninteractive test. Thanks!

2015-11-11  rubikitch <rubikitch@ruby-lang.org>

	* test-simple.el: test-simple-run: make it a command.

2015-11-11  rubikitch <rubikitch@ruby-lang.org>

	* .travis.yml: .travis.yml: Drop support of Emacs23 (Test in
	Emacs24)

2015-11-10  rubikitch <rubikitch@ruby-lang.org>

	* README.md: Mention test-simple-run in README.md

2015-11-10  rubikitch <rubikitch@ruby-lang.org>

	* example/gcd-tests.el: gcd-tests.el: Add test-simple-run comment
	line

2015-11-10  rubikitch <rubikitch@ruby-lang.org>

	* test-simple.el: Emacs exits abnormally when noninteractive test
	fails.

2015-11-10  rubikitch <rubikitch@ruby-lang.org>

	* test-simple.el: New function `test-simple-run': register test You can run tests easily by pressing C-x C-z.

2015-10-25  rocky <rocky@gnu.org>

	* Makefile.am: Document targets "check-short" and "install-short"

2015-10-25  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #8 from rubikitch/rename-test-filename Rename test-gcd.el -> gcd-tests.el to comply with Melpa

2015-10-22  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #6 from rubikitch/better-failure-message Use %S to print expected/actual message.

2015-03-31  rocky <rocky@gnu.org>

	* Makefile.am, test-simple.el: Wrong number of args in test-raises

2015-02-16  rocky <rocky@gnu.org>

	* test/test-basic.el, test/test-fns.el, test/test-no-clear.el: 
	Reduce boilerplate verbiage

2015-02-15  rocky <rocky@gnu.org>

	* test-simple.el: Bump version #

2015-02-15  rocky <rocky@gnu.org>

	* Makefile.am, copyright_exceptions, example/gcd.el,
	example/test-gcd.el, test-simple.el, test/test-basic.el,
	test/test-fns.el, test/test-no-clear.el: Assign FSF Copyright and
	boilerplate.

2015-02-13  rocky <rocky@gnu.org>

	* COPYING: Use GPL3

2014-12-16  rocky <rocky@gnu.org>

	* test-simple.el: Release 1.0

2014-12-16  rocky <rocky@gnu.org>

	* NEWS, configure.ac: 1.0 release

2014-08-04  rocky <rocky@gnu.org>

	* Makefile.am, make-check-filter.rb: Go over Makefile.am. Add
	check-terse and install-terse

2014-08-04  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #4 from mar-kolya/fix-configure-prefix Fix configure --prefix

2014-03-26  rocky <rocky@gnu.org>

	* test-simple.el: assert-raises was passing an extra arg to
	assert-t.

2013-09-23  R. Bernstein <rockyb@rubyforge.org>

	* : Merge pull request #2 from elbeardmorez/autoreconf autoreconf, don't force update

2013-09-23  Pete Beardmore <pete.beardmore@msn.com>

	* configure.ac: autoconf, fall back to default datadir install
	location

2013-09-23  Pete Beardmore <pete.beardmore@msn.com>

	* autogen.sh: autoreconf, don't force update

2013-07-10  rocky <rocky@gnu.org>

	* README.md: grammar typo

2013-07-10  rocky <rocky@gnu.org>

	* Carton, test-simple.el: Try using Carton packaging

2013-06-14  rocky <rocky@gnu.org>

	* README.md: Add coderwall endorse

2013-06-13  rocky <rocky@gnu.org>

	* install-from-git.sh: Put back in git clone of emacs-test-simple

2013-06-13  rocky <rocky@gnu.org>

	* README.md: Correct travis status image link

2013-06-13  rocky <rocky@gnu.org>

	* configure.ac, elisp-comp: This emacs package doesn't need any
	other of my emacs packages

2013-06-13  rocky <rocky@gnu.org>

	* .travis.yml: Try travis build with emacs23-nox

2013-06-13  rocky <rocky@gnu.org>

	* .travis.yml: Is this .travis.yml okay now?

2013-06-13  rocky <rocky@gnu.org>

	* .gitignore, .travis.yml, README.md, autogen.sh: Try travis

2013-06-12  rocky <rocky@gnu.org>

	* : commit 8dffab4a27d99dc78b9b6e35b300b90eccfa7078 Author: rocky
	<rocky@gnu.org> Date:   Wed Jun 12 05:22:14 2013 -0400

2013-04-10  rocky <rocky@gnu.org>

	* test-simple.el: Go over documentation yet again.

2013-04-06  rocky <rocky@gnu.org>

	* configure.ac: tidy organization of configure.ac

2013-04-06  rocky <rocky@gnu.org>

	* compute-lispdir.sh, configure.ac, install-from-git.sh: 
	install-from-git.sh: forgot to set protocol. rest: Attempt to figure
	out a reasonable lispdir setting (--with-lispdir).

2013-04-06  rocky <rocky@gnu.org>

	* .gitignore, install-from-git.sh: Go over install-from-git.sh

2013-04-06  rocky <rocky@gnu.org>

	* INSTALL: One more change

2013-04-06  rocky <rocky@gnu.org>

	* INSTALL, Makefile.am, README.md, README.textile, test-simple.el: 
	Go over install instructions.

2013-04-06  rocky <rocky@gnu.org>

	* test-simple.el: Yet more doc text tweaking

2013-04-06  rocky <rocky@gnu.org>

	* test-simple.el: More doc fixes

2013-04-05  rocky <rocky@gnu.org>

	* test-simple.el: Revise documentation.

2013-04-01  rocky <rocky@gnu.org>

	* elisp-comp: Reinstate old elisp-comp.

2013-04-01  rocky <rocky@gnu.org>

	* test-simple.el: Add a couple of autoloads

2013-04-01  rocky <rocky@gnu.org>

	* Makefile.am, THANKS: Thanks to Lars expez

2013-04-01  R. Bernstein <rockyb@rubyforge.org>

	* : Merge pull request #1 from expez/package Changes to be compatible with melpa

2013-03-27  Expez <mrgrandmother@gmail.com>

	* test-simple.el: Add required version header.

2013-03-27  Expez <mrgrandmother@gmail.com>

	* test-simple.el: Remove trailing whitespace.

2012-08-25  rocky <rocky@gnu.org>

	* README.textile: The grammar again

2012-08-25  rocky <rocky@gnu.org>

	* README.textile: The grammar again

2012-08-25  rocky <rocky@gnu.org>

	* README.textile: The grammar again

2012-08-25  rocky <rocky@gnu.org>

	* README.textile: See above

2012-08-25  rocky <rocky@gnu.org>

	* README.textile: textile doesn't do backtick.

2012-08-25  rocky <rocky@gnu.org>

	* Makefile.am, README.textile, example/gcd.el, example/test-gcd.el: 
	Add a simple example showing how to use.

2012-06-17  rocky <rocky@gnu.org>

	* : commit 56bf795427329ff51afdfe216348ef08314f9446 Author: rocky
	<rocky@gnu.org> Date:   Sun Jun 17 06:39:24 2012 -0400

2012-06-15  rocky <rocky@gnu.org>

	* test-simple.el: See what happens with TAP output.

2012-06-15  rocky <rocky@gnu.org>

	* README.textile: Correct textile markup

2012-06-15  rocky <rocky@gnu.org>

	* README.textile: Fill in a little more.

2012-06-14  rocky <rocky@gnu.org>

	* README.textile: Update what's afoot

2012-06-14  rocky <rocky@gnu.org>

	* README.textile: Update what's afoot

2012-06-14  rocky <rocky@gnu.org>

	* Makefile.am, test-simple.el, test/basic.el, test/fns.el,
	test/test-basic.el, test/test-fns.el, test/test-no-clear.el: 
	test-simple no longer requires (test-simple-start). Just start.
	Straighten out Makefile system for making tests/checks.

2012-06-10  rocky <rocky@gnu.org>

	* : commit b3485db554d15dce6e5fa8b7c3e77fe01ab57b0c Author: rocky
	<rocky@gnu.org> Date:   Sun Jun 10 12:48:30 2012 -0400

2012-06-10  rocky <rocky@gnu.org>

	* test-simple.el: Insert file or buffer name into test info.

2012-06-10  rocky <rocky@gnu.org>

	* test-simple.el, test/basic.el: Add test-eql and test-eq. Small
	improvement in interactive use.

2012-06-05  rocky <rocky@gnu.org>

	* Makefile.am, common.mk, configure.ac, make-check-filter.rb,
	test-simple.el, test/.gitignore, test/Makefile.am, test/fns.el: Much
	improved. "make check-short" added. Give elapsed time in
	microseconds. test-imple-verbosity controls output verboseness. More
	normal test output now.

2012-06-04  rocky <rocky@gnu.org>

	* test-simple.el, test/fns.el: "context" -> test-simple-info. Allow
	passing such a structure.

2012-06-03  rocky <rocky@gnu.org>

	* .gitignore, Makefile.am, test-simple.el, test/basic.el,
	test/fns.el, test/test-simple-basic.el: Start writing tests for the
	test framework!

2012-06-03  rocky <rocky@gnu.org>

	* test-simple.el, test/test-simple-basic.el: Rewrite more.

2012-06-02  rocky <rocky@gnu.org>

	* .gitignore, test-simple.el, test/test-simple-basic.el: Not quite
	working correctly. But closer.

2012-06-02  rocky <rocky@gnu.org>

	* Rework test-unit into something even simpler.