]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* lisp/textmodes/rst.el (electric-pair-pairs): Declare.
[gnu-emacs] / lisp / ChangeLog
index 04cb6e73e1cfbab74b31b1eea4a2d954eb21af2a..e27d7b1c6a0dd8e6bf6a84a22468da41e136c9e6 100644 (file)
@@ -1,5 +1,37 @@
+2014-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/rst.el (electric-pair-pairs): Declare.
+       (rst-mode): Set it (bug#17131).
+
+2014-04-27  Juri Linkov  <juri@jurta.org>
+
+       * desktop.el (desktop-value-to-string): Let-bind `print-length'
+       and `print-level' to nil.  (Bug#17351)
+
+2014-04-25  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
+
+       * battery.el (battery-update): Handle the case where battery
+       status is "N/A" (bug#17319).
+
+2014-04-24  Eli Zaretskii  <eliz@gnu.org>
+
+       * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
+       Use equal-including-properties to compare help-echo strings (bug#17331).
+
+2014-04-24  Leo Liu  <sdl.web@gmail.com>
+
+       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
+       Fix syntax for @.  (Bug#17325)
+
+2014-04-24  Daniel Colascione  <dancol@dancol.org>
+
+       * emacs-lisp/cl.el (gv): Require gv early to break eager
+       macro-expansion cycles.
+
 2014-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * simple.el (region-active-p): Check there's a mark (bug#17324).
+
        * simple.el (completion-list-mode-map): Use choose-completion for the
        mouse binding as well (bug#17302).
        (completion-list-mode, completion-setup-function): Adjust docstring and