]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 29 Aug 2000 10:58:38 +0000 (10:58 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 29 Aug 2000 10:58:38 +0000 (10:58 +0000)
etc/ChangeLog
lisp/ChangeLog
src/ChangeLog

index 21e0513a0b5a790d9d2ac3db5bab4ae7ae93b145..d83fa0c89d2ba9a372661141c95d24cc4dac69be 100644 (file)
@@ -1,3 +1,13 @@
+2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * 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 <matwb@univ.gda.pl>
 
        * survival.tex: New file.
index a05fbc1ac6135201f6ad9ca13b372d188c63ffcb..2985b287dddee094a3bbeb54512a9152abfc73e6 100644 (file)
@@ -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  <handa@etl.go.jp>
 
        * help.el (help-xref-mule-regexp): New variable.
index 21e40973ddb11f52fd523c436942352f5686cc88..a6d3f2cbfc19dc0cb6692214e85106908ca9dfc3 100644 (file)
@@ -1,3 +1,8 @@
+2000-08-29  Gerd Moellmann  <gerd@gnu.org>
+
+       * lread.c (openp): Prevent temporary string passed to
+       Ffile_readable_p from being garbage collected.
+
 2000-08-28  Dave Love  <fx@gnu.org>
 
        * keymap.c (store_in_keymap): Add `static' to declaration.