Paul Eggert
22bcf20469
Spelling fixes.
2011-12-30 17:27:15 -08:00
Paul Eggert
99d990817c
Spelling fixes.
2011-12-18 22:21:24 -08:00
Paul Eggert
a87ef89906
Spelling fixes.
2011-12-15 14:14:12 -08:00
Stefan Monnier
15e0efc7dc
* lisp/progmodes/pascal.el: Declare `ind' as dyn-bound.
...
Fixes: debbugs:10264
2011-12-13 10:33:25 -05:00
Paul Eggert
c80e3b4aed
Spelling fixes.
2011-12-04 00:02:42 -08:00
Chong Yidong
5c09001c73
Fix for compilation-tests.el testsuite
...
* automated/compile-tests.el (compile-tests--test-regexps-data):
Increase column numbers by one to reflect change in how
compilation-message is recorded (Bug#10172).
2011-12-03 11:04:21 +08:00
Paul Eggert
ee7683ebb7
Spelling fixes.
2011-11-22 23:03:56 -08:00
Glenn Morris
394c65f1c1
Move rmailmm test functions to test/ directory.
...
* lisp/mail/rmailmm.el (test-rmail-mime-handler)
(test-rmail-mime-bulk-handler)
(test-rmail-mime-multipart-handler): Move tests to test/ directory.
* test/rmailmm.el: New file, split from lisp/mail/rmailmm.el.
2011-11-21 21:55:06 -05:00
Juanma Barranquero
fe7a3057a3
Fix typos.
2011-11-20 20:35:27 +01:00
Juanma Barranquero
cd1181dbec
Fix typos.
2011-11-20 04:48:53 +01:00
Paul Eggert
e1dbe924b5
Spelling fixes.
2011-11-19 18:29:42 -08:00
Paul Eggert
5396468298
Spelling fixes.
2011-11-19 01:18:31 -08:00
Paul Eggert
4c36be58ca
Spelling fixes.
2011-11-17 01:09:20 -08:00
Juanma Barranquero
7877f37394
Fix typos.
2011-11-16 18:47:25 +01:00
Juanma Barranquero
58179ccebd
Fix typos.
2011-11-16 13:34:47 +01:00
Juanma Barranquero
c701515351
Fix typos.
2011-11-15 18:37:37 +01:00
Paul Eggert
da6062e6ea
Spelling fixes.
2011-11-14 23:55:13 -08:00
Paul Eggert
91af3942e9
Spelling fixes.
2011-11-14 15:59:56 -08:00
Paul Eggert
8350f087ef
Spelling fixes.
2011-11-14 12:23:26 -08:00
Stefan Monnier
d9ac1a1e5d
* lisp/progmodes/compile.el: Adjust regexp for OCaml warnings.
...
(compilation-error-regexp-alist-alist): OCaml warnings (can?) have a number.
Fixes: debbugs:9749
2011-11-09 10:39:32 -05:00
Ulf Jasper
dba0634a93
newsticker: Clean up newsticker--group-manage-orphan-feeds
...
2011-10-30 Ulf Jasper <ulf.jasper@web.de>
* net/newst-treeview.el: Remove "Time-stamp".
(newsticker--group-manage-orphan-feeds): Do not call
newsticker--treeview-tree-update.
(newsticker-treeview-update, newsticker-treeview): Call
newsticker--treeview-tree-update if necessary.
2011-10-30 Ulf Jasper <ulf.jasper@web.de>
* automated/newsticker-tests.el
(newsticker--group-manage-orphan-feeds): Removed fsetting of
newsticker--treeview-tree-update.
2011-10-30 16:21:37 +01:00
Ulf Jasper
73c3f81d49
newsticker: Fixed bug#9763, again
...
2011-10-29 Ulf Jasper <ulf.jasper@web.de>
* automated/newsticker-tests.el
(newsticker--group-manage-orphan-feeds): Use fset instead of flet.
2011-10-29 17:29:16 +02:00
Ulf Jasper
6d6a626c20
newsticker: Fixed bug#9763
...
2011-10-29 Ulf Jasper <ulf.jasper@web.de>
* trunk/test/automated/newsticker-tests.el
(newsticker--group-manage-orphan-feeds): Prevent updating
newsticker treeview. Fixed bug#9763.
2011-10-29 17:17:30 +02:00
Glenn Morris
e195ae68f8
* test/automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
2011-10-20 18:23:54 -04:00
Glenn Morris
6e0a9be7c9
* test/automated/vc-bzr.el: New file.
2011-10-19 20:39:45 -07:00
Glenn Morris
21fedf28e5
* test/automated/f90.el: New file.
2011-10-15 13:56:02 -07:00
Ulf Jasper
81416b68d8
Move test/newsticker-testsuite.el to automated/newsticker-tests.el
...
2011-09-27 Ulf Jasper <ulf.jasper@web.de>
* automated/newsticker-tests.el: Move newsticker-testsuite.el
to automated/newsticker-tests.el. Convert to ERT.
2011-09-27 20:52:00 +02:00
Ulf Jasper
68575ab00b
icalendar: Take care of multiple vcalendars in a single file.
...
lisp/ChangeLog:
* calendar/icalendar.el (icalendar--all-events): Take care of
multiple vcalendars in a single file.
(icalendar--convert-float-to-ical): checkdoc fixes.
* automated/icalendar-tests.el (icalendar-tests--compare-strings):
Removed, simply use string=.
(icalendar--diarytime-to-isotime)
(icalendar--datetime-to-diary-date)
(icalendar--datestring-to-isodate)
(icalendar--format-ical-event)
(icalendar--parse-summary-and-rest)
(icalendar-tests--do-test-import)
(icalendar-tests--do-test-cycle) : Changed argument order of
string= to EXPECTED ACTUAL.
(icalendar--import-format-sample)
(icalendar--format-ical-event)
(icalendar-import-non-recurring)
(icalendar-import-rrule)
(icalendar-import-duration)
(icalendar-import-bug-6766)
(icalendar-real-world): Adjusted to string= instead of
icalendar-tests--compare-strings.
(icalendar-import-multiple-vcalendars): New.
2011-07-26 17:36:04 +02:00
Juanma Barranquero
5eba16a37c
Fix typos.
2011-07-14 03:09:00 +02:00
Glenn Morris
2af3e0b1d3
Use a single Author: header.
2011-05-14 13:13:30 -07:00
Ted Zlatanov
1c23108015
* automated/gnus-tests.el: Require CL.
2011-05-11 16:34:40 -05:00
Ted Zlatanov
de31677841
* automated/gnus-tests.el: Add wrapper for Gnus tests.
2011-05-11 16:31:33 -05:00
Juri Linkov
c07b2710c7
* test/automated/occur-tests.el: Move from test/occur-testsuite.el.
...
Convert to ERT.
2011-05-10 03:21:32 +04:00
Chong Yidong
adec429a62
Add regression test for compilation-error-regexp-alist-alist.
...
* test/automated/compile-tests.el: New file.
2011-05-08 21:22:05 -04:00
Chong Yidong
c4c205d05a
Convert test/comint-testsuite.el to ERT format.
2011-05-08 17:43:07 -04:00
Juanma Barranquero
3338398778
Update and split ChangeLogs.
2011-04-06 14:18:10 +02:00
Stefan Monnier
7200d79c65
Miscellanous cleanups in preparation for the merge.
...
* lisp/emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
Remove debug statement.
* lisp/emacs-lisp/bytecomp.el (byte-compile-single-version)
(byte-compile-version-cond, byte-compile-delay-out)
(byte-compile-delayed-out): Remove, unused.
* src/bytecode.c (Fbyte_code): Revert to old calling convention.
* src/lisp.h (COMPILED_PUSH_ARGS): Remove, unused.
2011-04-01 11:16:50 -04:00
Stefan Monnier
6c075cd7c0
Rewrite the cconv conversion algorithm, for clarity.
...
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand): Adjust check for
new byte-code representation.
* lisp/emacs-lisp/cconv.el (cconv--convert-function): Rename from
cconv-closure-convert-function.
(cconv-convert): Rename from cconv-closure-convert-rec.
(cconv--analyse-use): Rename from cconv-analyse-use.
(cconv--analyse-function): Rename from cconv-analyse-function.
(cconv--analyse-use): Change some patterns to silence compiler.
(cconv-convert, cconv--convert-function): Rewrite.
* test/automated/lexbind-tests.el: New file.
2011-03-09 22:48:44 -05:00
Glenn Morris
81fb60b2aa
Move eshell's self-tests to the test/ directory.
...
* lisp/eshell/esh-var.el: Don't require esh-test when compiling.
* lisp/eshell/em-banner.el, lisp/eshell/esh-cmd.el, lisp/eshell/esh-mode.el:
* lisp/eshell/esh-var.el, lisp/eshell/eshell.el: Move tests to esh-test.
* lisp/eshell/esh-test.el: Move to ../../test/eshell.el
* test/eshell.el: Move here from lisp/eshell/esh-test.el.
2011-03-05 12:07:27 -08:00
Christian Ohler
de69c0a8d1
Added fast path to ERT explanation of `equal'.
...
* emacs-lisp/ert.el (ert--explain-equal): New function.
(ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
All callers changed.
(ert--explain-equal-including-properties): Renamed from
`ert--explain-not-equal-including-properties'. All callers
changed.
* automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
New test.
2011-03-03 02:01:51 -07:00
Ulf Jasper
4856384c16
Convert test/icalendar-testsuite.el to ERT format.
...
* automated/icalendar-tests.el: Move from icalendar-testsuite.el;
convert to ERT format.
2011-02-20 15:35:58 +01:00
Chong Yidong
aa0935b987
Convert test/bytecomp-testsuite.el to ERT format.
...
* automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
convert to ERT format.
2011-02-14 16:21:42 -05:00
Stefan Monnier
ccded26c1e
* lisp/progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
...
of here-doc that immediately follows a comment.
* .bzrignore: Ignore globals.h and related stamp.
* test/indent/shell.sh:
* test/indent/shell.rc: New files.
2011-02-09 13:59:55 -05:00
Chong Yidong
372fb76be9
Convert font parse testsuite to an ERT test.
...
* test/automated/font-parse-tests.el: Move from
font-parse-testsuite.el.
* src/font.c (font_parse_fcname): Undefine a temporary macro.
2011-01-27 18:45:04 -05:00
Chong Yidong
6608a7d8fb
* src/font.c (font_parse_fcname): Rewrite GTK font name parser.
...
* test/font-parse-testsuite.el (test-font-parse-data): New file.
2011-01-26 13:10:04 -05:00
Glenn Morris
73b0cd5003
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
Glenn Morris
0d9f702fd0
Nuke arch-tags.
2011-01-15 15:16:57 -08:00
Glenn Morris
d0d4361dba
Add 2011 to remaining FSF/AIST copyright years.
2011-01-15 14:10:37 -08:00
Stefan Monnier
77ab81d054
Merge from emacs-23
2011-01-14 12:18:41 -05:00
Stefan Monnier
db5d03ea56
* test/indent/prolog.prolog: Add tokenizing tests.
2011-01-13 15:53:06 -05:00