comparison lisp/ChangeLog @ 50067:c623407cb87d

ps-print fix
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Mon, 10 Mar 2003 01:09:05 +0000
parents b43d8c1413de
children fc4e98a22d7e
comparison
equal deleted inserted replaced
50066:df60111d0379 50067:c623407cb87d
51 51
52 * buff-menu.el (Buffer-menu-mode-map): Add docstring. 52 * buff-menu.el (Buffer-menu-mode-map): Add docstring.
53 (Buffer-menu-buffer): Fix indentation. 53 (Buffer-menu-buffer): Fix indentation.
54 (list-buffers-noselect): Calculate header-line spacing to take 54 (list-buffers-noselect): Calculate header-line spacing to take
55 into account width of left fringe and left scrollbar. 55 into account width of left fringe and left scrollbar.
56
57 2003-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
58
59 * ps-print.el (ps-print-version): New version number (6.6).
60 (ps-begin-job): If background and foreground color are the same, give
61 an error.
62 (ps-default-fg, ps-default-bg): Better doc.
63 (ps-rgb-color): Became a defun, check RGB value list.
64 (ps-default-background): New internal var.
65 (ps-begin-file): Code fix.
56 66
57 2003-03-05 Richard M. Stallman <rms@gnu.org> 67 2003-03-05 Richard M. Stallman <rms@gnu.org>
58 68
59 * replace.el (query-replace-read-args): Use save-excursion. 69 * replace.el (query-replace-read-args): Use save-excursion.
60 (map-query-replace-regexp): Use prefix-numeric-value. 70 (map-query-replace-regexp): Use prefix-numeric-value.