aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ChangeLog
diff options
context:
space:
mode:
authorChristian Ohler2011-01-13 03:08:24 +1100
committerChristian Ohler2011-01-13 03:08:24 +1100
commitd221e7808c01fdc9234734f95ecf49e902085ddd (patch)
tree09d270adbfdeada366ecd2328b2660a75358dd0c /doc/misc/ChangeLog
parent03d32f1b2263270b75a0b3324c52c39965345665 (diff)
downloademacs-d221e7808c01fdc9234734f95ecf49e902085ddd.tar.gz
emacs-d221e7808c01fdc9234734f95ecf49e902085ddd.zip
Add ERT, a tool for automated testing in Emacs Lisp.
* Makefile.in, configure.in, doc/misc/Makefile.in, doc/misc/makefile.w32-in: Add ERT. Make "make check" run tests in test/automated. * doc/misc/ert.texi, lisp/emacs-lisp/ert.el, lisp/emacs-lisp/ert-x.el: New files. * test/automated: New directory.
Diffstat (limited to 'doc/misc/ChangeLog')
-rw-r--r--doc/misc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index ca43b7e06df..7fc944e523c 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,10 @@
12011-01-13 Christian Ohler <ohler@gnu.org>
2
3 * ert.texi: New file.
4
5 * Makefile.in:
6 * makefile.w32-in: Add ert.texi.
7
12011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de> 82011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2 9
3 * dbus.texi (Receiving Method Calls): New function 10 * dbus.texi (Receiving Method Calls): New function