Fix bug #9221 with memory leak in bidi display.
[emacs.git] / test / ChangeLog
blob11b3d9b5e2dc51ec6dca5afe7bc1a08d3be578ff
1 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
3         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
4         Removed, simply use string=.
5         (icalendar--diarytime-to-isotime)
6         (icalendar--datetime-to-diary-date)
7         (icalendar--datestring-to-isodate)
8         (icalendar--format-ical-event)
9         (icalendar--parse-summary-and-rest)
10         (icalendar-tests--do-test-import)
11         (icalendar-tests--do-test-cycle) : Changed argument order of
12         string= to EXPECTED ACTUAL.
13         (icalendar--import-format-sample)
14         (icalendar--format-ical-event)
15         (icalendar-import-non-recurring)
16         (icalendar-import-rrule)
17         (icalendar-import-duration)
18         (icalendar-import-bug-6766)
19         (icalendar-real-world): Adjusted to string= instead of
20         icalendar-tests--compare-strings.
21         (icalendar-import-multiple-vcalendars): New.
23 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
25         * automated/gnus-tests.el: Add wrapper for Gnus tests.
26         Require CL.
28 2011-05-09  Juri Linkov  <juri@jurta.org>
30         * automated/occur-tests.el: Move from test/occur-testsuite.el.
31         Convert to ERT.
33 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
35         * automated/compile-tests.el: New file.
37 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
39         * automated/font-parse-tests.el: Don't byte-compile.
41         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
43 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
45         * automated/lexbind-tests.el: New file.
47 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
49         * Version 23.3 released.
51 2011-03-05  Glenn Morris  <rgm@gnu.org>
53         * eshell.el: Move here from lisp/eshell/esh-test.el.
55 2011-03-03  Christian Ohler  <ohler@gnu.org>
57         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
58         New test.
60 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
62         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
63         convert to ERT format.
65 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
67         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
68         convert to ERT format.
70 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
72         * indent/shell.sh:
73         * indent/shell.rc: New files.
75 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
77         * automated/font-parse-tests.el: Move from
78         font-parse-testsuite.el.
80 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
82         * font-parse-testsuite.el (test-font-parse-data): New file.
84 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
86         * indent/prolog.prolog: Add tokenizing tests.
88 2011-01-13  Christian Ohler  <ohler@gnu.org>
90         * automated: New directory for automated tests.
92         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
94         * automated/Makefile.in: New file.
96 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
98         * indent/modula2.mod: New file.
100 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
102         * indent/octave.m: Add a test to ensure indentation is local.
104 2010-10-23  Glenn Morris  <rgm@gnu.org>
106         * comint-testsuite.el
107         (comint-testsuite--test-comint-password-prompt-regexp):
108         Add "Please enter the password".  (Bug#7224)
110 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
112         * indent/prolog.prolog: Use normal spacing around !.
114 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
116         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
118 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
120         * indent/octave.m: Remove some `fixindent' not needed any more.
122 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
124         * indent/octave.m: New file.
126 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
128         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
129         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
130         (icalendar-testsuite--run-internal-tests): New.
131         (icalendar-testsuite--test-convert-ordinary-to-ical)
132         (icalendar-testsuite--test-convert-block-to-ical)
133         (icalendar-testsuite--test-convert-anniversary-to-ical)
134         (icalendar-testsuite--test-parse-vtimezone)
135         (icalendar-testsuite--do-test-export): Code formatting.
136         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
137         (icalendar-testsuite--do-test-import)
138         (icalendar-testsuite--do-test-cycle):
139         Use icalendar-testsuite--compare-strings
140         (icalendar-testsuite--run-import-tests): Comment added.
141         (icalendar-testsuite--run-import-tests)
142         (icalendar-testsuite--run-real-world-tests): Fix expected results.
144 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
146         * redisplay-testsuite.el (test-redisplay-3): New test.
148 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
150         * comint-testsuite.el: New file.
152 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
154         * indent: New dir.
156 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
158         * Version 23.2 released.
160 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
162         * cedet/semantic-ia-utest.el
163         (semantic-symref-test-count-hits-in-tag): Add function, from
164         semantic-test.el.
166         * cedet/tests/test.cpp:
167         * cedet/tests/test.py:
168         * cedet/tests/teststruct.cpp:
169         * cedet/tests/testtemplates.cpp:
170         * cedet/tests/testusing.cpp:
171         * cedet/tests/scopetest.cpp:
172         * cedet/tests/scopetest.java: Files deleted.
174         * cedet/tests/test.make:
175         * cedet/tests/test.c:
176         * cedet/tests/testjavacomp.java:
177         * cedet/tests/testspp.c:
178         * cedet/tests/testsppreplace.c:
179         * cedet/tests/testsppreplaced.c:
180         * cedet/tests/testsubclass.cpp:
181         * cedet/tests/testsubclass.hh:
182         * cedet/tests/testtypedefs.cpp:
183         * cedet/tests/testvarnames.c:
184         * cedet/tests/test.el:
185         * cedet/tests/testdoublens.cpp:
186         * cedet/tests/testdoublens.hpp: Add copyright header.
188         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
189         Remove reference to deleted files.
191 2010-03-30  Juri Linkov  <juri@jurta.org>
193         * occur-testsuite.el (occur-tests): Add tests for context lines.
195 2010-03-23  Juri Linkov  <juri@jurta.org>
197         * occur-testsuite.el: New file.
199 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
201         * Branch for 23.2.
203 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
205         * icalendar-testsuite.el
206         (icalendar-testsuite--run-function-tests): Added new tests.
207         (icalendar-testsuite--test-diarytime-to-isotime): Added another
208         testcase.
209         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
210         (icalendar-testsuite--test-convert-weekly-to-ical): New.
211         (icalendar-testsuite--test-convert-yearly-to-ical): New.
212         (icalendar-testsuite--test-convert-block-to-ical): New.
213         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
214         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
216 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
218         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
219         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
220         Fix typos in docstrings and error messages.
221         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
223 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
225         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
226         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
227         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
229 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
231         * icalendar-testsuite.el
232         (icalendar-testsuite--run-function-tests): Added
233         icalendar-testsuite--test-parse-vtimezone.
234         (icalendar-testsuite--test-parse-vtimezone): New.
235         (icalendar-testsuite--do-test-cycle): Doc changes.
236         (icalendar-testsuite--run-real-world-tests): Removed trailing
237         whitespace -- see change of icalendar--add-diary-entry in
238         icalendar.el.
239         (icalendar-testsuite--run-cycle-tests): Re-enabled all tests.
241 2009-09-30  Glenn Morris  <rgm@gnu.org>
243         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
245 2009-06-26  Eric Ludlam  <zappo@gnu.org>
247         * cedet/*: New unit tests, from CEDET repository.
249 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
251         * redisplay-testsuite.el: New file.
253 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
255         * Branch for 23.1.
257 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
259         * icalendar-testsuite.el
260         (icalendar-testsuite--run-function-tests): Added
261         icalendar-testsuite--test-diarytime-to-isotime.
262         (icalendar-testsuite--test-parse-summary-and-rest): Adjusted to
263         recent icalendar fixes.
264         (icalendar-testsuite--test-diarytime-to-isotime): New.
265         (icalendar-testsuite--test-create-uid): Adjusted to recent
266         icalendar changes.
268 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
270         * bytecomp-testsuite.el: New file.
272 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
274         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
275         Added `icalendar-testsuite--test-create-uid'.
276         (icalendar-testsuite--test-create-uid): New.
278 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
280         * newsticker-testsuite.el: New file.
282 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
284         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
285         Add icalendar-testsuite--test-datestring-to-isodate,
286         icalendar-testsuite--test-datetime-to-diary-date, and
287         icalendar-testsuite--test-calendar-style.
288         (icalendar-testsuite--test-format-ical-event):
289         (icalendar-testsuite--test-parse-summary-and-rest):
290         Doc fix.  Remove european-calendar-style.
291         (icalendar-testsuite--get-ical-event): Doc fix.
292         (icalendar-testsuite--test-first-weekday-of-year):
293         (icalendar-testsuite--run-cycle-tests): Add doc string.
294         (icalendar-testsuite--test-datestring-to-isodate):
295         (icalendar-testsuite--test-datetime-to-diary-date):
296         (icalendar-testsuite--test-calendar-style): New functions.
297         (icalendar-testsuite--test-export): Handle iso date style.
298         New arg INPUT-ISO.  Use calendar-date-style.
299         (icalendar-testsuite--test-import): Handle iso date style.
300         New arg EXPECTED-ISO.  Use calendar-date-style.
301         (icalendar-testsuite--test-cycle): Handle iso date style.
302         (icalendar-testsuite--run-import-tests):
303         (icalendar-testsuite--run-export-tests):
304         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
306 2008-02-29  Glenn Morris  <rgm@gnu.org>
308         * README: New file.
310 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
312         * icalendar-testsuite.el: New file.
314 ;; Local Variables:
315 ;; coding: utf-8
316 ;; End:
318   Copyright (C) 2008-2011  Free Software Foundation, Inc.
320   This file is part of GNU Emacs.
322   GNU Emacs is free software: you can redistribute it and/or modify
323   it under the terms of the GNU General Public License as published by
324   the Free Software Foundation, either version 3 of the License, or
325   (at your option) any later version.
327   GNU Emacs is distributed in the hope that it will be useful,
328   but WITHOUT ANY WARRANTY; without even the implied warranty of
329   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
330   GNU General Public License for more details.
332   You should have received a copy of the GNU General Public License
333   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.