From: Gerd Moellmann Date: Wed, 22 Mar 2000 12:17:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~4538 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ee1c5b21883cdeff89dd2441c57017958862945e;p=emacs.git *** empty log message *** --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 1f0df0bfade..3f0bd39c1bd 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2000-03-22 Vinicius Jose Latorre + + * ps-prin0.ps: Define command only for language level 1. + 2000-03-16 Vinicius Jose Latorre * ps-prin0.ps: Define packedarray operator for language level 1, adjust diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5cd03840fe7..67a9387c4c5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2000-03-22 Vinicius Jose Latorre + + * ps-print.el: N-up last page fix. + (ps-print-version): New version number (5.1.1). + (ps-end-file, ps-end-job, ps-generate): Code fix. + 2000-03-21 Stefan Monnier * files.el (find-file-run-dired): Update docstring. diff --git a/src/ChangeLog b/src/ChangeLog index 9606e8f4ca7..1d1916b24bc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2000-03-22 Gerd Moellmann + + * xfaces.c (lface_same_font_attributes_p): Compare font attributes + as strings only if both are known to be strings. + + * s/openbsd.h (LIBS_TERMCAP): Undef. + 2000-03-21 Stefan Monnier * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default