* fileio.c (Fverify_visited_file_modtime): Avoid time overflow
[bpt/emacs.git] / test / ChangeLog
CommitLineData
de316778
TZ
12011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * automated/gnus-tests.el: Add wrapper for Gnus tests.
1c231080 4 Require CL.
de316778 5
c07b2710
JL
62011-05-09 Juri Linkov <juri@jurta.org>
7
8 * automated/occur-tests.el: Move from test/occur-testsuite.el.
9 Convert to ERT.
10
adec429a
CY
112011-05-09 Chong Yidong <cyd@stupidchicken.com>
12
13 * automated/compile-tests.el: New file.
14
c4c205d0
CY
152011-05-08 Chong Yidong <cyd@stupidchicken.com>
16
17 * automated/font-parse-tests.el: Don't byte-compile.
18
19 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
20
6c075cd7
SM
212011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * automated/lexbind-tests.el: New file.
24
33383987
JB
252011-03-07 Chong Yidong <cyd@stupidchicken.com>
26
27 * Version 23.3 released.
28
81fb60b2
GM
292011-03-05 Glenn Morris <rgm@gnu.org>
30
31 * eshell.el: Move here from lisp/eshell/esh-test.el.
32
de69c0a8
CO
332011-03-03 Christian Ohler <ohler@gnu.org>
34
35 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
36 New test.
37
4856384c
UJ
382011-02-20 Ulf Jasper <ulf.jasper@web.de>
39
40 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
41 convert to ERT format.
42
aa0935b9
CY
432011-02-14 Chong Yidong <cyd@stupidchicken.com>
44
45 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
46 convert to ERT format.
47
ccded26c
SM
482011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
49
50 * indent/shell.sh:
51 * indent/shell.rc: New files.
52
372fb76b
CY
532011-01-27 Chong Yidong <cyd@stupidchicken.com>
54
55 * automated/font-parse-tests.el: Move from
56 font-parse-testsuite.el.
57
6608a7d8
CY
582011-01-26 Chong Yidong <cyd@stupidchicken.com>
59
60 * font-parse-testsuite.el (test-font-parse-data): New file.
61
db5d03ea
SM
622011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * indent/prolog.prolog: Add tokenizing tests.
65
d221e780
CO
662011-01-13 Christian Ohler <ohler@gnu.org>
67
68 * automated: New directory for automated tests.
69
70 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
71
72 * automated/Makefile.in: New file.
73
cbf83ce9
SM
742010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * indent/modula2.mod: New file.
77
d19dc73d
SM
782010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 * indent/octave.m: Add a test to ensure indentation is local.
81
41f592d1
GM
822010-10-23 Glenn Morris <rgm@gnu.org>
83
84 * comint-testsuite.el
d19dc73d
SM
85 (comint-testsuite--test-comint-password-prompt-regexp):
86 Add "Please enter the password". (Bug#7224)
41f592d1 87
3672149f
SM
882010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * indent/prolog.prolog: Use normal spacing around !.
91
f5632fb6
SM
922010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * indent/octave.m: Remove one more `fixindent'. Use `end'.
95
cf38dd42
SM
962010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
97
98 * indent/octave.m: Remove some `fixindent' not needed any more.
99
e17b68ed
SM
1002010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
101
102 * indent/octave.m: New file.
103
81ee9410
UJ
1042010-08-08 Ulf Jasper <ulf.jasper@web.de>
105
e17b68ed 106 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
81ee9410
UJ
107 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
108 (icalendar-testsuite--run-internal-tests): New.
109 (icalendar-testsuite--test-convert-ordinary-to-ical)
110 (icalendar-testsuite--test-convert-block-to-ical)
111 (icalendar-testsuite--test-convert-anniversary-to-ical)
112 (icalendar-testsuite--test-parse-vtimezone)
113 (icalendar-testsuite--do-test-export): Code formatting.
114 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
115 (icalendar-testsuite--do-test-import)
3672149f
SM
116 (icalendar-testsuite--do-test-cycle):
117 Use icalendar-testsuite--compare-strings
81ee9410
UJ
118 (icalendar-testsuite--run-import-tests): Comment added.
119 (icalendar-testsuite--run-import-tests)
e17b68ed 120 (icalendar-testsuite--run-real-world-tests): Fix expected results.
81ee9410 121
71ab16dd
CY
1222010-06-25 Chong Yidong <cyd@stupidchicken.com>
123
124 * redisplay-testsuite.el (test-redisplay-3): New test.
125
6534e58a
CY
1262010-06-11 Chong Yidong <cyd@stupidchicken.com>
127
128 * comint-testsuite.el: New file.
129
927c346b
SM
1302010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
131
132 * indent: New dir.
133
61a808e8
CY
1342010-05-07 Chong Yidong <cyd@stupidchicken.com>
135
136 * Version 23.2 released.
137
a4100ebe
CY
1382010-03-29 Chong Yidong <cyd@stupidchicken.com>
139
3cbcd186
CY
140 * cedet/semantic-ia-utest.el
141 (semantic-symref-test-count-hits-in-tag): Add function, from
142 semantic-test.el.
143
a4100ebe
CY
144 * cedet/tests/test.cpp:
145 * cedet/tests/test.py:
146 * cedet/tests/teststruct.cpp:
147 * cedet/tests/testtemplates.cpp:
148 * cedet/tests/testusing.cpp:
149 * cedet/tests/scopetest.cpp:
150 * cedet/tests/scopetest.java: Files deleted.
151
152 * cedet/tests/test.make:
153 * cedet/tests/test.c:
154 * cedet/tests/testjavacomp.java:
155 * cedet/tests/testspp.c:
156 * cedet/tests/testsppreplace.c:
157 * cedet/tests/testsppreplaced.c:
158 * cedet/tests/testsubclass.cpp:
159 * cedet/tests/testsubclass.hh:
160 * cedet/tests/testtypedefs.cpp:
161 * cedet/tests/testvarnames.c:
162 * cedet/tests/test.el:
163 * cedet/tests/testdoublens.cpp:
164 * cedet/tests/testdoublens.hpp: Add copyright header.
165
85738751
SM
166 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
167 Remove reference to deleted files.
168
dc2d2590
JL
1692010-03-30 Juri Linkov <juri@jurta.org>
170
171 * occur-testsuite.el (occur-tests): Add tests for context lines.
172
5275ff8b
JL
1732010-03-23 Juri Linkov <juri@jurta.org>
174
175 * occur-testsuite.el: New file.
176
288f9fc0
CY
1772010-03-10 Chong Yidong <cyd@stupidchicken.com>
178
179 * Branch for 23.2.
180
b4340b3f
UJ
1812010-02-19 Ulf Jasper <ulf.jasper@web.de>
182
183 * icalendar-testsuite.el
184 (icalendar-testsuite--run-function-tests): Added new tests.
185 (icalendar-testsuite--test-diarytime-to-isotime): Added another
186 testcase.
187 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
188 (icalendar-testsuite--test-convert-weekly-to-ical): New.
189 (icalendar-testsuite--test-convert-yearly-to-ical): New.
190 (icalendar-testsuite--test-convert-block-to-ical): New.
191 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
192 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
193
db9e401b
JB
1942010-01-18 Juanma Barranquero <lekktu@gmail.com>
195
196 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
197 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
198 Fix typos in docstrings and error messages.
199 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
200
d1f18ec0
JB
2012010-01-14 Juanma Barranquero <lekktu@gmail.com>
202
203 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
204 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
205 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
206
6fe539d2
UJ
2072009-12-18 Ulf Jasper <ulf.jasper@web.de>
208
209 * icalendar-testsuite.el
210 (icalendar-testsuite--run-function-tests): Added
211 icalendar-testsuite--test-parse-vtimezone.
212 (icalendar-testsuite--test-parse-vtimezone): New.
213 (icalendar-testsuite--do-test-cycle): Doc changes.
214 (icalendar-testsuite--run-real-world-tests): Removed trailing
215 whitespace -- see change of icalendar--add-diary-entry in
216 icalendar.el.
217 (icalendar-testsuite--run-cycle-tests): Re-enabled all tests.
218
d8085053
GM
2192009-09-30 Glenn Morris <rgm@gnu.org>
220
221 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
222
7c4dccd0
CY
2232009-06-26 Eric Ludlam <zappo@gnu.org>
224
225 * cedet/*: New unit tests, from CEDET repository.
226
6ada5ad1
CY
2272009-06-26 Chong Yidong <cyd@stupidchicken.com>
228
229 * redisplay-testsuite.el: New file.
230
70243478
CY
2312009-06-21 Chong Yidong <cyd@stupidchicken.com>
232
233 * Branch for 23.1.
234
f052351a
UJ
2352009-01-25 Ulf Jasper <ulf.jasper@web.de>
236
237 * icalendar-testsuite.el
238 (icalendar-testsuite--run-function-tests): Added
239 icalendar-testsuite--test-diarytime-to-isotime.
240 (icalendar-testsuite--test-parse-summary-and-rest): Adjusted to
241 recent icalendar fixes.
242 (icalendar-testsuite--test-diarytime-to-isotime): New.
243 (icalendar-testsuite--test-create-uid): Adjusted to recent
244 icalendar changes.
245
dee5aa91
CY
2462008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
247
d4835507 248 * bytecomp-testsuite.el: New file.
dee5aa91 249
f052351a 2502008-10-31 Ulf Jasper <ulf.jasper@web.de>
aad81014
UJ
251
252 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
253 Added `icalendar-testsuite--test-create-uid'.
254 (icalendar-testsuite--test-create-uid): New.
255
d176d8c6
UJ
2562008-06-14 Ulf Jasper <ulf.jasper@web.de>
257
258 * newsticker-testsuite.el: New file.
259
a4766629
GM
2602008-05-24 Ulf Jasper <ulf.jasper@web.de>
261
262 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
263 Add icalendar-testsuite--test-datestring-to-isodate,
264 icalendar-testsuite--test-datetime-to-diary-date, and
265 icalendar-testsuite--test-calendar-style.
266 (icalendar-testsuite--test-format-ical-event):
267 (icalendar-testsuite--test-parse-summary-and-rest):
268 Doc fix. Remove european-calendar-style.
269 (icalendar-testsuite--get-ical-event): Doc fix.
270 (icalendar-testsuite--test-first-weekday-of-year):
271 (icalendar-testsuite--run-cycle-tests): Add doc string.
272 (icalendar-testsuite--test-datestring-to-isodate):
273 (icalendar-testsuite--test-datetime-to-diary-date):
274 (icalendar-testsuite--test-calendar-style): New functions.
275 (icalendar-testsuite--test-export): Handle iso date style.
276 New arg INPUT-ISO. Use calendar-date-style.
277 (icalendar-testsuite--test-import): Handle iso date style.
278 New arg EXPECTED-ISO. Use calendar-date-style.
279 (icalendar-testsuite--test-cycle): Handle iso date style.
280 (icalendar-testsuite--run-import-tests):
281 (icalendar-testsuite--run-export-tests):
282 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
283
e42fc905
GM
2842008-02-29 Glenn Morris <rgm@gnu.org>
285
286 * README: New file.
287
366b88a2
GM
2882008-02-29 Ulf Jasper <ulf.jasper@web.de>
289
290 * icalendar-testsuite.el: New file.
291
292;; Local Variables:
880820fe 293;; coding: utf-8
366b88a2
GM
294;; End:
295
73b0cd50 296 Copyright (C) 2008-2011 Free Software Foundation, Inc.
366b88a2
GM
297
298 This file is part of GNU Emacs.
299
4f43e937 300 GNU Emacs is free software: you can redistribute it and/or modify
366b88a2 301 it under the terms of the GNU General Public License as published by
4f43e937
GM
302 the Free Software Foundation, either version 3 of the License, or
303 (at your option) any later version.
366b88a2
GM
304
305 GNU Emacs is distributed in the hope that it will be useful,
306 but WITHOUT ANY WARRANTY; without even the implied warranty of
307 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
308 GNU General Public License for more details.
309
310 You should have received a copy of the GNU General Public License
4f43e937 311 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.