Mercurial > emacs
annotate test/ChangeLog @ 99875:3658bfd115cd
* textmodes/artist.el (artist-charlist-to-string): Simplify.
(artist-mode-name, artist-mt, artist-vaporize-fuzziness)
(artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
(artist-replace-string, artist-draw-rect, artist-draw-line)
(artist-undraw-line, artist-draw-sline, artist-undraw-rect)
(artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
(artist-pen, artist-pen-line, artist-text-insert-common)
(artist-text-overwrite, artist-spray-get-interval)
(artist-spray-clear-circle, artist-erase-char)
(artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
(artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
(artist-key-draw-1point, artist-key-draw-2points)
(artist-mouse-draw-continously): Fix typos in docstrings.
(artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
(artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
(artist-backward-char, artist-forward-char): Doc fixes.
(artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
Reflow docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 24 Nov 2008 16:30:14 +0000 |
parents | 34d4bb11f58f |
children | b9da91c473e1 |
rev | line source |
---|---|
99286
34d4bb11f58f
icalendar: uid-creation improved
Ulf Jasper <ulf.jasper@web.de>
parents:
95913
diff
changeset
|
1 2008-10-31 Ulf Jasper <ulf@web.de> |
34d4bb11f58f
icalendar: uid-creation improved
Ulf Jasper <ulf.jasper@web.de>
parents:
95913
diff
changeset
|
2 |
34d4bb11f58f
icalendar: uid-creation improved
Ulf Jasper <ulf.jasper@web.de>
parents:
95913
diff
changeset
|
3 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests): |
34d4bb11f58f
icalendar: uid-creation improved
Ulf Jasper <ulf.jasper@web.de>
parents:
95913
diff
changeset
|
4 Added `icalendar-testsuite--test-create-uid'. |
34d4bb11f58f
icalendar: uid-creation improved
Ulf Jasper <ulf.jasper@web.de>
parents:
95913
diff
changeset
|
5 (icalendar-testsuite--test-create-uid): New. |
34d4bb11f58f
icalendar: uid-creation improved
Ulf Jasper <ulf.jasper@web.de>
parents:
95913
diff
changeset
|
6 |
95913
e9cff1f5a026
Added newsticker-testsuite.el.
Ulf Jasper <ulf.jasper@web.de>
parents:
95272
diff
changeset
|
7 2008-06-14 Ulf Jasper <ulf.jasper@web.de> |
e9cff1f5a026
Added newsticker-testsuite.el.
Ulf Jasper <ulf.jasper@web.de>
parents:
95272
diff
changeset
|
8 |
e9cff1f5a026
Added newsticker-testsuite.el.
Ulf Jasper <ulf.jasper@web.de>
parents:
95272
diff
changeset
|
9 * newsticker-testsuite.el: New file. |
e9cff1f5a026
Added newsticker-testsuite.el.
Ulf Jasper <ulf.jasper@web.de>
parents:
95272
diff
changeset
|
10 |
95272 | 11 2008-05-24 Ulf Jasper <ulf.jasper@web.de> |
12 | |
13 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests): | |
14 Add icalendar-testsuite--test-datestring-to-isodate, | |
15 icalendar-testsuite--test-datetime-to-diary-date, and | |
16 icalendar-testsuite--test-calendar-style. | |
17 (icalendar-testsuite--test-format-ical-event): | |
18 (icalendar-testsuite--test-parse-summary-and-rest): | |
19 Doc fix. Remove european-calendar-style. | |
20 (icalendar-testsuite--get-ical-event): Doc fix. | |
21 (icalendar-testsuite--test-first-weekday-of-year): | |
22 (icalendar-testsuite--run-cycle-tests): Add doc string. | |
23 (icalendar-testsuite--test-datestring-to-isodate): | |
24 (icalendar-testsuite--test-datetime-to-diary-date): | |
25 (icalendar-testsuite--test-calendar-style): New functions. | |
26 (icalendar-testsuite--test-export): Handle iso date style. | |
27 New arg INPUT-ISO. Use calendar-date-style. | |
28 (icalendar-testsuite--test-import): Handle iso date style. | |
29 New arg EXPECTED-ISO. Use calendar-date-style. | |
30 (icalendar-testsuite--test-cycle): Handle iso date style. | |
31 (icalendar-testsuite--run-import-tests): | |
32 (icalendar-testsuite--run-export-tests): | |
33 (icalendar-testsuite--run-real-world-tests): Add iso style tests. | |
34 | |
92344 | 35 2008-02-29 Glenn Morris <rgm@gnu.org> |
36 | |
37 * README: New file. | |
38 | |
92339 | 39 2008-02-29 Ulf Jasper <ulf.jasper@web.de> |
40 | |
41 * icalendar-testsuite.el: New file. | |
42 | |
43 ;; Local Variables: | |
93296 | 44 ;; coding: utf-8 |
92339 | 45 ;; add-log-time-zone-rule: t |
46 ;; End: | |
47 | |
48 Copyright (C) 2008 Free Software Foundation, Inc. | |
49 | |
50 This file is part of GNU Emacs. | |
51 | |
94717
f9e1a40c4f47
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93296
diff
changeset
|
52 GNU Emacs is free software: you can redistribute it and/or modify |
92339 | 53 it under the terms of the GNU General Public License as published by |
94717
f9e1a40c4f47
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93296
diff
changeset
|
54 the Free Software Foundation, either version 3 of the License, or |
f9e1a40c4f47
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93296
diff
changeset
|
55 (at your option) any later version. |
92339 | 56 |
57 GNU Emacs is distributed in the hope that it will be useful, | |
58 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
59 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
60 GNU General Public License for more details. | |
61 | |
62 You should have received a copy of the GNU General Public License | |
94717
f9e1a40c4f47
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93296
diff
changeset
|
63 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
92339 | 64 |
65 ;;; arch-tag: 6f0d1c86-c141-46da-b387-cf17e38c7bf7 |