* src/intervals.c (rotate_right, rotate_left): Fix up length computation.
[emacs.git] / test / ChangeLog
blobd677d13db44d6096689bbff874d889b008e24ecd
1 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
3         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
4         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
6 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
8         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
9         (tramp--test-make-temp-name): Optional argument LOCAL.
10         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
11         (tramp-test10-write-region): No special test for out-of-band copy
12         needed anymore.
13         (tramp-test11-copy-file, tramp-test12-rename-file)
14         (tramp-test21-file-links): Extend tests.
15         (tramp-test20-file-modes): More robust check for user "root".
16         (tramp--test-check-files): New defun.
17         (tramp-test30-special-characters, tramp-test33-recursive-load)
18         (tramp-test34-unload): New tests.
19         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
21 2014-04-10  Paul Eggert  <eggert@cs.ucla.edu>
23         * automated/electric-tests.el: Fix spelling error in test name.
24         (whitespace-skipping-for-quotes-not-outside):
25         Rename from whitespace-skipping-for-quotes-not-ouside.
27 2014-04-09  Glenn Morris  <rgm@gnu.org>
29         * automated/python-tests.el (python-triple-quote-pairing):
30         Enable/disable electric-pair-mode as needed.
32         * automated/electric-tests.el (electric-pair-backspace-1):
33         Replace deleted function.
35 2014-04-07  João Távora  <joaotavora@gmail.com>
37         * automated/electric-tests.el (define-electric-pair-test):
38         Don't overtest.
39         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
40         (inhibit-in-mismatched-string-inside-c-comments): New test.
42         * automated/electric-tests.el (inhibit-if-strings-mismatched):
43         New test, change from `inhibit-only-of-next-is-mismatched'.
45 2014-04-06  João Távora  <joaotavora@gmail.com>
47         * automated/python-tests.el (python-triple-quote-pairing): New test.
48         (python-syntax-after-python-backspace): New test.
50         * automated/electric-tests.el (electric-pair-define-test-form):
51         More readable test docstrings.
52         (whitespace-skipping-for-quotes-not-ouside)
53         (whitespace-skipping-for-quotes-only-inside)
54         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
56 2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
58         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
59         (undo-test-region-t-marker): New tests of marker adjustments.
60         (undo-test-marker-adjustment-moved):
61         (undo-test-region-mark-adjustment): New tests to demonstrate
62         bug#16818, which fail without the fix.
64 2014-03-23  Daniel Colascione  <dancol@dancol.org>
66         * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
67         test: correct parsing of keyword arguments.
69 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
71         * automated/package-test.el (package-test-describe-package):
72         Fix test failure in non-graphical mode.
74 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
76         * automated/package-test.el (package-test-describe-package):
77         Check for the "Keywords: " line.
79         * automated/data/package/archive-contents: Include the :keywords
80         field in `simple-single' data form.
82 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
84         * automated/package-test.el
85         (package-test-install-two-dependencies): New test (bug#16826).
87         * automated/data/package/simple-two-depend-1.1.el: New file.
89         * automated/data/package/archive-contents:
90         Add info about the new package.
92 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
94         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
95         (tramp-test10-write-region): Extend for out-of-band copy.
96         (tramp-test31-asynchronous-requests): New test.
98 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
100         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
101         Add new test of undo in region.
102         (undo-test-in-region-eob): Add test case described at
103         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
105 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
107         * automated/tramp-tests.el (tramp--test-enabled)
108         (tramp-test15-copy-directory): No special handling of tramp-adb.el
109         anymore.  It's fixed in that package.
111 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
113         * automated/tramp-tests.el (tramp--test-enabled): Move connection
114         cleanup into this function.  Remove respective code from all test
115         cases.
116         (tramp--instrument-test-case): Declare `indent' and `debug'.
117         Handle other errors as well.
118         (tramp-test14-delete-directory): Check for `file-error' error.
119         (tramp-test15-copy-directory): Ignore return value of
120         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
121         (tramp-test19-directory-files-and-attributes): Take care of
122         timestamp of "../".
123         (tramp-test20-file-modes, tramp-test27-start-file-process)
124         (tramp-test28-shell-command): Skip for tramp-adb.el.
125         (tramp-test21-file-links): `file-truename' shall preserve trailing
126         link of directories.
127         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
128         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
129         `kill-buffer-query-functions' to nil.
130         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
132 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
134         * automated/tramp-tests.el
135         (tramp-test19-directory-files-and-attributes): Do not include
136         directories in comparison; they might have changed their
137         timestamps already.
139 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
141         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
142         (tramp-test17-insert-directory): First line could contain more
143         text, when produced by `ls-lisp'.
144         (tramp-test19-directory-files-and-attributes): Instrument failed
145         test case.
147 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
149         * automated/tramp-tests.el (tramp-test17-insert-directory):
150         Make first line "total 123" optional.
151         (tramp-test20-file-modes, tramp-test22-file-times)
152         (tramp-test26-process-file, tramp-test27-start-file-process)
153         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
154         tramp-smb.el.
155         (tramp-test20-file-modes): Check for "root" only when there is an
156         explicit user name.
157         (tramp-test21-file-links): Handle "... not supported" error.
158         (tramp-test22-file-times): Skip for "don't know" return values.
159         (tramp-test26-process-file, tramp-test28-shell-command):
160         Remove color escape sequences.
161         (tramp-test28-shell-command): Use `accept-process-output' rather
162         than `sit-for'.
163         (tramp-test30-utf8): Set coding system `utf-8'.
165 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
167         * automated/tramp-tests.el (tramp-test28-shell-command): Perform
168         an initial `sit-for' prior the while loop.
170 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
172         Sync with Tramp 2.2.9.
174         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
175         (tramp-test28-shell-command): Make a while loop when waiting for
176         process exit.
178 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
180         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
181         and `vc-hg'.  Declare `tramp-find-executable' and
182         `tramp-get-remote-path'.
183         (tramp-test29-vc-registered): New test.
184         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
186 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
188         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
189         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
190         (tramp-test28-shell-command): Improve `shell-command' test.  Add
191         `async-shell-command' tests.
193 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
195         * automated/file-notify-tests.el (file-notify--wait-for-events):
196         Use `read-event' instead of `sit-for'.
197         (file-notify-test02-events): Remove expected result, the bug is
198         fixed meanwhile.
199         (file-notify-test02-events, file-notify-test03-autorevert):
200         Use `sleep-for' instead of `sit-for'.
202 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
204         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
205         New test.
207 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
209         * automated/file-notify-tests.el (file-notify--deftest-remote):
210         Do not skip when the local test has failed.  They are unrelated.
211         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
212         `noninteractive' to nil, otherwise `sit-for' could be degraded to
213         `sleep-for'.
214         (file-notify-test02-events): Check for `file-remote-p' instead of
215         `file-notify--test-remote-enabled'.
217 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
219         * automated/file-notify-tests.el (file-notify-test02-events):
220         Let test case fail for Bug#16519.
222 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
224         * automated/file-notify-tests.el (file-notify-test02-events):
225         Hide Bug#16519, until it is solved.
227 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
229         * automated/file-notify-tests.el
230         (file-notify--test-local-enabled): Fix error in logic.
231         (file-notify--wait-for-events): New defmacro.
232         (file-notify-test02-events): Make short breaks between file operations.
233         Use `file-notify--wait-for-events'.  Check, that events have arrived.
234         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
236         * automated/comint-testsuite.el
237         (comint-testsuite-password-strings): Add localized examples.
239 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
241         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
242         case if inotify is not linked with Emacs.  Use `read-event' rather
243         than `sit-for' in order to process events.  (Bug#13662)
245 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
247         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
248         test case with adapted test string.  (Bug#13064)
250 2013-12-28  Glenn Morris  <rgm@gnu.org>
252         * automated/electric-tests.el: Require 'elec-pair.
254 2013-12-26  João Távora  <joaotavora@gmail.com>
256         * automated/electric-tests.el (electric-pair-test-for):
257         Fix autowrapping tests in batch-mode by running with
258         `transient-mark-mode' set to `lambda'.
260         * automated/electric-tests.el: New file.
262 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
264         * automated/python-tests.el
265         (python-nav-lisp-forward-sexp-safe-1): Remove test.
266         (python-nav-forward-sexp-safe-1): New test.
268 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
270         * automated/ruby-mode-tests.el: Add tests for
271         `ruby-align-to-stmt-keywords'.
273         * indent/ruby.rb: Update examples to reflect the lack of change in
274         default indentation of `begin' blocks.
276 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
278         * indent/ruby.rb: Update examples according to the change
279         in `smie-indent-close'.
281 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
283         * indent/ruby.rb: New examples.
285 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
287         * automated/python-tests.el (python-indent-dedenters-2): New test.
289 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
291         * automated/python-tests.el (python-indent-after-comment-1)
292         (python-indent-after-comment-2): New tests.
294 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
296         * automated/python-tests.el (python-indent-block-enders-1):
297         Rename from python-indent-block-enders.
298         (python-indent-block-enders-2): New test.
300 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
302         * indent/js.js: New file.
304 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
306         * automated/dbus-tests.el: New file.
308 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
310         * automated/regexp-tests.el: New file.
312 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
314         * automated/reftex-tests.el (reftex-parse-from-file-test):
315         Run temp-dir through file-truename, to make sure the temporary file
316         names are comparable as strings.
318         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
319         Force Unix EOLs by using 'utf-8-unix', since the default of
320         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
322 2013-11-28  Glenn Morris  <rgm@gnu.org>
324         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
326 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
328         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
329         (EMACSOPT): Use $(PATH_SEP).
331 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
333         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
334         Set to nil.
336 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
338         * automated/file-notify-tests.el
339         (file-notify-test-remote-temporary-file-directory):
340         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
341         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
342         (file-notify--deftest-remote): Cleanup connection initially.
343         (file-notify-test03-autorevert): Run also in batch mode.  Use a
344         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
345         does not work on MS Windows.  Call `accept-process-output' for
346         remote files.  Apply `string-match' instead of `string-equal', the
347         messages are different on MS Windows.
349         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
350         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
351         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
353 2013-11-23  Glenn Morris  <rgm@gnu.org>
355         * automated/python-tests.el (python-shell-make-comint-1)
356         (python-shell-make-comint-2, python-shell-get-process-1):
357         Suppress creation of some temp-files.
359         * automated/python-tests.el (python-shell-parse-command-1)
360         (python-shell-make-comint-1, python-shell-make-comint-2)
361         (python-shell-get-process-1)
362         (python-shell-internal-get-or-create-process-1):
363         Skip rather than fail if prereqs not found.
365         * automated/Makefile.in (emacs):
366         Empty EMACSLOADPATH rather than unsetting.
368 2013-11-22  Glenn Morris  <rgm@gnu.org>
370         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
371         Set expected-result.
373 2013-11-21  Glenn Morris  <rgm@gnu.org>
375         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
376         (compile-main): Pass XARGS_LIMIT to xargs.
378         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
379         (EMACSOPT): Use PATH_SEPARATOR.
381 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
383         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
384         Add a failing test for Bug#15874.
385         (ruby--insert-coding-comment-ruby-style)
386         (ruby--insert-coding-comment-emacs-style)
387         (ruby--insert-coding-comment-custom-style):
388         Add a few tests for `ruby--insert-coding-comment'.
390 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
392         Improve API of recently-added bool vector functions (Bug#15912).
393         * automated/data-tests.el: Adjust to API changes.
395 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
397         * automated/tramp-tests.el (tramp-test07-file-exists-p)
398         (tramp-test08-file-local-copy)
399         (tramp-test09-insert-file-contents, tramp-test10-write-region)
400         (tramp-test11-copy-file, tramp-test12-rename-file)
401         (tramp-test13-make-directory, tramp-test14-delete-directory)
402         (tramp-test15-copy-directory, tramp-test16-directory-files)
403         (tramp-test17-insert-directory, tramp-test18-file-attributes)
404         (tramp-test19-directory-files-and-attributes)
405         (tramp-test20-file-modes, tramp-test21-file-links)
406         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
407         (tramp-test24-file-name-completion, tramp-test25-load)
408         (tramp-test26-process-file, tramp-test27-start-file-process)
409         (tramp-test28-shell-command): Cleanup connection initially.
411 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
413         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
414         connection before running the test.
416 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
418         * automated/tramp-tests.el (tramp-test15-copy-directory)
419         (tramp-test16-directory-files, tramp-test17-insert-directory)
420         (tramp-test18-file-attributes)
421         (tramp-test19-directory-files-and-attributes)
422         (tramp-test20-file-modes, tramp-test21-file-links)
423         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
424         (tramp-test24-file-name-completion, tramp-test25-load)
425         (tramp-test26-process-file, tramp-test27-start-file-process)
426         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
427         (tramp-test29-utf8): New test.
429 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
431         * automated/file-notify-tests.el (file-notify-test02-events)
432         (file-notify-test03-autorevert): Suppress messages in `write-region'.
434         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
435         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
436         (tramp-test26-process-file, tramp-test28-shell-command):
437         Ensure, that the directory is not empty when calling "ls".
439 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
441         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
442         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
443         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
444         (tramp-test09-insert-file-contents, tramp-test10-write-region)
445         (tramp-test26-process-file): Add tests.
446         (tramp-test11-copy-file): Remove debug message.
447         (tramp-test20-file-modes): Special case, if user is "root".
449 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
451         * automated/file-notify-tests.el:
452         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
453         `tramp-remote-path' when running on hydra.
454         (tramp-test07-file-exists-p): Remove instrumentation code.
455         (tramp-test26-process-file): Don't use "/bin/true" and
456         "/bin/false", these paths do not exist on hydra.
458 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
460         * automated/process-tests.el: New file.
462 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
464         * indent/ruby.rb: New examples.
466 2013-11-06  Glenn Morris  <rgm@gnu.org>
468         * automated/Makefile.in (setwins): Avoid accidental matches.
470 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
472         * automated/tramp-tests.el (tramp-test07-file-exists-p):
473         Fix docstring.  Instrument, in order to hunt failure on hydra.
475 2013-11-06  Glenn Morris  <rgm@gnu.org>
477         * automated/flymake-tests.el (warning-predicate-rx-gcc)
478         (warning-predicate-function-gcc, warning-predicate-rx-perl)
479         (warning-predicate-function-perl):
480         * automated/info-xref.el (info-xref-test-makeinfo):
481         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
482         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
484 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
486         * automated/tramp-tests.el: New file.
488 2013-11-05  Glenn Morris  <rgm@gnu.org>
490         Get rid of --chdir usage.
491         * automated/Makefile.in (EMACSOPT): Move -L here.
492         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
493         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
494         (.el.elc): No more need to pass -L here.
495         (compile-main): Get rid of sub-shell and cd.
496         (compile-clean, check): Get rid of cd.
498         Make it possible to run tests with a different working directory.
499         * automated/flymake-tests.el (flymake-tests-data-directory): New.
500         (flymake-tests--current-face): Use flymake-tests-data-directory.
501         (warning-predicate-function-gcc, warning-predicate-rx-perl)
502         (warning-predicate-function-perl): Adapt for above change.
503         * automated/zlib-tests.el (zlib-tests-data-directory): New.
504         (zlib--decompress): Use zlib-tests-data-directory.
506         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
507         Remove test that makes no sense.
509         * automated/files.el (files-test-local-variable-data):
510         Fix result typo presumably caused by interference from dir-locals.
511         (file-test--do-local-variables-test): Prevent dir-locals interfering.
513 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
515         * indent/ruby.rb: Add a statement on the line after heredoc.
516         Move a now-successful example.
518         * automated/ruby-mode-tests.el: Remove outdated comment.
520 2013-11-04  Glenn Morris  <rgm@gnu.org>
522         * automated/Makefile.in (abs_srcdir): Remove.
523         (emacs): Unset EMACSLOADPATH.
524         (.el.elc, check): Use -L to append srcdir to load-path.
526 2013-11-02  Glenn Morris  <rgm@gnu.org>
528         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
529         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
530         (abs_srcdir): New, set by configure.
531         (EMACS): Use a relative file name.
532         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
533         (lisp-compile): Remove (assume it's up-to-date).
534         (compile-main): Do not run lisp-compile.
535         (compile-main, compile-clean, compile-always, bootstrap-clean)
536         (check): Use srcdir rather than $test.  Check cd return value.
537         Use --chdir.
538         (doit, compile, compile-always): Remove stuff copied from lisp/.
539         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
541 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
543         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
544         Add a skipping test.
546 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
548         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
550         * indent/css-mode.css (.x2): Test alignement inside braces.
552 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
554         * indent/ruby.rb: New failing example.
556         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
557         Fix the test, in respect to adding the space after the curly.
559 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
561         * automated/ert-tests.el (ert-test-skip-unless): New test case.
562         (ert-test-deftest): Adapt test for changed macro expansion.
563         (ert-test-run-tests-interactively):
564         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
565         Add a skipping test.
567         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
568         (file-notify--test-local-enabled): Make it a function.  Check also
569         for `file-remote-p' of `temporary-file-directory'.
570         (file-notify--test-remote-enabled-checked): New defvar.
571         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
572         internal functions.  Cache result.
573         (file-notify--deftest-remote, file-notify-test00-availability)
574         (file-notify-test01-add-watch, file-notify-test02-events)
575         (file-notify-test03-autorevert): Add checks with `skip_unless'.
576         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
578 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
580         * indent/ruby.rb: Fix syntax error in the latest example.
582 2013-10-23  Glenn Morris  <rgm@gnu.org>
584         * automated/Makefile.in (abs_top_srcdir, top_builddir):
585         New, set by configure.
586         (top_srcdir): Remove.
587         (abs_test, abs_lispsrc): New.
588         (lisp): No longer absolute.
589         (emacs, lisp-compile, compile, compile-always):
590         Quote entities that might contain whitespace.
592 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
594         * indent/ruby.rb: Move two examples to "working" section, add one
595         more.
597 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
599         * indent/ruby.rb: New examples for indentation of blocks.
600         Example of hash inside parens that inflooped before the present commit.
602 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
604         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
605         allows another timer to run.
607 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
609         * indent/ruby.rb: More examples for bug#15594, both failing and
610         now passing.
612 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
614         * indent/ruby.rb: Add two more cases.
616 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
618         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
619         first use.
620         (ruby-should-indent): Use indent-according-to-mode.
621         (ruby-deftest-move-to-block): Use `declare'.
623 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
625         * indent/ruby.rb: Fix a spurious change, add more failing examples.
627 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
629         * indent/ruby.rb: Add a few more tests; adjust some indentation.
631 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
633         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
634         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
636         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
638 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
640         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
641         Adjust indentation of continued line to the new SMIE behavior.
643 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
645         * automated/completion-tests.el:
646         * indent/css-mode.css: New files.
648 2013-10-03  Daiki Ueno  <ueno@gnu.org>
650         * automated/data/package/signed/archive-contents:
651         * automated/data/package/signed/archive-contents.sig:
652         * automated/data/package/signed/signed-good-1.0.el:
653         * automated/data/package/signed/signed-good-1.0.el.sig:
654         * automated/data/package/signed/signed-bad-1.0.el:
655         * automated/data/package/signed/signed-bad-1.0.el.sig:
656         * automated/data/package/key.pub:
657         * automated/data/package/key.sec: New files.
659         * automated/package-test.el (package-test-update-listing)
660         (package-test-update-archives, package-test-describe-package):
661         Adjust to package.el change.
662         (package-test-signed): New test.
664 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
666         * automated/package-test.el: Update all cases to use :url instead
667         of :homepage.
669         * automated/package-x-test.el
670         (package-x-test--single-archive-entry-1-3): Same.
672 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
674         * automated/package-test.el (simple-single-desc-1-4): Remove, it
675         was unused.
676         (simple-single-desc): Expect :homepage property.
677         (multi-file-desc): Same.
678         (with-package-test): Do not save previous `default-directory'
679         value, let-bind the var instead.
680         (package-test-install-single): Expect :homepage property in the
681         generated pkg file.
682         (package-test-describe-package): Expect Homepage button.
683         (package-test-describe-non-installed-package)
684         (package-test-describe-non-installed-multi-file-package): Same.
685         (package-test-describe-not-installed-package): Remove, it was a
686         duplicate.
688         * automated/package-x-test.el
689         (package-x-test--single-archive-entry-1-3): Expect :homepage
690         property.
691         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
693         * automated/data/package/simple-single-1.3.el: Add URL header.
695         * automated/data/package/archive-contents: Add :homepage
696         properties to `simple-single' and `multi-file'.
698 2013-09-22  Daniel Colascione  <dancol@dancol.org>
700         * automated/data-tests.el:
701         (bool-vector-count-matches-all-0-nil)
702         (bool-vector-count-matches-all-0-t)
703         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
704         (bool-vector-count-matches-at, bool-vector-intersection-op)
705         (bool-vector-union-op, bool-vector-xor-op)
706         (bool-vector-set-difference-op)
707         (bool-vector-change-detection, bool-vector-not): New tests.
708         (mock-bool-vector-count-matches-at)
709         (test-bool-vector-bv-from-hex-string)
710         (test-bool-vector-to-hex-string)
711         (test-bool-vector-count-matches-at-tc)
712         (test-bool-vector-apply-mock-op)
713         (test-bool-vector-binop): New helper functions.
714         (bool-vector-test-vectors): New testcase data.
716 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
718         * automated/advice-tests.el (advice-test-called-interactively-p-around)
719         (advice-test-called-interactively-p-filter-args)
720         (advice-test-called-interactively-p-around): New tests.
722 2013-09-16  Glenn Morris  <rgm@gnu.org>
724         * automated/eshell.el (eshell-match-result):
725         Return a more informative failure than simply "false".  Update callers.
727         * automated/eshell.el (eshell-test/for-name-shadow-loop):
728         Test value before and after loop as well as during.
730 2013-09-15  Glenn Morris  <rgm@gnu.org>
732         * automated/eshell.el (eshell-test/for-name-shadow-loop):
733         New test.  (Bug#15372)
734         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
736 2013-09-13  Glenn Morris  <rgm@gnu.org>
738         * automated/eshell.el (with-temp-eshell):
739         Use a temp directory for eshell-directory-name.
740         (eshell-test-command-result): New, again using a temp directory.
741         Replace eshell-command-result with this throughout.
742         (eshell-test/for-loop, eshell-test/for-name-loop):
743         Ensure environment variables don't confuse us.
745 2013-09-12  Glenn Morris  <rgm@gnu.org>
747         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
748         due to "has a running process; kill it?" prompts.
750 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
752         * automated/eshell.el: Rename from eshell.el.
753         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
755 2013-09-01  Glenn Morris  <rgm@gnu.org>
757         * automated/Makefile.in (setwins): Avoid leading space in $wins.
758         Otherwise the sed command used by eg compile-main ends up
759         containing "/*.el".  (Bug#15170)
761 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
763         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
764         for portability to hosts where /bin/sh has problems.
766 2013-08-21  David Engster  <deng@randomsample.de>
768         * automated/eieio-tests.el, automated/eieio-test-persist.el:
769         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
770         upstream.  Changed to use ERT.
772 2013-08-14  Daniel Hackney  <dan@haxney.org>
774         * automated/package-test.el: Remove tar-package-building functions.
775         Tar file used for testing is included in the repository.
776         (package-test-install-texinfo, package-test-cleanup-built-files):
777         Remove.
779 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
781         * automated/python-tests.el (python-imenu-create-index-4)
782         (python-imenu-create-flat-index-2): New tests.
784 2013-08-05  Glenn Morris  <rgm@gnu.org>
786         * automated/mule-util.el: New file, with tests extracted from
787         lisp/international/mule-util.el.
789 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
791         * automated/advice-tests.el (advice-tests-nadvice): Test removal
792         before definition.
793         (advice-tests-macroaliases): New test.
795 2013-08-04  Glenn Morris  <rgm@gnu.org>
797         * automated/ert-tests.el: Disable failing test that no-one seems
798         to know how to fix.  (Bug#13064)
800         * automated/icalendar-tests.el (icalendar-tests--test-export)
801         (icalendar-tests--test-import): Try more precise TZ specification.
802         Remove debug messages.
804 2013-08-03  Glenn Morris  <rgm@gnu.org>
806         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
808         * automated/icalendar-tests.el (icalendar-tests--test-export)
809         (icalendar-tests--test-import):
810         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
811         (icalendar-tests--test-import): Reset zone even if error occurred.
813 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
815         * automated/core-elisp-tests.el: New file.
817 2013-08-01  Glenn Morris  <rgm@gnu.org>
819         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
820         Try to check that the remote system has a notification program.
822 2013-07-31  Glenn Morris  <rgm@gnu.org>
824         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
826 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
828         * automated/file-notify-tests.el
829         (file-notify--test-local-enabled): New defconst.  Replaces all
830         `file-notify-support' occurrences.
831         (file-notify--test-remote-enabled): New defun.
832         (file-notify--deftest-remote): Use it.
833         (file-notify-test00-availability): Rewrite.
834         (file-notify-test00-availability-remote): New defun.
835         (file-notify-test01-add-watch): Rewrite first erroneous check.
837 2013-07-23  Glenn Morris  <rgm@gnu.org>
839         * automated/inotify-test.el (inotify-file-watch-simple):
840         Delete temp-file when done.
842         * automated/subword-tests.el: Require subword.
844 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
846         * automated/subword-tests.el: New file.
848 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
850         * automated/python-tests.el (python-imenu-create-index-2)
851         (python-imenu-create-index-3): New tests.
853 2013-07-11  Glenn Morris  <rgm@gnu.org>
855         * automated/ert-tests.el: Require cl-lib at runtime too.
856         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
857         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
858         (ert-test-set-functions, ert-test-gensym)
859         (ert-test-coerce-to-vector, ert-test-string-position)
860         (ert-test-mismatch): Remove tests.
861         * automated/cl-lib.el: New, split from ert-tests.el.
863         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
864         Goto point-min.
865         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
866         (ruby-move-to-block-skips-percent-literal)
867         (ruby-move-to-block-skips-heredoc)
868         (ruby-move-to-block-moves-from-else-to-if)
869         (ruby-beginning-of-defun-does-not-fold-case)
870         (ruby-end-of-defun-skips-to-next-line-after-the-method):
871         Replace goto-line with forward-line/goto-char.
872         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
874         * automated/package-test.el (makeinfo-buffer): Autoload.
875         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
876         (package-test-install-texinfo): Don't require makeinfo.
878         * automated/files.el: Stop "local variables" confusion.
880         * automated/flymake-tests.el (flymake-tests): Remove unused group.
882         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
883         Use with-current-buffer.
885         * automated/undo-tests.el (undo-test-buffer-modified)
886         (undo-test-file-modified): New tests.
888 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
890         * automated/file-notify-tests.el (file-notify-test00-availability):
891         Set :expected-result.
892         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
893         (file-notify-test02-events, file-notify-test02-events-remote)
894         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
895         Skip when `file-notify-support' is nil.  (Bug#14823)
897 2013-07-09  Glenn Morris  <rgm@gnu.org>
899         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
900         Declare.
901         (inotify-file-watch-simple): Silence compiler.
903         * automated/python-tests.el (python-indent-block-enders):
904         Make it actually test something.
906         * automated/package-x-test.el: Require package-test when compiling.
908         * automated/add-log-tests.el, automated/advice-tests.el:
909         * automated/imenu-test.el, automated/package-x-test.el:
910         * automated/python-tests.el, automated/ruby-mode-tests.el:
911         * automated/xml-parse-tests.el: Explicitly require ert.
913 2013-07-08  Kenichi Handa  <handa@gnu.org>
915         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
916         Use with-ccoding-priority to avoid side-effect (Bug#14781).
918 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
920         * automated/file-notify-tests.el
921         (file-notify-test-remote-temporary-file-directory):
922         Use `null-device' on w32.
923         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
924         (file-notify--test-results, file-notify--test-event)
925         (file-notify--deftest-remote, file-notify--event-test)
926         (file-notify--test-event-handler)
927         (file-notify--test-make-temp-name): Rename, in order to mark them
928         internal.
929         (tramp-message-show-message, tramp-read-passwd): Tweak them for
930         better fitting in noninteractive tests.
931         (file-notify-test00-availability): Rename from `file-notify-test0'.
932         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
933         Use `temporary-file-directory '.
934         (file-notify-test01-add-watch-remote): New test.
935         (file-notify-test02-events): Rename from `file-notify-test2'.
936         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
937         (file-notify-test03-autorevert): Rename from
938         `file-notify-test4'.  Use timeouts.
939         (file-notify-test03-autorevert-remote): Rename from
940         `file-notify-test5'.
942 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
944         * automated/file-notify-tests.el: New package.
946 2013-06-28  Kenichi Handa  <handa@gnu.org>
948         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
949         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
950         Callers changed.
951         (decoder-tests-filename): New function.
952         (decoder-tests-prefer-utf-8-read)
953         (decoder-tests-prefer-utf-8-write): New function.
954         (ert-test-decoder-prefer-utf-8): New test.
956 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
958         * automated/package-x-test.el: Change the commentary.
959         (package-x-test--single-archive-entry-1-3)
960         (package-x-test--single-archive-entry-1-4): Fix the tests, by
961         using the appropriate data structure.
963 2013-06-27  Daniel Hackney  <dan@haxney.org>
965         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
967         * automated/package-x-test.el: New file.
969         * automated/package-test.el: New file.
971         * automated/data/package: New directory, with test examples.
973 2013-06-27  Glenn Morris  <rgm@gnu.org>
975         * automated/python-tests.el (python-tests-with-temp-file):
976         Clean up after ourself.
978         * automated/undo-tests.el (undo-test3): Remove test that seems to
979         do nothing that the previous one doesn't, except leave a tempfile.
981 2013-06-26  Glenn Morris  <rgm@gnu.org>
983         * automated/info-xref.el: New file.
985 2013-06-25  Glenn Morris  <rgm@gnu.org>
987         * automated/occur-tests.el (occur-test-create): New function.
988         Use it to create separate tests for each element, so we run them
989         all rather than stopping at the first error.
991 2013-06-24  Glenn Morris  <rgm@gnu.org>
993         * automated/occur-tests.el (occur-tests):
994         Update for 2013-05-29 change to occur header line.
996 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
998         Test suite for flymake.
999         * automated/flymake-tests.el:
1000         * automated/flymake/warnpred/Makefile
1001         * automated/flymake/warnpred/test.c
1002         * automated/flymake/warnpred/test.pl: New files.
1004 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1006         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1008 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1010         * automated/reftex-tests.el: New test suite for reftex.
1012 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1014         * automated/ruby-mode-tests.el: New tests, for percent literals
1015         and expression expansion.
1017 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1019         * indent/octave.m: Tweak.
1021 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1023         * eshell.el: Rewrite tests using ERT.
1025 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1027         * indent/octave.m: Add tests for %!, # and ### comments.
1029 2013-05-23  Kenichi Handa  <handa@gnu.org>
1031         * automated/decoder-tests.el: New file.
1033 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1035         * indent/ruby.rb: Add multiline regexp example.
1037         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1038         (ruby-regexp-skips-over-interpolation)
1039         (ruby-regexp-continues-till-end-when-unclosed)
1040         (ruby-regexp-can-be-multiline)
1041         (ruby-interpolation-inside-percent-literal): New tests.
1043 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1045         * indent/ruby.rb: Fix indentation after =; add more cases.
1047 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1049         * indent/pascal.pas: Add test for mis-identified comments.
1051 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1053         * automated/imenu-test.el: New file.  (Bug#14112)
1055 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1057         * automated/python-tests.el (python-imenu-prev-index-position-1):
1058         Remove test.
1059         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1060         New tests.
1062 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1064         * automated/python-tests.el (python-nav-backward-defun-2)
1065         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1066         (python-nav-forward-defun-3): New tests.
1068 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1070         * automated/python-tests.el (python-nav-backward-defun-1)
1071         (python-nav-forward-defun-1): New tests.
1073 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1075         * automated/add-log-tests.el: New file.  (Bug#14112)
1077 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1079         * automated/python-tests.el (python-indent-block-enders): New test.
1080         (python-info-current-defun-2): Fix test.
1082 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1084         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1086 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1088         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1089         (python-tests-with-temp-file): New macro.
1090         (python-tests-shell-interpreter): New var.
1091         (python-shell-get-process-name-1)
1092         (python-shell-internal-get-process-name-1)
1093         (python-shell-parse-command-1)
1094         (python-shell-calculate-process-environment-1)
1095         (python-shell-calculate-process-environment-2)
1096         (python-shell-calculate-process-environment-3)
1097         (python-shell-calculate-exec-path-1)
1098         (python-shell-calculate-exec-path-2)
1099         (python-shell-make-comint-1)
1100         (python-shell-make-comint-2)
1101         (python-shell-get-process-1)
1102         (python-shell-get-or-create-process-1)
1103         (python-shell-internal-get-or-create-process-1): New tests.
1105 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1107         * automated/python-tests.el: New file.
1109 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1111         * automated/ruby-mode-tests.el
1112         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1113         bits inside the examples.
1114         (ruby-move-to-block-skips-heredoc): New test.
1115         (ruby-add-log-current-method-after-inner-class):
1116         Lower expectations: move point inside a method, initially.
1118 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1120         * automated/ruby-mode-tests.el
1121         (ruby-move-to-block-skips-percent-literal): New test.
1123 2013-02-04  Chong Yidong  <cyd@gnu.org>
1125         * automated/thingatpt.el: New file.
1127 2013-02-03  Chong Yidong  <cyd@gnu.org>
1129         * automated/files.el (file-test--do-local-variables-test):
1130         Avoid compilation warning message.
1132 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1134         * automated/ruby-mode-tests.el
1135         (ruby-indent-spread-args-in-parens): New test.
1136         * automated/ruby-mode-tests.el (ruby-block-test-example):
1137         Break indentation of the do block opener and add a line inside it.
1138         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1139         Adjust line numbers.
1141 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1143         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1145 2013-01-14  Glenn Morris  <rgm@gnu.org>
1147         * automated/compile-tests.el (compile-tests--test-regexps-data):
1148         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1150 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1152         * automated/man-tests.el: New file.
1154 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1156         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1158 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1160         * automated/undo-tests.el: New file.
1162 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1164         * automated/ruby-mode-tests.el
1165         (ruby-indent-after-block-in-continued-expression): New test.
1167 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1169         * automated/ruby-mode-tests.el:
1170         Rename one interpolation test; add three more.
1171         (ruby-with-temp-buffer): New macro, use it where appropriate.
1172         (ruby-add-log-current-method-examples): Use "_" for target point.
1173         Add four new tests for ruby-add-log-current-method.
1175 2012-12-11  Glenn Morris  <rgm@gnu.org>
1177         * automated/f90.el (f90-test-bug13138): New test.
1179 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1181         * automated/inotify-test.el: New test.
1183 2012-12-02  Chong Yidong  <cyd@gnu.org>
1185         * automated/ruby-mode-tests.el
1186         (ruby-add-log-current-method-examples): Don't use loop macro, to
1187         allow automated testing to work.
1189 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1191         * automated/advice-tests.el (advice-tests--data): Remove.
1192         (advice-tests): Move the tests directly here instead.
1193         Add called-interactively-p tests.
1195 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1197         * automated/ert-x-tests.el: Use cl-lib.
1198         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1200 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1202         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1203         (ruby-indent-inside-heredoc-after-operator)
1204         (ruby-indent-inside-heredoc-after-space): New tests.
1205         Change direct font-lock face references to var references.
1206         (ruby-interpolation-suppresses-syntax-inside): New test.
1207         (ruby-interpolation-inside-percent-literal-with-paren):
1208         New failing test.
1210 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1212         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1213         (ruby-singleton-class-no-heredoc-font-lock)
1214         (ruby-add-log-current-method-examples): New tests.
1215         (ruby-test-string): Extract from ruby-should-indent-buffer.
1216         (ruby-deftest-move-to-block): New macro.
1217         Add several move-to-block tests.
1219 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1221         * automated/advice-tests.el: New tests.
1223 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1225         * automated/compile-tests.el (compile-tests--test-regexps-data):
1226         Add new data for msft's new format.
1228 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1230         * automated/ruby-mode-tests.el:
1231         (ruby-toggle-block-to-multiline): New test.
1232         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1233         (ruby-toggle-block-to-brace): Use buffer-string.
1235 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1237         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1239 2012-08-28  Chong Yidong  <cyd@gnu.org>
1241         * automated/files.el: Test every combination of values for
1242         enable-local-variables and enable-local-eval.
1244 2012-08-19  Chong Yidong  <cyd@gnu.org>
1246         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1248 2012-08-18  Chong Yidong  <cyd@gnu.org>
1250         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1252 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1254         * indent/ruby.rb: Rearrange examples, add new ones.
1256 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1258         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1259         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1261 2012-08-11  Glenn Morris  <rgm@gnu.org>
1263         * automated/files.el: New file.
1265         * automated/Makefile.in (all): Fix typo.
1267 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1269         * automated/ruby-mode-tests.el (ruby-should-indent):
1270         Add docstring, check (current-indentation) instead of (current-column).
1271         (ruby-should-indent-buffer): New function.
1272         Add tests for `ruby-deep-indent-paren' behavior.
1273         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1275 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1277         Original tests in test_ruby_mode.rb in upstream (author).
1279 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1281         * automated/ruby-mode-tests.el (ruby-should-indent)
1282         (ruby-assert-state): New functions.
1283         Add new tests.
1285 2012-07-29  David Engster  <deng@randomsample.de>
1287         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1288         New variable to hold test data for name expansion.
1289         (xml-parse-tests): Test the two different types of name expansion.
1291 2012-07-29  Juri Linkov  <juri@jurta.org>
1293         * automated/occur-tests.el (occur-test-case): Use predefined
1294         buffer name " *test-occur*" instead of a random buffer name.
1296 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1298         * automated/ruby-mode-tests.el: New file with one test.
1300 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1302         * indent/shell.sh: Add test case for ${#VAR}.
1304         * indent/latex-mode.tex: New file.
1306 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1308         * eshell.el: Use cl-lib.
1310 2012-07-03  Chong Yidong  <cyd@gnu.org>
1312         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1314 2012-07-02  Chong Yidong  <cyd@gnu.org>
1316         * automated/xml-parse-tests.el (xml-parse-tests--data):
1317         More testcases.
1319 2012-07-01  Chong Yidong  <cyd@gnu.org>
1321         * automated/xml-parse-tests.el: New file.
1323 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1325         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1326         Use cl-flet.
1328 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1330         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1331         Test escaped commas in TZID (Bug#11473).
1332         (icalendar-import-with-timezone): New.
1333         (icalendar-real-world): Add new testcase as given in the bugreport
1334         of Bug#11473.
1336 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1338         * automated/icalendar-tests.el (icalendar-tests--test-import):
1339         Include UID in import tests (Bug#11525).
1340         (icalendar-import-non-recurring, icalendar-import-rrule)
1341         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1342         UID-import change.
1343         (icalendar-import-with-uid): New.
1344         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1345         Include UID in cycle tests.
1346         (icalendar-cycle, icalendar-real-world): UID-import change.
1348 2012-05-21  Glenn Morris  <rgm@gnu.org>
1350         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1352 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1354         * automated/url-util-tests.el: New file to test
1355         lisp/url/url-util.el.  Only `url-build-query-string' and
1356         `url-parse-query-string' are tested right now (Bug#8706).
1358 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1360         * indent/shell.sh:
1361         * indent/shell.rc: Ad some test cases.
1363 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1365         * indent/ruby.rb: New file, to test new syntax-propertize code.
1367 2012-04-11  Glenn Morris  <rgm@gnu.org>
1369         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1371 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1373         * automated/url-future-tests.el (url-future-tests): Move from
1374         lisp/url/url-future.el and rename.
1376 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1378         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1379         Fix broken test, caused by missing trailing blank.
1381 2011-12-03  Chong Yidong  <cyd@gnu.org>
1383         * automated/compile-tests.el (compile-tests--test-regexps-data):
1384         Increase column numbers by one to reflect change in how
1385         compilation-message is recorded (Bug#10172).
1387 2011-11-22  Glenn Morris  <rgm@gnu.org>
1389         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1391 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1393         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1395 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1397         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1398         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1399         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1401 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1403         * automated/newsticker-tests.el
1404         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1405         newsticker--treeview-tree-update.
1407 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1409         * automated/newsticker-tests.el
1410         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1412         * automated/newsticker-tests.el
1413         (newsticker--group-manage-orphan-feeds): Prevent updating
1414         newsticker treeview.  Fixed bug#9763.
1416 2011-10-20  Glenn Morris  <rgm@gnu.org>
1418         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1420         * automated/vc-bzr.el: New file.
1422 2011-10-15  Glenn Morris  <rgm@gnu.org>
1424         * automated/f90.el: New file.
1426 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1428         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1429         to automated/newsticker-tests.el.  Convert to ERT.
1431 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1433         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1434         Remove, simply use string=.
1435         (icalendar--diarytime-to-isotime)
1436         (icalendar--datetime-to-diary-date)
1437         (icalendar--datestring-to-isodate)
1438         (icalendar--format-ical-event)
1439         (icalendar--parse-summary-and-rest)
1440         (icalendar-tests--do-test-import)
1441         (icalendar-tests--do-test-cycle): Change argument order of
1442         string= to EXPECTED ACTUAL.
1443         (icalendar--import-format-sample)
1444         (icalendar--format-ical-event)
1445         (icalendar-import-non-recurring)
1446         (icalendar-import-rrule)
1447         (icalendar-import-duration)
1448         (icalendar-import-bug-6766)
1449         (icalendar-real-world): Adjust to string= instead of
1450         icalendar-tests--compare-strings.
1451         (icalendar-import-multiple-vcalendars): New.
1453 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1455         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1456         Require CL.
1458 2011-05-09  Juri Linkov  <juri@jurta.org>
1460         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1461         Convert to ERT.
1463 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1465         * automated/compile-tests.el: New file.
1467 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1469         * automated/font-parse-tests.el: Don't byte-compile.
1471         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1473 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1475         * automated/lexbind-tests.el: New file.
1477 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1479         * Version 23.3 released.
1481 2011-03-05  Glenn Morris  <rgm@gnu.org>
1483         * eshell.el: Move here from lisp/eshell/esh-test.el.
1485 2011-03-03  Christian Ohler  <ohler@gnu.org>
1487         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1488         New test.
1490 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1492         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1493         convert to ERT format.
1495 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1497         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1498         convert to ERT format.
1500 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1502         * indent/shell.sh:
1503         * indent/shell.rc: New files.
1505 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1507         * automated/font-parse-tests.el: Move from
1508         font-parse-testsuite.el.
1510 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1512         * font-parse-testsuite.el (test-font-parse-data): New file.
1514 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1516         * indent/prolog.prolog: Add tokenizing tests.
1518 2011-01-13  Christian Ohler  <ohler@gnu.org>
1520         * automated: New directory for automated tests.
1522         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1524         * automated/Makefile.in: New file.
1526 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1528         * indent/modula2.mod: New file.
1530 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1532         * indent/octave.m: Add a test to ensure indentation is local.
1534 2010-10-23  Glenn Morris  <rgm@gnu.org>
1536         * comint-testsuite.el
1537         (comint-testsuite--test-comint-password-prompt-regexp):
1538         Add "Please enter the password".  (Bug#7224)
1540 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1542         * indent/prolog.prolog: Use normal spacing around !.
1544 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1546         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1548 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1550         * indent/octave.m: Remove some `fixindent' not needed any more.
1552 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1554         * indent/octave.m: New file.
1556 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1558         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1559         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1560         (icalendar-testsuite--run-internal-tests): New.
1561         (icalendar-testsuite--test-convert-ordinary-to-ical)
1562         (icalendar-testsuite--test-convert-block-to-ical)
1563         (icalendar-testsuite--test-convert-anniversary-to-ical)
1564         (icalendar-testsuite--test-parse-vtimezone)
1565         (icalendar-testsuite--do-test-export): Code formatting.
1566         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1567         (icalendar-testsuite--do-test-import)
1568         (icalendar-testsuite--do-test-cycle):
1569         Use icalendar-testsuite--compare-strings
1570         (icalendar-testsuite--run-import-tests): Comment added.
1571         (icalendar-testsuite--run-import-tests)
1572         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1574 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1576         * redisplay-testsuite.el (test-redisplay-3): New test.
1578 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1580         * comint-testsuite.el: New file.
1582 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1584         * indent: New dir.
1586 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1588         * Version 23.2 released.
1590 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1592         * cedet/semantic-ia-utest.el
1593         (semantic-symref-test-count-hits-in-tag): Add function, from
1594         semantic-test.el.
1596         * cedet/tests/test.cpp:
1597         * cedet/tests/test.py:
1598         * cedet/tests/teststruct.cpp:
1599         * cedet/tests/testtemplates.cpp:
1600         * cedet/tests/testusing.cpp:
1601         * cedet/tests/scopetest.cpp:
1602         * cedet/tests/scopetest.java: Files deleted.
1604         * cedet/tests/test.make:
1605         * cedet/tests/test.c:
1606         * cedet/tests/testjavacomp.java:
1607         * cedet/tests/testspp.c:
1608         * cedet/tests/testsppreplace.c:
1609         * cedet/tests/testsppreplaced.c:
1610         * cedet/tests/testsubclass.cpp:
1611         * cedet/tests/testsubclass.hh:
1612         * cedet/tests/testtypedefs.cpp:
1613         * cedet/tests/testvarnames.c:
1614         * cedet/tests/test.el:
1615         * cedet/tests/testdoublens.cpp:
1616         * cedet/tests/testdoublens.hpp: Add copyright header.
1618         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1619         Remove reference to deleted files.
1621 2010-03-30  Juri Linkov  <juri@jurta.org>
1623         * occur-testsuite.el (occur-tests): Add tests for context lines.
1625 2010-03-23  Juri Linkov  <juri@jurta.org>
1627         * occur-testsuite.el: New file.
1629 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1631         * Branch for 23.2.
1633 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1635         * icalendar-testsuite.el
1636         (icalendar-testsuite--run-function-tests): Add new tests.
1637         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1638         testcase.
1639         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1640         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1641         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1642         (icalendar-testsuite--test-convert-block-to-ical): New.
1643         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1644         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1646 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1648         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1649         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1650         Fix typos in docstrings and error messages.
1651         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1653 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1655         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1656         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1657         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1659 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1661         * icalendar-testsuite.el
1662         (icalendar-testsuite--run-function-tests):
1663         Add icalendar-testsuite--test-parse-vtimezone.
1664         (icalendar-testsuite--test-parse-vtimezone): New.
1665         (icalendar-testsuite--do-test-cycle): Doc changes.
1666         (icalendar-testsuite--run-real-world-tests): Remove trailing
1667         whitespace -- see change of icalendar--add-diary-entry in
1668         icalendar.el.
1669         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1671 2009-09-30  Glenn Morris  <rgm@gnu.org>
1673         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1675 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1677         * cedet/*: New unit tests, from CEDET repository.
1679 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1681         * redisplay-testsuite.el: New file.
1683 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1685         * Branch for 23.1.
1687 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1689         * icalendar-testsuite.el
1690         (icalendar-testsuite--run-function-tests):
1691         Add icalendar-testsuite--test-diarytime-to-isotime.
1692         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1693         recent icalendar fixes.
1694         (icalendar-testsuite--test-diarytime-to-isotime): New.
1695         (icalendar-testsuite--test-create-uid): Adjust to recent
1696         icalendar changes.
1698 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1700         * bytecomp-testsuite.el: New file.
1702 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1704         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1705         Add `icalendar-testsuite--test-create-uid'.
1706         (icalendar-testsuite--test-create-uid): New.
1708 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1710         * newsticker-testsuite.el: New file.
1712 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1714         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1715         Add icalendar-testsuite--test-datestring-to-isodate,
1716         icalendar-testsuite--test-datetime-to-diary-date, and
1717         icalendar-testsuite--test-calendar-style.
1718         (icalendar-testsuite--test-format-ical-event)
1719         (icalendar-testsuite--test-parse-summary-and-rest):
1720         Doc fix.  Remove european-calendar-style.
1721         (icalendar-testsuite--get-ical-event): Doc fix.
1722         (icalendar-testsuite--test-first-weekday-of-year)
1723         (icalendar-testsuite--run-cycle-tests): Add doc string.
1724         (icalendar-testsuite--test-datestring-to-isodate)
1725         (icalendar-testsuite--test-datetime-to-diary-date)
1726         (icalendar-testsuite--test-calendar-style): New functions.
1727         (icalendar-testsuite--test-export): Handle iso date style.
1728         New arg INPUT-ISO.  Use calendar-date-style.
1729         (icalendar-testsuite--test-import): Handle iso date style.
1730         New arg EXPECTED-ISO.  Use calendar-date-style.
1731         (icalendar-testsuite--test-cycle): Handle iso date style.
1732         (icalendar-testsuite--run-import-tests)
1733         (icalendar-testsuite--run-export-tests)
1734         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1736 2008-02-29  Glenn Morris  <rgm@gnu.org>
1738         * README: New file.
1740 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1742         * icalendar-testsuite.el: New file.
1744 ;; Local Variables:
1745 ;; coding: utf-8
1746 ;; End:
1748   Copyright (C) 2008-2014 Free Software Foundation, Inc.
1750   This file is part of GNU Emacs.
1752   GNU Emacs is free software: you can redistribute it and/or modify
1753   it under the terms of the GNU General Public License as published by
1754   the Free Software Foundation, either version 3 of the License, or
1755   (at your option) any later version.
1757   GNU Emacs is distributed in the hope that it will be useful,
1758   but WITHOUT ANY WARRANTY; without even the implied warranty of
1759   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1760   GNU General Public License for more details.
1762   You should have received a copy of the GNU General Public License
1763   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.