diff options
| author | Gerd Moellmann | 2001-06-01 09:22:20 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-06-01 09:22:20 +0000 |
| commit | c86f4619ebd9991aaa06317e2e4535ef4a556eca (patch) | |
| tree | e65cc3ffc01ed2f9edd05f7aff86c00e10c3e807 /lisp/ChangeLog | |
| parent | b14659e652ee50cd70da508a0c5d962979c111af (diff) | |
| download | emacs-c86f4619ebd9991aaa06317e2e4535ef4a556eca.tar.gz emacs-c86f4619ebd9991aaa06317e2e4535ef4a556eca.zip | |
Handle before-string and after-string overlay properties
in ps-print-*-with-faces commands. Doc fix.
(ps-print-version): New version number (6.5.2).
(ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
for XEmacs.
(ps-prefix-quote): Doc fix.
(ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code
fix.
(ps-basic-plot-str, ps-plot-string): New funs.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e74655cee59..5f8e4f67c42 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 2 | |||
| 3 | * ps-print.el: Handle before-string and after-string overlay properties | ||
| 4 | in ps-print-*-with-faces commands. Doc fix. | ||
| 5 | (ps-print-version): New version number (6.5.2). | ||
| 6 | (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes | ||
| 7 | for XEmacs. | ||
| 8 | (ps-prefix-quote): Doc fix. | ||
| 9 | (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code | ||
| 10 | fix. | ||
| 11 | (ps-basic-plot-str, ps-plot-string): New funs. | ||
| 12 | |||
| 1 | 2001-05-31 Stefan Monnier <monnier@cs.yale.edu> | 13 | 2001-05-31 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 14 | ||
| 3 | * progmodes/etags.el (tags-compression-info-list): Fix docstring | 15 | * progmodes/etags.el (tags-compression-info-list): Fix docstring |