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