emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/printing.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/printing.el [emacs-unicode-2]
Date: Fri, 23 Jul 2004 00:56:41 -0400

Index: emacs/lisp/printing.el
diff -c emacs/lisp/printing.el:1.3.6.3 emacs/lisp/printing.el:1.3.6.4
*** emacs/lisp/printing.el:1.3.6.3      Sat Jul 17 02:46:46 2004
--- emacs/lisp/printing.el      Fri Jul 23 04:30:38 2004
***************
*** 5,11 ****
  
  ;; Author: Vinicius Jose Latorre <address@hidden>
  ;; Maintainer: Vinicius Jose Latorre <address@hidden>
! ;; Time-stamp: <2004/07/12 21:10:35 vinicius>
  ;; Keywords: wp, print, PostScript
  ;; Version: 6.8
  ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
--- 5,11 ----
  
  ;; Author: Vinicius Jose Latorre <address@hidden>
  ;; Maintainer: Vinicius Jose Latorre <address@hidden>
! ;; Time-stamp: <2004/07/20 21:44:43 vinicius>
  ;; Keywords: wp, print, PostScript
  ;; Version: 6.8
  ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
***************
*** 40,76 ****
  ;; Introduction
  ;; ------------
  ;;
! ;; This package provides an user interface to some printing utilities that
! ;; includes previewing/printing a PostScript file, printing a text file and
! ;; previewing/printing some major modes (like mh-folder-mode,
! ;; rmail-summary-mode, gnus-summary-mode, etc).  It also includes a
! ;; PostScript/text printer database.
  ;;
! ;; Indeed, there are two user interfaces:
  ;;
  ;;    * Menu interface:
! ;;      When `printing' is loaded, the menubar is modified to use `printing'
! ;;      menu instead of the print options in menubar.
  ;;      This is the default user interface.
  ;;
  ;;    * Buffer interface:
! ;;      It is an option of `printing' menu, but it can be binded into another
! ;;      key, so user can activate the buffer interface directly without using
! ;;      a menu.  See `pr-interface' command.
! ;;
! ;; `printing' was inspired on:
! ;;
! ;;    print-nt.el           Frederic Corne <address@hidden>
! ;;     Special printing functions for Windows NT
! ;;
! ;;    mh-e-init.el          Tom Vogels <address@hidden>
! ;;     PS-print for mail messages
! ;;
! ;;    win32-ps-print.el             Matthew O. Persico <address@hidden>
! ;;     PostScript printing with ghostscript
! ;;
! ;;    ps-print-interface.el   Volker Franz <address@hidden>
! ;;     Graphical front end for ps-print and previewing
  ;;
  ;; `printing' is prepared to run on GNU, Unix and NT systems.
  ;; On GNU or Unix system, `printing' depends on gs and gv utilities.
--- 40,61 ----
  ;; Introduction
  ;; ------------
  ;;
! ;; With `printing' you can preview or print a PostScript file.  You can also
! ;; print a text file using PostScript, and preview or print buffers that use
! ;; certain special modes like mh-folder-mode, rmail-summary-mode,
! ;; gnus-summary-mode, etc.  This package also includes a PostScript/text
! ;; printer database.
  ;;
! ;; There are two user interfaces:
  ;;
  ;;    * Menu interface:
! ;;      The `printing' menu replaces the usual print options in the menu bar.
  ;;      This is the default user interface.
  ;;
  ;;    * Buffer interface:
! ;;      You can use a buffer interface instead of menus.  It looks like a
! ;;      customization buffer.  Basically, it has the same options found in the
! ;;      menu and some extra options, all this on a buffer.
  ;;
  ;; `printing' is prepared to run on GNU, Unix and NT systems.
  ;; On GNU or Unix system, `printing' depends on gs and gv utilities.
***************
*** 86,91 ****
--- 71,90 ----
  ;; `http://www.cpqd.com.br/~vinicius/emacs/ps-print.tar.gz'.
  ;; Please, see README file for ps-print installation instructions.
  ;;
+ ;; `printing' was inspired on:
+ ;;
+ ;;    print-nt.el           Frederic Corne <address@hidden>
+ ;;     Special printing functions for Windows NT
+ ;;
+ ;;    mh-e-init.el          Tom Vogels <address@hidden>
+ ;;     PS-print for mail messages
+ ;;
+ ;;    win32-ps-print.el             Matthew O. Persico <address@hidden>
+ ;;     PostScript printing with ghostscript
+ ;;
+ ;;    ps-print-interface.el   Volker Franz <address@hidden>
+ ;;     Graphical front end for ps-print and previewing
+ ;;
  ;;
  ;; Log Messages
  ;; ------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]