]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
ps-print fix
[gnu-emacs] / lisp / ChangeLog
index 3926156c716e784ce0aa30593e5b48ef8bec2fc8..b8aaaebbdca62c2c96c0c4c32990a2f0d540980c 100644 (file)
@@ -1,3 +1,22 @@
+2003-03-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+
+       * man.el (Man-getpage-in-background): Always use `setenv' for
+       environment variables, instead of modifying process-environment
+       directly.  The previous version let-bound process-environment --
+       the let-binding is skipped for GROFF_NO_SGR because there is
+       already a let-binding in effect in some outer scope.
+
+       * emulation/crisp.el (top-level): Interoperate with cua.
+
+2003-03-08  Kim F. Storm  <storm@cua.dk>
+
+       * emulation/cua-base.el: Provide `cua' feature.
+
+2003-03-08  Juanma Barranquero  <lektu@terra.es>
+
+       * emulation/cua-base.el (cua--standard-movement-commands):
+       Fix docstring.
+
 2003-03-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
 
        * man.el (Man-getpage-in-background): Only change
@@ -16,7 +35,7 @@
 2003-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * progmodes/dcl-mode.el (dcl-font-lock-keywords): New var.
-       (dcl-font-lock-defaults): Newvar.
+       (dcl-font-lock-defaults): New var.
        (dcl-mode): Make and init local var `font-lock-defaults'.
 
 2003-03-06  Kevin Rodgers  <kevin.rodgers@ihs.com>
        (list-buffers-noselect): Calculate header-line spacing to take
        into account width of left fringe and left scrollbar.
 
+2003-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * ps-print.el (ps-print-version): New version number (6.6).
+       (ps-begin-job): If background and foreground color are the same, give
+       an error.
+       (ps-default-fg, ps-default-bg): Better doc.
+       (ps-rgb-color): Became a defun, check RGB value list.
+       (ps-default-background): New internal var.
+       (ps-begin-file): Code fix.
+
 2003-03-05  Richard M. Stallman  <rms@gnu.org>
 
        * replace.el (query-replace-read-args): Use save-excursion.