Mercurial > emacs
comparison lisp/ChangeLog @ 37139:e4f86c393e4a
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 02 Apr 2001 10:39:33 +0000 |
parents | 87685591e368 |
children | 4ba3b922976f |
comparison
equal
deleted
inserted
replaced
37138:b582e8e39870 | 37139:e4f86c393e4a |
---|---|
1 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
2 | |
3 * ps-print.el: Line and paragraph spacing feature. Region to cut | |
4 out when printing. Doc fix. | |
5 (ps-print-version): New version number (6.5). | |
6 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp): New | |
7 vars. Line and paragraph spacing feature. | |
8 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut | |
9 out when printing. | |
10 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file) | |
11 (ps-get-font-size, ps-begin-job, ps-continue-line) | |
12 (ps-plot-region): Code fix. | |
13 (ps-print-prologue-2): Var eliminated. | |
14 (ps-line-spacing-internal, ps-paragraph-spacing-internal): New | |
15 internal vars. | |
16 (ps-get-size): New fun. | |
17 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p) | |
18 (ps-next-line): Replace defun by defsubst. | |
19 (ps-mule-plot-string): Autoload doc fix. | |
20 | |
21 * ps-bdf.el: XEmacs compatibility. Doc fix. | |
22 (installation-directory, coding-system-for-read): Declare vars if | |
23 it's not declared yet. | |
24 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix. | |
25 | |
26 * ps-mule.el: XEmacs compatibility. Doc fix. | |
27 (leading-code-private-22): Declare var if it's not declared yet. | |
28 (charset-bytes, charset-dimension, charset-id, charset-width) | |
29 (find-charset-region, split-char, char-width, chars-in-region) | |
30 (forward-point, decompose-composite-char, encode-coding-string) | |
31 (coding-system-p, ccl-execute-on-string, define-ccl-program): | |
32 Define funs if not defined yet. | |
33 (encode-composition-rule, find-composition): Define funs if not | |
34 loaded yet. | |
35 (ps-mule-prologue): PostScript code fix. | |
36 | |
37 2001-04-02 Kenichi Handa <handa@etl.go.jp> | |
38 | |
39 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is | |
40 non-nil, generate font for the header strings. | |
41 (ps-mule-prepare-font): Likewise. | |
42 (ps-mule-generate-glyphs): Likewise. | |
43 (ps-mule-string-encoding): Likewise. | |
44 (ps-mule-header-charsets): New variable. | |
45 (ps-mule-encode-header-string): New function. | |
46 (ps-mule-header-string-charsets): New function. | |
47 (ps-mule-begin-job): Check charsets in the header strings. If there | |
48 are non-ASCII and non-Latin1 charsets, prepare fonts for them. | |
49 | |
50 * ps-print.el (ps-generate-header-line): Encode the header string by | |
51 ps-mule-encode-header-string. | |
52 (ps-mule-encode-header-string): Declare autoload. | |
53 | |
1 2001-04-02 Gerd Moellmann <gerd@gnu.org> | 54 2001-04-02 Gerd Moellmann <gerd@gnu.org> |
2 | 55 |
3 * frame.el (cursor-in-non-selected-windows): Replaces | 56 * frame.el (cursor-in-non-selected-windows): Replaces |
4 show-cursor-in-non-selected-windows. | 57 show-cursor-in-non-selected-windows. |
5 | 58 |