# HG changeset patch # User Gerd Moellmann # Date 971879465 0 # Node ID e316ddc9874770b4c881548db5e15d3ee275df7e # Parent c09b494a5f49ceb37c1a391a70d9867e33a6c5e4 *** empty log message *** diff -r c09b494a5f49 -r e316ddc98747 lisp/ChangeLog --- a/lisp/ChangeLog Wed Oct 18 14:30:34 2000 +0000 +++ b/lisp/ChangeLog Wed Oct 18 14:31:05 2000 +0000 @@ -3,6 +3,19 @@ * startup.el (fancy-splash-screens): Set buffer-undo-list to t. Use fancy-splash-delay. +2000-10-18 Vinicius Jose Latorre + + * ps-print.el: Internal variable changes to defcustom, + make-local-hook changes to defvar. Doc fix. + (ps-print-version): New version number (6.1). + (ps-setup, ps-do-despool): Code fix. + (ps-printer-name): Customization fix. + (ps-printer-name-option): Now is a defcustom instead of an + internal variable. + (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook) + (ps-print-begin-column-hook): Now are defvar instead of + make-local-hook. + 2000-10-18 Miles Bader * comint.el (comint-delete-output): Renamed from `comint-kill-output'.