aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2012-06-27 11:11:28 -0400
committerStefan Monnier2012-06-27 11:11:28 -0400
commitd5c6faf921772e523fc224333d8af142c830a7e6 (patch)
treec56d324652a27862cad6eaa553017b6f8ffef5c1 /test/ChangeLog
parent7b953864bad04a37e9cc0e0de4328caf1b4c400e (diff)
downloademacs-d5c6faf921772e523fc224333d8af142c830a7e6.tar.gz
emacs-d5c6faf921772e523fc224333d8af142c830a7e6.zip
* lisp/emacs-lisp/cl.el (flet): Mark obsolete.
* lisp/emacs-lisp/cl-macs.el (cl-flet*): New macro. * lisp/vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse): * lisp/progmodes/js.el (js-c-fill-paragraph): * lisp/progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class) (ebrowse-switch-member-buffer-to-derived-class): * test/automated/ert-x-tests.el (ert-test-run-tests-interactively-2): * lisp/play/5x5.el (5x5-solver): Use cl-flet. Fixes: debbugs:11780
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index ddd26bf492a..45fc70e0440 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,7 +1,12 @@
12012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
4 Use cl-flet.
5
12012-06-08 Ulf Jasper <ulf.jasper@web.de> 62012-06-08 Ulf Jasper <ulf.jasper@web.de>
2 7
3 * automated/icalendar-tests.el (icalendar--parse-vtimezone): Test 8 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
4 escaped commas in TZID (Bug#11473). 9 Test escaped commas in TZID (Bug#11473).
5 (icalendar-import-with-timezone): New. 10 (icalendar-import-with-timezone): New.
6 (icalendar-real-world): Add new testcase as given in the bugreport 11 (icalendar-real-world): Add new testcase as given in the bugreport
7 of Bug#11473. 12 of Bug#11473.
@@ -332,8 +337,8 @@
3322009-12-18 Ulf Jasper <ulf.jasper@web.de> 3372009-12-18 Ulf Jasper <ulf.jasper@web.de>
333 338
334 * icalendar-testsuite.el 339 * icalendar-testsuite.el
335 (icalendar-testsuite--run-function-tests): Add 340 (icalendar-testsuite--run-function-tests):
336 icalendar-testsuite--test-parse-vtimezone. 341 Add icalendar-testsuite--test-parse-vtimezone.
337 (icalendar-testsuite--test-parse-vtimezone): New. 342 (icalendar-testsuite--test-parse-vtimezone): New.
338 (icalendar-testsuite--do-test-cycle): Doc changes. 343 (icalendar-testsuite--do-test-cycle): Doc changes.
339 (icalendar-testsuite--run-real-world-tests): Remove trailing 344 (icalendar-testsuite--run-real-world-tests): Remove trailing
@@ -375,7 +380,7 @@
3752008-10-31 Ulf Jasper <ulf.jasper@web.de> 3802008-10-31 Ulf Jasper <ulf.jasper@web.de>
376 381
377 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests): 382 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
378 Added `icalendar-testsuite--test-create-uid'. 383 Add `icalendar-testsuite--test-create-uid'.
379 (icalendar-testsuite--test-create-uid): New. 384 (icalendar-testsuite--test-create-uid): New.
380 385
3812008-06-14 Ulf Jasper <ulf.jasper@web.de> 3862008-06-14 Ulf Jasper <ulf.jasper@web.de>