X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/72db3ab5d76990dc6320acc35d90a2abdcae259e..2de477650b66e89d055051c0980bd29b07cd54e0:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a675b5d332..1c76db7996 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,235 @@ +2000-03-31 Dave Love + + * help.el (help-manyarg-func-alist): Correct several omissions. + + * add-log.el: Don't require cl, fortran. + (add-log-current-defun-function): Doc fix. + (change-log-version-number-regexp-list): Remove SCCS part. Doc + fix. + (change-log-version-rcs): Function deleted. + (change-log-version-number-search): Doc fix. Use + vc-workfile-version. Avoid CL dolist. + (add-change-log-entry): Just call add-log-current-defun to get + defun. Simplify somewhat. + (change-log-get-method-definition-1): Likewise. + (add-log-current-defun): Return nil if calling + add-log-current-defun-function does so. Move Fortran stuff to + fortran.el. Return string without properties. + + * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: + and :alpha: char classes. + + * mail/supercite.el: Defvar curline when compiling. + (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) + (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] + rather than a-zA-Z0-9 to allow non-ASCII characters. + +2000-03-31 Gerd Moellmann + + * 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 + + * 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 + + * language/european.el ("Polish"): New language environment. + (setup-polish-environment): New function. + +2000-03-30 Gerd Moellmann + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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. + (find-file-wildcards): Add :version. + (find-file-noselect): Simplify a mapcar call. + + * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist + compatible with inf-lisp version. + (eval-defun-1): Fix custom-declare-variable case. + +2000-03-25 Stefan Monnier + + * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'. + +2000-03-24 Gerd Moellmann + + * Makefile (COMPILE_FIRST): New macro. + (compile-files): Compile files from COMPILE_FIRST first. + + * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new + code. + + * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp + matching open parenthesis in column 0 to defun-prompt-regexp + only if open-paren-in-column-0-is-defun-start is set. + + * sun-curs.el: Require CL at compile-time only. + + * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' + instead of copy-list which is a function from CL. + (msb--choose-menu, msb--mode-menu-cond) + (msb--create-buffer-menu-2): Use dolist instead of mapc. + (msb--init-file-alist): Use mapcar instead of mapcan. + (msb--aggregate-alist): Use mapcar instead of mapcan. Fix + `(' in column 0 in doc string. + (msb--add-separators): Use mapcar instead of mapcan. + + * cus-dep.el: Require CL at compile-time only. + +2000-03-24 Stefan Monnier + + * emacs-lisp/bytecomp.el (byte-compile-warning-types) + (byte-compile-warnings): New warning `noruntime'. + (byte-compile-constants, byte-compile-variables): Fix docstring. + (byte-compile-initial-macro-environment): Use `byte-compile-eval' to + execute `eval-whenc-compile's body. + (byte-compile-unresolved-functions): Fix docstring. + (byte-compile-eval): New function. + (byte-compile-callargs-warn): Check if the function will be available + at runtime (via property `byte-compile-noruntime'). + (byte-compile-print-syms): New function. + (byte-compile-warn-about-unresolved-functions): Also warn about + `noruntime' functions (and use `byte-compile-print-syms'). + (byte-compile-file): Capitalize the message. + +2000-03-24 Gerd Moellmann + + * mail/rmail.el (rmail-confirm-expunge): New user-option. + (rmail-expunge): Ask for confirmation depending on the setting + of rmail-confirm-expunge. + +2000-03-23 Gerd Moellmann + + * Makefile (bootstrap-clean): If $(emacs) exists, build + loaddefs.el first. A loaddefs.el that's not up-to-date might + cause a bootstrap failure because things don't autoload as + expected. + +2000-03-23 Dave Love + + * net/browse-url.el: Restore previous use of + browse-url-maybe-new-window. + +2000-03-23 Vinicius Jose Latorre + + * ps-print.el: Skip banner page fix. + (ps-print-version): New version number (5.1.2). + (ps-begin-file, ps-end-file, ps-generate): Code fix. + +2000-03-23 Dave Pearson + + * net/quickurl.el Changed the type of parameter passed to the + function defined by `quickurl-format-function'. Before only the + text of the URL was passed. Now the whole URL structure is passed + and the function is responsible for extracting the parts it + requires. Changed the default of `quickurl-format-function' + accordingly. + (quickurl-insert): Changed the `funcall' of + `quickurl-format-function' to match the above change. + (quickurl-list-insert): Changed the `url' case so that it makes + use of `quickurl-format-function', previous to this the format was + hard wired. + 2000-03-22 Gerd Moellmann * startup.el: Change some spellings for the X Window System.