X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/33c0cb2549452f1ba1c1da0a1d0e45559c0be99b..1f1e06e2728d2dc8656f4e96aea876ad13916bfa:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 390c825ad0..1ea13a9a0b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,125 @@ +2013-09-12 Stefan Monnier + + * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329). + +2013-08-23 Glenn Morris + + * emacs-lisp/package.el (package-buffer-info): Fix message typo. + +2013-07-27 Glenn Morris + + * format.el (format-annotate-function): + Handle read-only text properties in the source. (Bug#14887) + +2013-07-24 Glenn Morris + + * dired-x.el (dired-mark-extension): Convert comment to doc string. + +2013-07-20 Glenn Morris + + * image-dired.el (image-dired-track-original-file): + Avoid changing point of wrong window. (Bug#14909) + +2013-07-18 Richard Copley (tiny change) + + * progmodes/gdb-mi.el (gdb-done-or-error): + Guard against "%" in gdb output. (Bug#14127) + +2013-07-08 Andreas Schwab + + * progmodes/sh-script.el (sh-read-variable): Remove interactive + spec. (Bug#14826) + +2013-07-03 Glenn Morris + + * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770) + +2013-05-26 Fabián Ezequiel Gallina + + * progmodes/python.el (python-indent-block-enders): Add break, + continue and raise keywords. + +2013-05-08 Ulrich Mueller + + * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360) + +2013-04-24 Glenn Morris + + * 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 + + * 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 + + * 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 + + 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 + + * 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 + + * iswitchb.el (iswitchb-read-buffer): Fix typo. + +2013-03-16 Leo Liu + + * progmodes/scheme.el: Add indentation and font-locking for λ. + (Bug#13975) + +2013-03-14 Stefan Monnier + + * 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 + + * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after. + +2013-03-11 Glenn Morris + + * Version 24.3 released. + +2013-02-25 Glenn Morris + + * textmodes/paragraphs.el (mark-paragraph): Doc fix. + +2013-02-21 Juri Linkov + + * 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 + + * progmodes/python.el (python-info-current-defun): + Enhance match-data cluttering prevention. + +2013-02-19 Glenn Morris + + * 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 * progmodes/python.el (python-info-current-defun): Fix failed @@ -5,8 +127,8 @@ 2013-02-19 Fabián Ezequiel Gallina - * 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. @@ -84,8 +206,8 @@ 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