]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
ps-print fix
[gnu-emacs] / lisp / ChangeLog
index 5b403d15619750b01977a359aa4a16e0c957c832..b8aaaebbdca62c2c96c0c4c32990a2f0d540980c 100644 (file)
@@ -1,3 +1,105 @@
+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
+       default-directory if necessary.
+
+2003-03-07  Andreas Schwab  <schwab@suse.de>
+
+       * info.el (Info-following-node-name): Skip trailing period.
+       (Info-extract-menu-node-name): Allow period in node name.
+
+2003-03-07  Kevin Rodgers  <kevin.rodgers@ihs.com>
+
+       * dired-x.el (dired-guess-shell-case-fold-search): New user option.
+       (dired-guess-default): Use it.
+
+2003-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * progmodes/dcl-mode.el (dcl-font-lock-keywords): New var.
+       (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>
+
+       * ffap.el (dired-at-point): Check whether the user can create a
+       directory before asking about creating it.
+
+2003-03-06  John Paul Wallington  <jpw@gnu.org>
+
+       * ebuff-menu.el (electric-buffer-list): Respect
+       `Buffer-menu-use-header-line'.
+       (electric-buffer-menu-looper): Likewise.
+
+       * buff-menu.el (Buffer-menu-mode-map): Add docstring.
+       (Buffer-menu-buffer): Fix indentation.
+       (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.
+       (map-query-replace-regexp): Use prefix-numeric-value.
+
+2003-03-05  Juanma Barranquero  <lektu@terra.es>
+
+       * term/w32-win.el (x-handle-geometry): Put sizes on
+       `initial-frame-alist' too.
+
+       * startup.el (command-line-x-option-alist): Make --border-color set
+       the border-color frame parameter, not border-width.
+
+       * faces.el (frame-set-background-mode): Fix reference to attribute
+       "backgroundMode".
+
+2003-03-05  Reto Zimmermann  <reto@gnu.org>
+
+       * progmodes/vhdl-mode.el: Version 3.32.12 released.  Major
+       revision.
+
+2003-03-04  Rob Kaut  <rob@siworks.com>  (tiny change)
+
+       * progmodes/vhdl-mode.el (vhdl-comment-uncomment-region): Remove
+       two comment characters at start of line instead of one.
+
+2003-03-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * printing.el (pr-get-symbol): Move it to next eval-and-compile.
+
+2003-03-03  John Paul Wallington  <jpw@gnu.org>
+
+       * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of
+       `gensym' in case user calls macro at runtime.
+       (ibuffer-save-marks): Likewise.
+
 2003-03-03  Kenichi Handa  <handa@m17n.org>
 
        * language/japan-util.el (japanese-symbol-table): Add two entries
        that first docstring lines ending with a comma are respected.  Add
        "`(" to same so that function and macro bodies beginning with a
        backquote do not get disturbed.  Revise the comments.
-       
+
 2003-03-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
-       
+
        * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
 
        * menu-bar.el (menu-bar-mode): Change to define-minor-mode
        and initialize as for tool-bar-mode.
-       
+
 2003-02-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
 
        * net/tramp.el: Version 2.0.30 released.
        First black-listed constellation is GNU Emacs/ hpux.
        (tramp-send-region): Correct debug message.
        (tramp-bug): Add `tramp-chunksize'.
-       
+
 2003-02-26  Matt Swift  <swift@alum.mit.edu>
-       
+
        * startup.el: Streamline code in several functions for efficiency
        and readability.  Rephrase booleans to avoid `(not noninteractive)'.
        Clarify several booleans expressions using De Morgan's laws.
        (command-line-1): Restore intended behavior of the --directory/-L
        command-line option: "-L a -L b -L c" on the command-line now puts
        '(a b c) at the front of `load-path'.
-       
+
 2003-02-26  Oliver Scholz  <alkibiades@gmx.de>
 
        * play/gamegrid.el (gamegrid-add-score): Add info to docstring.
        (gamegrid-add-score-with-update-game-score-1): New function,
-       factored out of `gamegriod-add-score-with-update-game-score'.
+       factored out of `gamegrid-add-score-with-update-game-score'.
        (gamegrid-add-score-with-update-game-score): Use it.  Fall back on
        `gamegrid-add-score-insecure' if the requested file does not exist
        in $(gamedir), in case the user has installed a game on his own.
        mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el,
        mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el,
        mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
-       mail/mh-xemacs-compat.el: Moved to mh-e directory. 
+       mail/mh-xemacs-compat.el: Moved to mh-e directory.
        Note that reply2.pbm and reply2.xpm, which were created by the
        MH-E package, were left in mail since they can probably be used by
        other mail packages.