Fix crash on NextStep terminal (Bug#5837)
[emacs.git] / test / ChangeLog
blobda85fc4a1bfe18dcd2225768df6b3b86d0d7427f
1 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
3         * cedet/semantic-ia-utest.el
4         (semantic-symref-test-count-hits-in-tag): Add function, from
5         semantic-test.el.
7         * cedet/tests/test.cpp:
8         * cedet/tests/test.py:
9         * cedet/tests/teststruct.cpp:
10         * cedet/tests/testtemplates.cpp:
11         * cedet/tests/testusing.cpp:
12         * cedet/tests/scopetest.cpp:
13         * cedet/tests/scopetest.java: Files deleted.
15         * cedet/tests/test.make:
16         * cedet/tests/test.c:
17         * cedet/tests/testjavacomp.java:
18         * cedet/tests/testspp.c:
19         * cedet/tests/testsppreplace.c:
20         * cedet/tests/testsppreplaced.c:
21         * cedet/tests/testsubclass.cpp:
22         * cedet/tests/testsubclass.hh:
23         * cedet/tests/testtypedefs.cpp:
24         * cedet/tests/testvarnames.c:
25         * cedet/tests/test.el:
26         * cedet/tests/testdoublens.cpp:
27         * cedet/tests/testdoublens.hpp: Add copyright header.
29         * cedet/semantic-tests.el (semanticdb-test-gnu-global): Remove
30         reference to deleted files.
32 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
34         * icalendar-testsuite.el
35         (icalendar-testsuite--run-function-tests): Added new tests.
36         (icalendar-testsuite--test-diarytime-to-isotime): Added another
37         testcase.
38         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
39         (icalendar-testsuite--test-convert-weekly-to-ical): New.
40         (icalendar-testsuite--test-convert-yearly-to-ical): New.
41         (icalendar-testsuite--test-convert-block-to-ical): New.
42         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
43         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
45 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
47         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
48         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
49         Fix typos in docstrings and error messages.
50         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
52 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
54         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
55         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
56         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
58 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
60         * icalendar-testsuite.el
61         (icalendar-testsuite--run-function-tests): Added
62         icalendar-testsuite--test-parse-vtimezone.
63         (icalendar-testsuite--test-parse-vtimezone): New.
64         (icalendar-testsuite--do-test-cycle): Doc changes.
65         (icalendar-testsuite--run-real-world-tests): Removed trailing
66         whitespace -- see change of icalendar--add-diary-entry in
67         icalendar.el.
68         (icalendar-testsuite--run-cycle-tests): Re-enabled all tests.
70 2009-09-30  Glenn Morris  <rgm@gnu.org>
72         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
74 2009-06-26  Eric Ludlam  <zappo@gnu.org>
76         * cedet/*: New unit tests, from CEDET repository.
78 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
80         * redisplay-testsuite.el: New file.
82 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
84         * Branch for 23.1.
86 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
88         * icalendar-testsuite.el
89         (icalendar-testsuite--run-function-tests): Added
90         icalendar-testsuite--test-diarytime-to-isotime.
91         (icalendar-testsuite--test-parse-summary-and-rest): Adjusted to
92         recent icalendar fixes.
93         (icalendar-testsuite--test-diarytime-to-isotime): New.
94         (icalendar-testsuite--test-create-uid): Adjusted to recent
95         icalendar changes.
97 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
99         * bytecomp-testsuite.el: New file.
101 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
103         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
104         Added `icalendar-testsuite--test-create-uid'.
105         (icalendar-testsuite--test-create-uid): New.
107 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
109         * newsticker-testsuite.el: New file.
111 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
113         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
114         Add icalendar-testsuite--test-datestring-to-isodate,
115         icalendar-testsuite--test-datetime-to-diary-date, and
116         icalendar-testsuite--test-calendar-style.
117         (icalendar-testsuite--test-format-ical-event):
118         (icalendar-testsuite--test-parse-summary-and-rest):
119         Doc fix.  Remove european-calendar-style.
120         (icalendar-testsuite--get-ical-event): Doc fix.
121         (icalendar-testsuite--test-first-weekday-of-year):
122         (icalendar-testsuite--run-cycle-tests): Add doc string.
123         (icalendar-testsuite--test-datestring-to-isodate):
124         (icalendar-testsuite--test-datetime-to-diary-date):
125         (icalendar-testsuite--test-calendar-style): New functions.
126         (icalendar-testsuite--test-export): Handle iso date style.
127         New arg INPUT-ISO.  Use calendar-date-style.
128         (icalendar-testsuite--test-import): Handle iso date style.
129         New arg EXPECTED-ISO.  Use calendar-date-style.
130         (icalendar-testsuite--test-cycle): Handle iso date style.
131         (icalendar-testsuite--run-import-tests):
132         (icalendar-testsuite--run-export-tests):
133         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
135 2008-02-29  Glenn Morris  <rgm@gnu.org>
137         * README: New file.
139 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
141         * icalendar-testsuite.el: New file.
143 ;; Local Variables:
144 ;; coding: utf-8
145 ;; add-log-time-zone-rule: t
146 ;; End:
148     Copyright (C) 2008, 2009, 2010  Free Software Foundation, Inc.
150   This file is part of GNU Emacs.
152   GNU Emacs is free software: you can redistribute it and/or modify
153   it under the terms of the GNU General Public License as published by
154   the Free Software Foundation, either version 3 of the License, or
155   (at your option) any later version.
157   GNU Emacs is distributed in the hope that it will be useful,
158   but WITHOUT ANY WARRANTY; without even the implied warranty of
159   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
160   GNU General Public License for more details.
162   You should have received a copy of the GNU General Public License
163   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
165 ;;; arch-tag: 6f0d1c86-c141-46da-b387-cf17e38c7bf7