diff lisp/ChangeLog @ 83066:887bb2eb4a89

Merged in changes from CVS HEAD Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-116 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-117 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-106
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 28 Feb 2004 01:33:17 +0000
parents bff8fa30c018 2a5eca2838d1
children b44978264e1d
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Feb 28 01:23:39 2004 +0000
+++ b/lisp/ChangeLog	Sat Feb 28 01:33:17 2004 +0000
@@ -1,3 +1,13 @@
+2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+	* ebnf2ps.el: Doc fix.  For compatibility with Emacs 20, define
+	assq-delete-all if it's not defined.
+	(ebnf-generate-region): Code fix.
+
+	* printing.el: Doc fix.
+	(pr-version): New version number (6.7.2).
+	(pr-command): Return empty string if command is an empty string.
+
 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
 	* ebnf-abn.el: New file, implements an ABNF parser.