Fix Bug#6019, Bug#9315.
[bpt/emacs.git] / lisp / ChangeLog
index e9217fb..62d7cc4 100644 (file)
+2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
+
+       Fix Bug#6019, Bug#9315.
+
+       * files.el (set-auto-mode): Call `file-name-sans-versions' for the
+       complete `buffer-file-name', the local file name part could look
+       remotely (for example on VMS).
+
+       * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
+       `tramp-run-real-handler'.
+       (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
+       already quoted by '"'.
+
+       * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
+       Let `file-name-handler-alist' be nil, the local file name part
+       could look remotely (for example on VMS).
+
+2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/flyspell.el (flyspell-word): Move with-local-quit
+       from here...
+       (flyspell-post-command-hook): ...to here.
+
+2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
+       if not needed.
+       (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
+       using completion.  Protect against "slow" callers.
+       Remove the "message hack".
+
+2011-10-11  Juri Linkov  <juri@jurta.org>
+
+       * isearch.el (isearch-lazy-highlight-word): New variable.
+       (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
+       Use it.  (Bug#9727)
+
+2011-10-11  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
+       like f90-previous-statement does.
+
+2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
+
+       * eshell/eshell.el (eshell-command): History should be saved
+       only in interactive use, to avoid error.
+
+2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (completion-file-name-table): Fix last change,
+       i.e. ignore normal errors but not the other ones.
+
+2011-10-10  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (special-display-buffer-names)
+       (special-display-regexps): Remove some remnants of earlier
+       changes from doc-strings.
+       (quit-windows-on): New function.
+
+       * vc/vc.el (vc-revert, vc-rollback):
+       * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
+       instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
+       (Bug#6183) (Bug#7074) (Bug#7447)
+
+2011-10-09  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (frame-auto-hide-function): Add version tag.
+       (Bug#9699)
+
+2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
+       condition.
+
+2011-10-09  Leo Liu  <sdl.web@gmail.com>
+
+       * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
+       (Bug#9701)
+
+2011-10-08  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
+       before the first code statement zero indent.  (Bug#9690)
+
+2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * simple.el (count-words-region): Always count in the region.
+       Report the number of lines and characters too.
+       (count-words): New command, which counts in the buffer if the
+       region is inactive, as count-words-region used to.
+       (count-words--message): New function.  Handle plurals.
+       (count-lines-region): Make it an alias for count-words-region.
+
+       * bindings.el (esc-map): Replace count-lines-region with
+       count-words-region.
+
+2011-10-08  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window--delete): Delete dedicated frame
+       unconditionally when argument KILL is non-nil.  (Bug#9699)
+       (switch-to-buffer): Fix doc-string typo.
+
+2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
+
+       * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
+
+2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * bindings.el ([M-left],[M-right]): Bind to left-word and
+       right-word respectively.
+
+2011-10-07  Glenn Morris  <rgm@gnu.org>
+
+       * cus-start.el (debug-on-quit): Fix custom type.
+
 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * subr.el (define-key-after): Clarify that the function is not
+       useful for non-menu keymaps.
+
        * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
 
 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
 
-       * lisp/eshell/eshell.el (eshell-command): Enable `eshell-mode' only
+       * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
        in current minibuffer (Fix bug with recursive minibuffers).
 
 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>