* longlines.el (longlines-mode): Add mail-setup-hook.
[bpt/emacs.git] / lisp / ChangeLog
index 7d25566..704b858 100644 (file)
@@ -1,5 +1,108 @@
+2005-11-30  Kim F. Storm  <storm@cua.dk>
+
+       * apropos.el (apropos-parse-pattern): Doc fix.
+       Set apropos-regexp directly, rather than expecting callers to do so.
+       (apropos-command, apropos, apropos-value, apropos-documentation):
+       Simplify calls to apropos-parse-pattern.
+
+2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
+       (hi-lock-face-phrase-buffer): Use hi-yellow face.
+       (hi-lock-write-interactive-patterns): Use comment-region.
+
+       * longlines.el (longlines-mode): Add mail-setup-hook.
+
+       * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
+
+       * simple.el (sendmail-user-agent-compose, next-line):
+       Conditionally use hard-newline.
+
+2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * international/latexenc.el (latex-inputenc-coding-alist): Reword
+       doc string.
+
+2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * help.el (describe-key-briefly, describe-key): Recognize default
+       bindings.
+
+2005-11-29  Romain Francoise  <romain@orebokech.com>
+
+       * view.el (view-inhibit-help-message): New defcustom.
+       (view-mode-enter): Use it.
+
+2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
+
+       * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
+       preserve user position.
+
+2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * font-lock.el: Throw error if facemenu is not loaded to prevent
+       accidental change of loading order in loadup.el.  (Suggested by RMS.)
+
+       * loadup.el: Add comment explaining why facemenu must be loaded
+       before font-lock.
+
+2005-11-28  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
+       (calc-dispatch-map): Add more keys for `calc-same-interface'.
+
+       * calc/calc-misc.el (calc-dispatch-help): Update docstring.
+
+       * calc/calc-embed.el (calc-do-embedded): Update help message.
+
+       * calc/calc-prog.el (calc-user-define-invokation): Update help message.
+
 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
+
+       * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
+       called-interactively-p.
+       (elp-profilable-p): Rename from elp-not-profilable-p.
+       Invert result and take into account macros and autoloaded functions.
+       (elp-instrument-function): Update call.
+       (elp-instrument-package): Update call.  Add completion.
+       (elp-pack-number): Use match-string.
+       (elp-results-jump-to-definition-by-mouse): Merge into
+       elp-results-jump-to-definition and then remove.
+       (elp-output-insert-symname): Make help echo text single-line.
+
+       * replace.el (query-replace-map): Move initialization into declaration.
+       (occur-engine): Use with-current-buffer.
+       (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
+       (occur-mode-mouse-goto): Replace with an alias.
+
+2005-11-28  Juri Linkov  <juri@jurta.org>
+
+       * simple.el (quoted-insert): Let-bind input-method-function to nil.
+
+       * term/w32-win.el: Bind [S-tab] to [backtab].
+
+       * info.el (Info-fontify-node): Set 2nd arg `noerror' of
+       `Info-find-file' to t.
+
+       * replace.el (occur-mode-mouse-goto): Pop, don't switch.
+       (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
+       and same-window-regexps.
+       (occur-next-error): Don't move point for arg 0.
+
+2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
+
+2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * log-edit.el (log-edit-changelog-use-first): New var.
+       (log-edit-changelog-ours-p): Use it.
+       (log-edit-insert-changelog): Set it with new arg `use-first'.
+       (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
+       (log-edit-hook): Add them to the list of suggested options.
+
        * textmodes/flyspell.el (flyspell-last-buffer): New var.
        (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
        redundant work.
        * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
        handled automagically.
 
+2005-11-20  Andreas Schwab  <schwab@suse.de>
+
+       * descr-text.el (describe-char): When copying overlays put them
+       over the full char description instead of just the first character
+       of it.
+
 2005-11-20  Juri Linkov  <juri@jurta.org>
 
        * simple.el (what-cursor-position):