(vc-svn-registered): Catch all errors.
[bpt/emacs.git] / lisp / ChangeLog
index fa2ddc8..d7a0150 100644 (file)
@@ -1,5 +1,68 @@
+2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-svn.el (vc-svn-registered): Catch all errors.
+
+       * cus-dep.el (custom-make-dependencies): Typo.
+
+2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-util.el (top): Fix compilation warning.
+
+2005-11-13  Kim F. Storm  <storm@cua.dk>
+
+       * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
+
+2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-menu-map):  Move parentheses (again).
+       (gud-speedbar-buttons): Match on "const char *" too.
+
+       * progmodes/gdb-ui.el (gdb-var-create-handler)
+       (gdb-var-list-children-handler): Match on "const char *" too.
+       (gdb-var-evaluate-expression-handler): Match on empty string.
+       (gdb-var-update-handler): Only call
+       gdb-var-evaluate-expression-handler when required.
+
+2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
+       selected window.  This still doesn't work for speedbar.
+       (gud-speedbar-buttons): Handle string expressions properly.
+
+       * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
+       (gdb-var-create-handler): Handle string expressions properly.
+       (gdb-var-list-children-regexp, gdb-var-list-children-handler):
+       Handle string expressions properly.  Move "type" field into regexp.
+
+2005-11-12  Karl Fogel  <kfogel@red-bean.com>
+
+       * bookmark.el (bookmark-maybe-message): New function to reduce
+       code duplication: invokes `message' iff baud-rate is high enough.
+       (bookmark-write-file): Use above instead of an inline conditional.
+       (bookmark-load): Same.
+
+2005-11-12  Karl Fogel  <kfogel@red-bean.com>
+
+       * bookmark.el (bookmark-write-file): Don't visit the destination
+       file, just write the data to it using write-region.  This is
+       similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
+       change to avoid visiting the file in the first place.
+
+2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * hi-lock.el (hi-lock-mode): Set the default value of
+       font-lock-defaults.
+
+2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
+       arg to `file-attributes'.
+       (find-lisp-format): The UID and GID can now be strings.
+
 2005-11-12  Kim F. Storm  <storm@cua.dk>
 
+       * help.el (help-map): Bind C-h d to apropos-documentation.
+
        * simple.el (what-cursor-position): Print (EOB) instead of (100%)
        when point is at end-of-buffer.
 
        (apropos-pattern-quoted): New defvar.
        (apropos-regexp): New defvar, containing the regexp corresponding
        to apropos-pattern.
-       (apropos-all-words-regexp): Renamed from apropos-all-regexp.
+       (apropos-all-words-regexp): Rename from apropos-all-regexp.
        (apropos-read-pattern): New defun.  Use it to read pattern arg in
        interactive calls; returns list of words for a word list, and
        string for a regexp.
-       (apropos-parse-pattern): Renamed from apropos-rewrite-regexp.  Now
+       (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
        parses a list of words or regexp as returned by apropos-read-pattern.
        (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
        (apropos-score-doc): Return a very high score if the string
        * calc/calc-units.el (math-convert-units): Replace any composite
        unit by its definition.
 
-2005-11-08 Lars Hansen <larsh@soem.dk>
+2005-11-08  Lars Hansen  <larsh@soem.dk>
 
        * emacs-lisp/autoload.el (update-directory-autoloads):
        Add obsolete function alias.
 
        * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
 
-2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>
+2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
 
        * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
        (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)