Mercurial > emacs
changeset 28981:b710c64de9af
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 18 May 2000 21:52:57 +0000 |
parents | 66e571cf74c6 |
children | ae47bb1b8f9d |
files | etc/ChangeLog lisp/ChangeLog |
diffstat | 2 files changed, 22 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Thu May 18 21:52:48 2000 +0000 +++ b/etc/ChangeLog Thu May 18 21:52:57 2000 +0000 @@ -1,3 +1,10 @@ +2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> + + * ps-prin1.ps: PostScript code compatibility with other utilities + like mpage, psnup, etc. + (isLineStep): Code fix. + (BeginDoc, BeginSheet): Utility compatibility. + 2000-05-03 Dave Love <fx@gnu.org> * letter.xbm: New file.
--- a/lisp/ChangeLog Thu May 18 21:52:48 2000 +0000 +++ b/lisp/ChangeLog Thu May 18 21:52:57 2000 +0000 @@ -2,6 +2,20 @@ * msb.el (msb-menu-cond): Add choice `user'. +2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> + + * ps-print.el: Compatibility, customization and doc fix. + (ps-printer-name-option): Replace defconst by defvar. + (ps-postscript-code-directory): XEmacs compatibility. + (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code + fix. + (ps-user-defined-prologue, ps-print-prologue-header) + (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs + compatibility and code fix. + (ps-print-background-image, ps-print-background-text): + Customization fix. + (ps-line-number-start, ps-n-up-on): New vars. + 2000-05-18 Espen Skoglund <esk@ira.uka.de> * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed @@ -51,7 +65,7 @@ 2000-05-16 Sam Steingold <sds@gnu.org> - * info.el (debug-ignored-errors): more errors to ignore. + * info.el (debug-ignored-errors): More errors to ignore. 2000-05-16 Dave Love <fx@gnu.org>