* net/tramp.el (top): Make check for tramp-gvfs loading more
[bpt/emacs.git] / lisp / ChangeLog
index 8faa47e..2d55c0b 100644 (file)
@@ -1,3 +1,168 @@
+2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (top): Make check for tramp-gvfs loading more
+       robust.
+       (tramp-handle-insert-file-contents): `unwind-protect' must be
+       inside `with-parsed-tramp-file-name'.
+
+       * net/tramp-gvfs.el (top): Remove superfluous message when loading
+       fails.
+
+2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
+       directory if CLASSPATH is not set.
+
+2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp) New
+       defconst.
+       (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
+
+2009-08-02  Kevin Ryde  <user42@zip.com.au>
+
+       * net/newst-backend.el (newsticker--raw-url-list-defaults): Update
+       freshmeat link.  Delete newsforge.com as it seems gone.
+
+2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
+
+       * select.el (x-set-selection): Doc fix (Bug#4021).
+
+       * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
+
+       * help-fns.el (describe-variable): Treat list return values from
+       dir-locals-find-file properly (Bug#4005).
+
+2009-08-02  Julian Scheid <julians37@googlemail.com>  (tiny change)
+
+       * net/tramp.el (tramp-debug-message): Print also microseconds.
+
+2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
+       or END is non-nil.
+       (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
+       (tramp-get-debug-buffer): Change `outline-regexp' according to new
+       format.
+
+       * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
+       (tramp-get-file-property): Use it.
+
+       * autorevert.el (auto-revert-handler): Allow
+       `auto-revert-tail-mode' for remote files.
+
+2009-08-02  Jason Rumney  <jasonr@gnu.org>
+
+       * minibuffer.el (read-file-name): Treat confirm options to
+       MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
+
+2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
+
+       * font-lock.el (font-lock-string-face, font-lock-builtin-face)
+       (font-lock-variable-name-face, font-lock-constant-face): Darken
+       the colors for light backgrounds.
+
+2009-08-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
+       month names.  (Bug#3987)
+
+2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
+
+       * simple.el (line-move-finish): Pass whole number to
+       line-move-to-column.
+       (line-move-visual): Perform hscroll to the recorded position.
+
+2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
+
+2009-07-29  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
+
+2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
+
+       * progmodes/gdb-mi.el (gdb-goto-breakpoint)
+       (gdb-place-breakpoints): Use full path when setting breakpoints.
+
+2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc.el (calc-mode-map): Add keybinding for
+       `calc-transpose-lines'.
+
+2009-07-29  Vincent Belaïche <vincent.belaiche@gmail.com>
+
+       * calc/calc-misc.el (calc-transpose-lines): New function.
+
+2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
+       Simplify check for out-of-band methods.
+       (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
+       remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
+
+2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-git.el (vc-git-checkin): Fix typo.
+
+2009-07-28  Steve Yegge  <steve.yegge@gmail.com>>
+
+       * progmodes/js2-mode.el: New file.
+
+2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
+       (gud-menu-map): Adjust tooltip accordingly.
+
+2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
+       (vc-bzr-log-view-mode): Adjust log-view-file-re.
+
+       * add-log.el (change-log-mode-map): Add a menu.
+
+2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
+       function returns nil.
+       (dbus-handle-event): Handle special return value :ignore.
+       Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
+
+2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
+
+       * view.el (view-mode-enable): Don't define Helper-return-blurb if
+       it's not needed.
+
+2009-07-25  Eli Zaretskii  <eliz@gnu.org>
+
+       Fix Bug#3888:
+
+       * w32-vars.el (x-select-enable-clipboard): Doc fix.
+
+       * term/pc-win.el (x-display-name, x-colors)
+       (x-select-enable-clipboard, x-select-text): Doc fix.
+
+       * term/common-win.el (x-display-name, x-colors): Doc fix.
+
+       * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
+       (xw-defined-colors): Doc fix.
+
+       * w32-fns.el (x-select-text, x-setup-function-keys)
+       (x-get-selection, x-set-selection): Doc fix.
+
+       * term/x-win.el (x-select-text, x-setup-function-keys)
+       (x-select-enable-clipboard, xw-defined-colors): Doc fix.
+
+       * select.el (x-set-selection): Doc fix.
+
+2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
+       instead of "IsNSSSupportAvailable".  Avahi ought to work also when
+       "IsNSSSupportAvailable" method is not available.  Reported by
+       Steve Youngs <steve@sxemacs.org>.
+
 2009-07-24  Kenichi Handa  <handa@m17n.org>
 
        * international/characters.el: Fix setting of category ?C, ?|, ?K,