]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Move here from ../
[gnu-emacs] / lisp / ChangeLog
index 08ef1d6a5650aeef8783c2646593e249109f462a..51565a7bda2a0a8a64b6554d90de22b80881084c 100644 (file)
@@ -1,3 +1,29 @@
+2008-10-30  Glenn Morris  <rgm@gnu.org>
+
+       * files.el (locate-dominating-stop-dir-regexp): Fix typo.
+
+       * resume.el: Move to obsolete/.
+
+2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * electric.el (Electric-pop-up-window): Don't shrink the window if
+       it's already big enough.
+
+       * minibuffer.el (delete-minibuffer-contents): Delete all
+       minibuffer contents instead of just the current field.
+
+       * tmm.el (tmm-get-keymap): Handle case where keyseq cache is
+       omitted.
+
+       * bookmark.el (bookmark-handle-bookmark): Rename from
+       bookmark-jump-noselect.
+       (bookmark--jump-via, bookmark-insert): Callers changed.
+       (bookmark-jump-noselect): Wrapper function for
+       bookmark-handle-bookmark.
+       (bookmark-get-bookmark-record): Signal error for invalid bookmark.
+
+       * textmodes/ispell.el (ispell-word): Use use-region-p.
+
 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
 
        * tooltip.el (tooltip-functions): Rename from `tooltip-hook',