comparison lisp/ChangeLog @ 28429:2e3e0b3b6108

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 30 Mar 2000 13:28:09 +0000
parents ffd7193171a1
children 04faa8300714
comparison
equal deleted inserted replaced
28428:b2d43a699564 28429:2e3e0b3b6108
5 5
6 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug 6 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
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:
13 (network-connection-host, network-connection-service): New variables 32 (network-connection-host, network-connection-service): New variables
14 (network-connection-mode): New mode, derived from comint-mode 33 (network-connection-mode): New mode, derived from comint-mode