aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-08-29 10:58:38 +0000
committerGerd Moellmann <[email protected]>2000-08-29 10:58:38 +0000
commit87d0f685358604a09b3536eac58af2b4f881a251 (patch)
treeb9fad6f3896291630bc7ffb784bcbf280cf75baa
parentbf061ba601a6256352a04b19cd54c011614cc5fd (diff)
*** empty log message ***
-rw-r--r--etc/ChangeLog10
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog5
3 files changed, 21 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 21e0513a0b..d83fa0c89d 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,13 @@
+2000-08-29 Vinicius Jose Latorre <[email protected]>
+
+ * ps-prin3.ps: Eliminated.
+
+ * ps-prin2.ps: Changed comment version (6.0).
+
+ * ps-prin1.ps: Changed comment version (6.0).
+
+ * ps-prin0.ps: Changed comment version (6.0).
+
2000-08-24 Wlodzimierz Bzyl <[email protected]>
* survival.tex: New file.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a05fbc1ac6..2985b287dd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -7,6 +7,12 @@
(ps-print-duplex-feature): Variable eliminated.
(ps-even-or-odd-pages): New variable.
+ * ebnf2ps.el: Doc fix.
+ (ebnf-version): New version (3.3).
+ (ebnf-user-arrow): Change variable customization to sexp.
+ (ebnf-user-arrow): Function eliminated.
+ (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
+
2000-08-29 Kenichi Handa <[email protected]>
* help.el (help-xref-mule-regexp): New variable.
diff --git a/src/ChangeLog b/src/ChangeLog
index 21e40973dd..a6d3f2cbfc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-29 Gerd Moellmann <[email protected]>
+
+ * lread.c (openp): Prevent temporary string passed to
+ Ffile_readable_p from being garbage collected.
+
2000-08-28 Dave Love <[email protected]>
* keymap.c (store_in_keymap): Add `static' to declaration.