* lisp/emacs-lisp/nadvice.el (add-function): Default simple vars to their
[bpt/emacs.git] / lisp / ChangeLog
index f366c19..9554625 100644 (file)
@@ -1,3 +1,30 @@
+2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/nadvice.el (add-function): Default simple vars to their
+       global bindings.
+
+       * doc-view.el (doc-view-start-process): Handle url-handler directories.
+
+2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * progmodes/ruby-mode.el (ruby-beginning-of-defun)
+       (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
+       to nil.
+       (ruby-end-of-defun): Remove the unused arg, change the docstring
+       to reflect that this function is only used as the value of
+       `end-of-defun-function'.
+       (ruby-beginning-of-defun): Remove "top-level" from the docstring,
+       to reflect an earlier change that beginning/end-of-defun functions
+       jump between methods in a class definition, as well as top-level
+       functions.
+
+2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (minibuffer-complete): Don't just scroll
+       a *Completions* that's been iconified.
+       (minibuffer-force-complete): Make sure repetitions do cycle when going
+       through completion-in-region -> minibuffer-complete.
+
 2013-04-15  Alan Mackenzie  <acm@muc.de>
 
        Correct the placement of c-cpp-delimiters when there're #s not at
@@ -5,8 +32,8 @@
 
        * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
        place a submatch around the #.
-       * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP): Start
-       a search at BOL.  Put the c-cpp-delimiter category text propertiy
+       * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
+       Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
        on the #, not BOL.
 
 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>