aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2010-08-30 22:34:52 +0200
committerStefan Monnier2010-08-30 22:34:52 +0200
commite17b68ed837cc835c46b4e518d05810a73997ac5 (patch)
tree72a9fb443a06e264878b9955b529317e1efee50c /test/ChangeLog
parent42b6a73bc70429b7997fa18986a72341f98840f8 (diff)
downloademacs-e17b68ed837cc835c46b4e518d05810a73997ac5.tar.gz
emacs-e17b68ed837cc835c46b4e518d05810a73997ac5.zip
Use SMIE for octave-mode.
* test/indent/octave.m: New file. * lisp/progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt. (octave-mode-map): Remove special bindings for forward/backward-block and octave-backward-up-block. Use smie-close-block. (octave-continuation-marker-regexp): New var. (octave-continuation-regexp): Use it. (octave-operator-table, octave-smie-op-levels) (octave-operator-regexp, octave-smie-indent-rules): New vars. (octave-smie-backward-token, octave-smie-forward-token): New funs. (octave-mode): Use SMIE. (octave-close-block): Delete.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index a226e88d883..cf709f01eec 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,6 +1,10 @@
12010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * indent/octave.m: New file.
4
12010-08-08 Ulf Jasper <ulf.jasper@web.de> 52010-08-08 Ulf Jasper <ulf.jasper@web.de>
2 6
3 * icalendar-testsuite.el (icalendar-testsuite-run): Added internal tests. 7 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
4 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings) 8 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
5 (icalendar-testsuite--run-internal-tests): New. 9 (icalendar-testsuite--run-internal-tests): New.
6 (icalendar-testsuite--test-convert-ordinary-to-ical) 10 (icalendar-testsuite--test-convert-ordinary-to-ical)
@@ -13,7 +17,7 @@
13 (icalendar-testsuite--do-test-cycle): Use icalendar-testsuite--compare-strings 17 (icalendar-testsuite--do-test-cycle): Use icalendar-testsuite--compare-strings
14 (icalendar-testsuite--run-import-tests): Comment added. 18 (icalendar-testsuite--run-import-tests): Comment added.
15 (icalendar-testsuite--run-import-tests) 19 (icalendar-testsuite--run-import-tests)
16 (icalendar-testsuite--run-real-world-tests): Fixed expected results. 20 (icalendar-testsuite--run-real-world-tests): Fix expected results.
17 21
182010-06-25 Chong Yidong <cyd@stupidchicken.com> 222010-06-25 Chong Yidong <cyd@stupidchicken.com>
19 23