Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
acfb077d
Commit
acfb077d
authored
Apr 02, 2001
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
0f615128
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
63 additions
and
34 deletions
+63
-34
etc/ChangeLog
etc/ChangeLog
+10
-0
etc/ps-prin2.ps
etc/ps-prin2.ps
+0
-34
lisp/ChangeLog
lisp/ChangeLog
+53
-0
No files found.
etc/ChangeLog
View file @
acfb077d
2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
* ps-prin1.ps: Line and paragraph spacing feature.
(LineHS, ParagraphHS, EffectUnderline, EffectStrikeou, EffectOverline)
(EffectShadow, EffectBox, EffectOutline): New vars.
(PSL, S, EF, printZebra, doColumnZebra, doZebra): Code fix.
(PHL, LHL): New funs.
* ps-prin2.ps: File eliminated.
2001-03-26 Gerd Moellmann <gerd@gnu.org>
* splash.pbm: New image from Luis Fernandes <elf@ee.ryerson.ca>.
...
...
etc/ps-prin2.ps
deleted
100644 → 0
View file @
0f615128
% === BEGIN ps-print prologue 2
% version: 6.0
% Copyright (C) 2000, 2001 Free Software Foundation, Inc.
%
% This file is part of GNU Emacs.
%
% GNU Emacs is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation; either version 2, or (at your option)
% any later version.
%
% GNU Emacs is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with GNU Emacs; see the file COPYING. If not, write to the
% Free Software Foundation, Inc., 59 Temple Place - Suite 330,
% Boston, MA 02111-1307, USA.
% ---- These lines must be kept together because...
/h0
F
/HeaderTitleLineHeight
FontHeight
def
/h1
F
/HeaderLineHeight
FontHeight
def
/HeaderDescent
Descent
def
% ---- ...because `F' has a side-effect on `FontHeight' and `Descent'
% === END ps-print prologue 2
lisp/ChangeLog
View file @
acfb077d
2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
* ps-print.el: Line and paragraph spacing feature. Region to cut
out when printing. Doc fix.
(ps-print-version): New version number (6.5).
(ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp): New
vars. Line and paragraph spacing feature.
(ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
out when printing.
(ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
(ps-get-font-size, ps-begin-job, ps-continue-line)
(ps-plot-region): Code fix.
(ps-print-prologue-2): Var eliminated.
(ps-line-spacing-internal, ps-paragraph-spacing-internal): New
internal vars.
(ps-get-size): New fun.
(ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
(ps-next-line): Replace defun by defsubst.
(ps-mule-plot-string): Autoload doc fix.
* ps-bdf.el: XEmacs compatibility. Doc fix.
(installation-directory, coding-system-for-read): Declare vars if
it's not declared yet.
(bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
* ps-mule.el: XEmacs compatibility. Doc fix.
(leading-code-private-22): Declare var if it's not declared yet.
(charset-bytes, charset-dimension, charset-id, charset-width)
(find-charset-region, split-char, char-width, chars-in-region)
(forward-point, decompose-composite-char, encode-coding-string)
(coding-system-p, ccl-execute-on-string, define-ccl-program):
Define funs if not defined yet.
(encode-composition-rule, find-composition): Define funs if not
loaded yet.
(ps-mule-prologue): PostScript code fix.
2001-04-02 Kenichi Handa <handa@etl.go.jp>
* ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
non-nil, generate font for the header strings.
(ps-mule-prepare-font): Likewise.
(ps-mule-generate-glyphs): Likewise.
(ps-mule-string-encoding): Likewise.
(ps-mule-header-charsets): New variable.
(ps-mule-encode-header-string): New function.
(ps-mule-header-string-charsets): New function.
(ps-mule-begin-job): Check charsets in the header strings. If there
are non-ASCII and non-Latin1 charsets, prepare fonts for them.
* ps-print.el (ps-generate-header-line): Encode the header string by
ps-mule-encode-header-string.
(ps-mule-encode-header-string): Declare autoload.
2001-04-02 Gerd Moellmann <gerd@gnu.org>
* frame.el (cursor-in-non-selected-windows): Replaces
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment