*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index e722f4c..92822be 100644 (file)
@@ -1,3 +1,63 @@
+2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * 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  <gerd@gnu.org>
+
+       * startup.el (command-line-1): Change copyright messages to year
+       2000.
+
+2000-06-15  Dave Love  <fx@gnu.org>
+
+       * net/goto-addr.el (goto-address-fontify): Use keymap property,
+       not local-map.
+
+2000-06-15  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/mule.el (set-buffer-file-coding-system): Almost
+       rewritten to handle `undecided' as no-op.
+
+2000-06-14  Gerd Moellmann  <gerd@gnu.org>
+
+       * 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  <handa@etl.go.jp>
+
+       * 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  <gerd@gnu.org>
+
+       * 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  <fx@gnu.org>
+
+       * 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 <eliz@is.elta.co.il>
 
        * frame.el (display-multi-frame-p, display-multi-font-p): New