* lisp/abbrev.el (abbrev--check-chars): Fix thinko.
[bpt/emacs.git] / lisp / ChangeLog
index 390c825..1ea13a9 100644 (file)
@@ -1,3 +1,125 @@
+2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
+
+2013-08-23  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/package.el (package-buffer-info): Fix message typo.
+
+2013-07-27  Glenn Morris  <rgm@gnu.org>
+
+       * format.el (format-annotate-function):
+       Handle read-only text properties in the source.  (Bug#14887)
+
+2013-07-24  Glenn Morris  <rgm@gnu.org>
+
+       * dired-x.el (dired-mark-extension): Convert comment to doc string.
+
+2013-07-20  Glenn Morris  <rgm@gnu.org>
+
+       * image-dired.el (image-dired-track-original-file):
+       Avoid changing point of wrong window.  (Bug#14909)
+
+2013-07-18  Richard Copley  <rcopley@gmail.com>  (tiny change)
+
+       * progmodes/gdb-mi.el (gdb-done-or-error):
+       Guard against "%" in gdb output.  (Bug#14127)
+
+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):
+       Use `syntax-multiline' text property consistently instead of
+       `font-lock-multiline'. (bug#14237).
+
+2013-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
+       into the prompt either (bug#13963).
+
+2013-03-26  Fabián Ezequiel Gallina  <fabian@anue.biz>
+
+       Un-indent after "pass" and "return" statements (Bug#13888)
+       * progmodes/python.el (python-indent-block-enders): New var.
+       (python-indent-calculate-indentation): Use it.
+
+2013-03-25  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
+       defun.  Defining it as defalias could introduce too eager
+       byte-compiler optimization.  (Bug#14030)
+
+2013-03-25  Chong Yidong  <cyd@gnu.org>
+
+       * iswitchb.el (iswitchb-read-buffer): Fix typo.
+
+2013-03-16  Leo Liu  <sdl.web@gmail.com>
+
+       * progmodes/scheme.el: Add indentation and font-locking for λ.
+       (Bug#13975)
+
+2013-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
+       token before point (bug#13942).
+
+2013-03-14  Leo Liu  <sdl.web@gmail.com>
+
+       * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
+
+2013-03-11  Glenn Morris  <rgm@gnu.org>
+
+       * Version 24.3 released.
+
+2013-02-25  Glenn Morris  <rgm@gnu.org>
+
+       * textmodes/paragraphs.el (mark-paragraph): Doc fix.
+
+2013-02-21  Juri Linkov  <juri@jurta.org>
+
+       * isearch.el (isearch-lazy-highlight-new-loop):
+       Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
+       to `isearch-other-end' if it is not nil.  (Bug#13402)
+
+       * replace.el (replace-highlight): Let-bind `isearch-other-end'
+       to `match-beg'.
+
+       * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
+       Let-bind `isearch-other-end' to `start', `isearch-forward' to t
+       and `isearch-error' to nil.
+
+2013-02-20  Fabián Ezequiel Gallina  <fgallina@cuca>
+
+       * progmodes/python.el (python-info-current-defun):
+       Enhance match-data cluttering prevention.
+
+2013-02-19  Glenn Morris  <rgm@gnu.org>
+
+       * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
+       loaded while outline-regexp is let bound.  (Bug#9584)
+
 2013-02-19  Fabián Ezequiel Gallina  <fgallina@cuca>
 
        * progmodes/python.el (python-info-current-defun): Fix failed
@@ -5,8 +127,8 @@
 
 2013-02-19  Fabián Ezequiel Gallina  <fgallina@cuca>
 
-       * progmodes/python.el (python-indent-context): Fix
-       python-info-line-ends-backslash-p call.
+       * progmodes/python.el (python-indent-context):
+       Fix python-info-line-ends-backslash-p call.
        (python-info-line-ends-backslash-p)
        (python-info-beginning-of-backslash): Respect line-number
        argument.
        searching for its match.
        (c-invalidate-state-cache-1): Add HERE parameter to function call.
        (c-parse-state-1): Don't narrow here for 'forward strategy,
-       instead passing extra parameter HERE to several functions.  Remove
-       'BOD strategy.
+       instead passing extra parameter HERE to several functions.
+       Remove 'BOD strategy.
 
 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>