X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/a704139d980cba7e3bc63d3db14fdc434cb7b32b..228b083edf63d8a7d24b250b3b57be7f099d0396:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e722f4c643..92822beec9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,63 @@ +2000-06-15 Eli Zaretskii + + * woman.el (woman-man-buffer): Fix bold and underlined CJK + characters, which use series of two ^H characters instead of one. + +2000-06-15 Gerd Moellmann + + * startup.el (command-line-1): Change copyright messages to year + 2000. + +2000-06-15 Dave Love + + * net/goto-addr.el (goto-address-fontify): Use keymap property, + not local-map. + +2000-06-15 Kenichi Handa + + * international/mule.el (set-buffer-file-coding-system): Almost + rewritten to handle `undecided' as no-op. + +2000-06-14 Gerd Moellmann + + * Makefile.in: New file. + + * Makefile: Removed. + + * net/goto-addr.el (goto-address): Don't bind C-c RET locally. + (goto-address-highlight-keymap): Bind C-c RET. + +2000-06-14 Kenichi Handa + + * mail/sendmail.el (sendmail-send-it): The temporary buffer + inherits buffer-file-coding-system of the current buffer. + + * tar-mode.el (tar-extract): For goto-char, use (point-min), not + 0. Give correct argument to set-auto-coding-function. + (tar-expunge): For goto-char, use (point-min), not 0. + (tar-clear-modification-flags): For goto-char, use (point-min), not 1. + (tar-subfile-save-buffer): Likewize. + + * international/mule.el + (after-insert-file-set-buffer-file-coding-system): Call + set-buffer-file-coding-system with the arg FORCE t. + +2000-06-13 Gerd Moellmann + + * mail/sendmail.el (mail-specify-envelope-from): Initialize to + nil. Contemporary sendmails issue an X-Authentication-Warning if + the sender is set with `-f. + +2000-06-13 Dave Love + + * help.el (describe-function-1): Kluge around cases of functions + fset to subrs whose doc doesn't match their symbol-name. + + * image.el (insert-image): Default STRING to a space. + + * info.el Doc fixes. + (Info-build-node-completions): Match Ref tags. + 2000-06-13 Eli Zaretskii * frame.el (display-multi-frame-p, display-multi-font-p): New