diff options
| author | Gerd Moellmann | 2000-03-30 13:28:09 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-30 13:28:09 +0000 |
| commit | 7438c86b33cdffaf44848fd367ecbf5838d05bac (patch) | |
| tree | 9268927ccb943226880edd535571caa3d9654db7 | |
| parent | 8f4a5e995438fd9df16166711e2c4ab11ce38036 (diff) | |
| download | emacs-7438c86b33cdffaf44848fd367ecbf5838d05bac.tar.gz emacs-7438c86b33cdffaf44848fd367ecbf5838d05bac.zip | |
*** empty log message ***
| -rw-r--r-- | etc/ChangeLog | 9 | ||||
| -rw-r--r-- | lisp/ChangeLog | 19 |
2 files changed, 28 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index e398f782c5c..e8dfa9f3d4e 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 2 | |||
| 3 | * ps-prin0.ps: Replace gs_languagelevel by languagelevel. | ||
| 4 | (DefOp): New proc. | ||
| 5 | |||
| 6 | * ps-prin1.ps: Replace gs_languagelevel by languagelevel. | ||
| 7 | (printBackground, SetColor): New procs. | ||
| 8 | (ZebraColor): Renaming old ZebraGray var. | ||
| 9 | |||
| 1 | 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 10 | 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 2 | 11 | ||
| 3 | * ps-prin1.ps: Eliminate SkipFirstPage. | 12 | * ps-prin1.ps: Eliminate SkipFirstPage. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58a0225df7c..31c3210d2b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -7,6 +7,25 @@ | |||
| 7 | trying to `load' the symbol of an autoload instead of the file | 7 | trying to `load' the symbol of an autoload instead of the file |
| 8 | recorded in the autoload. Fix error messages. | 8 | recorded in the autoload. Fix error messages. |
| 9 | 9 | ||
| 10 | 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 11 | |||
| 12 | * ps-print.el: PostScript programming fix for ghostview, doc fix. | ||
| 13 | (ps-print-version): New version number (5.1.3). | ||
| 14 | (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | ||
| 15 | (ps-insert-file, ps-output-boolean, ps-plot-with-face) | ||
| 16 | (ps-generate-postscript-with-faces): Code fix. | ||
| 17 | (ps-color-values): XEmacs compatibility. | ||
| 18 | (ps-print-background-image, ps-print-background-text, ps-printer-name) | ||
| 19 | (ps-default-fg, ps-default-bg): Adjust customization. | ||
| 20 | (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | ||
| 21 | (ps-color-scale): Renaming old ps-color-value fun. | ||
| 22 | (ps-print-headers): Replace ps-print-header group to avoid conflict | ||
| 23 | with ps-print-header variable. | ||
| 24 | (ps-print-miscellany): New group. | ||
| 25 | (ps-format-color, ps-rgb-color): New funs. | ||
| 26 | (ps-default-foreground): New var. | ||
| 27 | (ps-printer-name-option): New const. | ||
| 28 | |||
| 10 | 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> | 29 | 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
| 11 | 30 | ||
| 12 | * net/net-utils.el: | 31 | * net/net-utils.el: |