X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/63fcfa045d03115343512c251305eca3974c15c1..2de477650b66e89d055051c0980bd29b07cd54e0:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58a0225df7..1c76db7996 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,50 @@ +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): @@ -7,6 +54,25 @@ 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: