]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Fixes: debbugs:14826
[gnu-emacs] / lisp / ChangeLog
index b1baa9d9e640f660ddbc0eb072d9a81abfe52094..e8f9f456f5677ffb3f422cd3b6327d0fe439e620 100644 (file)
@@ -1,3 +1,26 @@
+2013-07-08  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * progmodes/sh-script.el (sh-read-variable): Remove interactive
+       spec.  (Bug#14826)
+
+2013-07-03  Glenn Morris  <rgm@gnu.org>
+
+       * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
+
+2013-05-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * progmodes/python.el (python-indent-block-enders): Add break,
+       continue and raise keywords.
+
+2013-05-08  Ulrich Mueller  <ulm@gentoo.org>
+
+       * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
+
+2013-04-24  Glenn Morris  <rgm@gnu.org>
+
+       * subr.el (read-number): Once more use `read' rather than
+       `string-to-number', to trap non-numeric input.  (Bug#14254)
+
 2013-04-22  Erik Charlebois  <erikcharlebois@gmail.com>
 
        * emacs-lisp/syntax.el (syntax-propertize-multiline):