Fix bug #9607 with vertical motion when auto-hscroll-mode is disabled.
[emacs.git] / test / ChangeLog
blob6ab148358d9af74fb339969ebb1d82f4f7fc68e0
1 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
3         * automated/newsticker-tests.el: Move newsticker-testsuite.el
4         to automated/newsticker-tests.el. Convert to ERT.
6 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
8         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
9         Removed, simply use string=.
10         (icalendar--diarytime-to-isotime)
11         (icalendar--datetime-to-diary-date)
12         (icalendar--datestring-to-isodate)
13         (icalendar--format-ical-event)
14         (icalendar--parse-summary-and-rest)
15         (icalendar-tests--do-test-import)
16         (icalendar-tests--do-test-cycle) : Changed argument order of
17         string= to EXPECTED ACTUAL.
18         (icalendar--import-format-sample)
19         (icalendar--format-ical-event)
20         (icalendar-import-non-recurring)
21         (icalendar-import-rrule)
22         (icalendar-import-duration)
23         (icalendar-import-bug-6766)
24         (icalendar-real-world): Adjusted to string= instead of
25         icalendar-tests--compare-strings.
26         (icalendar-import-multiple-vcalendars): New.
28 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
30         * automated/gnus-tests.el: Add wrapper for Gnus tests.
31         Require CL.
33 2011-05-09  Juri Linkov  <juri@jurta.org>
35         * automated/occur-tests.el: Move from test/occur-testsuite.el.
36         Convert to ERT.
38 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
40         * automated/compile-tests.el: New file.
42 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
44         * automated/font-parse-tests.el: Don't byte-compile.
46         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
48 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
50         * automated/lexbind-tests.el: New file.
52 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
54         * Version 23.3 released.
56 2011-03-05  Glenn Morris  <rgm@gnu.org>
58         * eshell.el: Move here from lisp/eshell/esh-test.el.
60 2011-03-03  Christian Ohler  <ohler@gnu.org>
62         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
63         New test.
65 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
67         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
68         convert to ERT format.
70 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
72         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
73         convert to ERT format.
75 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
77         * indent/shell.sh:
78         * indent/shell.rc: New files.
80 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
82         * automated/font-parse-tests.el: Move from
83         font-parse-testsuite.el.
85 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
87         * font-parse-testsuite.el (test-font-parse-data): New file.
89 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
91         * indent/prolog.prolog: Add tokenizing tests.
93 2011-01-13  Christian Ohler  <ohler@gnu.org>
95         * automated: New directory for automated tests.
97         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
99         * automated/Makefile.in: New file.
101 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
103         * indent/modula2.mod: New file.
105 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
107         * indent/octave.m: Add a test to ensure indentation is local.
109 2010-10-23  Glenn Morris  <rgm@gnu.org>
111         * comint-testsuite.el
112         (comint-testsuite--test-comint-password-prompt-regexp):
113         Add "Please enter the password".  (Bug#7224)
115 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
117         * indent/prolog.prolog: Use normal spacing around !.
119 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
121         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
123 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
125         * indent/octave.m: Remove some `fixindent' not needed any more.
127 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
129         * indent/octave.m: New file.
131 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
133         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
134         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
135         (icalendar-testsuite--run-internal-tests): New.
136         (icalendar-testsuite--test-convert-ordinary-to-ical)
137         (icalendar-testsuite--test-convert-block-to-ical)
138         (icalendar-testsuite--test-convert-anniversary-to-ical)
139         (icalendar-testsuite--test-parse-vtimezone)
140         (icalendar-testsuite--do-test-export): Code formatting.
141         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
142         (icalendar-testsuite--do-test-import)
143         (icalendar-testsuite--do-test-cycle):
144         Use icalendar-testsuite--compare-strings
145         (icalendar-testsuite--run-import-tests): Comment added.
146         (icalendar-testsuite--run-import-tests)
147         (icalendar-testsuite--run-real-world-tests): Fix expected results.
149 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
151         * redisplay-testsuite.el (test-redisplay-3): New test.
153 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
155         * comint-testsuite.el: New file.
157 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
159         * indent: New dir.
161 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
163         * Version 23.2 released.
165 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
167         * cedet/semantic-ia-utest.el
168         (semantic-symref-test-count-hits-in-tag): Add function, from
169         semantic-test.el.
171         * cedet/tests/test.cpp:
172         * cedet/tests/test.py:
173         * cedet/tests/teststruct.cpp:
174         * cedet/tests/testtemplates.cpp:
175         * cedet/tests/testusing.cpp:
176         * cedet/tests/scopetest.cpp:
177         * cedet/tests/scopetest.java: Files deleted.
179         * cedet/tests/test.make:
180         * cedet/tests/test.c:
181         * cedet/tests/testjavacomp.java:
182         * cedet/tests/testspp.c:
183         * cedet/tests/testsppreplace.c:
184         * cedet/tests/testsppreplaced.c:
185         * cedet/tests/testsubclass.cpp:
186         * cedet/tests/testsubclass.hh:
187         * cedet/tests/testtypedefs.cpp:
188         * cedet/tests/testvarnames.c:
189         * cedet/tests/test.el:
190         * cedet/tests/testdoublens.cpp:
191         * cedet/tests/testdoublens.hpp: Add copyright header.
193         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
194         Remove reference to deleted files.
196 2010-03-30  Juri Linkov  <juri@jurta.org>
198         * occur-testsuite.el (occur-tests): Add tests for context lines.
200 2010-03-23  Juri Linkov  <juri@jurta.org>
202         * occur-testsuite.el: New file.
204 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
206         * Branch for 23.2.
208 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
210         * icalendar-testsuite.el
211         (icalendar-testsuite--run-function-tests): Added new tests.
212         (icalendar-testsuite--test-diarytime-to-isotime): Added another
213         testcase.
214         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
215         (icalendar-testsuite--test-convert-weekly-to-ical): New.
216         (icalendar-testsuite--test-convert-yearly-to-ical): New.
217         (icalendar-testsuite--test-convert-block-to-ical): New.
218         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
219         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
221 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
223         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
224         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
225         Fix typos in docstrings and error messages.
226         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
228 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
230         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
231         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
232         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
234 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
236         * icalendar-testsuite.el
237         (icalendar-testsuite--run-function-tests): Added
238         icalendar-testsuite--test-parse-vtimezone.
239         (icalendar-testsuite--test-parse-vtimezone): New.
240         (icalendar-testsuite--do-test-cycle): Doc changes.
241         (icalendar-testsuite--run-real-world-tests): Removed trailing
242         whitespace -- see change of icalendar--add-diary-entry in
243         icalendar.el.
244         (icalendar-testsuite--run-cycle-tests): Re-enabled all tests.
246 2009-09-30  Glenn Morris  <rgm@gnu.org>
248         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
250 2009-06-26  Eric Ludlam  <zappo@gnu.org>
252         * cedet/*: New unit tests, from CEDET repository.
254 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
256         * redisplay-testsuite.el: New file.
258 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
260         * Branch for 23.1.
262 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
264         * icalendar-testsuite.el
265         (icalendar-testsuite--run-function-tests): Added
266         icalendar-testsuite--test-diarytime-to-isotime.
267         (icalendar-testsuite--test-parse-summary-and-rest): Adjusted to
268         recent icalendar fixes.
269         (icalendar-testsuite--test-diarytime-to-isotime): New.
270         (icalendar-testsuite--test-create-uid): Adjusted to recent
271         icalendar changes.
273 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
275         * bytecomp-testsuite.el: New file.
277 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
279         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
280         Added `icalendar-testsuite--test-create-uid'.
281         (icalendar-testsuite--test-create-uid): New.
283 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
285         * newsticker-testsuite.el: New file.
287 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
289         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
290         Add icalendar-testsuite--test-datestring-to-isodate,
291         icalendar-testsuite--test-datetime-to-diary-date, and
292         icalendar-testsuite--test-calendar-style.
293         (icalendar-testsuite--test-format-ical-event):
294         (icalendar-testsuite--test-parse-summary-and-rest):
295         Doc fix.  Remove european-calendar-style.
296         (icalendar-testsuite--get-ical-event): Doc fix.
297         (icalendar-testsuite--test-first-weekday-of-year):
298         (icalendar-testsuite--run-cycle-tests): Add doc string.
299         (icalendar-testsuite--test-datestring-to-isodate):
300         (icalendar-testsuite--test-datetime-to-diary-date):
301         (icalendar-testsuite--test-calendar-style): New functions.
302         (icalendar-testsuite--test-export): Handle iso date style.
303         New arg INPUT-ISO.  Use calendar-date-style.
304         (icalendar-testsuite--test-import): Handle iso date style.
305         New arg EXPECTED-ISO.  Use calendar-date-style.
306         (icalendar-testsuite--test-cycle): Handle iso date style.
307         (icalendar-testsuite--run-import-tests):
308         (icalendar-testsuite--run-export-tests):
309         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
311 2008-02-29  Glenn Morris  <rgm@gnu.org>
313         * README: New file.
315 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
317         * icalendar-testsuite.el: New file.
319 ;; Local Variables:
320 ;; coding: utf-8
321 ;; End:
323   Copyright (C) 2008-2011  Free Software Foundation, Inc.
325   This file is part of GNU Emacs.
327   GNU Emacs is free software: you can redistribute it and/or modify
328   it under the terms of the GNU General Public License as published by
329   the Free Software Foundation, either version 3 of the License, or
330   (at your option) any later version.
332   GNU Emacs is distributed in the hope that it will be useful,
333   but WITHOUT ANY WARRANTY; without even the implied warranty of
334   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
335   GNU General Public License for more details.
337   You should have received a copy of the GNU General Public License
338   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.