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