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