diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-09-20 16:57:01 +0200 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-09-20 16:57:01 +0200 |
commit | 3672149f83cf8c99f0d100f1a6e4419360b0fa43 (patch) | |
tree | 04b89e41a447344774b7a6a2343dd39623dde31f /test | |
parent | 549d0e1ec428bf4d1448a3143d7374e2b860de25 (diff) | |
download | emacs-3672149f83cf8c99f0d100f1a6e4419360b0fa43.tar.gz |
* lisp/progmodes/pascal.el (pascal-mode): Use define-derived-mode.
Set invisibility spec for pascal's outline mode.
(pascal-outline-change): Clean up calling convention.
(pascal-show-all, pascal-hide-other-defuns): Update callers.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 0f4d4d044a6..feae114f862 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca> + + * indent/prolog.prolog: Use normal spacing around !. + 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca> * indent/octave.m: Remove one more `fixindent'. Use `end'. @@ -22,7 +26,8 @@ (icalendar-testsuite--do-test-export): Code formatting. (icalendar-testsuite--test-parse-vtimezone): Doc fix. (icalendar-testsuite--do-test-import) - (icalendar-testsuite--do-test-cycle): Use icalendar-testsuite--compare-strings + (icalendar-testsuite--do-test-cycle): + Use icalendar-testsuite--compare-strings (icalendar-testsuite--run-import-tests): Comment added. (icalendar-testsuite--run-import-tests) (icalendar-testsuite--run-real-world-tests): Fix expected results. |