X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/f6caa5dbbf7196801a48f5a7747bd558acb3dab7..5e2e859aeefcc823f0ae7c60091b4c09156a2da0:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e67c4f1b5d..4738fb4812 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,93 @@ +2004-10-12 Kenichi Handa + + * international/mule.el (coding-system-equal): Moved from + mule-util.el. + + * international/mule-util.el (coding-system-equal): Moved to + mule.el. + +2004-10-12 Kim F. Storm + + * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and + reset kmacro-initial-counter-value if set. + (kmacro-set-counter): Only set kmacro-counter if defining or executing + macro. Set kmacro-initial-counter-value otherwise. Never set both. + (kmacro-display): Show macro counter if non-zero. + + * subr.el (substitute-key-definition): Mention command remapping + in doc string. + +2004-10-11 Simon Josefsson + + * mail/smtpmail.el (smtpmail-open-stream): Look for + starttls-gnutls-program instead of starttls-program iff + starttls-use-gnutls is non-nil. + (smtpmail-open-stream): Don't overwrite user settings of + starttls-extra-arguments and starttls-extra-args. + +2004-10-10 Kai Grossjohann + + * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable. + (ange-ftp-call-chmod): Reference remote-shell-program instead of + ange-ftp-remote-shell. + +2004-10-10 Andreas Schwab + + * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize + `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'. + Reported by . + +2004-10-10 Benjamin Rutt + + * vc.el (vc-annotate-mode): Remove variable. + (vc-annotate-display-select): Only call vc-annotate-mode + if we're not in that mode already. + +2004-10-09 Kim F. Storm + + * subr.el (progress-reporter-update): Define before first usage. + (make-progress-reporter): Doc fix. + +2004-10-09 Luc Teirlinck + + * textmodes/paragraphs.el (sentence-end-double-space) + (sentence-end-without-period, sentence-end-without-space) + (sentence-end): Doc fixes. + +2004-10-08 Peter Seibel (tiny change) + + * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Change + paragraph-start regexp so we don't fill code starting with #'( + +2004-10-08 Sebastien Kirche (tiny change) + + * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name): + New defcustom. + (extract-address-components): Use it. + +2004-10-08 Paul Pogonyshev + + * subr.el (make-progress-reporter, progress-reporter-update) + (progress-reporter-force-update, progress-reporter-do-update) + (progress-reporter-done): New functions. + + * tar-mode.el (tar-summarize-buffer): Use progress reporter. + + * progmodes/etags.el (etags-tags-completion-table): Use progress + reporter. + (etags-tags-apropos): Likewise. + +2004-10-08 Alan Mackenzie + + * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end + of current line. + +2004-10-08 Masatake YAMATO + + * server.el (server-process-filter): Wrap `process-send-region' + by `condition-case' to guard the case when the pipe to PROC is + closed. + 2004-10-07 Mark A. Hershberger * xml.el (xml-substitute-special): Limit handling of external