]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.281
- initial import
[packages/vim.git] / 6.2.281
CommitLineData
34eabb99
AG
1To: vim-dev@vim.org
2Subject: Patch 6.2.281
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 6.2.281
11Problem: PostScript printing doesn't work on Mac OS X 10.3.2.
12Solution: Adjust the header file. (Mike Williams)
13Files: runtime/print/prolog.ps
14
15
16*** ../vim-6.2.280/runtime/print/prolog.ps Sun May 11 21:10:45 2003
17--- runtime/print/prolog.ps Fri Feb 20 11:27:01 2004
18***************
19*** 1,6 ****
20 %!PS-Adobe-3.0 Resource-ProcSet
21 %%Title: VIM-Prolog
22! %%Version: 1.3 0
23 %%EndComments
24 % Editing of this file is NOT RECOMMENDED. You run a very good risk of causing
25 % all PostScript printing from VIM failing if you do. PostScript is not called
26--- 1,6 ----
27 %!PS-Adobe-3.0 Resource-ProcSet
28 %%Title: VIM-Prolog
29! %%Version: 1.3 1
30 %%EndComments
31 % Editing of this file is NOT RECOMMENDED. You run a very good risk of causing
32 % all PostScript printing from VIM failing if you do. PostScript is not called
33***************
34*** 30,40 ****
35 /c{pop}bd
36 }ifelse
37 /ffs{findfont exch scalefont d}bd/sf{setfont}bd
38! /ref{1 db findfont dup maxlength dict /NFD ed{exch dup/FID ne{exch NFD 3 1 roll
39 put}{pop pop}ifelse}forall/Encoding findresource dup length 256 eq{NFD/Encoding
40 3 -1 roll put}{pop}ifelse NFD dup/FontType get 3 ne{/CharStrings}{/CharProcs}
41! ifelse 2 copy get dup maxlength dict copy[/questiondown/space]{2 copy known{2
42! copy get 2 index/.notdef 3 -1 roll put pop exit}if pop}forall put dup NFD
43! /FontName 3 -1 roll put NFD definefont pop end}bd
44 % vim:ff=unix:
45 %%EOF
46--- 30,40 ----
47 /c{pop}bd
48 }ifelse
49 /ffs{findfont exch scalefont d}bd/sf{setfont}bd
50! /ref{1 db findfont dup maxlength dict/NFD ed{exch dup/FID ne{exch NFD 3 1 roll
51 put}{pop pop}ifelse}forall/Encoding findresource dup length 256 eq{NFD/Encoding
52 3 -1 roll put}{pop}ifelse NFD dup/FontType get 3 ne{/CharStrings}{/CharProcs}
53! ifelse 2 copy known{2 copy get dup maxlength dict copy[/questiondown/space]{2
54! copy known{2 copy get 2 index/.notdef 3 -1 roll put pop exit}if pop}forall put
55! }{pop pop}ifelse dup NFD/FontName 3 -1 roll put NFD definefont pop end}bd
56 % vim:ff=unix:
57 %%EOF
58*** ../vim-6.2.280/src/version.c Fri Feb 20 21:36:20 2004
59--- src/version.c Fri Feb 20 21:53:12 2004
60***************
61*** 639,640 ****
62--- 639,642 ----
63 { /* Add new patch number below this line */
64+ /**/
65+ 281,
66 /**/
67
68--
69hundred-and-one symptoms of being an internet addict:
70204. You're being audited because you mailed your tax return to the IRC.
71
72 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
73/// Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
74\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
75 \\\ Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html ///
This page took 0.028686 seconds and 4 git commands to generate.