1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
This commit is contained in:
Vinicius Jose Latorre 2004-03-10 00:47:45 +00:00
parent bdfd0369ce
commit 739ce3950a
3 changed files with 22 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* delim-col.el: Doc fix.
* printing.el: Doc fix. New doc section (Tips).
2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
* type-break.el (type-break-emacs-variant): Remove.

View File

@ -2,9 +2,9 @@
;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.
;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
;; Time-stamp: <2001-10-13 10:02:26 pavel>
;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
;; Time-stamp: <2004/03/09 21:32:06 vinicius>
;; Version: 2.1
;; Keywords: internal
;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/

View File

@ -5,7 +5,7 @@
;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
;; Time-stamp: <2004/02/29 23:18:15 vinicius>
;; Time-stamp: <2004/03/09 21:32:40 vinicius>
;; Keywords: wp, print, PostScript
;; Version: 6.7.2
;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
@ -166,6 +166,16 @@ Please send all bug fixes and enhancements to
;; printer doesn't have duplex feature; otherwise, it's ok, your
;; printer does have duplex feature.
;;
;; NOTE 4: See Tips section.
;;
;;
;; Tips
;; ----
;;
;; 1. If your have a local printer, that is, a printer which is connected
;; directly to your computer, don't forget to connect the printer to your
;; computer before printing.
;;
;;
;; Using `printing'
;; ----------------
@ -840,8 +850,8 @@ Please send all bug fixes and enhancements to
;; Acknowledgments
;; ---------------
;;
;; Thanks to Drew Adams <?@?> for directory processing and `pr-path-alist'
;; suggestions.
;; Thanks to Drew Adams <drew.adams@oracle.com> for directory processing and
;; `pr-path-alist' suggestions.
;;
;; Thanks to Fred Labrosse <f.labrosse@maths.bath.ac.uk> for XEmacs tests.
;;