Daniel Colascione
f6b5db6c45
Add support for generators
...
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 78f7e34..e7d79d5 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-02 Daniel Colascione <dancol@dancol.org >
+
+ * control.texi (Generators): New section
+ * elisp.text: Reference new section.
+
2015-02-28 Eli Zaretskii <eliz@gnu.org >
* searching.texi (Char Classes): Update the documentation of
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 448c7f2..4e9c119 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-02 Daniel Colascione <dancol@dancol.org >
+
+ * cl.texi (Iteration Clauses): Mention iterator support.
+
2015-02-25 Tassilo Horn <tsdh@gnu.org >
* reftex.texi (Multifile Documents): Document
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7ce2e81..4ab4406 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,8 @@
2015-03-02 Daniel Colascione <dancol@dancol.org >
- * vc/vc.el (vc-responsible-backend): Add autoload cooking for
+ * emacs-lisp/generator.el: New file.
+
+ * vc/vc.el (vc-responsible-backend): Add autoload cookie for
`vc-responsible-backend'.
2015-03-01 Michael Albinus <michael.albinus@gmx.de >
diff --git a/test/ChangeLog b/test/ChangeLog
index 684e98f..64ad851 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,5 +1,7 @@
2015-03-02 Daniel Colascione <dancol@dancol.org >
+ * automated/generator-tests.el: New tests
+
* automated/finalizer-tests.el (finalizer-basic)
(finalizer-circular-reference, finalizer-cross-reference)
(finalizer-error): New tests.
2015-03-02 15:42:09 -08:00
..
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-30 00:38:02 +01:00
2015-01-01 14:26:41 -08:00
2015-01-27 22:24:47 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-17 15:06:55 +02:00
2014-10-16 21:56:41 -07:00
2015-01-01 14:26:41 -08:00
2014-03-22 16:47:20 -07:00
2015-03-02 15:39:01 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2013-08-02 16:26:22 +02:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2014-10-30 21:10:19 -07:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2014-01-09 21:44:51 -05:00
2015-01-01 09:18:06 -08:00
2015-02-05 03:55:13 +00:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2014-03-22 16:47:20 -07:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2014-01-09 14:14:28 -05:00
2015-03-02 15:42:09 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-02-09 12:31:20 -05:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2014-01-09 21:44:51 -05:00
2015-01-01 14:26:41 -08:00
2014-09-24 10:28:27 -04:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-26 15:21:34 +11:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2013-08-28 21:05:19 -04:00
2015-01-01 14:26:41 -08:00
2014-03-22 16:47:20 -07:00
2015-02-20 20:38:43 -05:00
2014-03-22 16:47:20 -07:00