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