etc/TODO small updates
[emacs.git] / test / ChangeLog
blobeadff76e7b6b9bece6b89a65c4218da39d4390a5
1 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
5         * indent/css-mode.css (.x2): Test alignement inside braces.
7 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
9         * indent/ruby.rb: New failing example.
11         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
12         Fix the test, in respect to adding the space after the curly.
14 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
16         * automated/ert-tests.el (ert-test-skip-unless): New test case.
17         (ert-test-deftest): Adapt test for changed macro expansion.
18         (ert-test-run-tests-interactively):
19         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
20         Add a skipping test.
22         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
23         (file-notify--test-local-enabled): Make it a function.  Check also
24         for `file-remote-p' of `temporary-file-directory'.
25         (file-notify--test-remote-enabled-checked): New defvar.
26         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
27         internal functions.  Cache result.
28         (file-notify--deftest-remote, file-notify-test00-availability)
29         (file-notify-test01-add-watch, file-notify-test02-events)
30         (file-notify-test03-autorevert): Add checks with `skip_unless'.
31         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
33 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
35         * indent/ruby.rb: Fix syntax error in the latest example.
37 2013-10-23  Glenn Morris  <rgm@gnu.org>
39         * automated/Makefile.in (abs_top_srcdir, top_builddir):
40         New, set by configure.
41         (top_srcdir): Remove.
42         (abs_test, abs_lispsrc): New.
43         (lisp): No longer absolute.
44         (emacs, lisp-compile, compile, compile-always):
45         Quote entities that might contain whitespace.
47 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
49         * indent/ruby.rb: Move two examples to "working" section, add one
50         more.
52 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
54         * indent/ruby.rb: New examples for indentation of blocks.
55         Example of hash inside parens that inflooped before the present commit.
57 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
59         * test/automated/timer-tests.el: New file.  Tests that (sit-for 0)
60         allows another timer to run.
62 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
64         * indent/ruby.rb: More examples for bug#15594, both failing and
65         now passing.
67 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
69         * indent/ruby.rb: Add two more cases.
71 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
73         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
74         first use.
75         (ruby-should-indent): Use indent-according-to-mode.
76         (ruby-deftest-move-to-block): Use `declare'.
78 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
80         * indent/ruby.rb: Fix a spurious change, add more failing examples.
82 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
84         * indent/ruby.rb: Add a few more tests; adjust some indentation.
86 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
88         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
89         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
91         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
93 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
95         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
96         Adjust indentation of continued line to the new SMIE behavior.
98 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
100         * automated/completion-tests.el:
101         * indent/css-mode.css: New files.
103 2013-10-03  Daiki Ueno  <ueno@gnu.org>
105         * automated/data/package/signed/archive-contents:
106         * automated/data/package/signed/archive-contents.sig:
107         * automated/data/package/signed/signed-good-1.0.el:
108         * automated/data/package/signed/signed-good-1.0.el.sig:
109         * automated/data/package/signed/signed-bad-1.0.el:
110         * automated/data/package/signed/signed-bad-1.0.el.sig:
111         * automated/data/package/key.pub:
112         * automated/data/package/key.sec: New files.
114         * automated/package-test.el (package-test-update-listing)
115         (package-test-update-archives, package-test-describe-package):
116         Adjust to package.el change.
117         (package-test-signed): New test.
119 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
121         * automated/package-test.el: Update all cases to use :url instead
122         of :homepage.
124         * automated/package-x-test.el
125         (package-x-test--single-archive-entry-1-3): Same.
127 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
129         * automated/package-test.el (simple-single-desc-1-4): Remove, it
130         was unused.
131         (simple-single-desc): Expect :homepage property.
132         (multi-file-desc): Same.
133         (with-package-test): Do not save previous `default-directory'
134         value, let-bind the var instead.
135         (package-test-install-single): Expect :homepage property in the
136         generated pkg file.
137         (package-test-describe-package): Expect Homepage button.
138         (package-test-describe-non-installed-package)
139         (package-test-describe-non-installed-multi-file-package): Same.
140         (package-test-describe-not-installed-package): Remove, it was a
141         duplicate.
143         * automated/package-x-test.el
144         (package-x-test--single-archive-entry-1-3): Expect :homepage
145         property.
146         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
148         * automated/data/package/simple-single-1.3.el: Add URL header.
150         * automated/data/package/archive-contents: Add :homepage
151         properties to `simple-single' and `multi-file'.
153 2013-09-22  Daniel Colascione  <dancol@dancol.org>
155         * automated/data-test.el:
156         (bool-vector-count-matches-all-0-nil)
157         (bool-vector-count-matches-all-0-t)
158         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
159         (bool-vector-count-matches-at, bool-vector-intersection-op)
160         (bool-vector-union-op, bool-vector-xor-op)
161         (bool-vector-set-difference-op)
162         (bool-vector-change-detection, bool-vector-not): New tests.
163         (mock-bool-vector-count-matches-at)
164         (test-bool-vector-bv-from-hex-string)
165         (test-bool-vector-to-hex-string)
166         (test-bool-vector-count-matches-at-tc)
167         (test-bool-vector-apply-mock-op)
168         (test-bool-vector-binop): New helper functions.
169         (bool-vector-test-vectors): New testcase data.
171 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
173         * automated/advice-tests.el (advice-test-called-interactively-p-around)
174         (advice-test-called-interactively-p-filter-args)
175         (advice-test-called-interactively-p-around): New tests.
177 2013-09-16  Glenn Morris  <rgm@gnu.org>
179         * automated/eshell.el (eshell-match-result):
180         Return a more informative failure than simply "false".  Update callers.
182         * automated/eshell.el (eshell-test/for-name-shadow-loop):
183         Test value before and after loop as well as during.
185 2013-09-15  Glenn Morris  <rgm@gnu.org>
187         * automated/eshell.el (eshell-test/for-name-shadow-loop):
188         New test.  (Bug#15372)
189         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
191 2013-09-13  Glenn Morris  <rgm@gnu.org>
193         * automated/eshell.el (with-temp-eshell):
194         Use a temp directory for eshell-directory-name.
195         (eshell-test-command-result): New, again using a temp directory.
196         Replace eshell-command-result with this throughout.
197         (eshell-test/for-loop, eshell-test/for-name-loop):
198         Ensure environment variables don't confuse us.
200 2013-09-12  Glenn Morris  <rgm@gnu.org>
202         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
203         due to "has a running process; kill it?" prompts.
205 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
207         * automated/eshell.el: Rename from eshell.el.
208         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
210 2013-09-01  Glenn Morris  <rgm@gnu.org>
212         * automated/Makefile.in (setwins): Avoid leading space in $wins.
213         Otherwise the sed command used by eg compile-main ends up
214         containing "/*.el".  (Bug#15170)
216 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
218         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
219         for portability to hosts where /bin/sh has problems.
221 2013-08-21  David Engster  <deng@randomsample.de>
223         * automated/eieio-tests.el, automated/eieio-test-persist.el:
224         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
225         upstream.  Changed to use ERT.
227 2013-08-14  Daniel Hackney  <dan@haxney.org>
229         * package-test.el: Remove tar-package-building functions.  Tar file
230         used for testing is included in the repository.
231         (package-test-install-texinfo, package-test-cleanup-built-files):
232         Remove.
234 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
236         * automated/python-tests.el (python-imenu-create-index-4)
237         (python-imenu-create-flat-index-2): New tests.
239 2013-08-05  Glenn Morris  <rgm@gnu.org>
241         * automated/mule-util.el: New file, with tests extracted from
242         lisp/international/mule-util.el.
244 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
246         * automated/advice-tests.el (advice-tests-nadvice): Test removal
247         before definition.
248         (advice-tests-macroaliases): New test.
250 2013-08-04  Glenn Morris  <rgm@gnu.org>
252         * automated/ert-tests.el: Disable failing test that no-one seems
253         to know how to fix.  (Bug#13064)
255         * automated/icalendar-tests.el (icalendar-tests--test-export)
256         (icalendar-tests--test-import): Try more precise TZ specification.
257         Remove debug messages.
259 2013-08-03  Glenn Morris  <rgm@gnu.org>
261         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
263         * automated/icalendar-tests.el (icalendar-tests--test-export)
264         (icalendar-tests--test-import):
265         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
266         (icalendar-tests--test-import): Reset zone even if error occurred.
268 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
270         * automated/core-elisp-tests.el: New file.
272 2013-08-01  Glenn Morris  <rgm@gnu.org>
274         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
275         Try to check that the remote system has a notification program.
277 2013-07-31  Glenn Morris  <rgm@gnu.org>
279         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
281 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
283         * automated/file-notify-tests.el
284         (file-notify--test-local-enabled): New defconst.  Replaces all
285         `file-notify-support' occurences.
286         (file-notify--test-remote-enabled): New defun.
287         (file-notify--deftest-remote): Use it.
288         (file-notify-test00-availability): Rewrite.
289         (file-notify-test00-availability-remote): New defun.
290         (file-notify-test01-add-watch): Rewrite first erroneous check.
292 2013-07-23  Glenn Morris  <rgm@gnu.org>
294         * automated/inotify-test.el (inotify-file-watch-simple):
295         Delete temp-file when done.
297         * automated/subword-tests.el: Require subword.
299 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
301         * automated/subword-tests.el: New file.
303 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
305         * automated/python-tests.el (python-imenu-create-index-2)
306         (python-imenu-create-index-3): New tests.
308 2013-07-11  Glenn Morris  <rgm@gnu.org>
310         * automated/ert-tests.el: Require cl-lib at runtime too.
311         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
312         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
313         (ert-test-set-functions, ert-test-gensym)
314         (ert-test-coerce-to-vector, ert-test-string-position)
315         (ert-test-mismatch): Remove tests.
316         * automated/cl-lib.el: New, split from ert-tests.el.
318         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
319         Goto point-min.
320         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
321         (ruby-move-to-block-skips-percent-literal)
322         (ruby-move-to-block-skips-heredoc)
323         (ruby-move-to-block-moves-from-else-to-if)
324         (ruby-beginning-of-defun-does-not-fold-case)
325         (ruby-end-of-defun-skips-to-next-line-after-the-method):
326         Replace goto-line with forward-line/goto-char.
327         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
329         * automated/package-test.el (makeinfo-buffer): Autoload.
330         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
331         (package-test-install-texinfo): Don't require makeinfo.
333         * automated/files.el: Stop "local variables" confusion.
335         * automated/flymake-tests.el (flymake-tests): Remove unused group.
337         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
338         Use with-current-buffer.
340         * automated/undo-tests.el (undo-test-buffer-modified)
341         (undo-test-file-modified): New tests.
343 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
345         * automated/file-notify-tests.el (file-notify-test00-availability):
346         Set :expected-result.
347         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
348         (file-notify-test02-events, file-notify-test02-events-remote)
349         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
350         Skip when `file-notify-support' is nil.  (Bug#14823)
352 2013-07-09  Glenn Morris  <rgm@gnu.org>
354         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
355         Declare.
356         (inotify-file-watch-simple): Silence compiler.
358         * automated/python-tests.el (python-indent-block-enders):
359         Make it actually test something.
361         * automated/package-x-test.el: Require package-test when compiling.
363         * automated/add-log-tests.el, automated/advice-tests.el:
364         * automated/imenu-test.el, automated/package-x-test.el:
365         * automated/python-tests.el, automated/ruby-mode-tests.el:
366         * automated/xml-parse-tests.el: Explictly require ert.
368 2013-07-08  Kenichi Handa  <handa@gnu.org>
370         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
371         Use with-ccoding-priority to avoid side-effect (Bug#14781).
373 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
375         * automated/file-notify-tests.el
376         (file-notify-test-remote-temporary-file-directory):
377         Use `null-device' on w32.
378         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
379         (file-notify--test-results, file-notify--test-event)
380         (file-notify--deftest-remote, file-notify--event-test)
381         (file-notify--test-event-handler)
382         (file-notify--test-make-temp-name): Rename, in order to mark them
383         internal.
384         (tramp-message-show-message, tramp-read-passwd): Tweak them for
385         better fitting in noninteractive tests.
386         (file-notify-test00-availability): Rename from `file-notify-test0'.
387         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
388         Use `temporary-file-directory '.
389         (file-notify-test01-add-watch-remote): New test.
390         (file-notify-test02-events): Rename from `file-notify-test2'.
391         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
392         (file-notify-test03-autorevert): Rename from
393         `file-notify-test4'.  Use timeouts.
394         (file-notify-test03-autorevert-remote): Rename from
395         `file-notify-test5'.
397 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
399         * automated/file-notify-tests.el: New package.
401 2013-06-28  Kenichi Handa  <handa@gnu.org>
403         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
404         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
405         Callers changed.
406         (decoder-tests-filename): New function.
407         (decoder-tests-prefer-utf-8-read)
408         (decoder-tests-prefer-utf-8-write): New function.
409         (ert-test-decoder-prefer-utf-8): New test.
411 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
413         * automated/package-x-test.el: Change the commentary.
414         (package-x-test--single-archive-entry-1-3)
415         (package-x-test--single-archive-entry-1-4): Fix the tests, by
416         using the appropriate data structure.
418 2013-06-27  Daniel Hackney  <dan@haxney.org>
420         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
422         * automated/package-x-test.el: New file.
424         * automated/package-test.el: New file.
426         * automated/data/package: New directory, with test examples.
428 2013-06-27  Glenn Morris  <rgm@gnu.org>
430         * automated/python-tests.el (python-tests-with-temp-file):
431         Clean up after ourself.
433         * automated/undo-tests.el (undo-test3): Remove test that seems to
434         do nothing that the previous one doesn't, except leave a tempfile.
436 2013-06-26  Glenn Morris  <rgm@gnu.org>
438         * automated/info-xref.el: New file.
440 2013-06-25  Glenn Morris  <rgm@gnu.org>
442         * automated/occur-tests.el (occur-test-create): New function.
443         Use it to create separate tests for each element, so we run them
444         all rather than stopping at the first error.
446 2013-06-24  Glenn Morris  <rgm@gnu.org>
448         * automated/occur-tests.el (occur-tests):
449         Update for 2013-05-29 change to occur header line.
451 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
453         Test suite for flymake.
454         * automated/flymake-tests.el:
455         * automated/flymake/warnpred/Makefile
456         * automated/flymake/warnpred/test.c
457         * automated/flymake/warnpred/test.pl: New files.
459 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
461         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
463 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
465         * automated/reftex-tests.el: New test suite for reftex.
467 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
469         * automated/ruby-mode-tests.el: New tests, for percent literals
470         and expression expansion.
472 2013-05-29  Leo Liu  <sdl.web@gmail.com>
474         * indent/octave.m: Tweak.
476 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
478         * tests/eshell.el: Rewrite tests using ERT.
480 2013-05-25  Leo Liu  <sdl.web@gmail.com>
482         * indent/octave.m: Add tests for %!, # and ### comments.
484 2013-05-23  Kenichi Handa  <handa@gnu.org>
486         * automated/decoder-tests.el: New file.
488 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
490         * indent/ruby.rb: Add multiline regexp example.
492         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
493         (ruby-regexp-skips-over-interpolation)
494         (ruby-regexp-continues-till-end-when-unclosed)
495         (ruby-regexp-can-be-multiline)
496         (ruby-interpolation-inside-percent-literal): New tests.
498 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
500         * indent/ruby.rb: Fix indentation after =; add more cases.
502 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
504         * indent/pascal.pas: Add test for mis-identified comments.
506 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
508         * automated/imenu-tests.el: New file.  (Bug#14112)
510 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
512         * automated/python-tests.el (python-imenu-prev-index-position-1):
513         Remove test.
514         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
515         New tests.
517 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
519         * automated/python-tests.el (python-nav-backward-defun-2)
520         (python-nav-backward-defun-3, python-nav-forward-defun-2)
521         (python-nav-forward-defun-3): New tests.
523 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
525         * automated/python-tests.el (python-nav-backward-defun-1)
526         (python-nav-forward-defun-1): New tests.
528 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
530         * automated/add-log-tests.el: New file. (Bug#14112)
532 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
534         * automated/python-tests.el (python-indent-block-enders): New test.
535         (python-info-current-defun-2): Fix test.
537 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
539         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
541 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
543         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
544         (python-tests-with-temp-file): New macro.
545         (python-tests-shell-interpreter): New var.
546         (python-shell-get-process-name-1)
547         (python-shell-internal-get-process-name-1)
548         (python-shell-parse-command-1)
549         (python-shell-calculate-process-environment-1)
550         (python-shell-calculate-process-environment-2)
551         (python-shell-calculate-process-environment-3)
552         (python-shell-calculate-exec-path-1)
553         (python-shell-calculate-exec-path-2)
554         (python-shell-make-comint-1)
555         (python-shell-make-comint-2)
556         (python-shell-get-process-1)
557         (python-shell-get-or-create-process-1)
558         (python-shell-internal-get-or-create-process-1): New tests.
560 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
562         * automated/python-tests.el: New file.
564 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
566         * automated/ruby-mode-tests.el
567         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
568         bits inside the examples.
569         (ruby-move-to-block-skips-heredoc): New test.
570         (ruby-add-log-current-method-after-inner-class):
571         Lower expectations: move point inside a method, initially.
573 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
575         * automated/ruby-mode-tests.el
576         (ruby-move-to-block-skips-percent-literal): New test.
578 2013-02-04  Chong Yidong  <cyd@gnu.org>
580         * automated/thingatpt.el: New file.
582 2013-02-03  Chong Yidong  <cyd@gnu.org>
584         * automated/files.el (file-test--do-local-variables-test):
585         Avoid compilation warning message.
587 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
589         * automated/ruby-mode-tests.el
590         (ruby-indent-spread-args-in-parens): New test.
591         * automated/ruby-mode-tests.el (ruby-block-test-example):
592         Break indentation of the do block opener and add a line inside it.
593         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
594         Adjust line numbers.
596 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
598         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
600 2013-01-14  Glenn Morris  <rgm@gnu.org>
602         * automated/compile-tests.el (compile-tests--test-regexps-data):
603         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
605 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
607         * automated/man-tests.el: New file.
609 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
611         * automated/undo-tests.el (undo-test0): Adjust error to code change.
613 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
615         * automated/undo-tests.el: New file.
617 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
619         * automated/ruby-mode-tests.el
620         (ruby-indent-after-block-in-continued-expression): New test.
622 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
624         * automated/ruby-mode-tests.el:
625         Rename one interpolation test; add three more.
626         (ruby-with-temp-buffer): New macro, use it where appropriate.
627         (ruby-add-log-current-method-examples): Use "_" for target point.
628         Add four new tests for ruby-add-log-current-method.
630 2012-12-11  Glenn Morris  <rgm@gnu.org>
632         * automated/f90.el (f90-test-bug13138): New test.
634 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
636         * automated/inotify-test.el: New test.
638 2012-12-02  Chong Yidong  <cyd@gnu.org>
640         * automated/ruby-mode-tests.el
641         (ruby-add-log-current-method-examples): Don't use loop macro, to
642         allow automated testing to work.
644 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
646         * automated/advice-tests.el (advice-tests--data): Remove.
647         (advice-tests): Move the tests directly here instead.
648         Add called-interactively-p tests.
650 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
652         * automated/ert-x-tests.el: Use cl-lib.
653         * automated/ert-tests.el: Use lexical-binding and cl-lib.
655 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
657         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
658         (ruby-indent-inside-heredoc-after-operator)
659         (ruby-indent-inside-heredoc-after-space): New tests.
660         Change direct font-lock face references to var references.
661         (ruby-interpolation-suppresses-syntax-inside): New test.
662         (ruby-interpolation-inside-percent-literal-with-paren):
663         New failing test.
665 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
667         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
668         (ruby-singleton-class-no-heredoc-font-lock)
669         (ruby-add-log-current-method-examples): New tests.
670         (ruby-test-string): Extract from ruby-should-indent-buffer.
671         (ruby-deftest-move-to-block): New macro.
672         Add several move-to-block tests.
674 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
676         * automated/advice-tests.el: New tests.
678 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
680         * automated/compile-tests.el (compile-tests--test-regexps-data):
681         Add new data for msft's new format.
683 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
685         * automated/ruby-mode-tests.el:
686         (ruby-toggle-block-to-multiline): New test.
687         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
688         (ruby-toggle-block-to-brace): Use buffer-string.
690 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
692         * automated/ruby-mode-tests.el: New tests (Bug#11613).
694 2012-08-28  Chong Yidong  <cyd@gnu.org>
696         * automated/files.el: Test every combination of values for
697         enable-local-variables and enable-local-eval.
699 2012-08-19  Chong Yidong  <cyd@gnu.org>
701         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
703 2012-08-18  Chong Yidong  <cyd@gnu.org>
705         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
707 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
709         * indent/ruby.rb: Rearrange examples, add new ones.
711 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
713         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
714         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
716 2012-08-11  Glenn Morris  <rgm@gnu.org>
718         * automated/files.el: New file.
720         * automated/Makefile.in (all): Fix typo.
722 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
724         * automated/ruby-mode-tests.el (ruby-should-indent):
725         Add docstring, check (current-indentation) instead of (current-column).
726         (ruby-should-indent-buffer): New function.
727         Add tests for `ruby-deep-indent-paren' behavior.
728         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
730 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
732         Original tests in test_ruby_mode.rb in upstream (author).
734 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
736         * automated/ruby-mode-tests.el (ruby-should-indent)
737         (ruby-assert-state): New functions.
738         Add new tests.
740 2012-07-29  David Engster  <deng@randomsample.de>
742         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
743         New variable to hold test data for name expansion.
744         (xml-parse-tests): Test the two different types of name expansion.
746 2012-07-29  Juri Linkov  <juri@jurta.org>
748         * automated/occur-tests.el (occur-test-case): Use predefined
749         buffer name " *test-occur*" instead of a random buffer name.
751 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
753         * automated/ruby-mode-tests.el: New file with one test.
755 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
757         * indent/shell.sh: Add test case for ${#VAR}.
759         * indent/latex-mode.tex: New file.
761 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
763         * eshell.el: Use cl-lib.
765 2012-07-03  Chong Yidong  <cyd@gnu.org>
767         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
769 2012-07-02  Chong Yidong  <cyd@gnu.org>
771         * automated/xml-parse-tests.el (xml-parse-tests--data):
772         More testcases.
774 2012-07-01  Chong Yidong  <cyd@gnu.org>
776         * automated/xml-parse-tests.el: New file.
778 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
780         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
781         Use cl-flet.
783 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
785         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
786         Test escaped commas in TZID (Bug#11473).
787         (icalendar-import-with-timezone): New.
788         (icalendar-real-world): Add new testcase as given in the bugreport
789         of Bug#11473.
791 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
793         * automated/icalendar-tests.el (icalendar-tests--test-import):
794         Include UID in import tests (Bug#11525).
795         (icalendar-import-non-recurring, icalendar-import-rrule)
796         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
797         UID-import change.
798         (icalendar-import-with-uid): New.
799         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
800         Include UID in cycle tests.
801         (icalendar-cycle, icalendar-real-world): UID-import change.
803 2012-05-21  Glenn Morris  <rgm@gnu.org>
805         * automated/Makefile.in (setwins): Scrap superfluous subshell.
807 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
809         * automated/url-util-tests.el: New file to test
810         lisp/url/url-util.el.  Only `url-build-query-string' and
811         `url-parse-query-string' are tested right now (Bug#8706).
813 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
815         * indent/shell.sh:
816         * indent/shell.rc: Ad some test cases.
818 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
820         * indent/ruby.rb: New file, to test new syntax-propertize code.
822 2012-04-11  Glenn Morris  <rgm@gnu.org>
824         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
826 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
828         * automated/url-future-tests.el (url-future-tests): Move from
829         lisp/url/url-future.el and rename.
831 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
833         * automated/icalendar-tests.el (icalendar-import-non-recurring):
834         Fix broken test, caused by missing trailing blank.
836 2011-12-03  Chong Yidong  <cyd@gnu.org>
838         * automated/compile-tests.el (compile-tests--test-regexps-data):
839         Increase column numbers by one to reflect change in how
840         compilation-message is recorded (Bug#10172).
842 2011-11-22  Glenn Morris  <rgm@gnu.org>
844         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
846 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
848         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
850 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
852         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
853         (icalendar-tests--test-export, icalendar-tests--do-test-export):
854         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
856 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
858         * automated/newsticker-tests.el
859         (newsticker--group-manage-orphan-feeds): Remove fsetting of
860         newsticker--treeview-tree-update.
862 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
864         * automated/newsticker-tests.el
865         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
867         * trunk/test/automated/newsticker-tests.el
868         (newsticker--group-manage-orphan-feeds): Prevent updating
869         newsticker treeview. Fixed bug#9763.
871 2011-10-20  Glenn Morris  <rgm@gnu.org>
873         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
875         * automated/vc-bzr.el: New file.
877 2011-10-15  Glenn Morris  <rgm@gnu.org>
879         * automated/f90.el: New file.
881 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
883         * automated/newsticker-tests.el: Move newsticker-testsuite.el
884         to automated/newsticker-tests.el. Convert to ERT.
886 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
888         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
889         Remove, simply use string=.
890         (icalendar--diarytime-to-isotime)
891         (icalendar--datetime-to-diary-date)
892         (icalendar--datestring-to-isodate)
893         (icalendar--format-ical-event)
894         (icalendar--parse-summary-and-rest)
895         (icalendar-tests--do-test-import)
896         (icalendar-tests--do-test-cycle): Change argument order of
897         string= to EXPECTED ACTUAL.
898         (icalendar--import-format-sample)
899         (icalendar--format-ical-event)
900         (icalendar-import-non-recurring)
901         (icalendar-import-rrule)
902         (icalendar-import-duration)
903         (icalendar-import-bug-6766)
904         (icalendar-real-world): Adjust to string= instead of
905         icalendar-tests--compare-strings.
906         (icalendar-import-multiple-vcalendars): New.
908 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
910         * automated/gnus-tests.el: Add wrapper for Gnus tests.
911         Require CL.
913 2011-05-09  Juri Linkov  <juri@jurta.org>
915         * automated/occur-tests.el: Move from test/occur-testsuite.el.
916         Convert to ERT.
918 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
920         * automated/compile-tests.el: New file.
922 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
924         * automated/font-parse-tests.el: Don't byte-compile.
926         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
928 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
930         * automated/lexbind-tests.el: New file.
932 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
934         * Version 23.3 released.
936 2011-03-05  Glenn Morris  <rgm@gnu.org>
938         * eshell.el: Move here from lisp/eshell/esh-test.el.
940 2011-03-03  Christian Ohler  <ohler@gnu.org>
942         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
943         New test.
945 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
947         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
948         convert to ERT format.
950 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
952         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
953         convert to ERT format.
955 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
957         * indent/shell.sh:
958         * indent/shell.rc: New files.
960 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
962         * automated/font-parse-tests.el: Move from
963         font-parse-testsuite.el.
965 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
967         * font-parse-testsuite.el (test-font-parse-data): New file.
969 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
971         * indent/prolog.prolog: Add tokenizing tests.
973 2011-01-13  Christian Ohler  <ohler@gnu.org>
975         * automated: New directory for automated tests.
977         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
979         * automated/Makefile.in: New file.
981 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
983         * indent/modula2.mod: New file.
985 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
987         * indent/octave.m: Add a test to ensure indentation is local.
989 2010-10-23  Glenn Morris  <rgm@gnu.org>
991         * comint-testsuite.el
992         (comint-testsuite--test-comint-password-prompt-regexp):
993         Add "Please enter the password".  (Bug#7224)
995 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
997         * indent/prolog.prolog: Use normal spacing around !.
999 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1001         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1003 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1005         * indent/octave.m: Remove some `fixindent' not needed any more.
1007 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1009         * indent/octave.m: New file.
1011 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1013         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1014         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1015         (icalendar-testsuite--run-internal-tests): New.
1016         (icalendar-testsuite--test-convert-ordinary-to-ical)
1017         (icalendar-testsuite--test-convert-block-to-ical)
1018         (icalendar-testsuite--test-convert-anniversary-to-ical)
1019         (icalendar-testsuite--test-parse-vtimezone)
1020         (icalendar-testsuite--do-test-export): Code formatting.
1021         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1022         (icalendar-testsuite--do-test-import)
1023         (icalendar-testsuite--do-test-cycle):
1024         Use icalendar-testsuite--compare-strings
1025         (icalendar-testsuite--run-import-tests): Comment added.
1026         (icalendar-testsuite--run-import-tests)
1027         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1029 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1031         * redisplay-testsuite.el (test-redisplay-3): New test.
1033 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1035         * comint-testsuite.el: New file.
1037 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1039         * indent: New dir.
1041 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1043         * Version 23.2 released.
1045 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1047         * cedet/semantic-ia-utest.el
1048         (semantic-symref-test-count-hits-in-tag): Add function, from
1049         semantic-test.el.
1051         * cedet/tests/test.cpp:
1052         * cedet/tests/test.py:
1053         * cedet/tests/teststruct.cpp:
1054         * cedet/tests/testtemplates.cpp:
1055         * cedet/tests/testusing.cpp:
1056         * cedet/tests/scopetest.cpp:
1057         * cedet/tests/scopetest.java: Files deleted.
1059         * cedet/tests/test.make:
1060         * cedet/tests/test.c:
1061         * cedet/tests/testjavacomp.java:
1062         * cedet/tests/testspp.c:
1063         * cedet/tests/testsppreplace.c:
1064         * cedet/tests/testsppreplaced.c:
1065         * cedet/tests/testsubclass.cpp:
1066         * cedet/tests/testsubclass.hh:
1067         * cedet/tests/testtypedefs.cpp:
1068         * cedet/tests/testvarnames.c:
1069         * cedet/tests/test.el:
1070         * cedet/tests/testdoublens.cpp:
1071         * cedet/tests/testdoublens.hpp: Add copyright header.
1073         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1074         Remove reference to deleted files.
1076 2010-03-30  Juri Linkov  <juri@jurta.org>
1078         * occur-testsuite.el (occur-tests): Add tests for context lines.
1080 2010-03-23  Juri Linkov  <juri@jurta.org>
1082         * occur-testsuite.el: New file.
1084 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1086         * Branch for 23.2.
1088 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1090         * icalendar-testsuite.el
1091         (icalendar-testsuite--run-function-tests): Add new tests.
1092         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1093         testcase.
1094         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1095         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1096         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1097         (icalendar-testsuite--test-convert-block-to-ical): New.
1098         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1099         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1101 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1103         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1104         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1105         Fix typos in docstrings and error messages.
1106         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1108 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1110         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1111         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1112         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1114 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1116         * icalendar-testsuite.el
1117         (icalendar-testsuite--run-function-tests):
1118         Add icalendar-testsuite--test-parse-vtimezone.
1119         (icalendar-testsuite--test-parse-vtimezone): New.
1120         (icalendar-testsuite--do-test-cycle): Doc changes.
1121         (icalendar-testsuite--run-real-world-tests): Remove trailing
1122         whitespace -- see change of icalendar--add-diary-entry in
1123         icalendar.el.
1124         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1126 2009-09-30  Glenn Morris  <rgm@gnu.org>
1128         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1130 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1132         * cedet/*: New unit tests, from CEDET repository.
1134 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1136         * redisplay-testsuite.el: New file.
1138 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1140         * Branch for 23.1.
1142 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1144         * icalendar-testsuite.el
1145         (icalendar-testsuite--run-function-tests):
1146         Add icalendar-testsuite--test-diarytime-to-isotime.
1147         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1148         recent icalendar fixes.
1149         (icalendar-testsuite--test-diarytime-to-isotime): New.
1150         (icalendar-testsuite--test-create-uid): Adjust to recent
1151         icalendar changes.
1153 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1155         * bytecomp-testsuite.el: New file.
1157 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1159         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1160         Add `icalendar-testsuite--test-create-uid'.
1161         (icalendar-testsuite--test-create-uid): New.
1163 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1165         * newsticker-testsuite.el: New file.
1167 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1169         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1170         Add icalendar-testsuite--test-datestring-to-isodate,
1171         icalendar-testsuite--test-datetime-to-diary-date, and
1172         icalendar-testsuite--test-calendar-style.
1173         (icalendar-testsuite--test-format-ical-event):
1174         (icalendar-testsuite--test-parse-summary-and-rest):
1175         Doc fix.  Remove european-calendar-style.
1176         (icalendar-testsuite--get-ical-event): Doc fix.
1177         (icalendar-testsuite--test-first-weekday-of-year):
1178         (icalendar-testsuite--run-cycle-tests): Add doc string.
1179         (icalendar-testsuite--test-datestring-to-isodate):
1180         (icalendar-testsuite--test-datetime-to-diary-date):
1181         (icalendar-testsuite--test-calendar-style): New functions.
1182         (icalendar-testsuite--test-export): Handle iso date style.
1183         New arg INPUT-ISO.  Use calendar-date-style.
1184         (icalendar-testsuite--test-import): Handle iso date style.
1185         New arg EXPECTED-ISO.  Use calendar-date-style.
1186         (icalendar-testsuite--test-cycle): Handle iso date style.
1187         (icalendar-testsuite--run-import-tests):
1188         (icalendar-testsuite--run-export-tests):
1189         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1191 2008-02-29  Glenn Morris  <rgm@gnu.org>
1193         * README: New file.
1195 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1197         * icalendar-testsuite.el: New file.
1199 ;; Local Variables:
1200 ;; coding: utf-8
1201 ;; End:
1203   Copyright (C) 2008-2013 Free Software Foundation, Inc.
1205   This file is part of GNU Emacs.
1207   GNU Emacs is free software: you can redistribute it and/or modify
1208   it under the terms of the GNU General Public License as published by
1209   the Free Software Foundation, either version 3 of the License, or
1210   (at your option) any later version.
1212   GNU Emacs is distributed in the hope that it will be useful,
1213   but WITHOUT ANY WARRANTY; without even the implied warranty of
1214   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1215   GNU General Public License for more details.
1217   You should have received a copy of the GNU General Public License
1218   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.