changeset 32620:e316ddc98747

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 18 Oct 2000 14:31:05 +0000
parents c09b494a5f49
children 50c28d51e0f2
files lisp/ChangeLog
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <vinicius@cpqd.com.br>
+
+	* 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  <miles@gnu.org>
 
 	* comint.el (comint-delete-output): Renamed from `comint-kill-output'.