comparison lisp/ChangeLog @ 29849:a3816e5f2aea

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 22 Jun 2000 12:27:49 +0000
parents cf1738b0cace
children f1c1c620a093
comparison
equal deleted inserted replaced
29848:80ae67b2a291 29849:a3816e5f2aea
1 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2
3 * ps-print.el: Fix bug: if ^L is the very first buffer character,
4 ps-print crashes. New feature: page selection for printing. Create
5 raw-text-unix coding system for XEmacs. Doc fix.
6 (ps-print-version): New version number (5.2.3).
7 (ps-plot-region): Bug fix.
8 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11 funs.
12 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13 (ps-last-page): New vars.
14
1 2000-06-21 Gerd Moellmann <gerd@gnu.org> 15 2000-06-21 Gerd Moellmann <gerd@gnu.org>
2 16
3 * progmodes/sh-script.el (sh-while-getopts): Fix handling of 17 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
4 empty option string. 18 empty option string.
5 19