]> code.delx.au - gnu-emacs/blob - test/ChangeLog
Added intial test suite for python.el.
[gnu-emacs] / test / ChangeLog
1 2013-02-20 Fabián Ezequiel Gallina <fgallina@cuca>
2
3 Added intial test suite for python.el.
4 * automated/python-tests.el
5 (python-tests-with-temp-buffer): New macro.
6 (python-tests-look-at): New function.
7 (python-tests-look-at-1)
8 (python-tests-look-at-2)
9 (python-indent-pep8-1)
10 (python-indent-pep8-2)
11 (python-indent-pep8-3)
12 (python-indent-inside-paren-1)
13 (python-indent-inside-paren-2)
14 (python-indent-after-block-1)
15 (python-indent-after-block-2)
16 (python-indent-dedenters-1)
17 (python-indent-after-backslash-1)
18 (python-indent-after-backslash-2)
19 (python-nav-beginning-of-defun-1)
20 (python-nav-beginning-of-defun-2)
21 (python-nav-end-of-defun-1)
22 (python-nav-end-of-defun-2)
23 (python-nav-beginning-of-statement-1)
24 (python-nav-end-of-statement-1)
25 (python-nav-forward-statement-
26 (python-nav-backward-statement-1)
27 (python-nav-backward-statement-2)
28 (python-nav-beginning-of-block-1)
29 (python-nav-end-of-block-1)
30 (python-nav-forward-block-1)
31 (python-nav-lisp-forward-sexp-safe-1)
32 (python-nav-forward-sexp-1)
33 (python-nav-forward-sexp-2)
34 (python-nav-forward-sexp-3)
35 (python-nav-up-list-1)
36 (python-nav-backward-up-list-1)
37 (python-imenu-prev-index-position-1)
38 (python-info-current-defun-1)
39 (python-info-current-defun-2)
40 (python-info-current-defun-3)
41 (python-info-current-symbol-1)
42 (python-info-current-symbol-2)
43 (python-info-current-symbol-3)
44 (python-info-statement-starts-block-p-1)
45 (python-info-statement-starts-block-p-2)
46 (python-info-statement-ends-block-p-1)
47 (python-info-statement-ends-block-p-2)
48 (python-info-beginning-of-statement-p-1)
49 (python-info-beginning-of-statement-p-2)
50 (python-info-end-of-statement-p-1)
51 (python-info-end-of-statement-p-2)
52 (python-info-beginning-of-block-p-1)
53 (python-info-beginning-of-block-p-2)
54 (python-info-end-of-block-p-1)
55 (python-info-end-of-block-p-2)
56 (python-info-closing-block-1)
57 (python-info-closing-block-2)
58 (python-info-line-ends-backslash-p-1)
59 (python-info-beginning-of-backslash-1)
60 (python-info-continuation-line-p-1)
61 (python-info-block-continuation-line-p-1)
62 (python-info-block-continuation-line-p-2)
63 (python-info-assignment-continuation-line-p-1)
64 (python-info-assignment-continuation-line-p-2)
65 (python-info-looking-at-beginning-of-defun-1)
66 (python-info-current-line-comment-p-1)
67 (python-info-current-line-empty-p)
68 (python-util-goto-line-1)
69 (python-util-clone-local-variables-1)
70 (python-util-forward-comment-1): New tests.
71
72 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
73
74 * automated/ruby-mode-tests.el
75 (ruby-indent-after-block-in-continued-expression): New test.
76
77 2012-10-14 Eli Zaretskii <eliz@gnu.org>
78
79 * automated/compile-tests.el (compile-tests--test-regexps-data):
80 Add new data for msft's new format.
81
82 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
83
84 * automated/ruby-mode-tests.el:
85 (ruby-toggle-block-to-multiline): New test.
86 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
87 (ruby-toggle-block-to-brace): Use buffer-string.
88
89 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
90
91 * automated/ruby-mode-tests.el: New tests (Bug#11613).
92
93 2012-08-28 Chong Yidong <cyd@gnu.org>
94
95 * automated/files.el: Test every combination of values for
96 enable-local-variables and enable-local-eval.
97
98 2012-08-19 Chong Yidong <cyd@gnu.org>
99
100 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
101
102 2012-08-18 Chong Yidong <cyd@gnu.org>
103
104 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
105
106 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
107
108 * indent/ruby.rb: Rearrange examples, add new ones.
109
110 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
111
112 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
113 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
114
115 2012-08-11 Glenn Morris <rgm@gnu.org>
116
117 * automated/files.el: New file.
118
119 * automated/Makefile.in (all): Fix typo.
120
121 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
122
123 * automated/ruby-mode-tests.el (ruby-should-indent):
124 Add docstring, check (current-indentation) instead of (current-column).
125 (ruby-should-indent-buffer): New function.
126 Add tests for `ruby-deep-indent-paren' behavior.
127 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
128
129 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
130
131 Original tests in test_ruby_mode.rb in upstream (author).
132
133 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
134
135 * automated/ruby-mode-tests.el (ruby-should-indent)
136 (ruby-assert-state): New functions.
137 Add new tests.
138
139 2012-07-29 David Engster <deng@randomsample.de>
140
141 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
142 New variable to hold test data for name expansion.
143 (xml-parse-tests): Test the two different types of name expansion.
144
145 2012-07-29 Juri Linkov <juri@jurta.org>
146
147 * automated/occur-tests.el (occur-test-case): Use predefined
148 buffer name " *test-occur*" instead of a random buffer name.
149
150 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
151
152 * automated/ruby-mode-tests.el: New file with one test.
153
154 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
155
156 * indent/shell.sh: Add test case for ${#VAR}.
157
158 * indent/latex-mode.tex: New file.
159
160 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
161
162 * eshell.el: Use cl-lib.
163
164 2012-07-03 Chong Yidong <cyd@gnu.org>
165
166 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
167
168 2012-07-02 Chong Yidong <cyd@gnu.org>
169
170 * automated/xml-parse-tests.el (xml-parse-tests--data):
171 More testcases.
172
173 2012-07-01 Chong Yidong <cyd@gnu.org>
174
175 * automated/xml-parse-tests.el: New file.
176
177 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
178
179 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
180 Use cl-flet.
181
182 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
183
184 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
185 Test escaped commas in TZID (Bug#11473).
186 (icalendar-import-with-timezone): New.
187 (icalendar-real-world): Add new testcase as given in the bugreport
188 of Bug#11473.
189
190 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
191
192 * automated/icalendar-tests.el (icalendar-tests--test-import):
193 Include UID in import tests (Bug#11525).
194 (icalendar-import-non-recurring, icalendar-import-rrule)
195 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
196 UID-import change.
197 (icalendar-import-with-uid): New.
198 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
199 Include UID in cycle tests.
200 (icalendar-cycle, icalendar-real-world): UID-import change.
201
202 2012-05-21 Glenn Morris <rgm@gnu.org>
203
204 * automated/Makefile.in (setwins): Scrap superfluous subshell.
205
206 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
207
208 * automated/url-util-tests.el: New file to test
209 lisp/url/url-util.el. Only `url-build-query-string' and
210 `url-parse-query-string' are tested right now (Bug#8706).
211
212 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
213
214 * indent/shell.sh:
215 * indent/shell.rc: Ad some test cases.
216
217 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * indent/ruby.rb: New file, to test new syntax-propertize code.
220
221 2012-04-11 Glenn Morris <rgm@gnu.org>
222
223 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
224
225 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
226
227 * automated/url-future-tests.el (url-future-tests): Move from
228 lisp/url/url-future.el and rename.
229
230 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
231
232 * automated/icalendar-tests.el (icalendar-import-non-recurring):
233 Fix broken test, caused by missing trailing blank.
234
235 2011-12-03 Chong Yidong <cyd@gnu.org>
236
237 * automated/compile-tests.el (compile-tests--test-regexps-data):
238 Increase column numbers by one to reflect change in how
239 compilation-message is recorded (Bug#10172).
240
241 2011-11-22 Glenn Morris <rgm@gnu.org>
242
243 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
244
245 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
246
247 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
248
249 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
250
251 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
252 (icalendar-tests--test-export, icalendar-tests--do-test-export):
253 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
254
255 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
256
257 * automated/newsticker-tests.el
258 (newsticker--group-manage-orphan-feeds): Remove fsetting of
259 newsticker--treeview-tree-update.
260
261 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
262
263 * automated/newsticker-tests.el
264 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
265
266 * trunk/test/automated/newsticker-tests.el
267 (newsticker--group-manage-orphan-feeds): Prevent updating
268 newsticker treeview. Fixed bug#9763.
269
270 2011-10-20 Glenn Morris <rgm@gnu.org>
271
272 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
273
274 * automated/vc-bzr.el: New file.
275
276 2011-10-15 Glenn Morris <rgm@gnu.org>
277
278 * automated/f90.el: New file.
279
280 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
281
282 * automated/newsticker-tests.el: Move newsticker-testsuite.el
283 to automated/newsticker-tests.el. Convert to ERT.
284
285 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
286
287 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
288 Removed, simply use string=.
289 (icalendar--diarytime-to-isotime)
290 (icalendar--datetime-to-diary-date)
291 (icalendar--datestring-to-isodate)
292 (icalendar--format-ical-event)
293 (icalendar--parse-summary-and-rest)
294 (icalendar-tests--do-test-import)
295 (icalendar-tests--do-test-cycle): Change argument order of
296 string= to EXPECTED ACTUAL.
297 (icalendar--import-format-sample)
298 (icalendar--format-ical-event)
299 (icalendar-import-non-recurring)
300 (icalendar-import-rrule)
301 (icalendar-import-duration)
302 (icalendar-import-bug-6766)
303 (icalendar-real-world): Adjust to string= instead of
304 icalendar-tests--compare-strings.
305 (icalendar-import-multiple-vcalendars): New.
306
307 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
308
309 * automated/gnus-tests.el: Add wrapper for Gnus tests.
310 Require CL.
311
312 2011-05-09 Juri Linkov <juri@jurta.org>
313
314 * automated/occur-tests.el: Move from test/occur-testsuite.el.
315 Convert to ERT.
316
317 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
318
319 * automated/compile-tests.el: New file.
320
321 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
322
323 * automated/font-parse-tests.el: Don't byte-compile.
324
325 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
326
327 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
328
329 * automated/lexbind-tests.el: New file.
330
331 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
332
333 * Version 23.3 released.
334
335 2011-03-05 Glenn Morris <rgm@gnu.org>
336
337 * eshell.el: Move here from lisp/eshell/esh-test.el.
338
339 2011-03-03 Christian Ohler <ohler@gnu.org>
340
341 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
342 New test.
343
344 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
345
346 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
347 convert to ERT format.
348
349 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
350
351 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
352 convert to ERT format.
353
354 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
355
356 * indent/shell.sh:
357 * indent/shell.rc: New files.
358
359 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
360
361 * automated/font-parse-tests.el: Move from
362 font-parse-testsuite.el.
363
364 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
365
366 * font-parse-testsuite.el (test-font-parse-data): New file.
367
368 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
369
370 * indent/prolog.prolog: Add tokenizing tests.
371
372 2011-01-13 Christian Ohler <ohler@gnu.org>
373
374 * automated: New directory for automated tests.
375
376 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
377
378 * automated/Makefile.in: New file.
379
380 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
381
382 * indent/modula2.mod: New file.
383
384 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 * indent/octave.m: Add a test to ensure indentation is local.
387
388 2010-10-23 Glenn Morris <rgm@gnu.org>
389
390 * comint-testsuite.el
391 (comint-testsuite--test-comint-password-prompt-regexp):
392 Add "Please enter the password". (Bug#7224)
393
394 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * indent/prolog.prolog: Use normal spacing around !.
397
398 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * indent/octave.m: Remove one more `fixindent'. Use `end'.
401
402 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
403
404 * indent/octave.m: Remove some `fixindent' not needed any more.
405
406 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
407
408 * indent/octave.m: New file.
409
410 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
411
412 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
413 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
414 (icalendar-testsuite--run-internal-tests): New.
415 (icalendar-testsuite--test-convert-ordinary-to-ical)
416 (icalendar-testsuite--test-convert-block-to-ical)
417 (icalendar-testsuite--test-convert-anniversary-to-ical)
418 (icalendar-testsuite--test-parse-vtimezone)
419 (icalendar-testsuite--do-test-export): Code formatting.
420 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
421 (icalendar-testsuite--do-test-import)
422 (icalendar-testsuite--do-test-cycle):
423 Use icalendar-testsuite--compare-strings
424 (icalendar-testsuite--run-import-tests): Comment added.
425 (icalendar-testsuite--run-import-tests)
426 (icalendar-testsuite--run-real-world-tests): Fix expected results.
427
428 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
429
430 * redisplay-testsuite.el (test-redisplay-3): New test.
431
432 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
433
434 * comint-testsuite.el: New file.
435
436 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
437
438 * indent: New dir.
439
440 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
441
442 * Version 23.2 released.
443
444 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
445
446 * cedet/semantic-ia-utest.el
447 (semantic-symref-test-count-hits-in-tag): Add function, from
448 semantic-test.el.
449
450 * cedet/tests/test.cpp:
451 * cedet/tests/test.py:
452 * cedet/tests/teststruct.cpp:
453 * cedet/tests/testtemplates.cpp:
454 * cedet/tests/testusing.cpp:
455 * cedet/tests/scopetest.cpp:
456 * cedet/tests/scopetest.java: Files deleted.
457
458 * cedet/tests/test.make:
459 * cedet/tests/test.c:
460 * cedet/tests/testjavacomp.java:
461 * cedet/tests/testspp.c:
462 * cedet/tests/testsppreplace.c:
463 * cedet/tests/testsppreplaced.c:
464 * cedet/tests/testsubclass.cpp:
465 * cedet/tests/testsubclass.hh:
466 * cedet/tests/testtypedefs.cpp:
467 * cedet/tests/testvarnames.c:
468 * cedet/tests/test.el:
469 * cedet/tests/testdoublens.cpp:
470 * cedet/tests/testdoublens.hpp: Add copyright header.
471
472 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
473 Remove reference to deleted files.
474
475 2010-03-30 Juri Linkov <juri@jurta.org>
476
477 * occur-testsuite.el (occur-tests): Add tests for context lines.
478
479 2010-03-23 Juri Linkov <juri@jurta.org>
480
481 * occur-testsuite.el: New file.
482
483 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
484
485 * Branch for 23.2.
486
487 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
488
489 * icalendar-testsuite.el
490 (icalendar-testsuite--run-function-tests): Add new tests.
491 (icalendar-testsuite--test-diarytime-to-isotime): Add another
492 testcase.
493 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
494 (icalendar-testsuite--test-convert-weekly-to-ical): New.
495 (icalendar-testsuite--test-convert-yearly-to-ical): New.
496 (icalendar-testsuite--test-convert-block-to-ical): New.
497 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
498 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
499
500 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
501
502 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
503 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
504 Fix typos in docstrings and error messages.
505 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
506
507 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
508
509 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
510 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
511 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
512
513 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
514
515 * icalendar-testsuite.el
516 (icalendar-testsuite--run-function-tests):
517 Add icalendar-testsuite--test-parse-vtimezone.
518 (icalendar-testsuite--test-parse-vtimezone): New.
519 (icalendar-testsuite--do-test-cycle): Doc changes.
520 (icalendar-testsuite--run-real-world-tests): Remove trailing
521 whitespace -- see change of icalendar--add-diary-entry in
522 icalendar.el.
523 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
524
525 2009-09-30 Glenn Morris <rgm@gnu.org>
526
527 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
528
529 2009-06-26 Eric Ludlam <zappo@gnu.org>
530
531 * cedet/*: New unit tests, from CEDET repository.
532
533 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
534
535 * redisplay-testsuite.el: New file.
536
537 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
538
539 * Branch for 23.1.
540
541 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
542
543 * icalendar-testsuite.el
544 (icalendar-testsuite--run-function-tests):
545 Add icalendar-testsuite--test-diarytime-to-isotime.
546 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
547 recent icalendar fixes.
548 (icalendar-testsuite--test-diarytime-to-isotime): New.
549 (icalendar-testsuite--test-create-uid): Adjust to recent
550 icalendar changes.
551
552 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
553
554 * bytecomp-testsuite.el: New file.
555
556 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
557
558 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
559 Add `icalendar-testsuite--test-create-uid'.
560 (icalendar-testsuite--test-create-uid): New.
561
562 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
563
564 * newsticker-testsuite.el: New file.
565
566 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
567
568 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
569 Add icalendar-testsuite--test-datestring-to-isodate,
570 icalendar-testsuite--test-datetime-to-diary-date, and
571 icalendar-testsuite--test-calendar-style.
572 (icalendar-testsuite--test-format-ical-event):
573 (icalendar-testsuite--test-parse-summary-and-rest):
574 Doc fix. Remove european-calendar-style.
575 (icalendar-testsuite--get-ical-event): Doc fix.
576 (icalendar-testsuite--test-first-weekday-of-year):
577 (icalendar-testsuite--run-cycle-tests): Add doc string.
578 (icalendar-testsuite--test-datestring-to-isodate):
579 (icalendar-testsuite--test-datetime-to-diary-date):
580 (icalendar-testsuite--test-calendar-style): New functions.
581 (icalendar-testsuite--test-export): Handle iso date style.
582 New arg INPUT-ISO. Use calendar-date-style.
583 (icalendar-testsuite--test-import): Handle iso date style.
584 New arg EXPECTED-ISO. Use calendar-date-style.
585 (icalendar-testsuite--test-cycle): Handle iso date style.
586 (icalendar-testsuite--run-import-tests):
587 (icalendar-testsuite--run-export-tests):
588 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
589
590 2008-02-29 Glenn Morris <rgm@gnu.org>
591
592 * README: New file.
593
594 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
595
596 * icalendar-testsuite.el: New file.
597
598 ;; Local Variables:
599 ;; coding: utf-8
600 ;; End:
601
602 Copyright (C) 2008-2013 Free Software Foundation, Inc.
603
604 This file is part of GNU Emacs.
605
606 GNU Emacs is free software: you can redistribute it and/or modify
607 it under the terms of the GNU General Public License as published by
608 the Free Software Foundation, either version 3 of the License, or
609 (at your option) any later version.
610
611 GNU Emacs is distributed in the hope that it will be useful,
612 but WITHOUT ANY WARRANTY; without even the implied warranty of
613 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
614 GNU General Public License for more details.
615
616 You should have received a copy of the GNU General Public License
617 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.