1 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
3 * indent/octave.m: Add a test to ensure indentation is local.
5 2010-10-23 Glenn Morris <rgm@gnu.org>
8 (comint-testsuite--test-comint-password-prompt-regexp):
9 Add "Please enter the password". (Bug#7224)
11 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13 * indent/prolog.prolog: Use normal spacing around !.
15 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
17 * indent/octave.m: Remove one more `fixindent'. Use `end'.
19 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
21 * indent/octave.m: Remove some `fixindent' not needed any more.
23 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
25 * indent/octave.m: New file.
27 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
29 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
30 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
31 (icalendar-testsuite--run-internal-tests): New.
32 (icalendar-testsuite--test-convert-ordinary-to-ical)
33 (icalendar-testsuite--test-convert-block-to-ical)
34 (icalendar-testsuite--test-convert-anniversary-to-ical)
35 (icalendar-testsuite--test-parse-vtimezone)
36 (icalendar-testsuite--do-test-export): Code formatting.
37 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
38 (icalendar-testsuite--do-test-import)
39 (icalendar-testsuite--do-test-cycle):
40 Use icalendar-testsuite--compare-strings
41 (icalendar-testsuite--run-import-tests): Comment added.
42 (icalendar-testsuite--run-import-tests)
43 (icalendar-testsuite--run-real-world-tests): Fix expected results.
45 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
47 * redisplay-testsuite.el (test-redisplay-3): New test.
49 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
51 * comint-testsuite.el: New file.
53 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
57 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
59 * Version 23.2 released.
61 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
63 * cedet/semantic-ia-utest.el
64 (semantic-symref-test-count-hits-in-tag): Add function, from
67 * cedet/tests/test.cpp:
68 * cedet/tests/test.py:
69 * cedet/tests/teststruct.cpp:
70 * cedet/tests/testtemplates.cpp:
71 * cedet/tests/testusing.cpp:
72 * cedet/tests/scopetest.cpp:
73 * cedet/tests/scopetest.java: Files deleted.
75 * cedet/tests/test.make:
77 * cedet/tests/testjavacomp.java:
78 * cedet/tests/testspp.c:
79 * cedet/tests/testsppreplace.c:
80 * cedet/tests/testsppreplaced.c:
81 * cedet/tests/testsubclass.cpp:
82 * cedet/tests/testsubclass.hh:
83 * cedet/tests/testtypedefs.cpp:
84 * cedet/tests/testvarnames.c:
85 * cedet/tests/test.el:
86 * cedet/tests/testdoublens.cpp:
87 * cedet/tests/testdoublens.hpp: Add copyright header.
89 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
90 Remove reference to deleted files.
92 2010-03-30 Juri Linkov <juri@jurta.org>
94 * occur-testsuite.el (occur-tests): Add tests for context lines.
96 2010-03-23 Juri Linkov <juri@jurta.org>
98 * occur-testsuite.el: New file.
100 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
104 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
106 * icalendar-testsuite.el
107 (icalendar-testsuite--run-function-tests): Added new tests.
108 (icalendar-testsuite--test-diarytime-to-isotime): Added another
110 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
111 (icalendar-testsuite--test-convert-weekly-to-ical): New.
112 (icalendar-testsuite--test-convert-yearly-to-ical): New.
113 (icalendar-testsuite--test-convert-block-to-ical): New.
114 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
115 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
117 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
119 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
120 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
121 Fix typos in docstrings and error messages.
122 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
124 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
126 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
127 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
128 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
130 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
132 * icalendar-testsuite.el
133 (icalendar-testsuite--run-function-tests): Added
134 icalendar-testsuite--test-parse-vtimezone.
135 (icalendar-testsuite--test-parse-vtimezone): New.
136 (icalendar-testsuite--do-test-cycle): Doc changes.
137 (icalendar-testsuite--run-real-world-tests): Removed trailing
138 whitespace -- see change of icalendar--add-diary-entry in
140 (icalendar-testsuite--run-cycle-tests): Re-enabled all tests.
142 2009-09-30 Glenn Morris <rgm@gnu.org>
144 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
146 2009-06-26 Eric Ludlam <zappo@gnu.org>
148 * cedet/*: New unit tests, from CEDET repository.
150 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
152 * redisplay-testsuite.el: New file.
154 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
158 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
160 * icalendar-testsuite.el
161 (icalendar-testsuite--run-function-tests): Added
162 icalendar-testsuite--test-diarytime-to-isotime.
163 (icalendar-testsuite--test-parse-summary-and-rest): Adjusted to
164 recent icalendar fixes.
165 (icalendar-testsuite--test-diarytime-to-isotime): New.
166 (icalendar-testsuite--test-create-uid): Adjusted to recent
169 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
171 * bytecomp-testsuite.el: New file.
173 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
175 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
176 Added `icalendar-testsuite--test-create-uid'.
177 (icalendar-testsuite--test-create-uid): New.
179 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
181 * newsticker-testsuite.el: New file.
183 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
185 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
186 Add icalendar-testsuite--test-datestring-to-isodate,
187 icalendar-testsuite--test-datetime-to-diary-date, and
188 icalendar-testsuite--test-calendar-style.
189 (icalendar-testsuite--test-format-ical-event):
190 (icalendar-testsuite--test-parse-summary-and-rest):
191 Doc fix. Remove european-calendar-style.
192 (icalendar-testsuite--get-ical-event): Doc fix.
193 (icalendar-testsuite--test-first-weekday-of-year):
194 (icalendar-testsuite--run-cycle-tests): Add doc string.
195 (icalendar-testsuite--test-datestring-to-isodate):
196 (icalendar-testsuite--test-datetime-to-diary-date):
197 (icalendar-testsuite--test-calendar-style): New functions.
198 (icalendar-testsuite--test-export): Handle iso date style.
199 New arg INPUT-ISO. Use calendar-date-style.
200 (icalendar-testsuite--test-import): Handle iso date style.
201 New arg EXPECTED-ISO. Use calendar-date-style.
202 (icalendar-testsuite--test-cycle): Handle iso date style.
203 (icalendar-testsuite--run-import-tests):
204 (icalendar-testsuite--run-export-tests):
205 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
207 2008-02-29 Glenn Morris <rgm@gnu.org>
211 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
213 * icalendar-testsuite.el: New file.
217 ;; add-log-time-zone-rule: t
220 Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
222 This file is part of GNU Emacs.
224 GNU Emacs is free software: you can redistribute it and/or modify
225 it under the terms of the GNU General Public License as published by
226 the Free Software Foundation, either version 3 of the License, or
227 (at your option) any later version.
229 GNU Emacs is distributed in the hope that it will be useful,
230 but WITHOUT ANY WARRANTY; without even the implied warranty of
231 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
232 GNU General Public License for more details.
234 You should have received a copy of the GNU General Public License
235 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
237 ;;; arch-tag: 6f0d1c86-c141-46da-b387-cf17e38c7bf7