- 07 Aug, 2012 1 commit
-
-
Glenn Morris authored
-
- 01 Jun, 2012 1 commit
-
-
Chong Yidong authored
Add release logs. Regenerate AUTHORS and ldefs-boot.el.
-
- 13 Feb, 2012 1 commit
-
-
Ted Zlatanov authored
* lisp/url/url-future.el (url-future-test): Move to test/automated. * test/automated/url-future-tests.el (url-future-tests): Move from lisp/url/url-future.el and rename.
-
- 31 Jan, 2012 1 commit
-
-
Juanma Barranquero authored
-
- 29 Jan, 2012 1 commit
-
-
Ulf Jasper authored
2012-01-29 Ulf Jasper <ulf.jasper@web.de> * automated/icalendar-tests.el (icalendar-import-non-recurring): Fix broken test, caused by missing trailing blank.
-
- 19 Jan, 2012 1 commit
-
-
Chong Yidong authored
-
- 11 Jan, 2012 1 commit
-
-
Glenn Morris authored
-
- 05 Jan, 2012 1 commit
-
-
Glenn Morris authored
-
- 03 Dec, 2011 1 commit
-
-
Chong Yidong authored
* 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).
-
- 22 Nov, 2011 1 commit
-
-
Glenn Morris authored
* 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.
-
- 20 Nov, 2011 1 commit
-
-
Juanma Barranquero authored
-
- 16 Nov, 2011 2 commits
-
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
- 30 Oct, 2011 1 commit
-
-
Ulf Jasper authored
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.
-
- 29 Oct, 2011 2 commits
-
-
Ulf Jasper authored
2011-10-29 Ulf Jasper <ulf.jasper@web.de> * automated/newsticker-tests.el (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
-
Ulf Jasper authored
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.
-
- 20 Oct, 2011 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
- 15 Oct, 2011 1 commit
-
-
Glenn Morris authored
-
- 27 Sep, 2011 1 commit
-
-
Ulf Jasper authored
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.
-
- 26 Jul, 2011 1 commit
-
-
Ulf Jasper authored
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.
-
- 11 May, 2011 2 commits
-
-
Ted Zlatanov authored
-
Ted Zlatanov authored
-
- 09 May, 2011 2 commits
-
-
Juri Linkov authored
Convert to ERT.
-
Chong Yidong authored
* test/automated/compile-tests.el: New file.
-
- 08 May, 2011 1 commit
-
-
Chong Yidong authored
-
- 06 Apr, 2011 1 commit
-
-
Juanma Barranquero authored
-
- 10 Mar, 2011 1 commit
-
-
Stefan Monnier authored
* 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.
-
- 07 Mar, 2011 1 commit
-
-
Chong Yidong authored
* lisp/progmodes/cc-cmds.el (c-beginning-of-statement): Revert 2011-01-31 change.
-
- 05 Mar, 2011 1 commit
-
-
Glenn Morris authored
* 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.
-
- 03 Mar, 2011 1 commit
-
-
Christian Ohler authored
* 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.
-
- 01 Mar, 2011 1 commit
-
-
Chong Yidong authored
Regenerate configure and other release files.
-
- 20 Feb, 2011 1 commit
-
-
Ulf Jasper authored
* automated/icalendar-tests.el: Move from icalendar-testsuite.el; convert to ERT format.
-
- 14 Feb, 2011 1 commit
-
-
Chong Yidong authored
* automated/bytecomp-tests.el: Move from bytecomp-testsuite.el; convert to ERT format.
-
- 09 Feb, 2011 1 commit
-
-
Stefan Monnier authored
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.
-
- 27 Jan, 2011 1 commit
-
-
Chong Yidong authored
* test/automated/font-parse-tests.el: Move from font-parse-testsuite.el. * src/font.c (font_parse_fcname): Undefine a temporary macro.
-
- 26 Jan, 2011 1 commit
-
-
Chong Yidong authored
* test/font-parse-testsuite.el (test-font-parse-data): New file.
-
- 25 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 15 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 13 Jan, 2011 1 commit
-
-
Stefan Monnier authored
-