*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index bb1db40..cac8ecf 100644 (file)
@@ -1,5 +1,116 @@
+2000-03-31  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
+
+       * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
+       Re-enable new code.
+
+       * lpr.el (print-region-1): Use -d to specify printer name for
+       systems `usg-unix-v*, `dgux', `hpux', `irix'.
+
+2000-03-31  Dave Love  <fx@gnu.org>
+       
+       * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
+       for function definition in symbol's function value slot first
+       instead of first consulting byte-compile-function-environment.
+       
+2000-03-31  Kenichi Handa  <handa@etl.go.jp>
+
+       * language/european.el ("Polish"): New language environment.
+       (setup-polish-environment): New function.
+
+2000-03-30  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
+       Disable new code.
+
+       * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
+       trying to `load' the symbol of an autoload instead of the file
+       recorded in the autoload.  Fix error messages.
+
+2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * ps-print.el: PostScript programming fix for ghostview, doc fix.
+       (ps-print-version): New version number (5.1.3).
+       (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
+       (ps-insert-file, ps-output-boolean, ps-plot-with-face)
+       (ps-generate-postscript-with-faces): Code fix.
+       (ps-color-values): XEmacs compatibility.
+       (ps-print-background-image, ps-print-background-text, ps-printer-name)
+       (ps-default-fg, ps-default-bg): Adjust customization.
+       (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
+       (ps-color-scale): Renaming old ps-color-value fun.
+       (ps-print-headers): Replace ps-print-header group to avoid conflict
+       with ps-print-header variable.
+       (ps-print-miscellany): New group.
+       (ps-format-color, ps-rgb-color): New funs.
+       (ps-default-foreground): New var.
+       (ps-printer-name-option): New const.
+       
+2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
+
+       * net/net-utils.el:
+       (network-connection-host, network-connection-service): New variables
+       (network-connection-mode): New mode, derived from comint-mode
+       (network-connection-mode-setup): New function, saves host and
+       service information in local variables. 
+
+       * lisp/locate.el:
+       (locate-word-at-point): Added this function
+       (locate): Default to using locate-word-at-point as input
+       Run dired-mode-hook
+
+2000-03-29  Dave Love  <fx@gnu.org>
+
+       * calendar/appt.el: Doc fixes.
+       (appt-check): Convert min-to-app to a string before passing to
+       appt-disp-window-function or concat.
+       (appt-delete-window): Remove test for frame-root-window.
+       (appt-select-lowest-window, appt-convert-time): Simplify.
+
+       * emacs-lisp/bytecomp.el: Doc fixes.
+       (byte-compile-file-form-autoload): Update
+       byte-compile-function-environment.
+
+2000-03-29  Andreas Schwab  <schwab@suse.de>
+
+       * emacs-lisp/autoload.el: Also print defsubst doc string
+       specially.
+
+       * dired.el (dired-insert-directory): If dired-free-space-program
+       failed just delete its output.
+
+2000-03-29  Dave Love  <fx@gnu.org>
+
+       * international/iso-cvt.el: Move provide to end.  Doc fixes.
+       (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
+       (iso-iso2sgml, iso-sgml2iso): New functions.
+       (iso-cvt-define-menu): Fix some entries and use backquote for
+       clarity.
+
+       * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
+
+2000-03-28  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
+       ISO-DATE.  If non-nil, return date in ISO 8601 format.
+
+2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
+       if it ever becomes used.
+       (log-edit-mode-hook): Default to vc-log-mode-hook.
+       (log-edit-mode): Fix the docstring.
+
+       * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
+       the code.
+
 2000-03-26  Dave Love  <fx@gnu.org>
 
+       * net/browse-url.el (browse-url): Re-fix case of
+       browse-url-browser-function being an alist.
+       (browse-url): Add :link to defgroup.
+
        * files.el: Doc fixes.
        (file-truename): Include `[' in wildcard characters.
        (automount-dir-prefix): Customize.
        compatible with inf-lisp version.
        (eval-defun-1): Fix custom-declare-variable case.
 
+2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
+
 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
 
        * Makefile (COMPILE_FIRST): New macro.