* automated/ert-tests.el (ert-test-stats-set-test-and-result):
[emacs.git] / test / ChangeLog
blob726cacc13b003155d14d3a705ef0a73316682f72
1 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
3         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
4         Add a skipping test.
6 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
10         * indent/css-mode.css (.x2): Test alignement inside braces.
12 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
14         * indent/ruby.rb: New failing example.
16         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
17         Fix the test, in respect to adding the space after the curly.
19 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
21         * automated/ert-tests.el (ert-test-skip-unless): New test case.
22         (ert-test-deftest): Adapt test for changed macro expansion.
23         (ert-test-run-tests-interactively):
24         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
25         Add a skipping test.
27         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
28         (file-notify--test-local-enabled): Make it a function.  Check also
29         for `file-remote-p' of `temporary-file-directory'.
30         (file-notify--test-remote-enabled-checked): New defvar.
31         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
32         internal functions.  Cache result.
33         (file-notify--deftest-remote, file-notify-test00-availability)
34         (file-notify-test01-add-watch, file-notify-test02-events)
35         (file-notify-test03-autorevert): Add checks with `skip_unless'.
36         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
38 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
40         * indent/ruby.rb: Fix syntax error in the latest example.
42 2013-10-23  Glenn Morris  <rgm@gnu.org>
44         * automated/Makefile.in (abs_top_srcdir, top_builddir):
45         New, set by configure.
46         (top_srcdir): Remove.
47         (abs_test, abs_lispsrc): New.
48         (lisp): No longer absolute.
49         (emacs, lisp-compile, compile, compile-always):
50         Quote entities that might contain whitespace.
52 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
54         * indent/ruby.rb: Move two examples to "working" section, add one
55         more.
57 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
59         * indent/ruby.rb: New examples for indentation of blocks.
60         Example of hash inside parens that inflooped before the present commit.
62 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
64         * test/automated/timer-tests.el: New file.  Tests that (sit-for 0)
65         allows another timer to run.
67 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
69         * indent/ruby.rb: More examples for bug#15594, both failing and
70         now passing.
72 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
74         * indent/ruby.rb: Add two more cases.
76 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
78         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
79         first use.
80         (ruby-should-indent): Use indent-according-to-mode.
81         (ruby-deftest-move-to-block): Use `declare'.
83 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
85         * indent/ruby.rb: Fix a spurious change, add more failing examples.
87 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
89         * indent/ruby.rb: Add a few more tests; adjust some indentation.
91 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
93         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
94         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
96         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
98 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
100         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
101         Adjust indentation of continued line to the new SMIE behavior.
103 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
105         * automated/completion-tests.el:
106         * indent/css-mode.css: New files.
108 2013-10-03  Daiki Ueno  <ueno@gnu.org>
110         * automated/data/package/signed/archive-contents:
111         * automated/data/package/signed/archive-contents.sig:
112         * automated/data/package/signed/signed-good-1.0.el:
113         * automated/data/package/signed/signed-good-1.0.el.sig:
114         * automated/data/package/signed/signed-bad-1.0.el:
115         * automated/data/package/signed/signed-bad-1.0.el.sig:
116         * automated/data/package/key.pub:
117         * automated/data/package/key.sec: New files.
119         * automated/package-test.el (package-test-update-listing)
120         (package-test-update-archives, package-test-describe-package):
121         Adjust to package.el change.
122         (package-test-signed): New test.
124 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
126         * automated/package-test.el: Update all cases to use :url instead
127         of :homepage.
129         * automated/package-x-test.el
130         (package-x-test--single-archive-entry-1-3): Same.
132 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
134         * automated/package-test.el (simple-single-desc-1-4): Remove, it
135         was unused.
136         (simple-single-desc): Expect :homepage property.
137         (multi-file-desc): Same.
138         (with-package-test): Do not save previous `default-directory'
139         value, let-bind the var instead.
140         (package-test-install-single): Expect :homepage property in the
141         generated pkg file.
142         (package-test-describe-package): Expect Homepage button.
143         (package-test-describe-non-installed-package)
144         (package-test-describe-non-installed-multi-file-package): Same.
145         (package-test-describe-not-installed-package): Remove, it was a
146         duplicate.
148         * automated/package-x-test.el
149         (package-x-test--single-archive-entry-1-3): Expect :homepage
150         property.
151         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
153         * automated/data/package/simple-single-1.3.el: Add URL header.
155         * automated/data/package/archive-contents: Add :homepage
156         properties to `simple-single' and `multi-file'.
158 2013-09-22  Daniel Colascione  <dancol@dancol.org>
160         * automated/data-test.el:
161         (bool-vector-count-matches-all-0-nil)
162         (bool-vector-count-matches-all-0-t)
163         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
164         (bool-vector-count-matches-at, bool-vector-intersection-op)
165         (bool-vector-union-op, bool-vector-xor-op)
166         (bool-vector-set-difference-op)
167         (bool-vector-change-detection, bool-vector-not): New tests.
168         (mock-bool-vector-count-matches-at)
169         (test-bool-vector-bv-from-hex-string)
170         (test-bool-vector-to-hex-string)
171         (test-bool-vector-count-matches-at-tc)
172         (test-bool-vector-apply-mock-op)
173         (test-bool-vector-binop): New helper functions.
174         (bool-vector-test-vectors): New testcase data.
176 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
178         * automated/advice-tests.el (advice-test-called-interactively-p-around)
179         (advice-test-called-interactively-p-filter-args)
180         (advice-test-called-interactively-p-around): New tests.
182 2013-09-16  Glenn Morris  <rgm@gnu.org>
184         * automated/eshell.el (eshell-match-result):
185         Return a more informative failure than simply "false".  Update callers.
187         * automated/eshell.el (eshell-test/for-name-shadow-loop):
188         Test value before and after loop as well as during.
190 2013-09-15  Glenn Morris  <rgm@gnu.org>
192         * automated/eshell.el (eshell-test/for-name-shadow-loop):
193         New test.  (Bug#15372)
194         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
196 2013-09-13  Glenn Morris  <rgm@gnu.org>
198         * automated/eshell.el (with-temp-eshell):
199         Use a temp directory for eshell-directory-name.
200         (eshell-test-command-result): New, again using a temp directory.
201         Replace eshell-command-result with this throughout.
202         (eshell-test/for-loop, eshell-test/for-name-loop):
203         Ensure environment variables don't confuse us.
205 2013-09-12  Glenn Morris  <rgm@gnu.org>
207         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
208         due to "has a running process; kill it?" prompts.
210 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
212         * automated/eshell.el: Rename from eshell.el.
213         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
215 2013-09-01  Glenn Morris  <rgm@gnu.org>
217         * automated/Makefile.in (setwins): Avoid leading space in $wins.
218         Otherwise the sed command used by eg compile-main ends up
219         containing "/*.el".  (Bug#15170)
221 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
223         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
224         for portability to hosts where /bin/sh has problems.
226 2013-08-21  David Engster  <deng@randomsample.de>
228         * automated/eieio-tests.el, automated/eieio-test-persist.el:
229         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
230         upstream.  Changed to use ERT.
232 2013-08-14  Daniel Hackney  <dan@haxney.org>
234         * package-test.el: Remove tar-package-building functions.  Tar file
235         used for testing is included in the repository.
236         (package-test-install-texinfo, package-test-cleanup-built-files):
237         Remove.
239 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
241         * automated/python-tests.el (python-imenu-create-index-4)
242         (python-imenu-create-flat-index-2): New tests.
244 2013-08-05  Glenn Morris  <rgm@gnu.org>
246         * automated/mule-util.el: New file, with tests extracted from
247         lisp/international/mule-util.el.
249 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
251         * automated/advice-tests.el (advice-tests-nadvice): Test removal
252         before definition.
253         (advice-tests-macroaliases): New test.
255 2013-08-04  Glenn Morris  <rgm@gnu.org>
257         * automated/ert-tests.el: Disable failing test that no-one seems
258         to know how to fix.  (Bug#13064)
260         * automated/icalendar-tests.el (icalendar-tests--test-export)
261         (icalendar-tests--test-import): Try more precise TZ specification.
262         Remove debug messages.
264 2013-08-03  Glenn Morris  <rgm@gnu.org>
266         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
268         * automated/icalendar-tests.el (icalendar-tests--test-export)
269         (icalendar-tests--test-import):
270         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
271         (icalendar-tests--test-import): Reset zone even if error occurred.
273 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
275         * automated/core-elisp-tests.el: New file.
277 2013-08-01  Glenn Morris  <rgm@gnu.org>
279         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
280         Try to check that the remote system has a notification program.
282 2013-07-31  Glenn Morris  <rgm@gnu.org>
284         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
286 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
288         * automated/file-notify-tests.el
289         (file-notify--test-local-enabled): New defconst.  Replaces all
290         `file-notify-support' occurences.
291         (file-notify--test-remote-enabled): New defun.
292         (file-notify--deftest-remote): Use it.
293         (file-notify-test00-availability): Rewrite.
294         (file-notify-test00-availability-remote): New defun.
295         (file-notify-test01-add-watch): Rewrite first erroneous check.
297 2013-07-23  Glenn Morris  <rgm@gnu.org>
299         * automated/inotify-test.el (inotify-file-watch-simple):
300         Delete temp-file when done.
302         * automated/subword-tests.el: Require subword.
304 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
306         * automated/subword-tests.el: New file.
308 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
310         * automated/python-tests.el (python-imenu-create-index-2)
311         (python-imenu-create-index-3): New tests.
313 2013-07-11  Glenn Morris  <rgm@gnu.org>
315         * automated/ert-tests.el: Require cl-lib at runtime too.
316         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
317         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
318         (ert-test-set-functions, ert-test-gensym)
319         (ert-test-coerce-to-vector, ert-test-string-position)
320         (ert-test-mismatch): Remove tests.
321         * automated/cl-lib.el: New, split from ert-tests.el.
323         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
324         Goto point-min.
325         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
326         (ruby-move-to-block-skips-percent-literal)
327         (ruby-move-to-block-skips-heredoc)
328         (ruby-move-to-block-moves-from-else-to-if)
329         (ruby-beginning-of-defun-does-not-fold-case)
330         (ruby-end-of-defun-skips-to-next-line-after-the-method):
331         Replace goto-line with forward-line/goto-char.
332         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
334         * automated/package-test.el (makeinfo-buffer): Autoload.
335         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
336         (package-test-install-texinfo): Don't require makeinfo.
338         * automated/files.el: Stop "local variables" confusion.
340         * automated/flymake-tests.el (flymake-tests): Remove unused group.
342         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
343         Use with-current-buffer.
345         * automated/undo-tests.el (undo-test-buffer-modified)
346         (undo-test-file-modified): New tests.
348 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
350         * automated/file-notify-tests.el (file-notify-test00-availability):
351         Set :expected-result.
352         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
353         (file-notify-test02-events, file-notify-test02-events-remote)
354         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
355         Skip when `file-notify-support' is nil.  (Bug#14823)
357 2013-07-09  Glenn Morris  <rgm@gnu.org>
359         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
360         Declare.
361         (inotify-file-watch-simple): Silence compiler.
363         * automated/python-tests.el (python-indent-block-enders):
364         Make it actually test something.
366         * automated/package-x-test.el: Require package-test when compiling.
368         * automated/add-log-tests.el, automated/advice-tests.el:
369         * automated/imenu-test.el, automated/package-x-test.el:
370         * automated/python-tests.el, automated/ruby-mode-tests.el:
371         * automated/xml-parse-tests.el: Explictly require ert.
373 2013-07-08  Kenichi Handa  <handa@gnu.org>
375         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
376         Use with-ccoding-priority to avoid side-effect (Bug#14781).
378 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
380         * automated/file-notify-tests.el
381         (file-notify-test-remote-temporary-file-directory):
382         Use `null-device' on w32.
383         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
384         (file-notify--test-results, file-notify--test-event)
385         (file-notify--deftest-remote, file-notify--event-test)
386         (file-notify--test-event-handler)
387         (file-notify--test-make-temp-name): Rename, in order to mark them
388         internal.
389         (tramp-message-show-message, tramp-read-passwd): Tweak them for
390         better fitting in noninteractive tests.
391         (file-notify-test00-availability): Rename from `file-notify-test0'.
392         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
393         Use `temporary-file-directory '.
394         (file-notify-test01-add-watch-remote): New test.
395         (file-notify-test02-events): Rename from `file-notify-test2'.
396         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
397         (file-notify-test03-autorevert): Rename from
398         `file-notify-test4'.  Use timeouts.
399         (file-notify-test03-autorevert-remote): Rename from
400         `file-notify-test5'.
402 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
404         * automated/file-notify-tests.el: New package.
406 2013-06-28  Kenichi Handa  <handa@gnu.org>
408         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
409         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
410         Callers changed.
411         (decoder-tests-filename): New function.
412         (decoder-tests-prefer-utf-8-read)
413         (decoder-tests-prefer-utf-8-write): New function.
414         (ert-test-decoder-prefer-utf-8): New test.
416 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
418         * automated/package-x-test.el: Change the commentary.
419         (package-x-test--single-archive-entry-1-3)
420         (package-x-test--single-archive-entry-1-4): Fix the tests, by
421         using the appropriate data structure.
423 2013-06-27  Daniel Hackney  <dan@haxney.org>
425         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
427         * automated/package-x-test.el: New file.
429         * automated/package-test.el: New file.
431         * automated/data/package: New directory, with test examples.
433 2013-06-27  Glenn Morris  <rgm@gnu.org>
435         * automated/python-tests.el (python-tests-with-temp-file):
436         Clean up after ourself.
438         * automated/undo-tests.el (undo-test3): Remove test that seems to
439         do nothing that the previous one doesn't, except leave a tempfile.
441 2013-06-26  Glenn Morris  <rgm@gnu.org>
443         * automated/info-xref.el: New file.
445 2013-06-25  Glenn Morris  <rgm@gnu.org>
447         * automated/occur-tests.el (occur-test-create): New function.
448         Use it to create separate tests for each element, so we run them
449         all rather than stopping at the first error.
451 2013-06-24  Glenn Morris  <rgm@gnu.org>
453         * automated/occur-tests.el (occur-tests):
454         Update for 2013-05-29 change to occur header line.
456 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
458         Test suite for flymake.
459         * automated/flymake-tests.el:
460         * automated/flymake/warnpred/Makefile
461         * automated/flymake/warnpred/test.c
462         * automated/flymake/warnpred/test.pl: New files.
464 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
466         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
468 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
470         * automated/reftex-tests.el: New test suite for reftex.
472 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
474         * automated/ruby-mode-tests.el: New tests, for percent literals
475         and expression expansion.
477 2013-05-29  Leo Liu  <sdl.web@gmail.com>
479         * indent/octave.m: Tweak.
481 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
483         * tests/eshell.el: Rewrite tests using ERT.
485 2013-05-25  Leo Liu  <sdl.web@gmail.com>
487         * indent/octave.m: Add tests for %!, # and ### comments.
489 2013-05-23  Kenichi Handa  <handa@gnu.org>
491         * automated/decoder-tests.el: New file.
493 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
495         * indent/ruby.rb: Add multiline regexp example.
497         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
498         (ruby-regexp-skips-over-interpolation)
499         (ruby-regexp-continues-till-end-when-unclosed)
500         (ruby-regexp-can-be-multiline)
501         (ruby-interpolation-inside-percent-literal): New tests.
503 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
505         * indent/ruby.rb: Fix indentation after =; add more cases.
507 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
509         * indent/pascal.pas: Add test for mis-identified comments.
511 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
513         * automated/imenu-tests.el: New file.  (Bug#14112)
515 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
517         * automated/python-tests.el (python-imenu-prev-index-position-1):
518         Remove test.
519         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
520         New tests.
522 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
524         * automated/python-tests.el (python-nav-backward-defun-2)
525         (python-nav-backward-defun-3, python-nav-forward-defun-2)
526         (python-nav-forward-defun-3): New tests.
528 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
530         * automated/python-tests.el (python-nav-backward-defun-1)
531         (python-nav-forward-defun-1): New tests.
533 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
535         * automated/add-log-tests.el: New file. (Bug#14112)
537 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
539         * automated/python-tests.el (python-indent-block-enders): New test.
540         (python-info-current-defun-2): Fix test.
542 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
544         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
546 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
548         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
549         (python-tests-with-temp-file): New macro.
550         (python-tests-shell-interpreter): New var.
551         (python-shell-get-process-name-1)
552         (python-shell-internal-get-process-name-1)
553         (python-shell-parse-command-1)
554         (python-shell-calculate-process-environment-1)
555         (python-shell-calculate-process-environment-2)
556         (python-shell-calculate-process-environment-3)
557         (python-shell-calculate-exec-path-1)
558         (python-shell-calculate-exec-path-2)
559         (python-shell-make-comint-1)
560         (python-shell-make-comint-2)
561         (python-shell-get-process-1)
562         (python-shell-get-or-create-process-1)
563         (python-shell-internal-get-or-create-process-1): New tests.
565 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
567         * automated/python-tests.el: New file.
569 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
571         * automated/ruby-mode-tests.el
572         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
573         bits inside the examples.
574         (ruby-move-to-block-skips-heredoc): New test.
575         (ruby-add-log-current-method-after-inner-class):
576         Lower expectations: move point inside a method, initially.
578 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
580         * automated/ruby-mode-tests.el
581         (ruby-move-to-block-skips-percent-literal): New test.
583 2013-02-04  Chong Yidong  <cyd@gnu.org>
585         * automated/thingatpt.el: New file.
587 2013-02-03  Chong Yidong  <cyd@gnu.org>
589         * automated/files.el (file-test--do-local-variables-test):
590         Avoid compilation warning message.
592 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
594         * automated/ruby-mode-tests.el
595         (ruby-indent-spread-args-in-parens): New test.
596         * automated/ruby-mode-tests.el (ruby-block-test-example):
597         Break indentation of the do block opener and add a line inside it.
598         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
599         Adjust line numbers.
601 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
603         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
605 2013-01-14  Glenn Morris  <rgm@gnu.org>
607         * automated/compile-tests.el (compile-tests--test-regexps-data):
608         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
610 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
612         * automated/man-tests.el: New file.
614 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
616         * automated/undo-tests.el (undo-test0): Adjust error to code change.
618 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
620         * automated/undo-tests.el: New file.
622 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
624         * automated/ruby-mode-tests.el
625         (ruby-indent-after-block-in-continued-expression): New test.
627 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
629         * automated/ruby-mode-tests.el:
630         Rename one interpolation test; add three more.
631         (ruby-with-temp-buffer): New macro, use it where appropriate.
632         (ruby-add-log-current-method-examples): Use "_" for target point.
633         Add four new tests for ruby-add-log-current-method.
635 2012-12-11  Glenn Morris  <rgm@gnu.org>
637         * automated/f90.el (f90-test-bug13138): New test.
639 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
641         * automated/inotify-test.el: New test.
643 2012-12-02  Chong Yidong  <cyd@gnu.org>
645         * automated/ruby-mode-tests.el
646         (ruby-add-log-current-method-examples): Don't use loop macro, to
647         allow automated testing to work.
649 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
651         * automated/advice-tests.el (advice-tests--data): Remove.
652         (advice-tests): Move the tests directly here instead.
653         Add called-interactively-p tests.
655 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
657         * automated/ert-x-tests.el: Use cl-lib.
658         * automated/ert-tests.el: Use lexical-binding and cl-lib.
660 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
662         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
663         (ruby-indent-inside-heredoc-after-operator)
664         (ruby-indent-inside-heredoc-after-space): New tests.
665         Change direct font-lock face references to var references.
666         (ruby-interpolation-suppresses-syntax-inside): New test.
667         (ruby-interpolation-inside-percent-literal-with-paren):
668         New failing test.
670 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
672         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
673         (ruby-singleton-class-no-heredoc-font-lock)
674         (ruby-add-log-current-method-examples): New tests.
675         (ruby-test-string): Extract from ruby-should-indent-buffer.
676         (ruby-deftest-move-to-block): New macro.
677         Add several move-to-block tests.
679 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
681         * automated/advice-tests.el: New tests.
683 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
685         * automated/compile-tests.el (compile-tests--test-regexps-data):
686         Add new data for msft's new format.
688 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
690         * automated/ruby-mode-tests.el:
691         (ruby-toggle-block-to-multiline): New test.
692         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
693         (ruby-toggle-block-to-brace): Use buffer-string.
695 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
697         * automated/ruby-mode-tests.el: New tests (Bug#11613).
699 2012-08-28  Chong Yidong  <cyd@gnu.org>
701         * automated/files.el: Test every combination of values for
702         enable-local-variables and enable-local-eval.
704 2012-08-19  Chong Yidong  <cyd@gnu.org>
706         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
708 2012-08-18  Chong Yidong  <cyd@gnu.org>
710         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
712 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
714         * indent/ruby.rb: Rearrange examples, add new ones.
716 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
718         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
719         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
721 2012-08-11  Glenn Morris  <rgm@gnu.org>
723         * automated/files.el: New file.
725         * automated/Makefile.in (all): Fix typo.
727 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
729         * automated/ruby-mode-tests.el (ruby-should-indent):
730         Add docstring, check (current-indentation) instead of (current-column).
731         (ruby-should-indent-buffer): New function.
732         Add tests for `ruby-deep-indent-paren' behavior.
733         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
735 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
737         Original tests in test_ruby_mode.rb in upstream (author).
739 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
741         * automated/ruby-mode-tests.el (ruby-should-indent)
742         (ruby-assert-state): New functions.
743         Add new tests.
745 2012-07-29  David Engster  <deng@randomsample.de>
747         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
748         New variable to hold test data for name expansion.
749         (xml-parse-tests): Test the two different types of name expansion.
751 2012-07-29  Juri Linkov  <juri@jurta.org>
753         * automated/occur-tests.el (occur-test-case): Use predefined
754         buffer name " *test-occur*" instead of a random buffer name.
756 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
758         * automated/ruby-mode-tests.el: New file with one test.
760 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
762         * indent/shell.sh: Add test case for ${#VAR}.
764         * indent/latex-mode.tex: New file.
766 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
768         * eshell.el: Use cl-lib.
770 2012-07-03  Chong Yidong  <cyd@gnu.org>
772         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
774 2012-07-02  Chong Yidong  <cyd@gnu.org>
776         * automated/xml-parse-tests.el (xml-parse-tests--data):
777         More testcases.
779 2012-07-01  Chong Yidong  <cyd@gnu.org>
781         * automated/xml-parse-tests.el: New file.
783 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
785         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
786         Use cl-flet.
788 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
790         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
791         Test escaped commas in TZID (Bug#11473).
792         (icalendar-import-with-timezone): New.
793         (icalendar-real-world): Add new testcase as given in the bugreport
794         of Bug#11473.
796 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
798         * automated/icalendar-tests.el (icalendar-tests--test-import):
799         Include UID in import tests (Bug#11525).
800         (icalendar-import-non-recurring, icalendar-import-rrule)
801         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
802         UID-import change.
803         (icalendar-import-with-uid): New.
804         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
805         Include UID in cycle tests.
806         (icalendar-cycle, icalendar-real-world): UID-import change.
808 2012-05-21  Glenn Morris  <rgm@gnu.org>
810         * automated/Makefile.in (setwins): Scrap superfluous subshell.
812 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
814         * automated/url-util-tests.el: New file to test
815         lisp/url/url-util.el.  Only `url-build-query-string' and
816         `url-parse-query-string' are tested right now (Bug#8706).
818 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
820         * indent/shell.sh:
821         * indent/shell.rc: Ad some test cases.
823 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
825         * indent/ruby.rb: New file, to test new syntax-propertize code.
827 2012-04-11  Glenn Morris  <rgm@gnu.org>
829         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
831 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
833         * automated/url-future-tests.el (url-future-tests): Move from
834         lisp/url/url-future.el and rename.
836 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
838         * automated/icalendar-tests.el (icalendar-import-non-recurring):
839         Fix broken test, caused by missing trailing blank.
841 2011-12-03  Chong Yidong  <cyd@gnu.org>
843         * automated/compile-tests.el (compile-tests--test-regexps-data):
844         Increase column numbers by one to reflect change in how
845         compilation-message is recorded (Bug#10172).
847 2011-11-22  Glenn Morris  <rgm@gnu.org>
849         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
851 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
853         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
855 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
857         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
858         (icalendar-tests--test-export, icalendar-tests--do-test-export):
859         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
861 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
863         * automated/newsticker-tests.el
864         (newsticker--group-manage-orphan-feeds): Remove fsetting of
865         newsticker--treeview-tree-update.
867 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
869         * automated/newsticker-tests.el
870         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
872         * trunk/test/automated/newsticker-tests.el
873         (newsticker--group-manage-orphan-feeds): Prevent updating
874         newsticker treeview. Fixed bug#9763.
876 2011-10-20  Glenn Morris  <rgm@gnu.org>
878         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
880         * automated/vc-bzr.el: New file.
882 2011-10-15  Glenn Morris  <rgm@gnu.org>
884         * automated/f90.el: New file.
886 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
888         * automated/newsticker-tests.el: Move newsticker-testsuite.el
889         to automated/newsticker-tests.el. Convert to ERT.
891 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
893         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
894         Remove, simply use string=.
895         (icalendar--diarytime-to-isotime)
896         (icalendar--datetime-to-diary-date)
897         (icalendar--datestring-to-isodate)
898         (icalendar--format-ical-event)
899         (icalendar--parse-summary-and-rest)
900         (icalendar-tests--do-test-import)
901         (icalendar-tests--do-test-cycle): Change argument order of
902         string= to EXPECTED ACTUAL.
903         (icalendar--import-format-sample)
904         (icalendar--format-ical-event)
905         (icalendar-import-non-recurring)
906         (icalendar-import-rrule)
907         (icalendar-import-duration)
908         (icalendar-import-bug-6766)
909         (icalendar-real-world): Adjust to string= instead of
910         icalendar-tests--compare-strings.
911         (icalendar-import-multiple-vcalendars): New.
913 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
915         * automated/gnus-tests.el: Add wrapper for Gnus tests.
916         Require CL.
918 2011-05-09  Juri Linkov  <juri@jurta.org>
920         * automated/occur-tests.el: Move from test/occur-testsuite.el.
921         Convert to ERT.
923 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
925         * automated/compile-tests.el: New file.
927 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
929         * automated/font-parse-tests.el: Don't byte-compile.
931         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
933 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
935         * automated/lexbind-tests.el: New file.
937 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
939         * Version 23.3 released.
941 2011-03-05  Glenn Morris  <rgm@gnu.org>
943         * eshell.el: Move here from lisp/eshell/esh-test.el.
945 2011-03-03  Christian Ohler  <ohler@gnu.org>
947         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
948         New test.
950 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
952         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
953         convert to ERT format.
955 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
957         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
958         convert to ERT format.
960 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
962         * indent/shell.sh:
963         * indent/shell.rc: New files.
965 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
967         * automated/font-parse-tests.el: Move from
968         font-parse-testsuite.el.
970 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
972         * font-parse-testsuite.el (test-font-parse-data): New file.
974 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
976         * indent/prolog.prolog: Add tokenizing tests.
978 2011-01-13  Christian Ohler  <ohler@gnu.org>
980         * automated: New directory for automated tests.
982         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
984         * automated/Makefile.in: New file.
986 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
988         * indent/modula2.mod: New file.
990 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
992         * indent/octave.m: Add a test to ensure indentation is local.
994 2010-10-23  Glenn Morris  <rgm@gnu.org>
996         * comint-testsuite.el
997         (comint-testsuite--test-comint-password-prompt-regexp):
998         Add "Please enter the password".  (Bug#7224)
1000 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1002         * indent/prolog.prolog: Use normal spacing around !.
1004 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1006         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1008 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1010         * indent/octave.m: Remove some `fixindent' not needed any more.
1012 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1014         * indent/octave.m: New file.
1016 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1018         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1019         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1020         (icalendar-testsuite--run-internal-tests): New.
1021         (icalendar-testsuite--test-convert-ordinary-to-ical)
1022         (icalendar-testsuite--test-convert-block-to-ical)
1023         (icalendar-testsuite--test-convert-anniversary-to-ical)
1024         (icalendar-testsuite--test-parse-vtimezone)
1025         (icalendar-testsuite--do-test-export): Code formatting.
1026         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1027         (icalendar-testsuite--do-test-import)
1028         (icalendar-testsuite--do-test-cycle):
1029         Use icalendar-testsuite--compare-strings
1030         (icalendar-testsuite--run-import-tests): Comment added.
1031         (icalendar-testsuite--run-import-tests)
1032         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1034 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1036         * redisplay-testsuite.el (test-redisplay-3): New test.
1038 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1040         * comint-testsuite.el: New file.
1042 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1044         * indent: New dir.
1046 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1048         * Version 23.2 released.
1050 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1052         * cedet/semantic-ia-utest.el
1053         (semantic-symref-test-count-hits-in-tag): Add function, from
1054         semantic-test.el.
1056         * cedet/tests/test.cpp:
1057         * cedet/tests/test.py:
1058         * cedet/tests/teststruct.cpp:
1059         * cedet/tests/testtemplates.cpp:
1060         * cedet/tests/testusing.cpp:
1061         * cedet/tests/scopetest.cpp:
1062         * cedet/tests/scopetest.java: Files deleted.
1064         * cedet/tests/test.make:
1065         * cedet/tests/test.c:
1066         * cedet/tests/testjavacomp.java:
1067         * cedet/tests/testspp.c:
1068         * cedet/tests/testsppreplace.c:
1069         * cedet/tests/testsppreplaced.c:
1070         * cedet/tests/testsubclass.cpp:
1071         * cedet/tests/testsubclass.hh:
1072         * cedet/tests/testtypedefs.cpp:
1073         * cedet/tests/testvarnames.c:
1074         * cedet/tests/test.el:
1075         * cedet/tests/testdoublens.cpp:
1076         * cedet/tests/testdoublens.hpp: Add copyright header.
1078         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1079         Remove reference to deleted files.
1081 2010-03-30  Juri Linkov  <juri@jurta.org>
1083         * occur-testsuite.el (occur-tests): Add tests for context lines.
1085 2010-03-23  Juri Linkov  <juri@jurta.org>
1087         * occur-testsuite.el: New file.
1089 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1091         * Branch for 23.2.
1093 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1095         * icalendar-testsuite.el
1096         (icalendar-testsuite--run-function-tests): Add new tests.
1097         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1098         testcase.
1099         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1100         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1101         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1102         (icalendar-testsuite--test-convert-block-to-ical): New.
1103         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1104         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1106 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1108         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1109         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1110         Fix typos in docstrings and error messages.
1111         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1113 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1115         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1116         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1117         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1119 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1121         * icalendar-testsuite.el
1122         (icalendar-testsuite--run-function-tests):
1123         Add icalendar-testsuite--test-parse-vtimezone.
1124         (icalendar-testsuite--test-parse-vtimezone): New.
1125         (icalendar-testsuite--do-test-cycle): Doc changes.
1126         (icalendar-testsuite--run-real-world-tests): Remove trailing
1127         whitespace -- see change of icalendar--add-diary-entry in
1128         icalendar.el.
1129         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1131 2009-09-30  Glenn Morris  <rgm@gnu.org>
1133         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1135 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1137         * cedet/*: New unit tests, from CEDET repository.
1139 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1141         * redisplay-testsuite.el: New file.
1143 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1145         * Branch for 23.1.
1147 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1149         * icalendar-testsuite.el
1150         (icalendar-testsuite--run-function-tests):
1151         Add icalendar-testsuite--test-diarytime-to-isotime.
1152         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1153         recent icalendar fixes.
1154         (icalendar-testsuite--test-diarytime-to-isotime): New.
1155         (icalendar-testsuite--test-create-uid): Adjust to recent
1156         icalendar changes.
1158 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1160         * bytecomp-testsuite.el: New file.
1162 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1164         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1165         Add `icalendar-testsuite--test-create-uid'.
1166         (icalendar-testsuite--test-create-uid): New.
1168 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1170         * newsticker-testsuite.el: New file.
1172 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1174         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1175         Add icalendar-testsuite--test-datestring-to-isodate,
1176         icalendar-testsuite--test-datetime-to-diary-date, and
1177         icalendar-testsuite--test-calendar-style.
1178         (icalendar-testsuite--test-format-ical-event):
1179         (icalendar-testsuite--test-parse-summary-and-rest):
1180         Doc fix.  Remove european-calendar-style.
1181         (icalendar-testsuite--get-ical-event): Doc fix.
1182         (icalendar-testsuite--test-first-weekday-of-year):
1183         (icalendar-testsuite--run-cycle-tests): Add doc string.
1184         (icalendar-testsuite--test-datestring-to-isodate):
1185         (icalendar-testsuite--test-datetime-to-diary-date):
1186         (icalendar-testsuite--test-calendar-style): New functions.
1187         (icalendar-testsuite--test-export): Handle iso date style.
1188         New arg INPUT-ISO.  Use calendar-date-style.
1189         (icalendar-testsuite--test-import): Handle iso date style.
1190         New arg EXPECTED-ISO.  Use calendar-date-style.
1191         (icalendar-testsuite--test-cycle): Handle iso date style.
1192         (icalendar-testsuite--run-import-tests):
1193         (icalendar-testsuite--run-export-tests):
1194         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1196 2008-02-29  Glenn Morris  <rgm@gnu.org>
1198         * README: New file.
1200 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1202         * icalendar-testsuite.el: New file.
1204 ;; Local Variables:
1205 ;; coding: utf-8
1206 ;; End:
1208   Copyright (C) 2008-2013 Free Software Foundation, Inc.
1210   This file is part of GNU Emacs.
1212   GNU Emacs is free software: you can redistribute it and/or modify
1213   it under the terms of the GNU General Public License as published by
1214   the Free Software Foundation, either version 3 of the License, or
1215   (at your option) any later version.
1217   GNU Emacs is distributed in the hope that it will be useful,
1218   but WITHOUT ANY WARRANTY; without even the implied warranty of
1219   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1220   GNU General Public License for more details.
1222   You should have received a copy of the GNU General Public License
1223   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.