diff options
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 312c2c0165a..b8aaaebbdca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -54,6 +54,16 @@ | |||
| 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 | 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. | ||
| 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. |