summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog13
-rw-r--r--lisp/progmodes/ebnf-iso.el10
-rw-r--r--lisp/progmodes/ebnf-otz.el10
-rw-r--r--lisp/progmodes/ebnf-yac.el10
4 files changed, 28 insertions, 15 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3f9b677a050..1b4b74e2c59 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
+2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
+
+ * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
+ programming. Doc fix.
+ (ebnf-version): New version (3.6).
+ (ebnf-eps-begin): Data fix.
+ (ebnf-begin-file): Code fix.
+
+ * ebnf-bnf.el: Doc fix.
+ (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
+
+ * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
+
2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
* ps-print.el: Better face mapping for black/white PostScript printers.
diff --git a/lisp/progmodes/ebnf-iso.el b/lisp/progmodes/ebnf-iso.el
index 024063f19ec..1ec1293a14b 100644
--- a/lisp/progmodes/ebnf-iso.el
+++ b/lisp/progmodes/ebnf-iso.el
@@ -1,12 +1,12 @@
;;; ebnf-iso.el --- parser for ISO EBNF
-;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
-;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
+;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
-;; Keywords: wp, ebnf, PostScript
-;; Time-stamp: <2001-07-15 01:03:20 pavel>
-;; Version: 1.5
+;; Keywords: wp, ebnf, PostScript
+;; Time-stamp: <2001/08/15 17:12:51 vinicius>
+;; Version: 1.5
;; This file is part of GNU Emacs.
diff --git a/lisp/progmodes/ebnf-otz.el b/lisp/progmodes/ebnf-otz.el
index 0969f873bb7..4a6f24101d5 100644
--- a/lisp/progmodes/ebnf-otz.el
+++ b/lisp/progmodes/ebnf-otz.el
@@ -1,12 +1,12 @@
;;; ebnf-otz.el --- syntatic chart OpTimiZer
-;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
-;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
+;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
-;; Keywords: wp, ebnf, PostScript
-;; Time-stamp: <2001-07-15 01:03:33 pavel>
-;; Version: 1.0
+;; Keywords: wp, ebnf, PostScript
+;; Time-stamp: <2001/08/15 17:13:25 vinicius>
+;; Version: 1.0
;; This file is part of GNU Emacs.
diff --git a/lisp/progmodes/ebnf-yac.el b/lisp/progmodes/ebnf-yac.el
index 317a193f399..bff241a5e49 100644
--- a/lisp/progmodes/ebnf-yac.el
+++ b/lisp/progmodes/ebnf-yac.el
@@ -1,12 +1,12 @@
;;; ebnf-yac.el --- parser for Yacc/Bison
-;; Copyright (C) 1999, 2000 Free Sofware Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001 Free Sofware Foundation, Inc.
-;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
+;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
-;; Keywords: wp, ebnf, PostScript
-;; Time-stamp: <2001-07-15 01:04:02 pavel>
-;; Version: 1.1
+;; Keywords: wp, ebnf, PostScript
+;; Time-stamp: <2001/08/15 17:15:15 vinicius>
+;; Version: 1.1
;; This file is part of GNU Emacs.