From: Gerd Moellmann Date: Tue, 29 Aug 2000 10:58:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~1903 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87d0f685358604a09b3536eac58af2b4f881a251;p=emacs.git *** empty log message *** --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 21e0513a0b5..d83fa0c89d2 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,13 @@ +2000-08-29 Vinicius Jose Latorre + + * 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 * survival.tex: New file. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a05fbc1ac61..2985b287ddd 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 * help.el (help-xref-mule-regexp): New variable. diff --git a/src/ChangeLog b/src/ChangeLog index 21e40973ddb..a6d3f2cbfc1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-08-29 Gerd Moellmann + + * lread.c (openp): Prevent temporary string passed to + Ffile_readable_p from being garbage collected. + 2000-08-28 Dave Love * keymap.c (store_in_keymap): Add `static' to declaration.